Rework last change, so that we build subparse, but just disable the sami parse functi...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
2
3         * configure.ac:
4         * gst/subparse/Makefile.am:
5         * gst/subparse/gstsubparse.c:
6         * gst/subparse/samiparse.c:
7         * tests/check/elements/subparse.c:
8           Rework last change, so that we build subparse, but just disable the
9           sami parse functionality, if we're configured to not use xml. In the
10           tests only the sami test is disabled now.
11
12 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
13
14         * configure.ac:
15           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
16           test runs.
17
18 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
19
20         * po/POTFILES.in:
21           Add some more files with strings for translation.
22
23 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
24
25         * gst-libs/gst/tag/gstvorbistag.c:
26         * tests/check/libs/tag.c:
27           Use new geo location tags from core. Fixes #481169
28
29 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
30
31         * tests/check/elements/audioresample.c: (setup_audioresample),
32         (fail_unless_perfect_stream), (test_perfect_stream_instance),
33         (test_discont_stream_instance):
34         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
35         Add debugging for coherence.
36
37 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
38
39         Patch by: Jonathan Matthew  <notverysmart gmail com>
40
41         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
42           Add typefinder for PDF documents (which is nice to have, since it's a
43           common format, but also helps prevent false positives). Fixes #549814.
44
45 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
46
47         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
48         (no_more_pads_cb):
49         Fix nasty race where multiple decodebins could start pushing data before
50         we manage to configure the sinks, resulting in not-linked errors in
51         typical RTSP streaming cases.
52
53 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
54
55         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
56         Since we now call stop, we trigger this code path that causes a deadlock
57         is apparently not needed.
58
59 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
60
61         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
62         (gst_ring_buffer_stop):
63         Also allow the case where the ringbuffer was paused when we try to stop
64         it so that the basesrc stop function is still called.
65
66 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
67
68         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
69
70         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
71         Reprobe devices again instead of taking a cached list as new
72         devices could've been plugged in. Fixes bug #549062.
73
74 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
75
76         Patch by: Alessandro Dessina <alessandro nnva org>
77
78         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
79         (gst_ogg_demux_activate_chain):
80         Don't add pads and activate them for skeleton streams. These are already
81         handled inside oggdemux. Fixes bug #537599.
82
83 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
84
85         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
86         Reset variable so that query and convert fail after going back to
87         READY. Fixes #548898.
88
89 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
90
91         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
92         If a buffer arrives with a timestamp before the timestamp+duration
93         of the previous buffer clip it instead of dropping it completely.
94         Slight improvement for the unfixable bug #548913.
95
96 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
97
98         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
99         Take the current timestamp instead of timestamp+duration for the offset.
100         This offset will later be used for calculating the timestamp and
101         otherwise vorbisdec will interpolate timestamps wrong if upstream
102         only sends timestamps and no granulepos.
103
104 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
105
106         * tests/examples/seek/seek.c:
107           Don't crash when having no visualisations.
108
109 2008-08-16  David Schleef  <ds@schleef.org>
110
111         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
112           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
113           Fixes #548065.
114
115 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
116
117         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
118         When cleaning up the caps fields also remove "depth" for the same
119         reason we remove "width".
120
121 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
122
123         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
124           Add Lead H.264 here as well.
125
126 2008-08-14  Julien Moutte  <julien@fluendo.com>
127
128         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
129         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
130
131 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
132
133         * gst-libs/gst/audio/gstbaseaudiosrc.c:
134         (gst_base_audio_src_create):
135         When not slaved to another clock also subtract the base_time from our
136         internal clock time to get the running time.
137
138 2008-08-12  David Schleef  <ds@schleef.org>
139
140         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
141           since it has no basis in libtheora.
142
143 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
144
145         * gst-libs/gst/interfaces/propertyprobe.h:
146           Remove double "interface" from doc-string.
147
148         * gst-libs/gst/interfaces/xoverlay.h:
149           Document interface.
150
151         * gst-libs/gst/riff/riff.c:
152           Add basic doc blobs.
153
154 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
155
156         * gst-libs/gst/audio/Makefile.am:
157           Don't try to build that example anymore.
158
159 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
160
161         * gst-libs/gst/audio/.cvsignore:
162         * gst-libs/gst/audio/Makefile.am:
163         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
164         * gst-libs/gst/audio/make_filter:
165           Move audiofiltertemplate to gst-template.
166
167 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
168
169         * docs/libs/gst-plugins-base-libs-sections.txt:
170         * gst-libs/gst/audio/gstaudiosrc.h:
171           More docs and shuffling. What can we do with the hundreds of #defines.
172
173 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
174
175         * gst-libs/gst/audio/audio.h:
176         * gst-libs/gst/audio/gstaudiofilter.h:
177         * gst-libs/gst/audio/gstringbuffer.h:
178         * gst-libs/gst/interfaces/propertyprobe.h:
179         * gst-libs/gst/tag/gsttagdemux.h:
180           Reducing number of dundocumented symbols.
181
182 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
183
184         * gst-libs/gst/audio/audio.c:
185           Fix doc comment syntax.
186
187         * gst-libs/gst/interfaces/propertyprobe.c:
188           Add more doc-comments and a FIXME: for the signal.    
189
190 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
191
192         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
193         (gst_ogg_mux_request_new_pad):
194         * ext/ogg/gstoggmux.h:
195         Don't pretend to support NEWSEGMENT events, instead override the
196         GstCollectPads event function to return FALSE on NEWSEGMENT events
197         and do the normal work for other events.
198
199         This prevents elements like flacenc to seek to the start and rewrite
200         some data which then results in a broken Ogg packet.
201
202 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
203
204         Patch by: Frederic Crozat <fcrozat@mandriva.org>
205
206         * ext/alsa/gstalsaplugin.c: (plugin_init):
207         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
208         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
209         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
210         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
211         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
212         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
213         * gst/playback/gstdecodebin.c: (plugin_init):
214         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
215         * gst/playback/gstplayback.c: (plugin_init):
216         * gst/playback/gstqueue2.c: (plugin_init):
217         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
218         * sys/v4l/gstv4l.c: (plugin_init):
219         Make sure gettext returns translations in UTF-8 encoding rather
220         than in the current locale encoding (#546822).
221
222 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
223
224         * gst-libs/gst/pbutils/descriptions.c:
225           Add audio/x-qdm for qtdemux.
226
227 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
228
229         * ext/vorbis/vorbisdec.c:
230           Do not leak old taglist.
231
232 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
233
234         * tests/icles/test-scale.c:
235           Include <stdlib.h> for atoi().
236
237 2008-08-04  Andy Wingo  <wingo@pobox.com>
238
239         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
240         documentation fix.
241
242 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
243
244         * gst/adder/gstadder.c:
245           Cleanup lots of empty lines that came from gst-indent going havoc
246           before I added the INDENT_ON/OFF marker some time agao.
247
248 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
249
250         * configure.ac:
251         * gst-libs/gst/riff/riff-read.c:
252           Bump requirement to latest core and use new tag for riff formats.
253           Needed for #520694.
254
255 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
256
257         * tests/examples/dynamic/Makefile.am:
258         * tests/examples/dynamic/codec-select.c: (make_encoder),
259         (make_pipeline), (do_switch), (my_bus_callback), (main):
260         Add example app that dynamically switches between 3 'encoders'.
261
262 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
263
264         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
265         Add some more comments.
266
267 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
268
269         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
270         (gst_video_test_src_create):
271         Discard buffers of the wrong size after renegotiation, this is perfectly
272         possible with things like capsfilter that could suggest caps changes
273         upstream without knowing the size of the buffer.
274
275 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
276
277         * tests/icles/.cvsignore:
278         * tests/icles/Makefile.am:
279         * tests/icles/test-scale.c: (make_pipeline), (main):
280         Add dynamic rescaling tests for the new basetransform.
281
282 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
283
284         * gst/audioconvert/Makefile.am:
285           Dist recently-added gstfastrandom.h.
286
287 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
288
289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
290         Fix a "may be used uninitialized in this function" which weirdly only
291         appears on macosx (?).
292
293 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
294
295         * gst-libs/gst/riff/riff-ids.h:
296           Adding acid chunk for tempo and loop information.
297
298 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
299
300         * sys/xvimage/Makefile.am:
301           floor() needs linking to $(LIBM).
302
303 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
304
305         * ext/gnomevfs/gstgnomevfssrc.c:
306           Aggregate short reads and add some comments and debug logging.
307           Fixes #537380
308
309 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
310
311         * gst/playback/gstplaybasebin.c:
312           Fix property doc markup (its not a signal).
313
314         * sys/xvimage/xvimagesink.c:
315           Add since tag for new proeprties (also add sice tags fro the last two
316           other additions).
317
318 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
319
320         * sys/xvimage/xvimagesink.c:
321         * sys/xvimage/xvimagesink.h:
322           Add autofill/colorkey properties. Fixes #538656.
323
324 2008-07-28  David Schleef  <ds@schleef.org>
325
326         * sys/xvimage/xvimagesink.c:
327           Fix rounding errors when converting colorbalance values
328           between hardware and object property ranges.  Partial
329           fix for #537889, however, there still seems to be a small
330           drift problem that could be totem's fault.
331
332 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
333
334         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
335         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
336         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
337         This fixes a critical warning.
338
339 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
340
341         * ext/ogg/gstoggmux.c:
342         Allow muxing of CELT into Ogg streams.
343
344 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
345
346         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
347         (plugin_init):
348         Add simple typefinder for the CELT codec (www.celt-codec.org).
349
350 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
351
352         Patch by: Jan Gerber <j at oil21 dot org>
353
354         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
355         Fix calculation of the start time from skeleton streams.
356         Fixes bug #530068.
357
358 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
359
360         * tests/examples/seek/seek.c:
361           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
362
363 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
364
365         * gst/audioconvert/audioconvert.h:
366         * gst/audioconvert/gstaudioquantize.c:
367         (gst_audio_quantize_setup_dither),
368         (gst_audio_quantize_free_dither):
369         * gst/audioconvert/gstfastrandom.h:
370         Implement a linear congruential generator as pseudo random number
371         generator for the dither noise. This is about 2 times faster than
372         using GLib's mersenne twister. Also this uses only integer math for
373         generating integers while GLib internally uses floating point math.
374
375 2008-07-23  Michael Smith <msmith@songbirdnest.com>
376
377         * configure.ac:
378           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
379
380 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
381
382         Patch by: Damien Lespiau  <damien.lespiau gmail com>
383
384         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
385           Use GST_STR_NULL to avoid crashes with libcs that don't
386           like NULL strings in printf args (such as the win32 one).
387           Fixes #544306.
388
389 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
390
391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
392         Oops - set the size of the image used for probing back to 1x1, for
393         consistency with ximagesink
394
395 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
396
397         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
398         (gst_ximagesink_ximage_new):
399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
400         (gst_xvimagesink_xvimage_new):
401
402         Apparently on Solaris and OS/X (at least), it's not legal to ask the
403         X server to attach to a shared memory segment after we've deleted it,
404         with the result that MIT-SHM is disabled. Instead, remove it only after 
405         X succeeds in attaching too.
406
407 2008-07-16  David Schleef  <ds@schleef.org>
408
409         * gst/audiotestsrc/gstaudiotestsrc.c:
410         * gst/audiotestsrc/gstaudiotestsrc.h:
411           Add 'ticks', a 1/30 second sine wave pulse every second.
412
413 2008-07-15  David Schleef  <ds@schleef.org>
414
415         * gst-libs/gst/video/video.c: Revert ABI change.
416
417 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
418
419         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
420         Make it impossible to have NULL caps at the point where we set
421         framerate and other things. Also don't return immediately for "3ivd"
422         video and let framerate, etc be set. Might fix bug #542508.
423
424 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
425
426         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
427         Video format can also be conveniently determined from (many)
428         non-fixed caps.
429
430 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
431
432         * gst/playback/gstplaybasebin.c:
433         * gst/playback/gstplaybasebin.h:
434         * gst/playback/gstplaybin.c:
435         * gst/playback/gststreamselector.c:
436         First stab at integrating DVD subpicture overlay into
437         playbin. Successfully plugs and plays, but the queues need
438         shrinking - 3 seconds of video is too much buffering.
439
440 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
441
442         * gst/audioconvert/gstaudioconvert.c:
443           Remove now obsolete note in the docs.
444
445 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
446
447         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
448         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
449         * docs/plugins/gst-plugins-base-plugins-sections.txt:
450         * docs/plugins/gst-plugins-base-plugins.args:
451         * docs/plugins/gst-plugins-base-plugins.hierarchy:
452         * docs/plugins/gst-plugins-base-plugins.interfaces:
453         * docs/plugins/gst-plugins-base-plugins.prerequisites:
454         * docs/plugins/gst-plugins-base-plugins.signals:
455         * docs/plugins/inspect/plugin-adder.xml:
456         * docs/plugins/inspect/plugin-alsa.xml:
457         * docs/plugins/inspect/plugin-audioconvert.xml:
458         * docs/plugins/inspect/plugin-audiorate.xml:
459         * docs/plugins/inspect/plugin-audioresample.xml:
460         * docs/plugins/inspect/plugin-audiotestsrc.xml:
461         * docs/plugins/inspect/plugin-cdparanoia.xml:
462         * docs/plugins/inspect/plugin-decodebin.xml:
463         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
464         * docs/plugins/inspect/plugin-gdp.xml:
465         * docs/plugins/inspect/plugin-gnomevfs.xml:
466         * docs/plugins/inspect/plugin-libvisual.xml:
467         * docs/plugins/inspect/plugin-ogg.xml:
468         * docs/plugins/inspect/plugin-pango.xml:
469         * docs/plugins/inspect/plugin-playback.xml:
470         * docs/plugins/inspect/plugin-queue2.xml:
471         * docs/plugins/inspect/plugin-subparse.xml:
472         * docs/plugins/inspect/plugin-tcp.xml:
473         * docs/plugins/inspect/plugin-theora.xml:
474         * docs/plugins/inspect/plugin-typefindfunctions.xml:
475         * docs/plugins/inspect/plugin-uridecodebin.xml:
476         * docs/plugins/inspect/plugin-video4linux.xml:
477         * docs/plugins/inspect/plugin-videorate.xml:
478         * docs/plugins/inspect/plugin-videoscale.xml:
479         * docs/plugins/inspect/plugin-videotestsrc.xml:
480         * docs/plugins/inspect/plugin-volume.xml:
481         * docs/plugins/inspect/plugin-vorbis.xml:
482         * docs/plugins/inspect/plugin-ximagesink.xml:
483         * docs/plugins/inspect/plugin-xvimagesink.xml:
484         * ext/alsa/gstalsamixer.c:
485         * ext/alsa/gstalsasink.c:
486         * ext/alsa/gstalsasrc.c:
487         * ext/gio/gstgiosink.c:
488         * ext/gio/gstgiosrc.c:
489         * ext/gio/gstgiostreamsink.c:
490         * ext/gio/gstgiostreamsrc.c:
491         * ext/gnomevfs/gstgnomevfssink.c:
492         * ext/gnomevfs/gstgnomevfssrc.c:
493         * ext/ogg/gstoggdemux.c:
494         * ext/ogg/gstoggmux.c:
495         * ext/pango/gstclockoverlay.c:
496         * ext/pango/gsttextoverlay.c:
497         * ext/pango/gsttextrender.c:
498         * ext/pango/gsttimeoverlay.c:
499         * ext/theora/theoradec.c:
500         * ext/theora/theoraenc.c:
501         * ext/theora/theoraparse.c:
502         * ext/vorbis/vorbisdec.c:
503         * ext/vorbis/vorbisenc.c:
504         * ext/vorbis/vorbisparse.c:
505         * ext/vorbis/vorbistag.c:
506         * gst/adder/gstadder.c:
507         * gst/audioconvert/gstaudioconvert.c:
508         * gst/audioresample/gstaudioresample.c:
509         * gst/audiotestsrc/gstaudiotestsrc.c:
510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
511         * gst/gdp/gstgdpdepay.c:
512         * gst/gdp/gstgdppay.c:
513         * gst/playback/gstdecodebin2.c:
514         * gst/playback/gstplaybin.c:
515         * gst/playback/gstplaybin2.c:
516         * gst/playback/gstqueue2.c:
517         * gst/playback/gsturidecodebin.c:
518         * gst/tcp/gstmultifdsink.c:
519         * gst/tcp/gsttcpserversink.c:
520         * gst/videorate/gstvideorate.c:
521         * gst/videoscale/gstvideoscale.c:
522         * gst/videotestsrc/gstvideotestsrc.c:
523         * gst/volume/gstvolume.c:
524         * sys/ximage/ximagesink.c:
525         * sys/xvimage/xvimagesink.c:
526           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
527           titles. Drop mentining that all our example pipelines are "simple"
528           pipelines.
529
530 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
531
532         * tests/examples/seek/Makefile.am:
533         Fix out of tree build by adding all required CFLAGS.
534
535 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
536
537         * gst/playback/gstdecodebin.c: (add_raw_queue):
538         And ref the pad before returning it again when linking to the queue
539         failed. Otherwise we will unref the pad twice later and things break.
540
541 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
542
543         * gst/playback/gstdecodebin.c: (add_raw_queue):
544         If linking the raw pad with a queue fails, try it without a queue
545         instead of failing completely. This should never happen.
546
547 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
548
549         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
550
551         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
552         Add a queue after a demuxer if the demuxer outputs raw data. This was
553         done before only for non-raw data but is required in this case too.
554         Fixes bug #540215.
555
556         decodebin2 doesn't have this issue because all streams of a group
557         go through multiqueue.
558
559 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
560
561         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
562
563         * gst-libs/gst/sdp/gstsdpmessage.c:
564         Makes libgstsdp compile with mingw32 by defining the right WINVER so
565         that getaddrinfo() can be used. Fixes #541358.
566
567 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
568
569         * gst/videotestsrc/gstvideotestsrc.c:
570         (gst_video_test_src_class_init), (gst_video_test_src_init),
571         (gst_video_test_src_set_property),
572         (gst_video_test_src_get_property), (gst_video_test_src_create):
573         * gst/videotestsrc/gstvideotestsrc.h:
574         Cleanups, use default property values as defines.
575         Add property to enable/disable peer buffer allocation.
576
577 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
578
579         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
580         * tests/check/pipelines/streamheader.c: (streamheader_suite):
581         Enable unit tests on PPC again as the bugs are now fixed.
582
583 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
584
585         * gst-libs/gst/riff/riff-ids.h:
586         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
587         (gst_riff_create_audio_template_caps):
588         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
589         Fixes bug #540351.
590
591 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
592
593         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
594         (gst_ffmpeg_pixfmt_to_caps):
595         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
596         (gst_ffmpegcsp_get_unit_size):
597         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
598         it on other formats. Also adjust the unit size only for that format
599         to not include the palette. Fixes bug #540497.
600
601 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
602
603         * gst/adder/gstadder.c:
604           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
605
606 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
607
608         * ChangeLog:
609           ChangeLog surgery.
610   
611         * tests/examples/seek/seek.c:
612           Move variable into ifdef too.
613         
614
615 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
616
617         * tests/examples/seek/seek.c:
618           Include config.h and check if we have X. Remove XInitThread(), don't
619           think its needed. Fixes: #540334.
620
621 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
622
623         Patch by: Sam Morris <sam at robots dot org to uk>
624
625         * gst-libs/gst/interfaces/mixertrack.c:
626         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
627         (gst_mixer_track_set_property):
628         API: Add "index" property to GstMixerTrack to differantiate between
629         multiple mixer tracks with the same label.
630
631         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
632         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
633         Set the "index" property of GstMixerTrack to the index given by ALSA.
634         Fixes bug #528299.
635
636 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
637
638         * tests/examples/seek/Makefile.am:
639         * tests/examples/seek/seek.c:
640           Remove libgstvideo usage. Use gtk_get_option_group instead of
641           gtk_init().
642
643 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
644
645         * tests/check/Makefile.am:
646           Name the test registry format neutral.
647
648 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
649
650         * gst/playback/gstqueue2.c:
651           Do not double notify. Remove the unsued return value.
652
653 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
654
655         * ext/alsa/gstalsamixer.c:
656           Also consider "speaker" as a name for master volume. If that doesn't
657           help look for the first non-mono volume control that also has a
658           playback switch.
659
660 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
661
662         * ChangeLog:
663           Forgot to save the ChangeLog :/
664
665 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
666
667         * tests/examples/seek/Makefile.am:
668         * tests/examples/seek/seek.c:
669           Embedd the xwindow. Allow to play multiple files.
670
671 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
672
673         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
674         (gst_ximagesink_setcaps):
675         * sys/ximage/ximagesink.h:
676         When the caps change, make sure to re-draw borders in
677         force-aspect-ratio=true mode.
678         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
679         Don't clear the border_draw flag until we actually draw the border.
680         * tests/check/Makefile.am:
681         Ignore alsasink/src during the states test too, so it doesn't fail
682         when running without access to the sound device.
683
684 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
685
686         * tests/examples/seek/seek.c:
687           Fix crasher when playing a parse-launch line the 2nd time.
688
689 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
690
691         * tests/check/pipelines/oggmux.c:
692           Properly ifdef tests to fix compilation.
693
694 2008-06-20  Michael Smith <msmith@songbirdnest.com>
695
696         * gst/playback/gstplay-marshal.list:
697         * gst/playback/gstplaybin2.c:
698           Add get-video-pad, get-audio-pad, get-text-pad action signals to
699           playbin2. This allows the user to get to the selector's sinkpads, and
700           thus inspect a range of things - caps, tags, etc. 
701
702 2008-06-20  Michael Smith <msmith@songbirdnest.com>
703
704         * gst/playback/gstplaybin2.c:
705           Use a different constant for the convert-frame signal id.
706           Fixes #537009.
707
708 2008-06-20  Michael Smith <msmith@songbirdnest.com>
709
710         * gst/playback/gstplaybin2.c:
711         * gst/playback/gstplaysink.c:
712           Fix a whole bunch of typos in comments and log statements. 
713
714 2008-06-20  Michael Smith <msmith@songbirdnest.com>
715
716         * sys/xvimage/xvimagesink.c:
717           Don't set colour balance values on the Xv port if the user hasn't
718           changed them (via properties or the interface). Avoids accumulating
719           rounding errors for the common case.
720           Partial fix for bug #537889.
721
722 2008-06-20  Michael Smith <msmith@songbirdnest.com>
723
724         * gst/playback/gstdecodebin2.c:
725           Ensure decodebin2 emits 'drained' signal once, and only once, when all
726           pads are drained.
727
728 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
729
730         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
731         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
732         Report the encoder latency. Fixes #538232.
733
734 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
735
736         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
737         (notify_source), (activate_group):
738         Implement the source property, emit notify when it changes in the
739         underlying uridecodebin.
740
741 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
742
743         * tests/examples/seek/seek.c: (stop_cb):
744         Free and clear the seek element list so that we don't use invalid
745         references when seeking after recreating a gst-launch line.
746
747 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
748
749         * gst-libs/gst/audio/gstbaseaudiosink.c:
750         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
751         (gst_base_audio_sink_render):
752         Report latency even if we are not live instead of hiding it.
753         Take ts-offset and render-delay of the basesink into account when
754         scheduling samples.
755         Rework the clipping code so that we can take the various offsets into
756         account and still do correct clipping.
757
758 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
759
760         * configure.ac:
761         Bump verion back to devel -> 0.10.20.1
762
763 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
764
765         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
766         Don't increase the size of non-string image buffers by one as this
767         might in theory confuse decoders. Still increase it by one for string
768         image buffers to append '\0'.
769
770 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
771
772         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
773         
774         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
775         Fix a buffer memleak and remove a confusing and wrong debug output.
776         Fixes bug #538663.
777
778 === release 0.10.20 ===
779
780 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
781
782         * configure.ac:
783           releasing 0.10.20, "Here I Go Again"
784
785 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
786
787         * configure.ac:
788         0.10.19.3 pre-release
789
790 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
791
792         * gst-libs/gst/rtsp/gstrtspconnection.c:
793         Fix build on win32.
794         Patch By: David Schleef <ds@schleef.org>
795         Fixes: #536874
796
797 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
798
799         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
800         (gst_gio_base_src_create):
801         * ext/gio/gstgiobasesrc.h:
802         Try to read the requested number of bytes, even if the first
803         read returns less than requested, until nothing is read anymore
804         or we have the requested amount of bytes. This fixes playback of
805         files via Samba as Samba only allows to read 64k at once.
806
807         Implement a caching algorithm that makes sure that we read at
808         least 4k of data every time. Some elements will try to read a few
809         bytes, then seek, read again a few bytes and so on and this is
810         painfully slow as every operation has to go over DBus if GVfs is
811         used as backend.
812
813         Fixes bug #536849 and #536848.
814
815         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
816         (gst_gio_src_check_get_range):
817         Override check_get_range() to blacklist http/https URIs
818         and whitelist file URIs. More to be added on demand.
819
820 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
821
822         * configure.ac:
823         0.10.19.2 pre-release
824
825 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
826
827         * win32/common/libgstrtsp.def:
828         * win32/common/libgsttag.def:
829         Add new API functions to the dll exports
830
831 2008-06-04  Michael Smith <msmith@songbirdnest.com>
832
833         * gst/playback/gstplaybasebin.c:
834           Disconnect signals from decodebins we created before we remove it
835           from playbin, to avoid crashes if the decodebin is eventually
836           disposed after the playbin itself (possible if the app takes a
837           reference on the decodebin).
838           Fixes #536521.
839
840 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
841
842         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
843           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
844           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
845           (h264_video_type_find), (mpeg_video_stream_type_find),
846           (dv_type_find), (mmsh_type_find):
847           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
848           copy caps for no good reason (this may be desirable to make it easier
849           to detect leaks, but then it should probably be done for all caps
850           in the typefinder somewhere).
851
852 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
853
854         * tests/check/Makefile.am:
855         Do not try to run the check tests for subparse unless it has been
856         built.
857
858 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
859
860         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
861         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
862         Do not try to run a test which requires vorbisenc unless we have
863         actually built it.
864
865 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
866
867         * gst-libs/gst/rtsp/gstrtspconnection.c:
868         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
869         (gst_rtsp_connection_clear_auth_params),
870         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
871         * gst-libs/gst/rtsp/gstrtspconnection.h:
872         Add a couple of missing argument guards.
873         Add a way of setting the DSCP for an RTSP connection.
874         Add an accessor method for the ip member of GstRTSPConnection as all
875         members are supposed to be private.
876
877 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
878
879         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
880         Fixed accidental use of IPv4 options for all IPv6 addresses.
881
882 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
883
884         * gst-libs/gst/interfaces/mixertrack.h:
885           Document mixer track flags.
886
887 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
888
889         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
890
891         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
892         Don't set caps on the buffers that contain a copy of the buffer
893         including the caps of them resulting in an always increasing refcount
894         of the caps and insanely large caps. Instead include a buffer without
895         caps in the new caps. Fixes bug #536475.
896
897 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
898
899         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
900         Transform a given PAR to a range on the struct with the generic
901         height/width instead of the struct with the possibly restricted
902         height/width.
903
904 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
905
906         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
907         Prefer the given format if it contains something stricter than [1,MAX]
908         for height or width and only put a structure that requires rescaling
909         as second. This makes it possible to use videoscale in pipelines where
910         the source can actually produce the wanted height/width but usually
911         selects a different one from the requested.
912
913 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
914
915         Based on patch by: John Millikin <jmillikin gmail com>
916
917         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
918           (gst_vorbis_tag_add_coverart):
919           Retrieve COVERART tags from vorbis comments (#512333)
920
921 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
922
923         * gst-libs/gst/tag/tag.h:
924         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
925           Don't forget to add new enum value here too (should probably use
926           glib-mkenums here...).
927
928 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
929
930         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
931         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
932         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
933           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
934           (gst_tag_image_data_to_image_buffer):
935           Add two utility functions to avoid code duplication (#512333):
936           API: add gst_tag_image_data_to_image_buffer()
937           API: add gst_tag_list_add_id3_image()
938           API: add GST_TAG_IMAGE_TYPE_NONE enum value
939
940 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
941
942         * win32/common/libgstaudio.def:
943         Add gst_audio_check_channel_positions() to the exported symbols.
944
945 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
946
947         * docs/libs/gst-plugins-base-libs-sections.txt:
948         * gst-libs/gst/audio/multichannel.c:
949         (gst_audio_check_channel_positions):
950         * gst-libs/gst/audio/multichannel.h:
951         API: Make gst_audio_check_channel_positions() public.
952
953         * tests/check/libs/audio.c: (GST_START_TEST):
954         Add some simple checks for gst_audio_check_channel_positions().
955
956 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
957
958         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
959           minrange and maxrange are scaled according to the frequency
960           multiplier.
961
962 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
963
964         * ext/pango/Makefile.am:
965         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
966           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
967           Use gstvideo functions to calculate strides and plane offsets. Fixes
968           rendering issue ('ghost' images of the text on the chroma planes)
969           with widths or heights that are not multiples of 8 (#506659 and
970           probably also #485729).
971
972         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
973           (main):
974           Test with odd height/width too.
975
976 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
977
978         * gst/adder/gstadder.c: (gst_adder_query_duration),
979         (gst_adder_query_latency):
980         When using gst_element_iterate_pads() one has to unref every pad
981         after usage.
982
983 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
984
985         * gst-libs/gst/audio/gstbaseaudiosrc.c:
986         (gst_base_audio_src_class_init):
987         Add a gtk-doc chunk for the new properties to have a Since: indication.
988
989 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
990
991         * gst-libs/gst/audio/gstbaseaudiosrc.c:
992         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
993         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
994         (gst_base_audio_src_change_state):
995         Provide readable actual-buffer-time and actual-latency-time properties
996         that reflect the configured ringbuffer values. Fixes #524724.
997         API: GstBaseAudioSrc:actual-buffer-time
998         API: GstBaseAudioSrc:actual-latency-time
999
1000 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1001
1002         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1003         (gst_basertppayload_change_state):
1004         Simply converting the running time into an RTP timestamp by scaling it
1005         based on the clock-rate is good enough for making an RTP timestamp. This
1006         has the added benefit that we can later on expose a property with the
1007         RTP timestamp of running time 0, as is needed for RTSP servers to
1008         generate the response of the PLAY request.
1009
1010 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1011
1012         * gst/audioconvert/gstaudioconvert.c:
1013         (structure_has_fixed_channel_positions),
1014         (gst_audio_convert_transform_caps):
1015         Allow up to 11 positioned channels now that audioconvert can handle
1016         this but add no default positions for > 8 channels.
1017         
1018         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1019         Add some unit tests for the above change: Test conversion of
1020         11 positioned channels to stereo and the other way around, test
1021         conversion of 15 unpositioned channels in different ways.
1022
1023 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1024
1025         * win32/common/libgstaudio.def:
1026         Add gst_audio_clock_reset to the list of exported symbols.
1027
1028 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1029
1030         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1031         Remove wrong_channels_identification_header unit test as we now
1032         support 7 (and more channels).
1033
1034 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1035
1036         * gst/audioconvert/gstchannelmix.c:
1037         (gst_channel_mix_fill_one_other):
1038         If mixing left or right to center (or the other way around) only take
1039         the complete value if we don't already have the original position in
1040         the source.
1041
1042 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1043
1044         * gst-libs/gst/audio/multichannel.c:
1045         (gst_audio_check_channel_positions),
1046         (gst_audio_set_structure_channel_positions_list),
1047         (gst_audio_fixate_channel_positions):
1048         Allow rear center together with rear left/right and other previously
1049         conflicting channel positions. The reason why they weren't allowed
1050         was the channel mixing implementation in audioconvert.
1051         Also take this into account when fixing channel layouts.
1052
1053         Allow setting channel positions for 1/2 channels when using
1054         gst_audio_set_structure_channel_position().
1055
1056         * gst/audioconvert/gstchannelmix.c:
1057         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1058         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1059         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1060         Major rewrite of the channel mixing.
1061
1062         We now allow previously conflicting channel positions to appear
1063         together (rear center and rear left/right for example).
1064         Fixes bug #533817.
1065
1066         Rework the way channels are mixed together to take more possible
1067         channel positions into account, properly mix from/to side channels
1068         and don't assume that either center, left&right or nothing of a
1069         specific position is available anymore.
1070
1071         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1072         Adjust unit tests with non-standard 1/2 channel layouts to the more
1073         correct new behaviour.
1074
1075         Add a unit test for 5.1->Stereo downmixing.
1076
1077 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1078
1079         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1080         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1081         Add sane defaults for the 7 and 8 channel layouts as those are
1082         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1083         more than 8 channels instead of erroring out. Fixes bug #535356.
1084
1085 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1086
1087         * docs/plugins/Makefile.am:
1088         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1089         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1090         * ext/theora/theoraparse.c:
1091         Add theoraparse to the docs and fix some docs.
1092
1093 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1094
1095         * gst-libs/gst/cdda/gstcddabasesrc.c:
1096         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1097         Fix EOS condition and track addition check, the track.end sector is
1098         included in the track. Fixes #533265.
1099
1100 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1101
1102         Patch by: Mark Nauwelaerts <manauw at skynet be>
1103
1104         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1105         (gst_video_rate_flush_prev), (gst_video_rate_event),
1106         (gst_video_rate_chain):
1107         * gst/videorate/gstvideorate.h:
1108         React (more) to NEWSEGMENT
1109         Small adjustment in timestamp calculation to prevent mismatches
1110         Fixes #435633.
1111
1112 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1113
1114         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1115           Initialise error to NULL as we should.
1116
1117 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1118
1119         * gst/adder/gstadder.c: (gst_adder_query_duration),
1120         (gst_adder_query_latency), (gst_adder_query):
1121         Implement latency query.
1122
1123 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1124
1125         * gst/adder/gstadder.c: (gst_adder_query_duration):
1126         Correctly resync the iterator if gst_iterator_next() returns
1127         GST_ITERATOR_RESYNC.
1128
1129 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1130
1131         * win32/vs6/libgstpbutils.dsp:
1132           Add pbutils-enumtypes.c to sources (#518037).
1133
1134 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1135
1136         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1137         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1138         * gst-libs/gst/audio/gstaudioclock.h:
1139         Add method to inform the clock that the time starts from 0 again. We use
1140         this info to calculate a clock offset so that the time we report in
1141         internal_time is monotonically increasing, as required by the clock base
1142         class. Fixes #521761.
1143         API: GstAudioClock::gst_audio_clock_reset()
1144
1145         * gst-libs/gst/audio/gstbaseaudiosink.c:
1146         (gst_base_audio_sink_skew_slaving),
1147         (gst_base_audio_sink_change_state):
1148         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1149         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1150         Reset reported time when we (re)create the ringbuffer.
1151
1152 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1153
1154         * ext/alsa/gstalsamixertrack.c:
1155           (gst_alsa_mixer_track_update_alsa_capabilities):
1156           Make sure playback volumes aren't accidentally overwritten by
1157           capture volumes if an alsa mixer track has both playback and
1158           capture capabilities: we create two GstMixerTracks in that
1159           case, so make sure we query only the alsa capabilities that
1160           refer to the type of GstMixerTrack we created from the dual
1161           capability alsa element. Should fix issues with Audigy2 sound
1162           cards (#518082).
1163
1164 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1165
1166         * tests/check/pipelines/oggmux.c: (test_pipeline):
1167           Don't use deprecated function.
1168
1169 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1170
1171         * gst/playback/gstdecodebin2.c:
1172         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1173         Check for NULL cases and log them, creating ghostpads can, for example,
1174         fail when the pad returns wrong caps.
1175
1176         * gst/playback/gstplaybin2.c: (perform_eos):
1177         When pushing out the EOS event, collect the return value and warn when
1178         something failed.
1179
1180 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1181
1182         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1183         (gst_riff_create_video_template_caps):
1184         Add support for DVCPRO.
1185
1186 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1187
1188         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1189           Change default scaling method from nearest-neighbour to bilinear.
1190
1191 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1192
1193         * tests/check/libs/video.c:
1194           More checks.
1195
1196 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
1197
1198         * gst/subparse/gstsubparse.c: (parser_state_init),
1199           (gst_sub_parse_format_autodetect), (handle_buffer):
1200         * gst/subparse/gstsubparse.h:
1201         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1202           Limit duration to a maximum of five seconds for tmplayer format where
1203           we can guess the duration only from the timestamp of the next line of
1204           text. We don't want to show a text for eternities just because nothing
1205           else is being said for a while.
1206
1207 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1208
1209         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1210         (gst_base_rtp_depayload_chain),
1211         (gst_base_rtp_depayload_handle_sink_event),
1212         (gst_base_rtp_depayload_push_full),
1213         (gst_base_rtp_depayload_change_state):
1214         Check sequence numbers, mark input buffers with a discont flag for the
1215         subclass when we detected a gap, drop duplicate buffers. We do this
1216         because one can use the element without a jitterbuffer in front and we
1217         don't want to feed the subclasses invalid or reordered data.
1218         Do an error when the subclass did not provide a process function instead
1219         of crashing.
1220         Some other small cleanups.
1221
1222 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
1223
1224         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1225           May just as well use the precalculated uvstride here.
1226
1227 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
1228
1229         * docs/plugins/Makefile.am:
1230         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1231         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1232         * docs/plugins/gst-plugins-base-plugins.args:
1233         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1234         * docs/plugins/gst-plugins-base-plugins.interfaces:
1235         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1236         * docs/plugins/inspect/plugin-adder.xml:
1237         * docs/plugins/inspect/plugin-alsa.xml:
1238         * docs/plugins/inspect/plugin-audioconvert.xml:
1239         * docs/plugins/inspect/plugin-audiorate.xml:
1240         * docs/plugins/inspect/plugin-audioresample.xml:
1241         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1242         * docs/plugins/inspect/plugin-cdparanoia.xml:
1243         * docs/plugins/inspect/plugin-decodebin.xml:
1244         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1245         * docs/plugins/inspect/plugin-gdp.xml:
1246         * docs/plugins/inspect/plugin-gio.xml:
1247         * docs/plugins/inspect/plugin-gnomevfs.xml:
1248         * docs/plugins/inspect/plugin-libvisual.xml:
1249         * docs/plugins/inspect/plugin-ogg.xml:
1250         * docs/plugins/inspect/plugin-pango.xml:
1251         * docs/plugins/inspect/plugin-playback.xml:
1252         * docs/plugins/inspect/plugin-queue2.xml:
1253         * docs/plugins/inspect/plugin-subparse.xml:
1254         * docs/plugins/inspect/plugin-tcp.xml:
1255         * docs/plugins/inspect/plugin-theora.xml:
1256         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1257         * docs/plugins/inspect/plugin-uridecodebin.xml:
1258         * docs/plugins/inspect/plugin-video4linux.xml:
1259         * docs/plugins/inspect/plugin-videorate.xml:
1260         * docs/plugins/inspect/plugin-videoscale.xml:
1261         * docs/plugins/inspect/plugin-videotestsrc.xml:
1262         * docs/plugins/inspect/plugin-volume.xml:
1263         * docs/plugins/inspect/plugin-vorbis.xml:
1264         * docs/plugins/inspect/plugin-ximagesink.xml:
1265         * docs/plugins/inspect/plugin-xvimagesink.xml:
1266         * ext/cdparanoia/gstcdparanoiasrc.c:
1267         * ext/ogg/gstoggdemux.c:
1268         * ext/ogg/gstoggdemux.h:
1269         * ext/ogg/gstoggmux.c:
1270         * ext/ogg/gstoggmux.h:
1271         * gst/audioconvert/audioconvert.c:
1272         * gst/audioconvert/audioconvert.h:
1273         * gst/audioconvert/gstaudioconvert.h:
1274         * gst/gdp/gstgdpdepay.h:
1275         * gst/gdp/gstgdppay.h:
1276         * gst/playback/gstdecodebin.c:
1277         * gst/playback/gstdecodebin2.c:
1278         * gst/playback/gstplaybin.c:
1279         * gst/playback/gstplaybin2.c:
1280         * gst/playback/gsturidecodebin.c:
1281         * gst/tcp/gstmultifdsink.c:
1282         * gst/tcp/gstmultifdsink.h:
1283         * gst/tcp/gsttcp.h:
1284
1285         Add some documentation comments, and some new headers to be scanned.
1286         Rename some internal enum declarations (audioconvert's DitherType and
1287         NoiseShapingType, GstUnitType from the TCP elements) to match the
1288         documented GObject type names so that the docs pick them up.
1289         Name the playbin2 docs markups properly so they get picked up. They'll
1290         need renaming back when/if playbin2 becomes playbin.
1291
1292         100% symbol coverage for the plugin docs, booya.
1293
1294 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
1295
1296         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
1297
1298         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1299         Fix generation of NV12/NV21 frames. Fixes bug #532454.
1300
1301 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1302
1303         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1304
1305         * gst/playback/gstdecodebin.c: (remove_fakesink):
1306         Lock the fakesink before setting the state to NULL and removing it from
1307         the bin so that a concurrent state change cannot interfere. 
1308         Fixes #534331.
1309
1310 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1311
1312         * docs/Makefile.am:
1313         Fix installing plugin documentation when gtk-doc is disabled.
1314
1315 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1316
1317         * gst-libs/gst/rtsp/Makefile.am:
1318         Distribute, don't install md5.h
1319
1320 2008-05-21  Julien Moutte  <julien@fluendo.com>
1321
1322         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
1323         instead of SOL_IP, works on more platforms.
1324         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
1325         arguments.
1326
1327 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1328
1329         * ext/vorbis/vorbisdec.c:
1330         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
1331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
1332         Some debug and comment fixes.
1333
1334         * tests/examples/dynamic/addstream.c: (main):
1335         Fix , to ;
1336
1337 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1338
1339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1340         * gst/playback/decodetest.c: (new_decoded_pad_cb):
1341         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1342         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
1343         (cleanup_decodebin):
1344         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1345         (connect_element), (gst_decode_group_control_demuxer_pad):
1346         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
1347         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
1348         (mute_group_type):
1349         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
1350         (gst_play_bin_set_property), (handoff), (gen_video_element),
1351         (gen_text_element), (gen_audio_element), (gen_vis_element),
1352         (remove_sinks), (add_sink), (setup_sinks):
1353         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
1354         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
1355         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
1356         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
1357         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
1358         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
1359         (gen_vis_chain), (gst_play_sink_reconfigure),
1360         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
1361         (gst_play_sink_request_pad):
1362         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
1363         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1364         (cb_newpad):
1365         * gst/playback/test6.c: (new_decoded_pad_cb):
1366         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1367         * tests/check/elements/audiorate.c: (test_injector_chain),
1368         (do_perfect_stream_test):
1369         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1370         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
1371         * tests/check/elements/gnomevfssink.c:
1372         * tests/check/elements/textoverlay.c:
1373         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
1374         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
1375         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
1376         * tests/check/pipelines/oggmux.c: (test_pipeline):
1377         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
1378         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1379         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
1380         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
1381         * tests/examples/seek/seek.c: (make_mod_pipeline),
1382         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
1383         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
1384         (make_theora_pipeline), (make_vorbis_theora_pipeline),
1385         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
1386         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
1387         (update_fill), (msg_buffering):
1388         Don't use bad gst_element_get_pad().
1389
1390 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
1391
1392         * gst-libs/gst/riff/riff-media.c:
1393           Fix wrong method name in docs. Fix calculation of strf fields for
1394           broken mulaw/alaw.
1395   
1396         * gst-libs/gst/riff/riff-read.c:
1397           Whitespace fix and removing double ';'.
1398
1399 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1400
1401         * docs/design/part-playbin2.txt:
1402         Add some leftover doc.
1403
1404 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1405
1406         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
1407         Fix copy & paste error in last commit.
1408
1409 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1410
1411         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
1412         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
1413         other channel positions when source has SIDE channels and dest doesn't
1414         or the other way around.
1415
1416 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1417
1418         Patch by: Henrik Eriksson <henriken at axis dot com>
1419
1420         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
1421         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
1422         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
1423         (gst_multi_fd_sink_get_property):
1424         * gst/tcp/gstmultifdsink.h:
1425         Add support for DSCP QOS. Fixes #469933.
1426
1427 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1428
1429         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1430         Add another test that checks if conversion between standard 1 and 2
1431         channel layouts with and without positions set is working.
1432
1433 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1434
1435         * gst-libs/gst/audio/multichannel.c:
1436         (gst_audio_check_channel_positions):
1437         Allow non-standard 2 channel layouts.
1438         
1439         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1440         Add some tests for converting and remapping non-standard 1 and 2
1441         channel layouts.
1442
1443 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1444
1445         * gst/audioconvert/gstchannelmix.c:
1446         (gst_channel_mix_fill_normalize):
1447         Prevent division by zero if the channel mix matrix contains only
1448         zeroes.
1449
1450 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1451
1452         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1453
1454         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
1455         Close a buffer memory leak. Fixes bug #534071.
1456
1457 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1458
1459         * gst-libs/gst/rtsp/gstrtsptransport.h:
1460         Make the GstRTSPTransport struct members public as there are no
1461         setters/getters and it's supposed to be changed directly.
1462         Fixes bug #533087.
1463
1464 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1465
1466         * gst/adder/gstadder.c:
1467         Adder also doesn't support audio/x-raw-int with width!=depth so don't
1468         claim this on the pad template caps.
1469
1470 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1471
1472         * gst-libs/gst/audio/gstbaseaudiosink.c:
1473         (gst_base_audio_sink_sync_latency):
1474         We can only use our optimal calibration if we prerolled before the
1475         latency expired.
1476
1477 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
1478
1479         * configure.ac:
1480           Require core CVS for GstBaseSrc buffer caps setting magic.
1481
1482 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
1483
1484         * gst/audioconvert/gstaudioconvert.c:
1485         (gst_audio_convert_fixate_channels):
1486         Fix logic in last commit.
1487
1488 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
1489
1490         * gst/audioconvert/gstaudioconvert.c:
1491         (gst_audio_convert_fixate_channels):
1492         Passthrough the channel positions if the number of output channels is
1493         the same as the number of input channels, the input had a channel
1494         layout and downstream requests no special one. We did this already for
1495         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
1496
1497 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1498
1499         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
1500         (gst_gnome_vfs_src_finalize),
1501         (gst_gnome_vfs_src_received_headers_callback),
1502         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
1503         * ext/gnomevfs/gstgnomevfssrc.h:
1504         Set the ICY caps on the srcpad from where they get picked up by the base
1505         class now and set on the outgoing buffers.
1506
1507         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1508         (gst_base_audio_src_create):
1509         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
1510         BaseSrc now sets the caps on outgoing buffers automatically.
1511
1512 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1513
1514         * gst-libs/gst/audio/gstbaseaudiosink.c:
1515         (gst_base_audio_sink_resample_slaving),
1516         (gst_base_audio_sink_skew_slaving),
1517         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
1518         (gst_base_audio_sink_async_play),
1519         (gst_base_audio_sink_change_state):
1520         Change the way in which the ringbuffer is started when dealing with a
1521         slaved clock and latency. We now sync to the clock until we reach
1522         upstream latency before starting the ringbuffer. This has the effect
1523         that we can accurately align the master and slave clocks and let the
1524         rate correction code take care of the initial drift or rounding errors
1525         instead of leaving them uncorrected with the old approach.
1526
1527 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
1528
1529         * gst/audioconvert/gstaudioconvert.c:
1530         (gst_audio_convert_fixate_channels):
1531         Correctly set the default channel positions when converting to 8
1532         channels.
1533
1534 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
1535
1536         * configure.ac:
1537           Error out if we don't have the required version of core.
1538
1539 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
1540
1541         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
1542           Use data scan helper in aac typefinder and stop scanning
1543           for headers when we've found a type. Also fix potential invalid
1544           memory access when calculating the frame length.
1545
1546 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
1547
1548         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
1549           (mpeg_sys_is_valid_pack):
1550           Don't modify scan context when we return FALSE in ensure_data, so
1551           it's possible to continue scanning, and we don't end up with a NULL
1552           data pointer and a positive size, which might bite us the next time
1553           we're called. Small constification.
1554
1555 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
1556
1557         * gst/adder/gstadder.c:
1558         Adder doesn't support 24 bit samples so don't claim it supports them
1559         in the pad template caps.
1560
1561 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1562
1563         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1564         (gst_base_rtp_depayload_chain):
1565         Validate the RTP packet before further processing it. It's just too
1566         dangerous to accept random packets and people are not forced to use a
1567         jitterbuffer or session manager to filter out the bad packets.
1568
1569         * gst-libs/gst/rtp/gstrtpbuffer.c:
1570         (gst_rtp_buffer_set_extension_data),
1571         (gst_rtp_buffer_get_payload_subbuffer):
1572         Small cleanups.
1573         When setting extension data in a buffer that is too small, we fail and
1574         we should not set the extension bit.
1575         Change GST_WARNINGS into g_warning because they really are
1576         programming errors.
1577
1578         * tests/check/libs/rtp.c: (GST_START_TEST):
1579         Catch the g_warnings now in the unit tests and that fact that failing to
1580         set extension data left the extension bit untouched.
1581
1582 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1583
1584         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1585           Revert previous change which made basetransform handle buffer_alloc
1586           and which breaks things badly in the non-passthrough case since it
1587           returned buffers with a different (ie. sometimes smaller) size than
1588           the size requested.
1589
1590 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1591
1592         Patch by: Bernard B <b-gnome at largestprime dot net>
1593
1594         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
1595         Fix seqnum compare function for bordercase values and fix the docs
1596         again. Fixes #533075.
1597
1598         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
1599         Add a testcase for seqnum compare function.
1600
1601 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
1602
1603         * gst/adder/gstadder.c: (gst_adder_setcaps),
1604         (gst_adder_class_init):
1605         Correctly declare the supported endianness on the pad templates
1606         and check for correct endianness in the set caps function. Adder
1607         only supports native endianness.
1608         Also use gst_element_class_set_details_simple().
1609
1610 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
1611
1612         * sys/xvimage/xvimagesink.c:
1613           Better debug logging in port value handling. Merging separate port
1614           value loops into one.
1615
1616 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
1617
1618         Patch by: Hannes Bistry <hannesb at gmx dot de>
1619
1620         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
1621         * gst/tcp/gsttcpserversink.c:
1622         (gst_tcp_server_sink_handle_server_read),
1623         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
1624         Fix regression in clientsrc because we did not add the fd to the poll
1625         set anymore. Fixes #532364.
1626         Do some cleanups here and there.
1627
1628 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
1629
1630         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
1631         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
1632         * gst/playback/gstplay-marshal.list:
1633         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
1634         Use correct marshallers. GstCaps are a boxed type and no GObject
1635         subclass.
1636
1637 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
1638
1639         * win32/common/libgstrtsp.def:
1640         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
1641         symbols.
1642
1643 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
1644
1645         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1646
1647         * tests/check/elements/audioresample.c:
1648         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
1649         (live_switch_push), (GST_START_TEST):
1650         Add unit test for the latest basetransform negotiation changes.
1651         See bug #526768.
1652
1653 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
1654
1655         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
1656         Fix nv12<->nv21 conversion if stride is larger than width.
1657
1658 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
1659
1660         Patch by: Jan Gerber <j at oil21 dot org>
1661
1662         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
1663         (gst_ogg_pad_parse_skeleton_fisbone):
1664         * ext/ogg/gstoggdemux.h:
1665         Parse presentation time from skeleton streams and use it as offset
1666         for the timestamps. Fixes bug #530068.
1667
1668 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
1669
1670         * gst-libs/gst/audio/gstbaseaudiosink.c:
1671         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
1672         Revert previous patch that attempted to more accurately calculate the
1673         initial offset between master and slave clock. The best thing we can do
1674         in general is take the time of both clocks as the diff since we don't
1675         know when the actual preroll happened.
1676
1677 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
1678
1679         * gst-libs/gst/pbutils/install-plugins.c:
1680           Fix docs: type and missing word.
1681
1682 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
1683
1684         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
1685           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
1686           for this instead; don't check if we've found enough markers after
1687           each and every step, it's enough to do that only if we've actually
1688           found a new marker.
1689           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
1690
1691 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
1692
1693         * gst/typefind/gsttypefindfunctions.c:
1694           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
1695           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
1696           (mpeg_video_stream_type_find):
1697           Move scan helper thingy to the beginning of the file so we can use
1698           it in other typefind functions. Rename it to something more
1699           generic. Also improve handling of things towards the end of the
1700           typefind data: peek as much as we can if we know the size of the
1701           data, rather than just min_size.
1702
1703 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
1704
1705         * docs/libs/gst-plugins-base-libs-sections.txt:
1706         * gst-libs/gst/interfaces/colorbalance.c:
1707         * gst-libs/gst/interfaces/colorbalance.h:
1708         * gst-libs/gst/interfaces/colorbalancechannel.c:
1709         * gst-libs/gst/interfaces/colorbalancechannel.h:
1710         * gst-libs/gst/interfaces/tuner.c:
1711         * gst-libs/gst/interfaces/tunerchannel.c:
1712         * gst-libs/gst/interfaces/tunerchannel.h:
1713         * gst-libs/gst/interfaces/tunernorm.c:
1714         * gst-libs/gst/interfaces/tunernorm.h:
1715         * gst-libs/gst/video/video.c:
1716         * gst-libs/gst/video/video.h:
1717         Document the GstTuner and GstColorBalance interfaces, and some
1718         other random API functions that needed it. 70% symbol coverage, woo.
1719
1720 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
1721
1722         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
1723         Choose to allocate one less segment but require one additional segment
1724         as latency. 
1725
1726         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
1727         No need to increment the number of segments in the source.
1728
1729         * gst-libs/gst/audio/gstbaseaudiosink.c:
1730         (gst_base_audio_sink_get_time), (clock_convert_external),
1731         (gst_base_audio_sink_resample_slaving),
1732         (gst_base_audio_sink_skew_slaving),
1733         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
1734         (gst_base_audio_sink_async_play):
1735         Remove adding latency when returning the internal time while subtracting
1736         it again when we use the value a little later.
1737         When calculating the end timestamp, we are making a rounding error
1738         with the current algorithm. Ensure that we don't accumulate these
1739         rounding errors when aligning samples by not resampling at all if we
1740         don't need to. Fixes #419351.
1741         Make the initial calibration of the clock slaving a little more
1742         predictable and accurate. Also handle the case where we don't do
1743         clock slaving.
1744
1745 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
1746
1747         Based on a patch by:
1748           Björn Benderius <bjoern dot benderius at axis dot com>
1749
1750         * gst/ffmpegcolorspace/avcodec.h:
1751         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1752         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1753         (gst_ffmpegcsp_avpicture_fill):
1754         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
1755         * gst/ffmpegcolorspace/imgconvert_template.h:
1756         Add conversions from/to NV12 and NV21 and conversions between those
1757         two formats. Fixes bug #532166.
1758
1759 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
1760
1761         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
1762         Abort the h264 typefinding as soon as _peek() doesn't return anything,
1763         which happens for example with files smaller than 128kb.
1764
1765 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
1766
1767         Patch by: Wouter Cloetens <zombie at e2big dot org>
1768
1769         * gst-libs/gst/rtsp/Makefile.am:
1770         * gst-libs/gst/rtsp/gstrtspconnection.c:
1771         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
1772         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
1773         (add_auth_header), (gst_rtsp_connection_free),
1774         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
1775         (gst_rtsp_connection_set_auth_param),
1776         (gst_rtsp_connection_clear_auth_params):
1777         * gst-libs/gst/rtsp/gstrtspconnection.h:
1778         Add Digest authorization support for RTSP connections. See #532065.
1779
1780         * gst-libs/gst/rtsp/md5.c:
1781         * gst-libs/gst/rtsp/md5.h:
1782         Yeap, another md5 implementation until we can depend on a glib that has
1783         support for it.
1784
1785 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
1786
1787         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1788
1789         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1790         Let audioresample use the buffer allocation of basetransform instead
1791         of it's own stuff.
1792
1793         * tests/check/elements/audioresample.c: (alloc_only_48000),
1794         (GST_START_TEST), (audioresample_suite):
1795         Add unit test for the recent basetransform bugfix, where upstream
1796         changes caps to something that can't be passed through anymore.
1797
1798 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
1799
1800         * win32/common/config.h.in:
1801           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
1802           use the real thing than having "???" unconditionally.
1803
1804 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
1805
1806         * gst-libs/gst/audio/gstbaseaudiosink.c:
1807         (gst_base_audio_sink_query):
1808         Report the latency with the new seglatency parameter.
1809
1810         * gst-libs/gst/audio/gstringbuffer.c:
1811         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
1812         (gst_ring_buffer_acquire):
1813         * gst-libs/gst/audio/gstringbuffer.h:
1814         Add new field to the ringbufferspec to specify the expected latency
1815         between the underlying device read/write pointer, this is needed
1816         when writing sinks that sit a little closer to the hardware.
1817         Add some more docs for other fields.
1818
1819 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
1820
1821         * gst/volume/gstvolume.c: (volume_transform_ip):
1822         Return NOT_NEGOTIATED if we didn't set a process function yet for some
1823         reason instead of crashing later. Might fix bug #509125.
1824
1825 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
1826
1827         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
1828
1829         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
1830         * gst/audioconvert/audioconvert.h:
1831         * gst/audioconvert/gstaudioconvert.c:
1832         (gst_audio_convert_parse_caps),
1833         (structure_has_fixed_channel_positions),
1834         (gst_audio_convert_transform_caps):
1835         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
1836         Add support for more than 8 channels and NONE channel layouts. For
1837         more than 8 channels no channel conversion is supported yet, only
1838         format conversions are supported. Fixes bug #398033.
1839
1840         * tests/check/elements/audioconvert.c: (verify_convert),
1841         (GST_START_TEST), (audioconvert_suite):
1842         Add some unit tests by Tim for checking the NONE channel layouts
1843         and more than 8 channels and add some more unit tests for channel
1844         conversions.
1845
1846 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
1847
1848         * gst/playback/gstdecodebin2.c: (connect_pad):
1849         When autoplugging fails, set the element back to NULL before
1850         unreffing it.
1851
1852 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
1853
1854         * win32/common/libgstaudio.def:
1855         Add gst_base_audio_src_[sg]et_slave_method() to the exported
1856         symbols.
1857
1858 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
1859
1860         * gst/subparse/samiparse.c: (handle_start_sync),
1861         (end_sami_element), (characters_sami):
1862         Remove trailing, leading and double whitespaces.
1863         Correctly timestamp buffers and output the last buffer too.
1864
1865         * tests/check/elements/subparse.c: (GST_START_TEST),
1866         (subparse_suite):
1867         Add a simple unit test for SAMI parsing.
1868
1869 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
1870
1871         Patch by: Young-Ho Cha <ganadist at chollian dot net>
1872
1873         * gst/subparse/samiparse.c: (handle_start_sync),
1874         (start_sami_element), (end_sami_element), (characters_sami),
1875         (sami_context_reset):
1876         Only output characters inside the "sync" elements. There could be
1877         other elements like "style" that have some content but should
1878         not be printed. Fixes bug #467911.
1879
1880 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
1881
1882         * gst/playback/gstplaybasebin.c: (set_audio_mute),
1883         (set_active_source):
1884         * gst/playback/gstplaybasebin.h:
1885         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1886         (playbin_set_audio_mute):
1887         Allow setting -1 as current-audio to mute the current audio stream,
1888         similar to what is done for subtitles. Fixes bug #342294.
1889
1890 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
1891
1892         * gst-libs/gst/pbutils/descriptions.c: (formats): 
1893         It's SorensOn and not SorensEn.
1894
1895 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1896
1897         * gst-libs/gst/pbutils/descriptions.c: (formats):
1898           Fix description of video/x-flash-video.
1899
1900 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
1901
1902         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1903         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1904         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
1905         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
1906         Remove some unused code.
1907
1908         * gst/audioconvert/gstaudioquantize.c:
1909         (gst_audio_quantize_free_noise_shaping):
1910         Don't return before freeing the noise shaping history.
1911
1912 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1913
1914         * tests/check/elements/subparse.c: (do_test),
1915           (test_tmplayer_style3b), (subparse_suite):
1916           Add unit test for the tmplayer variant from bug #530962.
1917
1918 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1919
1920         * gst/subparse/gstsubparse.c: (handle_buffer),
1921           (gst_sub_parse_sink_event):
1922         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
1923           (tmplayer_parse_line):
1924           Fix parsing of tmplayer subtitle variant where every single line contains
1925           text and there isn't an empty line after each line to determine the
1926           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
1927           making sure that we push out the last line of text without a duration if
1928           there's still text left in the buffer at the end.
1929
1930 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1931
1932         * gst/subparse/gstsubparse.c: (feed_textbuf):
1933           Fix detection of discontinuities based on the buffer offset (doesn't work
1934           so well if no buffer offset is set) and also check for the DISCONT buffer
1935           flag. This keeps the parser state from being reset after each buffer in
1936           the unit test.
1937
1938 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1939
1940         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
1941           Further fine-tuning: don't absolutely require sequence or GOP headers
1942           (as introduced in the previous commit), but adjust the typefind
1943           probabilities returned accordingly if we don't see them. Also make sure
1944           picture header and first slice are somewhat close to each other (which
1945           is not perfect but still better than requiring a fixed offset or having
1946           no limit at all).
1947
1948 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1949
1950         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
1951         (gst_basertppayload_sink_setcaps),
1952         (gst_basertppayload_sink_getcaps):
1953         Rename the setcaps/getcaps function internally to make it clear that
1954         they are called for the sink pad.
1955
1956 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
1957
1958         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1959         (gst_base_rtp_depayload_class_init),
1960         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
1961         (gst_base_rtp_depayload_packet_lost),
1962         (gst_base_rtp_depayload_set_gst_timestamp):
1963         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1964         Catch packet-lost events from the jitterbuffer and convert them into a
1965         vmethod call (lost-packet) so that depayloaders can do something smart.
1966         Also add a default packet-lost function that sends out a segment update
1967         to the decoders.
1968
1969 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
1970
1971         * gst/playback/test4.c:
1972         * gst/playback/test5.c:
1973         * gst/playback/test6.c:
1974         * gst/playback/test7.c:
1975           Also include config.h when relying on defines from it. Fixes the
1976           build. Its been a please to serve :)
1977
1978 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
1979
1980         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
1981         (paint_setup_NV21), (paint_hline_NV12_NV21):
1982         Add support for NV12 and NV21 in videotestsrc
1983
1984 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
1985
1986         * gst/videoscale/gstvideoscale.c:
1987         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
1988         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
1989         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
1990         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
1991         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
1992         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
1993         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
1994         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
1995         (vs_image_scale_linear_RGB555):
1996         Support 1x1 images as input and output as for example the BBC HQ new
1997         streams have 1x1 GIFs in the playlists for some reason.
1998
1999 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2000
2001         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2002           (try_to_link_1):
2003           If we can't activate one of the decoders we plugged in (such as,
2004           say, musepackdec) for some reason (it might not support push mode,
2005           for example), remove any pad probes that close_pad_link() might
2006           have set up. This makes sure we later don't try to remove a probe
2007           for a pad that doesn't exist any longer, and avoids nast warnings
2008           and probably other things too.
2009
2010 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2011
2012         * gst/typefind/gsttypefindfunctions.c:
2013           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2014           (plugin_init):
2015           Rework mpeg video stream typefinding a bit more: make sure sequence,
2016           GOP, picture and slice headers appear in the order they should and
2017           that we've in fact at least had one of each; fix picture header
2018           detection; decouple picture and slice header check - don't assume
2019           they're at a fixed offset, there may be extra data in between. Also,
2020           announce varying degrees of probability depending on what we found
2021           exactly (multiple pictures, at least one picture, just sequence and
2022           GOP headers). Finally, in _ensure_data(), take into account that we
2023           might be typefinding smaller amounts of data, such as the first
2024           buffer of a stream, so fall back to the minimum size needed as long
2025           as that's available, instead of erroring out if there's less than
2026           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2027           fuzzed file from #399342 as valid.
2028
2029 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2030
2031         * ext/theora/theoradec.c:
2032           Cool kids don't divide by zero.
2033           Treat PAR of x:0 as 1:1.
2034           Fixes #530719.
2035
2036 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2037
2038         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2039           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2040           (mpeg_video_stream_type_find):
2041           Refactor a bit: use context structure to track parsing offset and
2042           size of available data and make the code a bit clearer. Fixes bad
2043           memory access in #356937.
2044
2045 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2046
2047         * gst/playback/test4.c:
2048         * gst/playback/test5.c:
2049         * gst/playback/test6.c:
2050         * gst/tcp/gstmultifdsink.c:
2051           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2052           is defined.
2053
2054 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2055
2056         * gst-libs/gst/audio/gstbaseaudiosink.h:
2057         Clarify some docs.
2058
2059         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2060         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2061         (gst_base_audio_src_set_slave_method),
2062         (gst_base_audio_src_get_slave_method),
2063         (gst_base_audio_src_set_property),
2064         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2065         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2066         Add property and methods for selecting the clock slave method in the
2067         source, like in the sink.
2068         We only implement "none" and "re-timestamp" for now.
2069         API: gst_base_audio_src_set_slave_method()
2070         API: gst_base_audio_src_get_slave_method()
2071
2072 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2073
2074         * gst-libs/gst/rtp/gstrtpbuffer.c:
2075         Fix the docs about the seqnum compare function, it returns a difference.
2076
2077 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2078
2079         * ext/alsa/gstalsadeviceprobe.c:
2080         (gst_alsa_get_device_list): Don't return before freeing up
2081         the allocated structures.
2082
2083 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2084
2085         * gst/playback/gstplaybin.c:
2086           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2087
2088 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2089
2090         * ext/ogg/gstoggdemux.c:
2091           Revert the event part, that should not go in.
2092
2093 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2094
2095         * ext/ogg/gstoggdemux.c:
2096           Don't leak GstPluginFeatures when filtering.
2097
2098 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2099
2100         * sys/xvimage/xvimagesink.c:
2101           Add some logging for cases when grabbing the xv failed.
2102
2103 2008-04-21  David Schleef  <ds@schleef.org>
2104
2105         * ext/ogg/gstoggmux.c:
2106           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2107           packet.  Should conform to what we currently think is the
2108           final Ogg/Dirac muxing spec.
2109
2110 2008-04-21  David Schleef  <ds@schleef.org>
2111
2112         * sys/xvimage/xvimagesink.c:
2113           Fix typo that causes the overlay keying color to bright green
2114           on a 16-bit display.  Dark grey good.  Bright green bad.
2115
2116 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2117
2118         * ext/gnomevfs/gstgnomevfsuri.c:
2119           Add  FIXME comment about using uri-list for source and sink.
2120
2121 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2122
2123         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2124         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2125         vaargs functions to gint. Otherwise the fractions will get 0 set
2126         instead of the correct value on big endian systems. Fixes bug #529018.
2127
2128 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2129
2130         * ext/gnomevfs/gstgnomevfssink.c:
2131         (gst_gnome_vfs_sink_uri_get_protocols):
2132         * ext/gnomevfs/gstgnomevfssrc.c:
2133         (gst_gnome_vfs_src_uri_get_protocols):
2134         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2135         (gst_gnomevfs_get_supported_uris):
2136         Get the list of supported URI schemes in a threadsafe way and use the
2137         same list for the source and sink.
2138
2139 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2140
2141         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2142         (gst_gio_get_supported_protocols):
2143         Don't generate a new supported protocols list on each call but cache
2144         it. It's supposed to be static anyway, this way we only leak it once
2145         per process.
2146
2147         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2148         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2149         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2150         (gst_gio_sink_start):
2151         * ext/gio/gstgiosink.h:
2152         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2153         (gst_gio_src_class_init), (gst_gio_src_finalize),
2154         (gst_gio_src_set_property), (gst_gio_src_get_property),
2155         (gst_gio_src_start):
2156         * ext/gio/gstgiosrc.h:
2157         API: Add "file" properties where one can set a GFile as
2158         source/destination.
2159
2160         Add locking to the properties and use
2161         gst_element_class_set_details_simple() instead of a static
2162         GstElementDetails struct.
2163
2164 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2165
2166         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2167         (plugin_init):
2168         Add "mpp" and "mp+" as possible extensions for MusePack files.
2169
2170         Add typefinding for MusePack StreamVersion 8 files and include the
2171         stream version in the caps.
2172
2173 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2174
2175         * gst-libs/gst/rtp/gstrtppayloads.c:
2176         (gst_rtp_payload_info_for_name):
2177         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2178
2179 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2180
2181         * configure.ac:
2182           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2183           (NB: this only affects compilation of some of the examples).
2184           Remove some configure.ac cruft that's not needed any longer.
2185
2186 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2187
2188         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2189         Don't validate the payload if there isn't any.
2190         Fixes #525915
2191
2192 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2193
2194         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2195         Use g_atomic_int_set() instead of gst_atomic_int_set().
2196
2197 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2198
2199         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2200         Return NULL instead of a gchar * array with one NULL element if we
2201         don't get any supported URI schemes from GIO.
2202
2203 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2204
2205         * gst/audiotestsrc/gstaudiotestsrc.c:
2206           Remove cpp style commented old code.
2207
2208 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2209
2210         * gst/playback/gstdecodebin2.c:
2211           Fix signal docs.
2212
2213 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2214
2215         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2216           (gst_text_overlay_init):
2217           Fix textoverlay unit test again by making the supposed default
2218           value for the wait-text property the actual default value.
2219           Also fix Since: tag for new property.
2220
2221 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2222
2223         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
2224           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
2225           (gst_video_format_get_pixel_stride),
2226           (gst_video_format_get_component_width),
2227           (gst_video_format_get_component_height),
2228           (gst_video_format_get_component_offset), (gst_video_format_get_size),
2229           (gst_video_format_convert):
2230           Add guards to these functions to ensure sane input values.
2231
2232         * tests/check/libs/video.c:
2233           Fix unit test not to create caps with width=0 and height=0.
2234
2235 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2236
2237         * docs/design/draft-keyframe-force.txt:
2238         Fix typo.
2239
2240         * gst/playback/gstqueue2.c: (update_buffering),
2241         (gst_queue_handle_src_query):
2242         Set buffering mode in the messages.
2243         Set buffering percent in the query.
2244
2245         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
2246         (do_stream_buffering), (do_download_buffering), (msg_buffering):
2247         Do some more fancy things based on the buffering method in use.
2248
2249 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2250
2251         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
2252         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
2253         (msg_buffering), (main):
2254         Add basic download reports to seek using the new buffering API.
2255
2256 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2257
2258         * gst/playback/gstqueue2.c: (update_buffering),
2259         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
2260         (gst_queue_src_checkgetrange_function):
2261         Include extra buffering stats in the buffering message.
2262         Implement BUFFERING query.
2263
2264         * gst/playback/gsturidecodebin.c: (do_async_start),
2265         (do_async_done), (type_found), (setup_streaming), (setup_source),
2266         (gst_uri_decode_bin_change_state):
2267         Only add decodebin2 when the type is found in streaming mode.
2268         Make uridecodebin async to PAUSED even when we don't have decodebin2
2269         added yet.
2270
2271 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
2272
2273         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2274         Filter cdda from the supported URI schemes. We can't support
2275         musicbrainz tags and everything else one expects from a cdda source
2276         with GIO. Fixes bug #526794.
2277
2278 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
2279
2280         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
2281         (gst_xvimagesink_buffer_alloc):
2282         Fix calculation of 'expected size' for YV12 buffers.
2283         Be a little more verbose in the debug output for buffer-alloc'ed
2284         buffers which turn out to have the wrong size.
2285
2286 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
2287
2288         * NEWS:
2289         * RELEASE:
2290         * gst-plugins-base.doap:
2291           Merge other changes from 0.10.19 release branch.
2292
2293 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2294
2295         * gst-libs/gst/audio/gstbaseaudiosink.c:
2296           (gst_base_audio_sink_class_init):
2297         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2298           (gst_base_audio_src_class_init):
2299         * gst/playback/gstplayback.c: (plugin_init):
2300         * gst/volume/gstvolume.c: (plugin_init):
2301           Work around missing bits of thread-safety on older GLibs some
2302           more to avoid assertions when starting up multiple playbin
2303           objects concurrently (see #512382).
2304
2305 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2306
2307         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2308           Remove some more fields.
2309
2310 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
2311
2312         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2313
2314         * configure.ac:
2315         Actually build dlls when cross-compiling with mingw32.
2316         Fixes bug #526247.
2317
2318 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2319
2320         * configure.ac:
2321           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
2322
2323 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2324
2325         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
2326         (msg_buffering), (connect_bus_signals), (main):
2327         Add statusbar.
2328         Add buffering support with feedback in the statusbar.
2329
2330 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2331
2332         * ext/ogg/gstoggmux.c:
2333           Fix sample pipeline description.
2334
2335 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
2336
2337         * docs/plugins/Makefile.am:
2338         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2339         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2340         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2341           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
2342
2343         * docs/plugins/gst-plugins-base-plugins.args:
2344         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2345         * docs/plugins/gst-plugins-base-plugins.interfaces:
2346         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2347         * docs/plugins/inspect/plugin-adder.xml:
2348         * docs/plugins/inspect/plugin-alsa.xml:
2349         * docs/plugins/inspect/plugin-audioconvert.xml:
2350         * docs/plugins/inspect/plugin-audiorate.xml:
2351         * docs/plugins/inspect/plugin-audioresample.xml:
2352         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2353         * docs/plugins/inspect/plugin-cdparanoia.xml:
2354         * docs/plugins/inspect/plugin-decodebin.xml:
2355         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2356         * docs/plugins/inspect/plugin-gdp.xml:
2357         * docs/plugins/inspect/plugin-gnomevfs.xml:
2358         * docs/plugins/inspect/plugin-libvisual.xml:
2359         * docs/plugins/inspect/plugin-ogg.xml:
2360         * docs/plugins/inspect/plugin-pango.xml:
2361         * docs/plugins/inspect/plugin-playback.xml:
2362         * docs/plugins/inspect/plugin-queue2.xml:
2363         * docs/plugins/inspect/plugin-subparse.xml:
2364         * docs/plugins/inspect/plugin-tcp.xml:
2365         * docs/plugins/inspect/plugin-theora.xml:
2366         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2367         * docs/plugins/inspect/plugin-uridecodebin.xml:
2368         * docs/plugins/inspect/plugin-video4linux.xml:
2369         * docs/plugins/inspect/plugin-videorate.xml:
2370         * docs/plugins/inspect/plugin-videoscale.xml:
2371         * docs/plugins/inspect/plugin-videotestsrc.xml:
2372         * docs/plugins/inspect/plugin-volume.xml:
2373         * docs/plugins/inspect/plugin-vorbis.xml:
2374         * docs/plugins/inspect/plugin-ximagesink.xml:
2375         * docs/plugins/inspect/plugin-xvimagesink.xml:
2376           Update introspection data.
2377
2378         * ext/ogg/gstoggmux.c:
2379           Document oggmux.
2380
2381         * gst/playback/gstdecodebin2.c:
2382           Don't use gtk-doc style comment start for private stuff, but make it
2383           formatted like this for consistency.
2384
2385 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2386
2387         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
2388         (gst_decode_bin_init), (gst_decode_bin_dispose),
2389         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
2390         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2391         (analyze_new_pad), (connect_pad), (expose_pad),
2392         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
2393         (gst_decode_group_expose), (gst_decode_group_free),
2394         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
2395         Remove fakesink hack, we can now implement this more elegantly.
2396         Added property to bypass typefinding.
2397         Removed underrun callback and demuxer pad probe, we now use the srcpad
2398         probe to expose groups.
2399         API::sink-caps property
2400
2401         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
2402         Guard against multiple emissions of the no_more_pads signal, which
2403         happens when we are dealing with chained oggs.
2404
2405         * gst/playback/gsturidecodebin.c: (remove_decoders),
2406         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
2407         (setup_source):
2408         For streams, use our own typefind element and plug our queue after it.
2409         We will need this to determine the type of buffering to use for the
2410         queue soon.
2411
2412 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2413
2414         * gst-libs/gst/audio/gstbaseaudiosink.c:
2415         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
2416         Guard against over and underflows because of clock slaving.
2417         When we are using our own clock, still compensate for any calibrations
2418         that we might have done to our clock.
2419
2420 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2421
2422         * ext/theora/theoradec.c: (theora_handle_type_packet),
2423         (theora_dec_chain):
2424         Don't try to do anything fancy with the return code from pushing an
2425         event, it does not have enough information to turn it into a
2426         GST_FLOW_ERROR.
2427
2428 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2429
2430         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
2431         (gst_ogg_demux_chain_elem_pad):
2432         Add small debug line.
2433         Pass return code from the internal decoder instead of the too generic
2434         GST_FLOW_ERROR.
2435
2436 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
2437
2438         * gst-libs/gst/cdda/Makefile.am:
2439         * gst-libs/gst/cdda/base64.c:
2440         * gst-libs/gst/cdda/base64.h:
2441         * gst-libs/gst/cdda/gstcddabasesrc.c:
2442         (gst_cddabasesrc_calculate_musicbrainz_discid):
2443         Use GLib's base64 implementation instead of our own.
2444
2445 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2446
2447         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2448         (gst_ogg_demux_read_chain):
2449         Refix oggdemux, we only have a problem if we failed to find a chain and
2450         we are not EOF.
2451
2452 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2453
2454         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
2455
2456         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2457         (gst_ogg_demux_read_chain):
2458         When we fail to find a BOS page and we and up with no chain, error out
2459         properly instead of segfaulting. Fixes #525665.
2460
2461 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2462
2463         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2464         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
2465         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
2466         no-more-pads...
2467
2468 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2469
2470         * gst/playback/gstqueue2.c: (update_out_rates),
2471         (gst_queue_open_temp_location_file),
2472         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
2473         (gst_queue_handle_src_query), (gst_queue_set_property):
2474         Update the estimated input data when we push out a buffer.
2475         Add some debug info about the temp file.
2476         Only forward src events when we are not using a temp file.
2477         Don't block the duration query, we need to find something better.
2478         Don't leak the temp filename.
2479
2480 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
2481
2482         * configure.ac:
2483         Require GLib 2.12 and liboil 0.3.14.
2484
2485         * gst/volume/gstvolume.c: (volume_process_double):
2486         Unconditionally use liboil 0.3.14 function.
2487
2488 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
2489
2490         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2491         ms-gsm can have arbitrarty sample rates. See #481354.
2492
2493 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2494
2495         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2496         MP4S is generic MPEG-4, not a microsoft variant.
2497
2498 2008-03-27  Michael Smith <msmith@fluendo.com>
2499
2500         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2501           Check the body CRC (if set) when depayloading.
2502           Fixes #522401.
2503
2504 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
2505
2506         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
2507           Fix Since: version for new property.
2508
2509 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2510
2511         * gst-libs/gst/rtsp/gstrtspconnection.c:
2512         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
2513         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
2514         Don't error when poll_wait returns EAGAIN.
2515
2516 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2517
2518         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
2519         The queue is never filled when there are no buffers in the queue at all.
2520         Fixes #523993.
2521
2522 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2523
2524         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
2525         (init_group), (free_group), (gst_play_bin_init),
2526         (gst_play_bin_finalize), (gst_play_bin_set_uri),
2527         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
2528         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
2529         (gst_play_bin_set_current_video_stream),
2530         (gst_play_bin_set_current_audio_stream),
2531         (gst_play_bin_set_current_text_stream),
2532         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
2533         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
2534         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
2535         (activate_group), (deactivate_group), (setup_next_source),
2536         (save_current_group), (gst_play_bin_change_state):
2537         Update some docs.
2538         Add new locks and conds to protect pipeline creation and group
2539         switching.
2540         Implement the sub-uri property.
2541         Keep track of pending uridecodebin creation and configure the output
2542         pipeline after all streams are configured.
2543         Propagate subtitle encoding to the uridecodebins.
2544         Implement getting the video/audio/visualisation elements.
2545         Use input-selector for stream switching.
2546         If we are asked to do visualisation, prefer to autoplug raw sinks
2547         instead of sinks that accept encoded data.
2548
2549 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2550
2551         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
2552         (gst_play_sink_init), (gst_play_sink_dispose),
2553         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
2554         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
2555         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
2556         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
2557         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
2558         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
2559         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
2560         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2561         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
2562         * gst/playback/gstplaysink.h:
2563         Add methods to get audio/video/vis elements.
2564         Add methods to set the font description for the overlay.
2565         Remove properties, we're using this element with its methods only.
2566         Add support for subtitles.
2567         Rearrange the locking a bit to not use the object lock for protecting
2568         the pipeline construction.
2569         Try to use the volume and mute property on the sink when its available.
2570         Implement the mute option with volume when the sink does not have a mute
2571         property.
2572         Only add volume element when the sink has no volume property.
2573         Only do visualisations with raw audio pads.
2574
2575 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2576
2577         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2578         (gst_text_overlay_init), (gst_text_overlay_set_property),
2579         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
2580         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2581         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2582         (gst_text_overlay_change_state):
2583         * ext/pango/gsttextoverlay.h:
2584         Add property to configure waiting for text on the textpad or not, with
2585         the default behaviour being the old one (always wait for text before
2586         rendering the video). This default behaviour is usually not the best one
2587         because the text stream can very sparse and could require queueing a lot
2588         of video.
2589         Fix the flushing and EOS handing so that we don't mix up their meaning.
2590
2591 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2592
2593         * gst/playback/gsturidecodebin.c:
2594         (gst_uri_decode_bin_autoplug_factories),
2595         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
2596         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
2597         (gst_uri_decode_bin_set_property),
2598         (gst_uri_decode_bin_get_property), (no_more_pads_full),
2599         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
2600         (proxy_autoplug_factories_signal), (make_decoder),
2601         (source_new_pad), (setup_source):
2602         Add a readonly source property and notify.
2603         Add new lock for protecting the construction of the pipeline.
2604         Keep track of the decodebins we plugged.
2605         Correctly proxy the autoplug signal so that it actually continues.
2606         Proxy subtitle-encoding to the decodebins.
2607
2608 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2609
2610         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
2611         (text_toggle_cb), (update_streams), (main):
2612         Rearrange some buttons in playbin2 and make some other boxes insensitive
2613         when needed.
2614         Add language codes to subtitle selection boxes when we gind the right
2615         tags for the streams.
2616
2617 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2618
2619         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
2620         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
2621         (gst_decode_bin_set_subs_encoding),
2622         (gst_decode_bin_get_subs_encoding),
2623         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
2624         (deactivate_free_recursive):
2625         Protect caps property with the object lock.
2626         Protect encoding property with the object lock.
2627         Keep list of elements we added that have the subtitle-encoding property.
2628         Distribute the subtitle-encoding to all of the elements when it
2629         changes.
2630
2631 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2632
2633         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
2634         Small debug improvement.
2635
2636         * gst-libs/gst/audio/gstbaseaudiosink.c:
2637         (gst_base_audio_sink_render):
2638         Fix bug in determining the sample start/stop position, we want to base
2639         this decision on the fact that we are going forwards or backwards, not
2640         slower or faster. This fixes some ugly resync warnings when playing at
2641         very slow speeds.
2642
2643 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
2644
2645         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2646         Correctly set the supported URI schemes and don't leave
2647         some schemes in the middle or at the start at NULL.
2648
2649 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
2650
2651         * tests/check/elements/gdpdepay.c:
2652           Make test compile without unused function/variable warnings on PPC.
2653  
2654 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
2655
2656         * configure.ac:
2657         * ext/alsa/gstalsamixerelement.c:
2658         (gst_alsa_mixer_element_class_init):
2659         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
2660         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
2661         * ext/cdparanoia/gstcdparanoiasrc.c:
2662         (gst_cd_paranoia_src_class_init):
2663         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
2664         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
2665         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
2666         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
2667         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
2668         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
2669         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
2670         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
2671         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
2672         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
2673         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
2674         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
2675         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
2676         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2677         (gst_audio_filter_template_class_init):
2678         * gst-libs/gst/audio/gstbaseaudiosink.c:
2679         (gst_base_audio_sink_class_init):
2680         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2681         (gst_base_audio_src_class_init):
2682         * gst-libs/gst/cdda/gstcddabasesrc.c:
2683         (gst_cdda_base_src_class_init):
2684         * gst-libs/gst/interfaces/mixertrack.c:
2685         (gst_mixer_track_class_init):
2686         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2687         (gst_base_rtp_depayload_class_init):
2688         * gst-libs/gst/rtp/gstbasertppayload.c:
2689         (gst_basertppayload_class_init):
2690         * gst/audioconvert/gstaudioconvert.c:
2691         (gst_audio_convert_class_init):
2692         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
2693         * gst/audioresample/gstaudioresample.c:
2694         (gst_audioresample_class_init):
2695         * gst/audiotestsrc/gstaudiotestsrc.c:
2696         (gst_audio_test_src_class_init):
2697         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
2698         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2699         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2700         (preroll_unlinked):
2701         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2702         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
2703         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
2704         * gst/playback/gstqueue2.c: (gst_queue_class_init):
2705         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
2706         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
2707         (gst_stream_selector_class_init):
2708         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2709         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
2710         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2711         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
2712         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
2713         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
2714         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
2715         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
2716         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
2717         * gst/videotestsrc/gstvideotestsrc.c:
2718         (gst_video_test_src_class_init):
2719         * gst/volume/gstvolume.c: (gst_volume_class_init):
2720         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
2721         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
2722         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
2723         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
2724         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
2725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
2726         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
2727         static strings (i.e. all). This gives us less memory usage,
2728         fewer allocations and thus less memory defragmentation. Depend
2729         on core CVS for this. Fixes bug #523806.
2730
2731 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
2732
2733         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2734         Filter http and https protocols. GIO/GVfs handles them but it's
2735         impossible to implement iradio/icecast with it. Better use
2736         souphttpsrc or something else for this.
2737
2738         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
2739         If getting the file informations by a query fails try it with the
2740         seek-to-end trick too.
2741
2742 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
2743
2744         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
2745         (gst_volume_base_init), (gst_volume_class_init),
2746         (volume_process_double), (volume_process_float),
2747         (volume_transform_ip), (plugin_init):
2748         memset buffers to zero if we get a GAP buffer. We usually see a
2749         buffer as one unit so let's handle it as one and don't care about
2750         volume changes while processing one buffer.
2751         Also clean up some stuff a bit.
2752
2753 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
2754
2755         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2756         (gst_audio_convert_create_silence_buffer),
2757         (gst_audio_convert_transform):
2758         Make audioconvert GAP-aware by outputting silence buffers when the
2759         input has the GAP flag set. This is up to 8x faster.
2760         Based on a patch by Stefan Kost. Fixes bug #517813.
2761
2762 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
2763
2764         * gst/volume/gstvolume.c: (volume_process_double):
2765         Use oil_scalarmultiply_f64_ns() for double processing when it's
2766         available at compile time.
2767
2768 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
2769
2770         * configure.ac:
2771         Fix lrint/lrintf checks to actually work. These functions are
2772         in libm on Linux at least so try to link to it.
2773
2774 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
2775
2776         * configure.ac:
2777         Back to development - 0.10.18.1
2778
2779 === release 0.10.18 ===
2780
2781 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
2782
2783         * configure.ac:
2784           releasing 0.10.18, "I will follow"
2785
2786 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
2787
2788         * configure.ac:
2789         * win32/common/config.h:
2790         0.10.17.4 pre-release
2791
2792 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2793
2794         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
2795         Use GST_STR_NULL when trying to print strings that could be NULL because
2796         this might crash on some platforms. See #520808.
2797
2798 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
2799
2800         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
2801
2802         * gst-libs/gst/rtsp/gstrtspconnection.c:
2803         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
2804         (read_line), (gst_rtsp_connection_read_internal):
2805         Generic Windows fixes that makes libgstrtsp work on Windows when
2806         coupled with the new GstPoll API. See #520808.
2807
2808 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
2809
2810         Patch by: Milosz Derezynski <internalerror at gmail dot com>
2811
2812         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
2813           If seeking to a new position succeeds don't simply return from
2814           create() without creating a buffer. Do this only in the case
2815           seeking to the new position fails. Fixes bug #523054.
2816
2817 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
2818
2819         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
2820           (gst_video_format_from_rgba32_masks):
2821           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
2822           (#522635).
2823
2824         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
2825           Add unit test for the RGB caps parsing and creation, checking for
2826           internal consistency of the new API and consistency of the API with
2827           the old GST_VIDEO_CAPS_* defines.
2828
2829 2008-03-14  David Schleef  <ds@schleef.org>
2830
2831         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
2832           because -base is in freeze.
2833
2834 2008-03-14  David Schleef  <ds@schleef.org>
2835
2836         Patch by: William M. Brack
2837
2838         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
2839
2840 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2841
2842         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
2843         (gst_selector_pad_chain):
2844         * gst/playback/gststreamselector.h:
2845         Revert change that caused regression until a real fix is found.
2846         Fixes #522203.
2847
2848 2008-03-12  Michael Smith <msmith@fluendo.com>
2849
2850         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2851         * gst-libs/gst/audio/gstringbuffer.h:
2852           Rename recently added buffer types to make more sense.
2853         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
2854         (gst_alsasink_write):
2855           Adapt for above API changes.
2856           Fixes bug #520523.
2857
2858 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
2859
2860         * win32/common/libgstnetbuffer.def:
2861         Add new symbol gst_netaddress_equal. Fixes bug #521743.
2862
2863 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
2864
2865         * configure.ac:
2866         * win32/common/config.h:
2867         0.10.17.3 pre-release
2868
2869 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
2870
2871         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2872         (gst_base_audio_src_create):
2873         Fix duration when no clock was provided. Fixes #520300.
2874
2875 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2876
2877         Patch by: Olivier Crete  <tester at tester ca>
2878
2879         * docs/libs/gst-plugins-base-libs-sections.txt:
2880         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
2881         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2882         Add trivial function to compare GstNetAddress. See #520626.
2883         API: GstNetBuffer::gst_netaddress_equal
2884
2885 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2886
2887         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
2888         Update mode property docs, it's deprecated now.
2889
2890 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2891
2892         * gst-libs/gst/rtsp/gstrtspconnection.c:
2893         (gst_rtsp_connection_create):
2894         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
2895         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
2896         * gst/tcp/gstmultifdsink.h:
2897         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2898         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
2899         Remove GstPollMode from gstpoll constructor.
2900
2901 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
2902
2903         * configure.ac:
2904         * win32/common/config.h:
2905         0.10.17.2 pre-release
2906
2907 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
2908
2909         * gst/Makefile.am:
2910         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
2911         them twice
2912
2913         * win32/common/libgstinterfaces.def:
2914         * win32/common/libgstrtp.def:
2915         Add new API to the defs
2916
2917 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
2918
2919         Patch by: Mersad Jelacic  <mersad at axis dot com>
2920
2921         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2922         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2923         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
2924         possible to specify the sample size in bits. (#509637)
2925
2926 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
2927
2928         * tests/check/libs/mixer.c:
2929           Add a few simple checks for the new message types.
2930
2931 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
2932
2933         * docs/libs/gst-plugins-base-libs-sections.txt:
2934         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
2935           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
2936           (gst_mixer_message_get_type),
2937           (gst_mixer_message_parse_option_changed),
2938           (gst_mixer_message_parse_options_list_changed):
2939         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
2940           (GST_MIXER_MESSAGE_OPTION_CHANGED),
2941           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
2942           (GST_MIXER_MESSAGE_MIXER_CHANGED):
2943           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
2944           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
2945
2946 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
2947
2948         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
2949           (gst_mixer_options_get_values):
2950         * gst-libs/gst/interfaces/mixeroptions.h:
2951           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
2952           (_GstMixerOptions), (_GstMixerOptionsClass):
2953           API: add GstMixerOptions::get_values vfunc (#519906)
2954
2955 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
2956
2957         * configure.ac:
2958         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
2959         plug-ins are included/excluded. (#498222)
2960
2961 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
2962
2963         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2964         Add typefinder for IMelody files, using audio/x-imelody.
2965         See bug #519516.
2966
2967 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
2968
2969         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
2970         * ext/alsa/gstalsasink.c: (set_hwparams):
2971         * ext/alsa/gstalsasrc.c: (set_hwparams):
2972         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
2973         * ext/ogg/gstoggmux.h:
2974         * ext/ogg/gstogmparse.c:
2975         * gst-libs/gst/audio/audio.c:
2976         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
2977         * gst-libs/gst/pbutils/missing-plugins.c:
2978         (gst_missing_uri_sink_message_new),
2979         (gst_missing_element_message_new),
2980         (gst_missing_decoder_message_new),
2981         (gst_missing_encoder_message_new):
2982         * gst-libs/gst/rtp/gstbasertppayload.c:
2983         * gst-libs/gst/rtp/gstrtcpbuffer.c:
2984         (gst_rtcp_packet_bye_get_reason):
2985         * gst/audioconvert/gstaudioconvert.c:
2986         * gst/audioresample/gstaudioresample.c:
2987         * gst/ffmpegcolorspace/imgconvert.c:
2988         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
2989         * gst/typefind/gsttypefindfunctions.c:
2990         * gst/videoscale/vs_4tap.c:
2991         * gst/videoscale/vs_4tap.h:
2992         * sys/v4l/gstv4lelement.c:
2993         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
2994         * sys/v4l/v4l_calls.c:
2995         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
2996         (gst_v4lsrc_try_capture):
2997         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2998         (gst_ximagesink_ximage_new):
2999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3000         (gst_xvimagesink_xvimage_new):
3001         * tests/check/elements/audioconvert.c:
3002         * tests/check/elements/audioresample.c:
3003         (fail_unless_perfect_stream):
3004         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3005         * tests/check/elements/decodebin.c:
3006         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3007         (setup_gdpdepay_streamheader):
3008         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3009         (setup_gdppay_streamheader):
3010         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3011         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3012         * tests/check/elements/textoverlay.c:
3013         * tests/check/elements/videorate.c: (setup_videorate):
3014         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3015         * tests/check/elements/volume.c: (setup_volume):
3016         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3017         * tests/check/elements/vorbistag.c:
3018         * tests/check/generic/clock-selection.c:
3019         * tests/check/generic/states.c: (setup), (teardown):
3020         * tests/check/libs/cddabasesrc.c:
3021         * tests/check/libs/video.c:
3022         * tests/check/pipelines/gio.c:
3023         * tests/check/pipelines/oggmux.c:
3024         * tests/check/pipelines/simple-launch-lines.c:
3025         (simple_launch_lines_suite):
3026         * tests/check/pipelines/streamheader.c:
3027         * tests/check/pipelines/theoraenc.c:
3028         * tests/check/pipelines/vorbisdec.c:
3029         * tests/check/pipelines/vorbisenc.c:
3030         * tests/examples/seek/scrubby.c:
3031         * tests/examples/seek/seek.c: (query_positions_elems),
3032         (query_positions_pads):
3033         * tests/icles/stress-xoverlay.c: (myclock):
3034         Correct all relevant warnings found by the sparse semantic code
3035         analyzer. This include marking several symbols static, using
3036         NULL instead of 0 for pointers and using "foo (void)" instead
3037         of "foo ()" for declarations.
3038
3039         * win32/common/libgstrtp.def:
3040         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3041
3042 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3043
3044         Patch by: José Alburquerque <jaalburqu svn gnome org>
3045
3046         * gst/playback/gstplaybin2.c:
3047           Make the function signature of the _get_*_tags() functions match
3048           the signature of the vfuncs they implement, ie. return a
3049           GstTagList rather than a GstStructure, which is more correct,
3050           even if one is typedef'ed to the other (#518940).
3051
3052 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3053
3054         * gst-libs/gst/rtsp/gstrtspconnection.c:
3055           Don't include unix headers unconditionally (fixes #518037).
3056
3057 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3058
3059         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3060           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3061           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3062           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3063           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3064           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3065           (gst_video_format_is_packed), (video_format_is_packed):
3066           Add unit test that makes sure that the strides, offsets and
3067           sizes returned for the various YUV formats by the new video API
3068           match the old reference implementation in videotestsrc.
3069
3070 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3071
3072         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3073           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3074           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3075           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3076           (gst_video_format_get_pixel_stride),
3077           (gst_video_format_get_component_width),
3078           (gst_video_format_get_component_height),
3079           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3080         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3081           (GST_VIDEO_FORMAT_Y42B):
3082           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3083
3084 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3085
3086         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3087           YV12 is I420 with swapped components 1 and 2, so the offset of
3088           component 1 for I420 should be the offset for component 2 for YV12
3089           and vice versa.
3090
3091 2008-02-29  Rene Stadler  <mail@renestadler.de>
3092
3093         * sys/v4l/gstv4lelement.c:
3094         Add missing semicolon to fix indentation.
3095
3096 2008-02-29  Julien Moutte  <julien@fluendo.com>
3097
3098         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3099         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3100         if we can do SPDIF output.
3101         * ext/alsa/gstalsa.h:
3102         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3103         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3104         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3105         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3106         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3107         to support AC3, EC3 and IEC958 buffers.
3108
3109 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3110
3111         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3112           (gst_mixer_message_parse_mute_toggled),
3113           (gst_mixer_message_parse_record_toggled),
3114           (gst_mixer_message_parse_volume_changed),
3115           (gst_mixer_message_parse_option_changed):
3116           De-cruft and fix message type assertions (NULL is not a really
3117           valid mixer message type string).
3118
3119 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3120
3121         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3122         When negotiating, actually start from a format that we can support
3123         instead of from the too generic template.
3124
3125 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3126
3127         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3128         Enable vis setting.
3129
3130         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3131         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3132         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3133         (gen_vis_chain):
3134         Implement vis switching while playing.
3135
3136 2008-02-28  David Schleef  <ds@schleef.org>
3137
3138         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3139
3140 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3141
3142         Patch by: Peter Kjellerstedt  <pkj at axis com>
3143
3144         * gst/tcp/Makefile.am:
3145         * gst/tcp/fdsetstress.c:
3146         * gst/tcp/gstfdset.c:
3147         * gst/tcp/gstfdset.h:
3148         Removed fdset and stress test, they are now known as GstPoll in
3149         core. 
3150
3151         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3152         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3153         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3154         (gst_multi_fd_sink_handle_client_write),
3155         (gst_multi_fd_sink_queue_buffer),
3156         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3157         (gst_multi_fd_sink_stop):
3158         * gst/tcp/gstmultifdsink.h:
3159         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3160         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3161         (gst_tcp_gdp_read_caps):
3162         * gst/tcp/gsttcp.h:
3163         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3164         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3165         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3166         * gst/tcp/gsttcpclientsink.h:
3167         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3168         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3169         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3170         * gst/tcp/gsttcpclientsrc.h:
3171         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3172         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3173         * gst/tcp/gsttcpserversink.h:
3174         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3175         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3176         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3177         * gst/tcp/gsttcpserversrc.h:
3178         Port to GstPoll. See #505417.
3179
3180 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3181
3182         Patch by: Peter Kjellerstedt  <pkj at axis com>
3183
3184         * gst-libs/gst/rtsp/gstrtspconnection.c:
3185         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3186         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3187         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3188         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3189         (gst_rtsp_connection_flush):
3190         * gst-libs/gst/rtsp/gstrtspconnection.h:
3191         Use GstPoll for the rtsp connection. See #505417.
3192
3193 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3194
3195         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3196         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3197         Add combo box for visualisations, populate it with a factory list
3198         of all visualisation plugins, configure vis plugin instance in
3199         playbin2. 
3200
3201 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3202
3203         * tests/check/libs/rtp.c: (GST_START_TEST):
3204         Add check for RTP buffer defaults, padding and marker bit API.
3205
3206 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
3207
3208         * gst-libs/gst/cdda/sha1.c: (sha_transform):
3209         Use memcpy() instead of upcasting a byte array to long *. This
3210         fixes an unaligned memory access, resulting in SIGBUS on IA64.
3211         This should be ported to GCheckSum once we can use GLib 2.16.
3212         Partially fixes bug #500833.
3213
3214 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
3215
3216         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
3217           Push tag event after the newsegment event. Log the pointer of
3218           the buffer we're actually going to push rather than the buffer
3219           we're feeding to _make_metadata_writable().
3220
3221 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3222
3223         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3224         Comment smoke typefinder for now. The smokedec plugin needs one
3225         frame per buffer but we have no parser yet, thus it simply crashes
3226         in most situations.
3227
3228 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3229
3230         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3231         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
3232
3233 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3234
3235         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
3236         (plugin_init):
3237         Add midi typefinder, copied from the timidity plugin.
3238
3239 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3240
3241         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
3242
3243         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3244         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
3245           (subparse_suite):
3246           Forward slashes at the beginning and end of a line also signify
3247           italics (Fixes: #518162).
3248
3249 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3250
3251         * tests/check/gst-plugins-base.supp:
3252         Add a suppression for a cached value in GIO that wasn't moved
3253         while moving gio from -bad to -base.
3254
3255 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3256
3257         Patch by: Brian Cameron <brian dot cameron at sun dot com>
3258
3259         * configure.ac:
3260         Don't hardcode -Wall and -Werror for configure checks, this fails
3261         with non-GCC compilers. Fixes bug #517991.
3262
3263 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3264
3265         * gst/audioconvert/gstaudioconvert.c:
3266         * gst/audioconvert/gstaudioquantize.c:
3267         * gst/audioconvert/gstaudioquantize.h:
3268           Make audioconvert gap aware. If noiseshaping is used, wait for
3269           noiseshaping to converge before marking as GAP. Fixes #517813.
3270
3271 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3272
3273         * gst/audiotestsrc/gstaudiotestsrc.c:
3274           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
3275
3276 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
3277
3278         * ext/gnomevfs/gstgnomevfssink.c:
3279         (gst_gnome_vfs_sink_handle_event):
3280         Return FALSE when seeking for a new segment fails instead
3281         of silently ignoring the failure and appending every buffer
3282         that comes for the new segment.
3283
3284 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3285
3286         * gst/playback/gstplaysink.c: (find_property),
3287         (gst_play_sink_find_property), (gen_video_chain),
3288         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
3289         Recursively search the sink element for a last-frame property so that we
3290         can also find the property in autovideosink and friends that don't
3291         always proxy the internal sink properties.
3292
3293 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3294
3295         * gst-libs/gst/audio/multichannel.c:
3296           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
3297           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
3298           (gst_audio_set_structure_channel_positions_list),
3299           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
3300           (gst_audio_fixate_channel_positions):
3301           Fix confusing terminology in docs and code: structure fields are
3302           'fields' and not 'properties'.
3303
3304 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3305
3306         * gst-libs/gst/audio/multichannel.c:
3307           (gst_audio_check_channel_positions), (add_list_to_struct):
3308           Give more useful warning messages if one of the channel
3309           layout enums passed to us is invalid and if the "channels"
3310           field in the caps has a GType we don't expect.
3311
3312 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3313
3314         * gst-libs/gst/audio/multichannel.c:
3315           Fix typo in docs blurb.
3316
3317 2008-02-19  Julien Moutte  <julien@fluendo.com>
3318
3319         Patch by: Josep Torra Valles <josep@fluendo.com>
3320
3321         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
3322         typefind lookup to fix typefinding on HD clips.
3323
3324 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3325
3326         * gst/playback/gstscreenshot.c:
3327         * gst/playback/gstscreenshot.h:
3328           Fix up copyright (I rewrote the GStreamer-0.10 code for
3329           this from scratch back in the days).
3330
3331 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3332
3333         * gst/playback/Makefile.am:
3334         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
3335         (create_element), (gst_play_frame_conv_convert):
3336         * gst/playback/gstscreenshot.h:
3337         Add screenshot conversion code from totem.
3338
3339         * gst/playback/gstplay-marshal.list:
3340         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
3341         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
3342         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
3343         Implement frame property to get a color-unconverted snapshot.
3344         Implement convert-frame action signal to get a converted snapshot image.
3345         Configure connection speed in uridecodebin.
3346         Document some more properties.
3347
3348         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3349         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
3350         (gst_play_sink_get_last_frame):
3351         * gst/playback/gstplaysink.h:
3352         Use last-buffer property of the video sink to get a video snapshot.
3353
3354         * tests/examples/seek/seek.c: (shot_cb), (main):
3355         Add snapshot button for playbin2 and use the frame property to save the
3356         frame as a png in the current directory.
3357
3358 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
3359
3360         Patch by: Josep Torra Valles <josep at fluendo dot com>
3361
3362         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
3363         (plugin_init):
3364         Add typefinding support for h264 elementary streams.
3365         Fixes bug #517420.
3366
3367 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
3368
3369         * configure.ac:
3370           Require CVS of core for new API in collectpads.
3371
3372         * gst/adder/gstadder.c:
3373           Use new API to make adder sparse stream aware.
3374
3375 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3376
3377         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
3378         (no_more_pads_cb):
3379         Get the object data correct so that we can remove our channels
3380         correctly.
3381
3382         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
3383         (gen_vis_chain), (gst_play_sink_reconfigure),
3384         (gst_play_sink_request_pad):
3385         Add option to disable async behaviour in the sinks when possible. This
3386         makes it possible to avoid an audio queue when dealing with
3387         visualisations.
3388         Add option to add a queue for the audio path.
3389
3390         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
3391         (main):
3392         Disable the vis checkbox to match the defaults of playbin2.
3393         Only get the stream info when we need to.
3394
3395 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
3396
3397         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
3398         (gst_gio_base_sink_set_stream):
3399         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
3400         (gst_gio_base_src_set_stream):
3401         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
3402         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
3403         Don't use async operations as they require a running main loop.
3404         This makes us block again when closing streams and unable
3405         to mount the enclosing volume of an URI if it isn't yet.
3406
3407 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
3408
3409         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
3410         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
3411         (gen_vis_chain), (gst_play_sink_reconfigure),
3412         (gst_play_sink_request_pad):
3413         Move tee in front of the audio and vis pipelines.
3414         Add queue for audio for now.
3415         Add visualisation support.
3416
3417         * tests/examples/seek/seek.c: (main):
3418         Visualisation is by default disabled.
3419
3420 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
3421
3422         * ext/gio/gstgiobasesink.c: (close_stream_cb):
3423         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
3424         Improve debugging a bit.
3425
3426         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
3427         * ext/gio/gstgiosink.h:
3428         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
3429         * ext/gio/gstgiosrc.h:
3430         Try to mount the enclosing volume of a GFile if it isn't mounted
3431         yet. This requires us to wait for an async operation to finish, done
3432         with an nested GMainLoop. Authentication is not supported yet, will
3433         come later.
3434
3435 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3436
3437         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3438         (gst_play_bin_set_property), (gst_play_bin_get_property),
3439         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
3440         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
3441         (gst_play_sink_get_mute), (gen_audio_chain):
3442         * gst/playback/gstplaysink.h:
3443         Add mute property.
3444
3445         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3446         (gst_selector_pad_chain):
3447         * gst/playback/gststreamselector.h:
3448         Make sure we forward the event only once.
3449
3450         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
3451         Add and implement the mute button for playbin2.
3452
3453 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3454
3455         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
3456
3457         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
3458         Add some more debug info.
3459         Make sure we never return a negative delay. Fixes #516246.
3460
3461 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3462
3463         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
3464           Revert patch that makes the sink hold the object lock when
3465           calling snd_pcm_delay(), since it breaks playback for me.
3466
3467 2008-02-12  Julien Moutte  <julien@fluendo.com>
3468
3469         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
3470         some seek flags when changing rate.
3471
3472 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3473
3474         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3475         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3476         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
3477         Fix potential leaks.
3478
3479         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
3480         Fix leak when there is no function configured.
3481
3482 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
3483
3484         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
3485         (gst_v4lsrc_buffer_finalize):
3486         Correctly chain up the finalize method.
3487
3488 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
3489
3490         * ext/gio/gstgiostreamsink.c:
3491         * ext/gio/gstgiostreamsrc.c:
3492         Add documentation and example code for giostreamsink/giostreamsrc.
3493
3494         * tests/check/pipelines/gio.c: (GST_START_TEST):
3495         Ask the GMemoryOutputStream for the data instead of assuming that
3496         the pointer to the data stayed the same. It could've been realloc'ed.
3497
3498 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
3499
3500         * ext/gio/gstgiosink.c:
3501         * ext/gio/gstgiosrc.c:
3502         Make the documentation of giosink/giosrc complete, large parts
3503         are based on the gnomevfssink/gnomevfssrc docs.
3504
3505 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
3506
3507         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3508         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3509         * docs/plugins/gst-plugins-base-plugins.args:
3510         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3511         * docs/plugins/gst-plugins-base-plugins.interfaces:
3512         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3513         * docs/plugins/gst-plugins-base-plugins.signals:
3514         * docs/plugins/inspect/plugin-adder.xml:
3515         * docs/plugins/inspect/plugin-audioconvert.xml:
3516         * docs/plugins/inspect/plugin-audiorate.xml:
3517         * docs/plugins/inspect/plugin-audioresample.xml:
3518         * docs/plugins/inspect/plugin-decodebin.xml:
3519         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3520         * docs/plugins/inspect/plugin-gdp.xml:
3521         * docs/plugins/inspect/plugin-gio.xml:
3522         * docs/plugins/inspect/plugin-gnomevfs.xml:
3523         * docs/plugins/inspect/plugin-libvisual.xml:
3524         * docs/plugins/inspect/plugin-ogg.xml:
3525         * docs/plugins/inspect/plugin-pango.xml:
3526         * docs/plugins/inspect/plugin-playback.xml:
3527         * docs/plugins/inspect/plugin-queue2.xml:
3528         * docs/plugins/inspect/plugin-subparse.xml:
3529         * docs/plugins/inspect/plugin-theora.xml:
3530         * docs/plugins/inspect/plugin-uridecodebin.xml:
3531         * docs/plugins/inspect/plugin-videorate.xml:
3532         * docs/plugins/inspect/plugin-videoscale.xml:
3533         * docs/plugins/inspect/plugin-volume.xml:
3534         * docs/plugins/inspect/plugin-vorbis.xml:
3535         Add the GIO documentation again and while at that run make update.
3536
3537 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
3538
3539         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
3540         * ext/alsa/gstalsasink.c: (set_swparams):
3541         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
3542           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
3543           against libasound >= 1.0.16, since it's been deprecated in
3544           0.10.16, and alignment is always 1 then, apparently. (#512899)
3545
3546 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
3547
3548         * gst/playback/gstplaybin.c: (gen_audio_element):
3549         * gst/playback/gstplaysink.c: (gen_audio_chain):
3550           Handle case where we can't create the volume element a bit
3551           better (#514307).
3552
3553 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
3554
3555         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
3556         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
3557           Add support for https protocol. Fixes #510229.
3558
3559 2008-02-11  Julien Moutte  <julien@fluendo.com>
3560         
3561         Patch by: Alan Peevers <peeves@pacbell.net>
3562
3563         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
3564         lock when calling alsa methods.
3565
3566 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
3567
3568         * gst/typefind/gsttypefindfunctions.c:
3569           Bump rank of jpeg and png typefinders, which will return maximum
3570           probability in the most common cases (thus short-circuiting more
3571           expensive typefinders like the mp3 one for these two quite common
3572           image types).
3573
3574 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
3575
3576         * ext/theora/theoraparse.c:
3577         Fix long description of the theora parser to be more verbose than just
3578         the type name.
3579
3580 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
3581
3582         Patch by: Branko Čibej <brane at xbc dot nu>
3583
3584         * sys/xvimage/xvimagesink.c:
3585         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
3586         Fixes bug #515654.
3587
3588 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3589
3590         * gst/playback/gstplaybasebin.c:
3591         Set is_dynamic as True if there are elements with both request
3592         and sometimes src pad templates instead of breaking out when it
3593         finds the first pad template that is a src.
3594
3595 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3596
3597         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
3598         (update_streams), (video_combo_cb), (audio_combo_cb),
3599         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
3600         Add some stream switching and volume gui for playbin2.
3601
3602 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3603
3604         * gst/playback/gstplay-marshal.list:
3605         Added marshal for streamselector Tags.
3606
3607         * gst/playback/gstplaybasebin.c: (set_active_source):
3608         Streamselector now selects pads based on the pad object instead of its
3609         name.
3610
3611         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3612         (init_group), (gst_play_bin_init), (get_group), (get_tags),
3613         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
3614         (gst_play_bin_get_text_tags),
3615         (gst_play_bin_set_current_video_stream),
3616         (gst_play_bin_set_current_audio_stream),
3617         (gst_play_bin_set_current_text_stream),
3618         (gst_play_bin_set_property), (gst_play_bin_get_property),
3619         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
3620         Remove option to mute streams with the current-a/v/t property, we have
3621         this functionality in the flags.
3622         Add signals to notify when the number of A/V/T channels changed.
3623         Add action signals to get tags for the A/V/T streams.
3624         Implement setting the current A/V/T stream.
3625         Rearrange some things to simplify stream selection.
3626         Implement volume.
3627
3628         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
3629         (gst_play_sink_get_volume), (gst_play_sink_set_property),
3630         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
3631         (activate_vis), (gst_play_sink_reconfigure):
3632         * gst/playback/gstplaysink.h:
3633         Add and implement volume setting methods.
3634
3635         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3636         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
3637         (gst_selector_pad_event), (gst_stream_selector_class_init),
3638         (gst_stream_selector_init), (gst_stream_selector_finalize),
3639         (gst_stream_selector_set_property),
3640         (gst_stream_selector_get_property),
3641         (gst_stream_selector_get_linked_pad),
3642         (gst_stream_selector_request_new_pad):
3643         * gst/playback/gststreamselector.h:
3644         Add pad properties for tags and status of pads.
3645         Keep tags on pads.
3646         Make active pad selection based on pad object instead of name.
3647
3648 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
3649
3650         * configure.ac:
3651           Revert last change as we now check in gtk-doc.m4 for sed.
3652
3653 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
3654
3655         * configure.ac:
3656         Find and subst SED when building the docs.
3657
3658 2008-02-08  Julien Moutte  <julien@fluendo.com>
3659
3660         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
3661         (main): Make sure bus signals are reconnected when pressing STOP
3662         and then PLAY again for a parse launch pipeline. Fix a ref leak
3663         on the bus.
3664         * win32/common/config.h: Updated.
3665
3666 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
3667
3668         * configure.ac:
3669         Make DISABLE_DEPRECATED defined *only* during CVS, not during
3670         pre-releases or releases.
3671
3672 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
3673
3674         * configure.ac:
3675         * ext/gio/Makefile.am:
3676         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
3677         reporting
3678
3679 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
3680
3681         * docs/plugins/Makefile.am:
3682         Add the headers which need scanning for the GIO plugin. The rest of
3683         the docs still need migrating.
3684
3685 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
3686
3687         * ext/Makefile.am:
3688         * tests/check/Makefile.am:
3689         * tests/check/pipelines/.cvsignore:
3690         Add gio in a few more places.
3691
3692 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
3693
3694         * configure.ac:
3695         * ext/Makefile.am:
3696         * tests/check/Makefile.am:
3697         Move gio plugin from -bad and mark as experimental.
3698
3699 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
3700
3701         * gst-libs/gst/interfaces/mixeroptions.c:
3702         * gst-libs/gst/interfaces/mixertrack.c:
3703         Comment out a couple of other things which break the build when
3704         GST_DISABLE_DEPRECATED isn't on but -Werror is.
3705
3706 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
3707
3708         * docs/libs/gst-plugins-base-libs-sections.txt:
3709           Fix pbutils header.
3710
3711 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3712
3713         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
3714         Fix compiler warning.
3715
3716 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3717
3718         Patch by: Peter Kjellerstedt  <pkj at axis com>
3719
3720         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
3721         Clear the addrinfo struct using memset. Fixes #514937.
3722
3723 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
3724
3725         * gst/tcp/gstfdset.h:
3726         Remove unused field to same some memory.
3727
3728         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3729         Mark action signals as such.
3730
3731 2008-02-06  Michael Smith <msmith@fluendo.com>
3732
3733         * ext/theora/theoradec.c: (_theora_granule_frame),
3734         (_inc_granulepos):
3735           Increment granulepos for new-bitstream versions appropriately.
3736           Fixes #514623.
3737
3738 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
3739
3740         * tests/examples/seek/seek.c: (do_seek),
3741         (rate_spinbutton_changed_cb), (update_streams), (main):
3742         Remove obsolete stream_time reset after flushing seek, core does that
3743         automatically now.
3744         Improve accuracy of speed spinbutton.
3745         Only do playbin2 stuff when we actually use it.
3746
3747 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3748
3749         * tests/check/Makefile.am:
3750           Revert previous change of the test environment's GST_PLUGIN_PATH.
3751           The problem is not with the plugins, but with element factories
3752           and only occurs if elements are split out from existing plugins
3753           or if plugins change name (see #512740).
3754
3755 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
3756
3757         * tests/check/Makefile.am:
3758           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
3759           with the core's plugins first and our local build directories last,
3760           since we might be building against an installed core, and that
3761           core's plugin directory may contain older or other versions of
3762           our own -base plugins, but we really do want to test our local
3763           ones (if there are multiple plugins or element factories with the
3764           same name, those inspected last will trump those read in earlier).
3765           Fixes #512740 for the most part.
3766
3767 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
3768
3769         * configure.ac:
3770         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
3771         Use gmtime_r if available as gmtime is not MT-safe.
3772         Fixes bug #511810.
3773
3774 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
3775
3776         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
3777         Cast glong to time_t as time_t might have a different type on
3778         other platforms, like FreeBSD, and we get a compiler warning
3779         otherwise. Fixes bug #511825.
3780
3781 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3782
3783         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3784         (get_group), (get_n_pads), (gst_play_bin_get_property),
3785         (pad_added_cb), (no_more_pads_cb), (perform_eos),
3786         (autoplug_select_cb), (deactivate_group):
3787         Remove stream-info, we going for something easier.
3788         Refactor getting the current group.
3789         Implement getting the number of audio/video/text streams.
3790
3791         * gst/playback/gststreamselector.c:
3792         (gst_stream_selector_class_init), (gst_stream_selector_init),
3793         (gst_stream_selector_get_property),
3794         (gst_stream_selector_request_new_pad),
3795         (gst_stream_selector_release_pad):
3796         * gst/playback/gststreamselector.h:
3797         Add property for number of pads.
3798
3799         * tests/examples/seek/seek.c: (set_scale), (update_flag),
3800         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
3801         (text_toggle_cb), (update_streams), (msg_async_done),
3802         (msg_state_changed), (main):
3803         Block slider callback when updating the slider position.
3804         Add gui elements for controlling playbin2.
3805         Add callback for async_done that updates position/duration.
3806
3807 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
3808
3809         * docs/plugins/Makefile.am:
3810         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3811         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3812         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3813         * docs/plugins/gst-plugins-base-plugins.interfaces:
3814         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3815           First round of plugin docs cleansups.
3816
3817         * docs/plugins/inspect/plugin-adder.xml:
3818         * docs/plugins/inspect/plugin-alsa.xml:
3819         * docs/plugins/inspect/plugin-audioconvert.xml:
3820         * docs/plugins/inspect/plugin-audiorate.xml:
3821         * docs/plugins/inspect/plugin-audioresample.xml:
3822         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3823         * docs/plugins/inspect/plugin-cdparanoia.xml:
3824         * docs/plugins/inspect/plugin-decodebin.xml:
3825         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3826         * docs/plugins/inspect/plugin-gdp.xml:
3827         * docs/plugins/inspect/plugin-gnomevfs.xml:
3828         * docs/plugins/inspect/plugin-libvisual.xml:
3829         * docs/plugins/inspect/plugin-ogg.xml:
3830         * docs/plugins/inspect/plugin-pango.xml:
3831         * docs/plugins/inspect/plugin-subparse.xml:
3832         * docs/plugins/inspect/plugin-tcp.xml:
3833         * docs/plugins/inspect/plugin-theora.xml:
3834         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3835         * docs/plugins/inspect/plugin-video4linux.xml:
3836         * docs/plugins/inspect/plugin-videorate.xml:
3837         * docs/plugins/inspect/plugin-videoscale.xml:
3838         * docs/plugins/inspect/plugin-videotestsrc.xml:
3839         * docs/plugins/inspect/plugin-volume.xml:
3840         * docs/plugins/inspect/plugin-vorbis.xml:
3841         * docs/plugins/inspect/plugin-ximagesink.xml:
3842         * docs/plugins/inspect/plugin-xvimagesink.xml:
3843           Regenerate.
3844
3845         * ext/ogg/Makefile.am:
3846         * ext/ogg/gstoggmux.c:
3847         * ext/ogg/gstoggmux.h:
3848           Add header for oggmux. the c-file needs a doc blob still.
3849
3850 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
3851
3852         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3853
3854         * gst-libs/gst/rtp/gstrtpbuffer.c:
3855         (gst_rtp_buffer_set_extension_data):
3856         * gst-libs/gst/rtp/gstrtpbuffer.h:
3857         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
3858         Add gst_rtp_buffer_set_extension_data() 
3859         Add a unit test for this addition. Fixes #511478.
3860         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
3861
3862 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
3863
3864         * configure.ac:
3865         Back to CVS
3866
3867 === release 0.10.17 ===
3868
3869 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
3870
3871         * configure.ac:
3872           releasing 0.10.17, "Peanut Butter and Jelly"
3873
3874 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
3875
3876         * gst-libs/gst/interfaces/mixeroptions.c:
3877         * gst-libs/gst/interfaces/mixertrack.c:
3878         Also remove the conditional registration of the signals
3879         that disappeared with the ABI change in 0.10.14
3880
3881 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
3882
3883         * gst-libs/gst/rtsp/gstrtspconnection.c:
3884         Revert patch to gstrtspconnection.c for brown paper bag
3885         release of -base. Re-opens: #511825
3886
3887 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
3888
3889         * gst-libs/gst/interfaces/mixeroptions.h:
3890         * gst-libs/gst/interfaces/mixertrack.h:
3891         Change the way these deprecated function pointers are removed
3892         so that the compiled ABI is unconditionally smaller. This 
3893         sets in stone an ABI break that actually occurred when the
3894         things were deprecated in 0.10.14, which seems to be the best
3895         fix as the only known users are oss-mixer and sunaudio-mixer in 
3896         gst-plugins-good.
3897         Fixes: #513018
3898
3899 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
3900
3901         * win32/common/libgstpbutils.def:
3902           Export the two new _get_type() functions which are needed
3903           by the python bindings.
3904
3905 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
3906
3907         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
3908         Cast glong to time_t as time_t might have a different type on
3909         other platforms, like FreeBSD, and we get a compiler warning
3910         otherwise. Fixes bug #511825.
3911
3912 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
3913
3914         * gst-libs/gst/audio/gstaudiofilter.c:
3915         (gst_audio_filter_class_init):
3916         Initialize the GstRingerBuffer class to get it's debug category
3917         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
3918         category and otherwise we get some g_critical(). Fixes bug #512334.
3919
3920 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
3921
3922         * configure.ac:
3923         Back to CVS
3924
3925 === release 0.10.16 ===
3926
3927 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
3928
3929         * configure.ac:
3930           releasing 0.10.16, "Scheduled Interruption"
3931
3932 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
3933
3934         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
3935
3936         * gst-libs/gst/rtp/gstrtpbuffer.c:
3937         (gst_rtp_buffer_get_extension_data):
3938         Fix typos and wrong extension check. Fixes #511274.
3939
3940 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
3941
3942         * po/sk.po:
3943         Oops - add new sk.po mentioned in the LINGUAS I just committed
3944
3945 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
3946
3947         * po/LINGUAS:
3948         Add ca translation to the disted list.
3949
3950         * win32/vs6/libgstsdp.dsp:
3951         Convert line endings to CRLF
3952
3953 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
3954
3955         * win32/MANIFEST:
3956         Add win32/vs6/libgstrtsp.dsp to MANIFEST
3957
3958 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
3959
3960         * win32/common/libgstsdp.def:
3961         * win32/common/libgstvideo.def:
3962         Add new API declarations
3963
3964 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
3965
3966         * ext/theora/gsttheoradec.h:
3967         * ext/theora/gsttheoraparse.h:
3968         * ext/theora/theoradec.c:
3969         * ext/theora/theoraparse.c:
3970         Take a 2nd stab at handling libtheora granulepos changes in the decoder
3971         and parser by inspecting the bitstream version of the incoming data.
3972
3973 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
3974
3975         * configure.ac:
3976         * pkgconfig/Makefile.am:
3977         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
3978         * pkgconfig/gstreamer-audio.pc.in:
3979         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
3980         * pkgconfig/gstreamer-cdda.pc.in:
3981         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
3982         * pkgconfig/gstreamer-fft.pc.in:
3983         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
3984         * pkgconfig/gstreamer-floatcast.pc.in:
3985         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
3986         * pkgconfig/gstreamer-interfaces.pc.in:
3987         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
3988         * pkgconfig/gstreamer-netbuffer.pc.in:
3989         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
3990         * pkgconfig/gstreamer-pbutils.pc.in:
3991         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
3992         * pkgconfig/gstreamer-riff.pc.in:
3993         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
3994         * pkgconfig/gstreamer-rtp.pc.in:
3995         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
3996         * pkgconfig/gstreamer-rtsp.pc.in:
3997         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
3998         * pkgconfig/gstreamer-sdp.pc.in:
3999         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4000         * pkgconfig/gstreamer-tag.pc.in:
4001         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4002         * pkgconfig/gstreamer-video.pc.in:
4003         Provide one pkg-config file for every gst-plugins-base library.
4004         This makes linking to those libraries much more intuitive and
4005         provides standard pkg-config behaviour for them. Fixes bug #499697.
4006
4007 2008-01-13  David Schleef  <ds@schleef.org>
4008
4009         * gst/videoscale/vs_4tap.c:
4010           Fix valgrind error on 4tap scaling method.
4011
4012 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4013
4014         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4015         Include Winsock2.h for VS6 and use a different way initialize
4016         hints structure so it can build with VS6.
4017         * win32/MANIFEST:
4018         * win32/vs6/libgstsdp.dsp:
4019         * win32/common/libgstsdp.def:
4020         Add new files for libgstsdp.
4021         * win32/vs6/grammar.dsp:
4022         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4023         * win32/vs6/gst_plugins_base.dsw:
4024         * win32/vs6/libgstdecodebin.dsp:
4025         * win32/vs6/libgstdecodebin2.dsp:
4026         * win32/vs6/libgstplaybin.dsp:
4027         * win32/vs6/libgstvolume.dsp:
4028         Add new dependencies to the link list.
4029
4030 2008-01-13  Julien Moutte  <julien@fluendo.com>
4031
4032         * win32/common/config.h:
4033         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4034         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4035         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4036         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4037         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4038         * win32/common/interfaces-enumtypes.c:
4039         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4040         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4041         (gst_mixer_track_flags_get_type),
4042         (gst_tuner_channel_flags_get_type):
4043         * win32/common/multichannel-enumtypes.c:
4044         (gst_audio_channel_position_get_type):
4045         * win32/common/pbutils-enumtypes.c:
4046         (gst_install_plugins_return_get_type):
4047         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4048         in the win32 build directory.
4049
4050 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4051
4052         * tests/check/Makefile.am:
4053         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4054
4055         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4056         * tests/check/elements/playbin.c:
4057         * tests/check/libs/mixer.c: (test_element_interface_supported),
4058         (gst_implements_interface_init):
4059         * tests/check/libs/rtp.c: (GST_START_TEST):
4060         Fix various assignment type mismatches.
4061
4062 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4063
4064         * configure.ac:
4065         * gst-libs/gst/rtsp/Makefile.am:
4066         Add test to see if hstrerror is available or if we need libresolv
4067         (Solaris) for it, then use it in libgstrtsp.
4068
4069 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4070
4071         * gst-libs/gst/tag/Makefile.am:
4072         Fix include path order
4073
4074 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4075
4076         * gst-libs/gst/pbutils/install-plugins.c:
4077         (gst_install_plugins_context_copy),
4078         (gst_install_plugins_context_get_type):
4079         * gst-libs/gst/pbutils/install-plugins.h:
4080         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4081         for bindings.
4082
4083 2008-01-11  Michael Smith <msmith@fluendo.com>
4084
4085         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4086         (_theora_granule_frame), (_theora_granule_start_time),
4087         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4088           Adapt for post-alpha meaning of granulepos, when we
4089           have a newer version of libtheora.
4090         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4091         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4092         (theora_enc_is_discontinuous), (theora_enc_chain):
4093           Likewise.
4094         * tests/check/Makefile.am:
4095           Link libtheora into theoraenc test so we can check which version of
4096           libtheora we're testing against.
4097         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4098         (check_buffer_granulepos),
4099         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4100         (theoraenc_suite):
4101           Adapt tests to check the values that are now defined for theora; make
4102           the tests backwards-adapt the passed values if we're running against an
4103           old libtheora.
4104           Fixes #497964
4105
4106 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4107
4108         * gst-libs/gst/audio/gstbaseaudiosink.c:
4109           (gst_base_audio_sink_class_init):
4110         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4111           (gst_base_audio_src_class_init):
4112           Ref audio clock class from a thread-safe context to make sure
4113           we're not bit by GObjects lack of thread-safety here (#349410),
4114            however unlikely that may be in practice.
4115
4116 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4117
4118         * autogen.sh:
4119           Add -Wno-portability to the automake parameters to stop warnings
4120           about GNU make extensions being used. We require GNU make in almost
4121           every Makefile anyway.
4122           
4123         * configure.ac:
4124           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4125           at the same time is required for per target flags.
4126
4127 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4128
4129         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4130           Post an error message if we can't pull as many bytes as we need
4131           for the tag. This makes sure the user gets to see a proper error
4132           message if a file with a partial ID3 tag is fed to decodebin, and
4133           not a 'no ID3 tag demuxer' error, which would be confusing
4134           (see #508138).
4135
4136 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4137
4138         * gst-libs/gst/pbutils/descriptions.c: (formats):
4139           Add description strings for ID3, APE, and ICY tags.
4140
4141 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4142
4143         * gst/playback/gstdecodebin.c: (try_to_link_1):
4144           Make sure we error out correctly if we can't activate one of
4145           the elements we've added.  Fixes #508138.
4146           
4147 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4148
4149         Patch by: Bastien Nocera <hadess at hadess net>
4150
4151         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4152           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4153           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4154           the volume is the same for all channels. This works around
4155           some problem in alsa that leaves us with inconsistent state
4156           for some reason (#486840).
4157
4158 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4159
4160         Patch by: Jerone Young <jerone at gmail com>
4161
4162         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4163           If there's no mixer track by the name of 'Master' or 'Front',
4164           check if there's one called 'PCM' before trying the generic
4165           fallback logic (fixes #506928, where we pick 'Mic' as master
4166           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4167
4168 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4169
4170         * gst/playback/gstplay-enum.c:
4171         (register_gst_autoplug_select_result),
4172         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4173         (gst_play_flags_get_type):
4174         * gst/playback/gstplay-enum.h:
4175         Add enums for configuration flags.
4176
4177         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4178         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4179         (gst_play_bin_get_property), (no_more_pads_cb),
4180         (autoplug_select_cb), (gst_play_bin_change_state):
4181         Merge mode with flags.
4182         Add more property getters/setters, defaults and docs.
4183         Add properties to get number of audio/video/text streams.
4184         Create sink object in _init so that we can always rely on it being
4185         there.
4186
4187         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4188         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4189         (activate_vis), (gst_play_sink_reconfigure),
4190         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4191         (gst_play_sink_change_state):
4192         * gst/playback/gstplaysink.h:
4193         Use flags to configure the sink pipelines.
4194         Add tee before audio pipeline so that we can use it for visualisations.
4195         Start working on integrating visualisations.
4196         Remove mode, we can do everything with the flags now.
4197         Add method to configue the sink pipeline.
4198
4199 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
4200
4201         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4202           (check_buffer_timestamp), (check_buffer_duration):
4203           Turn these functions into macros so we can see right away
4204           where the failure occured.
4205
4206 2008-01-05  Julien Moutte  <julien@fluendo.com>
4207
4208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4209         debugging information to understand how X calculates the stride
4210         for XvImages.
4211
4212 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4213
4214         * gst/volume/Makefile.am:
4215         * gst/volume/gstvolume.c: (volume_choose_func),
4216         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
4217         (volume_setup):
4218         * gst/volume/gstvolume.h:
4219         Use GstAudioFilter as base class for the volume element instead of
4220         plain GstBaseTransform.
4221
4222 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4223
4224         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
4225         Don't set element details for the abstract GstAudioFilter class.
4226
4227 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
4228
4229         * gst-libs/gst/audio/gstaudiofilter.c:
4230         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
4231         Implement get_unit_size() vmethod of GstBaseTransform.
4232
4233 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
4234
4235         * gst-libs/gst/pbutils/Makefile.am:
4236         * gst-libs/gst/pbutils/pbutils.h:
4237         Use glib-enum generator to have a proper enum GType for
4238         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
4239
4240 2007-12-31  David Schleef  <ds@schleef.org>
4241
4242         * tests/check/Makefile.am:
4243         * tests/check/pipelines/theoraenc.c:
4244           Reenable theoraenc test, which fails on the buildbot but
4245           not locally.
4246
4247 2007-12-31  David Schleef  <ds@schleef.org>
4248
4249         * docs/libs/.cvsignore:
4250         * docs/plugins/.cvsignore:
4251           Add *-undeclared.txt to fix buildbot.
4252
4253 2007-12-31  David Schleef  <ds@schleef.org>
4254
4255         * tests/check/Makefile.am:
4256           Second attempt at disabling theoraenc test long enough to
4257           get buildbot to compile -base.
4258
4259 2007-12-31  David Schleef  <ds@schleef.org>
4260
4261         * tests/check/pipelines/theoraenc.c:
4262           Disable theoraenc test long enough to get the buildbot to
4263           compile a recent -base.
4264
4265 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4266
4267         * tests/examples/seek/seek.c: (stop_cb):
4268         Make sure we reset the slider value to 0.0 without racing against a
4269         possible g_idle that sets it to something else.
4270
4271 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
4272
4273         * sys/ximage/ximagesink.c:
4274         fix typo
4275
4276 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4277
4278         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
4279         * gst-libs/gst/rtsp/gstrtspdefs.h:
4280         Add Location header so that we can start implementing redirects.
4281         See #506025.
4282
4283 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4284
4285         * gst/subparse/gstssaparse.c:
4286         combine if's
4287
4288 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4289
4290         * gst/subparse/gstssaparse.c:
4291         remove duplicate log message
4292
4293 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
4294
4295         * ext/libvisual/visual.c: (gst_visual_chain):
4296         Fix 'xyz may be used uninitialized' compiler warnings caused
4297         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
4298         abort() in any case but properly report the error.
4299
4300 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4301
4302         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4303         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4304         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4305         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
4306         (autoplug_select_cb), (activate_group), (deactivate_group),
4307         (setup_next_source), (save_current_group),
4308         (gst_play_bin_change_state):
4309         Code cleanups.
4310         Remove next-uri, we can use the uri property just fine.
4311         Fix some crasher.
4312         Unref uridecodebin when switching.
4313         Fix going to READY.
4314
4315         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4316         (gst_play_sink_init), (gst_play_sink_dispose),
4317         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
4318         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
4319         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
4320         (gst_play_sink_set_property), (gst_play_sink_get_property),
4321         (gen_video_chain), (gen_text_element), (gen_audio_chain),
4322         (gen_vis_element), (gst_play_sink_get_mode),
4323         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
4324         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
4325         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
4326         (gst_play_sink_change_state):
4327         * gst/playback/gstplaysink.h:
4328         Add some locking to make things threadsafe.
4329
4330         * gst/playback/test7.c: (about_to_finish_cb):
4331         Fix test.
4332
4333 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
4334
4335         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
4336           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
4337           (gst_video_scale_transform):
4338           Don't claim to be able to handle/transform caps that can't really
4339           be handled by the currently selected scaling method (here: RGB or
4340           packed YUV with 4-tap method). Also add locking to method property.
4341
4342         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
4343           (test_basetransform_based):
4344           Some test pipelines for the above (not entirely valgrind clean yet
4345           apparently).
4346
4347 2007-12-21  David Schleef  <ds@schleef.org>
4348
4349         * gst-libs/gst/video/video.c:
4350         * gst-libs/gst/video/video.h:
4351           Add additional RGBA and RGB-24 video formats.
4352
4353 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4354
4355         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
4356           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
4357           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
4358         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
4359           (cddabasesrc_suite):
4360           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
4361           deprecated in the future (see #498924).
4362
4363 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4364
4365         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
4366           Don't leak event.
4367
4368 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
4369
4370         * gst-libs/gst/riff/riff-read.c:
4371         Use GST_ROUND_UP_2 macro
4372
4373 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4374
4375         * gst/playback/.cvsignore:
4376           Ignore more.
4377
4378 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4379
4380         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4381         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
4382           (set_active_source):
4383         * gst/playback/gstplaybasebin.h:
4384         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4385           (setup_sinks), (playbin_set_subtitles_visible):
4386           Make switching off of subtitles work. To avoid all kind of
4387           problems with unlinking of the subtitle input, we just keep
4388           the subtitle inputs linked as they are and tell textoverlay
4389           not to render them. Fixes #373011.
4390           Other subtitle switching issues (esp. when there are both
4391           external and in-stream subtitles) remain. They'll be solved
4392           in playbin2.
4393
4394 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4395
4396         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
4397         Init the pad segment too.
4398
4399 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4400
4401         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4402         (gst_audioringbuffer_open_device),
4403         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
4404         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4405         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
4406         (gst_audio_sink_create_ringbuffer):
4407         Improve debug output.
4408
4409         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
4410         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
4411         Prevent some functions from doing things and failing when the
4412         ringbuffer is not yet acquired.
4413
4414 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
4415
4416         * gst-libs/gst/interfaces/interfaces.h:
4417           Also remove interfaces.h from CVS as it is not needed anymore.
4418
4419 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
4420
4421         * gst-libs/gst/interfaces/Makefile.am:
4422           interfaces.h is not used anymore so remove it from the build
4423           process.
4424
4425 2007-12-17  David Schleef  <ds@schleef.org>
4426
4427         * gst/videotestsrc/gstvideotestsrc.c:
4428         * gst/videotestsrc/gstvideotestsrc.h:
4429           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
4430           for testing vertical refresh synchronization.
4431
4432 2007-12-17  David Schleef  <ds@schleef.org>
4433
4434         * docs/libs/gst-plugins-base-libs-sections.txt:
4435         * gst-libs/gst/video/video.c:
4436         * gst-libs/gst/video/video.h:
4437           Add new GstVideFormat enum and write a bunch of helper functions
4438           based around it.
4439
4440 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
4441
4442         * Makefile.am:
4443           Use new common/win32.mak.
4444
4445 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4446
4447         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4448         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4449         Add debug info.
4450         When going from PLAYING to PAUSED, pause the ringbuffer before calling
4451         the parent state change function, just like the audiosink, because the
4452         parent waits for the element to finish its processing before completing
4453         the state change. This makes going to PAUSED a lot snappier.
4454         When going from READY to PAUSED, don't allow the ringbuffer to start
4455         yet.
4456
4457 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4458
4459         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4460         Yet another fix for broken software that produce files with an empty
4461         blockalign field. Instead of completely failing, make a second attempt
4462         at guessing the width/depth by looking at strf->size.
4463
4464 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4465
4466         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
4467           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
4468         * gst-libs/gst/pbutils/install-plugins.c:
4469           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
4470         * gst-libs/gst/pbutils/missing-plugins.c:
4471           (gst_missing_plugin_message_get_installer_detail),
4472           (gst_missing_encoder_installer_detail_new):
4473         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
4474         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4475           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
4476           avoid compiler warnings (#503930).
4477
4478 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4479
4480         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4481         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
4482         for jpeg video streams.
4483         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
4484         for the above modification.
4485
4486 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4487
4488         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
4489           (gst_x_overlay_handle_events):
4490           More guards (we don't want klass to end up being NULL).
4491
4492 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
4493
4494         * configure.ac:
4495         * gst/volume/gstvolume.c: (gst_volume_init):
4496           Use new gst_base_transform_set_gap_aware() function as volume
4497           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
4498           for this.
4499
4500 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4501
4502         * tests/examples/seek/seek.c: (msg_segment_done), (main):
4503         Don't go to READY on EOS as this avoids testing of seeking and
4504         restarting after EOS, use the stop button when you want to READY.
4505         Don't try to do a flushing seek in segment-done, it does not make
4506         sense to use this for gapless playback and is not needed.
4507
4508 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4509
4510         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
4511         (reset_rate_timer), (update_in_rates), (update_out_rates),
4512         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
4513         (gst_queue_chain), (gst_queue_loop):
4514         Use separate timers for input and output rates.
4515         Pause measuring the output rate when we block for more data.
4516         See #503262.
4517
4518 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4519
4520         * gst/playback/gstqueue2.c: (gst_queue_chain):
4521         Pause the timer to measure the input rate when we block because the
4522         queue is filled. See #503262.
4523
4524 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4525
4526         Patch by: Peter Kjellerstedt  <pkj at axis com>
4527
4528         * gst-libs/gst/rtsp/gstrtspconnection.c:
4529         (gst_rtsp_connection_free):
4530         Close control sockets. Fixes #503440.
4531
4532 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4533
4534         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
4535         Expose the right pad in the right place with the right element.
4536
4537 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
4538
4539         * gst-libs/gst/pbutils/descriptions.c: (formats):
4540           Add description for 'private' dts caps (who come up with that name?).
4541
4542 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
4543
4544         * Makefile.am:
4545           Add check-exports target and run it with 'make check'.
4546
4547         * configure.ac:
4548           Be stricter about what we export in our libraries: change regexp so that
4549           we only export _gst_foo(), but not __gst_foo().
4550
4551         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
4552         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
4553           Change internal functions to __gst_foo so they dont' get exported.
4554
4555         * win32/common/libgstaudio.def:
4556           Add missing symbols.
4557
4558 2007-12-11  David Schleef  <ds@schleef.org>
4559
4560         * ChangeLog: remove conflict markers
4561
4562 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
4563
4564         * ext/gnomevfs/Makefile.am:
4565         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
4566           Use gst_tag_freeform_string_to_utf8() here, which also takes
4567           into account any character sets specified by the user via
4568           environment variables.
4569
4570 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
4571
4572         * gst/audioconvert/Makefile.am:
4573         Also link to libm.
4574
4575 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
4576
4577         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4578         No need for floating point operations here. avoids having to link
4579         against the math library too.
4580
4581 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
4582
4583         * gst-libs/gst/pbutils/descriptions.c: (formats),
4584           (format_info_get_desc):
4585         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
4586           (GST_START_TEST):
4587           Add one or two missing formats.  Generate ADPCM description
4588           dynamically depending on layout/format.
4589
4590 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
4591
4592         * configure.ac:
4593           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
4594
4595 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
4596
4597         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
4598
4599         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
4600           Some .srt files start with chunk number 0 and not chunk number 1,
4601           recognise and accept those as well (fixes #502497).
4602
4603         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
4604           (test_src):
4605           Add unit test for the above.
4606
4607 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
4608
4609         * gst/playback/gstplay-enum.c:
4610         (register_gst_autoplug_select_result),
4611         (gst_autoplug_select_result_get_type):
4612         * gst/playback/gstplay-enum.h:
4613         Add missing files.
4614
4615 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
4616
4617         * gst/playback/Makefile.am:
4618         Group decodebin2 and uridecodebin into the same plugin so that they
4619         can share the GEnumType.
4620
4621         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
4622         (_gst_select_accumulator), (gst_decode_bin_class_init),
4623         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
4624         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
4625         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
4626         Add signal to sort factories instead of the more awkward autoplug-select
4627         signal.
4628         Modify autoplug_select so that we can try, skip or expose the
4629         autopluggin of an element on a pad.
4630
4631         * gst/playback/gstfactorylists.c: (compare_ranks),
4632         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
4633         (element_filter), (gst_factory_list_get_elements),
4634         (gst_factory_list_debug), (gst_factory_list_filter):
4635         * gst/playback/gstfactorylists.h:
4636         Simplify the API, allow getting elements based on mask.
4637
4638         * gst/playback/gstplay-marshal.list:
4639         Add some more marshallers.
4640
4641         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
4642         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
4643         (autoplug_select_cb), (activate_group):
4644         Add support for managing non-raw sinks by providing a custom element and
4645         sink list to decodebin2.
4646         Try to plug non-raw sinks when decodebin2 using autoplug-select of
4647         decodebin2.
4648
4649         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4650         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
4651         * gst/playback/gstplaysink.h:
4652         Add support for raw and non-raw sinks. 
4653         Add support to force sinks selected by playbin2.
4654         Don't plug raw converters for non-raw sinks.
4655
4656         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
4657         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
4658         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
4659         (plugin_init):
4660         Use right accumulators.
4661         Proxy new signal.
4662
4663 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
4664
4665         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
4666         Use runnning time as the base time instead of the timestamp.
4667         Spotted by Saur on IRC.
4668
4669 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
4670
4671         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4672         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
4673
4674 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
4675
4676         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
4677         (gst_ogg_demux_read_chain):
4678         If we find a new serial number but it does not contain a BOS page, make
4679         sure we initialize the chain to NULL because else we will try to scan it
4680         and crash. Fixes #500763
4681
4682 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
4683
4684         * gst/playback/Makefile.am:
4685         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
4686         (get_feature_array), (decoders_filter), (sinks_filter),
4687         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
4688         (gst_factory_list_filter):
4689         * gst/playback/gstfactorylists.h:
4690         Refactor some common code to filter factories and check caps compat.
4691
4692         * gst/playback/gstdecodebin.c:
4693         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
4694         (gst_decode_bin_init), (gst_decode_bin_dispose),
4695         (gst_decode_bin_autoplug_continue),
4696         (gst_decode_bin_autoplug_factories),
4697         (gst_decode_bin_autoplug_select), (analyze_new_pad),
4698         (find_compatibles):
4699         * gst/playback/gstplaybin.c:
4700         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4701         (gst_play_bin_init), (gst_play_bin_finalize),
4702         (autoplug_factories_cb), (activate_group):
4703         * gst/playback/gstqueue2.c:
4704         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
4705         (proxy_autoplug_continue_signal),
4706         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
4707         (proxy_drained_signal):
4708         Add some more debug info and use factor filtering code.
4709
4710 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
4711
4712         * gst/audiotestsrc/gstaudiotestsrc.c:
4713         * gst/volume/gstvolume.c:
4714         * gst/volume/gstvolume.h:
4715           Add GAP-flag support.
4716
4717 2007-11-24  Julien MOUTTE  <julien@moutte.net>
4718
4719         * tests/examples/seek/seek.c: (main): Increase the range of the
4720         rate selector as I would like to test QOS behavior at higher
4721         forward and reverse playback speed like say 64x.
4722
4723 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
4724
4725         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
4726         (audioresample_query), (audioresample_query_type),
4727         (gst_audioresample_set_property):
4728         Implement latency query.
4729
4730 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
4731
4732         * gst-libs/gst/audio/gstbaseaudiosink.c:
4733         (gst_base_audio_sink_drain):
4734         Our EOS time contains the base_time, _wait_eos() expects a running_time
4735         so we have to subtract the base_time again before calling the function.
4736         This fixes an EOS regression where the base_time was added twice and EOS
4737         took longer and longer in certain situations.
4738         Fixes #498767.
4739
4740 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
4741
4742         * docs/libs/gst-plugins-base-libs-sections.txt:
4743         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
4744         (gst_base_audio_sink_set_provide_clock),
4745         (gst_base_audio_sink_get_provide_clock),
4746         (gst_base_audio_sink_set_slave_method),
4747         (gst_base_audio_sink_get_slave_method),
4748         (gst_base_audio_sink_set_property),
4749         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
4750         (gst_base_audio_sink_none_slaving),
4751         (gst_base_audio_sink_handle_slaving):
4752         * gst-libs/gst/audio/gstbaseaudiosink.h:
4753         Expose methods for some object properties so that subclasses can more
4754         easily configure them.
4755         Added slave method none, that completely disables slaving to the
4756         internal clock.
4757         API: gst_base_audio_sink_set_provide_clock()
4758         API: gst_base_audio_sink_get_provide_clock()
4759         API: gst_base_audio_sink_set_slave_method()
4760         API: gst_base_audio_sink_get_slave_method()
4761
4762         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4763         (gst_base_audio_src_set_provide_clock),
4764         (gst_base_audio_src_get_provide_clock),
4765         (gst_base_audio_src_set_property),
4766         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
4767         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4768         Expose methods for some object properties so that subclasses can more
4769         easily configure them.
4770         API: gst_base_audio_src_set_provide_clock()
4771         API: gst_base_audio_src_get_provide_clock()
4772
4773 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
4774
4775         Patch by: Joe Peterson <lavajoe at gentoo dot org>
4776
4777         * gst-libs/gst/sdp/gstsdpmessage.c:
4778         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
4779
4780 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
4781
4782         * tests/check/libs/fft.c: (GST_START_TEST):
4783         Fix scaling to really have dB instead of something else.
4784
4785 2007-11-19  Julien MOUTTE  <julien@moutte.net>
4786
4787         * tests/examples/seek/seek.c: (main): There's a nice macro to check
4788         GTK version, use it.
4789
4790 2007-11-19  Julien MOUTTE  <julien@moutte.net>
4791
4792         * tests/examples/seek/seek.c: (main): Try to support stable version
4793         of GTK.
4794
4795 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
4796
4797         * gst/playback/README:
4798         * gst/playback/test7.c:
4799           Fix the build + little README update.
4800
4801 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4802
4803         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
4804         Add playbin2 seek pipeline.
4805
4806 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4807
4808         * gst/playback/Makefile.am:
4809         * gst/playback/gstplayback.c: (plugin_init):
4810         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
4811         (eos_cb), (about_to_finish_cb), (main):
4812         Add playbin2.
4813         Added gapless playback example.
4814
4815         * gst/playback/gstplaybasebin.c:
4816         * gst/playback/gstplaybasebin.h:
4817         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
4818         * gst/playback/gstqueue2.c:
4819         * gst/playback/test.c:
4820         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
4821         (pad_removed_cb):
4822         * gst/playback/gststreaminfo.h:
4823         Change email.
4824
4825         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
4826         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
4827         (gst_play_bin_dispose), (gst_play_bin_set_uri),
4828         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4829         (gst_play_bin_get_property), (gst_play_bin_handle_message),
4830         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
4831         (drained_cb), (unlink_group), (activate_group),
4832         (setup_next_source), (gst_play_bin_change_state),
4833         (gst_play_bin2_plugin_init):
4834         Added raw first version of playbin2. Does chained oggs and gapless
4835         playback fine. No support for raw sinks yet. No visualisations or
4836         subtitles yet.
4837
4838         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
4839         (gst_play_sink_class_init), (gst_play_sink_init),
4840         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
4841         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
4842         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
4843         (gst_play_sink_set_property), (gst_play_sink_get_property),
4844         (post_missing_element_message), (free_chain), (add_chain),
4845         (activate_chain), (gen_video_chain), (gen_text_element),
4846         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
4847         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
4848         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
4849         (gst_play_sink_send_event), (gst_play_sink_change_state):
4850         * gst/playback/gstplaysink.h:
4851         Added Element that abstracts the sinks and their pipelines for playbin2.
4852
4853 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4854
4855         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
4856         (gst_selector_pad_class_init), (gst_selector_pad_init),
4857         (gst_selector_pad_finalize), (gst_selector_pad_reset),
4858         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
4859         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
4860         (gst_selector_pad_chain), (gst_stream_selector_get_type),
4861         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
4862         (gst_stream_selector_init), (gst_stream_selector_set_property),
4863         (gst_stream_selector_get_linked_pad),
4864         (gst_stream_selector_getcaps),
4865         (gst_stream_selector_is_active_sinkpad),
4866         (gst_stream_selector_activate_sinkpad),
4867         (gst_stream_selector_get_linked_pads),
4868         (gst_stream_selector_request_new_pad),
4869         (gst_stream_selector_release_pad):
4870         * gst/playback/gststreamselector.h:
4871         Improve streamselector, make it select and unselect the current pad more
4872         intelligently. 
4873         Subclass GstPad for the sinkpads of the selector.
4874         Handle segments more correctly.
4875         Fix caps negotiation.
4876         Implement release_pad.
4877
4878 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4879
4880         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
4881         (gst_decode_group_check_if_drained), (source_pad_event_probe),
4882         (remove_fakesink):
4883         Add drained signal fired when decodebin finishes decoding the data.
4884         Remove deprecated STATE_DIRTY message.
4885
4886         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
4887         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
4888         (analyse_source), (proxy_drained_signal), (make_decoder),
4889         (source_new_pad), (value_list_append_structure_list),
4890         (handle_redirect_message), (handle_message):
4891         Proxy the new drained signal.
4892         Handle pad removed from decodebin.
4893         Handle redirect messages by sorting multiple redirections based on the
4894         connection speed.
4895
4896 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4897
4898         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4899
4900         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4901         Fix leaking headers. Fixes #496761.
4902
4903 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
4904
4905         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4906
4907         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
4908         (gst_ximagesink_change_state):
4909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
4910         Don't leak the PAR on errors. Fixes #496731.
4911
4912 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4913
4914         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
4915           (gst_tag_from_id3_user_tag):
4916           Add mapping for audio cd discid tags, so we can extract
4917           them from tags as well (see #347848). Also compare identifiers
4918           in ID3v2 TXXX frames in a case-insensitive way to increase
4919           compatibility when reading tags (discid vs. DiscID vs. DiscId).
4920
4921 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
4922
4923         * gst-plugins-base.doap:
4924         Oops, fix the release name.
4925
4926 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
4927
4928         * gst-plugins-base.doap:
4929         Add 0.10.15 release
4930
4931 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
4932
4933         * configure.ac:
4934         Back to CVS
4935
4936 === release 0.10.15 ===
4937
4938 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
4939
4940         * configure.ac:
4941           releasing 0.10.15, "No need to argue"
4942
4943 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
4944
4945         * win32/vs6/libgstfft.dsp:
4946         Convert line endings to DOS.
4947
4948 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
4949
4950         * win32/vs6/gst_plugins_base.dsw:
4951         * win32/vs6/libgstfft.dsp:
4952         * win32/MANIFEST:
4953         Add a project file for fft plugin and remove socket
4954         based plugin which don't build from the workspace.
4955         * win32/vs6/libgstaudio.dsp:
4956         * win32/vs6/libgstrtp.dsp:
4957         * win32/vs6/libgsttag.dsp:
4958         Convert line endings back to DOS.
4959         Fixes #496724
4960
4961 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
4962
4963         * win32/vs6/libgstinterfaces.dsp:
4964         * win32/vs6/libgstrtsp.dsp:
4965         Convert line endings back to DOS
4966
4967 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
4968
4969         * gst-libs/gst/fft/kiss_fft_f32.h:
4970         * gst-libs/gst/fft/kiss_fft_f64.h:
4971         * gst-libs/gst/fft/kiss_fft_s16.h:
4972         * gst-libs/gst/fft/kiss_fft_s32.h:
4973         Don't include malloc.h which doesn't exist on Mac OSX.
4974         Instead, pull in glib.h and use g_malloc/g_free for 
4975         consistency. Fixes: #496548
4976
4977 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
4978
4979         * gst/playback/gstdecodebin2.c:
4980           Dont leak ghostpad. Fixes #475451.
4981
4982 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
4983
4984         * docs/design/design-decodebin.txt:
4985         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
4986         Update some more docs and comments.
4987
4988 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
4989
4990         Patch by: Sebastien Moutte  <sebastien moutte net>
4991
4992         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
4993           (gst_rtcp_unix_to_ntp):
4994         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
4995           Fix some C99-isms and and a missing function that some versions of
4996           MSVC don't like too much (#494346).
4997
4998         * win32/vs6/gst_plugins_base.dsw:
4999         * win32/vs6/libgstaudio.dsp:
5000         * win32/vs6/libgstrtp.dsp:
5001         * win32/vs6/libgsttag.dsp:
5002           Update vs6 projects files (#494346).
5003
5004 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5005
5006         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5007
5008         * win32/common/libgstaudio.def:
5009         * win32/common/libgstcdda.def:
5010         * win32/common/libgstinterfaces.def:
5011         * win32/common/libgstnetbuffer.def:
5012         * win32/common/libgstpbutils.def:
5013         * win32/common/libgstrtp.def:
5014         * win32/common/libgstrtsp.def:
5015         * win32/common/libgsttag.def:
5016         * win32/common/libgstvideo.def:
5017           More missing symbols to export (fixes #493986).
5018
5019 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5020
5021         * docs/libs/gst-plugins-base-libs-sections.txt:
5022         * gst-libs/gst/fft/gstfftf32.c:
5023         * gst-libs/gst/fft/gstfftf32.h:
5024         * gst-libs/gst/fft/gstfftf64.c:
5025         * gst-libs/gst/fft/gstfftf64.h:
5026         * gst-libs/gst/fft/gstffts16.c:
5027         * gst-libs/gst/fft/gstffts16.h:
5028         * gst-libs/gst/fft/gstffts32.c:
5029         * gst-libs/gst/fft/gstffts32.h:
5030         * tests/check/libs/fft.c: (GST_START_TEST):
5031         Remove the magnitude and phase calculation functions as these have
5032         very special use cases and can't even be used for the spectrum
5033         element. Also adjust the docs to mention some properties of the used
5034         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5035
5036 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5037
5038         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5039           (finish_source):
5040           Avoid crash when there are external subtitles (fixes #491722).
5041
5042 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5043
5044         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5045         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5046           'Could not open resource for writing' is not an acceptable
5047           error message when we can't open the audio device (see #492334),
5048           even less so when we're trying to open it to record something.
5049
5050 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5051
5052         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5053
5054         * win32/common/libgstrtp.def:
5055           Add some more missing symbols (#492813).
5056
5057 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5058
5059         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5060
5061         * tests/check/elements/audioconvert.c: (verify_convert):
5062           Add check to make sure that the out caps have a channel layout
5063           set on them where they should have one.
5064
5065 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5066
5067         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5068
5069         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5070         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5071           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5072           (#492306).
5073
5074         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5075           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5076           (it disappeared in GLib 2.14.0) (#492306).
5077
5078         * gst-libs/gst/sdp/Makefile.am:
5079         * gst-libs/gst/sdp/gstsdpmessage.c:
5080           Fix includes and LIBS for win32/Mingw (#492306).
5081
5082         * tests/examples/dynamic/addstream.c (pause_play_stream):
5083           Use more portable g_usleep() instead of sleep() (#492306).
5084
5085 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5086
5087         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5088
5089         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5090           (gst_ring_buffer_parse_caps):
5091           Return NULL instead of an enum that happens to be 0, fixes warning
5092           on MSVC (#492114).
5093
5094         * gst-libs/gst/audio/gstringbuffer.h:
5095           No trailing commas in enum list (for gcc-2.9x).
5096
5097         * gst/videotestsrc/videotestsrc.c: (random_char):
5098           Make information loss explicit instead of implicitly truncating to
5099           eight bits via the return value.  Fixes runtime error on MSVC when
5100           using the debug CRT (#492114).
5101
5102         * win32/common/config.h.in:
5103           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5104
5105         * win32/common/libgstinterfaces.def:
5106         * win32/common/libgstrtp.def:
5107           Export a few more symbols (#492114).
5108
5109 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5110
5111         * gst-libs/gst/audio/audio.c:
5112         * gst-libs/gst/audio/audio.h:
5113           Readd the deprecation guards, but preserve compilability.
5114
5115 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5116
5117         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5118           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5119           Preserve channel layout when fixating the number of channels in the
5120           output caps, or make sure there's a suitable channel position layout
5121           set on the caps if required. Fixes #430677.
5122
5123 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5124
5125         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5126           Make sure the pipeline really operates in push mode as it should
5127           in this case.
5128
5129 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5130
5131         * gst-libs/gst/audio/audio.h:
5132           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5133           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5134           (ie. normal cvs builds) will fail.
5135
5136 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5137
5138         * docs/libs/Makefile.am:
5139         * gst-libs/gst/audio/audio.c:
5140         * gst-libs/gst/audio/audio.h:
5141         * gst-libs/gst/interfaces/mixer.c:
5142           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5143
5144 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5145
5146         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5147           (test_channel_layout_value_intersect), (audio_suite):
5148           Add simple unit test to make sure GstValue intersection
5149           of channel layouts works the way I think it does.
5150
5151 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5152
5153         * docs/libs/gst-plugins-base-libs-sections.txt:
5154         * gst-libs/gst/audio/gstaudiofilter.h:
5155         * gst-libs/gst/interfaces/mixer.h:
5156         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5157         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5158         * gst-libs/gst/sdp/gstsdpmessage.c:
5159           Fix the docs according to what gtk-doc complained about.
5160
5161 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5162
5163         * tests/icles/stress-playbin.c:
5164           Fix the build.
5165
5166 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5167
5168         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5169         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5170           Post nice/more useful error message if we don't have a decoder for
5171           the primary type.
5172
5173 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5174
5175         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5176         Be a bit more useful, unblock the pads after we fired the no-more-pads
5177         signal so that we can use the signal to inspect and connect all pads
5178         without having to keep extra state outside of decodebin.
5179
5180 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5181
5182         * gst/playback/gsturidecodebin.c:
5183         (gst_uri_decode_bin_autoplug_continue),
5184         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5185         Implement default signal handler so that we return TRUE when nothing is
5186         connected.
5187
5188 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5189
5190         * gst-libs/gst/riff/riff-media.c:
5191         (gst_riff_wavext_add_channel_layout),
5192         (gst_riff_wave_add_default_channel_layout),
5193         (gst_riff_wavext_get_default_channel_mask),
5194         (gst_riff_create_audio_caps):
5195         Use the ALSA channel layout as default for wav files without channel
5196         layout information. This fixes playback of chan-id.wav on 5.1 systems
5197         for example. Also refactor the channel layout setting a bit and add
5198         more default channel orders. Fixes #489010.
5199
5200 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5201
5202         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5203           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5204           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5205           instead.
5206
5207 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
5208
5209         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5210         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5211         (gst_decode_bin_set_subs_encoding),
5212         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5213         (gst_decode_bin_get_property), (analyze_new_pad):
5214         Move subtitle encoding property to decodebin2 so that it can set the
5215         property value on all elements that it autoplugs and that require it.
5216         Make caps refcounting more consistent in get/set.
5217
5218         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
5219         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5220         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5221         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
5222         (proxy_autoplug_continue_signal),
5223         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5224         (make_decoder):
5225         Proxy properties and relevant signals from the internal decodebin.
5226         Make properties MT safe.
5227
5228 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5229
5230         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
5231         * gst-libs/gst/tag/tags.c:
5232           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
5233           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
5234
5235         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
5236           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
5237
5238         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
5239           (gst_tag_to_vorbis_comments):
5240           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
5241           just mapping everything I found in the wild) (#414539).
5242
5243 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
5244
5245         Inspired by patch of: René Stadler <mail at renestadler dot de>
5246
5247         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5248         (gst_decode_bin_autoplug_continue),
5249         (gst_decode_bin_autoplug_factories),
5250         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
5251         (find_compatibles):
5252         * gst/playback/gstplay-marshal.list:
5253         Remove the autoplug-sort signal and replace it with a binding friendly
5254         autoplug-select signal.
5255         Add an autoplug-factories signal that can be used to generate a list of
5256         factories to try to autoplug.
5257         Add the GstPad to the autoplugging signal args as it might be needed to
5258         make a good factory selection.
5259         Fix up the marshallers for this. Fixes #407282.
5260
5261 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5262
5263         * gst-libs/gst/tag/gsttagdemux.c:
5264           Don't abort with an assertion if we receive a seek event with
5265           a start type of NONE (see launchpad bug #155878).
5266
5267 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5268
5269         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5270         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5271         (gst_ximagesink_change_state), (gst_ximagesink_reset):
5272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
5273         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
5274         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
5275         Make sure that before we clean up the X resources, we shutdown and join
5276         the event thread.
5277         Also make sure the event thread does not shut down immediatly after
5278         startup because the running variable is not yet correctly set.
5279         Fixes #378770. 
5280
5281 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5282
5283         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
5284         Make the window for a race in typefind and shutting down smaller until
5285         we figure out the right locking here. Avoids #485753 usually.
5286
5287         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
5288         Remove unneeded lock causing a race in typefind and shutting down.
5289         Fixes #485753.
5290
5291         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5292         Also remove sinks when going to NULL because we might not complete the
5293         state change to PAUSED, causing the PAUSED->READY state change not to
5294         happen.
5295
5296 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5297
5298         * gst-libs/gst/audio/gstbaseaudiosink.c:
5299         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
5300         Also explicitly release the ringbuffer when going to NULL because it
5301         is required in the setcaps function, before the state change to PAUSED
5302         completes.
5303
5304 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
5305
5306         * tests/icles/.cvsignore:
5307         * tests/icles/Makefile.am:
5308         * tests/icles/stress-playbin.c:
5309           Does what it says on the tin.
5310
5311 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
5312
5313         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
5314         Fix queue negotiation. See #486758.
5315
5316 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5317
5318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5319         (gst_xvimagesink_xwindow_new),
5320         (gst_xvimagesink_update_colorbalance),
5321         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
5322
5323         Fix handling of some of the X atoms. If the last parameter is True,
5324         XInternAtom won't create the atom if it doesn't exist, and therefore
5325         might return None. This causes X errors on Xv implementations that
5326         don't provide the colour balance attributes.
5327
5328 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5329
5330         * gst-libs/gst/tag/gstvorbistag.c:
5331         * tests/check/libs/tag.c:
5332           Extract vorbis comment LICENSE tags correctly.
5333
5334 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5335
5336         Patch by: Jason Kivlighn  <jkivlighn gmail com>
5337
5338         * gst-libs/gst/tag/gstid3tag.c:
5339         * tests/check/libs/tag.c:
5340           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
5341
5342 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5343
5344         * gst-libs/gst/tag/gsttagdemux.c:
5345           Don't error out when a buggy downstream element doesn't
5346           handle the newsegment event we send properly (especially
5347           not without posting a meaningful error message on the
5348           bus). See bug #471370 and launchpad bug #136264.
5349
5350 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
5351
5352         * gst-libs/gst/audio/gstbaseaudiosink.c:
5353         (gst_base_audio_sink_drain):
5354         Use new basesink method to make our EOS drain interruptable.
5355
5356 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
5357
5358         * gst-libs/gst/rtp/gstrtppayloads.c:
5359         Fix silly search-replace oversight.
5360
5361 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
5362
5363         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5364
5365         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
5366         (gst_basertppayload_set_outcaps):
5367         Fix caps memleak. Fixes #484989.
5368
5369
5370 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5371
5372         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5373         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
5374         Fix debug output.
5375
5376 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5377
5378         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5379         (gst_base_audio_src_create):
5380         Also handle the case where there is no clock set on the audio source,
5381         like in the unit tests.
5382
5383 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5384
5385         * gst-libs/gst/rtp/gstrtppayloads.c:
5386         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
5387         to avoid compiler warnings
5388
5389 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5390
5391         * gst/playback/gstdecodebin.c: (type_found),
5392         (gst_decode_bin_change_state):
5393         * gst/playback/gstdecodebin2.c: (type_found),
5394         (gst_decode_bin_change_state):
5395         Don't disconnect the have_type signal because we never reconnect it
5396         later on. Instead keep a variable to see if we already detected a type.
5397
5398 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5399
5400         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
5401         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
5402         (type_found):
5403         Unlink the signal handler when we found the type, we're not going to do
5404         anything sensible with more type_found signals anyway.
5405
5406 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
5407
5408         * gst-libs/gst/tag/gsttagdemux.c:
5409           Don't leak caps.
5410
5411 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
5412
5413         * gst-libs/gst/tag/Makefile.am:
5414         * gst-libs/gst/tag/gsttagdemux.c:
5415         * gst-libs/gst/tag/gsttagdemux.h:
5416           API: add GstTagDemux base class for simple tag demuxers.
5417
5418         * docs/libs/gst-plugins-base-libs-docs.sgml:
5419         * docs/libs/gst-plugins-base-libs-sections.txt:
5420           Add GstTagDemux to docs.
5421
5422 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
5423
5424         * gst-libs/gst/rtp/gstrtpbuffer.c:
5425         (gst_rtp_buffer_get_payload_subbuffer):
5426         Fix bug introduced with last commit which inverted the logic and
5427         caused all buffers to be dropped. Fixes #483620.
5428         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
5429
5430 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
5431
5432         * gst-libs/gst/rtp/gstrtpbuffer.c:
5433           Replace g_return_if_val (as it could be disabled), with regular return
5434           and warning.
5435
5436 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
5437
5438         * tests/check/pipelines/simple-launch-lines.c:
5439           Print message name and not just number.
5440
5441 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
5442
5443         * gst-libs/gst/audio/gstbaseaudiosink.c:
5444         (gst_base_audio_sink_async_play):
5445         When slaved to the clock, don't try to align a sample with the previous
5446         one when going to PLAYING again.
5447
5448 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
5449
5450         * tests/examples/snapshot/snapshot.c:
5451           Fix the build.
5452
5453 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
5454
5455         * gst-libs/gst/sdp/gstsdpmessage.h:
5456         Add RFC 3556 bandwidth modifiers.
5457
5458 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
5459
5460         * docs/libs/gst-plugins-base-libs-docs.sgml:
5461         * docs/libs/gst-plugins-base-libs-sections.txt:
5462         * gst-libs/gst/rtp/gstrtppayloads.c:
5463         Update documentation.
5464
5465 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
5466
5467         * gst-libs/gst/rtp/Makefile.am:
5468         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
5469         (gst_rtp_payload_info_for_name):
5470         * gst-libs/gst/rtp/gstrtppayloads.h:
5471         Added new file and header to deal with payload info.
5472
5473         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
5474         (gst_rtp_buffer_default_clock_rate):
5475         * gst-libs/gst/rtp/gstrtpbuffer.h:
5476         Payload specific stuff is move to new headers.
5477         Implement _default_clock rate using the new payload function.
5478
5479         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
5480         (gst_sdp_parse_line):
5481         * gst-libs/gst/sdp/gstsdpmessage.h:
5482         Add some more comments.
5483
5484 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
5485
5486         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
5487         (sdp_check_header), (sdp_type_find), (plugin_init):
5488         Add typefind function for application/sdp.
5489         Remove some old dirac typefind code that was ifdeffed out.
5490
5491 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
5492
5493         * win32/common/libgstaudio.def:
5494         Add new exported functions.
5495         * win32/vs6/grammar.dsp:
5496         Add autogeneration and copy of some autegenerated files from win32/common
5497         for rtsp library.
5498         * win32/vs6/libgstaudioconvert.dsp:
5499         Add gstaudioquantize.c to the build.
5500         * win32/vs6/libgstinterfaces.dsp:
5501         Add videoorientation.c to the build.
5502         * win32/vs6/libgstriff.dsp:
5503         Add libgsttag to the link libraries list.
5504         * win32/vs6/libgstvolume.dsp:
5505         Add liboil to the link.
5506         * win32/vs6/gst_plugins_base.dsw:
5507         * win32/vs6/libgstrtsp.dsp:
5508         * win32/common/libgstrtsp.def:
5509         Add files to build libgstrtsp library.
5510         
5511 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
5512
5513         * tests/examples/snapshot/snapshot.c: (main):
5514         Print error when pipeline failed to construct.
5515
5516 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5517
5518         * configure.ac:
5519         * gst-libs/gst/tag/gstid3tag.c:
5520         * gst-libs/gst/tag/gstvorbistag.c:
5521           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
5522           and ID3v2 tags.
5523
5524 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5525
5526         * gst-libs/gst/floatcast/floatcast.h:
5527           Don't include config.h in an installed public header, this
5528           might break compilation of applications that don't have such
5529           a header and doesn't necessarily do what it's supposed to do
5530           anyway (ie. check for the lrint/lrintf defines) (#442065).
5531           Add docs for the various macros and document how this header
5532           has to be used (link against libm, etc.); add a few FIXMEs;
5533           include math.h for non-c99 code path.  Based on patch by
5534           Jan Schmidt.
5535           
5536 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
5537
5538         * configure.ac:
5539         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
5540         of duplicating these macros in configure.ac.
5541
5542 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5543
5544         * po/hu.po:
5545         * po/sv.po:
5546         * po/uk.po:
5547           Updated translations to 0.10.14
5548
5549 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5550
5551         translated by: Jakub Bogusz <qboosh@pld-linux.org>
5552
5553         * po/pl.po:
5554           Added Polish translation.
5555
5556 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5557
5558         translated by: Ilkka Tuohela <hile@iki.fi>
5559
5560         * po/fi.po:
5561           Added Finnish translation.
5562
5563 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5564
5565         translated by: Jorge González González <aloriel@gmail.com>
5566
5567         * po/es.po:
5568           Added Spanish translation.
5569
5570 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5571
5572         translated by: Mogens Jaeger <mogens@jaeger.tf>
5573
5574         * po/da.po:
5575           Added Danish translation.
5576
5577 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5578
5579         translated by: Funda Wang <fundawang@linux.net.cn>
5580
5581         * po/zh_CN.po:
5582           Added Chinese (simplified) translation.
5583
5584 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5585
5586         translated by: Alexander Shopov <ash@contact.bg>
5587
5588         * po/bg.po:
5589           Added Bulgarian translation.
5590
5591 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
5592
5593         * gst/playback/gstqueue2.c: (gst_queue_push_one):
5594         Fix compilation wrt printf arguments.
5595
5596 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
5597
5598         * configure.ac:
5599         * tests/examples/Makefile.am:
5600         * tests/examples/snapshot/.cvsignore:
5601         * tests/examples/snapshot/Makefile.am:
5602         * tests/examples/snapshot/snapshot.c: (main):
5603         Add simple snapshot example program using appsink.
5604
5605 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
5606
5607         * tests/check/generic/states.c:
5608           Improved state change unit test.
5609
5610 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
5611
5612         * docs/plugins/.cvsignore:
5613         * tests/check/.cvsignore:
5614           Ignore registries in any format.
5615
5616 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
5617
5618         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5619         (gst_base_rtp_depayload_chain),
5620         (gst_base_rtp_depayload_set_gst_timestamp):
5621         Only copy timestamp on outgoing packets if the depayloader did not set
5622         one.
5623         Also copy duration on outgoing packets.
5624
5625 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
5626
5627         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
5628         (gst_basertppayload_set_outcaps):
5629         Fix compilation because of missing %d in printf.
5630         When fixating caps, fixate what we can and throw away all remaining
5631         unfixed caps, subclasses should do something smart if they need to.
5632
5633 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
5634
5635         * ext/gnomevfs/gstgnomevfssrc.c:
5636           Improve debug logs a bit and be more verbose if things go wrong.
5637
5638 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
5639
5640         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
5641         (gst_text_overlay_set_property):
5642         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5643         * gst-libs/gst/audio/gstbaseaudiosink.c:
5644         (gst_base_audio_sink_render):
5645         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5646         (gst_rtcp_unix_to_ntp):
5647         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
5648         * gst/playback/gstqueue2.c:
5649         * tests/examples/seek/seek.c: (set_scale):
5650         Fix a bunch of compile warnings shown with Forte.
5651
5652         * gst/audiorate/gstaudiorate.c:
5653         Always pull in config.h before including any system headers.
5654
5655 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
5656
5657         * gst/playback/gstqueue2.c: (update_buffering),
5658         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
5659         (gst_queue_handle_sink_event), (gst_queue_chain),
5660         (gst_queue_push_one), (gst_queue_sink_activate_push),
5661         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
5662         Also fix #476514 for queue2.
5663
5664 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
5665
5666         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5667         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
5668         (gst_base_rtp_depayload_chain),
5669         (gst_base_rtp_depayload_handle_sink_event),
5670         (gst_base_rtp_depayload_push_full),
5671         (gst_base_rtp_depayload_set_gst_timestamp),
5672         (gst_base_rtp_depayload_change_state):
5673         Remove code to deal with RTP to GST time conversion, we now just copy
5674         the GST timestamp we receive to the outgoing buffers.
5675         Handle segment and flushes correctly.
5676
5677         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5678         When we have no valid input timestamp, use the previous rtp timestamp on
5679         the outgoing RTP packet instead of the RTP base time.
5680
5681 2007-09-15  David Schleef  <ds@schleef.org>
5682
5683         * ext/alsa/gstalsa.c:
5684         * ext/alsa/gstalsadeviceprobe.c:
5685         * ext/alsa/gstalsamixer.c:
5686         * ext/alsa/gstalsasink.c:
5687         * ext/alsa/gstalsasrc.c:
5688           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
5689
5690 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
5691
5692         * gst-libs/gst/rtp/gstbasertppayload.c:
5693         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
5694         Add some debug info when negotiating caps.
5695
5696 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
5697
5698         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
5699         A buffer with an empty payload is also a valid buffer.
5700
5701 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
5702
5703         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
5704         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5705         (gst_basertppayload_change_state):
5706         Make sure we start our RTP timestamp from the random base RTP
5707         timestamp even if the buffer timestamp starts from some random value.
5708
5709 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
5710
5711         * configure.ac:
5712         * tests/examples/Makefile.am:
5713         * tests/examples/dynamic/.cvsignore:
5714         * tests/examples/dynamic/Makefile.am:
5715         * tests/examples/dynamic/addstream.c: (create_stream),
5716         (pause_play_stream), (message_received), (eos_message_received),
5717         (perform_step), (main):
5718         Add simple exmple app to demonstrate starting and pausing live and
5719         non-live bins in a PLAYING pipeline.
5720
5721 2007-09-14  Julien MOUTTE  <julien@moutte.net>
5722
5723         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
5724         typefind for QCP files (RFC #3625)
5725
5726 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
5727
5728         * gst-libs/gst/audio/gstbaseaudiosink.c:
5729         (gst_base_audio_sink_init):
5730         Disable pull mode scheduling, we're not ready for it yet and it subtly
5731         breaks a lot of things.
5732
5733 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
5734
5735         * tests/check/elements/libvisual.c:
5736           Test all libvisual plugins, not just the first one; this reproduces
5737           bug #450336 quite easily.  Looks like a problem with the 'jess'
5738           visualisation.
5739
5740 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
5741
5742         * tests/check/Makefile.am:
5743         * tests/check/elements/.cvsignore:
5744         * tests/check/elements/libvisual.c:
5745           Add basic libvisual test case in an attempt to reproduce bug #450336.
5746           Doesn't reproduce that bug, but some other crasher instead (invalid
5747           free), at least with make elements/libvisual.forever and the bumscope
5748           plugin on x86-64/gutsy. Leaving test disabled for now.
5749
5750 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
5751
5752         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5753
5754         * gst-libs/gst/rtsp/gstrtspconnection.c:
5755         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
5756         (read_body), (gst_rtsp_connection_receive):
5757         Make sure we can not cancel in the middle of receiving a message.
5758         Fixes #475731.
5759
5760 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
5761
5762         Patch by: Josep Torra Valles <josep@fluendo.com>
5763
5764         * gst/playback/gstplaybasebin.c:
5765           Increase upper limit for audio queue a bit; fixes preroll problem
5766           with playbin and decodebin2 when playing a quicktime trailer with
5767           multichannel audio via http (#464666).
5768
5769 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
5770
5771         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5772         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
5773         (gst_base_audio_src_provide_clock),
5774         (gst_base_audio_src_set_property),
5775         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5776         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5777         Allow othe clocks than the internal clock to be used for the pipeline.
5778         Add property to disable clock provide.
5779         API: GstBaseAudioSrc::provide-clock
5780
5781 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
5782
5783         * gst/playback/gstdecodebin2.c:
5784           Don't leak request pads. Fixes #475395.
5785
5786 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
5787
5788         Patch by: René Stadler <mail at renestadler dot de>
5789
5790         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5791         (gst_ximage_buffer_class_init):
5792         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
5793         (gst_xvimage_buffer_class_init):
5794         Correctly chain up finalize with the parent class to prevent
5795         memory leaks. Fixes #474880.
5796
5797 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
5798
5799         * gst/volume/gstvolume.c: (volume_choose_func):
5800         * tests/check/elements/volume.c: (GST_START_TEST):
5801         Revert the latest change: floating point samples are allowed to
5802         have any value, not only values in the range [-1,1]. Thanks to Andy
5803         Wingo for noticing.
5804         Also fix processing of int32 samples with volumes > 4 by making the
5805         unity value smaller which prevents overflows.
5806
5807 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
5808
5809         * gst-libs/gst/rtp/gstrtpbuffer.c:
5810         * tests/check/libs/rtp.c:
5811           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
5812
5813 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
5814
5815         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
5816
5817         * gst-libs/gst/rtp/gstrtpbuffer.c:
5818           Fix up GstRTPHeader helper struct so that compilers will not under
5819           any circumstances add padding in between our fields, as currently
5820           happens with MSVC on win32, because that would lead to us sending
5821           out RTP payloads with broken RTP headers (#471194).
5822           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
5823           
5824         * tests/check/Makefile.am:
5825         * tests/check/libs/.cvsignore:
5826         * tests/check/libs/rtp.c:
5827           Add some simple unit tests for GstRTPBuffer. Some are disabled
5828           because the code tested still needs fixing (set_csrc() does not work).
5829
5830 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
5831
5832         * win32/MANIFEST:
5833         * win32/common/gstrtsp-enumtypes.c:
5834         * win32/common/gstrtsp-enumtypes.h:
5835         * win32/common/interfaces-enumtypes.c:
5836         * win32/common/interfaces-enumtypes.h:
5837         * win32/common/multichannel-enumtypes.c:
5838           Add rtsp enumtypes (#474384) and update others.
5839
5840 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
5841
5842         * configure.ac:
5843           Fix configure check for HAVE_LIBXML_HTML.
5844
5845 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
5846
5847         * tests/check/libs/.cvsignore:
5848           Ignore more, in case the build bots work again one day.
5849
5850 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
5851
5852         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
5853
5854         * configure.ac:
5855         * gst-libs/gst/Makefile.am:
5856         * gst-libs/gst/fft/Makefile.am:
5857         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
5858         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
5859         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
5860         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
5861         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
5862         * gst-libs/gst/fft/gstfft.h:
5863         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
5864         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
5865         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
5866         * gst-libs/gst/fft/gstfftf32.h:
5867         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
5868         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
5869         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
5870         * gst-libs/gst/fft/gstfftf64.h:
5871         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
5872         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
5873         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
5874         * gst-libs/gst/fft/gstffts16.h:
5875         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
5876         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
5877         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
5878         * gst-libs/gst/fft/gstffts32.h:
5879         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
5880         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5881         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
5882         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
5883         * gst-libs/gst/fft/kiss_fft_f32.h:
5884         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
5885         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5886         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
5887         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
5888         * gst-libs/gst/fft/kiss_fft_f64.h:
5889         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
5890         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5891         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
5892         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
5893         * gst-libs/gst/fft/kiss_fft_s16.h:
5894         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
5895         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
5896         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
5897         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
5898         * gst-libs/gst/fft/kiss_fft_s32.h:
5899         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
5900         (kiss_fftr_f32), (kiss_fftri_f32):
5901         * gst-libs/gst/fft/kiss_fftr_f32.h:
5902         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
5903         (kiss_fftr_f64), (kiss_fftri_f64):
5904         * gst-libs/gst/fft/kiss_fftr_f64.h:
5905         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
5906         (kiss_fftr_s16), (kiss_fftri_s16):
5907         * gst-libs/gst/fft/kiss_fftr_s16.h:
5908         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
5909         (kiss_fftr_s32), (kiss_fftri_s32):
5910         * gst-libs/gst/fft/kiss_fftr_s32.h:
5911         * gst-libs/gst/fft/kiss_version:
5912         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
5913         * pkgconfig/gstreamer-plugins-base.pc.in:
5914         Add libgstfft, a FFT library based on Kiss FFT which is
5915         BSD licensed. Supported sample formats are int16, int32,
5916         float and double. For those formats a real FFT and IFFT
5917         can be done, different windowing functions can be applied
5918         and functions for extracting the magnitude and phase exist.
5919         Fixes #468619.
5920
5921         * docs/libs/Makefile.am:
5922         * docs/libs/gst-plugins-base-libs-docs.sgml:
5923         * docs/libs/gst-plugins-base-libs-sections.txt:
5924         Integrate libgstfft into the docs.
5925
5926         * tests/check/Makefile.am:
5927         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
5928         Add unit tests for libgstfft, currently only testing the FFT.
5929         Unit tests for IFFT will follow soon.
5930
5931 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
5932
5933         Patch by: Peter Kjellerstedt  <pkj at axis com>
5934
5935         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
5936         (gst_sdp_message_init), (gst_sdp_message_uninit),
5937         (is_multicast_address), (gst_sdp_message_as_text),
5938         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
5939         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
5940         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
5941         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
5942         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
5943         (gst_sdp_media_init), (gst_sdp_media_uninit),
5944         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
5945         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
5946         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
5947         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
5948         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
5949         * gst-libs/gst/sdp/gstsdpmessage.h:
5950         Separate INIT_ARRAY() and related macros into two versions, one for
5951         structures and one for pointers (e.g., INIT_ARRAY() and
5952         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
5953         lists of emails and phone numbers.
5954         Add missing const as appropriate.
5955         Change all gint to guint since they all actually represent unsigned
5956         values.
5957         Do not use time as a variable name as it shadows the global time().
5958         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
5959         Actually implement gst_sdp_message_add_time().
5960         Make gst_sdp_message_add_time() take repeat times as an argument.
5961         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
5962         Corrected the definition of gst_sdp_media_get_bandwidth() (was
5963         misspelled as badwidth).
5964         gst-indented and a little clean up. Fixes #471067.
5965
5966 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
5967
5968         * gst/volume/gstvolume.c: (volume_choose_func),
5969         (volume_process_double), (volume_process_double_clamp),
5970         (volume_process_float_clamp):
5971         Correctly clamp float/double samples in the [-1.0,1.0] range to
5972         prevent weird effects.
5973         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5974         Add unit tests for all samples types that had none before.
5975
5976 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
5977
5978         * gst-libs/gst/rtp/gstrtpbuffer.c:
5979           Need to include stdlib.h for abs() here too.
5980
5981 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
5982
5983         * gst/playback/gststreaminfo.c:
5984           Fix build.
5985
5986 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
5987
5988         * gst/playback/gststreaminfo.c:
5989           Clean up some half-disabled code and comment.
5990
5991 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
5992
5993         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5994
5995         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5996         (gst_base_rtp_payload_audio_handle_event):
5997         Return FALSE from the event handler to let the parent class handle the
5998         event. Fixes #446766.
5999
6000         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6001         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6002         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6003
6004         * gst-libs/gst/rtp/gstbasertppayload.c:
6005         Bump the MTU to 1400.
6006
6007 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6008
6009         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6010         Add an audio/x-nsf typefind function for the nsfdec element.
6011
6012 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6013         * gst/playback/gstplaybasebin.c:
6014         Included "myth://" on stream_uris list for enable buffering to mythtv files
6015
6016 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6017
6018         * docs/libs/gst-plugins-base-libs-sections.txt:
6019         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6020         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6021         (gst_rtcp_unix_to_ntp):
6022         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6023         Fix parsing of RB blocks.
6024         Fix docs.
6025         Added helper functions to convert to/from UNIX and NTP time.
6026         API: gst_rtcp_ntp_to_unix()
6027         API: gst_rtcp_unix_to_ntp()
6028
6029         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6030         (gst_rtp_buffer_get_header_len),
6031         (gst_rtp_buffer_get_extension_data),
6032         (gst_rtp_buffer_get_payload_subbuffer),
6033         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6034         (gst_rtp_buffer_ext_timestamp):
6035         * gst-libs/gst/rtp/gstrtpbuffer.h:
6036         Fix some more docs.
6037         Implement handling of packets with extensions.
6038         Fix padding check in _validate().
6039         Added function to get extension data.
6040         API: gst_rtp_buffer_get_header_len()
6041         API: gst_rtp_buffer_get_extension_data()
6042
6043 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6044
6045         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6046         (gst_base_rtp_depayload_class_init),
6047         (gst_base_rtp_depayload_set_gst_timestamp):
6048         Add some more docs for the queue-delay property and fix a typo in a
6049         comment.
6050
6051         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6052         Fix typo.
6053
6054 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6055
6056         * gst-libs/gst/audio/gstbaseaudiosink.c:
6057         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6058         (gst_base_audio_sink_change_state):
6059         When skew slaving, try to hover around the middle of a segment so that
6060         we at most drift by half a segment.
6061         If we are aligning in the oposite direction of the clock skew, we don't
6062         have to resync.
6063
6064 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6065
6066         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6067         (gst_base_rtp_depayload_setcaps),
6068         (gst_base_rtp_depayload_set_gst_timestamp):
6069         Be less silly with the segment start, just apply the clock-base to the
6070         timestamp.
6071
6072 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6073
6074         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6075         (gst_base_rtp_depayload_class_init),
6076         (gst_base_rtp_depayload_finalize),
6077         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6078         (gst_base_rtp_depayload_handle_sink_event),
6079         (gst_base_rtp_depayload_set_gst_timestamp),
6080         (gst_base_rtp_depayload_change_state):
6081         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6082         Deprecate the queue handling thread thing and remove the code.
6083         Use new method to calculate the extended timestamp.
6084
6085 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6086
6087         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6088         (gst_rtcp_packet_sdes_copy_entry):
6089         Use g_strndup which does exactly what we want.
6090
6091         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6092         (gst_rtp_buffer_ext_timestamp):
6093         * gst-libs/gst/rtp/gstrtpbuffer.h:
6094         Add helper function to compare seqnums.
6095         Add helper function to calculate extended timestamps.
6096         API: gst_rtp_buffer_compare_seqnum()
6097         API: gst_rtp_buffer_ext_timestamp()
6098
6099 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6100
6101         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6102         (gst_rtcp_packet_sdes_get_entry),
6103         (gst_rtcp_packet_sdes_copy_entry):
6104         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6105         Fix and document SDES item data function.
6106         Add new function that makes a proper copy of SDES item data.
6107         API: gst_rtcp_packet_sdes_copy_entry()
6108
6109 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6110
6111         * configure.ac:
6112         * gst/Makefile.am:
6113           The tcp and subparse plugins are under gst, but not totaly free of
6114           dependencies. Handle selection inconfigure.ac, so that they show up
6115           on the final list of what is build and what is not. Maybe they should
6116           better be moved to ext.
6117
6118 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6119
6120         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6121
6122         * configure.ac:
6123         * gst/Makefile.am:
6124           Check if libxml provides HTML parser which subparse needs.
6125           Fixes #451970.
6126
6127 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6128
6129         * ext/alsa/gstalsa.c:
6130           Fix typo and compilation on big endian systems.
6131
6132 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6133
6134         * gst/subparse/gstssaparse.c:
6135           Convert SSA newline codes into actual newline characters (#470766).
6136
6137 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6138
6139         * docs/libs/gst-plugins-base-libs-sections.txt:
6140         * gst-libs/gst/pbutils/install-plugins.c:
6141         * gst-libs/gst/pbutils/install-plugins.h:
6142         * tests/check/libs/pbutils.c:
6143           API: also add gst_install_plugins_supported() while we're at it
6144           (see #470456).
6145
6146 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6147
6148         * docs/libs/gst-plugins-base-libs-sections.txt:
6149         * gst-libs/gst/pbutils/missing-plugins.c:
6150         * gst-libs/gst/pbutils/missing-plugins.h:
6151         * tests/check/libs/pbutils.c:
6152           API: add gst_missing_*_installer_detail_new() convenience API so
6153           that applications that know exactly what they're missing can request
6154           installer detail strings for those items directly instead of having
6155           to first create a dummy missing-plugin message and then get the
6156           installer detail string from that.  Fixes #470456.
6157
6158 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6159
6160         * gst/playback/gstdecodebin.c: (close_pad_link):
6161         We need to set up delayed-linking whenever the caps are non-fixed,
6162         not just when there are multiple types - use gst_pad_is_fixed()
6163         to test.
6164
6165 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6166
6167         * gst-libs/gst/pbutils/missing-plugins.c:
6168           (gst_missing_plugin_message_get_installer_detail):
6169           Add missing separator in PID fallback case.
6170
6171 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6172
6173         * ext/alsa/Makefile.am:
6174         There is no GST_PLUGINS_BASE_LIBS defined.
6175         
6176         * ext/alsa/gstalsa.c:
6177         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6178         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6179         Add support for ALSA 24-bit formats.
6180         snd_pcm_delay can return an error code, especially
6181         during XRUNS. In that case, the best we can do is assume
6182         delay = 0.
6183
6184         * gst/audioconvert/Makefile.am:
6185         Add flags from -base before any more-remote dependencies.
6186
6187 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6188
6189         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6190
6191         * gst/volume/gstvolume.c: (volume_choose_func),
6192         (volume_update_real_volume), (gst_volume_set_volume),
6193         (gst_volume_init), (volume_process_int32),
6194         (volume_process_int32_clamp), (volume_process_int24),
6195         (volume_process_int24_clamp), (volume_process_int16),
6196         (volume_process_int16_clamp), (volume_process_int8),
6197         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6198         * gst/volume/gstvolume.h:
6199         Add support for int32, int24 and int8 to the volume element.
6200         Fixes #445529.
6201
6202 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6203
6204         * tests/examples/Makefile.am:
6205           Fix even more.
6206
6207 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6208
6209         * configure.ac:
6210         * docs/libs/Makefile.am:
6211         * docs/libs/gst-plugins-base-libs-docs.sgml:
6212         * docs/libs/gst-plugins-base-libs-sections.txt:
6213         * ext/gnomevfs/gstgnomevfssrc.c:
6214         * ext/gnomevfs/gstgnomevfssrc.h:
6215         * gst-libs/gst/Makefile.am:
6216         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6217         * pkgconfig/gstreamer-plugins-base.pc.in:
6218         * sys/v4l/v4lsrc_calls.c:
6219         * tests/examples/Makefile.am:
6220         * win32/common/config.h:
6221           Revert unwanted commit. many thanks to moap. I want a fix for 
6222           https://thomas.apestaart.org/moap/trac/ticket/239
6223
6224 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6225
6226         * gst/volume/gstvolume.c:
6227           Move passthrough below gst_object_sync_values(). Fixes #442654.
6228
6229 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6230
6231         * gst-libs/gst/audio/audio.c:
6232         Clarify the docs a little.
6233
6234 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6235
6236         * gst/volume/gstvolume.c:
6237           Enable liboil for float and add more details about problems with
6238           int16.
6239
6240 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6241
6242         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6243         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
6244
6245 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6246
6247         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6248         When calculating the first timestamp of the buffers, don't go below 0
6249         and clip the samples because the offset was on the eos page.
6250         Fixes #466717.
6251
6252 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6253
6254         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
6255         (gst_ogg_demux_collect_chain_info):
6256         Also submit the eos page when trying to find the first timestamp.
6257         See #466717.
6258
6259 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6260
6261         * gst-libs/gst/audio/audio.h:
6262         Use gst_util_uint64_scale() instead of doing the math
6263         with double for GST_FRAMES_TO_CLOCK_TIME() and
6264         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
6265         prevents rounding errors. Fixes #467667.
6266
6267 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6268
6269         * gst-libs/gst/rtsp/gstrtspconnection.c:
6270         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
6271         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
6272         * gst-libs/gst/rtsp/gstrtspconnection.h:
6273         Small cleanups.
6274         On shutdown, don't read the control socket yet.
6275         Set timeout value correctly in all cases.
6276         Add function to check if the server accepts reads or writes.
6277         API: gst_rtsp_connection_poll()
6278
6279         * gst-libs/gst/rtsp/gstrtspdefs.h:
6280         Fix compilation with -pedantic.
6281         Add enum for _poll.
6282
6283 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6284
6285         Patch by: Olivier Crete  <tester at tester ca>
6286
6287         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6288         (gst_basertppayload_getcaps):
6289         * gst-libs/gst/rtp/gstbasertppayload.h:
6290         Add getcaps vfunc to basertppayload. See #465146.
6291
6292 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6293
6294         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
6295         Only post buffering messages when we are a stream.
6296
6297 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6298
6299         * gst-libs/gst/pbutils/install-plugins.c:
6300         * gst-libs/gst/pbutils/missing-plugins.c:
6301           Small docs fix and addition.
6302
6303 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6304
6305         * tests/icles/.cvsignore:
6306         * tests/icles/Makefile.am:
6307         * tests/icles/test-textoverlay.c:
6308           Add a dumb little test for textoverlay alignments.
6309
6310 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6311
6312         Patch by: Dan Williams  <dcbw redhat com>
6313
6314         * ext/pango/gsttextoverlay.c:
6315         * ext/pango/gsttextoverlay.h:
6316           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
6317           "silent" property so there's a Since tag in the API reference.
6318
6319 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
6320
6321         * gst-libs/gst/rtp/gstbasertppayload.c:
6322         (gst_basertppayload_set_outcaps):
6323         * gst-libs/gst/rtp/gstbasertppayload.h:
6324         Improve caps negotiation so that downstream elements can confiure
6325         certain RTP properties by fixing them on the caps. See #465146.
6326         Add docs.
6327
6328 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
6329
6330         * docs/libs/gst-plugins-base-libs-sections.txt:
6331         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6332         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6333           Mark as deprecated some macros which were presumably meant to be
6334           private API and accidentally exposed in the public header file.
6335           Also actually _init() lock (only works at the moment because the
6336           struct is zeroed out when created and the initial values in the
6337           mutex struct are zeroes too). (#459585)
6338
6339 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
6340
6341         * docs/libs/Makefile.am:
6342           Remove cruft and do some cleanups.
6343
6344         * docs/libs/gst-plugins-base-libs-docs.sgml:
6345           Prepare for comming gtkdoc features (rebase against online docs).
6346
6347 2007-08-10  Michael Smith <msmith@fluendo.com>
6348
6349         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6350           Debug output fixes.
6351         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
6352         (GST_START_TEST):
6353           Change the number of buffers used; 500 is too many and leads to
6354           timeouts.
6355
6356 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6357
6358         * gst/playback/gstqueue2.c:
6359         * gst/videorate/gstvideorate.c:
6360           Printf format fixes (#465028).
6361
6362 2007-08-09  Michael Smith <msmith@fluendo.com>
6363
6364         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6365           If we have a large (> 1 second) discontinuity, push a series of
6366           smaller buffers rather than a single very large buffer. Avoids
6367           unreasonably large single buffer allocations when encountering a
6368           large gap.
6369         * tests/check/elements/audiorate.c: (GST_START_TEST),
6370         (audiorate_suite):
6371           Add a test for this.
6372
6373 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
6374
6375         * gst/playback/gstplaybasebin.c: (group_commit),
6376         (queue_remove_probe), (queue_threshold_reached):
6377
6378         Patch by: Josep Torra Valles <josep@fluendo.com>
6379         Fixes: #465015
6380         Make sure we remove the check_queues buffer probe from the 
6381         correct queue to avoid racily going back to "buffering 99%" when
6382         buffering is actually complete.
6383
6384         Also, fix the spelling of Josep's surname in the ChangeLog.
6385
6386 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
6387
6388         * ext/ogg/gstoggmux.c:
6389           Do not leak oggmux instance.
6390         
6391         * ext/vorbis/vorbisenc.c:
6392           Also log values.
6393
6394 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6395
6396         * po/hu.po:
6397         * po/it.po:
6398         * po/nl.po:
6399         * po/uk.po:
6400         * po/vi.po:
6401           Updated translations.
6402
6403 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
6404
6405         patch by: Yang Hong <hongyang@redflag-linux.com>
6406
6407         * ext/pango/gsttextoverlay.c:
6408         * ext/pango/gsttextoverlay.h:
6409           Add 'silent' property to GstTimeOverlay. Fixes #462979
6410
6411 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
6412
6413         Patch by: Josep Torra Valles <josep@fluendo.com>
6414
6415         * docs/plugins/gst-plugins-base-plugins.args:
6416         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6417         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
6418         (gst_uri_decode_bin_get_property), (gen_source_element):
6419         Add connection-speed property. Fixes #464690.
6420
6421 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
6422
6423         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
6424
6425         * configure.ac:
6426         * gst-libs/gst/rtsp/Makefile.am:
6427         * gst-libs/gst/rtsp/gstrtspconnection.c:
6428         (gst_rtsp_connection_connect):
6429         Fix compilation on windows. Fixes #464320.
6430
6431 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
6432
6433         Patch by: Josep Torra Valles <josep@fluendo.com>
6434
6435         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6436         (gst_play_base_bin_init), (queue_threshold_reached),
6437         (gen_source_element), (setup_substreams),
6438         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
6439         (gst_play_base_bin_get_streaminfo_value_array):
6440         * gst/playback/gstplaybasebin.h:
6441         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6442         (gst_play_bin_set_property), (gst_play_bin_get_property),
6443         (gst_play_bin_handle_redirect_message):
6444         Move connection-speed property from playbin to playbasebin so that we
6445         can also configure it in source elements that have the connection-speed
6446         property. Fixes #464028.
6447         Add some debug info here and there.
6448
6449 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
6450
6451         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
6452         Properly respond to conversion queries. Fixes #464079.
6453
6454 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
6455
6456         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
6457         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
6458         (gst_audio_test_src_init_sine_table),
6459         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
6460         * gst/audiotestsrc/gstaudiotestsrc.h:
6461         Add float/double and int32 support to audiotestsrc. Fixes #460422.
6462         Also set the default volume to the default value specified in the
6463         GParamSpec.
6464
6465 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
6466
6467         Patch by: Jens Granseuer <jensgr at gmx dot net>
6468
6469         * gst/audioconvert/gstaudioquantize.c:
6470         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
6471
6472 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
6473
6474         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
6475         Add rdt manager for rdt transport.
6476         Fix parsing of RDT transport.
6477
6478 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
6479
6480         * configure.ac:
6481         Back to CVS
6482
6483 === release 0.10.14 ===
6484
6485 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
6486
6487         * configure.ac:
6488           releasing 0.10.14, "Light Years Ahead"
6489
6490 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
6491
6492         * tests/check/libs/audio.c: (GST_START_TEST):
6493         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
6494
6495 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
6496
6497         * gst-libs/gst/audio/audio.c:
6498         When clipping a buffer with no timestamp, assume it is
6499         within the segment without warnings.
6500
6501         Fixes: #460978
6502
6503 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
6504
6505         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
6506         Fire the signal on the object, not the interface.
6507
6508 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
6509
6510         * gst-libs/gst/rtsp/.cvsignore:
6511         Ber. Don't include the full path, idiot.
6512
6513 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
6514
6515         * gst-libs/gst/rtsp/.cvsignore:
6516         Ignore generated files.
6517
6518 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
6519
6520         * gst-libs/gst/interfaces/Makefile.am:
6521         * gst-libs/gst/interfaces/interfaces-marshal.list:
6522         * gst-libs/gst/interfaces/rtspextension.c:
6523         * gst-libs/gst/interfaces/rtspextension.h:
6524         * gst-libs/gst/rtsp/Makefile.am:
6525         * gst-libs/gst/rtsp/gstrtsp.h:
6526         * gst-libs/gst/rtsp/gstrtspextension.c:
6527         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
6528         (gst_rtsp_extension_detect_server),
6529         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
6530         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
6531         (gst_rtsp_extension_configure_stream),
6532         (gst_rtsp_extension_get_transports),
6533         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
6534         * gst-libs/gst/rtsp/gstrtspextension.h:
6535         * gst-libs/gst/rtsp/rtsp-marshal.list:
6536         Move the rtspextension.h interface into gstrtspextension.h
6537         as part of libgstrtsp instead of libgstinterfaces, because it's
6538         only for use within plugins, not applications. 
6539         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
6540         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
6541         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
6542         is abstract.
6543
6544 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
6545
6546         * gst-libs/gst/interfaces/Makefile.am:
6547         * gst-libs/gst/interfaces/interfaces-marshal.list:
6548         * gst-libs/gst/interfaces/rtspextension.c:
6549         (gst_rtsp_extension_iface_init),
6550         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
6551         * gst-libs/gst/interfaces/rtspextension.h:
6552         Fix marshaller for the send signal.
6553         Add URL to stream selection interface method.
6554
6555 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
6556
6557         * gst-libs/gst/riff/Makefile.am:
6558         Pull in our dependencies from -base before those from outside.
6559
6560 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
6561
6562         * docs/libs/gst-plugins-base-libs-sections.txt:
6563         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
6564         * gst-libs/gst/rtsp/gstrtspbase64.h:
6565         API: gst_rtsp_base64_decode_ip()
6566         Added function to decode Base64 in-place.
6567
6568 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
6569
6570         * tests/check/libs/.cvsignore:
6571         Ignore the mixer test binary.
6572
6573 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
6574
6575         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6576         Gratuitous comment change to trigger a rebuild on the buildbots.
6577
6578 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
6579
6580         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
6581         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
6582         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
6583         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
6584         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
6585         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
6586         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
6587         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
6588         (gst_sdp_media_get_attribute_val):
6589         * gst-libs/gst/sdp/gstsdpmessage.h:
6590         Constify args where we can.
6591
6592 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
6593
6594         * gst-libs/gst/interfaces/Makefile.am:
6595         * gst-libs/gst/interfaces/rtspextension.c:
6596         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
6597         (gst_rtsp_extension_detect_server),
6598         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
6599         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
6600         (gst_rtsp_extension_configure_stream),
6601         (gst_rtsp_extension_get_transports),
6602         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
6603         * gst-libs/gst/interfaces/rtspextension.h:
6604         Move interface for RTSP extensions from -good to here.
6605         Added helper methods to invoke interface methods.
6606
6607 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
6608
6609         * docs/libs/gst-plugins-base-libs-sections.txt:
6610         * gst-libs/gst/rtsp/gstrtspdefs.h:
6611         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
6612         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
6613         (gst_rtsp_message_init_response),
6614         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
6615         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
6616         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
6617         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
6618         (gst_rtsp_message_get_body), (dump_key_value):
6619         * gst-libs/gst/rtsp/gstrtspmessage.h:
6620         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
6621         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
6622         (gst_rtsp_range_parse):
6623         * gst-libs/gst/rtsp/gstrtsprange.h:
6624         * gst-libs/gst/rtsp/gstrtsptransport.c:
6625         * gst-libs/gst/rtsp/gstrtspurl.c:
6626         Fix some more RTSP docs.
6627         Add some missing methods for dealing with messages.
6628
6629 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
6630
6631         * docs/libs/gst-plugins-base-libs-docs.sgml:
6632         * docs/libs/gst-plugins-base-libs-sections.txt:
6633         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
6634         * gst-libs/gst/rtsp/gstrtspbase64.h:
6635         * gst-libs/gst/rtsp/gstrtspconnection.c:
6636         (gst_rtsp_connection_connect), (add_auth_header),
6637         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
6638         (read_body), (gst_rtsp_connection_receive),
6639         (gst_rtsp_connection_next_timeout),
6640         (gst_rtsp_connection_reset_timeout),
6641         (gst_rtsp_connection_set_auth):
6642         * gst-libs/gst/rtsp/gstrtspconnection.h:
6643         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
6644         * gst-libs/gst/rtsp/gstrtspdefs.h:
6645         * gst-libs/gst/rtsp/gstrtspmessage.h:
6646         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
6647         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
6648         (gst_rtsp_range_parse):
6649         * gst-libs/gst/rtsp/gstrtspurl.h:
6650         Added beginnings of RTSP documentation.
6651
6652 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
6653
6654         * docs/libs/Makefile.am:
6655         * docs/libs/gst-plugins-base-libs-docs.sgml:
6656         * docs/libs/gst-plugins-base-libs-sections.txt:
6657         * gst-libs/gst/sdp/gstsdp.h:
6658         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
6659         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
6660         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6661         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
6662         (gst_sdp_message_get_attribute_val),
6663         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
6664         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
6665         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
6666         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
6667         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
6668         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
6669         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
6670         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
6671         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
6672         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
6673         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
6674         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
6675         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
6676         (gst_sdp_media_get_attribute_val_n),
6677         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
6678         (print_media), (gst_sdp_message_dump):
6679         * gst-libs/gst/sdp/gstsdpmessage.h:
6680         Document the SDP library.
6681         Add some of the missing SDPMedia methods.
6682
6683 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
6684
6685         * configure.ac:
6686         * gst-libs/gst/Makefile.am:
6687         * gst-libs/gst/rtsp/Makefile.am:
6688         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
6689         * gst-libs/gst/rtsp/gstrtspbase64.h:
6690         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
6691         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
6692         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
6693         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
6694         (parse_response_status), (parse_request_line), (parse_line),
6695         (gst_rtsp_connection_read), (read_body),
6696         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
6697         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
6698         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
6699         (gst_rtsp_connection_set_auth):
6700         * gst-libs/gst/rtsp/gstrtspconnection.h:
6701         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
6702         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
6703         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
6704         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
6705         (gst_rtsp_find_method):
6706         * gst-libs/gst/rtsp/gstrtspdefs.h:
6707         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
6708         (gst_rtsp_message_new), (gst_rtsp_message_init),
6709         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
6710         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
6711         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
6712         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
6713         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
6714         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
6715         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
6716         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
6717         (gst_rtsp_message_dump):
6718         * gst-libs/gst/rtsp/gstrtspmessage.h:
6719         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
6720         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
6721         (gst_rtsp_range_parse), (gst_rtsp_range_free):
6722         * gst-libs/gst/rtsp/gstrtsprange.h:
6723         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
6724         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
6725         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
6726         (range_as_text), (rtsp_transport_mode_as_text),
6727         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
6728         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
6729         (gst_rtsp_transport_free):
6730         * gst-libs/gst/rtsp/gstrtsptransport.h:
6731         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
6732         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
6733         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
6734         * gst-libs/gst/rtsp/gstrtspurl.h:
6735         * gst-libs/gst/sdp/Makefile.am:
6736         * gst-libs/gst/sdp/gstsdp.h:
6737         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
6738         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
6739         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
6740         (gst_sdp_attribute_init), (gst_sdp_message_new),
6741         (gst_sdp_message_init), (gst_sdp_message_uninit),
6742         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
6743         (gst_sdp_media_uninit), (gst_sdp_media_free),
6744         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
6745         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
6746         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
6747         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
6748         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6749         (gst_sdp_message_get_attribute_val),
6750         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
6751         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
6752         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
6753         (gst_sdp_media_get_attribute_val_n),
6754         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
6755         (read_string), (read_string_del), (gst_sdp_parse_line),
6756         (gst_sdp_message_parse_buffer), (print_media),
6757         (gst_sdp_message_dump):
6758         * gst-libs/gst/sdp/gstsdpmessage.h:
6759         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6760         Move SDP and RTSP from helper objects in -good to a reusable library.
6761         Use a proper gst_ namespace.
6762
6763 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
6764
6765         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
6766         (vorbis_dec_flush_decode):
6767         Use the new buffer clipping function from gstaudio here.
6768
6769 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
6770
6771         * docs/libs/gst-plugins-base-libs-sections.txt:
6772         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
6773         * gst-libs/gst/audio/audio.h:
6774         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
6775         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
6776         Also add deprecation guards for gst_audio_structure_set_int() to the
6777         header.
6778
6779 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
6780
6781         * docs/libs/gst-plugins-base-libs-sections.txt:
6782           Cleanup the docs.
6783
6784 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
6785
6786         Patch by: Dan Williams <dcbw at redhat dot com>
6787
6788         * gst/playback/gstplaybasebin.c:
6789         (gst_play_base_bin_get_streaminfo_value_array):
6790         Don't return NULL when querying the stream info value array but instead
6791         return an empty array. Fixes #459204.
6792
6793 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
6794
6795         * gst/playback/gsturidecodebin.c:
6796           Init debug category before using it.
6797
6798 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
6799
6800         * gst-libs/gst/interfaces/mixer.h:
6801         Add padding vars in place of the signal pointers
6802         when building with DISABLE_DEPRECATED so that the
6803         interface structure doesn't change size.
6804
6805 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
6806
6807         * docs/libs/gst-plugins-base-libs-sections.txt:
6808         * ext/alsa/gstalsamixer.c:
6809         * ext/alsa/gstalsamixer.h:
6810         * ext/alsa/gstalsamixerelement.c:
6811         * ext/alsa/gstalsamixertrack.c:
6812         * gst-libs/gst/interfaces/mixer.c:
6813         * gst-libs/gst/interfaces/mixer.h:
6814         * gst-libs/gst/interfaces/mixeroptions.c:
6815         * gst-libs/gst/interfaces/mixeroptions.h:
6816         * gst-libs/gst/interfaces/mixertrack.c:
6817         * gst-libs/gst/interfaces/mixertrack.h:
6818         * tests/check/Makefile.am:
6819         * tests/check/libs/mixer.c:
6820
6821         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
6822         Fixes: #152864 
6823
6824         Add support for notifying mixer changes on the message bus, and
6825         implement it in alsamixer.
6826
6827         API: gst_mixer_get_mixer_flags
6828         API: gst_mixer_message_parse_mute_toggled
6829         API: gst_mixer_message_parse_record_toggled
6830         API: gst_mixer_message_parse_volume_changed
6831         API: gst_mixer_message_parse_option_changed
6832         API: GstMixerMessageType
6833         API: GstMixerFlags
6834
6835 2007-07-20  Michael Smith <msmith@fluendo.com>
6836
6837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
6838         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
6839           xcontext->im_format is only for testing XShm support (as the header
6840           file comments document). Use xvimage->im_format for everything else.
6841           Avoids spurious warnings on buffer allocation before setcaps.
6842
6843 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
6844
6845         * tests/examples/volume/Makefile.am:
6846         * tests/icles/Makefile.am:
6847           We should use $(LIBM).
6848
6849 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
6850
6851         * tests/icles/Makefile.am:
6852           This needs -lm.
6853
6854 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
6855
6856         * gst-libs/gst/rtp/gstbasertppayload.c:
6857         (gst_basertppayload_class_init), (gst_basertppayload_init),
6858         (gst_basertppayload_set_property),
6859         (gst_basertppayload_get_property):
6860         Don't break ABI, restore previous ranges. Keep the default random
6861         selection of timestamp and seqnum offset but as soon as the app sets a
6862         specific value, use that one.
6863
6864 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
6865
6866         Patch by: Bastien Nocera <hadess at hadess dot net>
6867
6868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6869         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6870         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6871         * sys/xvimage/xvimagesink.h:
6872         Add option to turn off double-buffering for debugging purposes.
6873         Fixes #437169.
6874
6875 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
6876
6877         Patch by: Jorn Baayen <jorn at openedhand dot com>
6878
6879         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
6880         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
6881         (gst_ximagesink_init), (gst_ximagesink_class_init):
6882         * sys/ximage/ximagesink.h:
6883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
6884         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
6885         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6886         * sys/xvimage/xvimagesink.h:
6887         add 'handle-expose' property. Useful for video widgets which may want to
6888         be in control of Expose behaviour. Fixes #380625
6889
6890 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
6891
6892         * gst-libs/gst/rtp/gstbasertppayload.c:
6893         (gst_basertppayload_class_init), (gst_basertppayload_init),
6894         (gst_basertppayload_event), (gst_basertppayload_push),
6895         (gst_basertppayload_set_property),
6896         (gst_basertppayload_get_property),
6897         (gst_basertppayload_change_state):
6898         * gst-libs/gst/rtp/gstbasertppayload.h:
6899         Fix ranges of rtp payloader properties so that the full range can be
6900         used in addition to -1 (random).
6901         Fix wrong seqnum reporting in caps.
6902         Fixes #420326.
6903
6904 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
6905
6906         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
6907         (gst_video_rate_query):
6908         Use boilerplate.
6909         Add latency query, might not be perfect yet but already works a lot
6910         better. Fixes #442557.
6911
6912 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6913
6914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6915         (gst_xvimagesink_setcaps):
6916         * sys/xvimage/xvimagesink.h:
6917         After a caps change, redraw our borders to avoid garbage left there
6918         when the image format changes to a smaller size, like 16:9 -> 4:3
6919         Also, hold the flow_lock a bit longer in the set_caps while we're
6920         fiddling with the xcontext.
6921
6922 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6923
6924         * Makefile.am:
6925         * configure.ac:
6926         * tests/Makefile.am:
6927         Remove bogus check for libcheck, since we check for
6928         gstreamer-check and it pulls in the required info from there, and we
6929         weren't actually _using_ the information for libcheck ourselves
6930         anyway.
6931
6932 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
6933
6934         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6935         (gst_ffmpeg_caps_to_pixfmt):
6936         Fix the r_mask test for RGBA32 on little-endian.
6937         Fix a stupid typo that would have obviously broken 
6938         compilation on big-endian, if anyone was testing.
6939
6940 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
6941
6942         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
6943         (paint_hline_str4):
6944         * gst/videotestsrc/videotestsrc.h:
6945         Add alpha to the color struct.
6946         Use a default alpha value of 255 instead of 128.
6947
6948 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
6949
6950         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
6951         (setup_source):
6952         Clear the dynamic pads counter when starting a new uri. This makes
6953         reusing playbin work again.
6954         Fixes #454264.
6955
6956 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
6957
6958         * configure.ac:
6959           Use pkg-config to locate check.
6960
6961 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
6962
6963         * configure.ac:
6964         * tests/check/elements/volume.c: (GST_START_TEST):
6965           Fix 'make check' build against core CVS.
6966
6967 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
6968
6969         * gst-libs/gst/interfaces/propertyprobe.c:
6970         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6971         * gst-libs/gst/tag/gstvorbistag.c:
6972           Make gtk-doc happy.
6973
6974 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
6975
6976         * gst-libs/gst/audio/gstbaseaudiosink.c:
6977         (gst_base_audio_sink_callback):
6978           Quick hack to make audiosinks stop at EOS when operating in
6979           pull-mode; needs to be fixed properly some day.
6980
6981 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
6982
6983         * docs/libs/gst-plugins-base-libs-sections.txt:
6984           Fix location of includes in the docs.
6985
6986 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
6987
6988         * gst/ffmpegcolorspace/avcodec.h:
6989         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6990         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6991         (gst_ffmpegcsp_avpicture_fill):
6992         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
6993         (img_get_alpha_info):
6994         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
6995         of the existing BGRA32 and RGBA32 formats with the alpha at the other
6996         end of the word. Partially fixes #451908
6997
6998 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
6999
7000         * docs/libs/Makefile.am:
7001         * docs/plugins/Makefile.am:
7002           Simplify --extra-dir as gtkdoc scans recursively.
7003
7004 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7005
7006         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7007         (gst_adder_request_new_pad):
7008         Make getcaps more robust by not using the proxycaps function. This makes
7009         sure that we don't end up recursively calling getcaps upstream.
7010         See #316248.
7011
7012 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7013
7014         * gst/audioconvert/audioconvert.c:
7015         Include math.h to fix compilation.
7016
7017 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7018
7019         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7020         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7021         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7022         format, as produced by some dc1394 cameras like the iSight.
7023         See http://www.fourcc.org/yuv.php#IYU1
7024
7025 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7026
7027         * gst/audioconvert/Makefile.am:
7028         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7029         (check_default), (audio_convert_prepare_context),
7030         (audio_convert_clean_context), (audio_convert_convert):
7031         * gst/audioconvert/audioconvert.h:
7032         * gst/audioconvert/gstaudioconvert.c:
7033         (gst_audio_convert_dithering_get_type),
7034         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7035         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7036         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7037         * gst/audioconvert/gstaudioconvert.h:
7038         * gst/audioconvert/gstaudioquantize.c:
7039         (gst_audio_quantize_setup_noise_shaping),
7040         (gst_audio_quantize_free_noise_shaping),
7041         (gst_audio_quantize_setup_dither),
7042         (gst_audio_quantize_free_dither),
7043         (gst_audio_quantize_setup_quantize_func),
7044         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7045         * gst/audioconvert/gstaudioquantize.h:
7046         Implement dithering and noise shaping in audioconvert. By default now
7047         TPDF dithering (and no noise shaping) will be used when converting
7048         from a higher bit depth to 20 bit depth or smaller, otherwise
7049         everything will be as it is now.
7050         For the last audioconvert in a pipeline it would make sense to
7051         use some kind of noise shaping, enabling it by default for all
7052         conversions would give undesired results though. Fixes #360246.
7053         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7054         (GST_START_TEST):
7055         Adjust unit test for the new audioconvert.
7056
7057 2007-06-28  Wim Taymans  <wim@fluendo.com>
7058
7059         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7060         Use other metrics as well when estimating the buffer level.
7061
7062 2007-06-28  Wim Taymans  <wim@fluendo.com>
7063
7064         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7065         Small debug improvement.
7066
7067         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7068         (plugin_init):
7069         Tweak the rate estimation period.
7070         When calculating the buffer filledness in rate estimation mode, don't
7071         mix it with other metrics.
7072
7073 2007-06-28  Wim Taymans  <wim@fluendo.com>
7074
7075         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7076         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7077         When creating the groups, allow for a 5 second, unlimited buffers
7078         preroll phase after which we expose the group.
7079         When the group is exposed, use a small number of buffers up to a 2
7080         second limit. Also disconnect the overrun signal from multiqueue when we
7081         exposed the group because it is not needed anymore.
7082
7083 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7084
7085         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7086           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7087           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7088           (#451707); also, output some debugging info when dealing with
7089           freeform strings.
7090
7091         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7092           Add unit test for the above.
7093
7094 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7095
7096         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7097           Add description for Windows Media RTP caps.
7098
7099         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7100           Remove RTP fields that don't define the format from caps.
7101
7102 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7103
7104         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7105           Skip empty buffers, but not empty header buffers. That way the original
7106           vorbisdec unit test still passes (#451145); also, take into account
7107           that those empty packets might carry a granulepos.
7108
7109         * tests/check/Makefile.am:
7110         * tests/check/elements/vorbisdec.c:
7111         (_create_codebook_header_buffer), (_create_audio_buffer),
7112         (GST_START_TEST), (vorbisdec_suite):
7113           Add unit test that sends an empty packet.
7114
7115 2007-06-27  Wim Taymans  <wim@fluendo.com>
7116
7117         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7118         Don't error out on 0-sized packets, just emit a warning because this is
7119         not a fatal error. Fixes #451145.
7120
7121 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7122
7123         * docs/plugins/gst-plugins-base-plugins.args:
7124         * docs/plugins/gst-plugins-base-plugins.signals:
7125         * docs/plugins/inspect/plugin-adder.xml:
7126         * docs/plugins/inspect/plugin-alsa.xml:
7127         * docs/plugins/inspect/plugin-audioconvert.xml:
7128         * docs/plugins/inspect/plugin-audiorate.xml:
7129         * docs/plugins/inspect/plugin-audioresample.xml:
7130         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7131         * docs/plugins/inspect/plugin-cdparanoia.xml:
7132         * docs/plugins/inspect/plugin-decodebin.xml:
7133         * docs/plugins/inspect/plugin-decodebin2.xml:
7134         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7135         * docs/plugins/inspect/plugin-gdp.xml:
7136         * docs/plugins/inspect/plugin-gnomevfs.xml:
7137         * docs/plugins/inspect/plugin-libvisual.xml:
7138         * docs/plugins/inspect/plugin-ogg.xml:
7139         * docs/plugins/inspect/plugin-pango.xml:
7140         * docs/plugins/inspect/plugin-playbin.xml:
7141         * docs/plugins/inspect/plugin-subparse.xml:
7142         * docs/plugins/inspect/plugin-tcp.xml:
7143         * docs/plugins/inspect/plugin-theora.xml:
7144         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7145         * docs/plugins/inspect/plugin-video4linux.xml:
7146         * docs/plugins/inspect/plugin-videorate.xml:
7147         * docs/plugins/inspect/plugin-videoscale.xml:
7148         * docs/plugins/inspect/plugin-videotestsrc.xml:
7149         * docs/plugins/inspect/plugin-volume.xml:
7150         * docs/plugins/inspect/plugin-vorbis.xml:
7151         * docs/plugins/inspect/plugin-ximagesink.xml:
7152         * docs/plugins/inspect/plugin-xvimagesink.xml:
7153           Update docs with caps info.
7154
7155 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7156
7157         * po/POTFILES.in:
7158           Add more files with translatable strings (#450875).
7159
7160 2007-06-23  Edward Hervey  <edward@fluendo.com>
7161
7162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7163         The chain should be freed if we error out here, else it will leak.
7164         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7165         (cleanup_decodebin):
7166         Don't forget to *properly* remove the signals, else it will leak.
7167
7168 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7169
7170         * MAINTAINERS:
7171         Updating all the maintainers files
7172
7173 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7174
7175         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7176         (main):
7177           Destroy and recreate parse-launch based pipeline after stop to be able
7178           to play again. Reorder some code and add more comments.
7179
7180 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7181
7182         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7183         When handling a delayed-caps notification case, mark
7184         the group as dynamic so that the nbdynamic count is
7185         incremented and decremented correctly. Fixes: #449156
7186         Patch by: Wim Taymans <wim@fluendo.com>
7187
7188 2007-06-19  Andy Wingo  <wingo@pobox.com>
7189
7190         * gst-libs/gst/audio/gstbaseaudiosink.c
7191         (gst_base_audio_sink_init): Enable pull-mode operation.
7192
7193 2007-06-19  Michael Smith <msmith@fluendo.com>
7194
7195         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7196           Change minimum rate back to 1000 to allow low-sample-rate wav files
7197           to play back.
7198
7199 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7200
7201         * po/vi.po:
7202           Update translations.
7203
7204 2007-06-15  David Schleef  <ds@schleef.org>
7205
7206         * gst/playback/gstqueue2.c:
7207           Fix compile error from ignored return value.
7208
7209 2007-06-15  Michael Smith <msmith@fluendo.com>
7210
7211         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7212           Update tmpbuf for all neccesary rows, not just one, as is required
7213           when downscaling.
7214           Fixes #402076.
7215
7216 2007-06-15  Michael Smith <msmith@fluendo.com>
7217
7218         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
7219         (eos_buffer_probe):
7220           Add a test that ensures we set DELTA_UNIT on all non-header,
7221           non-video buffers, if we have a video stream.
7222         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7223         (gst_ogg_mux_process_best_pad):
7224           Move setting delta_pad to earlier, where we inspect all pads, so
7225           that leading audio pages don't get DELTA_UNIT unset if they come
7226           before the first DELTA_UNIT from video pages. Fixes the newly-added
7227           test. Fixes #385527.
7228
7229 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7230
7231         * tests/check/pipelines/streamheader.c: (streamheader_suite):
7232           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
7233           fails on the p5-ppc64 build bot and the failure looks like it is due
7234           to the same issue as #348114, ie. a compiler bug.
7235
7236 2007-06-13  Edward Hervey  <edward@fluendo.com>
7237
7238         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7239         Fix build on MacOSX.
7240
7241 2007-06-13  Wim Taymans  <wim@fluendo.com>
7242
7243         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7244         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
7245         Fix compilation on mingw. Fixes #446972.
7246
7247 2007-06-12  Wim Taymans  <wim@fluendo.com>
7248
7249         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7250
7251         * gst/playback/gstqueue2.c: (update_buffering),
7252         (gst_queue_locked_enqueue):
7253         Fix a division by zero when the max percent is <= 0. Fixes #446572.
7254         also update the buffering status when receiving events. Fixes #446551.
7255
7256 2007-06-11  Wim Taymans  <wim@fluendo.com>
7257
7258         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7259
7260         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
7261         (gst_queue_handle_src_query):
7262         Wait for preroll before attempting to forward a duration query upstream.
7263         Fixes #445505.
7264
7265 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
7266
7267         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
7268         (gst_base_rtp_depayload_set_gst_timestamp):
7269         Use G_GINT64_CONSTANT macro for int64 constant.
7270         * win32/common/libgstinterfaces.def:
7271         * win32/common/libgsttag.def:
7272         Add new exported functions.
7273
7274 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
7275
7276         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
7277           The BOS page of the first Dirac video stream needs to come before
7278           the BOS page of any Vorbis streams or other audio streams, just like
7279           it is with Theora.
7280
7281 2007-06-07  Wim Taymans  <wim@fluendo.com>
7282
7283         * gst/playback/gstqueue2.c: (gst_queue_get_range):
7284         Fix compilation.
7285
7286 2007-06-06  Wim Taymans  <wim@fluendo.com>
7287
7288         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7289
7290         * gst/playback/gstqueue2.c: (gst_queue_init),
7291         (gst_queue_handle_sink_event), (gst_queue_chain),
7292         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
7293         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
7294         (gst_queue_src_activate_pull):
7295         Add pull based scheduling and fix some deadlocks. Fixes #444523.
7296         Does not yet completely work because duration queries upstream won't
7297         block yet.
7298
7299 2007-06-06  Wim Taymans  <wim@fluendo.com>
7300
7301         * configure.ac:
7302         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7303         Some more fseeko checks.
7304
7305 2007-06-06  Wim Taymans  <wim@fluendo.com>
7306
7307         * configure.ac:
7308         check for large file support.
7309
7310 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
7311
7312         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
7313
7314         * gst/subparse/gstsubparse.c: (parse_subrip),
7315         (subviewer_unescape_newlines), (parse_subviewer),
7316         (gst_sub_parse_data_format_autodetect),
7317         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
7318         * gst/subparse/gstsubparse.h:
7319         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
7320         * tests/check/elements/subparse.c: (GST_START_TEST),
7321         (subparse_suite):
7322         Add a unit test for both SubViewer formats.
7323
7324 2007-06-01  Michael Smith <msmith@fluendo.com>
7325
7326         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
7327           Don't overflow intermediate values when seeking to large time values
7328           in audiotestsrc.
7329
7330 2007-06-05  Wim Taymans  <wim@fluendo.com>
7331
7332         * gst/playback/gstqueue2.c: (gst_queue_have_data),
7333         (gst_queue_create_read), (gst_queue_read_item_from_file),
7334         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
7335         Include stdio to define fseeko.
7336
7337 2007-06-05  Wim Taymans  <wim@fluendo.com>
7338
7339         Patch by: Edward Hervey  <edward@fluendo.com>
7340
7341         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
7342         (gst_v4lsrc_query):
7343         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
7344
7345 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
7346
7347         * gst-libs/gst/riff/Makefile.am:
7348         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
7349           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
7350           our own implementation.
7351
7352 2007-06-05  Wim Taymans  <wim@fluendo.com>
7353
7354         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7355         (gst_base_rtp_depayload_setcaps),
7356         (gst_base_rtp_depayload_set_gst_timestamp),
7357         (gst_base_rtp_depayload_change_state):
7358         Handle timestamp wraparound.
7359
7360 2007-06-05  Wim Taymans  <wim@fluendo.com>
7361
7362         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
7363         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
7364         (gst_uri_decode_bin_change_state):
7365         Make sure we name srcpads uniquely even when using different internal
7366         decodebins.
7367         Signal no-more-pads when no more dynamic elements exist.
7368         Remove pads on cleanup.
7369
7370 2007-06-05  Wim Taymans  <wim@fluendo.com>
7371
7372         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7373
7374         * gst/playback/gstqueue2.c: (gst_queue_class_init),
7375         (gst_queue_init), (gst_queue_finalize),
7376         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
7377         (gst_queue_create_read), (gst_queue_read_item_from_file),
7378         (gst_queue_open_temp_location_file),
7379         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
7380         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
7381         (gst_queue_is_empty), (gst_queue_is_filled),
7382         (gst_queue_change_state), (gst_queue_set_temp_location),
7383         (gst_queue_set_property):
7384         Add support for filebased buffering. Fixes #441264.
7385
7386 2007-06-05  Wim Taymans  <wim@fluendo.com>
7387
7388         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
7389         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
7390         (caps_notify_group_cb), (gst_decode_group_new),
7391         (gst_decode_group_free):
7392         Add support for delayed caps fixation when autoplugging.
7393         Optimize cases where a multiqueue is not needed/wanted, like right after
7394         anything that is not a demuxer.
7395
7396 2007-06-05  Wim Taymans  <wim@fluendo.com>
7397
7398         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
7399         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
7400         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
7401         consideratly speedup ogg chain detection by not trying to find a base
7402         timestamp for skeleton streams. 
7403
7404 2007-06-05  Wim Taymans  <wim@fluendo.com>
7405
7406         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
7407         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
7408         (gst_multi_fd_sink_remove_flush),
7409         (gst_multi_fd_sink_remove_client_link),
7410         (gst_multi_fd_sink_handle_client_write),
7411         (gst_multi_fd_sink_handle_clients):
7412         * gst/tcp/gstmultifdsink.h:
7413         Add support for remove_flush.
7414
7415 2007-06-05  Wim Taymans  <wim@fluendo.com>
7416
7417         * docs/design/draft-keyframe-force.txt:
7418         * ext/theora/theoraenc.c: (theora_enc_sink_event),
7419         (theora_enc_chain):
7420         Add draft design for forcing keyframes in encoders and implement in
7421         theoraenc.
7422
7423 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
7424
7425         * configure.ac:
7426           Back to CVS
7427
7428 === release 0.10.13 ===
7429
7430 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
7431
7432         * configure.ac:
7433           releasing 0.10.13, "What's Going on?"
7434
7435 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
7436
7437         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7438         In riff, the depth is stored in the size field but it just means that
7439         the least significant bits are cleared. We can therefore just play
7440         the sample as if it had a depth == width. Fixes: #440997
7441
7442         Patch by: Wim Taymans <wim@fluendo.com> 
7443         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
7444
7445 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
7446
7447         * gst-libs/gst/floatcast/floatcast.h:
7448         Define inline when needed on win32 builds. Fixes: #441295
7449         Patch by: Sebastien Moutte  <sebastien@moutte.net>
7450
7451 2007-05-29  Wim Taymans  <wim@fluendo.com>
7452
7453         * gst/playback/gstplaybasebin.c: (queue_overrun),
7454         (no_more_pads_full):
7455         Stop buffering when the group is commited because the queues filled up.
7456         Fixes #442024.
7457
7458 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7459
7460         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
7461         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
7462         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7463         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7464         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7465         * ext/alsa/gstalsamixer.h:
7466         * ext/alsa/gstalsamixerelement.c:
7467         (gst_alsa_mixer_element_interface_supported),
7468         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
7469         (gst_alsa_mixer_element_set_property),
7470         (gst_alsa_mixer_element_get_property),
7471         (gst_alsa_mixer_element_change_state):
7472         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
7473         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
7474         (gst_mixer_option_changed):
7475         * gst-libs/gst/interfaces/mixer.h:
7476         Revert commits towards #152864 made so far. We'll pick it up again
7477         after the 0.10.13 release.
7478
7479 2007-05-24  Wim Taymans  <wim@fluendo.com>
7480
7481         * gst-libs/gst/audio/gstbaseaudiosink.c:
7482         (gst_base_audio_sink_render):
7483         After an interrupt (PAUSED/flush) assume that the next sample should not
7484         be aligned to the previous sample. Fixes #417992.
7485
7486 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
7487
7488         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7489           Don't add channels and rate fields to the template caps for
7490           audio/x-dts, as wavparse might not always be able to set them,
7491           which would then lead to 'caps are not a real subset of the
7492           template caps' warnings.
7493
7494 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
7495
7496         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
7497         Handle unknown or invalid pads without crashing, as might occur if
7498         a media file like an mp3 is specified as a subtitle file.
7499         Fixes: #410039
7500
7501 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
7502
7503         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
7504         (setup_sinks):
7505         Block the subtitle bin output queue before ghosting it and linking,
7506         then unblock after. This avoids spurious not-linked errors caused 
7507         by the queue starting up (because it gets linked when it is ghosted). 
7508         Fixes: #350299
7509
7510 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
7511
7512         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
7513         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
7514         file. Avoids flukes where the input gets typefound to some valid but
7515         useless type.
7516
7517 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7518
7519         * tests/check/Makefile.am:
7520         * tests/check/elements/.cvsignore:
7521         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
7522         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
7523           Add unit test for gnomevfssink seeking and position reporting for
7524           file:// URIs.
7525
7526 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7527
7528         Patch by: Mark Nauwelaerts <manauw at skynet be>
7529
7530         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
7531         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
7532         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
7533         * ext/gnomevfs/gstgnomevfssink.h:
7534           Fix position reporting, especially after a seek (from upstream),
7535           see #412648.
7536
7537 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7538
7539         * ext/cdparanoia/gstcdparanoiasrc.c:
7540           Repair umlaut.
7541
7542 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
7543
7544         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7545         Specify the full valid range for MP3 samplerates. Fixes a regression
7546         caused by extra header checks since the last release.
7547
7548 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
7549
7550         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
7551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
7552         Fix a locking-order bug I introduced with my changes the other day.
7553         Patch by Mike Smith.
7554
7555 2007-05-21  Michael Smith <msmith@fluendo.com>
7556
7557         * ext/theora/theoradec.c: (theora_handle_data_packet):
7558           Don't look inside 0-length packets (which indicate duplicated
7559           frames)
7560
7561 2007-05-21  Wim Taymans  <wim@fluendo.com>
7562
7563         * ext/cdparanoia/gstcdparanoiasrc.c:
7564         (gst_cd_paranoia_src_read_sector):
7565         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7566         (gst_base_audio_src_create):
7567         Small cleanups.
7568
7569         * ext/theora/theoradec.c: (theora_dec_sink_event):
7570         Fix typo.
7571
7572         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7573         (gst_base_rtp_depayload_set_gst_timestamp):
7574         Add some FIXME
7575
7576         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
7577         And some debug info when a FIXME path is hit.
7578
7579 2007-05-21  Wim Taymans  <wim@fluendo.com>
7580
7581         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7582         (gst_base_rtp_audio_payload_class_init),
7583         (gst_base_rtp_audio_payload_init),
7584         (gst_base_rtp_audio_payload_finalize),
7585         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
7586         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
7587         (gst_base_rtp_payload_audio_handle_event):
7588         Some cleanups, remove minptime property as it is now in the parent
7589         class.
7590         Override parent class event function.
7591
7592         * gst-libs/gst/rtp/gstbasertppayload.c:
7593         (gst_basertppayload_class_init), (gst_basertppayload_init),
7594         (gst_basertppayload_event), (gst_basertppayload_set_property),
7595         (gst_basertppayload_get_property):
7596         * gst-libs/gst/rtp/gstbasertppayload.h:
7597         Add min-ptime property.
7598         Add handle-event vmethod. Fixes #415001.
7599
7600 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
7601
7602         * gst-libs/gst/audio/gstbaseaudiosink.c
7603           (gst_base_audio_sink_change_state):
7604           Fix typo in comment.
7605
7606         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
7607           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
7608           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
7609           close_link):
7610         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
7611           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
7612           Remove trailing whitespaces in comments.
7613
7614         * gst/volume/Makefile.am:
7615           Fix tabs.
7616
7617 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
7618
7619         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7620
7621         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
7622           set_option, get_option, _gst_reserved):
7623           Revert reordering functions (keep ABI).
7624
7625 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
7626
7627         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
7628         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
7629         (gst_ximagesink_show_frame):
7630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7631         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
7632         (gst_xvimagesink_show_frame):
7633         When we create our own window, indicate that we handle the 
7634         WM_DELETE client message from the window manager, so that it won't 
7635         kill our window (and our app) along with it. Handle ClientMessage,
7636         post an error on the bus, and close the window. Further buffers
7637         arriving will result in a FlowError because the window has been
7638         destroyed.
7639
7640         Fixes: #393975
7641
7642         Clean up the X event handling loop and make them the same for
7643         both xvimagesink and ximagesink while I'm at it.
7644
7645 2007-05-17  Wim Taymans  <wim@fluendo.com>
7646
7647         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
7648         Make decodebin2 autoplug depayloaders too.
7649
7650         * gst/playback/gsturidecodebin.c: (source_new_pad):
7651         Set the newly created decoder in a usable state when autoplugging a
7652         dynamic source such as RTSP.
7653
7654 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
7655
7656         * gst/playback/gststreaminfo.c: (cb_probe):
7657           Ignore video-codec tag for audio streams and ignore audio-codec tags
7658           for video streams. Should make codec name collection a bit more
7659           robust against sloppy demuxers that send tag events containing both
7660           tags down each pad.
7661
7662 2007-05-17  Wim Taymans  <wim@fluendo.com>
7663
7664         * gst/playback/gstqueue2.c: (update_rates):
7665         Tweak the buffering thresholds a little.
7666         Update the buffer size with the previously calculate rate instead of
7667         only when we calculate a new rate so that we get smoother buffering
7668         updates.
7669
7670         * gst/playback/Makefile.am:
7671         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
7672         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
7673         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
7674         (gst_uri_decode_bin_get_property), (unknown_type),
7675         (add_element_stream), (no_more_pads_full), (no_more_pads),
7676         (source_no_more_pads), (new_decoded_pad), (array_has_value),
7677         (gen_source_element), (has_all_raw_caps), (analyse_source),
7678         (remove_decoders), (make_decoder), (remove_source),
7679         (source_new_pad), (setup_source), (decoder_query_init),
7680         (decoder_query_duration_fold), (decoder_query_duration_done),
7681         (decoder_query_position_fold), (decoder_query_position_done),
7682         (decoder_query_latency_fold), (decoder_query_latency_done),
7683         (decoder_query_seeking_fold), (decoder_query_seeking_done),
7684         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
7685         (gst_uri_decode_bin_change_state), (plugin_init):
7686         New element that intergrates a source, optional buffering element and
7687         decodebin.
7688
7689 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
7690
7691         * configure.ac:
7692           Bump libtheora requirement to 1.0alpha5 for the pixformat check
7693           (also has a .pc file, so we don't need the fallback check any
7694           longer). Fixes #438840.
7695
7696 2007-05-17  Wim Taymans  <wim@fluendo.com>
7697
7698         * gst/playback/gstqueue2.c: (gst_queue_get_type),
7699         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
7700         (apply_segment), (apply_buffer), (update_buffering),
7701         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
7702         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
7703         (gst_queue_handle_sink_event), (gst_queue_is_filled),
7704         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
7705         (plugin_init):
7706         fix build.
7707
7708 2007-05-17  Wim Taymans  <wim@fluendo.com>
7709
7710         * gst/playback/Makefile.am:
7711         * gst/playback/gstqueue2.c: (gst_queue_get_type),
7712         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
7713         (gst_queue_getcaps), (gst_queue_bufferalloc),
7714         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
7715         (apply_buffer), (update_buffering), (reset_rate_timer),
7716         (update_rates), (gst_queue_locked_flush),
7717         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
7718         (gst_queue_handle_sink_event), (gst_queue_is_empty),
7719         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
7720         (gst_queue_loop), (gst_queue_handle_src_event),
7721         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
7722         (gst_queue_src_activate_push), (gst_queue_change_state),
7723         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
7724         On our way to playbin2 this is the new network queue that does buffering
7725         all by itself using high and low watermarks. It can also measure up and
7726         downstream bandwidth to optimally size the queue.
7727
7728 2007-05-17  Michael Smith <msmith@fluendo.com>
7729
7730         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
7731         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
7732           Use the segment->last_stop value to calculate the next timestamp to
7733           generate after a seek; not the segment->start value.
7734
7735 2007-05-15  David Schleef  <ds@schleef.org>
7736
7737         * docs/Makefile.am: Install docs even when --disable-gtk-doc
7738           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
7739
7740 2007-05-15  Wim Taymans  <wim@fluendo.com>
7741
7742         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7743         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
7744         Some more chained streaming ogg timestamp fixes.
7745
7746 2007-05-15  Wim Taymans  <wim@fluendo.com>
7747
7748         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7749         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
7750         (gst_ogg_demux_handle_page):
7751         Add some FIXMEs.
7752         Fix chain start/stop segment handling based on patch by
7753         <ahalda at cs dot mcgill dot ca> see #320984.
7754
7755 2007-05-15  Michael Smith <msmith@fluendo.com>
7756
7757         * configure.ac:
7758           We don't require a C++ compiler. So don't require one.
7759
7760 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
7761
7762         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
7763           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
7764           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
7765           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
7766           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
7767           gst_alsa_mixer_update_track):
7768           Apply some of the cleanup Tim suggested in #152864 afterwards.
7769
7770 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
7771
7772         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7773
7774         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
7775           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
7776           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
7777           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
7778           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
7779           gst_alsa_mixer_handle_source_callback,
7780           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
7781           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
7782           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
7783           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
7784           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
7785           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
7786         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
7787         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
7788           gst_alsa_mixer_element_interface_supported,
7789           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
7790           gst_alsa_mixer_element_set_property,
7791           gst_alsa_mixer_element_get_property,
7792           gst_alsa_mixer_element_change_state):
7793         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
7794         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
7795           gst_mixer_option_changed):
7796         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
7797           volume_changed, option_changed, _gst_reserved):
7798           Implement notification for alsamixer. Fixes #152864
7799
7800 2007-05-14  David Schleef  <ds@schleef.org>
7801
7802         * gst/videotestsrc/videotestsrc.c:
7803         * gst/videotestsrc/videotestsrc.h:
7804           Add support for video/x-raw-bayer.
7805
7806 2007-05-12  David Schleef  <ds@schleef.org>
7807
7808         * sys/xvimage/xvimagesink.c:
7809           Add some sanity checking for the XVImage size returned by X.
7810           Related to #377400.
7811
7812 2007-05-12  Wim Taymans  <wim@fluendo.com>
7813
7814         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7815         (gst_base_rtp_depayload_setcaps),
7816         (gst_base_rtp_depayload_set_gst_timestamp):
7817         Parse and use additional caps fields as described in updated
7818         application/x-rtp caps spec.
7819
7820 2007-05-12  Wim Taymans  <wim@fluendo.com>
7821
7822         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7823         (gst_ogg_demux_collect_chain_info):
7824         If there is a stream in a chain without any data packets, ignore the
7825         stream in the total length calculations. Might be related to #436820.
7826
7827 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
7828
7829         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
7830         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
7831         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
7832         (mpeg_video_type_find), (mpeg_video_stream_type_find),
7833         (plugin_init):
7834
7835         Consolidate and re-work our mpeg system stream detection to probe
7836         more packets and produce a higher confidence result. Fixes a
7837         regression caused by lowering the typefind probability last year
7838         - related to bug #397810. Remove the redundant MPEG-1 specific 
7839         typefind function, as the new one detects both MPEG-1 & MPEG-2
7840         happily.
7841
7842         Also cleanup the MPEG elementary and MPEG-TS detection functions a
7843         little. 
7844
7845         Tested against my media test directory, with some improvements and
7846         no regressions.
7847
7848 2007-05-10  Wim Taymans  <wim@fluendo.com>
7849
7850         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
7851         (queue_out_of_data):
7852         Connect to the new queue "pushing" signal instead of the broken
7853         "running" one.
7854
7855 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
7856
7857         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7858         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
7859         Move variable declaration before the first instruction.
7860         * gst/videotestsrc/videotestsrc.c:
7861         Define M_PI if it's not defined yet.
7862         * win32/common/libgstrtp.def:
7863         Add new exported functions.
7864
7865 2007-05-09  Michael Smith <msmith@fluendo.com>
7866
7867         * ext/theora/theoradec.c: (theora_handle_type_packet):
7868           gst_pad_push_event() does not return a GstFlowReturn!
7869
7870 2007-05-09  Wim Taymans  <wim@fluendo.com>
7871
7872         * tests/examples/seek/scrubby.c: (stop_cb), (main):
7873         * tests/examples/seek/seek.c: (do_seek):
7874         Some small cosmetic changes.
7875
7876 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
7877
7878         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
7879           gst_adder_change_state):
7880         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
7881           segment_pending, segment_position, segment_rate):
7882           Handle playback-rate on adder.
7883
7884 2007-05-07  Michael Smith <msmith@fluendo.com>
7885
7886         * ext/theora/gsttheoradec.h:
7887         * ext/theora/theoradec.c: (gst_theora_dec_reset),
7888         (theora_dec_sink_event), (theora_handle_comment_packet),
7889         (theora_handle_type_packet), (theora_dec_change_state):
7890           Don't push events (newsegment, tags) before initialising the
7891           decoder.
7892           This is neccesary for seeking to work correctly in gnonlin.
7893
7894 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
7895
7896         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7897         * gst/adder/gstadder.c:
7898         * gst/audiotestsrc/gstaudiotestsrc.c
7899           (gst_audio_test_src_create_white_noise):
7900         * gst/videotestsrc/gstvideotestsrc.c:
7901         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
7902           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
7903           volume_sink_template, volume_src_template, gst_volume_init,
7904           volume_process_double, volume_process_int16,
7905           volume_process_int16_clamp):
7906           Doc fixes and formatting.
7907
7908 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
7909
7910         * tests/check/Makefile.am:
7911         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
7912           Minimal check for volume's GstController usability; also another
7913           test for #422295.
7914
7915 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
7916
7917         * gst-libs/gst/cdda/gstcddabasesrc.c:
7918         (gst_cdda_base_src_add_track):
7919           Fix it so that it (a) makes sense and (b) doesn't break
7920           everything cdda-related including the unit test.
7921
7922 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
7923
7924         * gst-libs/gst/cdda/gstcddabasesrc.c:
7925         (gst_cdda_base_src_add_track):
7926           Fix build when disabling asserts.
7927
7928 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
7929
7930         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
7931           When XShm is not available, we might get row strides that are not
7932           rounded up to multiples of four; this is bad, because virtually
7933           every RGB-processing element in GStreamer assumes rowstrides are
7934           rounded up to multiples of four, so let's allocate at least enough
7935           memory to avoid crashes in this case. The image will still be
7936           displayed distorted though if this happens, so that still needs
7937           fixing (maybe by allocating a bigger image with an 'even' width
7938           and then clipping it appropriately when rendering - something for
7939           Xlib aficionados in any case).
7940
7941 2007-05-03  Michael Smith <msmith@fluendo.com>
7942
7943         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7944           If a buffer doesn't have a timestamp, assume it's contiguous with
7945           the previous buffer, and synthesise timestamps appropriately.
7946
7947 2007-05-03  Edward Hervey  <edward@fluendo.com>
7948
7949         * tests/check/elements/videorate.c: (GST_START_TEST):
7950         Set buffer timestamp to a valid value in order to test the buffer
7951         really does stay in videorate.
7952
7953 2007-05-03  Edward Hervey  <edward@fluendo.com>
7954
7955         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
7956         There is no sensible way to handle incoming buffers which don't have a
7957         valid timestamp. We therefore discard them and wait for the next one.
7958
7959 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
7960
7961         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
7962         * gst/playback/gstdecodebin2.c: (plugin_init):
7963           Better error message for text files.
7964
7965 2007-04-29  Wim Taymans  <wim@fluendo.com>
7966
7967         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
7968         Fix offset bug in generation RR packets.
7969
7970 2007-04-27  Julien MOUTTE  <julien@moutte.net>
7971
7972         * ext/theora/theoradec.c: (_theora_granule_time),
7973         (theora_dec_push_forward), (theora_handle_data_packet),
7974         (theora_dec_decode_buffer): Calculate buffer duration correctly
7975         to generate a perfect stream (#433888).
7976         * gst/audioresample/gstaudioresample.c:
7977         (audioresample_check_discont): Glib provides ABS.
7978
7979 2007-04-27  Wim Taymans  <wim@fluendo.com>
7980
7981         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
7982         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
7983         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
7984         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
7985         (gst_rtcp_packet_bye_set_reason):
7986         * gst-libs/gst/rtp/gstrtcpbuffer.h:
7987         Fix RB block parsing and writing.
7988         Add support for constructing BYE packets.
7989
7990 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
7991
7992         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
7993         (gst_base_audio_src_create):
7994         * po/POTFILES.in:
7995           When posting a warning message because samples were dropped, post
7996           something more intelligible than he default error message for clock
7997           errors which is just confusing in this context (#432984).
7998
7999 2007-04-25  Wim Taymans  <wim@fluendo.com>
8000
8001         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8002         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8003         (read_packet_header), (gst_rtcp_packet_move_to_next),
8004         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8005         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8006         (gst_rtcp_packet_sdes_get_item_count),
8007         (gst_rtcp_packet_sdes_first_item),
8008         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8009         (gst_rtcp_packet_sdes_first_entry),
8010         (gst_rtcp_packet_sdes_next_entry),
8011         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8012         (gst_rtcp_packet_sdes_add_entry):
8013         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8014         Implement code to write SR, RR and SDES packets.
8015
8016 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8017
8018         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8019
8020         * sys/ximage/ximagesink.c:
8021           Fix build if XShm is not available (#432362).
8022
8023 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8024
8025         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8026         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8027         pointers to random memory which are passed to g_free() when
8028         audio_convert_prepare_context() is called the first time.
8029
8030 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8031
8032         Patch by: Dan Williams <dcbw redhat com>
8033
8034         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8035           Don't leak incoming buffer if gst_pad_push() returns a
8036           non-OK flow. Fixes #432755.
8037          
8038         * tests/check/elements/videorate.c: (GST_START_TEST),
8039         (videorate_suite):
8040           Unit test for the above by Yours Truly.
8041
8042 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8043
8044         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8045         (gst_adder_sink_event), (gst_adder_collected):
8046           Fix non-flushing segmented seeks, Fixes #340060 for me
8047
8048 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8049
8050         Patch by: Olivier Crete  <tester at tester ca>
8051
8052         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8053         (gst_base_rtp_audio_payload_class_init),
8054         (gst_base_rtp_audio_payload_init),
8055         (gst_base_rtp_audio_payload_dispose):
8056           Chain up to parent class in dispose function; get rid of
8057           unnecessary 'diposed' flag in private structure (#415001).
8058
8059 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8060
8061         * docs/libs/gst-plugins-base-libs.types:
8062         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8063         (gst_base_rtp_audio_payload_class_init):
8064         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8065         * gst-libs/gst/rtp/gstbasertppayload.c:
8066           Some minor docs fixes and additions; also add missing 'Since' bits.
8067
8068 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8069
8070         Patch by: Zeeshan Ali  <zeenix gmail com>
8071
8072         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8073         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8074         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8075         (gst_base_rtp_audio_payload_push):
8076         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8077           The recently-added gst_base_rtp_audio_payload_push() should take an
8078           object of type GstBaseRTPAudioPayload as first argument (#431672).
8079
8080 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8081
8082         * gst/audioresample/gstaudioresample.c:
8083           Make more functions static, just because we can.
8084
8085 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8086
8087         * tests/check/elements/audioresample.c:
8088           Add unit test for audioresample shutdown crasher (#420106).
8089
8090 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8091
8092         * gst/subparse/gstsubparse.c:
8093         * gst/subparse/samiparse.c:
8094           Use GST_DISABLE_XML here
8095
8096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8097         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8098         (gst_xvimagesink_buffer_alloc),
8099         (gst_xvimagesink_navigation_send_event):
8100         * sys/xvimage/xvimagesink.h:
8101           Include stdlib.h when using atoi.
8102           
8103         * tests/check/elements/playbin.c: (playbin_suite):
8104           Use GST_DISABLE_REGISTRY here
8105
8106 2007-04-19  Michael Smith  <msmith@fluendo.com>
8107
8108         * ext/theora/gsttheoraenc.h:
8109         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8110         (theora_enc_sink_event), (theora_enc_change_state):
8111           Track initialisation state; don't try to use encoder state if we're
8112           not initialised (it'll segfault).
8113
8114 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8115
8116         * tests/check/pipelines/.cvsignore:
8117         Fix build.
8118
8119 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8120
8121         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8122         Allow random depths between 1 and 32 instead of only multiplies of 8.
8123
8124 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8125
8126         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8127         Set the maximum number of channels for PCM and float in the correct
8128         place to have it also used when creating the template caps.
8129
8130 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8131
8132         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8133         Correctly support 4, 6 and 8 channels with normal PCM and float
8134         wav files.
8135
8136         Fix the depth and signedness calculation in extensible wav files and
8137         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8138         mask is found.
8139
8140         Add support for float, alaw and mulaw in extensible wav files.
8141
8142         This allows correct playback of all but 5 files from
8143         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8144         
8145         (gst_riff_create_audio_template_caps):
8146         Add voxware and float formats to the template caps.     
8147
8148 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8149
8150         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8151
8152         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8153         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8154
8155         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8156         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8157         Use the correct format strings for integer formats.
8158
8159 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8160
8161         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8162           Don't use pad_alloc_buffer_and_set_caps to create a small header
8163           packet, or, worse, to create a big temporary video buffer using the
8164           src pad.
8165
8166 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8167
8168         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8169         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8170           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8171           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8172
8173 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8174
8175         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8176           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8177           streamheader_suite):
8178           Add another test set up for failure
8179
8180 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8181
8182         * tests/check/Makefile.am:
8183         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8184           GST_START_TEST, streamheader_suite, main):
8185           Add a test for the streamheader bug Wim fixed.
8186
8187 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8188
8189         * ext/theora/theoradec.c: (theora_dec_sink_event):
8190         Fix misleading comment.
8191
8192 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8193
8194         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8195           More sanity checks for the header fields.
8196
8197 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8198
8199         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8200           Try encodings from all environment variables, not just those in the
8201           first environment variable that is set.
8202
8203 2007-04-12  Wim Taymans  <wim@fluendo.com>
8204
8205         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8206         (gst_video_rate_chain):
8207         Add some debug.
8208
8209         * tests/check/elements/videorate.c: (GST_START_TEST),
8210         (videorate_suite):
8211         Added check for videorate changing caps handling. Closes #421834.
8212
8213 2007-04-12  Michael Smith  <msmith@fluendo.com>
8214
8215         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8216           Use scale functions to avoid overflow when calculating duration of 
8217           vorbis buffers.
8218
8219 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8220
8221         * docs/libs/gst-plugins-base-libs-sections.txt:
8222         * gst-libs/gst/tag/tag.h:
8223         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8224           API: add gst_tag_freeform_string_to_utf8() (#405072).
8225
8226         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
8227           Use gst_tag_freeform_string_to_utf8() here.
8228
8229 2007-04-12  Wim Taymans  <wim@fluendo.com>
8230
8231         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
8232         (gst_gdp_pay_sink_event):
8233         Make sure we set the IN_CAPS flag correctly.
8234
8235         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8236         Get the IN_CAPS flag before we call functions that mess with the flags.
8237
8238 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8239
8240         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
8241           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
8242           Only stamp buffers with offset/offset_end right before they get
8243           pushed.  This ensures offset continuity, which was not the case
8244           before as shown by
8245           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
8246
8247 2007-04-06  Wim Taymans  <wim@fluendo.com>
8248
8249         * gst/playback/gstplaybin.c: (add_sink),
8250         (gst_play_bin_change_state):
8251         Activate sync in playbin, we are ready to handle it for live streams.
8252
8253 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8254
8255         * tests/check/elements/playbin.c:
8256         (test_sink_usage_video_only_stream), (playbin_suite):
8257           Add small test for stream-info-value-array code paths.
8258
8259 2007-04-05  Wim Taymans  <wim@fluendo.com>
8260
8261         * gst-libs/gst/audio/gstbaseaudiosink.c:
8262         (gst_base_audio_sink_skew_slaving):
8263         Don't try to create invalid calibration parameters by making the
8264         internal time go backwards, instead make external time go forward.
8265
8266 2007-04-05  Wim Taymans  <wim@fluendo.com>
8267
8268         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8269
8270         * gst/playback/gstplaybasebin.c: (add_stream):
8271         Fix leak in add_stream(), when g_value_set_object() increases the
8272         refcount of streaminfo object. Fixes #426250.
8273
8274 2007-04-03  David Schleef  <ds@schleef.org>
8275
8276         * gst/videotestsrc/gstvideotestsrc.c:
8277         * gst/videotestsrc/gstvideotestsrc.h:
8278         * gst/videotestsrc/videotestsrc.c:
8279         * gst/videotestsrc/videotestsrc.h:
8280           Add a test pattern called "circular", which has concentric
8281           rings with varying radial frequency.  The main purpose of this
8282           pattern is to test fidelity loss in a filter or scaler element.
8283           Notably, this pattern is scale invariant, and is optimally viewed
8284           with a width (and height) of 400.
8285
8286 2007-04-03  Wim Taymans  <wim@fluendo.com>
8287
8288         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8289
8290         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
8291         (deactivate_free_recursive):
8292         Decodebin2 doesn't unref pads it obtains in some occasions:
8293         - multiqueue src pads, when either connecting further or exposing
8294         - sink pads of new autoplugged elements
8295         - peer pads when recursively freeing elements
8296         Fixes #425455.
8297
8298 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8299
8300         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8301         Add audio/x-raw-float support, now that audioconvert support
8302         non-native endianness floats.
8303
8304 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
8305
8306         * docs/libs/gst-plugins-base-libs-docs.sgml:
8307           gstreamer-plugins-base.pc doesn't exist, it's
8308           gstreamer-plugins-base-0.10.pc.
8309
8310 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8311
8312         Patch by: René Stadler <mail at renestadler dot de>
8313         with some minor changes
8314
8315         * gst-libs/gst/floatcast/floatcast.h:
8316         Use more efficient float endianness conversion functions that don't
8317         involve 2 function calls per value.
8318         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8319         (check_default), (audio_convert_prepare_context):
8320         * gst/audioconvert/gstaudioconvert.c:
8321         (gst_audio_convert_parse_caps), (make_lossless_changes):
8322         Support non-native endianness floats as input and output.
8323         Fixes #339838.
8324         * tests/check/elements/audioconvert.c: (verify_convert),
8325         (GST_START_TEST):
8326         Add unit tests for the non-native endianness float conversions.
8327
8328 2007-03-29  Wim Taymans  <wim@fluendo.com>
8329
8330         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8331         (gst_base_rtp_depayload_base_init),
8332         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
8333         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
8334         (gst_base_rtp_depayload_set_gst_timestamp),
8335         (gst_base_rtp_depayload_change_state),
8336         (gst_base_rtp_depayload_set_property),
8337         (gst_base_rtp_depayload_get_property):
8338         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8339         Add Private structure.
8340         Bring element code to 2007.
8341         Parse clock-base caps param and use it when generating the
8342         newsegment.
8343         Reset variables before going to PAUSED.
8344         Fix some docs.
8345
8346 2007-03-29  Wim Taymans  <wim@fluendo.com>
8347
8348         * docs/libs/gst-plugins-base-libs-docs.sgml:
8349         * docs/libs/gst-plugins-base-libs-sections.txt:
8350         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8351         (gst_base_rtp_audio_payload_get_adapter):
8352         Add RTCP docs.
8353         Fix some more docs.
8354
8355         * gst-libs/gst/rtp/Makefile.am:
8356         * gst-libs/gst/rtp/gstrtcpbuffer.c:
8357         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
8358         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
8359         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
8360         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
8361         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
8362         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
8363         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
8364         (gst_rtcp_packet_sr_get_sender_info),
8365         (gst_rtcp_packet_sr_set_sender_info),
8366         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
8367         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
8368         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
8369         (gst_rtcp_packet_sdes_get_chunk_count),
8370         (gst_rtcp_packet_sdes_first_chunk),
8371         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
8372         (gst_rtcp_packet_sdes_first_item),
8373         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
8374         (gst_rtcp_packet_bye_get_ssrc_count),
8375         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
8376         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8377         (gst_rtcp_packet_bye_get_reason_len),
8378         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
8379         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8380         Add new helper object for parsing and creating RTCP messages.
8381
8382 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8383
8384         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8385         PCM samples with width=8 must be always unsigned, no matter what
8386         depth they have.
8387
8388 2007-03-29  Andy Wingo  <wingo@pobox.com>
8389
8390         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
8391         perfect offsets also, not just timestamps.
8392
8393         * tests/check/elements/videorate.c (test_more): Test that given
8394         any incoming offsets, that videorate produces perfect offsets.
8395
8396 2007-03-29  Wim Taymans  <wim@fluendo.com>
8397
8398         * gst-libs/gst/riff/riff-ids.h:
8399         Add some more RIFF formats.
8400
8401 2007-03-29  Wim Taymans  <wim@fluendo.com>
8402
8403         * gst-libs/gst/rtp/gstrtpbuffer.c:
8404         (gst_rtp_buffer_default_clock_rate):
8405         * gst-libs/gst/rtp/gstrtpbuffer.h:
8406         Fix fixed payload names and docs.
8407         Added method to get the default clock rates of fixed payload types.
8408         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
8409
8410 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8411
8412         * tests/check/pipelines/.cvsignore:
8413         Add new vorbisdec test to cvsignore.
8414
8415 2007-03-28  Wim Taymans  <wim@fluendo.com>
8416
8417         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
8418         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
8419         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
8420         (gst_base_audio_sink_set_property),
8421         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
8422         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
8423         (gst_base_audio_sink_skew_slaving),
8424         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
8425         (gst_base_audio_sink_async_play):
8426         * gst-libs/gst/audio/gstbaseaudiosink.h:
8427         Store private stuff in GstBaseAudioSinkPrivate.
8428         Add configurable clock slaving modes property.
8429         API:: GstBaseAudioSink::slave-method property
8430         Some more latency reporting tweaks.
8431         Added skew based clock slaving correction and make it the default until
8432         the resampling method is more robust.
8433
8434 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
8435
8436         * gst/audioconvert/audioconvert.c:
8437         Add docs to the integer pack functions and implement proper
8438         rounding. Before we had rounding towards negative infinity, i.e.
8439         always the smaller number was taken. Now we use natural rounding,
8440         i.e. rounding to the nearest integer and to the one with the largest
8441         absolute value for X.5. The old rounding introduced some minor
8442         distortions. Fixes #420079
8443         * tests/check/elements/audioconvert.c: (GST_START_TEST):
8444         Fix one unit test that assumed the old rounding and added unit tests
8445         for checking signed/unsigned int16 <-> signed/unsigned int16 with
8446         depth 8, one for signed int16 <-> unsigned int16 and one for the new
8447         rounding from signed int32 to signed/unsigned int16.
8448
8449 2007-03-27  Michael Smith  <msmith@fluendo.com>
8450
8451         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
8452         (gst_audio_convert_transform_caps):
8453           Fix typo in debug line introduced recently, as pointed out on irc.
8454
8455 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
8456
8457         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8458         * tests/check/libs/tag.c: (GST_START_TEST):
8459           Make sure we parse floating-point numbers in vorbis comments
8460           correctly with either '.' or ',' as separator, no matter what
8461           the current locale is. Add unit test for this too.
8462
8463 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
8464
8465         Patch by: René Stadler  <mail at renestadler de>
8466
8467         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
8468           When writing out floating-point numbers to vorbis comment tags, always
8469           use the same character as separator no matter what the current locale is
8470           (fixes #423051).
8471
8472         * tests/check/libs/tag.c: (GST_START_TEST):
8473           Add unit tests for replaygain tags in vorbis comments (closes #423055).
8474
8475 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8476
8477         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
8478           vorbis_handle_data_packet):
8479           Correctly set DURATION to generate a timestamp-continuous stream.
8480           One bug left at the end; see
8481           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
8482         * tests/check/Makefile.am:
8483         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
8484           Add a test to check this.  Without the above patch this test fails.
8485
8486 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
8487
8488         * gst-libs/gst/rtp/Makefile.am:
8489         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
8490
8491 2007-03-23  Michael Smith  <msmith@fluendo.com>
8492
8493         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8494         (gst_video_rate_reset), (gst_video_rate_chain):
8495           If videorate changes caps, we can no longer use the old buffer
8496           (which may have a different size, incompatible with our caps).
8497           So don't do that; just duplicate the new frame more times.
8498
8499 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
8500
8501         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8502         Remove playbin's override of the set_clock vmethod. It's irrelevant
8503         after Wim's commit on the 19th.
8504
8505 2007-03-22  Wim Taymans  <wim@fluendo.com>
8506
8507         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
8508         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8509         * ext/gnomevfs/gstgnomevfssrc.h:
8510         Don't cache file sizes. Fixes #341078.
8511
8512 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
8513
8514         * gst/playback/gstplaybin.c: (add_sink):
8515           Use GST_PTR_FORMAT to log caps. 
8516
8517 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
8518
8519         Patch by: Young-Ho Cha <ganadist at chollian net>
8520
8521         * gst/subparse/samiparse.c: (handle_start_font):
8522           Special-case some more colour names that pango doesn't handle by
8523           default. Fixes #420578.
8524
8525 2007-03-20  Michael Smith  <msmith@fluendo.com>
8526
8527         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
8528           If we get a zero-sized input buffer, don't pass it to libvorbis, as
8529           that marks EOS internally. After that, libvorbis will buffer all
8530           input data, and encode none of it, eventually leading to memory
8531           exhaustion.
8532
8533 2007-03-19  Wim Taymans  <wim@fluendo.com>
8534
8535         * gst/playback/gstdecodebin.c: (remove_fakesink):
8536         Don't post STATE_DIRTY anymore.
8537
8538         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
8539         (gst_play_bin_change_state):
8540         Remove stream_time reset in seek handling, core does that now.
8541         Disable clocking for live pipelines by forcing a NULL clock to the
8542         complete pipeline, core is too smart now for our previous hack.
8543         We can always autoplug in PAUSED now.
8544
8545 2007-03-17  David Schleef  <ds@schleef.org>
8546
8547         * REQUIREMENTS:  Update this file, change the formatting to make
8548         it more consistent, plus more machine readable.
8549
8550 2007-03-16  Michael Smith  <msmith@fluendo.com>
8551
8552         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8553         (strip_width_64), (append_with_other_format):
8554           Previous fix was too simplistic, and broke the tests. Use a better
8555           approach; only strip 64 from widths for integer audio.
8556
8557 2007-03-16  Michael Smith  <msmith@fluendo.com>
8558
8559         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8560         (gst_audio_convert_transform_caps):
8561           We don't support 64 bit integer audio, so don't try to claim we can.
8562           Stops us producing caps don't match our template caps.
8563           Update comments.
8564
8565 2007-03-15  Michael Smith  <msmith@fluendo.com>
8566
8567         * gst/audioresample/gstaudioresample.c:
8568         (audioresample_check_discont), (audioresample_transform):
8569           Don't trigger discontinuities for very small imperfections; a filter
8570           flush will sound bad, and many plugins have rounding errors leading
8571           to these.
8572
8573 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8574
8575         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
8576
8577         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8578         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8579         API: add "min-ptime" property to RTP base audio payloader.
8580         API: add gst_base_rtp_audio_payload_push().
8581         API: add gst_base_rtp_audio_payload_get_adapter().
8582         Fixes #415001
8583         Indentation/whitespace/documentation fixes.
8584
8585 2007-03-14  Julien MOUTTE  <julien@moutte.net>
8586
8587         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
8588         (audioresample_transform_size), (audioresample_do_output),
8589         (audioresample_transform), (audioresample_pushthrough): Handle
8590         discontinuous streams.
8591         * gst/audioresample/gstaudioresample.h:
8592         * tests/check/elements/audioresample.c:
8593         (test_discont_stream_instance), (GST_START_TEST),
8594         (audioresample_suite): Add a test for discontinuous streams.
8595         * win32/common/config.h: Updated.
8596
8597 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8598
8599         * po/af.po:
8600         * po/az.po:
8601         * po/cs.po:
8602         * po/en_GB.po:
8603         * po/it.po:
8604         * po/nb.po:
8605         * po/nl.po:
8606         * po/or.po:
8607         * po/sq.po:
8608         * po/sr.po:
8609         * po/sv.po:
8610         * po/uk.po:
8611         * po/vi.po:
8612           Update translations from translation project.
8613
8614 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8615
8616         * gst/audioresample/debug.h:
8617         * gst/audioresample/resample.c: (resample_init):
8618           Since I really am not interested in a debug line for each sample
8619           being processed, move the library's debugging to its own category,
8620           libaudioresample
8621
8622 2007-03-13  Michael Smith  <msmith@fluendo.com>
8623
8624         * ext/theora/theoradec.c: (theora_handle_type_packet):
8625           Since the plugin doesn't support anything other than 4:2:0 right
8626           now, post an error and fail if we get something else. Won't matter
8627           until libtheora supports the other pixel formats, but hopefully
8628           that'll be soon...
8629
8630 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
8631
8632         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
8633         Use gst_guint64_to_gdouble for conversion.
8634         * win32/MANIFEST:
8635         Add new files to the win32 MANIFEST.
8636         * win32/common/libgstaudio.def:
8637         * win32/common/libgstpbutils.def:
8638         Add new exported functions.
8639         * win32/vs6/gst_plugins_base.dsw:
8640         * win32/vs6/libgstdecodebin.dsp:
8641         * win32/vs6/libgstplaybin.dsp:
8642         Change the link to libgstpbutils.lib.
8643         * win32/vs6/libgstdecodebin2.dsp:
8644         Add a new project for decodebin2.
8645         * win32/vs6/libgstpbutils.dsp:
8646         Add a new project for pbutils.
8647
8648 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
8649
8650         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8651           Also accept partial dates with only year and month,
8652           like 1999-12-00 (fixes #410396 even more).
8653
8654         * tests/check/libs/tag.c: (GST_START_TEST):
8655           Add unit test for the above.
8656
8657 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
8658
8659         * tests/check/elements/subparse.c: (GST_START_TEST),
8660         (subparse_suite):
8661           Add unit test for MPL2 subtitle format (#413799).
8662
8663 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
8664
8665         Patch by: Kamil Pawlowski  <kamilpe gmail com>
8666
8667         * gst/subparse/Makefile.am:
8668         * gst/subparse/gstsubparse.c:
8669         (gst_sub_parse_data_format_autodetect),
8670         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
8671         (gst_subparse_type_find):
8672         * gst/subparse/gstsubparse.h:
8673         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
8674         * gst/subparse/mpl2parse.h:
8675           Add support for MPL2 subtitle format (#413799).
8676
8677 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
8678
8679         * configure.ac:
8680           We require core CVS for the new buffer metadata copy functions.
8681
8682 2007-03-09  Wim Taymans  <wim@fluendo.com>
8683
8684         * gst-libs/gst/tag/gstid3tag.c:
8685         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
8686         Fixes #414496.
8687
8688         Patch by: Alex Lancaster <alexl at users sourceforge net>
8689
8690 2007-03-09  Wim Taymans  <wim@fluendo.com>
8691
8692         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
8693         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
8694         Improve adapter usage and comments.
8695
8696 2007-03-09  Wim Taymans  <wim@fluendo.com>
8697
8698         * ext/pango/gsttextrender.c: (gst_text_render_chain):
8699         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
8700         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
8701         Use new metadata copy function.
8702
8703         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8704         (gst_ffmpegcsp_transform):
8705         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
8706         Basetransform copied the metadata for us.
8707
8708 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
8709
8710         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
8711         (gst_text_overlay_video_event):
8712           Some more logging. Only accept newsegment events in TIME format and
8713           send a WARNING message if they are not in TIME format.
8714
8715         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8716         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
8717         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
8718         * gst/subparse/gstsubparse.h:
8719           No need to allocate GstSegment structure dynamically, just put it
8720           into the instance structure; ignore newsegment events in BYTE
8721           format and in particular don't let it overwrite our saved TIME
8722           segment from the last seek.
8723
8724 2007-03-09  Michael Smith  <msmith@fluendo.com>
8725
8726         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
8727           Replace AC3 typefinder with one that isn't terrible, and actually
8728           works usefully.
8729
8730 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8731
8732         * gst/audioconvert/gstaudioconvert.c:
8733         (gst_audio_convert_transform):
8734           fix error category and translatable string
8735           
8736
8737 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
8738
8739         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8740         * pkgconfig/gstreamer-plugins-base.pc.in:
8741           Fix up utils => pbutils here too.
8742
8743 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
8744
8745         * gst/subparse/gstsubparse.c: (handle_buffer):
8746           Break out of loop in chain function as soon as possible if we get
8747           a non-OK flow return.
8748
8749 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
8750
8751         * tests/check/elements/alsa.c: (GST_START_TEST):
8752         Unref the mixer if the state change fails too (if the
8753         alsa devices are inaccessible, for example)
8754
8755 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
8756
8757         * tests/check/Makefile.am:
8758         Don't test libvisual elements in the states check, because libvisual
8759         seems to leak internally.
8760
8761         Re-enable the alsa and states tests now that there's new suppressions
8762         in gst.supp.
8763
8764         * tests/check/elements/alsa.c: (GST_START_TEST):
8765         Don't leak the alsamixer we instantiated.
8766
8767 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
8768
8769         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
8770         (gst_ximagesink_change_state), (gst_ximagesink_reset),
8771         (gst_ximagesink_finalize):
8772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
8773         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
8774         Move some cleanup stuff from the state change handler into a _reset()
8775         function that can be called from _finalize(). This ensures that things
8776         get freed even if (for some reason) the NULL->READY state transition
8777         fails in the parent class.
8778         Even if a parent state change fails, process our downward state change
8779         logic instead of bailing out early.
8780         Free the correct xcontext pointer in ximagesink's xcontext_clear.
8781
8782 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
8783
8784         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8785         Extra log line.
8786
8787         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
8788         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
8789         Use pango_font_description_set_family_static instead of 
8790         pango_font_description_set_family to save a string copy (it was
8791         leaking due to the strdup anyway)
8792
8793         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
8794         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
8795         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
8796         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
8797         Chain up in finalize.
8798
8799 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
8800
8801         * gst-libs/gst/interfaces/mixertrack.c:
8802         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
8803         (gst_mixer_track_set_property):
8804           API: add "untranslated-label" property which should be set by
8805           implementations at construct time (#414645).
8806
8807         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
8808         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
8809           Set "untranslated-label" when constructing mixer track objects.
8810
8811         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
8812           Unit test to check the above.
8813
8814 2007-03-07  Wim Taymans  <wim@fluendo.com>
8815
8816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
8817         Fix confusing debug message.
8818
8819 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
8820
8821         * gst-plugins-base.doap:
8822         update doap file with new version
8823
8824 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
8825
8826         * configure.ac:
8827         Back to CVS
8828
8829 === release 0.10.12 ===
8830
8831 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
8832
8833         * configure.ac:
8834           releasing 0.10.12, "Zombie Horde"
8835
8836 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
8837
8838         * configure.ac:
8839         Bump version to 0.10.11.4 pre-release
8840
8841 2007-03-06  Wim Taymans  <wim@fluendo.com>
8842
8843         * gst-libs/gst/audio/gstbaseaudiosink.c:
8844         (gst_base_audio_sink_async_play):
8845         Fix regression that made GStreamer skip the first samples of audio.
8846         Fixes #414684.
8847
8848 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
8849
8850         * configure.ac:
8851         Bump version to 0.10.11.3 pre-release
8852
8853 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
8854
8855         * po/POTFILES.in:
8856           Update paths for the rename from utils to pbutils to fix the build.
8857
8858 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
8859
8860         * gst-libs/gst/pbutils/Makefile.am:
8861           Change directory to install headers in from gst/utils to gst/pbutils
8862           as well.
8863
8864 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8865
8866         * configure.ac:
8867         * docs/libs/gst-plugins-base-libs-docs.sgml:
8868         * docs/libs/gst-plugins-base-libs-sections.txt:
8869         * gst-libs/gst/Makefile.am:
8870         * gst-libs/gst/interfaces/mixer.c:
8871         * gst-libs/gst/pbutils/Makefile.am:
8872         * gst-libs/gst/pbutils/descriptions.c:
8873         (gst_pb_utils_get_source_description),
8874         (gst_pb_utils_get_sink_description),
8875         (gst_pb_utils_get_decoder_description),
8876         (gst_pb_utils_get_encoder_description),
8877         (gst_pb_utils_get_element_description),
8878         (gst_pb_utils_add_codec_description_to_tag_list),
8879         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
8880         * gst-libs/gst/pbutils/descriptions.h:
8881         * gst-libs/gst/pbutils/install-plugins.c:
8882         * gst-libs/gst/pbutils/install-plugins.h:
8883         * gst-libs/gst/pbutils/missing-plugins.c:
8884         (gst_missing_uri_source_message_new),
8885         (gst_missing_uri_sink_message_new),
8886         (gst_missing_element_message_new),
8887         (gst_missing_decoder_message_new),
8888         (gst_missing_encoder_message_new),
8889         (gst_missing_plugin_message_get_description):
8890         * gst-libs/gst/pbutils/missing-plugins.h:
8891         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
8892         * gst-libs/gst/pbutils/pbutils.h:
8893         * gst-libs/gst/utils/Makefile.am:
8894         * gst-libs/gst/utils/base-utils.c:
8895         * gst-libs/gst/utils/base-utils.h:
8896         * gst-libs/gst/utils/descriptions.c:
8897         * gst-libs/gst/utils/descriptions.h:
8898         * gst-libs/gst/utils/install-plugins.c:
8899         * gst-libs/gst/utils/install-plugins.h:
8900         * gst-libs/gst/utils/missing-plugins.c:
8901         * gst-libs/gst/utils/missing-plugins.h:
8902         * gst-plugins-base.spec.in:
8903         * gst/playback/Makefile.am:
8904         * gst/playback/gstdecodebin.c:
8905         * gst/playback/gstdecodebin2.c:
8906         * gst/playback/gstplaybasebin.c: (setup_subtitle),
8907         (gen_source_element):
8908         * gst/playback/gstplaybin.c: (plugin_init):
8909         * tests/check/Makefile.am:
8910         * tests/check/libs/pbutils.c: (GST_START_TEST),
8911         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
8912         * tests/check/libs/utils.c:
8913           rename utils to pbutils
8914
8915 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
8916
8917         * docs/plugins/Makefile.am:
8918         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
8919         * docs/plugins/gst-plugins-base-plugins-sections.txt:
8920         * docs/plugins/inspect/plugin-decodebin2.xml:
8921         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
8922         Add documentation for decodebin2 that indicates that the API
8923         is still unstable.
8924
8925 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
8926
8927         * configure.ac:
8928         Update to 0.10.11.2 (0.10.12 pre-release)
8929
8930 2007-03-01  Wim Taymans  <wim@fluendo.com>
8931
8932         * gst-libs/gst/audio/gstbaseaudiosink.c:
8933         (gst_base_audio_sink_async_play):
8934         base time is irrelevant here.
8935
8936 2007-03-01  Wim Taymans  <wim@fluendo.com>
8937
8938         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
8939         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
8940         Improve debugging.
8941
8942         * gst-libs/gst/audio/gstbaseaudiosink.c:
8943         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
8944         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
8945         Improve latency and clock slaving calculations.
8946         Improve slave clock calibration.
8947
8948         * gst-libs/gst/audio/gstringbuffer.c:
8949         (gst_ring_buffer_commit_full):
8950         When we are asked to render N sample to 0 bytes, return N.
8951
8952 2007-03-01  Wim Taymans  <wim@fluendo.com>
8953
8954         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8955         (gst_alsasink_write), (gst_alsasink_reset):
8956         * ext/alsa/gstalsasink.h:
8957         Remove unused dispose function.
8958         Rename lock to not interfere with alsasrc lock.
8959
8960         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
8961         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
8962         (gst_alsasrc_read), (gst_alsasrc_reset):
8963         * ext/alsa/gstalsasrc.h:
8964         Implement finalize function.
8965         Use lock to protect alsa access.
8966         Implement _reset.
8967         Fine tune sw params.
8968
8969 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8970
8971         * configure.ac:
8972           Convert to new AG_GST style.
8973
8974 2007-02-28  Wim Taymans  <wim@fluendo.com>
8975
8976         Patch by: Ed Catmur <ed at catmur dot co dot uk>
8977
8978         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
8979         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
8980         Fix race condition when rapidly switching visualisations in playbin.
8981         Fixes #401029.
8982
8983 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
8984
8985         * tests/check/Makefile.am:
8986         Include local stuff before system installed things in LDFLAGS and
8987         CFLAGS.
8988
8989 2007-02-28  Wim Taymans  <wim@fluendo.com>
8990
8991         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
8992         Improve debugging.
8993
8994 2007-02-28  Wim Taymans  <wim@fluendo.com>
8995
8996         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
8997         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
8998         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
8999         Fix duration and timestamping, taking latency into account.
9000         Implement latency query.
9001
9002 2007-02-28  Wim Taymans  <wim@fluendo.com>
9003
9004         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9005         (gst_audio_clock_new):
9006         Fix clock name.
9007
9008         * gst-libs/gst/audio/gstbaseaudiosink.c:
9009         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9010         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9011         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9012         (gst_base_audio_src_create):
9013         Improve latency query code.
9014         Use proper clock names.
9015
9016 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9017
9018         * tests/check/generic/states.c: (GST_START_TEST):
9019           Copy the states.c test from core again
9020         * tests/check/Makefile.am:
9021           ignore cdio and cdparanoiasrc
9022
9023 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9024
9025         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9026         (double_hq), (audio_convert_get_func_index), (check_default),
9027         (audio_convert_prepare_context), (audio_convert_convert):
9028           Also make valgrind happy and avoid copying data in some cases.
9029
9030 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9031
9032         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9033         (double_hq), (audio_convert_get_func_index),
9034         (audio_convert_prepare_context), (audio_convert_convert):
9035         * gst/audioconvert/gstaudioconvert.c:
9036         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9037         (gst_audio_convert_transform_caps):
9038         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9039         (audioconvert_suite):
9040           Don't run inplace if that overwrites source data as we go. Add more
9041           tests. Fixes #339837 even more.
9042
9043 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9044
9045         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9046         (msg_segment_done): Fix various seeking bugs (Slider was not
9047         updating when doing a non flushing seek, Reverse playback 
9048         on segment seek was wrong).
9049
9050 2007-02-26  Wim Taymans  <wim@fluendo.com>
9051
9052         * tests/examples/seek/seek.c: (stop_seek):
9053         When we stop scrubbing, don't leave the pipeline PLAYING when we
9054         requested a PAUSED state.
9055
9056 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9057
9058         Patch by: René Stadler <mail at renestadler de>
9059
9060         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9061           Parse date strings in vorbis comments that have an invalid (zero)
9062           month or day (#410396).
9063
9064         * tests/check/libs/tag.c: (GST_START_TEST):
9065           Test case for the above.
9066
9067 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9068
9069         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9070
9071         * configure.ac:
9072         * ext/alsa/Makefile.am:
9073         * gst/audiotestsrc/Makefile.am:
9074           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9075
9076 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9077
9078         * gst/playback/gstplaybin.c:
9079           Improve docs: point out that the application needs to assist playbin
9080           with buffering.
9081
9082 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9083
9084         * gst-libs/gst/utils/install-plugins.c:
9085         * gst-libs/gst/utils/missing-plugins.c:
9086         * tests/check/libs/utils.c: (missing_msg_check_getters):
9087           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9088           to just 'gstreamer'. Document the caps string component of the
9089           decoder/encoder detail a bit better, since not everyone will be
9090           familiar with the GStreamer media type/caps system (but they better
9091           enjoy nested itemized lists).
9092
9093 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9094
9095         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9096         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9097           Fix copying of GstNetBuffer (would crash before, or at least lead to
9098           invalid memory access, #410772), for now by copying the GstBuffer copy
9099           code from the core over here so we can copy the GstBuffer fields on a
9100           provided buffer instance (of type GstNetBuffer in this case). Would be
9101           better to fix this with some support by the core though (and in the long
9102           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9103
9104         * tests/check/Makefile.am:
9105           Enable unit test for GstNetBuffer.
9106
9107 2007-02-22  Andy Wingo  <wingo@pobox.com>
9108
9109         * gst-libs/gst/audio/gstbaseaudiosink.c
9110         (gst_base_audio_sink_init): Disable pull-mode activation until we
9111         figure out how to make audio sinks go to PLAYING.
9112
9113 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9114
9115         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9116         (double_hq), (audio_convert_get_func_index),
9117         (audio_convert_prepare_context), (audio_convert_convert):
9118         * gst/audioconvert/audioconvert.h:
9119         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9120         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9121         * gst/audioconvert/gstchannelmix.h:
9122         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9123           Add float as an intermediate format, as well as float mixing. Enable
9124           test that was failing before. Fixes #339837
9125
9126 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9127
9128         * tests/examples/seek/seek.c: (do_seek):
9129         Undo the previous commit: -1 as a stop time implies that the stop
9130         time is the end of file, clearing any previously configured segment.
9131
9132 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9133
9134         * tests/examples/seek/seek.c: (do_seek):
9135         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9136
9137 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9138
9139         * gst/volume/gstvolume.c: (volume_process_int16),
9140         (volume_process_int16_clamp), (volume_set_caps):
9141           Unbreak volume, value remains gint.
9142
9143 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9144
9145         * gst/volume/gstvolume.c: (volume_choose_func),
9146         (volume_update_real_volume), (gst_volume_set_volume),
9147         (gst_volume_init), (volume_process_double), (volume_process_float),
9148         (volume_process_int16), (volume_process_int16_clamp),
9149         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9150         * gst/volume/gstvolume.h:
9151           Extend float audio support (double) and some int->uint cleanups.
9152
9153 2007-02-20  Edward Hervey  <edward@fluendo.com>
9154
9155         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9156         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9157         (sort_end_pads), (gst_decode_group_expose),
9158         (gst_decode_group_hide):
9159         Don't free groups from the streaming threads. Just put them aside and
9160         free them in dispose.
9161
9162 2007-02-20  Edward Hervey  <edward@fluendo.com>
9163
9164         * gst/playback/gstdecodebin2.c: (connect_element),
9165         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9166         (sort_end_pads), (gst_decode_group_expose):
9167         Handle dynamic pads within groups.
9168         Sort pads before exposing them in order to make playbin happy.
9169         There still is a race with the multiqueue filling up. This should be
9170         solved separately.
9171         Fixes #398721
9172
9173 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9174
9175         * gst-libs/gst/utils/base-utils.c:
9176         * gst-libs/gst/utils/descriptions.c:
9177         * gst-libs/gst/utils/install-plugins.c:
9178         * gst-libs/gst/utils/missing-plugins.c:
9179           Some more docs (and descriptions for two subtitle formats).
9180
9181 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9182
9183         * gst-libs/gst/audio/audio.c:
9184           Fix documentation.
9185
9186 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9187
9188         Patch by: Yves Lefebvre  <ivanohe abacom com>
9189
9190         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9191           Don't leak caps. Fixes #408278.
9192
9193 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9194
9195         * ext/cdparanoia/gstcdparanoiasrc.h:
9196         * ext/ogg/gstoggdemux.h:
9197         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9198         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9199         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9200         * gst-libs/gst/audio/audio.h:
9201         * gst-libs/gst/audio/gstaudiofilter.h:
9202         * gst-libs/gst/interfaces/videoorientation.h:
9203         * gst/adder/gstadder.h:
9204           More docs coverage and some ChangeLog surgery (add missing names)
9205
9206 2007-02-15  Wim Taymans  <wim@fluendo.com>
9207
9208         * sys/ximage/ximagesink.c:
9209         (gst_ximagesink_calculate_pixel_aspect_ratio):
9210         * sys/xvimage/xvimagesink.c:
9211         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9212         Small constifications.
9213
9214 2007-02-15  Wim Taymans  <wim@fluendo.com>
9215
9216         * gst-libs/gst/audio/gstbaseaudiosink.c:
9217         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
9218         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
9219         (gst_base_audio_sink_async_play),
9220         (gst_base_audio_sink_change_state):
9221         Answer latency query.
9222         Use configured latency when syncing.
9223         Fix clock slaving.
9224
9225         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9226         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
9227         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
9228         Fix possible memleak.
9229         Implement latency query.
9230         Small cleanups.
9231
9232 2007-02-15  Wim Taymans  <wim@fluendo.com>
9233
9234         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9235         Ignore errors in reset, these are not fatal. They also grab the element
9236         lock which is already taking when this function is called. Fixes
9237         #405451.
9238
9239 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9240
9241         * configure.ac:
9242           Remove 'tests/examples/xerror/Makefile' from output files again.
9243
9244 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9245
9246         * configure.ac:
9247         * docs/plugins/Makefile.am:
9248           Also crossref against gst-plugins-base-libs.
9249
9250 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9251
9252         * configure.ac:
9253         * docs/libs/Makefile.am:
9254         * docs/plugins/Makefile.am:
9255           Add crossreferences to glib/gobject/gstream docs.
9256
9257         * gst-libs/gst/audio/audio.h:
9258           Source formatting.
9259
9260         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
9261           Add own debug category.
9262
9263 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9264
9265         Patch by: René Stadler <mail at renestadler de>
9266
9267         * gst-libs/gst/tag/gstvorbistag.c:
9268           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
9269           (#403597).
9270
9271 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9272
9273         * gst/playback/gstplaybasebin.c: (setup_source):
9274           When we have external subtitles and wait for the subtitle decodebin
9275           to get up and running, we set up a (sync) bus handler for the
9276           subtitle decodebin, so we can stop waiting when it posts an error
9277           message. However, we should do that before we set the subtitle
9278           decodebin's state to playing, otherwise things are racy and we might
9279           miss error messages posted before we had a chance to set up the bus.
9280           This should finally fix totem hanging on .txt pseudo-subtitle files.
9281           
9282 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
9283
9284         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
9285           Use gst_gdouble_to_guint64 for conversions.
9286         * win32/common/config.h.in:
9287           Add a define for GST_INSTALL_PLUGINS_HELPER
9288         * win32/common/libgstaudio.def:
9289         * win32/common/libgstcdda.def:
9290         * win32/common/libgstnetbuffer.def:
9291         * win32/common/libgstrtp.def:
9292         * win32/common/libgutils.def:
9293           Add new exported functions.
9294         * win32/vs6/gst_plugins_base.dsw:
9295         * win32/vs6/libgstdecodebin.dsp:
9296         * win32/vs6/libgstnetbuffer.dsp:
9297         * win32/vs6/libgstplaybin.dsp:
9298         * win32/vs6/libgstrtp.dsp:
9299         * win32/vs6/libgstvorbis.dsp:
9300         * win32/vs6/libgstcdda.dsp:
9301         * win32/vs6/libgstgdp.dsp:
9302         * win32/vs6/libgstutils.dsp:
9303           Update and add new project files.
9304
9305 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9306
9307         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
9308         (subrip_remove_unhandled_tags), (parse_subrip):
9309           For SubRip (.srt) subtitles, ignore all markup tags we don't
9310           handle (like font tags, for example).
9311
9312         * tests/check/elements/subparse.c:
9313           Add test for this.
9314
9315 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9316
9317         * gst/playback/gstdecodebin.c: (add_fakesink),
9318         (gst_decode_bin_change_state):
9319         * gst/playback/gstdecodebin2.c: (add_fakesink),
9320         (gst_decode_bin_change_state):
9321           Don't error out if there is no fakesink in the NULL to READY state
9322           change, since when decodebin is re-used, we're only adding the
9323           fakesink element in READY to PAUSED.
9324
9325         * tests/check/elements/decodebin.c:
9326         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
9327         (decodebin_suite):
9328           Minimal unit test to make sure we can use the same decodebin
9329           instance twice (at least with audiotestsrc input).
9330
9331 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9332
9333         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
9334           Try to get devic-name from device string first, and from handle only
9335           as fallback (seems to yield better results and is more robust
9336           against buggy probing code on the application side).
9337
9338 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
9339
9340         Based on patch by: Julien Puydt <julien.puydt at laposte net>
9341
9342         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
9343         (gst_alsa_find_device_name):
9344         * ext/alsa/gstalsa.h:
9345         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
9346         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
9347           Improve device-name detection a bit, especially in the case where
9348           the device is not actually open (#405020, #405024). Move common code
9349           into gstalsa.c instead of duplicating it.
9350
9351 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
9352
9353         * gst/audioconvert/gstaudioconvert.c:
9354           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
9355
9356 2007-02-06  Julien MOUTTE  <julien@moutte.net>
9357
9358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
9359         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
9360         (gst_xvimagesink_interface_supported),
9361         (gst_xvimagesink_probe_get_properties),
9362         (gst_xvimagesink_probe_probe_property),
9363         (gst_xvimagesink_probe_needs_probe),
9364         (gst_xvimagesink_probe_get_values),
9365         (gst_xvimagesink_property_probe_interface_init),
9366         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9367         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
9368         (gst_xvimagesink_get_type):
9369         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
9370         for XVAdaptors so that one can choose the adaptor to use with 
9371         gstreamer-properties.
9372
9373 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
9374
9375         * gst/audioconvert/gstaudioconvert.c:
9376           Also mention that a conversion from double to float is suboptimal still.
9377
9378 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9379
9380         * gst-libs/gst/audio/gstaudiofilter.c:
9381         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
9382           Clear our formats structure and free the caps contained in it when
9383           shutting down.
9384
9385 2007-02-05  Andy Wingo  <wingo@pobox.com>
9386
9387         * gst-libs/gst/audio/gstbaseaudiosink.c
9388         (gst_base_audio_sink_callback): Update basesink->offset so that we
9389         pull monotonically increasing offsets instead of, um, seeking back
9390         to 0 each time. Fixes alsasrc ! alsasink!
9391
9392 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
9393
9394         * gst/videoscale/gstvideoscale.c:
9395           A width and height of 1 makes us crash, so increase minimum size to
9396           2x2 pixels until someone feels like fixing this (#404512).
9397
9398 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
9399
9400         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
9401           Add small test to make sure request pads are cleaned up properly
9402           even if oggmux never changes state out of NULL.
9403
9404 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
9405
9406         * tests/check/libs/utils.c: (GST_START_TEST):
9407           Fix unit test. Turns out things work much better when you
9408           NULL-terminate string arrays. Should make p5 build bot happy again.
9409
9410 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9411
9412         * gst-libs/gst/audio/Makefile.am:
9413         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9414         (gst_audio_filter_template_base_init),
9415         (gst_audio_filter_template_class_init),
9416         (gst_audio_filter_template_init),
9417         (gst_audio_filter_template_set_property),
9418         (gst_audio_filter_template_get_property),
9419         (gst_audio_filter_template_setup),
9420         (gst_audio_filter_template_filter),
9421         (gst_audio_filter_template_filter_inplace), (plugin_init):
9422           Oops, forgot to commit fixed-up example.
9423
9424 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9425
9426         * docs/libs/gst-plugins-base-libs-sections.txt:
9427         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
9428         (gst_audio_filter_class_init), (gst_audio_filter_init),
9429         (gst_audio_filter_set_caps),
9430         (gst_audio_filter_class_add_pad_templates):
9431         * gst-libs/gst/audio/gstaudiofilter.h:
9432           Port GstAudioFilter to 0.10. This change technically breaks
9433           API and ABI (and thus also every library developer's heart),
9434           but seems justifiable on the grounds that the base class was
9435           completely unusable before (ie. would crash immediately when
9436           actually used). Fixes #403963 (and eventually also #403572).
9437           Also document all of this a bit.
9438
9439 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9440
9441         * gst-libs/gst/utils/install-plugins.c:
9442         (gst_install_plugins_spawn_child):
9443         * tests/check/libs/utils.c:
9444         (test_base_utils_install_plugins_do_callout):
9445           Lowering log level to see why things fail on the p5 build bot;
9446           fix some typos in unit test messages.
9447
9448 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9449
9450         * tests/check/libs/utils.c:
9451         (test_base_utils_install_plugins_do_callout):
9452           Don't hard-code temp directory for test helper; use GLib functions
9453           to write out file and do error checking etc.
9454
9455 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
9456
9457         * gst-libs/gst/utils/Makefile.am:
9458         * gst-libs/gst/utils/base-utils.h:
9459         * gst-libs/gst/utils/install-plugins.c:
9460         (gst_install_plugins_context_set_xid),
9461         (gst_install_plugins_context_new),
9462         (gst_install_plugins_context_free),
9463         (gst_install_plugins_get_helper),
9464         (gst_install_plugins_spawn_child),
9465         (gst_install_plugins_return_from_status),
9466         (gst_install_plugins_installer_exited),
9467         (gst_install_plugins_async), (gst_install_plugins_sync),
9468         (gst_install_plugins_return_get_name),
9469         (gst_install_plugins_installation_in_progress):
9470         * gst-libs/gst/utils/install-plugins.h:
9471           API: add API for applications to initiate installation of missing
9472           plugins, ie. gst_install_plugins_async() primarily.
9473           Based on libgimme-codec by Ryan Lortie.
9474
9475         * configure.ac:
9476           Add --with-install-plugins-helper configure option so distros can specify
9477           the path of the helper script or program to call when plugin installation
9478           is requested (distros: please do any argument munging in this helper
9479           script instead of patching GStreamer to pass arguments differently
9480           to another program directly).
9481
9482         * docs/libs/gst-plugins-base-libs-docs.sgml:
9483         * docs/libs/gst-plugins-base-libs-sections.txt:
9484           Build and document new API.
9485
9486         * tests/check/libs/utils.c: (result_cb),
9487         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
9488         (libgstbaseutils_suite):
9489           Some simple checks for the new API.
9490
9491 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
9492
9493         * tests/check/elements/audioconvert.c: (test_float_conversion):
9494           Add small test for 32bit float <=> 64bit float conversion (works
9495           only one way so far, 32=>64 produces structured noise).
9496
9497 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
9498
9499         * gst/audioconvert/gstaudioconvert.c:
9500         (set_structure_widths_32_and_64), (make_lossless_changes):
9501           We don't support floats with a width of 40, 48 or 56 bits.
9502
9503 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
9504
9505         * gst/audioconvert/audioconvert.c: (float), (double),
9506         (audio_convert_get_func_index):
9507         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
9508         (make_lossless_changes):
9509           Support for 64-bit float audio in audioconvert (#339837)
9510
9511 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
9512
9513         Patch by: Holger Wansing  <linux wansing-online de>
9514
9515         * po/LINGUAS:
9516         * po/de.po:
9517           Add German translation (#352069).
9518
9519 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
9520
9521         reviewed by: Wim Taymans <wim@fluendo.com>
9522
9523         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
9524         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
9525         Use newly added GstCollectPads API to free the allocated resources in
9526         the GstOggPad structures (#402393).
9527
9528 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
9529
9530         * gst/playback/gstplaybin.c: (gen_vis_element):
9531           Add audioresample+audioconvert in front of the visualisation
9532           element, so that elements like libvisual 0.4 that don't support all
9533           samplerates can work.
9534
9535           Fixes: #402505
9536
9537 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
9538
9539         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
9540         (gst_play_base_bin_get_streaminfo_value_array):
9541           Take some locks and make a copy of the streaminfo value array we
9542           maintain while holding the lock, so that the application can
9543           retrieve the stream-info as a value array in a thread-safe way.
9544
9545 2007-01-30  Wim Taymans  <wim@fluendo.com>
9546
9547         * gst/audioconvert/gstaudioconvert.c:
9548         Don't fail on 0 sized buffers. Fixes #396835.
9549
9550 2007-01-29  David Schleef  <ds@schleef.org>
9551
9552         * gst/typefind/gsttypefindfunctions.c:
9553           Detect BBCD as video/x-dirac, so we can play raw dirac
9554           streams.
9555
9556 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
9557
9558         * ext/theora/theoraenc.c: (theora_enc_chain):
9559           Check return value of theora_encode_header(), or we might try to
9560           allocate a random number of bytes. theora_encode_header() can fail
9561           if libtheora has been compiled with encoding support disabled.
9562           Fixes #398110.
9563
9564 2007-01-29  Wim Taymans  <wim@fluendo.com>
9565
9566         * tests/check/gst/.cvsignore:
9567         Do as buildbot says.
9568
9569 2007-01-29  Wim Taymans  <wim@fluendo.com>
9570
9571         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
9572         Fix strides in libvisual. Gst uses X strides.
9573         Inspired by: <ed at catmur dot co dot uk> and 
9574         <tim at centricular dot net>
9575         Fixes #401118.
9576
9577 2007-01-27  Wim Taymans  <wim@fluendo.com>
9578
9579         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
9580         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9581         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
9582         (gst_ogg_demux_perform_seek),
9583         (gst_ogg_demux_bisect_forward_serialno),
9584         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9585         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
9586         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
9587         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
9588         * ext/ogg/gstoggdemux.h:
9589         Properly propagate streaming errors when we are scanning the file for
9590         chains so that we don't crash when shut down. Might fix some crashers
9591         when quickly switching oggs in RB such as #332503 and #378436.
9592
9593 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
9594
9595         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
9596           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
9597           error code as well.
9598
9599 2007-01-25  Wim Taymans  <wim@fluendo.com>
9600
9601         * gst/playback/gstplaybasebin.c: (remove_source):
9602         Don't try to disconnect a signal from a finalized object.
9603
9604 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
9605
9606         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
9607           Cast lock macro parameters to make sure we're actually accessing the
9608           lock member at the right class level. Free list itself in _dispose()
9609           as well and NULL it in case dispose gets called multiple times.
9610
9611 2007-01-25  Edward Hervey  <edward@fluendo.com>
9612
9613         * gst/playback/gstdecodebin2.c:
9614         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
9615         Free GstDecodeGroups no longer used.
9616         (gst_decode_group_expose):
9617         Don't unlock too many times !
9618         (deactivate_free_recursive):
9619         Free iterator once we're done with it.
9620         Fix for recursively deactivating elements (stop at ghostpads).
9621
9622 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
9623
9624         * gst/playback/gstplaybin.c: (handoff):
9625           Fix up caps on the frame buffer before we save it and potentially
9626           make it accessible to other threads via g_object_get; also use
9627           gst_buffer_replace() instead of gst_mini_object_replace().
9628
9629 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
9630
9631         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9632           Make getting the current frame thread-safe.
9633
9634 2007-01-25  Edward Hervey  <edward@fluendo.com>
9635
9636         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
9637         (gst_decode_group_new), (gst_decode_group_free):
9638         Set queues to bigger sizes to cope with HD contents.
9639         Fix some mutex freeing and add comment about MT safe methods.
9640
9641 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
9642
9643         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
9644         (gst_text_overlay_text_event):
9645           Don't unnecessarily ref (and then leak) upstream events if the text
9646           pad is not linked. Fixes #399948.
9647
9648         * tests/check/gst-plugins-base.supp:
9649           Add suppression for pango on edgy/x86 for textoverlay test.
9650
9651 2007-01-24  Wim Taymans  <wim@fluendo.com>
9652
9653         * gst-libs/gst/rtp/gstrtpbuffer.h:
9654         Add some more fixed payloads.
9655
9656 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
9657
9658         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9659           Error out properly if we get an error from libogg while reading the
9660           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
9661
9662 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
9663
9664         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
9665           Don't leak mutex.
9666
9667         * tests/check/elements/playbin.c:
9668         (test_sink_usage_video_only_stream),
9669         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
9670         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
9671         (test_missing_suburisource_handler),
9672         (test_missing_primary_decoder), (playbin_suite):
9673           Run all tests once with decodebin and once with decodebin2.
9674           One test does not pass yet with decodebin2.
9675
9676 2007-01-23  Edward Hervey  <edward@fluendo.com>
9677
9678         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
9679         Fix the cases where oggmux doesn't properly figure out that all
9680         sinkpads have gone EOS, and therefore doesn't push out the remaining
9681         buffers and the final EOS event.
9682         Fixes #363379
9683
9684 2007-01-23  Julien MOUTTE  <julien@moutte.net>
9685
9686         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9688         Don't lock on navigation event push, just on keysym to string.
9689         Fixes #397673 again.
9690
9691 2007-01-22  Edward Hervey  <edward@fluendo.com>
9692
9693         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
9694         (get_current_group), (group_demuxer_event_probe),
9695         (gst_decode_group_expose), (deactivate_free_recursive),
9696         (gst_decode_group_free):
9697         Cleanups.
9698         Don't forget to emit 'no-more-pads' once a group is exposed.
9699         Cleanup elements from a DecodeGroup once we remove it.
9700         Protect call to gst_decode_group_expose() with the decodebin lock.
9701
9702 2007-01-22  Julien MOUTTE  <julien@moutte.net>
9703
9704         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9706         Looking at Xorg code i can't figure out if that XKeysymToString
9707         function is thread sensible or not. Lock it just in case as
9708         recommended by Radek Doulik <rodo at ximian dot com>.
9709
9710 2007-01-22  Julien MOUTTE  <julien@moutte.net>
9711
9712         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
9713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
9714         Lock that X Call as well. Fixes #397673.
9715
9716 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
9717
9718         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
9719           Don't go into an endless loop if the file starts with 00 00 01 2X,
9720           like quicktime redirect files might. Fixes #396042.
9721
9722         * tests/check/Makefile.am:
9723         * tests/check/gst/.cvsignore:
9724         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
9725         (typefindfunctions_suite):
9726           Add unit test for the above.
9727
9728 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
9729
9730         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9731           On second thought, use "depth" field rather than "bpp" field.
9732
9733 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
9734
9735         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9736           Camtasia caps apparently need a bpp field (#398875).
9737
9738 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9739
9740         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9741         (gen_source_element), (gst_play_base_bin_change_state):
9742           Attempt at a better error message in case we don't have the required
9743           URI handler installed; post missing-plugin message also when we're
9744           missing an URI handler for the subtitle URI; clean up properly also
9745           when an error occurs and we never made it to PAUSED state.
9746
9747         * tests/check/elements/playbin.c: (GST_START_TEST),
9748         (playbin_suite):
9749           Check that we're also getting a missing-plugin messsage for a
9750           missing subtitle URI handler (and clean up properly).
9751
9752 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9753
9754         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
9755           Plug a few reference leaks.
9756
9757 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9758
9759         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
9760           Lower probability a bit if the marker isn't right at the start,
9761           to decrease the chance of false positives.
9762
9763 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9764
9765         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
9766           Small mpeg2 system stream typefinding improvement: make typefinder
9767           probe a bit into the stream instead of just looking for a marker
9768           at the beginning. Fixes #397810.
9769
9770 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
9771
9772         * gst/audioconvert/gstchannelmix.c:
9773           Remove compatibility cruft for prehistoric GLib versions.
9774
9775 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
9776
9777         * gst/playback/Makefile.am:
9778         * gst/playback/gstdecodebin.c: (close_pad_link):
9779         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
9780         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9781         (gst_play_base_bin_handle_message_func), (unknown_type):
9782           Let decodebin be the element to post missing-plugin messages for
9783           missing decoders (rather than playbin); make playbin implement
9784           GstBin::handle_message so we can suppress missing-plugin messages
9785           for types we're not handling on purpose (don't want to bring up an
9786           installer in those cases).
9787
9788 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
9789
9790         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
9791         * gst-libs/gst/tag/gstvorbistag.c:
9792         (gst_tag_list_to_vorbiscomment_buffer):
9793         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
9794           Fix potentially unaligned access (#397207).
9795
9796 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
9797
9798         * tests/examples/seek/seek.c: (set_scale), (update_scale),
9799         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
9800         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
9801         (main):
9802           Allow to toggle looping while it plays. Fix callback prototype. Clean
9803           up code a bit more. Add copyright header.
9804
9805 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
9806
9807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9808           Red and blue mask was swapped (spotted by Dan Williams).
9809
9810 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
9811
9812         * gst-libs/gst/tag/gstid3tag.c:
9813         * gst-libs/gst/tag/gstvorbistag.c:
9814           Use new beats-per-minute tag from core.
9815
9816 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
9817
9818         * po/POTFILES.in:
9819           Add new files with translatable strings, so they actually make it
9820           into the template file one day.
9821
9822 2007-01-12  Andy Wingo  <wingo@pobox.com>
9823
9824         * gst-libs/gst/audio/gstbaseaudiosink.c
9825         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
9826         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
9827         stuff, as the base class handles this now. Actually tell the ring
9828         buffer to start.
9829         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
9830         How did this work before? Maybe I'm not as awesome a programmer as
9831         I think.
9832
9833         * gst-libs/gst/audio/gstbaseaudiosrc.c
9834         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
9835         of a pad function.
9836
9837 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9838
9839         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
9840           Remove more fields so that the application can better blacklist
9841           formats that have been tried before.
9842
9843 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9844
9845         * gst-libs/gst/audio/mixerutils.h:
9846           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
9847           used when compiling with c++ compilers as well.
9848
9849 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9850
9851         * gst/typefind/gsttypefindfunctions.c:
9852           Fix comment.
9853
9854 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
9855
9856         * gst/playback/gstplaybin.c: (post_missing_element_message),
9857         (gen_video_element), (gen_text_element), (gen_audio_element),
9858         (gen_vis_element):
9859           Post missing-plugin messages also when we error out because
9860           converters, textoverlay or auto*sinks are missing (#161922).
9861
9862 2007-01-10  Wim Taymans  <wim@fluendo.com>
9863
9864         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
9865         (is_demuxer_element), (new_caps):
9866         * gst/playback/gstplaybasebin.c: (source_new_pad):
9867         Fix the case where we try to ref a NULL element when we delay a link
9868         because of unfixed caps.
9869         Set the state of autoplugged decodebins to PAUSED.
9870         RTSP now works in playbin, we can remove it from the blacklist.
9871
9872 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9873
9874         * gst/playback/Makefile.am:
9875         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
9876         (unknown_type), (setup_subtitle), (gen_source_element):
9877         * gst/playback/gstplaybin.c: (plugin_init):
9878           Post missing-plugin messages on the bus for missing sources and
9879           missing decoders/demuxers/depayloaders; fix error code used when
9880           we're missing an URI handler source; for media types that we are not
9881           handling on purpose at the moment, don't print "don't know how to
9882           handle xyz" messages to the terminal or post missing-plugin
9883           messages on the bus.
9884
9885         * tests/check/elements/playbin.c: (create_playbin),
9886         (GST_START_TEST), (gst_codec_src_uri_get_type),
9887         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
9888         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
9889         (gst_codec_src_init_type), (gst_codec_src_base_init),
9890         (gst_codec_src_create), (gst_codec_src_class_init),
9891         (gst_codec_src_init), (plugin_init), (playbin_suite):
9892           Add some tests for the missing-plugin stuff.
9893
9894 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9895
9896         * configure.ac:
9897         * gst-libs/gst/Makefile.am:
9898         * gst-libs/gst/utils/Makefile.am:
9899         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
9900         * gst-libs/gst/utils/base-utils.h:
9901         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
9902         (find_format_info), (caps_are_rtp_caps),
9903         (gst_base_utils_get_source_description),
9904         (gst_base_utils_get_sink_description),
9905         (gst_base_utils_get_decoder_description),
9906         (gst_base_utils_get_encoder_description),
9907         (gst_base_utils_get_element_description),
9908         (gst_base_utils_add_codec_description_to_tag_list),
9909         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
9910         * gst-libs/gst/utils/descriptions.h:
9911         * gst-libs/gst/utils/missing-plugins.c:
9912         (missing_structure_get_type), (copy_and_clean_caps),
9913         (gst_missing_uri_source_message_new),
9914         (gst_missing_uri_sink_message_new),
9915         (gst_missing_element_message_new),
9916         (gst_missing_decoder_message_new),
9917         (gst_missing_encoder_message_new),
9918         (missing_structure_get_string_detail),
9919         (missing_structure_get_caps_detail),
9920         (gst_missing_plugin_message_get_installer_detail),
9921         (gst_missing_plugin_message_get_description),
9922         (gst_is_missing_plugin_message):
9923         * gst-libs/gst/utils/missing-plugins.h:
9924           API: add new libgstbaseutils library with functions
9925           - to create and parse missing-plugins messages
9926           - that provide (translated) descriptions for caps/decoders/sources/etc.
9927           Closes #392393.
9928
9929         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9930         * pkgconfig/gstreamer-plugins-base.pc.in:
9931           Add new lib.
9932
9933         * docs/libs/gst-plugins-base-libs-docs.sgml:
9934         * docs/libs/gst-plugins-base-libs-sections.txt:
9935           Generate docs for new lib and API.
9936
9937         * tests/check/Makefile.am:
9938         * tests/check/libs/.cvsignore:
9939         * tests/check/libs/utils.c: (missing_msg_check_getters),
9940         (GST_START_TEST), (libgstbaseutils_suite):
9941           Add some basic unit tests.
9942
9943 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9944
9945         * ext/ogg/Makefile.am:
9946           Dist gstoggdemux.h to fix 'make distcheck'.
9947
9948         * sys/v4l/Makefile.am:
9949           Fix 'make distcheck' even more.
9950
9951 2007-01-09  Wim Taymans  <wim@fluendo.com>
9952
9953         * docs/plugins/Makefile.am:
9954         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9955         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9956         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
9957         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
9958         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
9959         (gst_ogg_demux_perform_seek):
9960         * ext/ogg/gstoggdemux.h:
9961         Added docs.
9962         Add some more comments.
9963         Small cleanups.
9964
9965 2007-01-09  Wim Taymans  <wim@fluendo.com>
9966
9967         * ext/theora/theoradec.c:
9968         * ext/vorbis/vorbisdec.c:
9969         * gst-libs/gst/audio/gstringbuffer.c:
9970         (gst_ring_buffer_commit_full):
9971         * gst-libs/gst/audio/gstringbuffer.h:
9972         * gst-libs/gst/rtp/gstrtpbuffer.c:
9973         * gst-libs/gst/tag/gstvorbistag.c:
9974         Small documentation updates/fixes
9975
9976 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9977
9978         * configure.ac:
9979           Require core CVS HEAD for Andy's basesrc/sink API additions.
9980
9981 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
9982
9983         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
9984
9985         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
9986         (plugin_init):
9987           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
9988           on flac.sf.net (there appear to be other versions of the first
9989           ogg page in the wild) (#391365).
9990
9991 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
9992
9993         * configure.ac:
9994           Check if localtime_r() is available.
9995
9996         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
9997           If localtime_r() is not available, fall back to localtime(). Should
9998           fix build on MingW (#393310).
9999
10000 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10001
10002         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10003         * gst/subparse/gstsubparse.h:
10004           Remove spurious 1000 subtrahend when calculating the timestamp from
10005           the frame number and the frame rate . Also, use the frames/second
10006           value specified in the first line of the file, if one is specified
10007           there. Should fix #357503.
10008
10009         * tests/check/elements/subparse.c: (do_test),
10010         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10011         (subparse_suite):
10012           Add some basic unit tests for the microdvd subtitle format.
10013
10014 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10015
10016         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10017
10018         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10019         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10020         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10021         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10022         (gst_xvimagesink_set_xwindow_id),
10023         (gst_xvimagesink_set_event_handling),
10024         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10025         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10026         Fixes: #390076.
10027         Add an adaptor property to select a specific XV adaptor.
10028         * sys/xvimage/xvimagesink.h:
10029
10030 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10031
10032         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10033         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10034         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10035         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10036         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10037         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10038         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10039         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10040         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10041         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10042         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10043         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10044         Use flow_lock much more to protect every access to xwindow.
10045         Try to catch erros while creating images in case some drivers are
10046         just generating an XError when the requested image is too big.
10047         Should fix : #354698, #384008, #384060.
10048         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10049         Implement some stress testing of setting window xid.
10050
10051 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10052
10053         * win32/common/libgsaudio.def:
10054           Add new exported function.
10055         * win32/common/libgstogg.dsp:
10056           Add gstoggaviparse.c to the build.
10057         * win32/common/libgstvideoscale.dsp:
10058           Add vs_4tap.c to the build.
10059         * win32/common/libgstvorbis.dsp:
10060           Add vorbistag.c to the build.
10061         
10062 2007-01-06  Andy Wingo  <wingo@pobox.com>
10063
10064         * gst-libs/gst/audio/gstbaseaudiosink.c
10065         (gst_base_audio_sink_class_init)
10066         (gst_base_audio_sink_init): 
10067         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10068         to baseaudiosink, and tell basesink that we can work in pull mode.
10069         This way the ring buffer thread drives the pipeline directly, if
10070         pull mode is possible. There is some lingering nastiness regarding
10071         capsnego, however.
10072         (gst_base_audio_sink_callback): Implement the callback to pull
10073         data. This interface is a bit light, though -- it should get a
10074         GstFlowReturn return value at least.
10075
10076 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10077
10078         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10079         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10080         * gst/playback/gstdecodebin2.c:
10081         (gst_decode_group_check_if_blocked):
10082           Printf format and missing argument fixes.
10083
10084 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10085
10086         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10087         (gst_ogm_parse_change_state):
10088         Activate pads before adding them to the element.
10089
10090 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10091
10092         * tests/examples/seek/scrubby.c: (main):
10093         * tests/examples/seek/seek.c: (main):
10094           Call g_thread_init() first thing in main() (see #391278).
10095
10096 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10097
10098         * tests/check/Makefile.am:
10099         * tests/check/libs/.cvsignore:
10100         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10101         (netbuffer_suite):
10102           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10103           for the time being, since it's broken, see #393099.
10104
10105 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10106
10107         * tests/check/Makefile.am:
10108           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10109
10110 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10111
10112         * configure.ac:
10113           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10114           so that GST_BASE_CFLAGS can go inbetween them, making sure
10115           we use uninstalled gst-libs headers
10116         * docs/libs/Makefile.am:
10117         * ext/alsa/Makefile.am:
10118         * ext/cdparanoia/Makefile.am:
10119         * ext/gnomevfs/Makefile.am:
10120         * ext/libvisual/Makefile.am:
10121         * ext/ogg/Makefile.am:
10122         * ext/theora/Makefile.am:
10123         * ext/vorbis/Makefile.am:
10124         * gst-libs/gst/audio/Makefile.am:
10125         * gst-libs/gst/cdda/Makefile.am:
10126         * gst-libs/gst/interfaces/Makefile.am:
10127         * gst-libs/gst/riff/Makefile.am:
10128         * gst-libs/gst/rtp/Makefile.am:
10129         * gst-libs/gst/tag/Makefile.am:
10130         * gst/adder/Makefile.am:
10131         * gst/audioconvert/Makefile.am:
10132         * gst/audiorate/Makefile.am:
10133         * gst/audioresample/Makefile.am:
10134         * gst/playback/Makefile.am:
10135         * gst/tcp/Makefile.am:
10136         * gst/videoscale/Makefile.am:
10137         * gst/volume/Makefile.am:
10138         * sys/ximage/Makefile.am:
10139         * sys/xvimage/Makefile.am:
10140         * tests/icles/Makefile.am:
10141           adapt
10142
10143 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10144
10145         * gst-libs/gst/interfaces/xoverlay.c:
10146         (gst_x_overlay_handle_events):
10147         * gst-libs/gst/interfaces/xoverlay.h:
10148         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10149         (gst_ximagesink_set_xwindow_id),
10150         (gst_ximagesink_set_event_handling),
10151         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10152         (gst_ximagesink_get_property), (gst_ximagesink_init),
10153         (gst_ximagesink_class_init):
10154         * sys/ximage/ximagesink.h:
10155         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10156         (gst_xvimagesink_set_xwindow_id),
10157         (gst_xvimagesink_set_event_handling),
10158         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10159         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10160         (gst_xvimagesink_class_init):
10161         * sys/xvimage/xvimagesink.h:
10162         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10163         Add a method to the XOverlay interface to allow disabling of 
10164         event handling in x[v]imagesink elements. This will let X events
10165         propagate to parent windows which can be usefull in some cases.
10166         Be carefull that the application is then responsible of pushing
10167         navigation events and expose events to the video sink.
10168         Fixes: #387138.
10169
10170 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10171
10172         * gst-libs/gst/tag/gstvorbistag.c:
10173         * tests/check/libs/tag.c: (GST_START_TEST):
10174           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10175           (fixes #392070).
10176
10177 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10178
10179         * configure.ac:
10180         * docs/Makefile.am:
10181         * docs/design/Makefile.am:
10182           Dist design docs.
10183
10184 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10185
10186         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10187         typo. Fixes: #390063.
10188
10189 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10190
10191         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10193         caps leak.
10194         * win32/common/config.h: Updated.
10195
10196 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10197
10198         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10199         (setup_gdpdepay_streamheader):
10200         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10201         (setup_gdppay_streamheader):
10202           Fix the dp tests, but activating the pads for the streamheader tests
10203           too and cleaning up conditionaly
10204
10205 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
10206
10207         * gst/ffmpegcolorspace/avcodec.h:
10208         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10209         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10210         (gst_ffmpegcsp_avpicture_fill):
10211         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10212         (img_get_alpha_info):
10213         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10214         other end of the word. Fixes: #387073.
10215
10216         Add some inconsequential branch hints in a couple of places.
10217
10218 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
10219
10220         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10221         (gst_ffmpeg_caps_to_smpfmt):
10222           The "signed" field in raw audio caps is of boolean type, trying to
10223           extract the value with _get_int() will fail (fix to keep in sync with
10224           the copy in gst-ffmpeg)
10225
10226 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10227
10228         * tests/check/elements/audioresample.c: (cleanup_audioresample):
10229         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
10230         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
10231         (cleanup_gdpdepay):
10232         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
10233         * tests/check/elements/subparse.c: (teardown_subparse):
10234         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
10235         * tests/check/elements/videorate.c: (cleanup_videorate):
10236         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
10237         * tests/check/elements/volume.c: (cleanup_volume):
10238         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
10239         (cleanup_vorbisdec):
10240         * tests/check/elements/vorbistag.c: (setup_vorbistag),
10241         (cleanup_vorbistag):
10242           consistent pad (de)activation
10243
10244 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10245
10246         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10247           Forgot to register the extensions.
10248
10249 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10250
10251         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
10252         (plugin_init):
10253           Add typefinder for VIVO files (my christmas present to the 90s).
10254
10255 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10256
10257         * gst/playback/gstdecodebin.c: (type_found):
10258           Special-case the text/plain media type: we only want to recognise it
10259           as a 'raw' decoded media type if it comes from a demuxer or subtitle
10260           parser, but not if the entire stream is of text/plain type. If the
10261           entire stream is text/plain, we should just error out.
10262
10263           This fixes playback of audio files with lyrics in totem. Totem can't
10264           distinguish between text files and subtitle files and passes any
10265           .txt file with the same basename as the main file to playbin as
10266           suburi, and playbin will then throw a 'subtitle found, but no video
10267           stream' error, which isn't entirely helpful. See #380342.
10268
10269           Also, with this change we'll show a slightly more correct error
10270           message in case totem passes a playlist file to us (although a
10271           custom error message wording instead of the default text would
10272           probably not be a bad idea either).
10273
10274           Same problem also needs to be fixed for playbin+decodebin2.
10275
10276         * tests/check/Makefile.am:
10277         * tests/check/elements/decodebin.c: (src_handoff_cb),
10278         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
10279         (decodebin_suite):
10280           Add simple unit test for decodebin for the above.
10281
10282 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10283
10284         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10285         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
10286           Refuse to change state to READY when we failed to create any of the
10287           required elements in our instance init function.
10288
10289 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
10290
10291         * docs/libs/gst-plugins-base-libs-sections.txt:
10292           Small docs fixes/updates.
10293
10294         * gst-libs/gst/video/gstvideosink.h:
10295           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
10296           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
10297           removed from the base sink API between 0.9.6 and 0.9.7).
10298           API: add GST_VIDEO_SINK_CAST and use it for the height/width
10299           accessor macros, so we don't do a runtime GObject type check every
10300           time we use them.
10301
10302 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10303
10304         * Makefile.am:
10305         * gst-plugins-base.doap:
10306         * gst-plugins-base.spec.in:
10307           add doap file
10308
10309 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
10310
10311         Patch by: Jens Granseuer <jensgr at gmx net>
10312
10313         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10314         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10315         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
10316         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
10317         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10318           Declare variables at the beginning of a block. Fixes #383195.
10319
10320 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
10321
10322         * configure.ac:
10323         Bump version nano - back to CVS.
10324
10325
10326 === release 0.10.11 ===
10327
10328 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
10329
10330         * configure.ac:
10331           releasing 0.10.11, "Dumb things"
10332
10333 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
10334
10335         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
10336         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
10337         Handle the case where an element has multiple pads with 
10338         unfixed caps as well as still possibly producing more dynamic 
10339         pads by storing each case as a distinct entry in the dynamic list.
10340         Fixes #38223 again.
10341
10342 2006-12-04  Wim Taymans  <wim@fluendo.com>
10343
10344         * gst/playback/gstdecodebin.c: (close_pad_link):
10345         Fix #382223, add more dynamic caps handling.
10346
10347 2006-12-04  Wim Taymans  <wim@fluendo.com>
10348
10349         * gst-libs/gst/audio/gstringbuffer.h:
10350         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
10351         (gst_netaddress_set_ip4_interface),
10352         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
10353         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
10354         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
10355         (gst_netaddress_get_ttl):
10356         * gst-libs/gst/netbuffer/gstnetbuffer.h:
10357         * gst/playback/gstdecodebin.c: (close_pad_link):
10358         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
10359         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
10360         * win32/common/config.h:
10361
10362 2006-12-01  Michael Smith  <msmith@fluendo.com>
10363
10364         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
10365           Delete bad debug code.
10366           Fixes #381219
10367
10368 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
10369
10370         * gst/videoscale/vs_4tap.c:
10371         * win32/MANIFEST:
10372         * win32/common/config.h:
10373         * win32/vs8/libgstvideoscale.vcproj:
10374         Fix compilation on win32 under VS8
10375         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
10376         Partially fixes #381175
10377
10378 2006-11-30  Michael Smith  <msmith@fluendo.com>
10379
10380         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
10381         (GST_START_TEST):
10382           It would be very bad if, after a discont buffer, we thought every
10383           single following buffer was also discont. So, add to the test to
10384           ensure that this isn't the case.
10385           
10386         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
10387           ... it was the case. So fix it.
10388
10389 2006-11-28  Wim Taymans  <wim@fluendo.com>
10390
10391         * gst/playback/gstplaybasebin.c: (check_queue_event):
10392         Improve debug.
10393
10394         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
10395         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
10396         padtemplate caps. Refixes #357577.
10397
10398 2006-11-28  Wim Taymans  <wim@fluendo.com>
10399
10400         * gst/playback/gstplaybasebin.c: (check_queue_event),
10401         (queue_threshold_reached), (queue_out_of_data),
10402         (gen_preroll_element):
10403         Add event probe to see when EOS is in a queue and we can disable the
10404         underrun signals. Fixes #357577.
10405
10406 2006-11-28  Edward Hervey  <edward@fluendo.com>
10407
10408         * gst/playback/Makefile.am:
10409         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
10410         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
10411         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
10412         (gst_decode_bin_init), (gst_decode_bin_dispose),
10413         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
10414         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
10415         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
10416         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
10417         (connect_element), (expose_pad), (type_found),
10418         (pad_added_group_cb), (pad_removed_group_cb),
10419         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
10420         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
10421         (are_raw_caps), (multi_queue_overrun_cb),
10422         (multi_queue_underrun_cb), (gst_decode_group_new),
10423         (get_current_group), (group_demuxer_event_probe),
10424         (gst_decode_group_control_demuxer_pad),
10425         (gst_decode_group_control_source_pad),
10426         (gst_decode_group_check_if_blocked),
10427         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
10428         (gst_decode_group_hide), (gst_decode_group_free),
10429         (gst_decode_group_set_complete), (source_pad_blocked_cb),
10430         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
10431         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
10432         (plugin_init):
10433         New decodebin2 element.
10434         Closes #370092
10435         * gst/playback/gstplay-marshal.list:
10436         Added marshallers for new signals in decodebin2
10437         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
10438         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
10439         is set.
10440
10441 2006-11-28  Wim Taymans  <wim@fluendo.com>
10442
10443         * gst/playback/gstplaybasebin.c: (setup_source),
10444         (gst_play_base_bin_change_state):
10445         Disable rtsp:// uris for the release, it's not good enough yet.
10446         Remove unused var.
10447
10448 2006-11-26  Wim Taymans  <wim@fluendo.com>
10449
10450         * ext/theora/theoradec.c: (gst_theora_dec_reset),
10451         (theora_dec_push_forward), (theora_dec_push_reverse),
10452         (theora_handle_data_packet), (theora_dec_decode_buffer),
10453         (theora_dec_flush_decode), (theora_dec_chain_reverse),
10454         (theora_dec_chain_forward), (theora_dec_chain):
10455         Implement reverse playback.
10456
10457         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
10458         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
10459         (vorbis_dec_chain_forward):
10460         Clear buffers used for reverse playback in _reset.
10461         No need to set the eos flag, we clip samples using the segment.
10462
10463 2006-11-24  Wim Taymans  <wim@fluendo.com>
10464
10465         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10466         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
10467         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
10468         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
10469         Some cleanups.
10470         Handle continued pages in reverse mode.
10471
10472 2006-11-24  Wim Taymans  <wim@fluendo.com>
10473
10474         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
10475         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
10476         (vorbis_dec_flush_decode):
10477         Small cleanups.
10478         Don't try to add invalid timestamps.
10479         Clipping will unref the buffer.
10480
10481 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
10482
10483         * gst/adder/gstadder.h:
10484         * gst/audiotestsrc/gstaudiotestsrc.h:
10485           remove obsolete _factory_init protos
10486
10487 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
10488
10489         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
10490           Fix spacing in debug message.
10491
10492 2006-11-23  Wim Taymans  <wim@fluendo.com>
10493
10494         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
10495         (gst_ogg_demux_chain):
10496         Don't just ignore return values from _pad_push().
10497         Small debug improvements.
10498
10499 2006-11-23  Michael Smith  <msmith@fluendo.com>
10500
10501         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
10502           If our incoming buffer is marked as DISCONT, then increment the page
10503           number (so that the discontinuity is marked in the final ogg
10504           bitstream) and flush the previous page.
10505
10506 2006-11-22  Michael Smith  <msmith@fluendo.com>
10507
10508         * ext/theora/gsttheoraenc.h:
10509         * ext/theora/theoraenc.c: (gst_theora_enc_init),
10510         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
10511         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
10512         (theora_enc_chain), (theora_enc_change_state):
10513           Mark discontinuities of > 3/4 of a frame, reinit encoder.
10514
10515         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
10516         (GST_START_TEST), (theoraenc_suite):
10517           Enable discontinuity test, fix it.
10518
10519 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10520
10521         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10522         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10523         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10524         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10525         (gst_text_overlay_change_state):
10526         * ext/pango/gsttextoverlay.h:
10527           Some textoverlay fixes: for one, in the video chain function,
10528           actually wait for a text buffer to come in if there is none at the
10529           moment and there should be one; also, deal more gracefully with
10530           incoming buffers that do not have a timestamp or duration; discard
10531           text buffer when not needed any longer. Fixes #341681.
10532
10533         * tests/check/Makefile.am:
10534         * tests/check/elements/.cvsignore:
10535         * tests/check/elements/textoverlay.c:
10536         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
10537         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
10538         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
10539         (test_video_waits_for_text_send_text_newsegment_thread),
10540         (test_video_waits_for_text_shutdown_element),
10541         (test_render_continuity_push_video_buffers_thread),
10542         (textoverlay_suite):
10543           Add some unit tests for textoverlay.
10544
10545 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10546
10547         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10548           Avoid integer underflow when the found probability for mp3 is
10549           smaller than the 'penalty' we subtract if there's not a clean
10550           mp3 header sync at offset 0.
10551
10552 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
10553
10554         * docs/libs/gst-plugins-base-libs-sections.txt:
10555           Add some new symbols to the docs
10556
10557 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
10558
10559         * tests/check/Makefile.am:
10560         * tests/check/elements/ffmpegcolorspace.c:
10561         (ffmpegcolorspace_suite):
10562           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
10563           (for now not for valgrinding though, since it takes too long).
10564
10565 2006-11-20  Wim Taymans  <wim@fluendo.com>
10566
10567         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10568         (gst_ffmpeg_pixfmt_to_caps):
10569         Fix RGBA32 caps. Fixes #357038.
10570
10571 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
10572
10573         * gst-libs/gst/interfaces/mixertrack.h:
10574           Add FIXME so we can add some padding here in 0.11
10575
10576 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
10577
10578         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10579           Fix GstBaseRTPAudioPayload structure so the whole GObject
10580           inheritance business actually works (parent class instance structure
10581           must always come first in the derived class instance structure).
10582
10583 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10584
10585         * gst/videotestsrc/Makefile.am:
10586         * tests/check/Makefile.am:
10587           Make sure our checks and the videotestsrc plugin link against the
10588           local uninstalled gst libs and not any installed gst libs that
10589           might happen to exist as well.
10590
10591         * tests/check/elements/adder.c: (message_received),
10592         (test_event_message_received), (test_play_twice_message_received):
10593         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
10594           Fix compiler warnings when compiling against core with disabled
10595           debugging system.
10596
10597 2006-11-16  Michael Smith  <msmith@fluendo.com>
10598
10599         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
10600         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
10601           Fix audiorate, so that it accurately sets offsets and timestamps.
10602           Doesn't change the fundamental algorithmic decisions; so should be
10603           safe.
10604
10605         * tests/check/Makefile.am:
10606           Enable audiorate test now that it passes.
10607
10608 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
10609
10610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10611           clear xv when going to NULL, remove // commented non-existant proto
10612
10613         * tests/examples/seek/seek.c: (main):
10614           add missing tooltip description for scrub and play_scrub
10615
10616 2006-11-14  David Schleef  <ds@schleef.org>
10617
10618         * configure.ac:
10619           Bump liboil requirement to 0.3.8.
10620         * gst-libs/gst/riff/riff-media.c:
10621           Add Dirac fourcc.
10622         * gst/videoscale/vs_image.h:
10623         * gst/videoscale/vs_scanline.h:
10624           Use liboil's stdint.h.
10625         * gst/videotestsrc/videotestsrc.c:
10626           Remove liboil related ifdef's, since they aren't needed now, and
10627           won't work with future versions.
10628
10629 2006-11-14  David Schleef  <ds@schleef.org>
10630
10631         * gst/videoscale/Makefile.am:
10632         * gst/videoscale/gstvideoscale.c:
10633         * gst/videoscale/gstvideoscale.h:
10634         * gst/videoscale/vs_4tap.c:
10635         * gst/videoscale/vs_4tap.h:
10636         * gst/videoscale/vs_image.c:
10637         * gst/videoscale/vs_image.h:
10638         * gst/videoscale/vs_scanline.c:
10639         * gst/videoscale/vs_scanline.h:
10640           Add a 4-tap image scaler.  Theoretically looks much prettier.
10641           The tap calculation could use some improvement.
10642
10643 2006-11-14  Wim Taymans  <wim@fluendo.com>
10644
10645         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
10646
10647         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
10648         (gst_riff_parse_strf_iavs):
10649         * gst/subparse/gstsubparse.c: (convert_encoding):
10650         * gst/tcp/gstmultifdsink.c:
10651         (gst_multi_fd_sink_handle_client_write):
10652         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
10653         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
10654         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
10655         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
10656         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10657         (gst_ximagesink_ximage_new):
10658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10659         Various gsize and gssize printf fixes. Fixes #372507.
10660
10661 2006-11-13  Wim Taymans  <wim@fluendo.com>
10662
10663         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
10664         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
10665         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
10666         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
10667         (vorbis_dec_chain_forward), (vorbis_dec_chain):
10668         * ext/vorbis/vorbisdec.h:
10669         First stab at vorbis reverse playback.
10670
10671 2006-11-13  Wim Taymans  <wim@fluendo.com>
10672
10673         * gst-libs/gst/audio/gstbaseaudiosink.c:
10674         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
10675         * gst-libs/gst/audio/gstbaseaudiosink.h:
10676         Make the clock sync code more accurate wrt resampling and playback
10677         at different rates.
10678         
10679         * gst-libs/gst/audio/gstringbuffer.c:
10680         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
10681         * gst-libs/gst/audio/gstringbuffer.h:
10682         Use better algorithm to interpolate sample rates. 
10683
10684 2006-11-13  Michael Smith  <msmith@fluendo.com>
10685
10686         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
10687           Improve a debug line slightly.
10688
10689         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
10690           Call gst_riff_init() in plugin_init, to avoid getting errors from
10691           the debug system (unrelated changes to another plugin made this turn
10692           up; not sure why).
10693
10694 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10695
10696         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
10697
10698         * win32/common/libgsttag.def:
10699           Add missing symbol (#366492).
10700
10701 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10702
10703         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
10704           Don't unref a NULL pad.
10705
10706 2006-11-09  Wim Taymans  <wim@fluendo.com>
10707
10708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
10709         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
10710         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
10711         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
10712         (gst_ogg_demux_loop):
10713         Implement first stab at reverse playback.
10714
10715 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
10716
10717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10718         (gst_riff_create_video_template_caps):
10719           add h263/h264 variants to the caps, Fixes #363118
10720
10721 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
10722
10723         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
10724         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
10725           Use g_strerror instead of strerror so we get UTF-8.
10726
10727 2006-11-03  David Schleef  <ds@schleef.org>
10728
10729         * ext/ogg/gstoggdemux.c:
10730         * ext/ogg/gstoggmux.c:
10731           Add/remove KW-DIRAC header here, since it is ogg-specific.
10732
10733 2006-11-03  Michael Smith  <msmith@fluendo.com>
10734
10735         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10736           Recognise more mpeg4 elementary video streams.
10737
10738 2006-11-02  Edward Hervey  <edward@fluendo.com>
10739
10740         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10741         Lower the probability of mp3 typefinding functions if we don't find a
10742         valid mp3 header at the start of the file.
10743         Closes #369482
10744
10745 2006-11-02  Wim Taymans  <wim@fluendo.com>
10746
10747         * ext/theora/gsttheoradec.h:
10748         * ext/theora/theoradec.c: (gst_theora_dec_init),
10749         (theora_dec_sink_event), (theora_dec_chain_forward),
10750         (theora_dec_flush_decode), (theora_dec_chain_reverse),
10751         (theora_dec_chain):
10752         Document and partially implement an algorithm for doing reverse playback
10753         of theora video.
10754
10755 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
10756
10757         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
10758
10759         * win32/common/config.h:
10760         * win32/common/interfaces-enumtypes.c:
10761         * win32/common/libgsttag.def:
10762         * win32/vs8/gst-plugins-base.sln:
10763         * win32/vs8/libgstaudioresample.vcproj:
10764         * win32/vs8/libgstinterfaces.vcproj:
10765         * win32/vs8/libgstogg.vcproj:
10766         * win32/vs8/libgstriff.vcproj:
10767         * win32/vs8/libgsttag.vcproj:
10768         * win32/vs8/libgsttheora.vcproj:
10769         * win32/vs8/libgstvideoscale.vcproj:
10770         * win32/vs8/libgstvorbis.vcproj:
10771           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
10772           to libgsttag.def; add missing dependencies for some vs8 projects;
10773           re-arrange placement of .def files in vs8 projects (#366334).
10774
10775 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
10776
10777         * ext/ogg/gstogg.c:
10778           Remove unused variable.
10779
10780         * ext/ogg/gstoggdemux.c:
10781           Fix Wim's surname in plugin description.
10782
10783 2006-10-31  Wim Taymans  <wim@fluendo.com>
10784
10785         * gst-plugins-base.spec.in:
10786         spec new .h file. Fixes #368310.
10787
10788 2006-10-31  Michael Smith  <msmith@fluendo.com>
10789
10790         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
10791         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
10792         (gst_multi_fd_sink_get_stats),
10793         (gst_multi_fd_sink_remove_client_link),
10794         (gst_multi_fd_sink_queue_buffer),
10795         (gst_multi_fd_sink_handle_clients):
10796         * gst/tcp/gstmultifdsink.h:
10797           Make using the remove or clear signals threadsafe.
10798           Make calling get-stats with an invalid fd not segfault.
10799           Fixes 368273.
10800
10801 2006-10-31  Wim Taymans  <wim@fluendo.com>
10802
10803         * gst-libs/gst/rtp/Makefile.am:
10804         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10805         (gst_base_rtp_audio_payload_init):
10806         Fix and activate base audio payloader.
10807
10808 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
10809
10810         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
10811         (plugin_init):
10812           Add typefinder for QuickTime Image Files (see #366156).
10813
10814 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
10815
10816         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
10817           Another typo fix (#366212).
10818
10819 2006-10-27  Wim Taymans  <wim@fluendo.com>
10820
10821         * gst/volume/gstvolume.c: (volume_transform_ip):
10822         Use stream time to synchronize volume property instead of rather random
10823         timestamps. This is needed when gnonlin does its time shifting.
10824
10825 2006-10-27  Wim Taymans  <wim@fluendo.com>
10826
10827         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
10828
10829         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
10830         Remove the pad from the element in release_pad. Fixes #364812.
10831
10832 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
10833
10834         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
10835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
10836           Explicitly create our custom buffer classes at a thread-safe
10837           location as well, since g_type_class_ref() doesn't seem to be
10838           entirely thread-safe either (#365501; also see #349410).
10839
10840 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
10841
10842         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
10843         (gst_riff_parse_info):
10844           If strings in INFO chunk are not UTF-8, do something similar to
10845           what we do for ID3v1 tags: check a number of environment variables
10846           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
10847           character sets to try, otherwise try the current locale and/or fall
10848           back on ISO-8859-1. Fixes #360552.
10849
10850 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
10851
10852         * gst/videotestsrc/gstvideotestsrc.c:
10853         (gst_video_test_src_pattern_get_type),
10854         (gst_video_test_src_set_pattern):
10855         * gst/videotestsrc/gstvideotestsrc.h:
10856         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
10857         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
10858         (gst_video_test_src_checkers8):
10859         * gst/videotestsrc/videotestsrc.h:
10860           Add a bunch of exciting new checkers patterns.
10861
10862 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
10863
10864         * gst/subparse/Makefile.am:
10865         * gst/subparse/gstsubparse.c:
10866         (gst_sub_parse_data_format_autodetect),
10867         (gst_sub_parse_format_autodetect), (handle_buffer),
10868         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
10869         * gst/subparse/gstsubparse.h:
10870         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
10871         (parse_tmplayer):
10872         * gst/subparse/tmplayerparse.h:
10873           Add support for TMPlayer-type subtitles (#362845).
10874
10875         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
10876         (GST_START_TEST), (subparse_suite):
10877           Add some basic unit tests for the above.
10878
10879 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
10880
10881         * tests/check/elements/audiorate.c: (test_injector_base_init),
10882         (test_injector_class_init), (test_injector_chain),
10883         (test_injector_init), (probe_cb), (do_perfect_stream_test),
10884         (GST_START_TEST), (audiorate_suite):
10885           More tests for audiorate: inject buffers to check behaviour when
10886           buffers overlap.
10887
10888 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
10889
10890         * tests/check/Makefile.am:
10891         * tests/check/elements/.cvsignore:
10892         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
10893         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
10894           Add some basic unit tests for audiorate. Disabled at the moment
10895           since it doesn't pass yet (see bug #363119).
10896
10897 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
10898
10899         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
10900         (parse_subrip), (handle_buffer):
10901           Add missing closing tags for markup and fix broken markup,
10902           otherwise pango won't render anything (fixes #357531). Also,
10903           make sure the text we send out is always NUL-terminated
10904           (better safe than sorry etc.).
10905
10906         * tests/check/elements/subparse.c: (test_srt_do_test),
10907         (test_srt):
10908           Some more tests for .srt incl. tests for the above stuff.
10909
10910 2006-10-20  Julien MOUTTE  <julien@moutte.net>
10911
10912         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
10913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10914         Patch by: Stefan Kost  <ensonic@users.sf.net>
10915         Try to redraw borders only when needed. Apparently this consumes
10916         resources on small devices... :-O (#363607)
10917
10918 2006-10-20  Michael Smith  <msmith@fluendo.com>
10919
10920         * gst/tcp/gstmultifdsink.c:
10921         (gst_multi_fd_sink_client_queue_buffer):
10922           If caps change, then update the client's idea of the caps so that we
10923           don't end up re-sending streamheaders for every single buffer after
10924           the caps change.
10925
10926 2006-10-20  Michael Smith  <msmith@fluendo.com>
10927
10928         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
10929         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
10930           Set caps on pushed buffers; fix up refcounting of caps objects.
10931
10932 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
10933
10934         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
10935         (plugin_init):
10936           Typefind mmsh header data packet to application/x-mmsh (#362625).
10937
10938 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
10939
10940         * tests/check/Makefile.am:
10941         * tests/check/elements/.cvsignore:
10942         * tests/check/elements/subparse.c: (buffer_from_static_string),
10943         (setup_subparse), (teardown_subparse), (test_srt_do_test),
10944         (GST_START_TEST), (subparse_suite):
10945           Add very simple unit test for subparse.
10946
10947 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
10948
10949         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
10950         (parse_subrip):
10951           Strip trailing newlines from subtitle text output.
10952
10953 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
10954
10955         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
10956         (gst_sub_parse_change_state):
10957           Fix memleak; clear subparse->textbuf n state change function.
10958
10959 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
10960
10961         * gst/subparse/gstsubparse.c:
10962         (gst_sub_parse_data_format_autodetect):
10963           Don't require subrip (.srt) files to start with a chunk number of 1.
10964
10965 2006-10-18  Wim Taymans  <wim@fluendo.com>
10966
10967         * gst-libs/gst/audio/gstbaseaudiosink.c:
10968         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
10969         * gst-libs/gst/audio/gstbaseaudiosink.h:
10970         Extract rate from the NEWSEGMENT event.
10971         Use commit_full to also take rate adjustment into account when writing
10972         samples to the ringbuffer.
10973         
10974         * gst-libs/gst/audio/gstringbuffer.c:
10975         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
10976         (gst_ring_buffer_read):
10977         * gst-libs/gst/audio/gstringbuffer.h:
10978         Added _commit_full() to also take rate into account.
10979         Use simple interpolation algorithm to resample audio.
10980         API: gst_ring_buffer_commit_full()
10981
10982         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
10983         * tests/examples/seek/seek.c: (segment_done):
10984         Don't try to seek with 0.0 rate, just pause instead.
10985         Remove bogus debug line.
10986
10987 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
10988
10989         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
10990         (setup_source):
10991           Catch async errors when starting up the subtitle bin, so we can
10992           stop waiting and continue with the main film instead of hanging
10993           forever. Fixes #339366.
10994
10995         * tests/check/elements/playbin.c: (playbin_suite):
10996           Enable unit test for the above.
10997
10998 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
10999
11000         * tests/check/Makefile.am:
11001         * tests/check/elements/.cvsignore:
11002         * tests/check/elements/playbin.c: (GST_START_TEST),
11003         (gst_red_video_src_uri_get_type),
11004         (gst_red_video_src_uri_get_protocols),
11005         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11006         (gst_red_video_src_uri_handler_init),
11007         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11008         (gst_red_video_src_create), (gst_red_video_src_class_init),
11009         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11010           Some small and basic unit tests for playbin; not very useful yet,
11011           but at least a start.
11012
11013 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11014
11015         * gst/playback/gstplaybin.c: (setup_sinks):
11016           The old pad activation spiel.
11017
11018 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11019
11020         * gst/playback/gstplaybasebin.c: (setup_source):
11021           Don't hang forever if the subbin already fails to start up in 
11022           the state change to PAUSED (#339366).
11023
11024 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11027         (gst_tuner_set_channel), (gst_tuner_get_channel),
11028         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11029         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11030         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11031         (gst_tuner_find_channel_by_name):
11032           Fix some function guards, add some more function guards.
11033
11034 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11035
11036         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11037         (remove_element_chain):
11038         Don't return a pad from get_our_ghost_pad unless it is actually the
11039         one we want.
11040         Change a cast in remove_element_chain slightly.
11041
11042 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11043
11044         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11045         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11046         Segment seeking needs to use the rate and set stop to -1.
11047
11048 2006-10-13  Wim Taymans  <wim@fluendo.com>
11049
11050         * gst-libs/gst/audio/gstbaseaudiosink.c:
11051         (gst_base_audio_sink_setcaps):
11052         Don't crash when ringbuffer is not yet created.
11053         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11054         Fixes #361634.
11055
11056         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11057         * gst/playback/gststreamselector.c:
11058         (gst_stream_selector_request_new_pad):
11059         Activate pads befre adding them to running elements.
11060
11061 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11062
11063         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11064         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11065         updater when we start grabing the slider. Don't wait for the
11066         pipeline to be PAUSED.
11067
11068 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11069
11070         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11071         (gst_mixer_set_volume), (gst_mixer_get_volume),
11072         (gst_mixer_set_mute), (gst_mixer_set_option),
11073         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11074         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11075         (gst_mixer_option_changed):
11076           Guard mixer interface functions against bogus arguments.
11077
11078 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11079
11080         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11081         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11082         (msg_state_changed), (main): Use state-changed messages to trigger
11083         start/stop of scale update timer. Indeed the scale slider was
11084         jumping here and there because the update timer was activated 
11085         before seek completed. This fixes instant applying of rate changes
11086         by pressing the spinbutton like a crazy man !
11087
11088 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11089
11090         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11091
11092         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11093         (gst_basertppayload_finalize):
11094           Fix two small memory leaks (#361456).
11095
11096 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11097
11098         * tests/examples/seek/seek.c: (do_seek),
11099         (rate_spinbutton_changed_cb): When changing spinbutton we try
11100         to change the rate on the fly.
11101
11102 2006-10-10  Wim Taymans  <wim@fluendo.com>
11103
11104         * gst-libs/gst/riff/riff-ids.h:
11105         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11106         (gst_riff_create_audio_template_caps):
11107         Add WMS caps.
11108
11109 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11110
11111         Patch by: Josep Torra Valles <josep@fluendo.com>
11112
11113         * ext/gnomevfs/gstgnomevfssink.c:
11114         * ext/gnomevfs/gstgnomevfssrc.c:
11115         Fix URI interface implementation return type.
11116         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11117         Fix what looks like a copy/paste issue when assigning values.
11118         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11119         (gst_audio_filter_template_get_type):
11120         Cast to prevent Forte warnings.
11121         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11122         Fix URI interface implementation return type.
11123         gst_pad_query_position requires a signed integer pointer as
11124         3rd parameter, GstClockTime is unsigned.
11125         * gst/audioconvert/audioconvert.c:
11126         Fix integer overflow when treated as signed.
11127         * gst/audioresample/resample.c: (resample_add_input_data):
11128         Cast to prevent warnings on Forte.
11129         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11130         Fix integer overflow when treated as signed.
11131         * gst/ffmpegcolorspace/imgconvert_template.h:
11132         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11133         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11134         (cleanup_decodebin):
11135         Who initialises a guint to -1!
11136         Cast function pointers to prevent warnings on Forte.
11137         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11138         (queue_threshold_reached):
11139         Cast function pointers correctly to prevent warnings on Forte.
11140         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11141         Cast function pointers correctly to prevent warnings on Forte.
11142         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11143         Obvious change to unsigned, 0xEF > max signed char.
11144         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11145         GstClockTime is unsigned, initialise correctly.
11146         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11147         Cast so pointer arithemetic doesn't cause warnings on Forte.
11148         * gst/videorate/gstvideorate.c:
11149         Use correct return value.
11150         * tests/examples/seek/scrubby.c:
11151         GstClockTime is unsigned, initialise correctly.
11152
11153 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11154
11155         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11156
11157         * gst/typefind/gsttypefindfunctions.c:
11158           Recognise XML files and XML-like files shorter than 256 bytes as
11159           well (fixes #359237).
11160
11161 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11162
11163         Patch by: Renato Filho <renato.filho@indt.org.br>
11164         
11165         * gst/typefind/gsttypefindfunctions.c:
11166         Added typefind functions to video/x-nuv media.
11167         
11168 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11169
11170         * gst-libs/gst/interfaces/xoverlay.c:
11171         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11172           Some more guards against invalid input.
11173
11174 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11175
11176         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11177         Useless goto.
11178         * tests/examples/seek/seek.c: (do_seek),
11179         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11180         seek example to experiment with rates != 1.0 (reverse playback !)
11181
11182 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11183
11184         * gst-libs/gst/interfaces/xoverlay.c:
11185           Unref message in doc-example (spotted by Robert McQueen)
11186
11187 2006-10-06  Wim Taymans  <wim@fluendo.com>
11188
11189         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11190         (mpeg1_parse_header), (mpeg1_sys_type_find):
11191         printf fix.
11192
11193 2006-10-06  Wim Taymans  <wim@fluendo.com>
11194
11195         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11196         (close_pad_link):
11197         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11198         Activate dynamic pads before adding them to the element.
11199
11200 2006-10-06  Michael Smith  <msmith@fluendo.com>
11201
11202         * gst-libs/gst/floatcast/floatcast.h:
11203           Fix obviously-bogus macros; use the correct types.
11204
11205 2006-10-06  Wim Taymans  <wim@fluendo.com>
11206
11207         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11208         (gst_base_rtp_depayload_change_state):
11209         Also call parent state change function to activate pads.
11210
11211         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11212         (mpeg1_parse_header), (mpeg1_sys_type_find):
11213         Add some more debug info in mpeg typefinding.
11214
11215 2006-10-06  Michael Smith  <msmith@fluendo.com>
11216
11217         * ext/theora/theoradec.c: (theora_dec_chain):
11218           Zero byte theora packets are valid and well-defined; don't warn on
11219           them.
11220
11221 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11222
11223         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11224         (gst_multi_fd_sink_get_stats), (find_limits),
11225         (gst_multi_fd_sink_queue_buffer):
11226           API: add dropped_buffers to the get-stats GValueArray
11227
11228 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11229
11230         * ext/alsa/gstalsadeviceprobe.c:
11231         (gst_alsa_device_property_probe_get_values):
11232         * ext/alsa/gstalsasink.c: (set_hwparams):
11233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
11234         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
11235         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
11236         (gst_ogg_mux_process_best_pad):
11237         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
11238         (gst_ogg_parse_chain):
11239         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
11240         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11241         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
11242         (gst_vorbis_enc_buffer_check_discontinuous):
11243         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
11244         * gst-libs/gst/audio/gstbaseaudiosink.c:
11245         (gst_base_audio_sink_render):
11246         * gst-libs/gst/cdda/gstcddabasesrc.c:
11247         (gst_cdda_base_src_handle_track_seek):
11248         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11249         (gst_base_rtp_depayload_push_full):
11250         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11251         * gst/audioresample/resample.c: (resample_input_pushthrough):
11252         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
11253         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11254         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11255         (wavpack_type_find):
11256         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11257         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11258         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
11259         * tests/check/elements/volume.c: (GST_START_TEST):
11260           Printf format fixes.
11261
11262 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11263
11264         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
11265           Fix a simple mistake (see the docs)
11266           Fixes #359580
11267
11268 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11269
11270         * docs/plugins/Makefile.am:
11271         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11272         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11273         * docs/plugins/gst-plugins-base-plugins.args:
11274         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11275         * docs/plugins/inspect/plugin-adder.xml:
11276         * docs/plugins/inspect/plugin-alsa.xml:
11277         * docs/plugins/inspect/plugin-audioconvert.xml:
11278         * docs/plugins/inspect/plugin-audiorate.xml:
11279         * docs/plugins/inspect/plugin-audioresample.xml:
11280         * docs/plugins/inspect/plugin-audiotestsrc.xml:
11281         * docs/plugins/inspect/plugin-cdparanoia.xml:
11282         * docs/plugins/inspect/plugin-decodebin.xml:
11283         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11284         * docs/plugins/inspect/plugin-gdp.xml:
11285         * docs/plugins/inspect/plugin-gnomevfs.xml:
11286         * docs/plugins/inspect/plugin-libvisual.xml:
11287         * docs/plugins/inspect/plugin-ogg.xml:
11288         * docs/plugins/inspect/plugin-pango.xml:
11289         * docs/plugins/inspect/plugin-playbin.xml:
11290         * docs/plugins/inspect/plugin-subparse.xml:
11291         * docs/plugins/inspect/plugin-tcp.xml:
11292         * docs/plugins/inspect/plugin-theora.xml:
11293         * docs/plugins/inspect/plugin-typefindfunctions.xml:
11294         * docs/plugins/inspect/plugin-video4linux.xml:
11295         * docs/plugins/inspect/plugin-videorate.xml:
11296         * docs/plugins/inspect/plugin-videoscale.xml:
11297         * docs/plugins/inspect/plugin-videotestsrc.xml:
11298         * docs/plugins/inspect/plugin-volume.xml:
11299         * docs/plugins/inspect/plugin-vorbis.xml:
11300         * docs/plugins/inspect/plugin-ximagesink.xml:
11301         * docs/plugins/inspect/plugin-xvimagesink.xml:
11302           Add vorbistag element to docs; update version numbers to 0.10.10.1.
11303
11304 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11305
11306         Patch by: James "Doc" Livingston <doclivingston at gmail com>
11307
11308         * ext/vorbis/Makefile.am:
11309         * ext/vorbis/vorbis.c: (plugin_init):
11310         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
11311         (vorbis_parse_parse_packet), (vorbis_parse_chain):
11312         * ext/vorbis/vorbisparse.h:
11313         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
11314         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
11315         (gst_vorbis_tag_parse_packet):
11316         * ext/vorbis/vorbistag.h:
11317           Add new vorbistag element which derives from vorbisparse
11318           and is essentially the same as well, only that it implements
11319           the GstTagSetter interface and can modify the stream's
11320           vorbiscomment on the fly (#335635).
11321
11322         * tests/check/Makefile.am:
11323         * tests/check/elements/.cvsignore:
11324         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11325         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
11326         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
11327         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
11328           Add unit test for new vorbistag element.
11329
11330 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11331
11332         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
11333         (vorbis_parse_push_headers), (vorbis_parse_chain):
11334           Set BOS flag in packet structure to fix 'jump depends
11335           on unitialized value' errors in valgrind; various minor
11336           clean-ups.
11337
11338 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
11339
11340         * gst/playback/gstdecodebin.c: (close_pad_link):
11341         Fix typo in a debug statement.
11342
11343         * gst/playback/gstplaybasebin.c: (probe_triggered),
11344         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
11345         (gen_source_element), (source_new_pad), (analyse_source),
11346         (setup_source):
11347         When handling no_more_pads in new_decoded_pad, make sure to treat
11348         subtitle pads correctly. Fixes playback with subtitle files.
11349
11350         Move a recurring message to LOG level.
11351
11352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11353         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
11354         which ends up as -1 when cast to an int. Make the logic handle the
11355         max value as an unsigned mask and only change the colorkey when it's
11356         a value we recognise.
11357
11358 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11359
11360         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11361         Removed empty * between paragraphs
11362
11363 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11364
11365         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11366         * gst-libs/gst/rtp/README:
11367         Moved some documentation into .c file
11368
11369 2006-09-29  Wim Taymans  <wim@fluendo.com>
11370
11371         * gst/playback/gstdecodebin.c: (no_more_pads):
11372         Fix compilation.
11373
11374 2006-09-29  Wim Taymans  <wim@fluendo.com>
11375
11376         * gst/playback/gstdecodebin.c: (new_caps):
11377         Remove g_print
11378
11379         * gst/playback/gstplaybin.c:
11380         Add some docs.
11381
11382 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11383
11384         * tests/check/Makefile.am:
11385           Re-enable cddabasesrc test to see if it works again
11386           now.
11387
11388 2006-09-29  Wim Taymans  <wim@fluendo.com>
11389
11390         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11391         (gen_source_element):
11392         Handle invalid URIs a bit more gracefully.
11393
11394 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11395
11396         * tests/check/pipelines/oggmux.c:
11397           Remove obsolete comment.
11398
11399 2006-09-29  Michael Smith  <msmith@fluendo.com>
11400
11401         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11402         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
11403         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
11404         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
11405         (gst_ogg_mux_collected):
11406           Commit patch from James "Doc" Livingston, adds proper EOS handling
11407           in oggmux. GStreamer can, for the first time ever, create a valid
11408           Ogg file! Yay!
11409
11410         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
11411         (oggmux_suite):
11412           Reenable tests now that they pass.
11413
11414 2006-09-29  Wim Taymans  <wim@fluendo.com>
11415
11416         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11417         Stop reading commands when EOF (we read 0) as well.
11418
11419 2006-09-28  Wim Taymans  <wim@fluendo.com>
11420
11421         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
11422         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
11423         (find_dynamic), (unlinked), (close_link):
11424         Implement delayed caps linking needed for element with a lot of
11425         different caps on the src pads that get fixed at runtime.
11426         Improve management of dynamic elements.
11427
11428         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11429         (group_destroy), (group_commit), (check_queue), (queue_overrun),
11430         (gen_preroll_element), (remove_groups), (unknown_type),
11431         (add_element_stream), (no_more_pads_full), (no_more_pads),
11432         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
11433         (new_decoded_pad), (setup_subtitle), (array_has_value),
11434         (gen_source_element), (source_new_pad), (has_all_raw_caps),
11435         (analyse_source), (remove_decoders), (make_decoder),
11436         (remove_source), (setup_source), (finish_source), (prepare_output),
11437         (gst_play_base_bin_change_state):
11438         * gst/playback/gstplaybasebin.h:
11439         Use more _CAST instead of full type checking casts.
11440         Small cleanups, plug some leaks.
11441         Handle dynamic sources.
11442         Add some helper functions to create lists of strings used for
11443         blacklisting and other stuff.
11444         Refactor some code dealing with analysing the source.
11445         Re-enable sources without pads (like cd:// or other selfcontained
11446         elements).
11447
11448 2006-09-28  Wim Taymans  <wim@fluendo.com>
11449
11450         * gst-libs/gst/audio/gstbaseaudiosink.c:
11451         (gst_base_audio_sink_render):
11452         When we have a timestamp, we can still perform clipping.
11453         When we have no clock, we must play the sample ASAP.
11454
11455 2006-09-28  Wim Taymans  <wim@fluendo.com>
11456
11457         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11458         Set caps on outgoing buffers.
11459
11460         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
11461         (gst_video_rate_event), (gst_video_rate_chain):
11462         * gst/videorate/gstvideorate.h:
11463         Fix videorate some more. Fixes #357977
11464
11465 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
11466
11467         * tests/check/elements/adder.c: (adder_suite):
11468           Don't set timeout to 6 seconds when we're running
11469           in valgrind ... (and how is 6 seconds longer than
11470           the default anyway?)
11471
11472 2006-09-28  Wim Taymans  <wim@fluendo.com>
11473
11474         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11475         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
11476         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
11477         Keep sink and src segment to keep track of time and support more
11478         input formats.
11479         Fix bogus next_offset and run_time calculation, don't understand how
11480         this could have worked before. Fixes #357976.
11481         Remove some unneeded vars.
11482
11483 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         * gst/playback/gstplaybin.c: (remove_sinks):
11486           Only remove visualisation from visbin if there is a visbin (or:
11487           don't throw warnings when closing totem without playing a file).
11488
11489 2006-09-27  Wim Taymans  <wim@fluendo.com>
11490
11491         * gst-libs/gst/audio/gstbaseaudiosink.c:
11492         (gst_base_audio_sink_render):
11493         Add some more info in a WARNING.
11494
11495         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11496         (gst_base_audio_src_create):
11497         Handle PAUSE in create function, use new -core addition to
11498         wait for playing. Fixes pausing and resuming capture from an
11499         audiosrc.
11500
11501         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11502         (gst_ring_buffer_read):
11503         Constify some more.
11504         Caller supports interrupted reads now.
11505
11506 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
11507
11508         * tests/check/Makefile.am:
11509           Another attempt to make the gen64 buildbot happy.
11510
11511 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
11512
11513         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
11514
11515         * ext/libvisual/visual.c: (gst_visual_clear_actors),
11516         (gst_visual_chain), (gst_visual_change_state):
11517           Libvisual plugin was not passing audio data to libvisual 0.4.0 
11518           correctly. Fixes #357800
11519
11520 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
11521
11522         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
11523           Add timeout to _get_state() so we see which pipeline it is
11524           that causes trouble on the gen64 build bot.
11525
11526 2006-09-27  Wim Taymans  <wim@fluendo.com>
11527
11528         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11529         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
11530         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
11531         (gst_base_rtp_depayload_set_gst_timestamp):
11532         the source pad always uses fixed caps.
11533
11534 2006-09-27  Wim Taymans  <wim@fluendo.com>
11535
11536         * docs/libs/gst-plugins-base-libs-docs.sgml:
11537         * docs/libs/gst-plugins-base-libs-sections.txt:
11538         * gst-libs/gst/audio/gstaudioclock.c:
11539         * gst-libs/gst/audio/gstaudioclock.h:
11540         * gst-libs/gst/audio/gstaudiosink.c:
11541         * gst-libs/gst/audio/gstaudiosink.h:
11542         * gst-libs/gst/audio/gstaudiosrc.c:
11543         * gst-libs/gst/audio/gstbaseaudiosink.c:
11544         (gst_base_audio_sink_render):
11545         * gst-libs/gst/audio/gstbaseaudiosink.h:
11546         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
11547         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11548         * gst-libs/gst/audio/gstringbuffer.h:
11549         Added docs for the audio libs.
11550
11551 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
11552
11553         * tests/check/Makefile.am:
11554           Temporarily disable test that fails on the bots for unknown reasons.
11555
11556 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11557
11558         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11559         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11560         Moved AudioCodecType into priv
11561         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
11562
11563 2006-09-25  Wim Taymans  <wim@fluendo.com>
11564
11565         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11566         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
11567         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
11568         (new_pad):
11569         Cleanups and small leak fixes.
11570         Added Depayloaders to valid list of autopluggable elements.
11571
11572 2006-09-25  Wim Taymans  <wim@fluendo.com>
11573
11574         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11575         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
11576         (gen_video_element), (gen_text_element), (gen_audio_element),
11577         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
11578         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
11579         Detect NO_PREROLL state change returns and disable clock distribution to
11580         the sinks so that sync is disabled.
11581         Avoid some type checking and do simple casts instead.
11582         Small cleanups, fix some FIXMEs.
11583         Be more robust when linking user specified elements, catch an report
11584         errors. Fixes #357404.
11585         Fix some leaks in the error paths.
11586
11587 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
11588
11589         * ChangeLog:
11590           ChangeLog surgery for missing bug-number
11591
11592 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
11593
11594         Patch by: Peter Kjellerstedt  <pkj at axis com>
11595
11596         * gst/playback/test.c:
11597           Fix compilation with uClibc and -Werror (#357591).
11598
11599 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
11600
11601         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11602           Parse dates that are followed by a time as well (#357532).
11603
11604         * tests/check/libs/tag.c: (test_vorbis_tags):
11605           Add unit test for this.
11606
11607 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
11608
11609         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
11610         (gst_audio_convert_transform_caps):
11611         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
11612         * gst/videotestsrc/videotestsrc.h:
11613           A few array const-ifications.
11614
11615 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
11616
11617         * tests/check/Makefile.am:
11618           See if this makes the build bots happy.
11619
11620         * tests/check/libs/cddabasesrc.c:
11621           UTF8-ise my name.
11622
11623 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
11624
11625         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11626
11627         * gst/subparse/samiparse.c: (handle_start_font),
11628         (fix_invalid_entities):
11629           More case-insensitivity for certain tags; recognise entities with
11630           decimal codes as special entities as well (#357330).
11631
11632 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
11633
11634         * gst-libs/gst/Makefile.am:
11635           Need to build tag directory before cdda.
11636
11637 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
11638
11639         * docs/libs/gst-plugins-base-libs-sections.txt:
11640         * gst-libs/gst/cdda/Makefile.am:
11641         * gst-libs/gst/cdda/gstcddabasesrc.c:
11642         (gst_cdda_base_src_base_init):
11643         * gst-libs/gst/cdda/gstcddabasesrc.h:
11644         * gst-libs/gst/tag/tag.h:
11645         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
11646         (gst_tag_register_musicbrainz_tags):
11647           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
11648           depend on libgsttag. This is required so we can extract/read tags like
11649           DISCID without depending on libgstcddabasesrc (which used to register
11650           them).
11651
11652         * gst-libs/gst/tag/gstvorbistag.c:
11653           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
11654           tags (also see #347848).
11655
11656         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
11657           Log vorbis comments we are actually writing. Const-ify array.
11658
11659 2006-09-23  Wim Taymans  <wim@fluendo.com>
11660
11661         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
11662         Improve buffering a bit by avoiding a deadlock because we cannot assume
11663         the underrun is always called.
11664
11665 2006-09-23  Wim Taymans  <wim@fluendo.com>
11666
11667         Patch by: Young-Ho Cha <ganadist at chollian dot net>
11668
11669         * gst-libs/gst/riff/riff-ids.h:
11670         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11671         (gst_riff_create_audio_template_caps):
11672         Added MPEG-4 AAC and id and caps. Fixes #357289
11673         Added WMA9 Lossless id.
11674
11675 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
11676
11677         * ext/gnomevfs/gstgnomevfssrc.c:
11678           Fix misleading docs addition.
11679
11680         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
11681           Get rid of compiler warning the right way.
11682
11683 2006-09-22  Wim Taymans  <wim@fluendo.com>
11684
11685         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11686         (gst_base_rtp_depayload_finalize),
11687         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
11688         (gst_base_rtp_depayload_push_full),
11689         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
11690         (gst_base_rtp_depayload_process),
11691         (gst_base_rtp_depayload_set_gst_timestamp),
11692         (gst_base_rtp_depayload_queue_release):
11693         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11694         Small cleanups.
11695         Fix some leaks.
11696         Refactored the process method and added methods to push from the process
11697         vmethod.
11698         Use _scale functions.
11699         API: gst_base_rtp_depayload_push_ts
11700         API: gst_base_rtp_depayload_push
11701
11702         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11703         timestamps are uint.
11704
11705 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
11706
11707         * gst-libs/gst/interfaces/xoverlay.c:
11708           Remove unused statement from doc example.
11709
11710 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
11711
11712         * gst-libs/gst/interfaces/videoorientation.c:
11713         (gst_video_orientation_iface_init),
11714         (gst_video_orientation_get_hflip),
11715         (gst_video_orientation_get_vflip),
11716         (gst_video_orientation_get_hcenter),
11717         (gst_video_orientation_get_vcenter),
11718         (gst_video_orientation_set_hflip),
11719         (gst_video_orientation_set_vflip),
11720         (gst_video_orientation_set_hcenter),
11721         (gst_video_orientation_set_vcenter):
11722           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
11723           in ChangeLog)
11724
11725 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
11726
11727         * tests/check/Makefile.am:
11728         * tests/check/elements/.cvsignore:
11729         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
11730         (create_rgb_conversions), (rgb_conversion_free),
11731         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
11732         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
11733           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
11734           but disable for now since it doesn't pass (something wrong with
11735           RGBA somewhere).
11736
11737 2006-09-21  Wim Taymans  <wim@fluendo.com>
11738
11739         * gst/playback/gstplaybasebin.c: (group_commit),
11740         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
11741         (queue_out_of_data), (gen_preroll_element),
11742         (preroll_remove_overrun), (probe_triggered):
11743         Refactor handling of overrun detection.
11744         Separate handling of group completion and deadlock detection when doing
11745         network buffering. This should fix some deadlocks that were not detected
11746         because the group was completed.
11747         Add more comments, improve debugging.
11748
11749 2006-09-21  Wim Taymans  <wim@fluendo.com>
11750
11751         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
11752         * tests/check/libs/audio.c:
11753         Some more compilation fixes.
11754
11755 2006-09-21  Wim Taymans  <wim@fluendo.com>
11756
11757         * gst-libs/gst/audio/gstringbuffer.c:
11758         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
11759         (gst_ring_buffer_read):
11760         Early morning compilation fix.
11761
11762 2006-09-20  Wim Taymans  <wim@fluendo.com>
11763
11764         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
11765         * tests/check/elements/multifdsink.c: (GST_START_TEST):
11766         * tests/check/elements/videorate.c: (GST_START_TEST):
11767         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
11768         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
11769         Fix some warnings.
11770
11771 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
11772
11773         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11774         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
11775         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
11776           Handcrafted merge to help CVS understanding what I changed and what
11777           not.
11778
11779 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
11780
11781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11782         (gst_xvimagesink_get_times):
11783           change colorkey behaviour back according to #354773 comment 6/7
11784
11785 2006-09-19  Michael Smith  <msmith@fluendo.com>
11786
11787         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11788         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
11789         (gst_multi_fd_sink_recover_client),
11790         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
11791         (gst_multi_fd_sink_get_property):
11792         * gst/tcp/gstmultifdsink.h:
11793           Implement stubbed out properties unit-type, units-soft-max,
11794           units-max, to allow specifying maximum sizes in units other than
11795           buffers.
11796           Fixes #355935
11797
11798 2006-09-19  Wim Taymans  <wim@fluendo.com>
11799
11800         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11801         (gst_riff_create_audio_template_caps):
11802         Reorder the audio formats a bit for clarity.
11803         Detect and create caps for MSGSM and MSN (WAV49).
11804         Fixes #356596.
11805
11806         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11807         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
11808         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
11809         Small cleanups, move error handling out of normal flow for clarity.
11810
11811 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
11812
11813         * docs/libs/gst-plugins-base-libs-docs.sgml:
11814         * docs/libs/gst-plugins-base-libs.types:
11815         * gst-libs/gst/interfaces/Makefile.am:
11816         * gst-libs/gst/interfaces/videoorientation.c:
11817         (gst_video_orientation_get_type),
11818         (gst_video_orientation_iface_init),
11819         (gst_video_orientation_get_hflip),
11820         (gst_video_orientation_get_vflip),
11821         (gst_video_orientation_get_hcenter),
11822         (gst_video_orientation_get_vcenter),
11823         (gst_video_orientation_set_hflip),
11824         (gst_video_orientation_set_vflip),
11825         (gst_video_orientation_set_hcenter),
11826         (gst_video_orientation_set_vcenter):
11827         * gst-libs/gst/interfaces/videoorientation.h:
11828           API: Add new interface to control video orientation (fixes #354908)
11829
11830 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
11831
11832         * gst/videotestsrc/gstvideotestsrc.c:
11833           Use G_UNLIKELY in _create and log one more detail.
11834           
11835         (gst_video_test_src_get_times), (gst_video_test_src_create):
11836         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
11837           Use gst_util_uint64_scale_int in _get_times().
11838
11839 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
11840
11841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
11842           Give better warning message (add object and detail).
11843
11844 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
11845
11846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11847         (gst_xvimagesink_get_times):
11848           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
11849           #354773), use gst_util_uint64_scale_int in _get_times()
11850
11851 2006-09-18  Michael Smith  <msmith@fluendo.com>
11852
11853         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
11854           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
11855           always true, leading to dropping all timestamps.
11856
11857 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
11858
11859         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
11860         (gst_visual_chain), (gst_visual_change_state):
11861           update to work also with libvisual 0.4 API, fix double unref (#355914)
11862           
11863         * tools/gst-launch-ext.1.in:
11864         * tools/gst-visualise.1.in:
11865           remove references to old man-pages
11866
11867         * tests/examples/seek/seek.c: (main):
11868           add real meadi-buttons, add tool-tips for the seek-options, arrange
11869           seek options in a table
11870
11871 2006-09-18  Michael Smith  <msmith@fluendo.com>
11872
11873         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
11874         (gst_ogg_mux_push_buffer):
11875           Don't generate out-of-order timestamps from oggmux, instead clamp
11876           output timestamps to be >= the previously output ts.
11877           Fixes #355595
11878
11879 2006-09-18  Michael Smith  <msmith@fluendo.com>
11880
11881         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
11882         (gst_multi_fd_sink_class_init):
11883           Updates, fixes, and typo corrections for multifdsink. No functional
11884           changes.
11885
11886 2006-09-17  Michael Smith  <msmith@fluendo.com>
11887
11888         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
11889           Don't crash on truncated files - check that we got an 8 byte buffer
11890           before trying to memcmp it.
11891
11892 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
11893
11894         * gst/playback/gstplaybasebin.c: (get_active_source):
11895           Make stream-switching appear instant to the application
11896           (ie. make sure that a g_object_get on 'current-foo' returns
11897           the stream previously set with g_object_set(). Totem needs
11898           this to update stream-related meta-info (like audio-codec)
11899           correctly when switching streams.
11900
11901 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
11902
11903         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
11904         (gst_alsa_mixer_ensure_track_list):
11905           Try harder to guess which mixer track is the master mixer
11906           track (instead of just taking the first one that has a pvolume).
11907           Fixes #342228.
11908
11909 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
11910
11911         reviewed by: <delete if not using a buddy>
11912
11913         * gst-libs/gst/audio/audio.h:
11914         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
11915
11916 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
11917
11918         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
11919         (gst_audio_convert_transform_caps):
11920           Get structure-name just once.
11921
11922 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
11923
11924         * tests/check/elements/audioresample.c: (GST_START_TEST):
11925         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
11926         * tests/check/elements/volume.c: (GST_START_TEST):
11927         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
11928         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
11929         (test_pipeline), (GST_START_TEST):
11930         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
11931         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
11932           Fix big batch of compiler warnings.
11933
11934 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
11935
11936         * ext/gnomevfs/gstgnomevfssrc.c:
11937           Add docs about icydemux usage in connection with gnomevfssrc
11938
11939         * ext/libvisual/visual.c:
11940         * ext/ogg/gstoggaviparse.c:
11941         * ext/ogg/gstoggdemux.c:
11942         * ext/ogg/gstoggmux.c:
11943         * ext/ogg/gstoggparse.c:
11944         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11945         * gst-libs/gst/audio/gstaudiosink.c:
11946         * gst-libs/gst/audio/gstaudiosrc.c:
11947         * gst/audiorate/gstaudiorate.c:
11948           More G_OBJECT macro fixing.
11949
11950         * gst/audiotestsrc/gstaudiotestsrc.h:
11951           Fix wrong info in header due to copy & paste
11952
11953 2006-09-15  Wim Taymans  <wim@fluendo.com>
11954
11955         * gst-libs/gst/audio/gstbaseaudiosink.c:
11956         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
11957         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11958         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
11959         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
11960         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11961         Do the delay calculation in the source/sink base classes as this is
11962         specific for the capture/playback mode.
11963         Try to fixate a bit better, like round depth up to a multiple of 8
11964         bigger than width.
11965         Handle underruns correctly by marking DISCONT on buffers and adjusting
11966         timestamps to handle the gap.
11967         Set offset/offset_end correctly on buffers.
11968
11969         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
11970         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
11971         (gst_ring_buffer_read):
11972         Remove resync and underrun recovery from the ringbuffer.
11973         Fix ringbuffer read code on under/overrun.
11974
11975 2006-09-15  Wim Taymans  <wim@fluendo.com>
11976
11977         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11978         (gst_play_base_bin_init), (fill_buffer), (check_queue),
11979         (queue_threshold_reached), (gst_play_base_bin_set_property),
11980         (gst_play_base_bin_get_property):
11981         * gst/playback/gstplaybasebin.h:
11982         Don't use a 0 low watermark when buffering, it is catching starvation
11983         way too late. Instead, use a 3 second queue with 30 and 95
11984         percent low/high watermarks. 
11985         Added queue-min-threshold property to configure low watermark.
11986         Use new _buffering message API.
11987         Make queue_threshold variable big enough to store a uint64 time value.
11988         API: playbin::queue-min-threshold property.
11989
11990 2006-09-15  Wim Taymans  <wim@fluendo.com>
11991
11992         * configure.ac:
11993         We require 0.10.10.1 now because of _wait_preroll().
11994
11995         * gst-libs/gst/audio/gstbaseaudiosink.c:
11996         (gst_base_audio_sink_render):
11997         Use gst_base_sink_wait_preroll().
11998
11999 2006-09-15  Wim Taymans  <wim@fluendo.com>
12000
12001         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12002         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12003         Use DEBUG_OBJECT more.
12004
12005 === release 0.10.10 ===
12006
12007 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12008
12009         patch by: Michael Smith <msmith at fluendo dot com>
12010
12011         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12012         (gst_multi_fd_sink_client_queue_buffer),
12013         (gst_multi_fd_sink_new_client):
12014         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12015         (multifdsink_suite):
12016           Fix implementation of sync-method 'next-keyframe'
12017           Closes #354594
12018
12019 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12020
12021         patch by: Wim Taymans <wim at fluendo dot com>
12022
12023         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12024         This patch removes the RANDOM flag that was incorrectly introduced with
12025         revision 1.91.  Fixes #354590
12026
12027 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12028
12029         * tests/check/Makefile.am:
12030           Random variation in Makefile line to see if it makes the
12031           gen64-base-full bot any happier.
12032
12033 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12034
12035         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12036           Disable test that fails at the moment (killed after timeout).
12037
12038 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12039
12040         Patch by: James Livingston  <doclivingston at gmail.com>
12041
12042         * tests/check/Makefile.am:
12043         * tests/check/pipelines/.cvsignore:
12044         * tests/check/pipelines/oggmux.c: (get_page_codec),
12045         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12046         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12047         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12048         (test_theora_vorbis), (oggmux_suite):
12049           Add simple unit test for oggmux from #337026 with checking for the
12050           EOS flags disabled for the time being.
12051
12052 2006-09-04  Wim Taymans  <wim@fluendo.com>
12053
12054         patch by: Alessandro Dessina <alessandro nnva org>
12055
12056         * ext/ogg/gstoggmux.c:
12057         Add cmml caps to oggmux. Fixes #353912
12058
12059 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12060
12061         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12062           Returning a return value often helps. In this case, we
12063           don't need the return value anyway, so just get rid of it.
12064           Should make build bots much happier.
12065
12066 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12067
12068         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12069         (paint_get_structure), (gst_video_test_src_get_size),
12070         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12071         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12072         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12073         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12074         * gst/videotestsrc/videotestsrc.h:
12075           Add support for AYUV and the various RGBA formats. Initialise
12076           fields of paintinfo structs allocated on the stack.
12077
12078         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12079         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12080         (check_rgb_buf), (videotestsrc_suite):
12081           Add unit tests for videotestsrc's RGB output.
12082
12083 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12084
12085         * gst/videotestsrc/gstvideotestsrc.c:
12086         (gst_video_test_src_pattern_get_type),
12087         (gst_video_test_src_set_pattern):
12088         * gst/videotestsrc/gstvideotestsrc.h:
12089         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12090         (gst_video_test_src_black), (gst_video_test_src_white),
12091         (gst_video_test_src_red), (gst_video_test_src_green),
12092         (gst_video_test_src_blue):
12093         * gst/videotestsrc/videotestsrc.h:
12094           Add more uni-colour patterns ("white", "red", "green", and "blue").
12095
12096 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12097
12098         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12099           Fix stride for YVYU, should be word-aligned (#353658).
12100
12101 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12102
12103         * gst/adder/gstadder.c: (gst_adder_src_event):
12104           Fix build.
12105
12106 2006-08-31  Edward Hervey  <edward@fluendo.com>
12107
12108         * gst/adder/gstadder.c: (forward_event_func),
12109         (gst_adder_src_event), (gst_adder_collected),
12110         (gst_adder_change_state):
12111         * gst/adder/gstadder.h:
12112         Remember the start position asked in the incoming seeks, so we can
12113         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12114         of assuming it will always be 0).
12115
12116 2006-08-31  Edward Hervey  <edward@fluendo.com>
12117
12118         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12119         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12120         (gst_ogg_demux_loop):
12121         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12122
12123 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12124
12125         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12126         (gst_ffmpegcsp_get_unit_size):
12127           Return FALSE instead of returning a random false unit
12128           size when the format isn't known/supported (even if
12129           this shouldn't happen under normal circumstances).
12130
12131 2006-08-29  Wim Taymans  <wim@fluendo.com>
12132
12133         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12134
12135         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12136         (gst_gnome_vfs_src_start):
12137         Try harder to get the size from a uri by using _info_uri() when
12138         _info_from_handle() does not give us enough info. 
12139         Also follow symlinks when getting the size.
12140         Partially Fixes #332864.
12141
12142 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12143
12144         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12145
12146         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12147         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12148         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12149         (gst_alsa_mixer_set_record):
12150         * ext/alsa/gstalsamixertrack.c:
12151         (gst_alsa_mixer_track_update_alsa_capabilities),
12152         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12153         (gst_alsa_mixer_track_update):
12154         * ext/alsa/gstalsamixertrack.h:
12155           Improve and fix mixer track handling, in particular better handling
12156           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12157           separate track objects for tracks that have both capture and playback
12158           volume (and label them differently as well so they're not mistakenly
12159           assumed to be duplicates); classify mixer tracks that only affect
12160           the audible volume of something (rather than the capture volume)
12161           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12162           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12163           (following the meaning documented in the mixer interface header
12164           file); add support for alsa's exclusive cswitch groups; update/sync
12165           state/flags better if mixer settings are changed by another
12166           application. Fixes #336075.
12167
12168 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12169
12170         * gst/playback/gstplaybin.c:
12171           Improve docs: add section about BUFFERING messages sent by playbin.
12172
12173 2006-08-29  Michael Smith  <msmith@fluendo.com>
12174
12175         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12176         (gst_vorbis_enc_buffer_check_discontinuous),
12177         (gst_vorbis_enc_chain):
12178           Ignore explicit DISCONT marked on buffers (which is often spurious,
12179           particularly when using multiple segments), in favour of solely
12180           using the timestamps/durations.
12181
12182 2006-08-29  Edward Hervey  <edward@fluendo.com>
12183
12184         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12185         Don't rely on incoming buffers offset anymore, since it is completely
12186         broken when using multiple segments.
12187         Instead convert the incoming buffers timestamp to running time, and
12188         then convert that value to the offsets.
12189         Also inform GstSegment of the last outputted stop position, which is
12190         needed if we received several segments with an unknown stop value.
12191
12192 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12193
12194         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12195           fix buffer unreffing on a header push failure
12196
12197 2006-08-28  Wim Taymans  <wim@fluendo.com>
12198
12199         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12200         (gst_audio_rate_chain):
12201         Make the metadata of the buffer writable before changing its
12202         flags.
12203
12204 2006-08-28  Wim Taymans  <wim@fluendo.com>
12205
12206         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12207         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12208         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12209         (gst_audio_rate_chain), (gst_audio_rate_change_state):
12210         Fix audiorate some more.
12211         Reset and resync counters on flush and READY.
12212         Handle the DISCONT flag correctly.
12213         Use GstSegment to track position.
12214         Fail when not negotiated.
12215         Fixes #353234.
12216
12217 2006-08-25  Michael Smith  <msmith@fluendo.com>
12218
12219         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12220           Fix spelling.
12221           Remove accidently included debug line.
12222
12223 2006-08-25  Wim Taymans  <wim@fluendo.com>
12224
12225         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12226         Small cleanups.
12227         If a buffer is received with no caps, make the buffer metadata
12228         writable and set the caps, making sure that we don't screw up the
12229         refcounts.
12230
12231 2006-08-25  Michael Smith  <msmith@fluendo.com>
12232
12233         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
12234         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
12235           Fix memory leaks and misleading debug messages, add a couple of
12236           comments.
12237
12238         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
12239         (gst_multi_fd_sink_render):
12240           Do not use gst_buffer_make_writable() in a basesink render method,
12241           as it may incorrectly unref the buffer. Instead, use convoluted
12242           dance to avoid copying the buffer except when we need to.
12243
12244 2006-08-25  Michael Smith  <msmith@fluendo.com>
12245
12246         * ext/vorbis/vorbisenc.c:
12247         (gst_vorbis_enc_buffer_check_discontinuous):
12248           Allow very small discontinuities in the timestamps. These we can't
12249           do anything useful with anyway (because vorbis's timestamps have
12250           only sample granularity), and are commonly produced by elements with
12251           minor bugs. Allow up to 1/2 a sample out.
12252           Fixes #351742.
12253
12254 2006-08-24  Wim Taymans  <wim@fluendo.com>
12255
12256         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
12257         (play_scrub_toggle_cb), (main):
12258         Add a checkbox to enable play scrubbing. Makes it possible to disable
12259         normal scrubbing.
12260
12261 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12262
12263         * tests/check/elements/.cvsignore:
12264           make buildbot happy
12265
12266 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12267
12268         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
12269         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
12270         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
12271         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12272         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12273         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
12274         (gst_ogm_text_parse_strip_trailing_zeroes),
12275         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
12276         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
12277           Refactor ogm parse, do better input checking, misc. clean-ups.
12278           Cache incoming events and push them once the source pad has
12279           been created. Don't pass unterminated strings to sscanf().
12280           Strip trailing zeroes from subtitle text output, since they
12281           are not valid UTF-8. Don't push vorbiscomment packets on
12282           the subtitle text pad. Output perfect streams if possible.
12283
12284 2006-08-23  Wim Taymans  <wim@fluendo.com>
12285
12286         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12287         Waits for tasks to settle down so that we clean up correctly for 
12288         valgrind.
12289
12290 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12291
12292         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
12293           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
12294           actually return return value in taglists_are_equal.
12295
12296 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12297
12298         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12299           Fix crash due to broken bitstream parsing on x86-64: can't make
12300           any assumptions about sizeof(struct) due to alignment/packing
12301           differences on different architectures. Fixes #351790.
12302
12303 2006-08-22  Wim Taymans  <wim@fluendo.com>
12304
12305         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12306         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
12307         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
12308         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
12309         (gst_riff_parse_info):
12310         Protect public functions against bad input.
12311         Do some cleanups.
12312         Fix documentation.
12313
12314 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12315
12316         * gst-libs/gst/riff/riff-ids.h:
12317         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12318           Add voxware audio IDs (even if we can't play it) (#351795).
12319
12320 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12321
12322         * gst-libs/gst/riff/riff-media.c:
12323         (gst_riff_create_video_template_caps),
12324         (gst_riff_create_audio_template_caps),
12325         (gst_riff_create_iavs_template_caps):
12326           Const-ify some arrays and use G_N_ELEMENTS instead
12327           of wasting oodles of RAM on terminator bits.
12328
12329 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12330
12331         * gst-libs/gst/tag/gstvorbistag.c:
12332         (gst_tag_list_to_vorbiscomment_buffer):
12333         * tests/check/libs/tag.c: (GST_START_TEST):
12334           And the same for _to_vorbiscomment_buffer(): allow
12335           id_data_len == 0 for speex.
12336
12337 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12338
12339         * configure.ac:
12340         * docs/plugins/Makefile.am:
12341         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12342         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12343         * docs/plugins/inspect/plugin-gdp.xml:
12344         * gst/gdp/Makefile.am:
12345         * tests/check/Makefile.am:
12346           Move GDP plugin to -base from -bad.  Closes #347783.
12347
12348 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
12349
12350         * gst-libs/gst/tag/gstvorbistag.c:
12351         (gst_tag_list_from_vorbiscomment_buffer):
12352           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
12353           Also add some checks to make sure we don't memcmp() beyond the end of
12354           vorbiscomment buffer if the ID to check for is larger than the buffer.
12355
12356         * tests/check/libs/tag.c: (GST_START_TEST):
12357           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
12358
12359 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
12360
12361         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
12362         (gst_vorbis_enc_set_metadata):
12363           Use vorbis comment utility functions from libgsttag
12364           instead of re-inventing the wheel (partially fixes #347091).
12365
12366 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
12367
12368         * tests/check/elements/audioconvert.c: (GST_START_TEST):
12369         Fix leaks. Wait for state transitions that might happen ASYNC, as well
12370         as some that won't.
12371
12372 2006-08-21  Wim Taymans  <wim@fluendo.com>
12373
12374         * docs/libs/Makefile.am:
12375         * docs/libs/gst-plugins-base-libs-sections.txt:
12376         * docs/libs/gst-plugins-base-libs.types:
12377         Don't try to GObject scan the netbuffer as it's not a GObject.
12378         Fixes #351308.
12379
12380         * gst-libs/gst/netbuffer/gstnetbuffer.c:
12381         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12382         Document GstNetBuffer.
12383
12384 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12385
12386         * tests/check/elements/audioconvert.c: (GST_START_TEST),
12387         (audioconvert_suite):
12388           Add testcase for caps-size-explosion
12389
12390 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12391
12392         * gst/audioconvert/gstaudioconvert.c:
12393         (gst_audio_convert_get_unit_size), (set_structure_widths):
12394           Lower debug, use g_assert in _get_unit_size
12395
12396         * gst/audioresample/gstaudioresample.c:
12397         (audioresample_get_unit_size):
12398         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12399         (gst_ffmpegcsp_get_unit_size):
12400         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
12401           use g_assert in _get_unit_size
12402
12403 2006-08-18  Wim Taymans  <wim@fluendo.com>
12404
12405         * docs/libs/gst-plugins-base-libs-sections.txt:
12406         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
12407         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
12408         (gst_rtp_buffer_get_payload_buffer):
12409         * gst-libs/gst/rtp/gstrtpbuffer.h:
12410         Document GstRTPBuffer.
12411         Added function to efficiently strip payload headers.
12412         API: gst_rtp_buffer_get_payload_subbuffer()
12413
12414 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
12415
12416         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12417         (gst_tag_to_vorbis_comments):
12418           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
12419           tags and deserialise them properly as well (#347091).
12420           Add some more gtk-doc blurbs and also some g_return_if_fail().
12421
12422         * tests/check/libs/tag.c: (GST_START_TEST),
12423         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
12424           More tests.
12425
12426 2006-08-17  Wim Taymans  <wim@fluendo.com>
12427
12428         * ext/ogg/Makefile.am:
12429         * ext/ogg/gstogg.c: (plugin_init):
12430         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
12431         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
12432         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
12433         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
12434         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
12435         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
12436         Added ogg-in-avi parser element. Fixes #140139.
12437
12438         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
12439         Fixed a bug in oggdemux debug code.
12440
12441         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12442         (gst_riff_create_audio_template_caps):
12443         Recognise Ogg in the AVI extensible wave format.
12444
12445 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
12446
12447         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12448           Make buffer durations add up (duration should be next_ts-ts for
12449           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
12450           from CVS.
12451
12452         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
12453         (test_buffer_timestamps), (cddabasesrc_suite):
12454           Add unit test for the above.
12455
12456         * tests/check/Makefile.am:
12457           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
12458           to see what happens.
12459
12460 2006-08-16  Wim Taymans  <wim@fluendo.com>
12461
12462         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
12463         (gst_alsasink_open):
12464         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
12465         (gst_alsasrc_open):
12466         Avoid setting and using a NULL device name.
12467         Print more info when we fail to open a device.
12468
12469 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
12470
12471         * docs/libs/gst-plugins-base-libs-sections.txt:
12472         * gst-libs/gst/tag/tag.h:
12473         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
12474           API: add gst_tag_parse_extended_comment() (#351426).
12475
12476         * tests/check/Makefile.am:
12477         * tests/check/libs/.cvsignore:
12478         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
12479           Add unit test for gst_tag_parse_extended_comment().
12480
12481 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
12482
12483         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
12484         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
12485           Fix leak (#351502).
12486
12487 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
12488
12489         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12490         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12491         * docs/plugins/gst-plugins-base-plugins.args:
12492         * gst/playback/gstplaybin.c:
12493           Document playbin.
12494           
12495         * docs/plugins/inspect/plugin-adder.xml:
12496         * docs/plugins/inspect/plugin-alsa.xml:
12497         * docs/plugins/inspect/plugin-audioconvert.xml:
12498         * docs/plugins/inspect/plugin-audiorate.xml:
12499         * docs/plugins/inspect/plugin-audioresample.xml:
12500         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12501         * docs/plugins/inspect/plugin-cdparanoia.xml:
12502         * docs/plugins/inspect/plugin-decodebin.xml:
12503         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12504         * docs/plugins/inspect/plugin-gnomevfs.xml:
12505         * docs/plugins/inspect/plugin-ogg.xml:
12506         * docs/plugins/inspect/plugin-pango.xml:
12507         * docs/plugins/inspect/plugin-playbin.xml:
12508         * docs/plugins/inspect/plugin-subparse.xml:
12509         * docs/plugins/inspect/plugin-tcp.xml:
12510         * docs/plugins/inspect/plugin-theora.xml:
12511         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12512         * docs/plugins/inspect/plugin-video4linux.xml:
12513         * docs/plugins/inspect/plugin-videorate.xml:
12514         * docs/plugins/inspect/plugin-videoscale.xml:
12515         * docs/plugins/inspect/plugin-videotestsrc.xml:
12516         * docs/plugins/inspect/plugin-volume.xml:
12517         * docs/plugins/inspect/plugin-vorbis.xml:
12518         * docs/plugins/inspect/plugin-ximagesink.xml:
12519         * docs/plugins/inspect/plugin-xvimagesink.xml:
12520           Update to CVS version.
12521
12522 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
12523
12524         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12525         (gst_play_bin_set_property), (gst_play_bin_get_property),
12526         (value_list_append_structure_list),
12527         (gst_play_bin_handle_redirect_message),
12528         (gst_play_bin_handle_message):
12529           API: GstPlayBin::connection-speed
12530           Add "connection-speed" property; re-order redirect messages with
12531           multiple redirect locations depending on the minimum bitrate if
12532           that information is available and a connection speed is set
12533           (#350399).
12534
12535 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
12536
12537         * gst/playback/gstplaybin.c:
12538           Update max volume to the same value that the volume element uses.
12539
12540 2006-08-14  Wim Taymans  <wim@fluendo.com>
12541
12542         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
12543         Less uglyness..
12544
12545 2006-08-14  Wim Taymans  <wim@fluendo.com>
12546
12547         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
12548         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
12549         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
12550         Add some more debug info.
12551         Don't crash when a seek failed.
12552         Actually return the result of the seek instead of TRUE.
12553         Ignore multiple BOS pages with the same serial so that we don't create
12554         the same stream multiple times.
12555         Post an error when we fail to do the initial seek.
12556
12557 2006-08-13  Wim Taymans  <wim@fluendo.com>
12558
12559         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
12560         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
12561         Small code cleanup.
12562
12563         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
12564         (gst_alsa_mixer_new):
12565         Remove hack that always set the device to hw:0*.
12566         Properly find the card name for whatever device was configured.
12567         Do some better debugging.
12568         Fixes #350784.
12569
12570         * ext/alsa/gstalsamixerelement.c:
12571         (gst_alsa_mixer_element_set_property),
12572         (gst_alsa_mixer_element_change_state):
12573         Cleanups.
12574         Handle setting of a NULL device name better.
12575
12576 2006-08-11  Wim Taymans  <wim@fluendo.com>
12577
12578         * gst/adder/gstadder.c:
12579         Don't clip float values. Fixes #350900.
12580
12581 2006-08-11  Andy Wingo  <wingo@pobox.com>
12582
12583         * gst/tcp/gsttcp.c: Really fix the build?
12584
12585         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
12586         fixes the build.
12587
12588 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
12589
12590         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
12591           Float caps shouldn't have a "signed" field.
12592
12593 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
12594
12595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
12596           Implement SEEKING query in its most basic form, so that we can
12597           at least check if we're seekable or not (#350655).
12598
12599 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12600
12601         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
12602           The checks here are not even close to anything that would
12603           justify MAXIMUM probability, lowering to POSSIBLE until someone
12604           fixes the checks (case at hand: quicktime redirection files
12605           might start with 00 00 01 XX and pass the checks here just
12606           fine, see #350399).
12607
12608 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
12609
12610         Patch by: Sjoerd Simons  <sjoerd at luon net>
12611
12612         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
12613           Better detection for multipart/x-mixed-replace: accept leading
12614           whitespaces before the boundary marker as well (as our very own
12615           multipartmux used to produce) (#349068).
12616
12617 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
12618
12619         Patch by: Young-Ho Cha  <ganadist at chollian net>
12620
12621         * gst-libs/gst/riff/riff-ids.h:
12622         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12623         (gst_riff_create_audio_template_caps):
12624           Detect DTS audio streams (#350157).
12625
12626 2006-08-05  Andy Wingo  <wingo@pobox.com>
12627
12628         * ext/theora/gsttheoraparse.h:
12629         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
12630         (theora_parse_dispose, theora_parse_set_property)
12631         (theora_parse_get_property, theora_parse_munge_granulepos)
12632         (theora_parse_push_buffer, theora_parse_change_state):
12633         API: GstTheoraParse::synchronization-points
12634         Add a property 'synchronization-points' to fix badly synchronized oggs.
12635
12636 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
12637
12638         * tests/check/Makefile.am:
12639         * tests/check/libs/.cvsignore:
12640         * tests/check/libs/audio.c: (structure_contains_channel_positions),
12641         (fixed_caps_have_channel_positions), (GST_START_TEST),
12642         (audio_suite), (main):
12643           Add a few tests for the channel position stuff in libgstaudio.
12644
12645 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
12646
12647         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
12648         (gst_alsa_detect_channels):
12649         * ext/alsa/gstalsasink.c:
12650           Add support for cards that (only) do more than 8 channels,
12651           like the Delta 44 (#345188).
12652
12653         * gst-libs/gst/audio/multichannel.c:
12654         (gst_audio_check_channel_positions):
12655         * gst-libs/gst/audio/multichannel.h:
12656           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
12657           unspecified channel position and cannot be combined with any
12658           of the other audio channel positions; adjust position layout
12659           checks accordingly (#345188).
12660
12661 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
12662
12663         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12664           Recognise ancient RealAudio files (see #349779).
12665
12666 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
12667
12668         Patch by: Jens Granseuer  <jensgr at gmx net>
12669
12670         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12671           Add typefinder for Interplay's MVE format (#348973).
12672
12673 2006-08-02  Wim Taymans  <wim@fluendo.com>
12674
12675         Patch by: Marcel Moreaux <marcelm at luon dot net>
12676
12677         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12678         (gst_base_rtp_depayload_add_to_queue):
12679         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12680         Handle RTP sequence number rollover.
12681         Disable jitterbuffer by default.
12682
12683 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12684
12685         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
12686         (audioresample_set_caps):
12687         Don't leak references to the incoming caps. Clean them up when
12688         stopping.
12689
12690         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
12691         (gst_video_scale_finalize):
12692         Don't leak our temporary pixel buffer.
12693
12694         * tests/check/Makefile.am:
12695         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
12696         (GST_START_TEST), (simple_launch_lines_suite):
12697
12698         Fix leaks and re-enable the test for valgrind checking.
12699
12700 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
12701
12702         Patch by: Sjoerd Simons  <sjoerd at luon net>
12703
12704         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
12705         (plugin_init):
12706           Add typefind function for multipart/x-mixed-replace (#348916).
12707
12708 2006-07-28  Wim Taymans  <wim@fluendo.com>
12709
12710         * gst/adder/gstadder.c: (gst_adder_setcaps),
12711         (gst_adder_query_duration):
12712         Fix leak in duration query.
12713         Reflow some docs and notes.
12714
12715 2006-07-28  Michael Smith  <msmith@fluendo.com>
12716
12717         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
12718         (vorbisenc_suite):
12719           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
12720           aspect of it.
12721
12722 2006-07-28  Michael Smith  <msmith@fluendo.com>
12723
12724         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
12725         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
12726         (gst_vorbis_enc_push_buffer),
12727         (gst_vorbis_enc_buffer_check_discontinuous),
12728         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
12729         * ext/vorbis/vorbisenc.h:
12730           Handle discontinuities in the input vorbis stream correctly,
12731           so that the output is properly timestamped (and has good granulepos
12732           values). Needs some oggmux fixes too.
12733
12734 2006-07-27  Wim Taymans  <wim@fluendo.com>
12735
12736         patch by: Kai Vehmanen <kv2004 eca cx>
12737
12738         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12739         (gst_base_rtp_depayload_chain),
12740         (gst_base_rtp_depayload_handle_sink_event),
12741         (gst_base_rtp_depayload_change_state):
12742         Don't send multiple newsegments with different formats.
12743         Fixes #348677.
12744
12745 2006-07-26  Wim Taymans  <wim@fluendo.com>
12746
12747         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
12748         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
12749         Make seeking in ogg more accurate again by doing the more correct
12750         granuletime to stream time conversion.
12751
12752 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12753
12754         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
12755         (gst_multi_fd_sink_new_client):
12756           debug a little more understandably
12757           do not use goto as a substitute for break, especially if
12758           break is also being used
12759
12760 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
12761
12762         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
12763         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
12764           Remove GLib-2.6 compatibility cruft.
12765
12766 2006-07-24  Wim Taymans  <wim@fluendo.com>
12767
12768         * gst-libs/gst/audio/gstbaseaudiosink.c:
12769         (gst_base_audio_sink_render):
12770         Don't try to align a sample to an unknown value.
12771
12772 2006-07-24  Wim Taymans  <wim@fluendo.com>
12773
12774         * gst-libs/gst/audio/gstbaseaudiosink.c:
12775         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12776         When the audio clock is slaved to another clock, never try to align
12777         samples but trust the rate interpolation algorithm.
12778
12779 2006-07-24  Wim Taymans  <wim@fluendo.com>
12780
12781         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
12782         Don't try to calculate silence samples, base class does this much
12783         better now.
12784
12785         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
12786         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
12787         (gst_ring_buffer_acquire):
12788         Calculate silence samples correctly.
12789
12790         * gst-libs/gst/audio/gstringbuffer.h:
12791         Add _CAST macro.
12792
12793 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
12794
12795         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
12796           Limit search for the first markup tag to the first few kB of
12797           the file. If we don't find one there, it's highly unlikely that
12798           this is an XML(-ish) file.
12799
12800 2006-07-21  Andy Wingo  <wingo@pobox.com>
12801
12802         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
12803         test to the one in vorbisenc. Also commented out.
12804
12805         * tests/check/pipelines/vorbisenc.c: 
12806         (test_discontinuity): New test, commented out until Mike lands
12807         some elite vorbisenc patches.
12808
12809         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
12810         Bufferstraw was actually factored out of these tests. Now we share
12811         code yay.
12812
12813         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
12814         for bufferstraw addition to gstcheck.
12815
12816 2006-07-21  Wim Taymans  <wim@fluendo.com>
12817
12818         * ext/theora/theoradec.c: (clip_buffer):
12819         Better clipping.
12820
12821 2006-07-21  Wim Taymans  <wim@fluendo.com>
12822
12823         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
12824         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
12825         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
12826         Fix leak.
12827         Avoid type casting when we can.
12828
12829         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
12830         Fix mem leak.
12831
12832 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
12833
12834         * ext/alsa/gstalsamixerelement.c:
12835         (gst_alsa_mixer_element_change_state):
12836           Make state change fail if the specified device can't be opened
12837           for some reason.
12838
12839 2006-07-20  Wim Taymans  <wim@fluendo.com>
12840
12841         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
12842         (cb_newpad), (main):
12843         Example of a small audio/video player using decodebin.
12844
12845 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
12846
12847         * gst-libs/gst/riff/riff-ids.h:
12848           Add 'fact' chunk id
12849
12850 2006-07-19  Wim Taymans  <wim@fluendo.com>
12851
12852         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12853         (gst_base_rtp_depayload_chain),
12854         (gst_base_rtp_depayload_change_state):
12855         Don't assert when not negotiated but post a meaningfull 
12856         error message. Fixes #347918.
12857
12858         * gst-libs/gst/rtp/gstbasertppayload.c:
12859         Add comment about better default MTU size.
12860
12861         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
12862         Small cleanups, start docs.
12863
12864 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
12865
12866         Patch by: Martin Szulecki
12867
12868         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
12869           If "device-name" is requested and the device is not
12870           open, try to temporarily open it to obtain this
12871           information (#342494).
12872
12873 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
12874
12875         * gst-libs/gst/tag/gstid3tag.c:
12876           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
12877
12878         * gst-libs/gst/tag/gsttageditingprivate.h:
12879         * gst-libs/gst/tag/gstvorbistag.c:
12880           Some more random const-ifications.
12881
12882 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
12883
12884         * gst-libs/gst/riff/riff-ids.h:
12885         * gst-libs/gst/riff/riff-media.c:
12886         (gst_riff_create_video_template_caps):
12887           Add more FOURCCs (sort list to make stuff easier to find),
12888           add comment what those 16 bytes in struct _gst_riff_strh according to
12889           one avi-dumper are
12890
12891 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
12892
12893         * gst-libs/gst/audio/multichannel.c:
12894         (gst_audio_check_channel_positions),
12895         (gst_audio_fixate_channel_positions):
12896           Const-ify two arrays.
12897
12898 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
12899
12900         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
12901           Fix typo, so that alsasink also advertises 8 channels
12902           if that's supported (tags: can, worms, open, alsa, ph34r).
12903
12904 2006-07-17  Wim Taymans  <wim@fluendo.com>
12905
12906         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
12907         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
12908         *sigh*, when is the compiler going to warn when the comments
12909         are out-of-sync with the code.. Refix case of busted theora
12910         headers with 0 granule pos.
12911
12912 2006-07-14  Wim Taymans  <wim@fluendo.com>
12913
12914         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12915         (gst_base_rtp_depayload_wait),
12916         (gst_base_rtp_depayload_change_state),
12917         (gst_base_rtp_depayload_set_property),
12918         (gst_base_rtp_depayload_get_property):
12919         Fix 99% cpu load by waiting for absolute times on the
12920         clock. Fixes #347300.
12921
12922 2006-07-14  Andy Wingo  <wingo@pobox.com>
12923
12924         * ext/theora/gsttheoraparse.h: 
12925         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
12926         (theora_parse_push_headers, theora_parse_clear_queue)
12927         (theora_parse_drain_queue_prematurely, )
12928         (theora_parse_sink_event, theora_parse_change_state): Queue events
12929         until we initialized our state, like in vorbisparse.
12930
12931         * ext/vorbis/vorbisparse.h: 
12932         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
12933         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
12934         (vorbis_parse_drain_queue_prematurely, )
12935         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
12936         until we have initialized our state. Fixes seeking after an
12937         initial pad block.
12938
12939 2006-07-14  Andy Wingo  <wingo@pobox.com>
12940
12941         Patch by: Iain Holmes <iaingnome@gmail.com>
12942         
12943         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
12944
12945 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
12946
12947         * configure.ac:
12948         Bump nano back to CVS
12949
12950 === release 0.10.9 ===
12951
12952 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
12953
12954         * configure.ac:
12955           releasing 0.10.9, "I walk the line"
12956
12957 2006-07-14  Michael Smith  <msmith@fluendo.com>
12958
12959         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
12960           Move a g_cond_signal to earlier to avoid sometimes deadlocking
12961           (commonly happens when running this test under valgrind) when trying
12962           to remove the buffer probe.
12963
12964 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
12965
12966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
12967         Fix missing g_unlock from the previous commit
12968
12969 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
12970
12971         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12972         (gst_ximagesink_change_state):
12973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12974         (gst_xvimagesink_change_state):
12975         Implement a locking order to ensure we always take the object lock
12976         before the x_lock and never vice-versa.
12977
12978 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
12979
12980         * gst/playback/gstdecodebin.c: (find_compatibles):
12981         Fix a caps leak when linking (#347304)
12982
12983         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
12984         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
12985         (gst_ximagesink_change_state):
12986         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12987         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
12988         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
12989         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
12990         Don't leak shared memory resources. Use the object lock to protect
12991         against the xcontext disappearing while returning a buffer from the
12992         pipeline. (#347304)
12993
12994 2006-07-12  Edward Hervey  <edward@fluendo.com>
12995
12996         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
12997         (vorbis_handle_comment_packet):
12998         gst_tag_list_merge() returns a new object. Take that into account when
12999         using it. This avoids memleak.
13000         Revert previous commit which is not needed.
13001
13002 2006-07-12  Edward Hervey  <edward@fluendo.com>
13003
13004         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13005         Reset the decoder in finalize so that all fields get cleared.
13006
13007 2006-07-12  Wim Taymans  <wim@fluendo.com>
13008
13009         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13010         (gst_base_audio_src_set_clock),
13011         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13012         Don't try to post an error message when setting the clock fails
13013         as this can happen when adding an element to a bin which will then
13014         deadlock. Fixes #347296.
13015
13016 2006-07-12  Edward Hervey  <edward@fluendo.com>
13017
13018         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13019         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13020         (vorbis_handle_type_packet):
13021         Post tag messages on the bus even if we're not initialized.
13022         If we're not initialized, we still postpone the event pushing of tags.
13023
13024 2006-07-12  Wim Taymans  <wim@fluendo.com>
13025
13026         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13027         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13028         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13029         Revert last two changes that broke the freeze.
13030
13031 2006-07-12  Wim Taymans  <wim@fluendo.com>
13032
13033         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13034         basesink calculates silence sample correctly for us.
13035
13036 2006-07-12  Wim Taymans  <wim@fluendo.com>
13037
13038         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13039         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13040         Calculate correct silence samples so we don't fill our ringbuffer
13041         with noise.
13042
13043 2006-07-12  Edward Hervey  <edward@fluendo.com>
13044
13045         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13046         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13047         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13048         * ext/vorbis/vorbisdec.h:
13049         Delay sending events (newsegment, tags) until the decoder is properly
13050         initialized.
13051         Fixes #347295
13052
13053 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13054
13055         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13056         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13057           Patch from #347221 adding a test for audioconvert
13058           channel remappings.
13059
13060 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13061
13062         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13063         (gst_ssa_parse_parse_line):
13064           Don't include the terminating NUL in the buffer size,
13065           it's only there for extra paranoia (would add random
13066           '*' characters at the end of each subtitle since the
13067           terminator itself is not valid UTF-8 technically).
13068           Also fix indenting after boilerplate macro.
13069
13070 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13071
13072         * gst/playback/gstdecodebin.c: (close_pad_link):
13073           Also emit 'unknown-type' signal (which should really be
13074           called unhandled-type) if we found potential decoders/demuxers
13075           in the registry but none of them worked in the end (as in the
13076           case where the plugins don't exist any longer but are still
13077           listed in the registry). Fixes #329798.
13078
13079 2006-07-08  Andy Wingo  <wingo@pobox.com>
13080
13081         * theoraparse.c (theora_parse_push_buffer)
13082         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13083         Add some more debugging. Fix granulepos reconstruction in the face
13084         of discontinuities.
13085
13086 2006-07-06  Wim Taymans  <wim@fluendo.com>
13087
13088         * gst-libs/gst/audio/gstbaseaudiosink.c:
13089         (gst_base_audio_sink_class_init),
13090         (gst_base_audio_sink_provide_clock):
13091         Use gobject_class instead of G_OBJECT_CLASS (klass)
13092
13093         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13094         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13095         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13096         (gst_base_audio_src_get_time),
13097         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13098         (gst_base_audio_src_create_ringbuffer):
13099         Fix latency and buffer-time constants and properties ala basesink.
13100         Implement pull based scheduling. Fixes #346527.
13101         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13102         one segment.
13103         Refuse slaving to another clock instead of silently not working.
13104         Only provide a clock when we are actually able to do so.
13105         Various small cleanups and compiler hints.
13106
13107 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13108
13109         Patch by: Lutz Mueller <lutz at topfrose de>
13110
13111         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13112         (plugin_init):
13113           Add typefinding for text/html (#346581).
13114
13115 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13116
13117         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13118         (xml_check_first_element), (xml_type_find), (smil_type_find):
13119           Fix SMIL typefinding, make xml_check_first_element() more
13120           useful.
13121
13122 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13123
13124         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13125         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13126         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13127         * gst/playback/gstplaybasebin.h:
13128           Protect list of elements with a subtitle-encoding property and
13129           the subtitle encoding member itself with a lock of their own
13130           instead of using the object lock. This prevents a dead-lock in
13131           the element-remove callback in some circumstances when shutting
13132           down playbin.
13133
13134 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13135
13136         * win32/common/libgsttag.def:
13137         Export some new functions.
13138         * win32/vs6/libgstogg.dsp:
13139         Add a link to libgsttag-0.10.lib.
13140
13141 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13142
13143         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13144           Some const-ification.
13145
13146 2006-07-04  Wim Taymans  <wim@fluendo.com>
13147
13148         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13149         Improve checking if we are dealing with a stream. Added some
13150         more uris that need buffering.
13151
13152 2006-07-03  Edward Hervey  <edward@fluendo.com>
13153
13154         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13155         Remove unused variable.
13156
13157 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13158
13159         * Makefile.am:
13160           include lcov.mak
13161         * configure.ac:
13162           add GCOV_LIBS to GST_LIBS
13163
13164 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13165
13166         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13167
13168         * ext/alsa/gstalsasrc.c:
13169           Add 32 bps to template caps and increase channels range
13170           from [1,2] to [1,MAX]. See #346326.
13171
13172 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13173
13174         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13175           Recognise 'WMVA' video codec fourcc (#345879).
13176           
13177 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13178          
13179         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13180           Fixed nasty memory leak
13181
13182 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13183
13184         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13185         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13186           fix logging
13187
13188 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13189
13190         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13191         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13192         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13193         Protect remove_fakesink using a mutex, so that we don't try and
13194         remove the fakesink simultaneously from multiple threads.
13195
13196         When going from READY to PAUSED, restore the fakesink, so that
13197         it is there when decodebin gets reused.
13198
13199 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
13200
13201         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13202         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13203         * gst-libs/gst/rtp/gstbasertppayload.c:
13204         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13205         * gst/tcp/gstmultifdsink.c:
13206         * gst/tcp/gsttcpclientsink.c:
13207         * gst/tcp/gsttcpclientsrc.c:
13208         * gst/tcp/gsttcpserversink.c:
13209         * gst/tcp/gsttcpserversrc.c:
13210         * gst/videorate/gstvideorate.c:
13211         * gst/videotestsrc/gstvideotestsrc.c:
13212         * sys/v4l/gstv4ljpegsrc.c:
13213         * sys/v4l/gstv4lmjpegsink.c:
13214         * sys/v4l/gstv4lsrc.c:
13215         * tests/examples/seek/scrubby.c:
13216         * tests/examples/seek/seek.c:
13217           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
13218
13219 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13220
13221         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
13222           Second field in GEnumValue shouldn't be a description,
13223           but a stringified version of the enum value.
13224
13225 2006-06-22  Wim Taymans  <wim@fluendo.com>
13226
13227         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13228         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
13229         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13230         Avoid type checking in buffer casts.
13231         Avoid caps copy in buffer_alloc when we can.
13232         Use pad_peer_accept.
13233
13234 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13235
13236         * gst-libs/gst/tag/tag.h:
13237           Oops, make that 'Since: 0.10.9'.
13238
13239 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13240
13241         * docs/libs/gst-plugins-base-libs-sections.txt:
13242         * gst-libs/gst/tag/tag.h:
13243         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
13244         (gst_tag_image_type_get_type):
13245           API: add GstTagImageType enum to describe images contained
13246           in image tags (#345641).
13247
13248 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13249
13250         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13251           Fix warnings with gst-inspect: "buffers-min" property
13252           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
13253           typo in property description.
13254
13255 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13256
13257         Patch by: Cody Russell <bratsche at gnome org>
13258
13259         * gst/audioresample/gstaudioresample.c:
13260         (gst_audioresample_class_init):
13261         * gst/playback/gststreamselector.c:
13262         (gst_stream_selector_class_init):
13263         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
13264         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13265         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
13266         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
13267         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
13268         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
13269         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
13270         * gst/videotestsrc/gstvideotestsrc.c:
13271         (gst_video_test_src_class_init):
13272         * gst/volume/gstvolume.c: (gst_volume_class_init):
13273           Avoid unnecessary class cast check in class_init
13274           functions (#337747).
13275
13276 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
13277
13278         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
13279         (gst_text_overlay_video_chain):
13280           g_markup_escape_text() REALLY doesn't like non-UTF8 input
13281           and doesn't validate its input either (and neither did
13282           textoverlay it seems). Let's do that then and fix #345206.
13283
13284 2006-06-19  Wim Taymans  <wim@fluendo.com>
13285
13286         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13287         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
13288         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
13289         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
13290         (find_syncframe), (find_limits), (assign_value),
13291         (count_burst_unit), (gst_multi_fd_sink_new_client),
13292         (gst_multi_fd_sink_handle_client_write),
13293         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
13294         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
13295         (gst_multi_fd_sink_change_state):
13296         * gst/tcp/gstmultifdsink.h:
13297         Added shiny new burst-on-connect methods.
13298         Add properties to control the minimal amount of data queued.
13299         Small cleanups.
13300         API: bytes-min property
13301         API: time-min property
13302         API: buffers-min property
13303         API: burst-unit property
13304         API: burst-value property
13305         API: add-full signal
13306
13307         * gst/tcp/gsttcp-marshal.list:
13308         Added new marshaller code for the new signal.
13309
13310         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13311         (multifdsink_suite):
13312         Added testcases for new burst methods.
13313
13314 2006-06-19  Edward Hervey  <edward@fluendo.com>
13315
13316         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
13317         Implement clipping for accurate seeking.
13318         Closes #345225
13319
13320 2006-06-19  Wim Taymans  <wim@fluendo.com>
13321
13322         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
13323
13324         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
13325         (gst_video_scale_transform):
13326         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
13327
13328 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
13329
13330         * configure.ac:
13331           Fix --disable-external (can't set conditionals conditionally,
13332           #343602).
13333
13334 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13335
13336         * tests/check/elements/audioresample.c: (test_reuse),
13337         (audioresample_suite):
13338           Add test case for bug #342789 fixed below.
13339
13340 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13341
13342         * gst/audioresample/gstaudioresample.c:
13343         (gst_audioresample_class_init), (gst_audioresample_init),
13344         (audioresample_start), (audioresample_stop),
13345         (gst_audioresample_set_property), (gst_audioresample_get_property):
13346           Implement GstBaseTransform::start and ::stop so that audioresample
13347           can clear its internal state properly and be reused instead of
13348           causing non-negotiated errors with playbin under some circumstances
13349           (#342789).
13350
13351         * tests/check/elements/audioresample.c: (setup_audioresample),
13352         (cleanup_audioresample):
13353           Need to set element state here so that ::start and ::stop are
13354           called.
13355
13356 2006-06-16  Wim Taymans  <wim@fluendo.com>
13357
13358         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13359
13360         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
13361         Parse extra data better, apparently it's right behind
13362         the normal strf header size. Fixes #343500.
13363
13364 2006-06-16  Wim Taymans  <wim@fluendo.com>
13365
13366         * ext/alsa/gstalsasink.c: (set_hwparams):
13367         If we fail to set the buffer_time and period_time alsa
13368         parameters, post a warning and leave alsa select a 
13369         default instead of failing. Fixes #342085
13370
13371 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13372
13373         * docs/libs/gst-plugins-base-libs-sections.txt:
13374         * gst-libs/gst/cdda/gstcddabasesrc.h:
13375           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
13376           out in the header file and shouldn't be listed in the docs.
13377
13378         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13379           Must dereference pointer to fourcc in the debug statement.
13380
13381 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
13382
13383         * docs/libs/Makefile.am:
13384         * docs/libs/gst-plugins-base-libs-docs.sgml:
13385         * docs/libs/gst-plugins-base-libs-sections.txt:
13386         * docs/libs/gst-plugins-base-libs.types:
13387         add remaining symbols into correct setions
13388         
13389         * gst-libs/gst/audio/gstringbuffer.c:
13390         fix incomplete docs
13391         
13392         * gst-libs/gst/audio/gstringbuffer.h:
13393         comment out not yet implemented function
13394         
13395         
13396         * gst-libs/gst/floatcast/floatcast.h:
13397         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13398         add short descriptions
13399         
13400         
13401         * gst-libs/gst/interfaces/propertyprobe.c:
13402         fix return value docs   
13403         
13404         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13405         simplify debug logging
13406         
13407         * gst-libs/gst/riff/riff-read.h:
13408         sync function prototype and docs
13409         
13410         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13411         remove left over symbol
13412
13413 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13414
13415         * autogen.sh:
13416         * configure.ac:
13417         * docs/Makefile.am:
13418           Use GST_PLUGIN_DOCS macro in configure.ac, add
13419           --enable-plugin-docs default to autogen.sh and use
13420           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
13421
13422 2006-06-15  Wim Taymans  <wim@fluendo.com>
13423
13424         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
13425         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
13426         (gst_ogg_demux_loop):
13427         Combine GstFlowReturn from the source pads to give a
13428         meaningfull result to the upstream peer or to stop the
13429         processing task in case of errors.
13430
13431 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
13432
13433         * gst/playback/gststreaminfo.c: (cb_probe):
13434           Try GST_TAG_CODEC as fallback when extracting the
13435           codec name; more debug info.
13436
13437 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
13438
13439         * ext/ogg/Makefile.am:
13440         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13441           Extract language tags from ogm subtitle streams, so that
13442           the subtitle menu choices are labelled correctly in
13443           Totem (fixes #344708).
13444
13445 2006-06-14  Wim Taymans  <wim@fluendo.com>
13446
13447         Patch by: Alessandro Decina <alessandro at nnva dot org>
13448
13449         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
13450         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
13451         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
13452         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13453         Fix various leaks. Fixes #343699.
13454         Add x-smoke mime type.
13455
13456 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
13457
13458         * gst-libs/gst/riff/riff-ids.h:
13459           Add IDs for 'bext' chunks (see #343837).
13460
13461 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
13462
13463         Patch by: Young-Ho Cha  <ganadist at chollian net>
13464
13465         * gst/subparse/samiparse.c: (sami_context_pop_state),
13466         (handle_start_font), (end_sami_element):
13467           Honour font face tags in SAMI subtitles (#344503).
13468
13469 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
13470
13471         * po/POTFILES.in:
13472           add missing files containing translatable strings
13473
13474 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
13475
13476         * docs/libs/tmpl/.cvsignore:
13477           we don't want those *.sgml files in CVS either
13478
13479 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
13480
13481         * docs/libs/.cvsignore:
13482         * tests/check/elements/.cvsignore:
13483         * tests/check/libs/.cvsignore:
13484           ignore more
13485
13486 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
13487
13488         * docs/libs/Makefile.am:
13489           also commiting the changed Makefile.am (added more libs to the
13490           doc-build)
13491
13492 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
13493
13494         * docs/libs/gst-plugins-base-libs-docs.sgml:
13495         * docs/libs/gst-plugins-base-libs-sections.txt:
13496         * docs/libs/gst-plugins-base-libs.types:
13497           first batch of reordering things, add index & hierarchy
13498
13499 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13500
13501         * configure.ac:
13502           use GST_PKG_CHECK_MODULES, cleans up output
13503
13504 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
13505
13506         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13507           Add support for burn:// URIs (#343385); const-ify things a bit,
13508           use G_N_ELEMENTS instead of hard-coded array size.
13509
13510 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
13511
13512         Patch by: Young-Ho Cha  <ganadist at chollian net>
13513
13514         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
13515           Fix up broken entities before passing them to libxml *sigh*.
13516           (#343303).
13517           
13518 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13519
13520         * configure.ac:
13521           back to TRUNK
13522
13523 === release 0.10.8 ===
13524
13525 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
13526
13527         * configure.ac:
13528           releasing 0.10.8, "Moar gij ziet mij nie"
13529
13530 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13531
13532         * configure.ac:
13533         * po/af.po:
13534         * po/az.po:
13535         * po/cs.po:
13536         * po/en_GB.po:
13537         * po/hu.po:
13538         * po/it.po:
13539         * po/nb.po:
13540         * po/nl.po:
13541         * po/or.po:
13542         * po/sq.po:
13543         * po/sr.po:
13544         * po/sv.po:
13545         * po/uk.po:
13546         * po/vi.po:
13547         * win32/common/config.h:
13548           0.10.7.2 prerelease
13549
13550 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13551
13552         * docs/libs/tmpl/gstaudio.sgml:
13553         * docs/libs/tmpl/gstcolorbalance.sgml:
13554         * docs/libs/tmpl/gstmixer.sgml:
13555         * docs/libs/tmpl/gstringbuffer.sgml:
13556         * docs/libs/tmpl/gsttuner.sgml:
13557         * docs/libs/tmpl/gstxoverlay.sgml:
13558         * gst-libs/gst/audio/audio.c:
13559         * gst-libs/gst/audio/gstringbuffer.c:
13560         * gst-libs/gst/interfaces/colorbalance.c:
13561         * gst-libs/gst/interfaces/mixer.c:
13562         * gst-libs/gst/interfaces/tuner.c:
13563         * gst-libs/gst/interfaces/xoverlay.c:
13564           move last template doc snippets to source code and delete them
13565
13566 2006-06-06  Michael Smith  <msmith@fluendo.com>
13567
13568         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
13569         (theora_parse_drain_queue):
13570           Mark DELTA_UNIT on non-keyframes.
13571
13572 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
13573
13574         * gst-libs/gst/audio/gstbaseaudiosink.c:
13575         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
13576         * gst-libs/gst/audio/gstbaseaudiosink.h:
13577         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
13578         (gst_ring_buffer_samples_done):
13579         * gst-libs/gst/audio/gstringbuffer.h:
13580         Document better the fact that latency_time and buffer_time are values
13581         stored in microseconds, and not the usual GStreamer nanoseconds.
13582         Change the variables (compatibly) that store them from GstClockTime 
13583         to guint64 to make it more clear that they're not storing clock times.
13584         Also, remove the bogus property description that says the user can
13585         specify -1 to get the default value, since that's never been the case.
13586
13587         When computing the default segment size for the ring buffer, make it
13588         an integer number of samples.
13589
13590         When the sub-class indicates a delay greater than the number of
13591         samples we've written return 0 from the audio sink get_time method.
13592
13593 2006-06-02  Michael Smith  <msmith@fluendo.com>
13594
13595         * tests/check/elements/audioconvert.c: (set_channel_positions),
13596         (get_float_mc_caps), (get_int_mc_caps):
13597         * tests/check/elements/audioresample.c:
13598         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
13599         * tests/check/elements/videorate.c:
13600         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
13601         * tests/check/elements/volume.c:
13602         * tests/check/elements/vorbisdec.c:
13603         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13604           Don't busy-wait in tests; this was causing test timeouts very
13605           frequently when running under valgrind.
13606
13607 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13608
13609         * gst/tcp/README:
13610         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
13611         (gst_multi_fd_sink_remove_client_link),
13612         (gst_multi_fd_sink_client_queue_caps),
13613         (gst_multi_fd_sink_client_queue_buffer),
13614         (gst_multi_fd_sink_handle_client_write),
13615         (gst_multi_fd_sink_render):
13616         * gst/tcp/gstmultifdsink.h:
13617           make multifdsink properly deal with streamheader:
13618           - streamheader is taken from caps
13619           - buffers marked with IN_CAPS are not sent
13620           - streamheaders are sent, on connection, from the caps of the
13621             buffer where the client gets positioned to
13622           - further streamheader changes are done every time the client
13623             will receive a buffer with different caps
13624         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13625         (gst_multifdsink_create_streamheader):
13626           add tests for this
13627
13628 2006-06-02  Michael Smith  <msmith@fluendo.com>
13629
13630         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
13631           Reinstate limit on channel count. Vorbis does not define the meaning
13632           of > 6 channels, so they're just independent channels. Gstreamer
13633           currently has no mechanism to represent N independent channels.
13634
13635 2006-06-02  Michael Smith  <msmith@fluendo.com>
13636
13637         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
13638           Don't arbitrarily restrict channel counts and rate in vorbis.
13639           In terms of effects likely on real-world files, this fixes 96kHz
13640           playback of vorbis.
13641
13642 2006-06-02  Michael Smith  <msmith@fluendo.com>
13643
13644         * gst/audioconvert/audioconvert.c: (float):
13645           More correct float->int conversion.
13646
13647 2006-06-02  Michael Smith  <msmith@fluendo.com>
13648
13649         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
13650           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
13651           value. Fixes g-critical on trying to play back ogg containing
13652           unknown codec.
13653
13654 2006-06-02  Wim Taymans  <wim@fluendo.com>
13655
13656         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
13657         (setup_source):
13658         * gst/playback/gstplaybasebin.h:
13659         Make the subtitle detection work from any thread so we don't
13660         deadlock. Fixes #343397.
13661
13662 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13663
13664         * gst/volume/Makefile.am:
13665           Seriously, it's not *that* hard to get compilation right.  Even
13666           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
13667
13668 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
13669
13670         * gst/volume/gstvolume.c: (volume_choose_func),
13671         (volume_update_real_volume), (gst_volume_class_init),
13672         (gst_volume_init), (volume_process_float), (volume_process_int16),
13673         (volume_process_int16_clamp), (volume_set_caps),
13674         (volume_transform_ip), (plugin_init):
13675         * gst/volume/gstvolume.h:
13676         rewrite the passthrough check, split _int16 and _int16_clamp, fix
13677         another property desc., remove unused param from process function
13678         
13679         * tests/check/elements/volume.c: (volume_suite):
13680         reactivate the passthrough test
13681
13682 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
13683
13684         * ext/alsa/gstalsamixerelement.h:
13685         * ext/alsa/gstalsamixeroptions.h:
13686         * ext/alsa/gstalsamixertrack.h:
13687         * ext/gnomevfs/gstgnomevfssink.h:
13688         * ext/gnomevfs/gstgnomevfssrc.h:
13689         * ext/theora/gsttheoradec.h:
13690         * ext/theora/gsttheoraenc.h:
13691         * ext/theora/gsttheoraparse.h:
13692         * ext/vorbis/vorbisparse.h:
13693         * gst-libs/gst/audio/gstaudioclock.h:
13694         * gst-libs/gst/audio/gstaudiofilter.h:
13695         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13696         * gst/audioconvert/gstaudioconvert.h:
13697         * gst/audioresample/gstaudioresample.h:
13698         * gst/audiotestsrc/gstaudiotestsrc.h:
13699         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
13700         * gst/playback/gststreamselector.h:
13701         * gst/tcp/gstmultifdsink.h:
13702         * gst/tcp/gsttcpclientsink.h:
13703         * gst/tcp/gsttcpclientsrc.h:
13704         * gst/tcp/gsttcpserversink.h:
13705         * gst/tcp/gsttcpserversrc.h:
13706         * gst/videorate/gstvideorate.h:
13707         * gst/videoscale/gstvideoscale.h:
13708         * gst/videotestsrc/gstvideotestsrc.h:
13709         * gst/volume/gstvolume.h:
13710         * sys/v4l/gstv4ljpegsrc.h:
13711         * sys/v4l/gstv4lmjpegsink.h:
13712         * sys/v4l/gstv4lmjpegsrc.h:
13713         * sys/v4l/gstv4lsrc.h:
13714         * sys/ximage/ximagesink.h:
13715         * sys/xvimage/xvimagesink.h:
13716         * tests/old/testsuite/alsa/sinesrc.h:
13717         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
13718
13719 2006-05-31  Wim Taymans  <wim@fluendo.com>
13720
13721         * ext/libvisual/visual.c: (gst_visual_reset),
13722         (gst_visual_sink_setcaps), (gst_visual_sink_event),
13723         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
13724         Handle DISCONT.
13725         Use running time before doing QoS.
13726         Handle mono too.
13727
13728 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
13729
13730         * docs/libs/Makefile.am:
13731           set a magic variable to indicate we know the docs are incomplete
13732
13733 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
13734
13735         * win32/common/libgstvideo.def:
13736           export gst_video_calculate_display_ratio
13737         * win32/vs6/libgstvideoscale.dsp:
13738           add link to libgstvideo-0.10.lib
13739
13740 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
13741
13742         * gst/playback/gstplaybasebin.c: (gen_source_element):
13743           Throw a more comprehensible error for rtsp:// URIs (rather
13744           than erroring out with a negotiation error later on) until
13745           we fix playbin to handle rtspsrc etc.
13746
13747 2006-05-30  Wim Taymans  <wim@fluendo.com>
13748
13749         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
13750         (gst_text_overlay_text_event):
13751         Added some FIXMEs.
13752
13753 2006-05-30  Wim Taymans  <wim@fluendo.com>
13754
13755         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
13756         (gst_adder_request_new_pad), (gst_adder_release_pad):
13757         * gst/adder/gstadder.h:
13758         Implement release_request_pad.
13759         Make padcounter atomic.
13760
13761         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
13762         Added check for release_pad in adder.
13763
13764 2006-05-30  Wim Taymans  <wim@fluendo.com>
13765
13766         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
13767         Fix build again.
13768
13769 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13770
13771         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
13772         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13773         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13774         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
13775         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
13776         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
13777         (gst_ogg_demux_bisect_forward_serialno),
13778         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
13779         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13780           add more debugging
13781           clean up printf formats for granulepos and serialno
13782
13783 2006-05-30  Michael Smith  <msmith@fluendo.com>
13784
13785         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13786         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
13787         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
13788         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
13789         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13790         * ext/vorbis/vorbisenc.h:
13791           Multi-channel caps negotiation, so we can do proper multichannel
13792           vorbis encoding, negotiated through audioconvert.
13793
13794 2006-05-30  Wim Taymans  <wim@fluendo.com>
13795
13796         * tests/check/elements/adder.c: (test_event_message_received),
13797         (test_play_twice_message_received), (GST_START_TEST),
13798         (adder_suite):
13799         Added check to show that #339935 is fixed with ongoing
13800         adder and collectpads fixes.
13801
13802 2006-05-29  Wim Taymans  <wim@fluendo.com>
13803
13804         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
13805         Don't leak pad name.
13806
13807 2006-05-29  Wim Taymans  <wim@fluendo.com>
13808
13809         * gst/adder/gstadder.c: (gst_adder_query_duration),
13810         (forward_event_func), (forward_event), (gst_adder_src_event):
13811         Fix adder seeking.
13812         Make query/seeking code threadsafe.
13813
13814         * tests/check/Makefile.am:
13815         * tests/check/elements/adder.c: (test_event_message_received),
13816         (GST_START_TEST), (test_play_twice_message_received):
13817         Fix adder test case.
13818
13819 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
13820
13821         Patch by: Young-Ho Cha  <ganadist at chollian net>
13822
13823         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13824         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
13825         (set_encoding_element), (decodebin_element_added_cb),
13826         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
13827         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
13828         * gst/playback/gstplaybasebin.h:
13829           Add 'subtitle-encoding' property to playbin, so applications can
13830           force a subtitle encoding for non-UTF8 subtitles (#342268).
13831
13832         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
13833         (gst_sub_parse_set_property):
13834           Rename recently-added 'encoding' property to 'subtitle-encoding'
13835           (so it can be proxied by playbin/decodebin in a generic way
13836           with less danger of false positives).
13837
13838 2006-05-29  Michael Smith  <msmith@fluendo.com>
13839
13840         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
13841         (append_with_other_format), (set_structure_widths),
13842         (gst_audio_convert_transform_caps):
13843           Patch from #341562: give more specific audio caps in get_caps, so
13844           that basetransform  can make better decisions on what caps to
13845           negotiate.
13846
13847 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
13848
13849         * tests/check/elements/volume.c:
13850         make it compile again
13851
13852 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
13853
13854         * tests/check/elements/volume.c: (volume_suite):
13855         disable test until #343196 gets resolved
13856
13857 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
13858
13859         * gst/adder/gstadder.c: (gst_adder_get_type):
13860         Make it easier to copy&paste
13861         
13862         * gst/volume/Makefile.am:
13863         * gst/volume/gstvolume.c: (volume_update_real_volume),
13864         (gst_volume_set_volume), (gst_volume_set_mute),
13865         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
13866         (volume_transform_ip), (volume_update_mute),
13867         (volume_update_volume):
13868         * gst/volume/gstvolume.h:
13869         Add own debug category, move duplicate code to helper function, fix
13870         property texts, add more comments and prepare ffor liboil-goodness
13871         
13872         * tests/check/Makefile.am:
13873         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
13874         add test for mute and passtrough case, be a bit more verbose to track
13875         failure
13876         
13877         * tests/check/generic/states.c: (GST_START_TEST):
13878         catch elements that fail to instantiate
13879
13880 2006-05-28  Edward Hervey  <edward@fluendo.com>
13881
13882         * tests/check/pipelines/simple-launch-lines.c:
13883         * tests/check/pipelines/theoraenc.c:
13884         * tests/check/pipelines/vorbisenc.c:
13885         Comment out tests using parse_launch() if core was built without
13886         parsing capabilities.
13887
13888 2006-05-27  Edward Hervey  <edward@fluendo.com>
13889
13890         * tests/check/Makefile.am:
13891         Extra bonus points for whoever explains to ensonic that you are meant
13892         to test unit tests thoroughly before commiting them, especially if
13893         you know it's going to break.
13894         De-activated element/adder tests.
13895
13896 2006-05-27  Edward Hervey  <edward@fluendo.com>
13897
13898         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
13899         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
13900         Marking caps conversion issues as GST_WARNING is way too verbose,
13901         Moving them to GST_LOG.
13902
13903 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
13904
13905         * README:
13906           Replace current README (containing the release notes from
13907           some 0.9.x version) with a proper README taken from the core.
13908
13909 2006-05-26  Wim Taymans  <wim@fluendo.com>
13910
13911         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13912         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
13913         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
13914         (vorbis_dec_change_state):
13915         Small cleanups.
13916         Add some FIXMEs
13917         Clip output samples to segment boundaries.
13918
13919 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
13920
13921         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13922         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
13923         Improve the errors produced on bad output, including some human
13924         readable description strings.
13925         Handle the (theoretical for ximagesink) case where the XServer 
13926         has a different idea about the size required for a particular 
13927         frame and gives us too small a memory allocation.
13928
13929 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
13930
13931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13932         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
13933         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
13934         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
13935         Improve the errors produced on bad output, including some human 
13936         readable description strings.
13937         Handle RGB Xv formats properly by transforming them into our 
13938         big-endian caps description.
13939         Use gst_caps_truncate to ensure that we never try and choose a
13940         non-fixed caps in buffer_alloc.
13941         Handle the case where the XServer has a different idea about the size
13942         required for a particular frame and gives us too small a memory
13943         allocation.
13944         Use -1 to indicate 'no image format', because 0 is a valid XServer
13945         image format number.
13946         Put RGB Xv formats at the end of the caps, so that we always prefer
13947         YUV format frames.
13948         Iterate the available Xv Encodings to determine the maximum width and
13949         height, and then return that in our caps.
13950         (Closes #315312, #337544)
13951
13952 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
13953
13954         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
13955         When there is only one unfinished pad and it receives an event that
13956         doesn't match our requirements, we need to set alldone=FALSE so that
13957         the fakesink is not removed yet.
13958
13959 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
13960
13961         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
13962           Use gst_type_find_helper_for_buffer() to find the type
13963           of stream from the first packet.
13964
13965         * configure.ac:
13966           Bump requirements to core CVS (needed for vorbis
13967           typefinding to work).
13968
13969 2006-05-24  Edward Hervey  <edward@fluendo.com>
13970
13971         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
13972         Added the 'prfl' atom type which MQV (no, it's not a typo) files
13973         contain.  Else they play perfectly fine with qtdemux.
13974
13975 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
13976
13977         * ext/theora/theoradec.c:
13978         * ext/theora/theoraenc.c:
13979         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
13980         * gst/audiorate/gstaudiorate.c:
13981           make more debug catagories static
13982         
13983         * tests/check/Makefile.am:
13984         * tests/check/elements/adder.c: (message_received),
13985         (test_event_message_received), (GST_START_TEST),
13986         (test_play_twice_message_received), (adder_suite):
13987           added test case for using element twice, extra bonus points for anyone
13988           who can make these test run reliably
13989
13990 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
13991
13992         * ext/theora/theoradec.c: (theora_dec_chain):
13993           Make work with time-stamped input buffers that do not
13994           have a granulepos in BUFFER_OFFSET_END (like theora
13995           buffers coming from matroskademux). Fixes #342448.
13996
13997 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
13998
13999         Patch by: Peter Kjellerstedt  <pkj at axis com>
14000
14001         * gst/tcp/Makefile.am:
14002           fdstresstest doesn't need Gtk+, fix compilation if 
14003           gtk is not available (#342566).
14004
14005 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14006          
14007         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14008           80 line columns
14009           Removed redundant floor()
14010
14011 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14012
14013         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14014           On second thought, just skip JUNK chunks automatically, so
14015           the caller doesn't have to handle this. Fixes #342345.
14016           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14017           not GST_FLOW_ERROR.
14018
14019 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14020
14021         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14022           Don't bail out on JUNK chunks with a size of 0 (would try to
14023           pull_range 0 bytes before, which sources don't like too much).
14024           See #342345.
14025
14026 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14027
14028         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14030         Use the gstutil scaling function to preserve 64 bits while calculating
14031         output width and height from the display-aspect-ratio. (A continuation
14032         of #341542)
14033
14034 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14035
14036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14037         (gst_xvimagesink_buffer_alloc):
14038         * sys/xvimage/xvimagesink.h:
14039         When performing buffer allocations, remember the caps and image format
14040         we return so that if the same caps are asked for next time we can
14041         return them immediately without doing any caps intersections.
14042
14043 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14044          
14045         * gst-libs/gst/rtp/README:
14046           Some new documentation
14047         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14048           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14049         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14050         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14051           New RTP audio base payloader class. Supports frame or sample based
14052           codecs.  Not enabled in Makefile.am until approved.
14053
14054 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14055
14056         * tests/check/elements/alsa.c: (test_device_property_probe):
14057           Fix test case: don't try to free NULL GValueArray when there
14058           are no devices.
14059
14060 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14061
14062         * tests/check/Makefile.am:
14063         * tests/check/elements/alsa.c: (test_device_property_probe),
14064         (alsa_suite), (main):
14065           Add simple test that runs a device property probe on alsasrc,
14066           alsasink and alsamixer. Disable valgrind check for now (too
14067           many leaks in libasound, and valgrind ignored my suppressions
14068           additions).
14069
14070 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14071
14072         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14073         (gst_alsa_device_property_probe_probe_property),
14074         (gst_alsa_device_property_probe_needs_probe),
14075         (gst_alsa_device_property_probe_get_values),
14076         (gst_alsa_type_add_device_property_probe_interface):
14077         * ext/alsa/gstalsadeviceprobe.h:
14078         * ext/alsa/gstalsamixerelement.c:
14079         (gst_alsa_mixer_element_init_interfaces):
14080         * ext/alsa/gstalsamixerelement.h:
14081           Clean up and simplify alsa device probing. Make it actually work
14082           for multiple classes. Don't cache results any longer.
14083
14084         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14085         (gst_alsasink_init):
14086         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14087         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14088         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14089           Make alsasink and alsasrc implement the GstPropertyProbe interface
14090           for device probing (#342181).
14091           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14092
14093 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14094
14095         * gst/subparse/samiparse.c: (handle_start_font):
14096           Don't ignore return value of strtol (++compiler_happiness).
14097
14098 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14099
14100         Patch by: Young-Ho Cha  <ganadist chollian net>
14101
14102         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14103         (gst_sub_parse_class_init), (gst_sub_parse_init),
14104         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14105         (convert_encoding):
14106         * gst/subparse/gstsubparse.h:
14107           Add 'encoding' property (#341681).
14108
14109         * gst/subparse/samiparse.c: (characters_sami):
14110           Output is pango markup, so we need to escape text
14111           between tags (#342143).
14112
14113 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14114
14115         * gst-libs/gst/audio/multichannel.c:
14116         (gst_audio_check_channel_positions):
14117           It's okay to have caps with channels=1 and a channel position
14118           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14119           (deinterleavers might want to keep the position in the caps,
14120           so that they can be re-interleaved again properly later).
14121           Leave check for unexpected 2-channel layouts intact for now.
14122
14123 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14124
14125         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14126         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14127         basesrc can do its job correctly.
14128
14129 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14130
14131         * ext/alsa/Makefile.am:
14132         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14133         (gst_alsa_detect_formats), (get_channel_free_structure),
14134         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14135         (gst_alsa_probe_supported_formats):
14136         * ext/alsa/gstalsa.h:
14137         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14138           Refactor and improve caps probing code: probe signedness
14139           when we probe the supported formats/widths; set endianness
14140           to the one we actually probed for (ie. cpu endianness).
14141           
14142         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14143         (gst_alsasrc_close):
14144         * ext/alsa/gstalsasrc.h:
14145           Implement caps probing for alsasrc.
14146
14147 2006-05-15  Wim Taymans  <wim@fluendo.com>
14148
14149         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14150         (theora_dec_src_query), (theora_dec_src_event),
14151         (theora_dec_sink_event), (theora_handle_comment_packet),
14152         (theora_handle_data_packet), (theora_dec_change_state):
14153         Cleanups, add some G_LIKELY.
14154         Use segment helpers instead of our own wrong code.
14155         Clear queued buffers on seek and READY.
14156
14157         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14158         (vorbis_dec_convert), (vorbis_dec_src_query),
14159         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14160         (vorbis_handle_comment_packet), (vorbis_dec_push),
14161         (vorbis_handle_data_packet), (vorbis_dec_chain),
14162         (vorbis_dec_change_state):
14163         * ext/vorbis/vorbisdec.h:
14164         Remove old useless packetno variable.
14165         Do position query properly.
14166         Add some G_LIKELY.
14167         Do cleanup of queued buffers in new helper function
14168         and use it.
14169
14170 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14171
14172         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14173           Query supported sample rates. Fixes #341732.
14174
14175 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14176
14177         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14178         (gst_decode_bin_change_state): Make decodebin reusable
14179         when going from PAUSE_TO_READY and then back to PAUSED.
14180         Fixes #331678.
14181
14182 2006-05-15  Wim Taymans  <wim@fluendo.com>
14183
14184         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14185         (vorbis_dec_convert), (vorbis_dec_src_query),
14186         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14187         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14188         (vorbis_dec_clean_queued), (vorbis_dec_push),
14189         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14190         Cleanups. Use refcounting and DEBUG_OBJECT.
14191         Reset segment on flush, use code methods instead of our
14192         own wrong version.
14193         Fix potential memleak.
14194
14195 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14196
14197         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14198         (gst_alsasink_init):
14199         * ext/alsa/gstalsasink.h:
14200           Don't leak allocated snd_output_t structure if there's
14201           more than one alsasink instance at a time (#341873).
14202           Also fix GObject macros in header file.
14203           
14204 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14205
14206         * gst/subparse/gstsubparse.c:
14207         (gst_sub_parse_data_format_autodetect):
14208           Don't use libxml functions in the typefinding code.
14209
14210 2006-05-15  Wim Taymans  <wim@fluendo.com>
14211
14212         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14213         Fix seeking performance in the case where a non-header 
14214         packet has a 0 granulepos (busted theora case). 
14215         Fixes #341719
14216         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
14217          the first place, you limelight stealer you)
14218
14219 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14220
14221         * gst/subparse/gstsubparse.c:
14222         (gst_sub_parse_data_format_autodetect):
14223           Improve SAMI typefinding: handle case where there are
14224           whitespaces or newlines in front of the first <SAMI>
14225           tag (#169936).
14226
14227 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14228
14229         * configure.ac:
14230           Build video4linux plugin even if there's no XVIDEO, just
14231           without implementing the GstXOverlay interface (#334002).
14232          
14233 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14234
14235         * configure.ac:
14236         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
14237         (plugin_init):
14238           Add tentative support for libvisual-0.4 (#336881).
14239
14240 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14241
14242         Patch by: Young-Ho Cha <ganadist at chollian net>
14243
14244         * gst/subparse/samiparse.c: (handle_start_font):
14245           Need to map "silver" colour explicitly (#169936).
14246
14247 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14248
14249         Patch by: Young-Ho Cha  <ganadist at chollian net>
14250
14251         * gst/subparse/Makefile.am:
14252         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14253         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
14254         (gst_sub_parse_format_autodetect), (feed_textbuf),
14255         (gst_subparse_type_find), (plugin_init):
14256         * gst/subparse/gstsubparse.h:
14257         * gst/subparse/samiparse.c:
14258         * gst/subparse/samiparse.h:
14259           Add support for SAMI subtitles (#169936).
14260
14261 2006-05-14  Michael Smith  <msmith@fluendo.com>
14262
14263         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
14264           Fix #341696: crash when mixing L+R+C to mono or stereo.
14265         * tests/check/Makefile.am:
14266         * tests/check/elements/audioconvert.c: (set_channel_positions),
14267         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
14268         (audioconvert_suite):
14269           Add test for the above, including some generic framework bits for
14270           testing multichannel things.
14271
14272 === release 0.10.7 ===
14273
14274 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
14275
14276         * configure.ac:
14277           releasing 0.10.7, "Leave the gun"
14278
14279 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14280
14281         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14283         Fix the build.
14284
14285 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
14286
14287         * docs/libs/gst-plugins-base-libs-docs.sgml:
14288         * docs/libs/gst-plugins-base-libs-sections.txt:
14289         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
14290         * gst-libs/gst/video/video.h:
14291         * gst/videoscale/Makefile.am:
14292         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14294         * tests/check/Makefile.am:
14295         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
14296         (main):
14297           Fix integer overflow problem with pixel-aspect-ratio calculations
14298           in videoscale and xvimagesink (#341542)
14299
14300 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14301
14302         * gst-libs/gst/tag/gstid3tag.c:
14303           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
14304
14305 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
14306
14307         * win32/MANIFEST:
14308           update win32 files listing
14309
14310 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14311
14312         patch by: Sjoerd Simons (sjoerd@luon.net)
14313
14314         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14315         (group_create), (group_destroy), (add_stream),
14316         (gst_play_base_bin_get_property),
14317         (gst_play_base_bin_get_streaminfo_value_array):
14318         * gst/playback/gstplaybasebin.h:
14319           API: GstPlayBaseBin::stream-info-value-array property
14320           use a more bindings-friendly way of exposing streaminfo
14321           using a GValueArray.  Tested in ipython.
14322           Closes #341114
14323
14324 2006-05-11  Wim Taymans  <wim@fluendo.com>
14325
14326         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
14327         (queue_underrun_cb), (queue_filled_cb):
14328         Also catch queue underruns but don't do anything yet.
14329         Refactor and comment queue enlarging code a bit.
14330
14331         * gst/playback/gstplaybasebin.c: (queue_overrun),
14332         (queue_threshold_reached), (queue_out_of_data),
14333         (gen_preroll_element):
14334         If a queue over/underruns check that we don't create nasty
14335         deadlocks when the min-threshold is not reached but the
14336         max-bytes is. In those cases disable max-bytes when we
14337         know that the queue is fed timed data.
14338         Add more comments.
14339
14340 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14341
14342         * gst/playback/gstplaybin.c: (gen_audio_element):
14343           Make playbin automatically plug an 'audioresample'
14344           element before the audio sink as well. This solves
14345           problems with sinks that only accept a very specific
14346           sample rate, like esdsink (e.g. #340379).
14347
14348 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14349
14350         * gst/playback/gstplaybasebin.c: (gen_source_element):
14351           Make http sources send special headers so that we receive
14352           icecast metadata if the http stream is an icecast stream
14353           (otherwise the server will just ignore them). This also
14354           means that from now on users will need the 'icydemux'
14355           element from gst-plugins-good installed if they want to
14356           listen to icecast radio streams. (#341432, #333657).
14357
14358 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14359
14360         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
14361         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
14362           remove stupid example from docs - it should come with a simple
14363           C program instead.
14364           Clean up/fix docs
14365         * tests/check/elements/multifdsink.c: (wait_bytes_served),
14366         (fail_if_can_read), (GST_START_TEST),
14367         (gst_multifdsink_create_streamheader), (multifdsink_suite):
14368           add a test for changing streamheader which exposes a bug in
14369           multifdsink
14370
14371 2006-05-11  Michael Smith  <msmith@fluendo.com>
14372
14373         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
14374         (gst_gnome_vfs_src_received_headers_callback):
14375         * ext/gnomevfs/gstgnomevfssrc.h:
14376           Don't set icy-caps unless we have a sane interval value. Move
14377           interval to a local variable; we never use it outside this function.
14378
14379 2006-05-11  Wim Taymans  <wim@fluendo.com>
14380
14381         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
14382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
14383         Register special buffer types along with the objects so
14384         that they are not registered at runtime from N different
14385         streaming threads since they are not threadsafe.
14386
14387 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14388
14389         * tests/check/elements/multifdsink.c: (wait_bytes_served),
14390         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
14391           add two more tests, one doing streamheader
14392
14393 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14394
14395         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
14396           clean up the bufqueue when shutting down
14397         * tests/check/Makefile.am:
14398         * tests/check/elements/multifdsink.c: (setup_multifdsink),
14399         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
14400         (main):
14401           add a test for the leak that was just fixed
14402
14403 2006-05-10  Wim Taymans  <wim@fluendo.com>
14404
14405         * gst/adder/gstadder.c: (gst_adder_setcaps),
14406         (gst_adder_query_duration), (gst_adder_query), (forward_event),
14407         (gst_adder_src_event), (gst_adder_sink_event),
14408         (gst_adder_class_init), (gst_adder_finalize),
14409         (gst_adder_request_new_pad), (gst_adder_collected):
14410         * gst/adder/gstadder.h:
14411         Updated some docs. Added comments and FIXMEs all over the place.
14412         Improve debugging info.
14413         Fix leak on finalize by not calling the parent.
14414         Implement duration query.
14415         Make event forwarding threadsafe.
14416         Correctly send NEWSEGMENT at start and after flush.
14417         Handle EOS correctly.
14418         Post error when not negotiated.
14419
14420         * tests/check/elements/adder.c: (GST_START_TEST):
14421         Added FIXME in the test.
14422
14423 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14424
14425         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
14426         (gst_text_overlay_halign_get_type),
14427         (gst_text_overlay_wrap_mode_get_type):
14428         * ext/theora/theoradec.c: (theora_handle_type_packet),
14429         (theora_handle_data_packet):
14430         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14431         (theora_enc_sink_setcaps), (theora_enc_chain):
14432         * gst-libs/gst/cdda/gstcddabasesrc.c:
14433         (gst_cdda_base_src_mode_get_type):
14434         * gst/audiotestsrc/gstaudiotestsrc.c:
14435         (gst_audiostestsrc_wave_get_type):
14436         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
14437         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
14438         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14439         (gst_sync_method_get_type), (gst_unit_type_get_type),
14440         (gst_client_status_get_type):
14441         * gst/videoscale/gstvideoscale.c:
14442         (gst_video_scale_method_get_type):
14443         * gst/videotestsrc/gstvideotestsrc.c:
14444         (gst_video_test_src_pattern_get_type):
14445         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
14446         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
14447         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
14448         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
14449         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
14450         (paint_setup_RGB565), (paint_setup_xRGB1555):
14451           Const-ify GEnumValue and GFlagsValue arrays. Use
14452           GST_ROUND_UP_* macros instead of home-made ones.
14453
14454 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14455
14456         * configure.ac:
14457           Require core CVS for the new newsegment stuff.
14458
14459 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14460
14461         Patch by: Sjoerd Simons  <sjoerd at luon net>
14462
14463         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
14464           Register nick for enum value (#341160).
14465
14466 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
14467
14468         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
14469         (plugin_init):
14470          backout typefind patch #340375
14471          
14472         * tests/check/elements/adder.c: (message_received),
14473         (GST_START_TEST), (adder_suite):
14474           redo, signal-handling of test
14475
14476 2006-05-09  Wim Taymans  <wim@fluendo.com>
14477
14478         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
14479         (gst_adder_collected):
14480         * gst/adder/gstadder.h:
14481         Remove bogus segment merging and forwarding, we don't
14482         care about timestamps anyway and we just produce a
14483         continuous stream. 
14484         Also create a nice NEWSEGMENT event when we start.
14485         Use _scale_int some more.
14486
14487 2006-05-09  Edward Hervey  <edward@fluendo.com>
14488
14489         * tests/icles/stress-xoverlay.c:
14490         Fix if core was built without parsing support.
14491
14492 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14493
14494         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14495           Add SEDG (Samsung MPEG-4) fourcc.
14496
14497 2006-05-09  Edward Hervey  <edward@fluendo.com>
14498
14499         * tests/icles/stress-xoverlay.c:
14500         * tests/examples/volume/volume.c:
14501         Fix if core was built without parsing support.
14502
14503         * tests/examples/seek/seek.c:
14504         Disable the parse_launch example if core was built without parsing
14505         support.
14506
14507 2006-05-08  Edward Hervey  <edward@fluendo.com>
14508
14509         * autogen.sh: (CONFIGURE_DEF_OPT): 
14510         libtoolize on Darwin/MacOSX is called glibtoolize
14511
14512 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
14513
14514         * tests/check/Makefile.am:
14515         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
14516           Disable the adder test, until the build-slaves posses the kindness to 
14517           either like it or to give valid reason for not doing so 
14518
14519 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
14520
14521         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
14522         (adder_suite):
14523           Shuffle NULL state change around and raise timeout more
14524
14525 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
14526
14527         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
14528         (mp4_type_find), (plugin_init):
14529           Add typefind to distinguish between "audio/x-m4a" and new type
14530           "video/mp4". Fixes #340375
14531
14532         * tests/check/elements/adder.c: (adder_suite):
14533           Raise timeout to make buildbot happy
14534
14535 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
14536
14537         * gst/adder/gstadder.c: (gst_adder_sink_event),
14538         (gst_adder_request_new_pad), (gst_adder_change_state):
14539         * gst/adder/gstadder.h:
14540         * tests/check/Makefile.am:
14541         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
14542         (adder_suite), (main):
14543           Add sink-event handling to adder. It tries to merge incomming
14544           newsegment-events. Added test to check if segment_done is comming
14545           through. Fixes #340060
14546
14547 2006-05-05  Andy Wingo  <wingo@pobox.com>
14548
14549         * ext/theora/theoraparse.c (gst_theora_parse_init)
14550         (theora_parse_src_convert, theora_parse_src_query):
14551         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
14552         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
14553         query functions on the source pads of the theora and vorbis parse
14554         elements. Fixes position querying when doing a remux.
14555
14556 2006-05-05  Michael Smith  <msmith@fluendo.com>
14557
14558         * ext/theora/theoraparse.c: (parse_granulepos),
14559         (theora_parse_drain_queue_prematurely),
14560         (theora_parse_queue_buffer), (theora_parse_sink_event):
14561           Fix flushing.
14562           Fix invalid granulepos outputs when starting with a non-keyframe.
14563
14564 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
14565
14566         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
14567         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
14568         Rearrange MPEG system stream detection, fixing some memleaks in the
14569         process.
14570         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
14571         they clean up their data correctly.
14572         Remove unused ogganx caps and move the 'is_annodex' check to inside
14573         the 'is_ogg' if statement.
14574
14575 2006-05-05  Wim Taymans  <wim@fluendo.com>
14576
14577         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
14578         Properly remove ghostpads. Fixes #340392
14579
14580 2006-05-04  David Schleef  <ds@schleef.org>
14581
14582         * gst/typefind/gsttypefindfunctions.c:
14583
14584 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
14585
14586         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
14587         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
14588
14589         When typefinding an MP3 in push-based mode, don't penalise the
14590         probability down to 74% when we found 5 valid frames just because we
14591         can't peek the end of the file.
14592
14593         Make the probability for detecting MPEG Transport Streams based on the
14594         number of sequential headers we successfully detected.
14595
14596 2006-05-03  Wim Taymans  <wim@fluendo.com>
14597
14598         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14599         (vorbis_dec_push), (vorbis_dec_chain):
14600         Still produce an error when we receive an empty packet.
14601
14602 2006-05-03  Wim Taymans  <wim@fluendo.com>
14603
14604         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14605         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
14606         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
14607         Mark buffers with DISCONT after seek and after activating new
14608         chains.
14609
14610         * ext/theora/gsttheoradec.h:
14611         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14612         (theora_get_query_types), (theora_dec_sink_event),
14613         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
14614         (theora_dec_change_state):
14615         Fix frame counter.
14616         Detect and mark DISCONT buffers.
14617
14618         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14619         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
14620         (vorbis_dec_change_state):
14621         * ext/vorbis/vorbisdec.h:
14622         Use GstSegment.
14623         Detect and mark DISCONT buffers.
14624         Don't crash on 0 sized buffers.
14625
14626 2006-05-03  Wim Taymans  <wim@fluendo.com>
14627
14628         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
14629         (volume_transform_ip):
14630         Increase "volume" property to 10.0. Fixes #340369.
14631         Set the process function to NULL when capsnego fails so that
14632         we properly error out.
14633
14634 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
14635
14636         * gst/playback/gstplaybin.c: (add_sink):
14637         * gst/playback/test.c: (main):
14638         * gst/playback/test5.c: (dump_element_stats):
14639         * gst/playback/test6.c: (main):
14640           free caps using gst_caps_unref, don't leak caps-strings
14641
14642 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
14643
14644         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
14645         (plugin_init):
14646           Refine musepack typefinding a bit. Return MAXIMUM
14647           probability when we detect stream version 7 to make
14648           sure the mpeg audio typefinder doesn't trump us.
14649
14650 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
14651
14652         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
14653           Protect against unexpected NULL strf_data buffer.
14654
14655 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14656
14657         * tests/check/elements/audioconvert.c: (verify_convert),
14658         (GST_START_TEST):
14659           interpret the out[] buffer in the order the bytes are actually
14660           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
14661           Other tests should use BYTE_ORDER since the array is filled in
14662           with actual values
14663
14664 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14665
14666         * tests/check/elements/audioconvert.c: (verify_convert),
14667         (GST_START_TEST):
14668           when a test fails, give an indication of which it is
14669
14670 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14671
14672         * gst-libs/gst/cdda/gstcddabasesrc.c:
14673           compile fix; strtol() needs <stdlib.h>
14674
14675 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
14676
14677         * ext/alsa/gstalsamixerelement.c:
14678         * ext/alsa/gstalsasrc.c:
14679         * ext/cdparanoia/gstcdparanoiasrc.c:
14680         * ext/gnomevfs/gstgnomevfssink.c:
14681         * ext/gnomevfs/gstgnomevfssrc.c:
14682         * ext/ogg/gstoggdemux.c:
14683         * ext/ogg/gstoggmux.c:
14684         * ext/ogg/gstoggparse.c:
14685         * ext/ogg/gstogmparse.c:
14686         * ext/pango/gstclockoverlay.c:
14687         * ext/pango/gsttextoverlay.c:
14688         * ext/pango/gsttextrender.c:
14689         * ext/pango/gsttimeoverlay.c:
14690         * ext/theora/theoradec.c:
14691         * ext/theora/theoraenc.c:
14692         * ext/vorbis/vorbisdec.c:
14693         * ext/vorbis/vorbisenc.c:
14694         * gst-libs/gst/audio/gstaudiofilter.c:
14695         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14696         * gst/audioconvert/gstaudioconvert.c:
14697         * gst/audiorate/gstaudiorate.c:
14698         * gst/audioresample/gstaudioresample.c:
14699         * gst/audiotestsrc/gstaudiotestsrc.c:
14700         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14701         * gst/playback/gstdecodebin.c:
14702         * gst/playback/gstplaybin.c:
14703         * gst/playback/gststreamselector.c:
14704         * gst/subparse/gstsubparse.c:
14705         * gst/tcp/gstmultifdsink.c:
14706         * gst/tcp/gsttcpclientsink.c:
14707         * gst/tcp/gsttcpclientsrc.c:
14708         * gst/tcp/gsttcpserversink.c:
14709         * gst/tcp/gsttcpserversrc.c:
14710         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
14711         * gst/videorate/gstvideorate.c:
14712         * gst/videoscale/gstvideoscale.c:
14713         * gst/videotestsrc/gstvideotestsrc.c:
14714         * gst/volume/gstvolume.c:
14715         * sys/v4l/gstv4ljpegsrc.c:
14716         * sys/v4l/gstv4lmjpegsink.c:
14717         * sys/v4l/gstv4lmjpegsrc.c:
14718         * sys/v4l/gstv4lsrc.c:
14719         * sys/ximage/ximagesink.c:
14720         * sys/xvimage/xvimagesink.c:
14721         * tests/check/libs/cddabasesrc.c:
14722           make GstElementDetails const
14723
14724 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
14725
14726         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
14727         (gst_adder_init):
14728           send events from src-pad to all sink-pads fixes #338657
14729
14730 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
14731
14732         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
14733         (alsasink_parse_spec):
14734           query width capabilities from alsa, fixes #338919
14735
14736 2006-04-28  Wim Taymans  <wim@fluendo.com>
14737
14738         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
14739         (gst_multi_fd_sink_remove_client_link):
14740         * gst/tcp/gstmultifdsink.h:
14741         Fix race condition in multifdsink that can lead to spurious 
14742         duplicate clients. this patch adds a new signal that is fired when
14743         multifdsink has removed all references to the fd.
14744         Fixes #339574.
14745         Updated documentation.
14746         API: client-fd-removed signal added
14747
14748 2006-04-28  Michael Smith  <msmith@fluendo.com>
14749
14750         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
14751           When asking g_value_array_new to prealloc elements, we may as well
14752           ask for the right number of elements.
14753
14754 2006-04-28  Wim Taymans  <wim@fluendo.com>
14755
14756         * gst-libs/gst/audio/gstbaseaudiosink.c:
14757         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
14758         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
14759         patch to make timestamp checking more tollerant to rounding 
14760         errors given that real discontinuities are to be marked on
14761         buffers. Fixes some asf files and #338778.
14762         Also avoid some crashers when we receive an event in the 
14763         NULL state.
14764
14765 2006-04-28  Michael Smith  <msmith@fluendo.com>
14766
14767         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
14768         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
14769         (gst_gnome_vfs_src_get_property),
14770         (gst_gnome_vfs_src_send_additional_headers_callback),
14771         (gst_gnome_vfs_src_received_headers_callback),
14772         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
14773         (gst_gnome_vfs_src_stop):
14774         * ext/gnomevfs/gstgnomevfssrc.h:
14775           Remove ICY handling (mostly) from gnomevfssrc, in favour of
14776           proper shared support within icydemux.
14777
14778 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14779
14780         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
14781         (gst_video_rate_swap_prev), (gst_video_rate_chain):
14782           fix up docs
14783           fix a leak when no caps negotiated
14784           fix counting of input frames
14785         * tests/check/elements/.cvsignore:
14786         * tests/check/elements/videorate.c: (assert_videorate_stats),
14787         (GST_START_TEST), (videorate_suite):
14788           add tests for these
14789
14790 2006-04-28  Wim Taymans  <wim@fluendo.com>
14791
14792         * gst-libs/gst/audio/gstringbuffer.c:
14793         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14794         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14795         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
14796         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
14797         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
14798         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
14799         (gst_ring_buffer_commit), (gst_ring_buffer_read),
14800         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14801         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
14802         Check arguments passed to public functions instead of
14803         crashing.
14804
14805 2006-04-28  Wim Taymans  <wim@fluendo.com>
14806
14807         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
14808         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
14809         GstBaseAudioSrc must be live or it does not work.
14810
14811         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
14812         Don't set live to TRUE as this is the default in the parentclass.
14813
14814 2006-04-28  Wim Taymans  <wim@fluendo.com>
14815
14816         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
14817         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
14818         Videoscale doesn't pass on pixel-aspect ratio. Handle all
14819         fixation cases better. Fixes #338991
14820
14821 2006-04-28  Wim Taymans  <wim@fluendo.com>
14822
14823         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
14824         Handle 0/1 framerate correctly Fixes #331901.
14825
14826 2006-04-28  Wim Taymans  <wim@fluendo.com>
14827
14828         * tests/check/elements/audioconvert.c: (get_float_caps),
14829         (GST_START_TEST), (audioconvert_suite):
14830         Added check for correct clipping when doing float samples
14831         in audioconvert.
14832
14833 2006-04-28  Wim Taymans  <wim@fluendo.com>
14834
14835         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
14836         (gst_video_rate_chain):
14837         Print more debugging info.
14838
14839 2006-04-28  Wim Taymans  <wim@fluendo.com>
14840
14841         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
14842         (resample_set_state_from_caps):
14843         Add support for other formats audioresample can handle such as
14844         32 bits in and float and 64 bits float. Fixes #301759
14845
14846 2006-04-28  Wim Taymans  <wim@fluendo.com>
14847
14848         * gst/audioconvert/audioconvert.c: (float):
14849         correctly clip float samples > 1.0. Fixes #338718
14850
14851 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
14852
14853         Patch by: Young-Ho Cha  <ganadist at chollian net>
14854
14855         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
14856         (gst_text_overlay_render_text):
14857           Don't strip newlines from the text. Also, center lines
14858           within multi-line paragraphs (#339405).
14859
14860 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
14861
14862         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
14863           Fix wavpack typefinding to work in more cases (don't peek
14864           for chunks of multiple hundred kBs at once, but process
14865           things step-by-step in smaller units). Fixes #339786.
14866
14867 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
14868
14869         * configure.ac:
14870           back to HEAD
14871
14872 === release 0.10.6 ===
14873
14874 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
14875
14876         * configure.ac:
14877           releasing 0.10.6, "Chao"
14878
14879 2006-04-26  David Schleef  <ds@schleef.org>
14880
14881         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
14882           Fixes #338897.
14883
14884 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14885
14886         * configure.ac:
14887         * win32/common/config.h:
14888           new prerelease
14889
14890 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14891
14892         patch by: Wim Taymans
14893
14894         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14895         (gst_ogg_demux_perform_seek):
14896           make sure correct newsegments are sent, so that the decoder
14897           and the demuxer agree on timestamps.  Fixes playback of a lot
14898           of Ogg files that do not start from 0.  Fixes #339833.
14899
14900 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
14901
14902         Patch by: Edward Hervey  <edward@fluendo.com>
14903
14904         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
14905         * tests/check/Makefile.am:
14906         * tests/check/elements/videorate.c: (assert_videorate_stats),
14907         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
14908         (videorate_suite), (main):
14909           Fix an infinite loop if frames are passed in with wrongly ordered
14910           timestamps.  Fixes #339013.
14911
14912 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14913
14914         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
14915
14916         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14917           fix typefinding on some ISO files.  Fixes #339212.
14918
14919 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14920
14921         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
14922
14923         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14924           add another H264 fourcc.  Fixes #339047.
14925
14926 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
14927
14928         Patch by: Jan Schmidt
14929
14930         * gst/playback/gststreamselector.c:
14931         (gst_stream_selector_bufferalloc):
14932           Restore old StreamSelector behaviour.
14933           Fixes #338419.
14934
14935 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14936
14937         * configure.ac:
14938         * win32/common/config.h:
14939           prerelease
14940
14941 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
14942
14943         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
14944
14945         * gst-libs/gst/rtp/gstbasertpdepayload.c:
14946         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
14947           Fix some memory leaks: on finalize, free buffers left in the queue
14948           before destroying the queue; in _push(), unref rtp_buf even if
14949           the process vfunc returned a NULL buffer as output buffer (#337548);
14950           demote some recuring debug messages to LOG level.
14951
14952 2006-04-11  Wim Taymans  <wim@fluendo.com>
14953
14954         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14955         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14956         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
14957         (gst_ogg_demux_loop):
14958         More cleanups.
14959         Respect segment stop when emiting EOS or SEGMENT_DONE.
14960         Fixes (#337945).
14961
14962 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
14963
14964         * gst/playback/gststreamselector.c:
14965         (gst_stream_selector_get_property):
14966           Don't leak pad name.
14967
14968 2006-04-10  Michael Smith  <msmith@fluendo.com>
14969
14970         * tests/check/Makefile.am:
14971         * tests/check/gst-plugins-base.supp:
14972           Suppress an old libtheora bug (fixed in more recent versions), so 
14973           that FC4 buildslaves can pass.
14974
14975 2006-04-10  Wim Taymans  <wim@fluendo.com>
14976
14977         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14978         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
14979         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
14980         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
14981         (gst_ogg_demux_loop):
14982         Don't leak events.
14983         Remember what error we got when finding chains, if we
14984         were shutdown, that would not be an error.
14985
14986 2006-04-10  Wim Taymans  <wim@fluendo.com>
14987
14988         * gst-libs/gst/audio/gstbaseaudiosink.c:
14989         (gst_base_audio_sink_event):
14990         Starting the ringbuffer when we did not acquire it can cause
14991         a deadlock, is pointless and causes nasty things for
14992         subclasses. 
14993         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
14994
14995 2006-04-10  Wim Taymans  <wim@fluendo.com>
14996
14997         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
14998         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
14999         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15000         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15001         (gst_ogg_demux_deactivate_current_chain),
15002         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15003         (gst_ogg_demux_bisect_forward_serialno),
15004         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15005         Add some more debugging.
15006
15007 2006-04-10  Wim Taymans  <wim@fluendo.com>
15008
15009         * ext/theora/theoradec.c: (theora_dec_src_event),
15010         (theora_handle_data_packet):
15011         Some more debug info.
15012
15013         * tests/examples/seek/seek.c: (start_seek), (main):
15014         Print element messages too.
15015
15016 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15017
15018         * gst/audioresample/debug.h:
15019           replace debug macros with variable number of parameters
15020           by a simple alias to gstreamer standard debug macros 
15021          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15022           supported by MSVC 6.0 and 7.1)
15023         * gst/audioresample/resample.h:
15024           define M_PI and rint for WIN32
15025         * win32/common/libgstaudio.def:
15026         * win32/common/libgstriff.def:
15027         * win32/common/libgsttag.def:
15028         * win32/common/libgstvideo.def:
15029           add new exported functions
15030         * win32/vs6:
15031           update project files
15032
15033 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15034
15035         * ext/alsa/gstalsamixeroptions.c:
15036         (gst_alsa_mixer_options_class_init):
15037         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15038         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15039         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15040         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15041         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15042         * gst-libs/gst/audio/gstaudiofilter.c:
15043         (gst_audio_filter_class_init):
15044         * gst-libs/gst/audio/gstaudiosink.c:
15045         (gst_audioringbuffer_class_init):
15046         * gst-libs/gst/audio/gstaudiosrc.c:
15047         (gst_audioringbuffer_class_init):
15048         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15049         * gst-libs/gst/interfaces/colorbalancechannel.c:
15050         (gst_color_balance_channel_class_init):
15051         * gst-libs/gst/interfaces/mixeroptions.c:
15052         (gst_mixer_options_class_init):
15053         * gst-libs/gst/interfaces/mixertrack.c:
15054         (gst_mixer_track_class_init):
15055         * gst-libs/gst/interfaces/tunerchannel.c:
15056         (gst_tuner_channel_class_init):
15057         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15058         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15059         (gst_netbuffer_class_init):
15060         * gst-libs/gst/rtp/gstbasertppayload.c:
15061         (gst_basertppayload_class_init):
15062         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15063         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15064         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15065         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15066         * gst/playback/gststreamselector.c:
15067         (gst_stream_selector_class_init):
15068         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15069         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15070         * sys/v4l/gstv4lcolorbalance.c:
15071         (gst_v4l_color_balance_channel_class_init):
15072         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15073         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15074         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15075         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15076         (gst_v4l_tuner_norm_class_init):
15077         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15079         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15080         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15081
15082 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15083
15084         * ext/pango/gsttextrender.h:
15085         * gst-libs/gst/audio/gstaudiosink.h:
15086         * gst-libs/gst/audio/gstaudiosrc.h:
15087         * gst-libs/gst/audio/gstbaseaudiosink.h:
15088         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15089         * gst-libs/gst/audio/gstringbuffer.h:
15090         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15091         * gst-libs/gst/rtp/gstbasertppayload.h:
15092         * gst-libs/gst/video/gstvideofilter.h:
15093         * gst-libs/gst/video/gstvideosink.h:
15094         * gst/playback/gstplaybasebin.h:
15095         * gst/tcp/gstmultifdsink.h:
15096         * sys/v4l/gstv4lelement.h:
15097         Fix broken GObject macros
15098
15099 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15100
15101         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15102         More debug to trace why my USB headset is not working with gst
15103
15104 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15105
15106         * gst/playback/gstplaybasebin.c: (group_destroy):
15107         Clean up our group elements properly in the case where it never 
15108         got committed - it still got added unconditionally to the bin.
15109
15110 2006-04-07  Wim Taymans  <wim@fluendo.com>
15111
15112         * ext/theora/theoradec.c: (theora_dec_sink_event),
15113         (theora_handle_data_packet), (theora_dec_chain):
15114         Unref unhandled events.
15115         Protect against empty buffers.
15116         Perform QoS on running time.
15117
15118 2006-04-07  Michael Smith  <msmith@fluendo.com>
15119
15120         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15121         (gst_vorbis_enc_chain):
15122           Remove leaks from vorbisenc.
15123           Mostly minor changes, the only significant one is that now the
15124           buffers we set as 'streamheader' on the caps are copies of the
15125           original buffers, to avoid circular refcounting problems.
15126
15127 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15128
15129         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15130           Don't remove our mute-probe if someone else already did so.
15131           Don't set a 2nd one if there is already one pending on the pad.
15132
15133         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15134         (do_playbin_seek):
15135           When a seek fails, ensure that playbin is still set back to playing.
15136           
15137         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15138         (mpeg_ts_type_find), (plugin_init):
15139           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15140
15141 2006-04-06  Andy Wingo  <wingo@pobox.com>
15142
15143         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15144         (gst_video_rate_init): Caps-related parameters should not be reset
15145         by a flush -- move their inits to the instance init function.
15146         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15147         is not OK, just return the result.
15148
15149         * gst/audiotestsrc/gstaudiotestsrc.c
15150         (gst_audio_test_src_class_init)
15151         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15152         broken by Stefan's commit on 24 March.
15153
15154         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15155         buffers being pushed out. Fixes oggmux ! multifdsink.
15156
15157 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15158
15159         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15160         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15161         * ext/vorbis/vorbisdec.h:
15162         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15163         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15164         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15165         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15166         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15167         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15168         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15169         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15170         (gst_vorbis_enc_buffer_from_packet),
15171         (gst_vorbis_enc_buffer_from_header_packet),
15172         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15173         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15174         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15175         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15176         (gst_vorbis_enc_change_state):
15177         * ext/vorbis/vorbisenc.h:
15178           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15179           vorbisenc adhere to the official nomenclature; use boilerplate
15180           macro.
15181
15182 2006-04-04  Andy Wingo  <wingo@pobox.com>
15183
15184         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15185         Whoops, fix bug introduced. Bad hacker!
15186         
15187         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15188         Properly handle the case where you get EOS before any buffers are
15189         received. Use gst_buffer_make_metadata_writable where appropriate.
15190
15191         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15192         is often negative -- make it signed so as not to wrap around.
15193         Fixes segfaults introduced on 9 March.
15194
15195 2006-04-03  Wim Taymans  <wim@fluendo.com>
15196
15197         * ext/theora/gsttheoradec.h:
15198         * ext/theora/theoradec.c: (theora_dec_src_event):
15199         Don't try to store a gdouble in a gboolean.
15200         Small cleanups.
15201
15202 2006-04-03  Michael Smith  <msmith@fluendo.com>
15203
15204         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15205           Oggmux sucks.
15206           Make it suck slightly less by writing out the final page.
15207           Still can't encode a vorbis-in-ogg file correctly, though.
15208
15209 2006-04-03  Andy Wingo  <wingo@pobox.com>
15210
15211         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15212         a g_print.
15213
15214         * ext/theora/theora.c (plugin_init): Register theoraparse.
15215
15216         * ext/theora/gsttheoraparse.h: 
15217         * ext/theora/theoraparse.c: New files implementing a theora
15218         parser. Now we can properly remux ogg/theora+vorbis, yay.
15219
15220         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
15221
15222 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15223
15224         * gst/audiotestsrc/gstaudiotestsrc.c:
15225           Fixed the sample pipeline (see #323798)
15226
15227 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15228
15229         * configure.ac:
15230         * win32/common/config.h:
15231         * win32/common/config.h.in:
15232           use AS_VERSION and AS_NANO
15233           more cleanups
15234
15235 2006-03-31  Andy Wingo  <wingo@pobox.com>
15236
15237         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
15238         uninitialized variable return that would happen.
15239         
15240         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
15241         uninitialized variable return that would never happen.
15242
15243         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
15244         (vorbis_parse_sink_event): Add an event function to flush our
15245         state on a seek, and to drain buffers on a premature EOS.
15246         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
15247         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
15248         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
15249         (vorbis_parse_drain_queue): Queue up buffers until we can set
15250         their timestamps and granulepos values.
15251
15252         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
15253         and keep track of data needed for deriving granulepos and
15254         timestamps for buffers.
15255
15256 2006-03-29  Wim Taymans  <wim@fluendo.com>
15257
15258         Patch by: j^ <j at bootlab dot org>
15259
15260         * ext/alsa/gstalsamixerelement.c:
15261         (gst_alsa_mixer_element_class_init):
15262         * ext/alsa/gstalsasink.c:
15263         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
15264         * ext/ogg/gstoggdemux.c:
15265         * ext/ogg/gstoggmux.c:
15266         * ext/ogg/gstoggparse.c:
15267         * ext/pango/gstclockoverlay.c:
15268         * ext/pango/gsttextoverlay.c:
15269         * ext/pango/gsttextrender.c:
15270         * ext/pango/gsttimeoverlay.c:
15271         * ext/theora/theoradec.c:
15272         * ext/theora/theoraenc.c:
15273         * ext/vorbis/vorbisdec.c:
15274         * ext/vorbis/vorbisenc.c:
15275         * gst/audioconvert/gstaudioconvert.c:
15276         * gst/subparse/gstsubparse.c:
15277         * gst/tcp/gstmultifdsink.c:
15278         * gst/tcp/gsttcpclientsink.c:
15279         * gst/tcp/gsttcpclientsrc.c:
15280         * gst/tcp/gsttcpserversink.c:
15281         * gst/tcp/gsttcpserversrc.c:
15282           better/unified long descriptions
15283           Fixes #336477
15284
15285 2006-03-29  Wim Taymans  <wim@fluendo.com>
15286
15287         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
15288         (stop_seek):
15289         Don't let double and triple clicks mess up our state.
15290
15291 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15292
15293         * gst/playback/gstplaybin.c: (gen_video_element),
15294         (gen_text_element), (gen_audio_element), (gen_vis_element):
15295           Error out gracefully when we can't create any of the usual
15296           conversion elements for some reason. Also, don't try to
15297           create an audioscale (sic) element that's not used anyway.
15298
15299 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15300
15301         * gst/playback/gstplaybasebin.c: (setup_source):
15302           Don't post RESOURCE_NOT_FOUND error when we can't find a source
15303           element for a particular protocol, that's confusing for users.
15304           Instead, post a RESOURCE_FAILED error, so that our own error
15305           message is actually shown in totem etc. (#336303).
15306
15307 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15308
15309         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15310
15311         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
15312         (gst_gnome_vfs_src_get_icy_metadata):
15313           Fix some minor memory leaks (#336194).
15314
15315 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15316
15317         * ext/gnomevfs/gstgnomevfs.c:
15318         (gst_gnome_vfs_location_to_uri_string):
15319         * ext/gnomevfs/gstgnomevfs.h:
15320         * ext/gnomevfs/gstgnomevfssink.c:
15321         (gst_gnome_vfs_sink_set_property):
15322         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
15323           Make gnomevfssink accept filenames as well as URIs for the
15324           "location" property, just like gnomevfssrc does (and
15325           filesrc/filesink do) (#336190).
15326
15327 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15328
15329         * tests/check/generic/clock-selection.c: (GST_START_TEST):
15330           set to NULL before unreffing, fixes a valgrind leak.
15331           Why was this not triggering the error that an object needs to
15332           be NULL before unreffing ?
15333         * win32/common/config.h:
15334           update
15335
15336 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
15337
15338         * gst/subparse/gstsubparse.c: (convert_encoding),
15339         (gst_sub_parse_change_state):
15340         * gst/subparse/gstsubparse.h:
15341           Text subtitle files may or may not be UTF-8. If it's not, we
15342           don't really want to see '?' characters in place of non-ASCII
15343           characters like accented characters. So let's assume the input
15344           is UTF-8 until we come across text that is clearly not. If it's
15345           not UTF-8, we don't really know what it is, so try the following:
15346           (a) see whether the GST_SUBTITLE_ENCODING environment variable
15347           is set; if not, check (b) if the current locale encoding is
15348           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
15349           the current locale encoding is UTF-8 and the environment variable
15350           was not set to any particular encoding. Not perfect, but better
15351           than nothing (and better than before, I think) (fixes #172848).
15352
15353 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15354
15355         * configure.ac:
15356           update core requirement to 0.10.4.1 because of async_playback
15357           vmethod on GstBaseSink
15358
15359 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15360
15361         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
15362         * gst/adder/gstadder.c: (gst_adder_init):
15363         use DEBUG_FUNCPTR for collectpads
15364
15365 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15366
15367         * docs/plugins/Makefile.am:
15368         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15369         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15370         * ext/cdparanoia/gstcdparanoiasrc.c:
15371         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
15372         (gst_gnome_vfs_sink_class_init):
15373         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
15374         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
15375         * ext/ogg/gstoggmux.c:
15376         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
15377         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
15378         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
15379         * ext/pango/gsttextoverlay.c:
15380         * ext/pango/gsttextrender.c:
15381         * ext/theora/theoradec.c:
15382         * ext/theora/theoraenc.c:
15383         * ext/vorbis/vorbisdec.c:
15384         * ext/vorbis/vorbisenc.c:
15385         * gst-libs/gst/audio/gstaudiofilter.c:
15386         (gst_audio_filter_base_init):
15387         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15388         (gst_audio_filter_template_base_init):
15389         * gst/adder/gstadder.c: (gst_adder_get_type):
15390         * gst/adder/gstadder.h:
15391         * gst/audioconvert/gstaudioconvert.c:
15392         * gst/audiotestsrc/gstaudiotestsrc.c:
15393         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
15394         (gst_audio_test_src_create):
15395         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15396         * gst/playback/gstdecodebin.c:
15397         * gst/playback/gstplaybin.c:
15398         * gst/playback/gststreamselector.c:
15399         (gst_stream_selector_base_init):
15400         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
15401         * gst/volume/gstvolume.c:
15402         * sys/v4l/gstv4lmjpegsink.c:
15403         * sys/v4l/gstv4lmjpegsrc.c:
15404         * tests/check/libs/cddabasesrc.c:
15405         * tests/old/examples/gob/gst-identity2.gob:
15406           Add docs for adder, use GST_ELEMENT_DETAILS macro,
15407           define GstElementDetails at the top
15408
15409 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
15410
15411         * win32/common/libgstinterfaces.def:
15412         Add a lot of export functions for gst-python
15413         * win32/vs6/libgstinterfaces.dsp:
15414         Add a missing include folder in the project configuration
15415         
15416 2006-03-23  Wim Taymans  <wim@fluendo.com>
15417
15418         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15419         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
15420         (gst_base_audio_src_change_state):
15421         Fix audio sources, forgot to make the ringbuffer
15422         startable...
15423
15424 2006-03-23  Wim Taymans  <wim@fluendo.com>
15425
15426         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15427         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
15428         (gst_base_audio_src_change_state):
15429         unparent instead of unref the ringbuffer.
15430
15431 2006-03-23  Wim Taymans  <wim@fluendo.com>
15432
15433         * gst-libs/gst/audio/gstbaseaudiosink.c:
15434         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
15435         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
15436         Implement new async_play vmethod to start slaving and allow
15437         playback start in case of async PLAY state changes. 
15438
15439         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
15440         Enable QoS with new method in base class.
15441
15442 2006-03-23  Wim Taymans  <wim@fluendo.com>
15443
15444         Patch by: Julien MOUTTE <julien at moutte dot net>
15445
15446         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
15447         (gst_video_test_src_do_seek), (gst_video_test_src_create):
15448         Partially handle 0 framerate, only EOS after the first frame
15449         is missing.
15450
15451 2006-03-23  Wim Taymans  <wim@fluendo.com>
15452
15453         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
15454
15455         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15456         (gst_riff_create_video_template_caps):
15457         * gst/ffmpegcolorspace/avcodec.h:
15458         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15459         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15460         (gst_ffmpegcsp_avpicture_fill):
15461         * gst/ffmpegcolorspace/imgconvert.c:
15462         Patch for support of YVU9 AVI files (#334822)
15463
15464 2006-03-22  Edward Hervey  <edward@fluendo.com>
15465
15466         * docs/design/design-decodebin.txt:
15467         Added design document for new decodebin
15468         (Target Caps): text/x-pango-markup is also a default target caps.
15469
15470 2006-03-22  Wim Taymans  <wim@fluendo.com>
15471
15472         * gst-libs/gst/audio/gstbaseaudiosink.c:
15473         (gst_base_audio_sink_dispose):
15474         Since we _parent the ringbuffer, we also need to
15475         _unparent instead of a plain _unref.
15476
15477 2006-03-22  Wim Taymans  <wim@fluendo.com>
15478
15479         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
15480         (stop_seek), (scrub_toggle_cb), (main):
15481         Add scrub checkbox.
15482
15483 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
15484
15485         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
15486         (gst_ogg_parse_chain):
15487           Fix very inefficient usage of linked lists (#335365).
15488
15489 2006-03-21  Edward Hervey  <edward@fluendo.com>
15490
15491         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15492         * gst/playback/gstplaybin.c: (handoff):
15493         * gst/playback/gststreamselector.c:
15494         (gst_stream_selector_set_property):
15495         gcc 4.1 unreferenced pointer fixes.
15496         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
15497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
15498         gst_buffer_ref() now takes a GstBuffer*.
15499
15500 2006-03-20  Julien MOUTTE  <julien@moutte.net>
15501
15502         * sys/xvimage/xvimagesink.c:
15503         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
15504         by Jan Schmidt.
15505
15506 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
15507
15508         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
15509         (id3v1_type_find), (apetag_type_find), (plugin_init):
15510           Can't do tag preferences via probability, as tags would then
15511           lose against types that are recognised with MAXIMUM probability
15512           (like .wav); so let all tag typefinders return MAXIMUM themselves
15513           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
15514           that we can prefer APE to ID3v1 (fixes #335028).
15515           
15516 2006-03-17  Wim Taymans  <wim@fluendo.com>
15517
15518         * gst-libs/gst/audio/gstbaseaudiosink.c:
15519         (gst_base_audio_sink_change_state):
15520         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
15521         (gst_ring_buffer_may_start):
15522         * gst-libs/gst/audio/gstringbuffer.h:
15523         Only start playback if we are playing.
15524         should fix #330748.
15525
15526 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
15527
15528         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15529         * win32/common/config.h:
15530           Revert accidental commits to these files.
15531
15532 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
15533
15534         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15535
15536         * tests/Makefile.am:
15537           Don't try to build tests in tests/icles if we
15538           don't have X (#323852)
15539
15540 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
15541
15542         * gst-libs/gst/tag/gstid3tag.c:
15543           Add TXXX frame identifiers for replaygain stuff as used
15544           by some taggers (see #323721).
15545
15546 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
15547
15548         * gst/playback/gststreamselector.c:
15549         (gst_stream_selector_set_property),
15550         (gst_stream_selector_bufferalloc):
15551           Preserve the existing buggy streamselector behaviour by performing
15552           a fallback buffer allocation when downstream isn't linked yet.
15553           This should really be fixed in playbin by blocking pads until it's
15554           linked them.
15555           Also, use gst_pad_alloc_buffer instead of
15556           gst_pad_alloc_buffer_and_set.
15557
15558 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
15559
15560         * gst-libs/gst/tag/gstid3tag.c:
15561           Don't crash on unknown ID3v2 TXXX frames.
15562           
15563 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
15564
15565         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
15566           Chain up to the parent finalize method.
15567           Add 32-bit sample size to the template caps.
15568
15569         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15570         (gst_riff_create_video_template_caps):
15571           Add the fourcc that the VMWare codec uses.
15572           
15573         * gst/playback/gststreamselector.c:
15574         (gst_stream_selector_set_property),
15575         (gst_stream_selector_bufferalloc),
15576         (gst_stream_selector_request_new_pad):
15577           For the active pad, forward buffer-alloc requests, otherwise
15578           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
15579           having to memcpy every frame when used by playbin.
15580
15581         * gst/tcp/gstmultifdsink.c:
15582         (gst_multi_fd_sink_handle_client_write):
15583           Get negotiated caps from the sink pad, rather than the sink
15584           pad's peer.
15585
15586 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
15587
15588         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15589         
15590         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
15591           Don't forget to set src->callbacks_pushed to FALSE again when
15592           popping them, otherwise re-activation in a different mode won't
15593           work (#334620).
15594
15595 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
15596
15597         Patch by: Sebastien Moutte  <sebastien moutte net>
15598
15599         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
15600         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
15601         (gst_ffmpeg_smpfmt_to_caps):
15602           Replace __VA_ARGS__ caps creation macros with varargs functions.
15603           Makes things compile on MSVC (#320765), looks nicer, and we can
15604           tell the compiler to check for the NULL terminator.
15605
15606 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
15607
15608         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
15609
15610         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15611           Make sure the buffer we copy into is really always big
15612           enough, this time for real (#333488).
15613           
15614 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
15615
15616         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15617           Add support for 24bpp DIB (#305279).
15618
15619 2006-03-14  Wim Taymans  <wim@fluendo.com>
15620
15621         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
15622         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
15623         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
15624         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
15625         (gst_video_scale_init), (gst_video_scale_src_event):
15626         Re-enable QoS after the release.
15627         Rework videoscale to use the base class src_event handler.
15628
15629 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
15630
15631         * configure.ac:
15632           back to CVS.
15633
15634 === release 0.10.5 ===
15635
15636 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
15637
15638         * configure.ac:
15639           releasing 0.10.5, "Net"
15640
15641 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
15642
15643         * docs/plugins/Makefile.am:
15644           Part of previous cdparanoiasrc docs fixes, forgot to commit.
15645           
15646 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
15647
15648         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15649         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15650         * docs/plugins/gst-plugins-base-plugins.hierarchy:
15651           Add cdparanoiasrc to docs.
15652
15653         * gst-libs/gst/cdda/gstcddabasesrc.c:
15654           More GstCddaBaseSrc docs.
15655
15656 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
15657
15658         * docs/libs/gst-plugins-base-libs-sections.txt:
15659         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
15660         * gst-libs/gst/tag/tag.h:
15661           API: libgsttag: new method gst_tag_from_id3_user_tag().
15662
15663 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
15664
15665         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15666           NULL-terminate array of mpeg4 video file extensions.
15667           Fixes crash on PPC (#334226).
15668
15669 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
15670
15671         * ext/gnomevfs/gstgnomevfssrc.c:
15672         (gst_gnome_vfs_src_check_get_range):
15673           gnome_vfs_uri_is_local() alone is not a good indicator
15674           whether we can operate in pull-mode with a specific URI,
15675           as it returns FALSE for file:// URIs that point to an
15676           NFS-mounted path. Be more conservative here: whitelist
15677           local files, blacklist http URIs and use the old
15678           mechanism for anything else (fixes #334216).
15679
15680 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15681
15682         * configure.ac:
15683           back to trunk
15684
15685 === release 0.10.4 ===
15686
15687 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
15688
15689         * configure.ac:
15690           releasing 0.10.4, "Power"
15691
15692 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
15693
15694         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
15695         Disable max-lateness by setting it to -1 for now, so that 
15696         we can bed QoS stuff in thoroughly between now and the next
15697         release.
15698
15699 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
15700
15701         Patch by: Fabrizio Gennari
15702
15703         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15704           Make sure we don't read beyond the palette buffer in case of
15705           broken or manipulated files (#333488)
15706
15707 2006-03-10  Edward Hervey  <edward@fluendo.com>
15708
15709         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
15710         Fix for variable not initialized.
15711
15712 2006-03-09  Wim Taymans  <wim@fluendo.com>
15713
15714         * ext/libvisual/visual.c: (gst_visual_get_type),
15715         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
15716         (gst_visual_chain):
15717         Small cleanups.
15718
15719         * ext/theora/gsttheoradec.h:
15720         * ext/theora/theoradec.c: (gst_theora_dec_init),
15721         (gst_theora_dec_reset), (_theora_granule_time),
15722         (theora_dec_src_convert), (theora_dec_sink_convert),
15723         (theora_dec_src_query), (theora_dec_src_event),
15724         (theora_dec_sink_event), (theora_handle_comment_packet),
15725         (theora_handle_header_packet), (theora_dec_push),
15726         (theora_handle_data_packet), (theora_dec_chain),
15727         (theora_dec_change_state):
15728         Add simple QoS.
15729
15730 2006-03-09  Wim Taymans  <wim@fluendo.com>
15731
15732         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
15733         (audiocast_register_listener), (gst_gnome_vfs_src_start):
15734         Some cleanups.
15735
15736 2006-03-09  Wim Taymans  <wim@fluendo.com>
15737
15738         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15739         Don't try to activate NULL chains.
15740
15741 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
15742
15743         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
15744           Fix invalid memory access to region before peek'd data (#332964).
15745
15746 2006-03-09  Wim Taymans  <wim@fluendo.com>
15747
15748         Patch by: Christophe Fergeau
15749
15750         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
15751         * ext/pango/gsttextrender.c: (gst_text_render_init):
15752         * gst/adder/gstadder.c: (gst_adder_init):
15753         Don't leak padtemplates, closes #333510.
15754
15755 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
15756
15757         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
15758           Fix invalid memory access: make sure string passed to
15759           regexec() is NUL-termianted.
15760
15761 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
15762
15763         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15764         (mp3_type_find):
15765           Refactor mpeg/audio typefinding to make it more maintainable
15766           and easier to fine-tune. Make probing into middle of the file
15767           work properly (fixes #333900, also see #152688).
15768
15769 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
15770
15771         * gst/typefind/gsttypefindfunctions.c:
15772         (utf8_type_find_have_valid_utf8_at_offset):
15773           Remove part from previous commit that was bogus:
15774           g_utf8_validate() does in fact not accept embedded
15775           zeroes, so we don't need to check for those (thanks
15776           to Mike for the hint).
15777
15778 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
15779
15780         * gst/typefind/gsttypefindfunctions.c:
15781         (utf8_type_find_count_embedded_zeroes),
15782         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
15783           Make plain/text typefinder more conservative: firstly, check
15784           for embedded zeroes, which are perfectly valid UTF-8 characters,
15785           but also a fairly good sign that something is not a plain text
15786           file; secondly, probe into the middle of the file if possible.
15787           If we can't probe into the middle, limit the probability value
15788           to be returned to TYPE_FIND_POSSIBLE (see #333900).
15789
15790 2006-03-08  Michael Smith  <msmith@fluendo.com>
15791
15792         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15793           Make typefind function name for mpeg4 video unique.
15794
15795 2006-03-08  Wim Taymans  <wim@fluendo.com>
15796
15797         * ext/libvisual/visual.c: (gst_visual_init),
15798         (gst_visual_clear_actors), (gst_visual_dispose),
15799         (gst_visual_reset), (gst_visual_src_setcaps),
15800         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
15801         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
15802         (gst_visual_chain), (gst_visual_change_state):
15803         Cleanups, post nice errors.
15804         Handle sink and src events.
15805         Implement simple QoS.
15806
15807         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
15808         Use new basesink methods to configure max-lateness.
15809         Small doc update.
15810
15811         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15812         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
15813         Debug statement cleanups.
15814
15815         * gst/volume/gstvolume.c: (gst_volume_class_init):
15816         Simple cleanup.
15817
15818 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
15819
15820         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
15821         (gst_text_overlay_init), (gst_text_overlay_set_property),
15822         (gst_text_overlay_get_property):
15823           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
15824           as string type properties, but mark them deprecated. Add
15825           'halignment' and 'valignment' properties that use enums
15826           instead of strings.
15827
15828 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
15829
15830         Patch by: Fabrizio Gennari
15831
15832         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15833           Allow palettes with less than 256 colours in AVI files
15834           (#333488)
15835
15836 2006-03-07  Julien MOUTTE  <julien@moutte.net>
15837
15838         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
15839         (gst_text_overlay_video_event): Fix wrong EOS handling on text
15840         pad. We were releasing the queued text buffer when we should keep
15841         it until video pad gets EOS or discard the text buffer because it's
15842         too old. That was eating the last subtitle buffer. Add some more
15843         debug.
15844
15845 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
15846
15847         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
15848         (gst_text_overlay_video_chain):
15849           Fix invalid memory access (we can't access a buffer after it's been
15850           pushed downstream without taking a reference); fix memory leak (if
15851           there's no text to render, bail out before allocating stuff).
15852
15853 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
15854
15855         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15856         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
15857         * ext/pango/gsttextoverlay.h:
15858           If input is plain text, escape it before passing it to
15859           pango_layout_set_markup().
15860
15861 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
15862
15863         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
15864           Don't ignore flow return from gst_pad_push().
15865
15866 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
15867
15868         Patch by: Fabrizio Gennari
15869
15870         * ext/libvisual/visual.c: (gst_visual_getcaps),
15871         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
15872         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
15873         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
15874         (gst_vorbisenc_convert_sink):
15875         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
15876         (gst_audio_duration_from_pad_buffer):
15877         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
15878         (gst_audio_filter_chain):
15879         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15880         (gst_base_rtp_depayload_setcaps):
15881         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
15882         (gst_video_get_size):
15883         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
15884           Don't leak references returned by gst_pad_get_parent()
15885           (#333663)
15886
15887 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
15888
15889         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
15890           change location param details
15891         * gst/volume/gstvolume.c: (plugin_init):
15892           correct plugin description
15893
15894 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
15895
15896         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15897         (gst_gnome_vfs_src_check_get_range):
15898           Override GstBaseSrc::check_get_range() in order to avoid opening
15899           the resource just to check whether we can operate in pull-mode or
15900           not - we can predict that pretty well from the URI alone. Should
15901           fix problems with last.fm (#331690). (Requires latest core CVS).
15902
15903 2006-03-06  Wim Taymans  <wim@fluendo.com>
15904
15905         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
15906         (gst_video_sink_class_init):
15907         Throw away frames that are later than 20 ms.
15908
15909 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
15910
15911         Patch by: Fabrizio Gennari
15912
15913         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15914           Set depth on WMA caps (#333545)
15915
15916 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15917
15918         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15919         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
15920           put Theora BOS pages before others.  This hardcodes
15921           the Ogg/Theora I profile, but hey.
15922
15923 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15924
15925         * ext/ogg/README:
15926           updated with some examples
15927         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
15928         (granulepos_add), (theora_buffer_from_packet):
15929         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
15930         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
15931         (gst_vorbisenc_chain):
15932           implement strategy from ext/ogg/README
15933         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15934         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
15935         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
15936         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
15937           Fix muxer so that oggz-validate is happy with all streams;
15938           except for no eos mark, and the BOS page ordering
15939         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
15940         (check_buffer_granulepos):
15941         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
15942           update tests to check for OFFSET being set as requested
15943           fixed type of granulepos, it's not a ClockTime
15944
15945 2006-03-05  Julien MOUTTE  <julien@moutte.net>
15946
15947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15948         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15949         Check that the xvimage we are creating has a correct size
15950         before returning it. (#314897)
15951
15952 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
15953
15954         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15955           Give id3 and ape tag typefinders a rank slightly higher
15956           than PRIMARY to ensure they're always run before any of
15957           the other typefinders (in particular wav and mp3) (#324186).
15958
15959 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
15960
15961         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15962           Add support for '3IVD' fourcc (#333403).
15963
15964 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
15965
15966         * configure.ac:
15967           Bump requirements to GStreamer CVS for the new error enum.
15968
15969         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
15970           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
15971           space left on the device (fixes #333352).
15972
15973 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
15974
15975         * win32/vs6:
15976           add a project file for libgstvolume
15977           update the workspace
15978
15979 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15980
15981         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
15982         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
15983         (GST_START_TEST):
15984           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
15985           Set IN_CAPS on header buffers
15986
15987 2006-03-02  Wim Taymans  <wim@fluendo.com>
15988
15989         * docs/plugins/Makefile.am:
15990         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15991         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15992         Add audioresample to docs.
15993
15994         * gst/audioconvert/gstaudioconvert.c:
15995         Add revision date.
15996
15997         * gst/audioresample/gstaudioresample.c:
15998         (gst_audioresample_base_init), (gst_audioresample_class_init),
15999         (gst_audioresample_init), (gst_audioresample_dispose),
16000         (audioresample_get_unit_size), (audioresample_transform_caps),
16001         (resample_set_state_from_caps), (audioresample_transform_size),
16002         (audioresample_set_caps), (audioresample_event),
16003         (audioresample_do_output), (audioresample_transform),
16004         (audioresample_pushthrough), (gst_audioresample_set_property),
16005         (gst_audioresample_get_property), (plugin_init):
16006         * gst/audioresample/gstaudioresample.h:
16007         Added docs.
16008         Small code cleanups.
16009
16010 2006-03-02  Wim Taymans  <wim@fluendo.com>
16011
16012         * docs/plugins/Makefile.am:
16013         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16014         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16015         Added videoscale to docs.
16016
16017         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16018         (gst_video_rate_swap_prev), (gst_video_rate_event),
16019         (gst_video_rate_chain):
16020         Fix typo in docs.
16021
16022         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16023         (gst_video_scale_init), (gst_video_scale_prepare_size),
16024         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16025         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16026         * gst/videoscale/gstvideoscale.h:
16027         Added docs, examples.
16028         Some code cleanups.
16029         Post errors instead of g_warning.
16030
16031 2006-03-02  Wim Taymans  <wim@fluendo.com>
16032
16033         * docs/libs/gst-plugins-base-libs-docs.sgml:
16034         * docs/libs/gst-plugins-base-libs-sections.txt:
16035         * docs/libs/gst-plugins-base-libs.types:
16036         * docs/plugins/Makefile.am:
16037         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16038         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16039         Added some more docs to libs and plugins.
16040
16041         * gst-libs/gst/audio/gstringbuffer.c:
16042         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16043         * gst-libs/gst/audio/gstringbuffer.h:
16044         Document ringbuffer some more.
16045
16046         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16047         (gst_video_rate_setcaps), (gst_video_rate_reset),
16048         (gst_video_rate_init), (gst_video_rate_flush_prev),
16049         (gst_video_rate_swap_prev), (gst_video_rate_event),
16050         (gst_video_rate_chain), (gst_video_rate_change_state):
16051         * gst/videorate/gstvideorate.h:
16052         Fix videorate to use segments.
16053         Make it work with 0/1 framerates (closes #331903)
16054         Handle EOS correctly.
16055         Added docs.
16056
16057 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16058
16059         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16060         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16061         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16062           In state change function, first chain up to parent class,
16063           then handle downwards state change stuff. Remove some
16064           commented out cruft from 0.8 code.
16065
16066 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16067
16068         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16069         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16070         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16071         (gst_ogm_parse_chain):
16072           Don't remove/re-add source pad if the new caps are the same as
16073           the old caps anyway (#333042). When removing source pad, don't
16074           unref it afterwards - we didn't ref it when adding. Sprinkle some
16075           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16076           after using gst_pad_get_parent(). Return downstream flow return
16077           value in chain function.
16078
16079 2006-03-02  Wim Taymans  <wim@fluendo.com>
16080
16081         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16082         * docs/plugins/gst-plugins-base-plugins.args:
16083         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16084         * docs/plugins/gst-plugins-base-plugins.interfaces:
16085         * docs/plugins/gst-plugins-base-plugins.signals:
16086         Fix hierarchy, added some more elements to the docs.
16087
16088         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16089         (gst_ffmpegcsp_get_type):
16090         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16091         Fix docs for ffmpegcolorspace.
16092
16093 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16094
16095         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16096         (apetag_type_find), (ape_type_find), (plugin_init):
16097           Some typefinding fine-tuning:
16098           - rank ID3/APE tags in order of preference via probabilities, so that
16099             ID3v2 > APEv2 > APEv1 > ID3v1.
16100           - three or four bytes don't really justify MAXIMUM probability,
16101             change those to 'very likely' (musepack and monkeysaudio).
16102
16103 2006-03-01  Wim Taymans  <wim@fluendo.com>
16104
16105         * docs/plugins/Makefile.am:
16106         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16107         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16108         * ext/alsa/gstalsamixer.c:
16109         * ext/alsa/gstalsamixer.h:
16110         * ext/alsa/gstalsamixerelement.c:
16111         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16112         * ext/alsa/gstalsamixerelement.h:
16113         * ext/alsa/gstalsasink.c:
16114         * ext/alsa/gstalsasink.h:
16115         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16116         (gst_alsasrc_init):
16117         * ext/alsa/gstalsasrc.h:
16118         Added alsa docs.
16119         Small code cleanups.
16120
16121 2006-03-01  Wim Taymans  <wim@fluendo.com>
16122
16123         * ext/theora/Makefile.am:
16124         Dist new header too,
16125
16126 2006-03-01  Wim Taymans  <wim@fluendo.com>
16127
16128         * docs/plugins/Makefile.am:
16129         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16130         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16131         * ext/gnomevfs/gstgnomevfssink.h:
16132         * ext/gnomevfs/gstgnomevfssrc.h:
16133         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16134         * ext/vorbis/vorbisdec.h:
16135         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16136         * ext/vorbis/vorbisenc.h:
16137         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16138         (vorbis_parse_chain), (vorbis_parse_change_state):
16139         * ext/vorbis/vorbisparse.h:
16140         * gst/audioconvert/gstaudioconvert.h:
16141         * gst/tcp/gsttcpserversink.h:
16142         * gst/videotestsrc/gstvideotestsrc.c:
16143         * gst/videotestsrc/gstvideotestsrc.h:
16144         * gst/volume/gstvolume.c:
16145         * gst/volume/gstvolume.h:
16146         Fix some more docs.
16147         Added docs for vorbisdec and vorbisparse.
16148         Fix vorbisparse.
16149
16150 2006-03-01  Wim Taymans  <wim@fluendo.com>
16151
16152         * docs/plugins/Makefile.am:
16153         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16154         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16155         * ext/pango/gstclockoverlay.h:
16156         * ext/pango/gsttextoverlay.h:
16157         * ext/pango/gsttextrender.h:
16158         * ext/pango/gsttimeoverlay.h:
16159         * ext/theora/gsttheoradec.h:
16160         * ext/theora/gsttheoraenc.h:
16161         * ext/theora/theoradec.c:
16162         * ext/theora/theoraenc.c:
16163         * gst/audioconvert/gstaudioconvert.h:
16164         * gst/audiotestsrc/gstaudiotestsrc.h:
16165         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16166         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16167         * gst/tcp/gstmultifdsink.h:
16168         Updated/added documentation.
16169
16170         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16171         (gst_text_overlay_halign_get_type),
16172         (gst_text_overlay_wrap_mode_get_type),
16173         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16174         (gst_text_overlay_init), (gst_text_overlay_set_property),
16175         (gst_text_overlay_get_property):
16176         Fix up properties to be enums instead of string to make bindings,
16177         introspection and automatic GUI creation possible.
16178         Add getters for the properties.
16179
16180 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16181
16182         * gst/audiotestsrc/gstaudiotestsrc.c:
16183           added defines of M_PI and M_PI_2
16184         * gst/ffmpegcolorspace/avcodec.h:
16185           removed #include "stdint.h" for win32 as _stdint.h is 
16186           autogenerated to win32/common
16187         * win32/common/libgstaudio.def:
16188         * win32/common/libgsttag.def:
16189           added some exports
16190         * win32/vs6:
16191           some project files bugs corrected
16192         * win32/vs7:
16193           project files are reset to the default vs7 configuration 
16194           (they link to msvcr71.dll using default optimizations)
16195           
16196 2006-02-28  Wim Taymans  <wim@fluendo.com>
16197
16198         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16199         Fix some docs.
16200
16201 2006-02-28  Edward Hervey  <edward@fluendo.com>
16202
16203         * ext/alsa/gstalsasrc.c:
16204         Set proper class on the ElementDetails:
16205         Source/Audio instead of Src/Audio/
16206
16207 2006-02-28  Edward Hervey  <edward@fluendo.com>
16208
16209         * gst/videoscale/vs_scanline.c:
16210         (vs_scanline_resample_nearest_RGBA):
16211         Revert optimization in videoscale. It should go in liboil and have
16212         an appropriate liboil function.
16213
16214 2006-02-28  Wim Taymans  <wim@fluendo.com>
16215
16216         * gst-libs/gst/audio/gstbaseaudiosink.c:
16217         (gst_base_audio_sink_provide_clock):
16218         Don't try to provide a clock in the NULL state.
16219
16220 2006-02-28  Wim Taymans  <wim@fluendo.com>
16221
16222         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16223         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
16224         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16225         (gst_ogg_demux_deactivate_current_chain),
16226         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
16227         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
16228         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16229         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16230         Use GstSegment infrastructure to remove duplicated code
16231         and handle more seek cases correctly.
16232
16233 2006-02-28  Wim Taymans  <wim@fluendo.com>
16234
16235         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16236         (gst_ffmpegcsp_transform):
16237         Don't ignore return code from ffmpeg convert function.
16238
16239         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16240         Split out some long statements to ease debugging.
16241
16242 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
16243
16244         * ext/libvisual/visual.c: (gst_visual_init),
16245         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
16246         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
16247         being able to renegotiate the size. Instead, use the negotiation
16248         algorithm from the goom plugin to pick an initial output caps. 
16249
16250         Also, allow theoretical libvisual plugins that might support non-GL 
16251         output even if they also do GL.
16252
16253 2006-02-26  Julien MOUTTE  <julien@moutte.net>
16254
16255         * ext/libvisual/visual.c: (gst_visual_init),
16256         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
16257         (plugin_init): Load only non GL plugins. Fix some memleaks and 
16258         possible negotiation issues.
16259
16260 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16261
16262         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
16263
16264 2006-02-24  Michael Smith  <msmith@fluendo.com>
16265
16266         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
16267         (cmml_type_find), (plugin_init):
16268           Fix CMML type find function to not require a specific minor version
16269           of the CMML header.
16270
16271           Add an MPEG4 video elementary stream typefind function.
16272
16273 2006-02-04  Michael Smith  <msmith@fluendo.com>
16274
16275         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
16276         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
16277         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16278         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
16279         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
16280         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
16281           Annodex support in ogg demuxer. Doesn't do very much without the
16282           other annodex patches (to come).
16283
16284 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16285
16286         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
16287
16288         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16289           Pick up palette for MS video v1 (#327028)
16290
16291 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16292
16293         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16294         (gst_ffmpegcsp_caps_remove_format_info),
16295         (gst_ffmpegcsp_get_unit_size):
16296           The 'palette_data' field from incoming RGB caps shouldn't be
16297           proxied on outgoing YUV caps; also, restrict unit size
16298           adjustment in case of paletted data only to the unit that
16299           actually has a palette. Fixes #330711.
16300
16301 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16302
16303         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16304         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16305         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
16306         (gst_ffmpegcsp_get_unit_size):
16307           Plug some memory leaks.
16308
16309 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16310
16311         * sys/ximage/Makefile.am:
16312         * sys/xvimage/Makefile.am:
16313           Add some _CFLAGS and _LIBS that seem to be missing
16314           and/or required for Cygwin (see #317048).
16315
16316 2006-02-22  Wim Taymans  <wim@fluendo.com>
16317
16318         * ext/alsa/gstalsasrc.c:
16319         Fix description as pointed out by caugier.
16320
16321 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
16322
16323         Reviewed by : Edward Hervey  <edward@fluendo.com>
16324
16325         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
16326         (qt_type_find):
16327         Better 3gp typefinding (#331526).
16328
16329 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16330
16331         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
16332           Don't send EOS event here, the base class will send one for us.
16333
16334         * gst/playback/gstplaybasebin.c: (prepare_output):
16335           Subpictures without video stream aren't allowed either.
16336         
16337         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16338           Fix debug statement copy'n'paste-o.
16339
16340 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16341
16342         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
16343           Fix issues with mixer keeping state when muting/unmuting
16344           and when changing the volume whilst muted (see #331763
16345           and #331765).
16346
16347 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16348
16349         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
16350         (parse_subrip), (gst_sub_parse_format_autodetect):
16351           Set right caps given that we send escaped text. Also,
16352           honour <i></i>, <b></b> and <u></u> markers that can be found
16353           in .srt files (fixes #310202).
16354
16355 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16356
16357         * gst-libs/gst/audio/mixerutils.c:
16358         (element_factory_rank_compare_func):
16359           Make order in which elements are tried more determinable.
16360
16361 2006-02-20  Julien MOUTTE  <julien@moutte.net>
16362
16363         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
16364         (remove_element_chain), (cleanup_decodebin),
16365         (gst_decode_bin_change_state): Make decodebin reusable by
16366         fixing remove_element_chain first and then introduce a
16367         cleaner in state change to ->NULL. (Closes #331678)
16368
16369 2006-02-19  Wim Taymans  <wim@fluendo.com>
16370
16371         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
16372         use 0666 mask when creating files so umask gets applied
16373         correctly. Fixes #331295.
16374
16375 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
16376
16377         * gst/subparse/Makefile.am:
16378         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
16379         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
16380         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
16381         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
16382         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
16383         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
16384         * gst/subparse/gstssaparse.h:
16385         * gst/subparse/gstsubparse.c: (plugin_init):
16386           Add very basic parser for SSA subtitle streams (as often
16387           found in matroska files).
16388
16389 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
16390
16391         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
16392           That should be text/x-pango-markup, not text/x-pango-layout.
16393
16394 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16395
16396         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
16397         Polishing.
16398
16399 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16400
16401         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16402         (gst_text_overlay_finalize), (gst_text_overlay_init),
16403         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16404         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16405         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
16406         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
16407         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
16408         Fix state change deadlock.
16409
16410 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16411
16412         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16413         (gst_text_overlay_finalize), (gst_text_overlay_init),
16414         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16415         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16416         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
16417         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
16418         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
16419         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
16420         and subtitles files.
16421
16422 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16423
16424         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
16425         should be considered as raw.
16426
16427 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16428
16429         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16430         (cb_probe):
16431         * gst/playback/gststreaminfo.h: Introduce language informations.
16432
16433 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
16434
16435         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16436         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16437         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
16438         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
16439         Set shared memory segments to be deleted as soon as we have attached,
16440         that way they get cleaned up automatically if we crash.
16441
16442 2006-02-18  Julien MOUTTE  <julien@moutte.net>
16443
16444         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
16445         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
16446         functions are called with lock held.
16447
16448 2006-02-18  Julien MOUTTE  <julien@moutte.net>
16449
16450         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16451         (gst_text_overlay_finalize), (gst_text_overlay_init),
16452         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16453         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16454         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
16455         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
16456         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
16457         (gst_text_overlay_change_state): Refactoring of textoverlay
16458         without collectpads. This now supports sparse subtitles coming
16459         from a demuxer instead of a sub file. Seeking is still broken 
16460         though. Need to discuss with wtay some more on how to handle
16461         seeking correctly.
16462         * ext/pango/gsttextoverlay.h:
16463         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
16464         subtitles coming from the demuxer.
16465
16466 2006-02-17  Wim Taymans  <wim@fluendo.com>
16467
16468         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16469         (gst_vorbisenc_convert_sink):
16470         Use some more scaling functions.
16471
16472 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16473
16474         * ext/cdparanoia/gstcdparanoiasrc.c:
16475         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
16476         (gst_cd_paranoia_paranoia_callback),
16477         (gst_cd_paranoia_src_signal_is_being_watched),
16478         (gst_cd_paranoia_src_read_sector):
16479         * ext/cdparanoia/gstcdparanoiasrc.h:
16480           Add back 'transport-error' and 'uncorrected-error' signals and
16481           make them actually be fired when bad stuff happens (#319340).
16482
16483 2006-02-17  Wim Taymans  <wim@fluendo.com>
16484
16485         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16486         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
16487         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
16488         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
16489         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
16490         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16491         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16492         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16493         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
16494         (gst_ring_buffer_clear):
16495         Small cleanups.
16496         Added some G_LIKELY.
16497
16498 2006-02-17  Wim Taymans  <wim@fluendo.com>
16499
16500         * gst-libs/gst/audio/TODO:
16501         Update TODO
16502
16503         * gst-libs/gst/audio/gstbaseaudiosink.c:
16504         (gst_base_audio_sink_get_offset):
16505         When trying to play samples ASAP and we don't have a
16506         previous sample, try to play at position 0 instead of
16507         an invalid position.
16508
16509 2006-02-17  Wim Taymans  <wim@fluendo.com>
16510
16511         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
16512         (gst_alsasink_reset):
16513         Also release lock when we get an error in _reset();
16514         fix an error message.
16515
16516 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16517
16518         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16519         (gst_alsasink_init), (get_channel_free_structure),
16520         (caps_add_channel_configuration), (gst_alsasink_getcaps),
16521         (gst_alsasink_close):
16522         * ext/alsa/gstalsasink.h:
16523           Add support for more than 2 channels (#326720).
16524
16525 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16526
16527         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16528           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
16529           with 4 or 6 channels, assume a default channel layout to make things
16530           work (not sure there's anything else we can do in those cases).
16531
16532 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16533
16534         * gst-libs/gst/audio/multichannel.c:
16535           Minor docs fix.
16536
16537         * gst-libs/gst/riff/Makefile.am:
16538         * gst-libs/gst/riff/riff-ids.h:
16539         * gst-libs/gst/riff/riff-media.c:
16540         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
16541           Add support for WAVEFORMATEX, eg. PCM audio with more than two
16542           channels and a channel layout map.
16543           
16544 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
16545
16546         Reviewed by Edward Hervey  <edward@fluendo.com>
16547
16548         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
16549         C-level optimization of the RGBA nearest neighbour function.
16550         Eventually this might end up in liboil with vectorized versions.
16551
16552 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16553
16554         * gst-libs/gst/audio/multichannel.c:
16555         (gst_audio_get_channel_positions):
16556           When we have more than 2 channels, but no channel layout is
16557           specified in the caps, return some default channel layout
16558           to the caller and warn about about a possibly buggy element
16559           (could be buggy filtercaps as well of course) (#317038).
16560
16561 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16562
16563         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
16564           Add gst-libs/gst/cdda to list of lib search paths.
16565
16566 2006-02-15  Andy Wingo  <wingo@pobox.com>
16567
16568         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
16569         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
16570         to the Lord Jesus that I do not have to touch the ogg muxer ever
16571         again.
16572
16573 2006-02-15  Edward Hervey  <edward@fluendo.com>
16574
16575         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16576         quicktime movie files can also contain 'uuid' atoms.
16577
16578 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
16579
16580         * gst/audioconvert/plugin.c: (plugin_init):
16581           Register the GstAudioChannelPosition enum type with the type
16582           system in the plugin_init function, so that it is known before
16583           any element actually makes use of multi-channel stuff. This is
16584           required for example if one wants to be able to deserialise/use
16585           a caps string with channel positions before any pipeline has
16586           been setup and started, like with gst-launch.
16587
16588 2006-02-14  Wim Taymans  <wim@fluendo.com>
16589
16590         * gst-libs/gst/audio/gstringbuffer.c:
16591         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
16592         (gst_ring_buffer_samples_done), (wait_segment),
16593         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
16594         Add some compiler G_(UN_)LIKELY help.
16595         SIGNAL the ringbuffer waiters when going to PAUSED as well to
16596         make sure they can exit their functions. Should fix #330748
16597
16598 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16599
16600         * Makefile.am:
16601         * configure.ac:
16602         * win32/MANIFEST:
16603         * win32/common/_stdint.h:
16604           Windows does not have long long; copy the generated _stdint.h
16605         * win32/common/interfaces-enumtypes.c:
16606         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
16607         (gst_mixer_track_flags_get_type),
16608         (gst_tuner_channel_flags_get_type):
16609         * win32/common/multichannel-enumtypes.c:
16610         (gst_audio_channel_position_get_type):
16611           update
16612
16613 2006-02-13  Wim Taymans  <wim@fluendo.com>
16614
16615         * gst-libs/gst/audio/gstbaseaudiosink.c:
16616         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
16617         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16618         Always sync on first sample we receive when starting.
16619
16620 2006-02-13  Wim Taymans  <wim@fluendo.com>
16621
16622         * gst/playback/gstplaybin.c: (gen_vis_element):
16623         Update vis bin docs.
16624         Move queue after tee so we don't queue video buffers but
16625         audio samples instead. Fixes problems where the video queue
16626         is filled and the audio queue empty.
16627
16628 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
16629
16630         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
16631           No need to push an EOS event here, GstBaseSrc will do that for us
16632           when we return FLOW_UNEXPECTED.
16633           
16634 2006-02-12  Wim Taymans  <wim@fluendo.com>
16635
16636         * gst-libs/gst/audio/gstbaseaudiosink.c:
16637         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
16638         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
16639         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
16640         Use scale functions when possible.
16641         Fix error messages.
16642         Free clockid when after waiting for EOS.
16643         Use G_(UN_)LIKLY when it makes sense.
16644         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
16645
16646 2006-02-12  Edward Hervey  <edward@fluendo.com>
16647
16648         * gst/playback/gstplaybasebin.c: (prepare_output): 
16649         Remove stray semi-colon (fixes #330888).
16650
16651 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
16652
16653         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
16654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
16655         Fix up the XShm call testing so that we catch errors, and don't
16656         cause new ones by attempting to detach from a segment we failed
16657         to attach to. Fixes #312439.
16658
16659 2006-02-10  Edward Hervey  <edward@fluendo.com>
16660
16661         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16662         Added flv file typefind (video/x-flv).
16663
16664 2006-02-10  Edward Hervey  <edward@fluendo.com>
16665
16666         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16667         (gst_riff_create_video_template_caps):
16668         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
16669         Also added the caps to the default set of riff video caps.
16670
16671 2006-02-09  Andy Wingo  <wingo@pobox.com>
16672
16673         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
16674         time and the end time of the last packet in the page.
16675         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
16676         on the pages in our queue, set the duration as well. Reflow a
16677         debug statement.
16678         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
16679         Fixes bad muxing order.
16680
16681 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
16682
16683         * gst-libs/gst/rtp/gstbasertppayload.c:
16684         (gst_basertppayload_setcaps), (gst_basertppayload_push):
16685           update seqnum before setting it on the packet; this makes sure
16686           that the timestamp and seqnum properties match after pushing
16687           a buffer
16688
16689 2006-02-09  Andy Wingo  <wingo@pobox.com>
16690
16691         * gst-libs/gst/audio/gstringbuffer.c
16692         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
16693         overflow after 13.5 hours of recording. Kapow!
16694
16695         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
16696         the buffer size -- we don't care about underrun/overrun reporting
16697         right now, just need to return a useful value.
16698
16699 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
16700
16701         * configure.ac:
16702           Back to CVS
16703
16704 === release 0.10.3 ===
16705
16706 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
16707
16708         * configure.ac:
16709           releasing 0.10.3, "Under Pressure"
16710
16711 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16712
16713         * configure.ac:
16714         Drat. Bump libtool version number for new API.
16715         Prelease 0.10.2.3 (of 0.10.3)
16716
16717 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16718
16719         * configure.ac:
16720         * win32/common/config.h:
16721         0.10.2.2 prerelease (of 0.10.3).
16722
16723 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16724
16725         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
16726           Revert Andy's newsegment change pending a more correct
16727           fix.
16728
16729 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
16730
16731         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
16732         (qt_type_find), (plugin_init):
16733           detect more files as 3gp
16734           group and reorder the iso file formats
16735
16736 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16737
16738         * ext/vorbis/vorbis.c: (plugin_init):
16739           Register musicbrainz tags, so apps don't have to.
16740
16741 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16742
16743         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
16744         (gst_tag_to_vorbis_tag):
16745           Make sure we called gst_tag_register_musicbrainz_tags()
16746           before possibly mapping a vorbiscomment string from/to a
16747           musicbrainz tag.
16748
16749 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16750
16751         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
16752           In case we can't find the required number of consecutive
16753           mpeg audio frames to positively identify an MPEG audio
16754           stream, check if there's at least a valid mpeg audio
16755           frame right at offset 0 and if so suggest mpeg/audio
16756           caps with a very low probability (#153004).
16757
16758 2006-02-07  Andy Wingo  <wingo@pobox.com>
16759
16760         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
16761         a TIME segment if we get timestamped buffers. Requires recent
16762         fixes in core to work properly.
16763
16764 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16765
16766         * gst/playback/gstplaybasebin.c: (prepare_output):
16767           Don't print the URI as part of the error message, it
16768           makes error dialogs look rather ugly, especially if
16769           the URI is very long or has characters in it that
16770           need escaping.
16771
16772 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16773
16774         * gst/playback/gstplaybasebin.c: (prepare_output):
16775           Error out if we have only text or subtitles, but nothing
16776           else. Also error out if we have subtitles but no video
16777           stream.
16778
16779 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
16780
16781         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
16782           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
16783           Post an error message on the bus when we encounter an
16784           error, which will hopefully be more meaningful than the
16785           'Internal Flow Error' message users get to see if we
16786           just return GST_FLOW_ERROR.
16787
16788 2006-02-07  Andy Wingo  <wingo@pobox.com>
16789
16790         * configure.ac (GST_MAJORMINOR): Update core version req to
16791         0.10.2.2, for the collectpads API addition (#330244).
16792
16793 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
16794
16795         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16796           Return FALSE from plugin_init() when GnomeVFS can't
16797           be initialised for some reason (#328423).
16798
16799 2006-02-06  Julien MOUTTE  <julien@moutte.net>
16800
16801         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
16802         Stick to seeking theory until i find the bug.
16803         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
16804
16805 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
16806
16807         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16808         (theora_enc_finalize), (theora_enc_sink_setcaps),
16809         (theora_set_header_on_caps), (theora_enc_chain),
16810         (theora_enc_change_state):
16811         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
16812           Make theoraenc and the tests leak free. Like, really.
16813
16814 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
16815
16816         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16817         (theora_enc_finalize), (theora_enc_sink_setcaps):
16818           Add a finalize method to ensure we clean up state even if
16819           someone omitted the state change back to NULL.
16820
16821         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
16822         (gst_vorbisenc_chain):
16823           Free some more leaked bits.
16824
16825         * tests/check/pipelines/theoraenc.c: (start_pipeline),
16826         (stop_pipeline):
16827           Wait for state changes to happen if they're ASYNC.
16828
16829           This ought to teach those fancy pants buildbots a lesson.
16830
16831 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16832
16833         * gst-libs/gst/tag/gstid3tag.c:
16834           Add mapping for ID3 International Standard Recording Code
16835           tag "TSRC"
16836
16837 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16838
16839         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
16840           Don't leak tag names.
16841
16842 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
16843
16844         * docs/libs/gst-plugins-base-libs-docs.sgml:
16845         * docs/libs/gst-plugins-base-libs-sections.txt:
16846         * gst-libs/gst/tag/gstid3tag.c:
16847         * gst-libs/gst/tag/gstvorbistag.c:
16848         * gst-libs/gst/tag/tags.c:
16849           Split libgsttag docs into multiple sections.
16850
16851 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
16852
16853         * docs/libs/Makefile.am:
16854         * docs/libs/gst-plugins-base-libs-docs.sgml:
16855         * docs/libs/gst-plugins-base-libs-sections.txt:
16856         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
16857         * gst-libs/gst/tag/gstvorbistag.c:
16858         * gst-libs/gst/tag/tag.h:
16859         * gst-libs/gst/tag/tags.c:
16860           Add libgsttag to the docs.
16861
16862 2006-02-05  Julien MOUTTE  <julien@moutte.net>
16863
16864         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
16865         (gst_text_overlay_init), (gst_text_overlay_src_event),
16866         (gst_text_overlay_collected): Fix clockoverlay.
16867
16868 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
16869
16870         * docs/libs/compiling.sgml:
16871           Fix typo: it's pkg-config, not pkg-gconfig
16872
16873         * docs/libs/gst-plugins-base-libs-docs.sgml:
16874         * docs/libs/gst-plugins-base-libs-sections.txt:
16875         * docs/libs/tmpl/gstgconf.sgml:
16876           There is no libgstgconf in 0.10, remove it
16877           from the docs.
16878
16879 2006-02-05  Julien MOUTTE  <julien@moutte.net>
16880
16881         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
16882         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16883         (gst_text_overlay_src_event), (gst_text_overlay_collected):
16884         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
16885         (gst_sub_parse_class_init), (gst_sub_parse_init),
16886         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
16887         (parse_mpsub), (parser_state_init), (handle_buffer),
16888         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
16889         * gst/subparse/gstsubparse.h: Introduce seeking code.
16890
16891 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
16892
16893         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
16894           Add comment about LANGUAGE tag inconsistency (we want
16895           ISO-639-1, but extract three-letter identifiers?)
16896
16897         * po/POTFILES.in:
16898           Add two translatable files.
16899
16900 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
16901
16902         * gst-libs/gst/tag/Makefile.am:
16903         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
16904         * gst-libs/gst/tag/tag.h:
16905         * gst-libs/gst/tag/tags.c:
16906         (gst_tag_register_musicbrainz_tags_internal),
16907         (gst_tag_register_musicbrainz_tags):
16908           Forward-port some tags stuff from the 0.8 branch. This is
16909           mostly the addition of musicbrainz tags and their mapping
16910           to vorbistags, and a vorbistag mapping of the language tag.
16911
16912 2006-02-05  Julien MOUTTE  <julien@moutte.net>
16913
16914         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
16915         refactoring.
16916
16917 2006-02-04  David Schleef  <ds@schleef.org>
16918
16919         * ext/ogg/gstoggmux.c:
16920         * gst/typefind/gsttypefindfunctions.c:
16921           Add Dirac typefinding and add dirac format to oggmux.
16922
16923 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
16924
16925         * gst/playback/gstdecodebin.c: (try_to_link_1):
16926           Don't put essential function call into
16927           g_return_*() macro, otherwise it'll all be
16928           replaced by NOOPs when compiling with
16929           G_DISABLE_CHECKS defined.
16930
16931 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
16932
16933         * ext/ogg/gstoggdemux.c:
16934         * ext/ogg/gstoggparse.c:
16935         * gst/tcp/gsttcpserversink.c:
16936         * sys/v4l/v4lsrc_calls.c:
16937         * sys/v4l/v4lsrc_calls.h:
16938         Just make it compile with --disable-gst-debug.
16939
16940 2006-02-03  Wim Taymans  <wim@fluendo.com>
16941
16942         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
16943         (gst_alsasink_class_init), (gst_alsasink_init),
16944         (gst_alsasink_write), (gst_alsasink_reset):
16945         * ext/alsa/gstalsasink.h:
16946         Add lock to protect alsa calls.
16947         Implement reset to flush samples ASAP, does not work
16948         with dmix though.
16949
16950 2006-02-02  Wim Taymans  <wim@fluendo.com>
16951
16952         * gst-libs/gst/audio/gstbaseaudiosink.c:
16953         (gst_base_audio_sink_provide_clock):
16954         Ugh.. getting late I guess...
16955
16956 2006-02-02  Wim Taymans  <wim@fluendo.com>
16957
16958         * gst-libs/gst/audio/gstbaseaudiosink.c:
16959         (gst_base_audio_sink_provide_clock),
16960         (gst_base_audio_sink_set_property),
16961         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
16962         Don't try to provide a clock when we are not negotiated since
16963         we might not be able to make it run.
16964
16965 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
16966
16967         * gst/playback/gstdecodebin.c: (try_to_link_1):
16968           Unlinking two source pads is ... hard.
16969
16970 2006-02-02  Wim Taymans  <wim@fluendo.com>
16971
16972         * gst-libs/gst/audio/TODO:
16973         Updated.
16974
16975         * gst-libs/gst/audio/gstbaseaudiosink.c:
16976         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
16977         On EOS, wait till the last sample is played before posting EOS.
16978
16979 2006-02-01  Philippe Kalaf <burger at speedy dot org>
16980
16981         Patch by: Kai Vehmanen
16982         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16983           Adds ability to enable newsegment bypass by setting queue_delay to
16984           zero. Also avoid thread being started if queue_delay is zero.
16985
16986 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
16987
16988         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
16989           Make test work again by connecting fakesinks to each decoded pad,
16990           which makes the pipeline wait until each fakesink has a buffer
16991           queued before going to PAUSED state. At that point we know the
16992           decodebin pads are negotiated.
16993
16994 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
16995
16996         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
16997         (gst_cdda_base_src_handle_event):
16998         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
16999           Pass unhandled queries to the parent class's query function.
17000
17001 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17002
17003         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17004         (gst_ogg_pad_src_query):
17005         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17006         * ext/theora/theoradec.c: (theora_dec_src_query),
17007         (theora_dec_sink_query):
17008         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17009         (vorbis_dec_sink_query):
17010         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17011         (gst_vorbisenc_sink_query):
17012         * gst/adder/gstadder.c: (gst_adder_query):
17013           Pass unhandled queries upstream instead of just
17014           dropping them (#326447). Also, fix supported
17015           query types list for some elements.
17016
17017 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17018
17019         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17020         (paris_type_find), (ilbc_type_find), (plugin_init):
17021           Fix typefinding for audio/x-au, audio/x-paris and
17022           audio/iLBC-sh. We cannot use the START_WITH macros
17023           here, because there can only be one typefind factory
17024           with the same name (caps), so the second one would
17025           replace the first one and the first one would never
17026           be called when doing typefinding (see #161712).
17027           
17028
17029 2006-01-31  Wim Taymans  <wim@fluendo.com>
17030
17031         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17032         (vorbis_handle_header_packet), (vorbis_dec_push),
17033         (vorbis_handle_data_packet):
17034         Use scale_int when we can, add some more scaling.
17035         Check packettype before parsing it.
17036
17037 2006-01-31  Wim Taymans  <wim@fluendo.com>
17038
17039         * ext/theora/theoradec.c: (_theora_granule_time),
17040         (theora_dec_src_convert), (theora_dec_sink_convert):
17041         Call right _scale functions.
17042         Use parameter instead of some other random value.
17043
17044 2006-01-31  Wim Taymans  <wim@fluendo.com>
17045
17046         * ext/theora/theoradec.c: (_theora_granule_frame),
17047         (_theora_granule_time), (_inc_granulepos),
17048         (theora_dec_src_convert), (theora_dec_sink_convert),
17049         (theora_handle_type_packet), (theora_handle_data_packet),
17050         (theora_dec_chain):
17051         Use higher precision timestamps calculation.
17052         Convert some other conversions to _scale.
17053
17054 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17055
17056         * gst/audiotestsrc/gstaudiotestsrc.c:
17057         (gst_audio_test_src_create_sine_table), (plugin_init):
17058         * gst/volume/gstvolume.c: (plugin_init):
17059           initialize gst_controller before using
17060
17061 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17062
17063         * tests/check/pipelines/theoraenc.c:
17064         * tests/check/pipelines/vorbisenc.c:
17065         Define constant using G_GINT64_CONSTANT to avoid errors when
17066         passing it around - otherwise it gets truncated to 32 bits.
17067
17068         Fixes failing tests.
17069
17070 2006-01-31  Andy Wingo  <wingo@pobox.com>
17071
17072         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17073         caps being set doesn't have a framerate value. Basically a stopgap
17074         measure.
17075
17076         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17077         technically correct enough to put into core though.
17078         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17079         DURATION. Fixes theoraenc ! oggmux.
17080
17081         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17082         fraction, not double.
17083
17084 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17085
17086         * win32/vs7:
17087         add vs7 project files created by Sergey Scobich
17088
17089 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17090
17091         * win32/vs8:
17092         add vs8 project files created by Sergey Scobich
17093         
17094 2006-01-30  Andy Wingo  <wingo@pobox.com>
17095
17096         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17097         timestamp + duration, not just timestamp -- ogg pages should be
17098         ordered by stop time. Necessary fix given the change in vorbis
17099         timestamps.
17100
17101         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17102         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17103         (granulepos_add): New function, handles the messiness of adjusting
17104         granulepos values.
17105         (theora_buffer_from_packet):
17106         (theora_enc_chain):
17107         (theora_enc_sink_event): Use granulepos_add, not +.
17108
17109         * tests/check/pipelines/theoraenc.c
17110         (check_buffer_granulepos_from_starttime): Just check the frame
17111         count, not the actual granulepos -- we can't dictate to the
17112         encoder when it should be placing keyframes.
17113
17114 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17115
17116         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17117           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17118           play an http:// stream from a server that's not serving
17119
17120 2006-01-30  Andy Wingo  <wingo@pobox.com>
17121
17122         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17123         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17124         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17125         available.
17126
17127         * ext/theora/gsttheoraenc.h:
17128         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17129         although theoraenc was timestamping correctly. Added handling of
17130         streams that start with nonzero timestamps.
17131
17132         * tests/check/Makefile.am:
17133         * tests/check/pipelines/theoraenc.c: New file, basically does same
17134         tests as vorbisenc.
17135
17136         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17137
17138 2006-01-30  Wim Taymans  <wim@fluendo.com>
17139
17140         * gst-libs/gst/audio/gstaudiosink.c:
17141         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17142         (gst_audioringbuffer_pause):
17143         Implement pause that does not wait for completion.
17144
17145         * gst-libs/gst/audio/gstbaseaudiosink.c:
17146         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17147         Don't drop buffers when going to PAUSED but perform preroll on
17148         remaining samples now that core base class supports this.
17149
17150         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17151         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17152         (gst_ring_buffer_commit):
17153         Pause should not signal waiters.
17154         Implement return value of _commit correctly.
17155
17156 2006-01-30  Andy Wingo  <wingo@pobox.com>
17157
17158         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17159
17160         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17161         updated to timestamp from the first sample, not the last.
17162         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17163         special care of granulepos and timestamp for header packets.
17164         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17165         when the first buffer has a nonzero timestamp.
17166
17167         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17168         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17169         case when the first audio buffer we get has a nonzero timestamp.
17170         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17171         properly timestamp vorbis buffers with the time of the first
17172         sample, not the last.
17173         
17174         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17175         vorbis_granule_time_copy -- now it takes the granule/subgranule
17176         offset into account.
17177
17178         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17179         timestamps, durations, and granulepos on buffers produced by
17180         vorbisenc.
17181
17182 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17183
17184         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17185         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17186           Patch from Eric Jonas to support conversions to/from UYVY 
17187           (Fixes: #324626)
17188
17189 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17190
17191         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17192         (setup_subtitle), (setup_source), (set_active_source):
17193         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17194         (gen_text_element), (gen_audio_element), (gen_vis_element),
17195         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17196
17197 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17198
17199         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17200         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17201                 use gst_guint64_to_gdouble to be compliant with vs6
17202         * gst/playback/gstdecodebin.c: (try_to_link_1)
17203         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17204                 use G_GINT64_CONSTANT for int64 constants
17205         * win32/common/libgstinterfaces.def:
17206                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17207         * win32/vs6:
17208                 update and add new project files
17209                 
17210 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17211
17212         * Makefile.am:
17213         * win32/MANIFEST:
17214         * win32/common/interfaces-enumtypes.c:
17215         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17216         (gst_mixer_track_flags_get_type),
17217         (gst_tuner_channel_flags_get_type):
17218         * win32/common/interfaces-enumtypes.h:
17219         * win32/common/multichannel-enumtypes.c:
17220         (gst_audio_channel_position_get_type):
17221         * win32/common/multichannel-enumtypes.h:
17222           add a win32-update rule like in core, and copy over enumtypes files
17223
17224 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17225
17226         * win32/MANIFEST:
17227         * win32/common/config.h:
17228         * win32/common/config.h.in:
17229           add config files just like in core
17230
17231 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
17232
17233         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
17234           Make gcc-4.1 happy (part of #327357).
17235
17236 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17237
17238         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
17239         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
17240         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
17241         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
17242         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
17243         (gst_alsasrc_unprepare), (gst_alsasrc_read):
17244           Update all error messages.  All of them should either use
17245           the default translated message, or actually provide a
17246           translatable string.
17247           Make the string for channel count problems meaningful.
17248
17249 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17250
17251         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17252           check for and throw RESOURCE_BUSY
17253
17254 2006-01-27  David Schleef  <ds@schleef.org>
17255
17256         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
17257           checked in this change -- it requires liboil features not
17258           in 0.3.6.  Revert parts.
17259
17260 2006-01-27  David Schleef  <ds@schleef.org>
17261
17262         * REQUIREMENTS:
17263         * configure.ac: update liboil requirement to 0.3.6
17264         * gst/videoscale/Makefile.am:
17265         * gst/videoscale/vs_scanline.c: liboilify
17266
17267 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17268
17269         * ext/libvisual/visual.c: (get_buffer):
17270           When pad_alloc returns a GstFlowReturn other
17271           than GST_FLOW_OK, make sure it is passed upstream.
17272
17273 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17274
17275         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17276         (gst_alsasink_class_init):
17277           Free the device name string.
17278
17279         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17280         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
17281         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
17282           Don't remove a pad from the collectpads structure until it
17283           is released - it's a request pad, and may receive data again
17284           if the element gets moved back to PLAYING state.
17285
17286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17287           Ensure we turn on double buffering on the Xv port, and
17288           set the colour key to something dark and mysterious that
17289           isn't black.
17290
17291 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17292
17293         * ext/alsa/gstalsaplugin.c: (plugin_init):
17294         * ext/cdparanoia/gstcdparanoiasrc.c:
17295         (gst_cd_paranoia_src_base_init), (plugin_init):
17296         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17297         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
17298           - a library should not call setlocale. see "Libraries" node in
17299             gettext manual
17300           - make sure all plugins that use translation do bindtextdomain
17301             to point to the localedir
17302         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
17303         (setup_sinks), (plugin_init):
17304           all this, and check for NULL when creating sinks
17305
17306 2006-01-27  Julien MOUTTE  <julien@moutte.net>
17307
17308         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
17309         (plugin_init): Make typefinding of subtitles work again.
17310
17311 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17312
17313         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17314         (mp3_type_frame_length_from_header), (mp3_type_find),
17315         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
17316         (plugin_init):
17317           Backport a bunch of typefinding fixes from the 0.8 branch.
17318           Also, improve wavpack typefinding: if we can't peek the
17319           entire wavpack block, try to parse the bits we can get and
17320           see if we find what we're looking for in those.
17321
17322 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17323
17324         * sys/ximage/ximagesink.c:
17325         (gst_ximagesink_calculate_pixel_aspect_ratio):
17326         * sys/xvimage/xvimagesink.c:
17327         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
17328         more cases of pixel aspect ratio.
17329
17330 2006-01-26  Edward Hervey  <edward@fluendo.com>
17331
17332         * gst/playback/gstdecodebin.c: (pad_probe):
17333         Also consider the flush-start and tag events as unblockers
17334         for the pad probes.
17335
17336 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17337
17338         * gst/playback/gstplaybin.c: (gst_play_bin_init),
17339         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
17340         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
17341         On the fly visualisation switch, works disabling, enabling as
17342         well but it won't be able to enable vis in a playbin that was
17343         created with no visualisation.
17344
17345 2006-01-25  Wim Taymans  <wim@fluendo.com>
17346
17347         * gst-libs/gst/audio/gstbaseaudiosink.c:
17348         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17349         Undo previous commit that returned WRONG_STATE sooner, it breaks 
17350         resume after pause.
17351
17352 2006-01-25  Wim Taymans  <wim@fluendo.com>
17353
17354         * gst-libs/gst/audio/gstbaseaudiosink.c:
17355         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
17356         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
17357         Improve debugging.
17358         Post error when caps cannot be parsed.
17359         Resync on discontinuity in the stream.
17360         Clip samples to segment boundaries.
17361         return WRONG_STATE sooner when we are flushing.
17362
17363         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
17364         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
17365         Make audiosrc operate in TIME.
17366         Set TIMESTAMP and DURATION on buffers.
17367
17368 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
17369
17370         * tests/examples/seek/seek.c: (main):
17371           Output tag messages as well.
17372
17373 2006-01-23  Edward Hervey  <edward@fluendo.com>
17374
17375         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17376         (free_pad_probes), (remove_fakesink), (pad_probe),
17377         (close_pad_link), (gst_decode_bin_change_state):
17378         Replace GstPadBlockCallback with pad probes that detect
17379         first buffer AND eos before removing fakesink.
17380         Fixes hang with demuxers doing EOS while pre-rolling.
17381         Solves #328279
17382
17383 2006-01-23  Andy Wingo  <wingo@pobox.com>
17384
17385         * ext/alsa/gstalsasink.c:
17386         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17387         (gst_base_rtp_depayload_setcaps),
17388         (gst_base_rtp_depayload_add_to_queue),
17389         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
17390         
17391         Patch by: Jens Granseuer <jensgr at gmx dot net>
17392
17393 2006-01-22  Julien MOUTTE  <julien@moutte.net>
17394
17395         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
17396         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17397         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
17398         frames. We might get a frame destroyed after changing state to
17399         NULL, adding a safety check on xcontext.
17400
17401 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
17402
17403         * gst-libs/gst/interfaces/xoverlay.c:
17404           Fix prepare-xwindow-id code example in the docs - we need to
17405           ignore all messages that aren't element messages as well.
17406           
17407 2006-01-21  Julien MOUTTE  <julien@moutte.net>
17408
17409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
17410           I think one day i'll completely undestand how caps negotiation
17411           is supposed to work. This refactoring handles buffer_alloc
17412           called with caps we can't handle. We definitely don't want a
17413           set_caps with those caps, so we define and allocate a buffer
17414           we would like to receive.
17415
17416 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17417
17418         * gst/playback/gstplaybasebin.c: (setup_source):
17419           Free iterator when done.
17420
17421 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
17422
17423         * gst-libs/gst/audio/gstbaseaudiosink.c:
17424         (gst_base_audio_sink_render):
17425           Fix playback of non-synchronised streams by assuming a rate
17426           of 1.0 instead of a random one.
17427
17428           Makes this work again:
17429
17430           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
17431           endianness=(int)4321, signed=(boolean)true, width=(int)16,
17432           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
17433           audioresample ! alsasink
17434
17435 === release 0.10.2 ===
17436
17437 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
17438
17439         * configure.ac:
17440           releasing 0.10.2, "Then the devil is six"
17441
17442 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17443
17444         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
17445         * gst/playback/gststreamselector.c:
17446         (gst_stream_selector_set_property):
17447           Comment out broken code that connects to the state-changed signal.
17448           At this point, changing current stream selection is broken, but 
17449           stuff like gst-launch playbin current-audio=1 works and filters
17450           to the chosen stream.
17451
17452 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17453
17454         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17455           Fix #327216 (null dereference in vorbisdec)
17456
17457 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
17458
17459         * ext/theora/theoradec.c: (theora_handle_comment_packet):
17460           Post taglist actually on bus instead of just freeing it
17461           (fixes #327114 and totem bug #327080).
17462
17463         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
17464           Use gst_element_found_tags_for_pad(), so that the tags
17465           are sent downstream as an event as well.
17466
17467 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17468
17469         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17470         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
17471         (gst_ximagesink_buffer_alloc):
17472         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17473         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
17474         (gst_xvimagesink_buffer_alloc):
17475           move all regularly occurring messages to GST_LOG level
17476           add some more object logs
17477
17478 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17479
17480         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
17481           fix a silly segfault
17482
17483 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
17484
17485         * docs/libs/gst-plugins-base-libs-docs.sgml:
17486         * docs/libs/gst-plugins-base-libs-sections.txt:
17487         * gst-libs/gst/audio/mixerutils.c:
17488         * gst-libs/gst/audio/mixerutils.h:
17489           Add docs for mixerutils stuff.
17490
17491 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
17492
17493         * gst/playback/gstplaybasebin.c: (setup_source):
17494           Fix playback for sources that emit raw audio or
17495           raw video streams (e.g.: cd audio sources) (#325984).
17496
17497 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17498
17499         * gst-libs/gst/audio/mixerutils.c:
17500         (gst_audio_mixer_filter_do_filter):
17501           actually save the element we create
17502
17503 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
17504
17505         * gst-libs/gst/cdda/gstcddabasesrc.c:
17506         (gst_cdda_base_src_handle_track_seek):
17507           No need to post a tag message on the bus when seeking
17508           within the same track, only post it when the current
17509           track changes.
17510
17511 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
17512
17513         * gst/playback/gstplaybasebin.c: (group_destroy),
17514         (probe_triggered), (new_decoded_pad), (mute_group_type),
17515         (set_active_source):
17516         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
17517         * gst/playback/gststreamselector.c:
17518         (gst_stream_selector_base_init),
17519         (gst_stream_selector_set_property),
17520         (gst_stream_selector_request_new_pad):
17521           Reenable stream selection. These mechanisms need a complete overhaul
17522           in the face of 0.8->0.10 changes though.
17523
17524 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
17525
17526         * ext/ogg/gstoggdemux.c:
17527           Change the pad template to src_%d to match the pads that 
17528           are created from it. decodebin needs this information in order
17529           to decide that oggdemux is capable of producing multiple pads
17530           (and hence needs queues inserted).
17531
17532         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
17533         (gst_ogg_mux_collected):
17534           Make debug output more useful by using GST_PTR_FORMAT.
17535
17536 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17537
17538         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17539
17540         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
17541           Set depth and width for alaw/mulaw (fixes #326601).
17542
17543 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17544
17545         * tests/icles/Makefile.am:
17546           don't build the tests if we don't have the libs
17547
17548 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
17549
17550         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
17551         (gst_cd_paranoia_paranoia_callback):
17552           Don't try to free NULL pointers.
17553
17554 2006-01-10  Edward Hervey  <edward@fluendo.com>
17555
17556         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
17557         (gst_audio_rate_change_state), (plugin_init):
17558         Add debugging category.
17559         Fix type issues.
17560         Add case for incoming buffers without valid offset/offset_end.
17561
17562 2006-01-10  Michael Smith  <msmith@fluendo.com>
17563
17564         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
17565           Don't leak GCond in audio sources.
17566
17567 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
17568
17569         * gst/playback/gstplaybin.c: (gen_audio_element):
17570           Don't leak an autoaudiosink/alsasink when we generate
17571           a new audio element. (old code, I guess)
17572
17573 2006-01-10  Michael Smith  <msmith@fluendo.com>
17574
17575         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17576           Support float audio in audiorate.
17577           Use width rather than depth for selecting sample width.
17578
17579 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
17580
17581         * gst/videotestsrc/videotestsrc.h:
17582           Use GLib types here (that way we don't have to include the
17583           generated _stdint.h header, which makes life easier for win32
17584           folks that don't use autotools for the build) (#325990, patch
17585           by: Sergey Scobich).
17586
17587 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
17588
17589         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
17590         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
17591         (gst_ring_buffer_pause), (wait_segment):
17592         * gst-libs/gst/audio/gstringbuffer.h:
17593           Name (private) union, makes Forte compiler happy (this time
17594           for real) (#324900).
17595
17596 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
17597
17598         * gst-libs/gst/audio/Makefile.am:
17599           Link against libgstinterfaces, needed for mixer
17600           and property probe stuff.
17601
17602 2006-01-09  Edward Hervey  <edward@fluendo.com>
17603
17604         * gst-libs/gst/Makefile.am:
17605
17606 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
17607
17608         * gst-libs/gst/audio/Makefile.am:
17609         * gst-libs/gst/audio/mixerutils.c:
17610         (gst_audio_mixer_filter_do_filter),
17611         (gst_audio_mixer_filter_check_element),
17612         (gst_audio_mixer_filter_probe_feature),
17613         (element_factory_rank_compare_func),
17614         (gst_audio_default_registry_mixer_filter):
17615         * gst-libs/gst/audio/mixerutils.h:
17616           Add gst_audio_default_registry_mixer_filter() utility
17617           function.
17618
17619 2006-01-03  Michael Smith  <msmith@fluendo.com>
17620
17621         * gst/audioresample/resample.h:
17622           As before, but for o_buf
17623
17624 2006-01-03  Michael Smith  <msmith@fluendo.com>
17625
17626         * gst/audioresample/resample.h:
17627           Declare struct _ResampleState.buffer as unsigned char *, not void *,
17628           since we do arithmetic on it.
17629
17630 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
17631
17632         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
17633         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
17634         (gst_ring_buffer_pause), (wait_segment):
17635         * gst-libs/gst/audio/gstringbuffer.h:
17636           Sun's Forte compiler doesn't seem to like anonymous structs,
17637           so use same setup as in GstBaseSrc (fixes #324900).
17638
17639 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
17640
17641         * configure.ac:
17642         * gst/volume/Makefile.am:
17643         * gst/volume/demo.c:
17644           move old example to tests/examples/volume/volune.c
17645         * tests/examples/Makefile.am:
17646         * tests/examples/seek/seek.c: (main):
17647           change window-close event from "delete-event" to "destroy"
17648         * tests/examples/volume/Makefile.am:
17649         * tests/examples/volume/volume.c: (value_changed_callback),
17650         (setup_gui), (message_received), (eos_message_received), (main):
17651           fix event handling and bus usage
17652
17653 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
17654
17655         * gst/audiotestsrc/gstaudiotestsrc.c:
17656         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
17657         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
17658         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
17659         (gst_audio_test_src_create_square),
17660         (gst_audio_test_src_create_saw),
17661         (gst_audio_test_src_create_triangle),
17662         (gst_audio_test_src_create_silence),
17663         (gst_audio_test_src_create_white_noise),
17664         (gst_audio_test_src_create_pink_noise),
17665         (gst_audio_test_src_init_sine_table),
17666         (gst_audio_test_src_create_sine_table),
17667         (gst_audio_test_src_change_wave),
17668         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
17669         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
17670         * gst/audiotestsrc/gstaudiotestsrc.h:
17671           update to basesrc changes, implement segmented seeking and eos
17672           handling, add a 'sine-tab' waveform for performance critical playback
17673
17674 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
17675
17676         * po/POTFILES.in:
17677           ... and this time the other modified file that I missed last time.
17678
17679 2005-12-29  Michael Smith  <msmith@fluendo.com>
17680
17681         * gst/playback/gstdecodebin.c: (new_pad):
17682           Fix non-C89 variable declaration not at the start of a block. Should
17683           help some compilers.
17684
17685 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
17686
17687         * tests/check/Makefile.am:
17688           And now fix 'make distcheck' (builddir != srcdir)
17689
17690 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
17691
17692         * configure.ac:
17693         * ext/cdparanoia/Makefile.am:
17694         * ext/cdparanoia/gstcdparanoia.c:
17695         * ext/cdparanoia/gstcdparanoia.h:
17696         * ext/cdparanoia/gstcdparanoiasrc.c:
17697         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
17698         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
17699         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
17700         (gst_cd_paranoia_paranoia_callback),
17701         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
17702         (gst_cd_paranoia_src_set_property),
17703         (gst_cd_paranoia_src_get_property), (plugin_init):
17704         * ext/cdparanoia/gstcdparanoiasrc.h:
17705           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
17706           plugin again (there are still fixes required to playbin to make
17707           cdda:// uris work there).
17708
17709 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
17710
17711         * tests/check/Makefile.am:
17712           Fix test case compilation.
17713
17714 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
17715
17716         * gst-libs/gst/cdda/gstcddabasesrc.c:
17717         (gst_cdda_base_src_update_duration),
17718         (gst_cdda_base_src_calculate_cddb_id):
17719           An integer is not a string. Fix access to uninitialised variable.
17720
17721         * tests/check/Makefile.am:
17722           Add cddabasesrc unit test; also actually enable the vorbis test.
17723
17724         * tests/check/generic/states.c:
17725           Blacklist new cd audio elements as well.
17726
17727         * tests/check/libs/cddabasesrc.c:
17728           Unit test for GstCddaBaseSrc (discid calculation mostly).
17729
17730 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
17731
17732         * docs/libs/Makefile.am:
17733         * docs/libs/gst-plugins-base-libs-docs.sgml:
17734         * docs/libs/gst-plugins-base-libs-sections.txt:
17735         * docs/libs/gst-plugins-base-libs.types:
17736           Add docs for libgstcdda/GstCddaBaseSrc.
17737
17738         * gst-libs/gst/interfaces/mixertrack.h:
17739           Do one struct member per line with a semicolon at the end, that way
17740           even gtk-doc might parse it without complaining.
17741
17742 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
17743
17744         * configure.ac:
17745         * gst-libs/gst/Makefile.am:
17746         * gst-libs/gst/cdda/Makefile.am:
17747         * gst-libs/gst/cdda/base64.c:
17748         * gst-libs/gst/cdda/base64.h:
17749         * gst-libs/gst/cdda/gstcddabasesrc.c:
17750         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
17751         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
17752         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
17753         (gst_cdda_base_src_get_property),
17754         (gst_cdda_base_src_get_track_from_sector),
17755         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
17756         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
17757         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
17758         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
17759         (gst_cdda_base_src_uri_get_protocols),
17760         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
17761         (gst_cdda_base_src_uri_handler_init),
17762         (gst_cdda_base_src_setup_interfaces),
17763         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
17764         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
17765         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
17766         (gst_cdda_base_src_add_tags),
17767         (gst_cdda_base_src_add_index_associations),
17768         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
17769         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
17770         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
17771         (gst_cdda_base_src_create):
17772         * gst-libs/gst/cdda/gstcddabasesrc.h:
17773         * gst-libs/gst/cdda/sha1.c:
17774         * gst-libs/gst/cdda/sha1.h:
17775           Add new libgstcdda with GstCddaBaseSrc class.
17776
17777 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
17778
17779         * ext/gnomevfs/gstgnomevfssink.h:
17780           Use GstBaseSinkClass as parent_class member for class struct, not
17781           GstBaseSink.
17782
17783 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
17784
17785         Patch by: Michael Benes
17786
17787         * gst/videotestsrc/gstvideotestsrc.c:
17788         (gst_video_test_src_class_init), (gst_video_test_src_start):
17789           Add start method to reset running time and number of frames sent
17790           when starting up (fixes #324696)
17791
17792 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
17793
17794         * docs/plugins/Makefile.am:
17795         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
17796         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17797         * docs/plugins/gst-plugins-base-plugins.args:
17798         * docs/plugins/gst-plugins-base-plugins.hierarchy:
17799         * docs/plugins/gst-plugins-base-plugins.signals:
17800           Add docs stuff for gnomevfssrc and gnomevfssink.
17801
17802         * ext/gnomevfs/gstgnomevfssrc.c:
17803           Fix example pipeline in gtk-doc blurb.
17804
17805 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
17806
17807         * ext/gnomevfs/Makefile.am:
17808         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
17809         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
17810         (gst_gnome_vfs_handle_get_type), (plugin_init):
17811         * ext/gnomevfs/gstgnomevfs.h:
17812         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
17813         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
17814         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
17815         (gst_gnome_vfs_sink_set_property),
17816         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
17817         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
17818         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
17819         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
17820         (gst_gnome_vfs_sink_uri_get_type),
17821         (gst_gnome_vfs_sink_uri_get_protocols),
17822         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
17823         (gst_gnome_vfs_sink_uri_handler_init):
17824         * ext/gnomevfs/gstgnomevfssink.h:
17825           Port gnomevfssink; add gtk-doc blurb.
17826
17827         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
17828         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
17829         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
17830         (gst_gnome_vfs_src_uri_get_type),
17831         (gst_gnome_vfs_src_uri_get_protocols),
17832         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
17833         (gst_gnome_vfs_src_uri_handler_init),
17834         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
17835         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
17836         (gst_gnome_vfs_src_send_additional_headers_callback),
17837         (gst_gnome_vfs_src_received_headers_callback),
17838         (gst_gnome_vfs_src_push_callbacks),
17839         (gst_gnome_vfs_src_pop_callbacks),
17840         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
17841         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
17842         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
17843         * ext/gnomevfs/gstgnomevfssrc.h:
17844           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
17845           file; add gtk-doc blurb with example pipelines.
17846
17847 === release 0.10.1 ===
17848
17849 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
17850
17851         * configure.ac:
17852           releasing 0.10.1, "Dobro Dedek"
17853
17854 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
17855
17856         * gst/typefind/gsttypefindfunctions.c:
17857         iLBC30 and iLBC20 added to typefind.
17858
17859 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17860
17861         * gst-libs/gst/audio/gstbaseaudiosink.c:
17862         (gst_base_audio_sink_class_init):
17863         * gst-libs/gst/audio/gstbaseaudiosrc.c:
17864         (gst_base_audio_src_class_init):
17865           update strings, values are in microseconds
17866           change the default sink buffer time to something that is smaller
17867           (to help software volume mixing have a slightly lower delay) but
17868           still be acceptable on Wim's laptop
17869
17870 2005-12-20  Edward Hervey  <edward@fluendo.com>
17871
17872         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
17873         Made a quack, forgot to add DUCK to the riff video template.
17874
17875 2005-12-19  Edward Hervey  <edward@fluendo.com>
17876
17877         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
17878         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
17879         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
17880         (gst_ogm_parse_chain):
17881         Make sure pads are initialized correctly.
17882         * gst-libs/gst/riff/riff-ids.h:
17883         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17884         (gst_riff_create_video_template_caps):
17885         Add a whole bunch of FOURCC <=> MimeType.
17886         Extend the riff video pad template to support the newly added fourcc.
17887
17888 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
17889
17890         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
17891         (gst_ogg_demux_activate_chain):
17892           Extra debug output when activating/deactivating chains.
17893
17894         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
17895         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
17896         (unlinked):
17897           Remove a queue from our list when it becomes unlinked.
17898           Don't add queues to elements in class 'Demux' if they
17899           can only produce one pad 
17900
17901 2005-12-18  Julien MOUTTE  <julien@moutte.net>
17902
17903         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
17904         (gst_video_sink_get_type): Add a debug category.
17905
17906 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
17907
17908         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17909         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
17910           Handle downstream newsegment by sending our own newsegment before the
17911           next buffer to be released. (#323900)
17912
17913 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
17914
17915         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17916         (gst_base_rtp_depayload_set_gst_timestamp):
17917           add queue delay to new segment as well (as opposed to just the first
17918           buffer). (bug #322347)
17919
17920 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
17921
17922         * ext/libvisual/visual.c: (make_valid_name):
17923           change some char* into char[]
17924         * gst/audiotestsrc/gstaudiotestsrc.c:
17925         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
17926         (gst_audio_test_src_create):
17927         * gst/audiotestsrc/gstaudiotestsrc.h:
17928           prepare to handle EOS and SEGMENT_DONE
17929
17930 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
17931
17932         * tests/check/generic/states.c: (GST_START_TEST):
17933           Blacklist cdparanoia element in state test.
17934
17935 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
17936
17937           Patch by: Benjamin Pineau
17938
17939         * gst/tcp/gsttcp.c:
17940         * gst/tcp/gsttcpclientsink.c:
17941         * gst/tcp/gsttcpserversink.c:
17942         * gst/tcp/gsttcpserversrc.c:
17943           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
17944
17945 2005-12-15  Michael Smith  <msmith@fluendo.com>
17946
17947         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
17948         (gst_video_rate_chain):
17949           Fix timestamping for videorate when the first buffer it sees has a
17950           non-zero timestamp. Fix some misleading debug output.
17951
17952 2005-12-15  Michael Smith  <msmith@fluendo.com>
17953
17954         * gst/audioresample/gstaudioresample.c:
17955           Don't leak all input buffers to audioresample.
17956
17957 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
17958
17959         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
17960           Don't operate on empty text buffers. Strip newlines and
17961           tabs only from the end of the text, but leave them intact
17962           in the middle. Fix typo in gtk-doc description.
17963
17964 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
17965
17966         * gst/playback/gstplaybasebin.c:
17967         * gst/playback/gstplaybin.c: (handoff):
17968           Make sure the video frame buffer we return to apps via the
17969           "frame" property always has caps set on it. Modify
17970           _gst_gvalue_set_object() macro to handle NULL objects
17971           gracefully too.
17972
17973 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
17974
17975         * gst/audiotestsrc/gstaudiotestsrc.c:
17976         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
17977         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
17978         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
17979         (gst_audio_test_src_create):
17980         * gst/audiotestsrc/gstaudiotestsrc.h:
17981         Adjust to some recent api changes and add wtays new cool seeking
17982         capabillities
17983
17984 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
17985
17986         * ext/alsa/Makefile.am:
17987         * ext/alsa/gstalsadeviceprobe.c:
17988         * ext/alsa/gstalsadeviceprobe.h:
17989           Helper functions to add device probing via the GstPropertyProbe
17990           interface to a class.
17991
17992         * ext/alsa/gstalsamixer.h:
17993           Comment out GST_ALSA_MIXER, it returns a struct that's not
17994           used.
17995
17996         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
17997           Add some debug info. 
17998
17999         * ext/alsa/gstalsamixerelement.c:
18000         (gst_alsa_mixer_element_interface_supported),
18001         (gst_implements_interface_init),
18002         (gst_alsa_mixer_element_init_interfaces),
18003         (gst_alsa_mixer_element_class_init),
18004         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18005         (gst_alsa_mixer_element_set_property),
18006         (gst_alsa_mixer_element_get_property),
18007         (gst_alsa_mixer_element_change_state):
18008         * ext/alsa/gstalsamixerelement.h:
18009           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18010           for device handling (gnome-volume-control will need that).
18011
18012 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18013
18014         * ext/Makefile.am: fix cdparanoia entry
18015         * gst-plugins-base.spec.in: add cdparanoia
18016
18017 2005-12-12  Michael Smith  <msmith@fluendo.com>
18018
18019         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18020           Use the correct function to free list of typefind factories.
18021
18022 2005-12-12  Wim Taymans  <wim@fluendo.com>
18023
18024         * gst/videotestsrc/gstvideotestsrc.c:
18025         (gst_video_test_src_class_init), (gst_video_test_src_init),
18026         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18027         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18028         (gst_video_test_src_create):
18029         * gst/videotestsrc/gstvideotestsrc.h:
18030         Implement seeking in videotestsrc.
18031         Small cleanups.
18032
18033 2005-12-12  Wim Taymans  <wim@fluendo.com>
18034
18035         * ext/cdparanoia/Makefile.am:
18036         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18037         (gst_paranoia_endian_get_type), (_do_init),
18038         (cdparanoia_class_init), (cdparanoia_init),
18039         (cdparanoia_set_property), (cdparanoia_get_property),
18040         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18041         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18042         (cdparanoia_convert), (cdparanoia_get_query_types),
18043         (cdparanoia_query), (cdparanoia_set_index),
18044         (cdparanoia_uri_set_uri):
18045         * ext/cdparanoia/gstcdparanoia.h:
18046         Partially ported cdparanoia now that basesrc can support a
18047         plugin like this..
18048
18049 2005-12-12  Wim Taymans  <wim@fluendo.com>
18050
18051         * tests/examples/seek/scrubby.c: (main):
18052         Set higher priority for bus events so they don't get reordered with
18053         gtk gui events.
18054
18055         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18056         (flush_toggle_cb), (main):
18057         Added checkbox to disable flushing seeks. 
18058         Disable scrubbing when doing non flushing seeks.
18059
18060 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18061
18062         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18063         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18064         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18065         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18066           Implement some sort of event handling that doesn't rely on
18067           g_return_if_fail; make sure we always push the last chunk of an 
18068           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18069           state change function; remove some old cruft. Seeking is still
18070           rather unlikely to work though.
18071
18072         * tools/.cvsignore:
18073           Ignore more.
18074
18075 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18076
18077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18078         Fixed a leak of the current image reference when cleaning up.
18079         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18080
18081 2005-12-09  Michael Smith  <msmith@fluendo.com>
18082
18083         * tools/Makefile.am:
18084         * tools/gst-launch-ext-m.m:
18085           Remove gst-launch-ext. It doesn't work, and is no longer
18086           particularly useful.
18087
18088 2005-12-08  Luca Ognibene  <luogni@tin.it>
18089
18090         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18091           don't pass random values to ogmparse convert function.
18092           Make seeking possible in the exile1.ogm file.
18093
18094 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18095
18096         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18097         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18098           Work around refcount problem with g_value_set_object() that occur
18099           if the core has been compiled against GLib-2.6 (g_value_set_object()
18100           will only g_object_ref() the element, but the caller will
18101           gst_object_unref() it and bad things will happen due to the way
18102           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18103           totem for people on FC4 using Thomas's 0.10 RPMs.
18104           
18105 2005-12-07  Edward Hervey  <edward@fluendo.com>
18106
18107         Time to welcome ogm to 0.10 :)
18108         
18109         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18110         (gst_ogg_pad_typefind):
18111         Oggdemux can now properly typefind elements with dynamic pads.
18112         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18113         Properly set caps on src pad, and set caps on outgoing buffers.
18114
18115 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18116
18117         * ext/alsa/gstalsamixer.h:
18118         * ext/alsa/gstalsamixerelement.h:
18119         * ext/alsa/gstalsamixeroptions.h:
18120         * ext/alsa/gstalsamixertrack.h:
18121         * ext/alsa/gstalsasink.c:
18122         * ext/alsa/gstalsasink.h:
18123         * ext/alsa/gstalsasrc.c:
18124         * ext/alsa/gstalsasrc.h:
18125         * ext/cdparanoia/gstcdparanoia.h:
18126         * ext/gnomevfs/gstgnomevfsuri.h:
18127         * ext/ogg/gstoggdemux.c:
18128         * ext/ogg/gstoggmux.c:
18129         * ext/pango/gsttextoverlay.h:
18130         * ext/theora/theoradec.c:
18131         * ext/theora/theoraenc.c:
18132         * ext/vorbis/vorbisdec.h:
18133         * ext/vorbis/vorbisenc.c:
18134         * ext/vorbis/vorbisenc.h:
18135         * ext/vorbis/vorbisparse.h:
18136         * gst-libs/gst/audio/gstaudioclock.h:
18137         * gst-libs/gst/audio/gstaudiosink.c:
18138         * gst-libs/gst/audio/gstaudiosink.h:
18139         * gst-libs/gst/audio/gstaudiosrc.c:
18140         * gst-libs/gst/audio/gstaudiosrc.h:
18141         * gst-libs/gst/audio/gstbaseaudiosink.c:
18142         * gst-libs/gst/audio/gstbaseaudiosink.h:
18143         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18144         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18145         * gst-libs/gst/audio/gstringbuffer.h:
18146         * gst-libs/gst/audio/multichannel.h:
18147         * gst-libs/gst/floatcast/floatcast.h:
18148         * gst-libs/gst/interfaces/colorbalance.c:
18149         * gst-libs/gst/interfaces/colorbalance.h:
18150         * gst-libs/gst/interfaces/colorbalancechannel.h:
18151         * gst-libs/gst/interfaces/mixer.h:
18152         * gst-libs/gst/interfaces/mixeroptions.h:
18153         * gst-libs/gst/interfaces/mixertrack.h:
18154         * gst-libs/gst/interfaces/navigation.h:
18155         * gst-libs/gst/interfaces/propertyprobe.h:
18156         * gst-libs/gst/interfaces/tuner.h:
18157         * gst-libs/gst/interfaces/tunerchannel.h:
18158         * gst-libs/gst/interfaces/tunernorm.h:
18159         * gst-libs/gst/interfaces/xoverlay.h:
18160         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18161         * gst-libs/gst/riff/riff-ids.h:
18162         * gst-libs/gst/riff/riff-media.h:
18163         * gst-libs/gst/riff/riff-read.h:
18164         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18165         * gst-libs/gst/rtp/gstbasertppayload.c:
18166         * gst-libs/gst/rtp/gstbasertppayload.h:
18167         * gst-libs/gst/rtp/gstrtpbuffer.c:
18168         * gst-libs/gst/rtp/gstrtpbuffer.h:
18169         * gst-libs/gst/tag/gsttageditingprivate.h:
18170         * gst-libs/gst/tag/gstvorbistag.c:
18171         (gst_tag_list_from_vorbiscomment_buffer):
18172         * gst-libs/gst/tag/tag.h:
18173         * gst-libs/gst/video/video.h:
18174         * gst/adder/gstadder.c:
18175         * gst/adder/gstadder.h:
18176         * gst/audioconvert/audioconvert.c:
18177         * gst/audioconvert/audioconvert.h:
18178         * gst/audioconvert/gstaudioconvert.c:
18179         * gst/audioconvert/gstchannelmix.c:
18180         * gst/audioconvert/gstchannelmix.h:
18181         * gst/audiorate/gstaudiorate.c:
18182         * gst/audioresample/buffer.h:
18183         * gst/audioresample/functable.h:
18184         * gst/audioresample/gstaudioresample.c:
18185         * gst/audioresample/resample.h:
18186         * gst/ffmpegcolorspace/avcodec.h:
18187         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18188         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18189         * gst/ffmpegcolorspace/imgconvert.c:
18190         * gst/ffmpegcolorspace/imgconvert_template.h:
18191         * gst/playback/gstdecodebin.c:
18192         * gst/playback/gstplaybasebin.h:
18193         * gst/playback/gstplaybin.c:
18194         * gst/playback/gststreaminfo.h:
18195         * gst/tcp/gstfdset.c:
18196         * gst/tcp/gstfdset.h:
18197         * gst/tcp/gstmultifdsink.c:
18198         * gst/tcp/gstmultifdsink.h:
18199         * gst/tcp/gsttcp.h:
18200         * gst/tcp/gsttcpclientsrc.c:
18201         * gst/tcp/gsttcpclientsrc.h:
18202         * gst/tcp/gsttcpplugin.h:
18203         * gst/tcp/gsttcpserversink.c:
18204         * gst/tcp/gsttcpserversrc.c:
18205         * gst/typefind/gsttypefindfunctions.c:
18206         * gst/videorate/gstvideorate.c:
18207         * gst/videotestsrc/gstvideotestsrc.h:
18208         * gst/videotestsrc/videotestsrc.h:
18209         * sys/v4l/gstv4lcolorbalance.h:
18210         * sys/v4l/gstv4ltuner.h:
18211         * sys/v4l/gstv4lxoverlay.h:
18212         * sys/v4l/v4l_calls.h:
18213         * sys/v4l/videodev_mjpeg.h:
18214         * tests/check/elements/audioconvert.c:
18215         * tests/check/elements/audioresample.c:
18216         * tests/check/elements/audiotestsrc.c:
18217         * tests/check/elements/videotestsrc.c:
18218         * tests/check/elements/volume.c:
18219         * tests/examples/seek/scrubby.c:
18220         * tests/examples/seek/seek.c:
18221           expand tabs
18222
18223 === release 0.10.0 ===
18224
18225 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18226
18227         * configure.ac:
18228           releasing 0.10.0, "Mont-d'or"
18229
18230 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
18231
18232         * tests/examples/seek/Makefile.am:
18233         Build fix for when gtk is not available.
18234
18235 2005-12-05  Andy Wingo  <wingo@pobox.com>
18236
18237         * ext/libvisual/visual.c: (get_buffer):
18238         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
18239         * ext/pango/gsttextrender.c: (gst_text_render_chain):
18240         * ext/theora/theoradec.c: (theora_handle_data_packet):
18241         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18242         (theora_enc_chain):
18243         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18244         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
18245         Update for alloc_buffer changes.
18246
18247 2005-12-05  Andy Wingo  <wingo@pobox.com>
18248
18249         patch by: Kai Vehmanen <kv2004 eca cx>
18250         
18251         * gst-libs/gst/rtp/gstbasertpdepayload.c
18252         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
18253
18254 2005-12-04  Andy Wingo  <wingo@pobox.com>
18255
18256         patch by: Sebastien Cote <sebas642 yahoo ca>
18257         
18258         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
18259         Fixes #319172.
18260
18261 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18262
18263         * docs/plugins/Makefile.am:
18264         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18265         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18266         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18267         * ext/pango/gstclockoverlay.c:
18268         * ext/pango/gsttextoverlay.c: 
18269         * ext/pango/gsttextrender.c:
18270         * ext/pango/gsttimeoverlay.c:
18271           Add gtk-doc blurbs to pango elements.
18272
18273 2005-12-02  Wim Taymans  <wim@fluendo.com>
18274
18275         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
18276         * gst/audioresample/buffer.h:
18277         * gst/audioresample/gstaudioresample.c:
18278         * gst/audioresample/gstaudioresample.h:
18279         * gst/audioresample/resample.c: (resample_input_flush),
18280         (resample_input_pushthrough), (resample_input_eos),
18281         (resample_get_output_size_for_input),
18282         (resample_get_input_size_for_output), (resample_get_output_size),
18283         (resample_get_output_data):
18284         * gst/audioresample/resample.h:
18285         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18286         Fix audioresample, seek torture, new segments, reverse negotiation
18287         etc.. work fine.
18288
18289 2005-12-02  Wim Taymans  <wim@fluendo.com>
18290
18291         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18292         Small cleanups.
18293
18294 2005-12-02  Wim Taymans  <wim@fluendo.com>
18295
18296         * gst/audioconvert/gstaudioconvert.c:
18297         (gst_audio_convert_transform):
18298         Post errors.
18299
18300 === release 0.9.7 ===
18301
18302 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18303
18304         * configure.ac:
18305           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
18306
18307 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18308
18309         * Makefile.am:
18310         * po/hu.po:
18311         * win32/MANIFEST:
18312         * win32/gst.sln:
18313           add win32 MANIFEST file
18314           do something to the hungarian translation
18315
18316 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
18317
18318         * ext/Makefile.am:
18319           Add $(PANGO_DIR) to SUBDIRS
18320
18321         * ext/pango/gstclockoverlay.c:
18322         * ext/pango/gsttimeoverlay.c:
18323           Fix and improve element descriptions.
18324
18325 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18326
18327         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18328         * docs/plugins/inspect/plugin-libvisual.xml:
18329         * docs/plugins/inspect/plugin-pango.xml:
18330           add pango plugin to docs
18331
18332 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18333
18334         * configure.ac:
18335         * ext/Makefile.am:
18336           moved pango to base
18337
18338 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18339
18340         * configure.ac:
18341         * tests/Makefile.am:
18342         * tests/icles/.cvsignore:
18343         * tests/icles/Makefile.am:
18344         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
18345         (close_display), (resize_window), (move_window), (create_window),
18346         (terminate_playback), (pause_playback), (start_playback), (main):
18347           add stress test for xoverlay from Julien
18348
18349 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18350
18351         * docs/libs/tmpl/gstcolorbalance.sgml:
18352         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18353         * gst-libs/gst/rtp/gstbasertppayload.c:
18354         * gst-libs/gst/rtp/gstrtpbuffer.c:
18355         * gst-libs/gst/rtp/gstrtpbuffer.h:
18356           Do burger's rename for rtp payloaders and depayloaders
18357
18358 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18359
18360         * win32/:
18361           add Visual Studio 6 build files
18362
18363 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18364
18365         * docs/libs/gst-plugins-base-libs-docs.sgml:
18366         * docs/libs/gst-plugins-base-libs-sections.txt:
18367         * docs/libs/tmpl/gstaudio.sgml:
18368         * docs/libs/tmpl/gstringbuffer.sgml:
18369         * gst-libs/gst/interfaces/xoverlay.c:
18370         * gst-libs/gst/video/gstvideofilter.c:
18371         * gst-libs/gst/video/gstvideosink.c:
18372           update documentation
18373
18374 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18375
18376         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
18377         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
18378         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
18379         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
18380         (gst_multi_fd_sink_get_stats),
18381         (gst_multi_fd_sink_remove_client_link),
18382         (gst_multi_fd_sink_handle_client_read),
18383         (gst_multi_fd_sink_client_queue_data),
18384         (gst_multi_fd_sink_client_queue_caps),
18385         (gst_multi_fd_sink_client_queue_buffer),
18386         (gst_multi_fd_sink_new_client),
18387         (gst_multi_fd_sink_handle_client_write),
18388         (gst_multi_fd_sink_recover_client),
18389         (gst_multi_fd_sink_queue_buffer),
18390         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
18391         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
18392         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
18393         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
18394         * gst/tcp/gstmultifdsink.h:
18395         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
18396         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
18397         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
18398         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
18399         (gst_tcp_client_sink_set_property),
18400         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
18401         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
18402         * gst/tcp/gsttcpclientsink.h:
18403         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
18404         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
18405         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
18406         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
18407         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
18408         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
18409         * gst/tcp/gsttcpclientsrc.h:
18410         * gst/tcp/gsttcpplugin.c: (plugin_init):
18411         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
18412         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
18413         (gst_tcp_server_sink_finalize),
18414         (gst_tcp_server_sink_handle_server_read),
18415         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
18416         (gst_tcp_server_sink_set_property),
18417         (gst_tcp_server_sink_get_property),
18418         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
18419         * gst/tcp/gsttcpserversink.h:
18420         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
18421         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
18422         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
18423         (gst_tcp_server_src_set_property),
18424         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
18425         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
18426         * gst/tcp/gsttcpserversrc.h:
18427           more borgifying
18428
18429 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18430
18431         * docs/plugins/Makefile.am:
18432         * docs/plugins/gst-plugins-base-plugins.args:
18433         * docs/plugins/inspect/plugin-libvisual.xml:
18434         * gst/audioconvert/plugin.h:
18435         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
18436         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
18437         (gst_audio_rate_setcaps), (gst_audio_rate_init),
18438         (gst_audio_rate_chain), (gst_audio_rate_set_property),
18439         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
18440         (plugin_init):
18441         * gst/audiotestsrc/gstaudiotestsrc.c:
18442         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
18443         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18444         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
18445         (gst_audio_test_src_get_query_types),
18446         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
18447         (gst_audio_test_src_create_square),
18448         (gst_audio_test_src_create_saw),
18449         (gst_audio_test_src_create_triangle),
18450         (gst_audio_test_src_create_silence),
18451         (gst_audio_test_src_create_white_noise),
18452         (gst_audio_test_src_init_pink_noise),
18453         (gst_audio_test_src_generate_pink_noise_value),
18454         (gst_audio_test_src_create_pink_noise),
18455         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
18456         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
18457         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
18458         (plugin_init):
18459         * gst/audiotestsrc/gstaudiotestsrc.h:
18460         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
18461         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
18462         (gst_sub_parse_init), (gst_sub_parse_formats),
18463         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
18464         (convert_encoding), (get_next_line),
18465         (gst_sub_parse_data_format_autodetect),
18466         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
18467         (gst_sub_parse_loop), (gst_sub_parse_chain),
18468         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
18469         (plugin_init):
18470         * gst/subparse/gstsubparse.h:
18471         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
18472         (gst_video_rate_base_init), (gst_video_rate_class_init),
18473         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
18474         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
18475         (gst_video_rate_init), (gst_video_rate_event),
18476         (gst_video_rate_chain), (gst_video_rate_set_property),
18477         (gst_video_rate_get_property), (gst_video_rate_change_state),
18478         (plugin_init):
18479         * gst/videoscale/gstvideoscale.c:
18480         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
18481         (gst_video_scale_src_template_factory),
18482         (gst_video_scale_sink_template_factory),
18483         (gst_video_scale_get_type), (gst_video_scale_base_init),
18484         (gst_video_scale_class_init), (gst_video_scale_init),
18485         (gst_video_scale_set_property), (gst_video_scale_get_property),
18486         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
18487         (gst_video_scale_prepare_size), (parse_caps),
18488         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
18489         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
18490         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
18491         (plugin_init):
18492         * gst/videoscale/gstvideoscale.h:
18493         * gst/videotestsrc/gstvideotestsrc.c:
18494         (gst_video_test_src_pattern_get_type),
18495         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
18496         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
18497         (gst_video_test_src_set_pattern),
18498         (gst_video_test_src_set_property),
18499         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
18500         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
18501         (gst_video_test_src_event), (gst_video_test_src_get_times),
18502         (gst_video_test_src_create), (plugin_init):
18503         * gst/videotestsrc/gstvideotestsrc.h:
18504         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
18505         (gst_video_test_src_smpte), (gst_video_test_src_snow),
18506         (gst_video_test_src_black):
18507         * gst/videotestsrc/videotestsrc.h:
18508           borgify further
18509           clean up docs a little
18510
18511 2005-11-30  Wim Taymans  <wim@fluendo.com>
18512
18513         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18514         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
18515         (gst_basertppayload_event), (gst_basertppayload_push),
18516         (gst_basertppayload_change_state):
18517         * gst-libs/gst/rtp/gstbasertppayload.h:
18518         closed #320644.
18519
18520 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18521
18522         * docs/libs/gst-plugins-base-libs-docs.sgml:
18523         * docs/libs/gst-plugins-base-libs-sections.txt:
18524         * gst-libs/gst/video/gstvideofilter.c:
18525         * gst-libs/gst/video/gstvideosink.c:
18526         * gst-libs/gst/video/gstvideosink.h: Adding docs.
18527
18528 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18529
18530         * LICENSE:
18531           move
18532         * po/af.po:
18533         * po/az.po:
18534         * po/cs.po:
18535         * po/en_GB.po:
18536         * po/hu.po:
18537         * po/it.po:
18538         * po/nb.po:
18539         * po/nl.po:
18540         * po/or.po:
18541         * po/sq.po:
18542         * po/sr.po:
18543         * po/sv.po:
18544         * po/uk.po:
18545         * po/vi.po:
18546         * Makefile.am:
18547           update
18548         * scripts/autoplugins.sh:
18549           remove
18550
18551 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18552
18553         * Makefile.am:
18554         * configure.ac:
18555         * examples/Makefile.am:
18556         * examples/capsfilter/Makefile.am:
18557         * examples/capsfilter/capsfilter1.c:
18558         * examples/gob/Makefile.am:
18559         * examples/gob/gst-identity2.gob:
18560         * examples/indexing/.cvsignore:
18561         * examples/indexing/Makefile.am:
18562         * examples/indexing/indexmpeg.c:
18563         * examples/seeking/.cvsignore:
18564         * examples/seeking/Makefile.am:
18565         * examples/seeking/cdparanoia.c:
18566         * examples/seeking/cdplayer.c:
18567         * examples/seeking/chained.c:
18568         * examples/seeking/scrubby.c:
18569         * examples/seeking/seek.c:
18570         * examples/stats/Makefile.am:
18571         * examples/stats/mp2ogg.c:
18572         * examples/switch/.cvsignore:
18573         * examples/switch/Makefile.am:
18574         * examples/switch/switcher.c:
18575         * tests/Makefile.am:
18576         * tests/check/generic/.cvsignore:
18577         * tests/check/pipelines/.cvsignore:
18578         * tests/examples/Makefile.am:
18579         * tests/examples/seek/Makefile.am:
18580           reorganize stuff under tests/
18581
18582 2005-11-30  Edward Hervey  <edward@fluendo.com>
18583
18584         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
18585         Go away you stupid GstStaticPadTemplate memleak.
18586
18587 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18588
18589         * gst-libs/gst/net/Makefile.am:
18590         * gst-libs/gst/net/README:
18591         * gst-libs/gst/net/gstnetbuffer.c:
18592         * gst-libs/gst/net/gstnetbuffer.h:
18593           this was moved to "netbuffer"
18594
18595 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18596
18597         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
18598         (gst_video_filter_class_init), (gst_video_filter_init):
18599         * gst-libs/gst/video/gstvideofilter.h:
18600           borgify name to bring in line with other classes
18601
18602 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18603
18604         * gst/audioscale/.cvsignore:
18605         * gst/audioscale/Makefile.am:
18606         * gst/audioscale/README:
18607         * gst/audioscale/audioscale.vcproj:
18608         * gst/audioscale/dtof.c:
18609         * gst/audioscale/dtos.c:
18610         * gst/audioscale/functable.c:
18611         * gst/audioscale/gstaudioscale.c:
18612         * gst/audioscale/gstaudioscale.h:
18613         * gst/audioscale/private.h:
18614         * gst/audioscale/resample.c:
18615         * gst/audioscale/resample.h:
18616         * gst/audioscale/test.c:
18617           remove
18618
18619 2005-11-30  Edward Hervey  <edward@fluendo.com>
18620
18621         * gst-libs/gst/netbuffer/Makefile.am:
18622         really, really tired
18623
18624 2005-11-30  Edward Hervey  <edward@fluendo.com>
18625
18626         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18627         Update for new GstTypeFindFactory _register()
18628
18629 2005-11-30  Edward Hervey  <edward@fluendo.com>
18630
18631         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
18632         Let's not override libgstnet from core for no reason...
18633         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
18634         Ok, maybe not so quick next time.
18635
18636 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18637
18638         * configure.ac:
18639         * gst-libs/gst/Makefile.am:
18640           moved gst-libs/gst/net to netbuffer through CVS surgery
18641           remove old directory
18642           updating build to accomodate
18643           (#322257)
18644
18645 2005-11-29  Andy Wingo  <wingo@pobox.com>
18646
18647         * pkgconfig/gstreamer-plugins-base.pc.in:
18648         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
18649         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
18650         (#322257).
18651
18652 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
18653
18654         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
18655         3rd time's the charm. Correct ref-counting for discarded buffers.
18656
18657 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
18658
18659         * gst/playback/gststreamselector.c:
18660         (gst_stream_selector_class_init),
18661         (gst_stream_selector_set_property),
18662         (gst_stream_selector_get_property),
18663         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
18664         Fix ref-counting
18665
18666 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
18667
18668         * gst/subparse/gstsubparse.c: (feed_textbuf):
18669           Don't access already unref'ed buffer.
18670
18671 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
18672
18673         * gst/playback/gststreamselector.c:
18674         (gst_stream_selector_class_init), (gst_stream_selector_init),
18675         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
18676         (gst_stream_selector_get_property),
18677         (gst_stream_selector_get_linked_pad),
18678         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
18679         * gst/playback/gststreamselector.h:
18680         Add the active-pad property for playbin to use shortly. Ignore buffers
18681         from any other pad, returning GST_FLOW_NOT_LINKED
18682
18683 2005-11-29  Julien MOUTTE  <julien@moutte.net>
18684
18685         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
18686         patch from bug #322704 (Alessandro Decina).
18687
18688 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18689
18690         * gst-libs/gst/audio/Makefile.am:
18691           folded audiofilter into the audio library
18692
18693 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18694
18695         * gst/videoscale/gstvideoscale.h:
18696         * gst/videoscale/gstvideoscale.c:
18697           remove unimplemented scale methods
18698
18699 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
18700
18701         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
18702           Don't leak caps.
18703
18704 2005-11-28  Julien MOUTTE  <julien@moutte.net>
18705
18706         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
18707         (gst_ximagesink_setcaps):
18708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18709         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
18710         happens (only visible on ximagesink but bug is in xv too) set_caps was
18711         destroying the internal x[v]image used to memcpy non locally alloced
18712         buffers so that it got renewed on next _chain. The issue is that 
18713         _expose will try to put that image as it reffed it in _put.
18714         Using gst_buffer_unref instead of destroy fixes it !
18715
18716 2005-11-28  Edward Hervey  <edward@fluendo.com>
18717
18718         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18719         (try_to_link_1), (queue_filled_cb):
18720         Better use of the queues. Start with a small size queue and only increase
18721         the size of the queues when the other queues are empty.
18722
18723 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
18724
18725         * gst-libs/gst/video/Makefile.am:
18726           compile in copied-over videofilter into the video library
18727         * gst-libs/gst/video/videosink.h:
18728           rename the header to gstvideosink.h since it's a base GstObject class
18729         * sys/ximage/ximagesink.h:
18730         * sys/xvimage/xvimagesink.h:
18731           use the new header
18732
18733 2005-11-28  Wim Taymans  <wim@fluendo.com>
18734
18735         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
18736         * gst/playback/gstplaybasebin.h:
18737         Prepare to handle errors betters.
18738
18739         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
18740         Set sinks to PAUSED first before adding and linking them so that
18741         we don't interrupt dataflow.
18742
18743 2005-11-28  Wim Taymans  <wim@fluendo.com>
18744
18745         * gst-libs/gst/audio/TODO:
18746         Updated TODO
18747
18748         * gst-libs/gst/audio/gstaudiosink.c:
18749         (gst_audioringbuffer_open_device),
18750         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
18751         (gst_audioringbuffer_release):
18752         Small cleanups.
18753
18754         * gst-libs/gst/audio/gstbaseaudiosink.c:
18755         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
18756         (gst_base_audio_sink_change_state):
18757         Slave to the master clock when going to PLAYING and unslave when
18758         going to PAUSED.
18759
18760         * gst-libs/gst/audio/gstringbuffer.c:
18761         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
18762         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
18763         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
18764         (gst_ring_buffer_clear_all), (wait_segment),
18765         (gst_ring_buffer_commit), (gst_ring_buffer_read),
18766         (gst_ring_buffer_advance):
18767         * gst-libs/gst/audio/gstringbuffer.h:
18768         Add some docs and cleanups.
18769
18770 2005-11-28  Julien MOUTTE  <julien@moutte.net>
18771
18772         * sys/xvimage/xvimagesink.c:
18773         (gst_xvimagesink_navigation_send_event): Fix navigation events
18774         coordinates translation with pixel aspect ratios.
18775
18776 2005-11-28  Julien MOUTTE  <julien@moutte.net>
18777
18778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
18779         Use calculated video geometry from _setcaps instead of buffer
18780         caps to respect pixel aspect ratio. (fixes #322388)
18781
18782 2005-11-28  Julien MOUTTE  <julien@moutte.net>
18783
18784         * docs/libs/tmpl/gstcolorbalance.sgml:
18785         * docs/libs/tmpl/gstmixer.sgml:
18786         * docs/libs/tmpl/gstxoverlay.sgml:
18787         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
18788         interface.
18789
18790 2005-11-28  Julien MOUTTE  <julien@moutte.net>
18791
18792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
18793         Refuse to create an XvImage if we can't find the format.
18794
18795 2005-11-28  Edward Hervey  <edward@fluendo.com>
18796
18797         * gst-libs/gst/riff/riff-media.c:
18798         (gst_riff_create_audio_template_caps):
18799         Add ATRAC3 to the list of riff-possible audio caps.
18800         I know we still don't have a plugin for atrac3, but it's saner to output
18801         that than a cryptic mimetype.
18802
18803 2005-11-27  Edward Hervey  <edward@fluendo.com>
18804
18805         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
18806         Don't try to create a zero-sized subbuffer.
18807
18808 2005-11-27  Julien MOUTTE  <julien@moutte.net>
18809
18810         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
18811         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18812         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
18813         (gst_ximagesink_expose): Fixed a tricky race.
18814         * sys/ximage/ximagesink.h:
18815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
18816         (gst_xvimagesink_expose): Fixed a tricky race.
18817         * sys/xvimage/xvimagesink.h:
18818
18819 2005-11-27  Edward Hervey  <edward@fluendo.com>
18820
18821         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
18822         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
18823         Remove unused properties, and add queues between demuxers and decoders
18824         so that a lot more files can preroll properly.
18825
18826 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18827
18828         * gst-libs/gst/net/Makefile.am:
18829         * gst-libs/gst/rtp/Makefile.am:
18830         * gst-libs/gst/tag/Makefile.am:
18831           remove silly include
18832         * gst/tags/Makefile.am:
18833         * gst/tags/gsttagediting.c:
18834         * gst/tags/gsttageditingprivate.h:
18835         * gst/tags/tagedit.vcproj:
18836           remove directory, is as good as empty
18837
18838 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
18839
18840         * configure.ac:
18841           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
18842         * gst-libs/Makefile.am:
18843         * gst-libs/gst/audio/Makefile.am:
18844         * gst-libs/gst/interfaces/Makefile.am:
18845         * gst-libs/gst/net/Makefile.am:
18846         * gst-libs/gst/riff/Makefile.am:
18847         * gst-libs/gst/rtp/Makefile.am:
18848         * gst-libs/gst/tag/Makefile.am:
18849         * gst-libs/gst/video/Makefile.am:
18850           and use them
18851
18852 2005-11-27  Julien MOUTTE  <julien@moutte.net>
18853
18854         * docs/libs/tmpl/gstcolorbalance.sgml:
18855         * docs/libs/tmpl/gstmixer.sgml:
18856         * docs/libs/tmpl/gstxoverlay.sgml:
18857         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
18858         * sys/ximage/ximagesink.h:
18859         * sys/xvimage/xvimagesink.h: More and more documentation.
18860
18861 2005-11-26  Julien MOUTTE  <julien@moutte.net>
18862
18863         * docs/libs/gst-plugins-base-libs-docs.sgml:
18864         * docs/libs/gst-plugins-base-libs-sections.txt:
18865         * docs/libs/tmpl/gstcolorbalance.sgml:
18866         * docs/libs/tmpl/gstmixer.sgml:
18867         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
18868         to documentation.
18869
18870 2005-11-26  Julien MOUTTE  <julien@moutte.net>
18871
18872         * docs/plugins/Makefile.am:
18873         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18874         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18875         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
18876
18877 2005-11-26  Julien MOUTTE  <julien@moutte.net>
18878
18879         * docs/plugins/Makefile.am:
18880         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18881         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18882         * docs/plugins/inspect/plugin-adder.xml:
18883         * docs/plugins/inspect/plugin-alsa.xml:
18884         * docs/plugins/inspect/plugin-audioconvert.xml:
18885         * docs/plugins/inspect/plugin-audiorate.xml:
18886         * docs/plugins/inspect/plugin-audioresample.xml:
18887         * docs/plugins/inspect/plugin-audiotestsrc.xml:
18888         * docs/plugins/inspect/plugin-decodebin.xml:
18889         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
18890         * docs/plugins/inspect/plugin-gnomevfs.xml:
18891         * docs/plugins/inspect/plugin-ogg.xml:
18892         * docs/plugins/inspect/plugin-playbin.xml:
18893         * docs/plugins/inspect/plugin-subparse.xml:
18894         * docs/plugins/inspect/plugin-tcp.xml:
18895         * docs/plugins/inspect/plugin-theora.xml:
18896         * docs/plugins/inspect/plugin-typefindfunctions.xml:
18897         * docs/plugins/inspect/plugin-video4linux.xml:
18898         * docs/plugins/inspect/plugin-videorate.xml:
18899         * docs/plugins/inspect/plugin-videoscale.xml:
18900         * docs/plugins/inspect/plugin-videotestsrc.xml:
18901         * docs/plugins/inspect/plugin-volume.xml:
18902         * docs/plugins/inspect/plugin-vorbis.xml:
18903         * docs/plugins/inspect/plugin-ximagesink.xml:
18904         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
18905         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
18906
18907 2005-11-26  Edward Hervey  <edward@fluendo.com>
18908
18909         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
18910         Properly return GstFlowReturn from gst_pad_push in chain functions.
18911
18912 2005-11-25  Michael Smith  <msmith@fluendo.com>
18913
18914         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
18915         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
18916         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
18917         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
18918           Handle various conditions better when we don't understand a stream.
18919           Removes a heap of CRITICALs on ogg streams containing unknown data.
18920
18921 2005-11-24  Andy Wingo  <wingo@pobox.com>
18922
18923         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
18924         Be threadsafe.
18925
18926 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18927
18928         * configure.ac: back to HEAD
18929
18930 === release 0.9.6 ===
18931
18932 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
18933
18934         * configure.ac:
18935           releasing 0.9.6, "White Eight"
18936
18937 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18938
18939         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
18940         * docs/plugins/inspect/plugin-sine.xml:
18941           remove sinesrc some more
18942
18943 2005-11-23  Wim Taymans  <wim@fluendo.com>
18944
18945         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
18946         If we are reading too slowly, jump forward in the ringbuffer
18947         instead of blocking.
18948
18949 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
18950
18951         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
18952         (gst_visual_chain):
18953         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
18954         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
18955         (gst_videorate_chain):
18956         * gst/videotestsrc/gstvideotestsrc.c:
18957         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
18958         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
18959         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
18960         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
18961         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
18962         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
18963           Updates for API changes
18964
18965 2005-11-23  Wim Taymans  <wim@fluendo.com>
18966
18967         * gst-libs/gst/audio/gstbaseaudiosink.c:
18968         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
18969         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18970         Fix for calibration API change.
18971
18972 2005-11-23  Michael Smith <msmith@fluendo.com>
18973
18974         * gst-libs/gst/audio/multichannel.c:
18975         (gst_audio_get_channel_positions),
18976         (gst_audio_set_channel_positions),
18977         (gst_audio_set_structure_channel_positions_list),
18978         (gst_audio_fixate_channel_positions):
18979           Use gst_value_array_*() functions on value arrays, not
18980           gst_value_list_*().
18981
18982 2005-11-23  Edward Hervey  <edward@fluendo.com>
18983
18984         * autogen.sh:
18985         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
18986         Fixes autogen
18987
18988 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18989
18990         * check/Makefile.am:
18991         * check/elements/videotestsrc.c: (setup_videotestsrc),
18992         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
18993         (main):
18994           add a test for videotestsrc
18995
18996 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18997
18998         * gst/sine/.cvsignore:
18999         * gst/sine/Makefile.am:
19000         * gst/sine/gstsinesrc.c:
19001         * gst/sine/gstsinesrc.h:
19002         * gst/sine/sinesrc.vcproj:
19003           and remove sinesrc from the repository.  Closes #321446
19004
19005 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19006
19007         * configure.ac:
19008         * gst-plugins-base.spec.in:
19009           remove sinesrc from the build
19010
19011 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19012
19013         * check/Makefile.am:
19014         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19015         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19016         (main):
19017           add a test for audiotestsrc, testing all waves.  Even seems
19018           leak-free at first glance, nice job Stefan
19019
19020 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19021
19022         * po/af.po:
19023         * po/az.po:
19024         * po/cs.po:
19025         * po/en_GB.po:
19026         * po/hu.po:
19027         * po/it.po:
19028         * po/nb.po:
19029         * po/nl.po:
19030         * po/or.po:
19031         * po/sq.po:
19032         * po/sr.po:
19033         * po/sv.po:
19034         * po/uk.po:
19035         * po/vi.po:
19036           Translation string updates
19037
19038         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19039         (gst_v4lsrc_set_caps):
19040         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19041         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19042         * sys/v4l/v4lsrc_calls.h:
19043           Improve v4lsrc, by making it work again.
19044
19045 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19046
19047         * ext/libvisual/visual.c: (gst_visual_chain):
19048           Fix the fps calculations.
19049
19050         * gst/ffmpegcolorspace/avcodec.h:
19051           Move structure element for clarity
19052
19053         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19054         * gst-libs/gst/interfaces/tunernorm.h:
19055         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19056         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19057         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19058         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19059         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19060         (gst_v4lmjpegsrc_getcaps):
19061         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19062         (gst_v4lsrc_set_caps):
19063         * sys/v4l/gstv4lsrc.h:
19064         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19065         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19066         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19067         * sys/v4l/v4lsrc_calls.h:
19068           Fractional framerates...
19069
19070 2005-11-22  Wim Taymans  <wim@fluendo.com>
19071
19072         * gst-libs/gst/audio/gstbaseaudiosink.c:
19073         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19074         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19075         And we provide a clock by default, of course...
19076
19077 2005-11-22  Wim Taymans  <wim@fluendo.com>
19078
19079         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19080         This clock can be slaved to a master clock now.
19081
19082         * gst-libs/gst/audio/gstbaseaudiosink.c:
19083         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19084         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19085         (gst_base_audio_sink_set_clock),
19086         (gst_base_audio_sink_set_property),
19087         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19088         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19089         * gst-libs/gst/audio/gstbaseaudiosink.h:
19090         Handle slaving the internal clock to the clock selected in the
19091         pipeline.
19092         Add property to make the basesink not provide a clock.
19093
19094         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19095         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19096         (gst_base_rtp_depayload_wait):
19097         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19098         We can use the clock in GstElement, no need to store it ourselves.
19099
19100 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19101
19102         * docs/libs/tmpl/gstaudio.sgml:
19103           update
19104         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19105         (gst_paranoia_endian_get_type):
19106         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19107         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19108         * gst/audiotestsrc/gstaudiotestsrc.c:
19109         (gst_audiostestsrc_wave_get_type):
19110         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19111         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19112         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19113         (gst_sync_method_get_type), (gst_unit_type_get_type),
19114         (gst_client_status_get_type), (gst_multifdsink_class_init),
19115         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19116         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19117         (gst_multifdsink_get_property):
19118         * gst/tcp/gstmultifdsink.h:
19119         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19120         * gst/videotestsrc/gstvideotestsrc.c:
19121         (gst_videotestsrc_pattern_get_type):
19122           remove deprecated properties
19123           fix up enums to correctly have short lowercase dashed nicks
19124
19125 2005-11-22  Michael Smith <msmith@fluendo.com>
19126
19127         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19128         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19129           Add underscore.
19130
19131 2005-11-22  Michael Smith <msmith@fluendo.com>
19132
19133         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19134         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19135           Use utility method for scaling clocktime for fractional framerates.
19136
19137 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19138
19139         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19140         (gst_visual_chain):
19141         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19142         * ext/theora/theoradec.c: (theora_handle_type_packet):
19143         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19144         (theora_enc_chain):
19145         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19146         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19147         * gst-libs/gst/video/video.h:
19148         * gst/ffmpegcolorspace/avcodec.h:
19149         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19150         (gst_ffmpeg_caps_to_pixfmt):
19151         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19152         (gst_ffmpegcsp_set_caps):
19153         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19154         (gst_videorate_setcaps), (gst_videorate_blank_data),
19155         (gst_videorate_chain):
19156         * gst/videotestsrc/gstvideotestsrc.c:
19157         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19158         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19159         (gst_videotestsrc_event), (gst_videotestsrc_create):
19160         * gst/videotestsrc/gstvideotestsrc.h:
19161         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19162         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19163         (gst_ximagesink_get_times), (gst_ximagesink_init):
19164         * sys/ximage/ximagesink.h:
19165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19166         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19167         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19168         * sys/xvimage/xvimagesink.h:
19169           Convert elements to use fractions for their framerate.
19170           V4L elements to come later tonight.
19171
19172 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19173
19174         * gst-libs/gst/audio/audio.c:
19175         * gst-libs/gst/audio/audio.h:
19176           remove some deprecated functions
19177
19178 2005-11-22  Andy Wingo  <wingo@pobox.com>
19179
19180         * Update for gst_tag_setter API changes.
19181
19182 2005-11-22  Andy Wingo  <wingo@pobox.com>
19183
19184         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19185         (gst_ogg_demux_perform_seek):
19186         * ext/theora/theoradec.c (theora_dec_sink_event):
19187         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19188         update-funcnames.
19189
19190 2005-11-22  Wim Taymans  <wim@fluendo.com>
19191
19192         * examples/seeking/seek.c: (main):
19193         Give higher priority to bus signals than the gtk events
19194         to fix a race condition in the segment looping.
19195
19196 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19197
19198         * ext/theora/Makefile.am:
19199         * ext/vorbis/Makefile.am:
19200         * gst-libs/gst/tag/Makefile.am:
19201         * gst-plugins-base.spec.in:
19202           Rename libgsttagedit to libgsttag (#322117).
19203
19204 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19205
19206         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19208           Call gst_x_overlay_prepare_xwindow_id() to give applications
19209           a final chance to set their own xwindow id before the video
19210           sink creates its own window.
19211
19212 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19213
19214         * sys/xvimage/xvimagesink.c:
19215         (gst_xvimagesink_navigation_send_event): Handle navigation
19216         events correcly with borders if applicable.
19217
19218 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19219
19220         Patch by: Luca Ognibene
19221
19222         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19223         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
19224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19225         (gst_ffmpegcsp_caps_remove_format_info):
19226         * gst/ffmpegcolorspace/imgconvert.c:
19227         * gst/ffmpegcolorspace/imgconvert_template.h:
19228           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
19229           #318353); use gst_structure_has_name().
19230
19231 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19232
19233         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
19234         (gst_ximagesink_class_init): Add debug macros on functions.
19235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19236         (gst_xvimagesink_xwindow_draw_borders),
19237         (gst_xvimagesink_xvimage_put),
19238         (gst_xvimagesink_xwindow_update_geometry),
19239         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
19240         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
19241         (gst_xvimagesink_xcontext_clear),
19242         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
19243         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19244         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19245         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19246         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
19247         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19248         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
19249         expose while being PAUSED, out of data flow navigation events, etc..
19250
19251 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19252
19253         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19254         * gst-libs/gst/audio/audio.h:
19255           fix prototype - wondering why the test worked regardless
19256
19257 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19258
19259         * check/Makefile.am:
19260         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19261         * gst-libs/gst/audio/audio.h:
19262           add a method that returns a proper GstClockTime
19263
19264 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19265
19266         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
19267         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
19268         * gst-libs/gst/interfaces/xoverlay.h:
19269           Remove everything having to do with the desired size; add 
19270           gst_x_overlay_prepare_xwindow_id() function; remove the
19271           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
19272           post a message on the bus instead (#321816).
19273
19274         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
19275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
19276         (gst_xvimagesink_xoverlay_init):
19277           Remove desired size stuff (#321816).
19278
19279 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19280
19281         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19282         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19283         (mpeg_video_type_find), (mpeg_video_stream_type_find):
19284           Terminate vararg functions with NULL instead of 0 to 
19285           make gcc4 happy.
19286
19287 2005-11-21  Andy Wingo  <wingo@pobox.com>
19288
19289         patch by: Sebastien Cote <sebas642@yahoo.ca>
19290         
19291         * gst-libs/gst/rtp/gstrtpbuffer.h: 
19292         * gst-libs/gst/rtp/gstrtpbuffer.c
19293         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
19294
19295 2005-11-21  Andy Wingo  <wingo@pobox.com>
19296
19297         * gst/playback/gstplaybin.c (gen_audio_element) 
19298         (gen_video_element): Use the new MISSING_PLUGIN core error
19299         category. Closes #320060.
19300
19301         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
19302         * gst/videorate/gstvideorate.c (gst_videorate_event):
19303         * ext/theora/theoradec.c (theora_dec_sink_event): 
19304         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
19305         stream lock.
19306
19307         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
19308         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
19309         stream lock changes.
19310
19311 2005-11-21  Wim Taymans  <wim@fluendo.com>
19312
19313         * gst-libs/gst/audio/gstbaseaudiosink.c:
19314         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19315         (gst_base_audio_sink_provide_clock),
19316         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
19317         (gst_base_audio_sink_change_state):
19318         * gst/audioresample/gstaudioresample.c:
19319         Segment update fix.
19320
19321 2005-11-21  Andy Wingo  <wingo@pobox.com>
19322
19323         * *.h:
19324         * *.c: Ran scripts/update-macros. Oh yes.
19325
19326 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19327
19328         * sys/ximage/Makefile.am:
19329         * sys/ximage/ximage.c:
19330           Rename ximage plugin to ximagesink (#321426) (Don't forget to
19331           remove your old libgstximage.* manually if necessary).
19332
19333 2005-11-21  Michael Smith <msmith@fluendo.com>
19334
19335         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
19336           Minimal fix for bug #320200: set the min/max bitrate in the correct
19337           units. A better fix would be to upgrade to the RATEMANAGE2
19338           interface, rather than using the deprecated interface used here, but
19339           that would require an update in our libvorbis dependency (to 1.1),
19340           which is probably undesirable.
19341
19342 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19343
19344         * ext/libvisual/visual.c: (get_buffer):
19345         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19346         (gst_base_audio_src_fixate):
19347         * gst/audioconvert/gstaudioconvert.c:
19348         (gst_audio_convert_fixate_caps):
19349         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
19350         * gst/audiotestsrc/gstaudiotestsrc.c:
19351         (gst_audiotestsrc_src_fixate):
19352         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
19353         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
19354         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
19355         * gst/videotestsrc/gstvideotestsrc.c:
19356         (gst_videotestsrc_src_fixate):
19357         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
19358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
19359           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19360           (#322027)
19361
19362
19363 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19364
19365         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19366         (gst_riff_create_iavs_caps):
19367         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
19368         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
19369         (gst_riff_parse_info):
19370         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
19371         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
19372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19373           Fixes for GST_FOURCC_FORMAT API change.
19374
19375 2005-11-21  Andy Wingo  <wingo@pobox.com>
19376
19377         patch by: Alessandro Dessina <alessandro nnva org>
19378
19379         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
19380         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
19381         (gst_ogg_parse_chain):
19382         * ext/theora/theoraenc.c (theora_set_header_on_caps):
19383         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
19384         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
19385         gst_value_list calls on arrays. Fixes #321962.
19386
19387 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19388
19389         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19390         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
19391         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
19392         * gst/adder/gstadder.c: (gst_adder_init),
19393         (gst_adder_request_new_pad), (gst_adder_collected),
19394         (gst_adder_change_state):
19395           Update for gst_collectpads_foo() to gst_collect_pads_foo()
19396           API change.
19397
19398 2005-11-21  Michael Smith <msmith@fluendo.com>
19399
19400         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
19401         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
19402           Properly handle pad_push return values.
19403
19404 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
19405
19406         * gst-libs/gst/tag/Makefile.am:
19407         * gst-libs/gst/tag/gstvorbistag.c:
19408         (gst_tag_list_to_vorbiscomment_buffer):
19409           Remove obsolete vorbistag element and debug category.
19410
19411         * gst/playback/gstplaybasebin.c: (check_queue):
19412           Don't divide by 0 when queue-threshold is 0.
19413
19414         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
19415           Don't modify an existing pixel-aspect-ratio if we fail to read
19416           a new one.
19417
19418 2005-11-20  Wim Taymans  <wim@fluendo.com>
19419
19420         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
19421         (gst_vorbisenc_push_packet):
19422         GST_PAD_IS_USABLE is gone, use the return value of
19423         the push or pad_alloc_buffer instead.
19424
19425 2005-11-18  Julien MOUTTE  <julien@moutte.net>
19426
19427         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19428         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
19429         (gst_ximagesink_ximage_destroy),
19430         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
19431         (gst_ximagesink_xwindow_new),
19432         (gst_ximagesink_xwindow_update_geometry),
19433         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
19434         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
19435         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
19436         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19437         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
19438         (gst_ximagesink_navigation_send_event),
19439         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
19440         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19441         (gst_ximagesink_finalize), (gst_ximagesink_init),
19442         (gst_ximagesink_class_init):
19443         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
19444         This new version brings correct software scaling, non flickering
19445         window while resizing, pixel aspect ratio handling, usage of
19446         hardware buffer pools, out of data flow event thread for 
19447         navigation and handling of expose events even when being PAUSED,
19448         a new property to keep video aspect ratio when resizing, etc...
19449
19450 2005-11-18  Julien MOUTTE  <julien@moutte.net>
19451
19452         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
19453         (gst_videoscale_fixate_caps): Introduce back caps fixate with
19454         handling of PAR.
19455
19456 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
19457
19458         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
19459         Unsetting IS_SINK flag from the fakesink, so decodebin
19460         never behaves as a sink.
19461
19462 2005-11-17  Wim Taymans  <wim@fluendo.com>
19463
19464         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19465         (gst_base_audio_src_change_state):
19466         Fix the audiosrc base class again, we did not unflush.
19467
19468 2005-11-17  Julien MOUTTE  <julien@moutte.net>
19469
19470         * examples/seeking/seek.c: (make_dv_pipeline),
19471         (make_vorbis_theora_pipeline), (make_avi_pipeline),
19472         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
19473         to ogg/vorbis/theora pipeline.
19474
19475 2005-11-17  Wim Taymans  <wim@fluendo.com>
19476
19477         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19478         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
19479         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
19480         Fix EOS on multiple streams.
19481         More debugging.
19482
19483 2005-11-16  Wim Taymans  <wim@fluendo.com>
19484
19485         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
19486         (gst_ogg_demux_perform_seek):
19487         Segment done must include stream time.
19488
19489         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19490         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
19491         (gst_ogg_mux_change_state):
19492         Fix ogg muxer again.
19493
19494 2005-11-16  Wim Taymans  <wim@fluendo.com>
19495
19496         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
19497         Fix compile again.
19498
19499 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19500
19501         * ext/libvisual/visual.c: (gst_visual_init):
19502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19503         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
19504         (gst_ogg_parse_chain):
19505         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
19506         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
19507         * ext/theora/theoradec.c: (gst_theora_dec_init):
19508         * ext/theora/theoraenc.c: (gst_theora_enc_init):
19509         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
19510         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
19511         * gst/adder/gstadder.c: (gst_adder_class_init),
19512         (gst_adder_dispose):
19513         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
19514         * gst/subparse/gstsubparse.c: (gst_subparse_init):
19515         * gst/videorate/gstvideorate.c: (gst_videorate_init):
19516           Fix a whole set of pad template leaks
19517
19518 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19519
19520         * check/generic/states.c: (GST_START_TEST):
19521           fix the test so that it only checks for elements that are part of
19522           this source module
19523
19524 2005-11-16  Michael Smith <msmith@fluendo.com>
19525
19526         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
19527         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
19528         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
19529         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
19530         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
19531         (gst_ogg_mux_change_state):
19532           Fix leaking collectpads.
19533
19534 2005-11-16  Edward Hervey  <edward@fluendo.com>
19535
19536         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
19537         (gst_videorate_event), (gst_videorate_chain):
19538         Handle segment seeks
19539
19540 2005-11-16  Wim Taymans  <wim@fluendo.com>
19541
19542         * gst-libs/gst/audio/gstbaseaudiosink.c:
19543         (gst_base_audio_sink_provide_clock),
19544         (gst_base_audio_sink_change_state):
19545         Set ringbuffer to non-flushing when going to PAUSED, set to
19546         flushing again when going to READY.
19547
19548         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19549         (gst_ring_buffer_stop):
19550         Start in flushing mode by default.
19551         Don't set flushing in the _stop method, let the app call
19552         this explicitly.
19553
19554 2005-11-16  Julien MOUTTE  <julien@moutte.net>
19555
19556         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
19557         * gst-libs/gst/video/videosink.h: Add helper function needed
19558         for video sinks.
19559
19560 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
19561
19562         * gst/videoscale/gstvideoscale.c:
19563         (gst_videoscale_handle_src_event):
19564           Don't leak reference to pad parent.
19565
19566 2005-11-16  Wim Taymans  <wim@fluendo.com>
19567
19568         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
19569         Set ringbuffer to flushing when stopping so that we don't
19570         block on wait_segment anymore and livelock.
19571
19572 2005-11-16  Wim Taymans  <wim@fluendo.com>
19573
19574         * examples/seeking/seek.c: (send_event), (do_seek),
19575         (loop_toggle_cb), (segment_done), (main):
19576         Added looping checkbox.
19577
19578 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19579
19580         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19581         (gst_ogg_demux_init):
19582         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
19583         (gst_vorbis_dec_init):
19584           revert unrefs, they don't pass make check
19585
19586 2005-11-15  Johan Dahlin  <johan@gnome.org>
19587
19588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19589         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
19590         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
19591         (gst_vorbis_dec_init):
19592         Fix pad template leaks. 
19593
19594 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19595
19596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
19597           Make state change function thread safe.
19598
19599 2005-11-15  Edward Hervey  <edward@fluendo.com>
19600
19601         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
19602         (gst_ogg_demux_class_init):
19603         Implement GstElement::send_event, so we can send seek events
19604         in GST_STATE_READY
19605
19606 2005-11-14  Julien MOUTTE  <julien@moutte.net>
19607
19608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
19609         Discovered how to take away flickering while resizing the
19610         window. Please don't put that in ximagesink, refactoring in
19611         progress.
19612
19613 2005-11-14  Michael Smith <msmith@fluendo.com>
19614
19615         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
19616         (gst_multifdsink_render):
19617           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
19618
19619 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
19620
19621         * gst/playback/gstplaybin.c: (gen_audio_element):
19622           Use autoaudiosink, it tends to be more widely available than
19623           autoaudiiosink.
19624           
19625 2005-11-14  Andy Wingo  <wingo@pobox.com>
19626
19627         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
19628         as well if it is available. Fixes #316442.
19629
19630 2005-11-14  Michael Smith <msmith@fluendo.com>
19631
19632         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
19633         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
19634         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
19635         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
19636         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
19637         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
19638         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
19639         (gst_vorbisenc_change_state):
19640           Fix a small memory leak in vorbisenc.
19641           Fix large memory leaks in oggmux, also fix lots of state change
19642           bugs in oggmux.
19643
19644 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19645
19646         * gst/videotestsrc/gstvideotestsrc.c:
19647         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
19648         (gst_videotestsrc_src_fixate):
19649           move fixation to a fixate function
19650           remove negotiate function, basesrc's is good enough
19651           fixes a bug for check when using the element alone
19652
19653 2005-11-13  Edward Hervey  <edward@fluendo.com>
19654
19655         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
19656         (key_toggle_cb), (main):
19657         Added checkboxes for adding/removing the accurate and key_unit seek
19658         flags.
19659
19660 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
19661
19662         * configure.ac: back to HEAD
19663
19664 === release 0.9.5 ===
19665
19666 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
19667
19668         * configure.ac:
19669           releasing 0.9.5, "No No Kia"
19670
19671 2005-11-11  Edward Hervey  <edward@fluendo.com>
19672
19673         * examples/seeking/seek.c: (make_parselaunch_pipeline):
19674         Added parse-launch syntax seeking mode for the seeking example.
19675         This should help stress-test even more cases.
19676         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
19677
19678 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
19679
19680         * sys/xvimage/xvimagesink.c:
19681         (gst_xvimagesink_navigation_send_event):
19682           Check whether peer pad exists before sending navigation events
19683           to it.
19684
19685 2005-11-11  Michael Smith <msmith@fluendo.com>
19686
19687         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
19688         (gst_vorbisenc_buffer_from_packet):
19689         * ext/vorbis/vorbisenc.h:
19690           Set duration on encoded buffers. This allows oggmux's
19691           max_page_delay parameter to actually work.
19692
19693 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
19694
19695         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19696         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19697         (gst_ffmpegcsp_avpicture_fill):
19698         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19699         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
19700           Make palettes work again (see #132341). Use our own macros
19701           for rounding up.
19702
19703 2005-11-10  Andy Wingo  <wingo@pobox.com>
19704
19705         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
19706         string doober.
19707
19708 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19709
19710         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19711         (gst_ffmpegcsp_transform_caps):
19712           Prefer passthrough in transform_caps
19713
19714 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19715
19716         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
19717           check for ALSA errors properly, instead of relying on ALSA's
19718           error strings to serve to the user.
19719
19720 2005-11-10  Wim Taymans  <wim@fluendo.com>
19721
19722         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
19723         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
19724         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
19725         Modernise the seek code.
19726
19727 2005-11-10  Michael Smith <msmith@fluendo.com>
19728         
19729         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
19730         (setup_substreams), (set_active_source):
19731           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
19732           trying to go to NULL if we failed to read a file.
19733
19734 2005-11-10  Wim Taymans  <wim@fluendo.com>
19735
19736         * gst/audiotestsrc/gstaudiotestsrc.c:
19737         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
19738         (gst_audiotestsrc_create):
19739         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19740         (gst_sinesrc_get_times), (gst_sinesrc_create):
19741         * gst/videotestsrc/gstvideotestsrc.c:
19742         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
19743         (gst_videotestsrc_create):
19744         The base class can now sync for us.
19745
19746 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
19747
19748         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
19749           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
19750           name=source autoprobe=false autoprobe-fps=false copy-mode=1
19751           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
19752           format=(fourcc)I420" ! xvimagesink
19753
19754 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
19755
19756         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
19757         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
19758         (gst_sinesrc_newsegment):
19759           Send newsegment event in TIME format, set duration if
19760           num-buffers is set, fix duration querying.
19761
19762 2005-11-10  Michael Smith <msmith@fluendo.com>
19763
19764         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
19765         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
19766         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
19767         (gst_ogg_mux_collected):
19768          Fix EOS handling, partially. Now forwarding an EOS event once we have
19769          EOS on all pads works correctly. However, we still don't properly set
19770          EOS on the actual ogg stream pages.
19771
19772 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
19773
19774         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
19775           Set elements to NULL state before disposing of them.
19776
19777 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
19778
19779         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19780
19781         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19782         (gst_base_rtp_depayload_init),
19783         (gst_base_rtp_depayload_set_gst_timestamp):
19784         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19785           We need to send a newsegment event for each instance, not
19786           just for the first instance of this class (get rid of
19787           static variable in function). (#321011).
19788           
19789 2005-11-08  Michael Smith <msmith@fluendo.com>
19790
19791         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
19792         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
19793         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
19794         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
19795           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
19796           This makes us mux things correctly according to the ogg muxing
19797           rules. Still not handling EOS correctly right now, though.
19798
19799 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
19800
19801         * gst/audioconvert/gstaudioconvert.c:
19802           Fix typo in docs. 
19803
19804 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
19805
19806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
19807         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
19808           Initialise segment_stop to GST_CLOCK_TIME_NONE when
19809           creating a new chain; should fix live streaming. Also
19810           add more debug output and fix a typo.
19811
19812 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
19813
19814         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
19815
19816         * gst/volume/gstvolume.c: (volume_set_caps):
19817           Fix compilation on Solaris with Forte. (#320923)
19818
19819 2005-11-08  Wim Taymans  <wim@fluendo.com>
19820
19821         * gst-libs/gst/audio/gstbaseaudiosink.c:
19822         (gst_base_audio_sink_render):
19823         No need to do a typecheck.
19824
19825 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
19826
19827         * ext/alsa/gstalsa.h:
19828           We register a debug category, so let's use it.
19829
19830 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
19831
19832         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19833         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
19834         Fixed a small problem.
19835
19836 2005-11-04  Wim Taymans  <wim@fluendo.com>
19837
19838         * examples/seeking/Makefile.am:
19839         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
19840         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
19841         (make_playerbin_pipeline), (format_value), (update_scale),
19842         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
19843         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
19844         (print_usage), (main):
19845         Added app for playback speed testing.
19846
19847         * examples/seeking/seek.c: (dynamic_link),
19848         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
19849         (make_mpeg_pipeline), (do_seek), (set_update_scale),
19850         (message_received), (main):
19851         Updated seek example.
19852
19853 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
19854
19855         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19856         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19857         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
19858         (gst_base_rtp_depayload_set_clock):
19859         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19860         Don't sleep on the bench (system clock) when you have a nice 
19861         comfortable bed (Gstreamer clock) to sleep on.
19862
19863 2005-11-03  Wim Taymans  <wim@fluendo.com>
19864
19865         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19866         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
19867         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
19868         Handle the case where a pad_block failed.
19869
19870 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
19871
19872         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
19873
19874         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19875         (gst_base_rtp_depayload_add_to_queue),
19876         (gst_base_rtp_depayload_push),
19877         (gst_base_rtp_depayload_set_gst_timestamp),
19878         (gst_base_rtp_depayload_queue_release):
19879           Fixes some bugs in the depayloader's queuing/de-queueing code.
19880
19881 2005-10-31  Michael Smith <msmith@fluendo.com>
19882
19883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
19884         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19885         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
19886           Patch from Alessandro Decina <alessandro@nnva.org>.
19887           Make oggdemux only find the final time in a chain, not per-pad,
19888           since the per-pad information can be very expensive to locate, and
19889           it isn't used anywhere. This makes reading a file containing
19890           OggSkeleton reasonably fast.
19891           Also, make chain finding work when there are logical bitstreams that
19892           can't be decoded. Fixes #319110.
19893
19894 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
19895
19896         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19897         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19898         (gst_base_rtp_depayload_chain),
19899         (gst_base_rtp_depayload_add_to_queue),
19900         (gst_base_rtp_depayload_push),
19901         (gst_base_rtp_depayload_set_gst_timestamp),
19902         (gst_base_rtp_depayload_queue_release),
19903         (gst_base_rtp_depayload_start_thread),
19904         (gst_base_rtp_depayload_set_property),
19905         (gst_base_rtp_depayload_get_property):
19906         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19907         Some random fixes, to fullfill the desires of thomas.
19908
19909 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
19910
19911         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19912         (gst_base_rtp_depayload_add_to_queue),
19913         (gst_base_rtp_depayload_push):
19914         Fixed the queueing algorithm.
19915
19916 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
19917
19918         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19919         (gst_base_rtp_depayload_push):
19920         A small fix
19921
19922 2005-10-31  Wim Taymans  <wim@fluendo.com>
19923
19924         * gst-libs/gst/audio/gstringbuffer.h:
19925         Don't break ABI.
19926
19927         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19928         (gst_ffmpeg_caps_to_pixfmt):
19929         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19930         (gst_ffmpegcsp_set_caps):
19931         Some more comments.
19932         Handle missing required caps fields better.
19933
19934 2005-10-31  Wim Taymans  <wim@fluendo.com>
19935
19936         * gst-libs/gst/audio/gstbaseaudiosink.c:
19937         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
19938         (gst_base_audio_sink_render):
19939         * gst-libs/gst/audio/gstringbuffer.c:
19940         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19941         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
19942         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
19943         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
19944         (gst_ring_buffer_read):
19945         * gst-libs/gst/audio/gstringbuffer.h:
19946         Add flushing mode to the ringbuffer so that it in all cases does
19947         not try to handle more audio. This makes sure it does not try to
19948         block anymore when flushing and fixes a livelock.
19949
19950 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
19951
19952         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19953         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19954         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
19955           Explicitly check for -1 values before doing a conversion
19956           and always map them to -1. (#315545)
19957
19958 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19959
19960         * gst/playback/gstplaybin.c: (gen_video_element):
19961           first try autovideosink, then xvimagesink, then error out
19962         * po/POTFILES.in:
19963           add translatable file
19964         * po/af.po:
19965         * po/az.po:
19966         * po/cs.po:
19967         * po/en_GB.po:
19968         * po/hu.po:
19969         * po/it.po:
19970         * po/nb.po:
19971         * po/nl.po:
19972         * po/or.po:
19973         * po/sq.po:
19974         * po/sr.po:
19975         * po/sv.po:
19976         * po/uk.po:
19977         * po/vi.po:
19978           update translations
19979
19980 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
19981
19982         * gst-libs/gst/rtp/gstbasedepayload.c:
19983         * gst-libs/gst/rtp/gstbasedepayload.h:
19984           Minor cleanups
19985
19986 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
19987
19988         * gst/playback/.cvsignore:
19989         * gst/playback/decodetest.c:
19990         * gst/playback/test3.c:
19991           Port these two tests as well.
19992
19993 2005-10-27  Wim Taymans  <wim@fluendo.com>
19994
19995         * ext/theora/theoradec.c: (theora_dec_src_query),
19996         (theora_dec_sink_event):
19997         * ext/theora/theoraenc.c: (theora_enc_sink_event),
19998         (theora_enc_change_state):
19999         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20000         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20001         Take proper locks when handling events.
20002
20003 2005-10-27  Wim Taymans  <wim@fluendo.com>
20004
20005         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20006         (gst_adder_change_state):
20007         Fix timestamps and fix deadlock when stopping the collectpads.
20008
20009 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20010
20011         * gst-libs/gst/rtp/gstrtpbuffer.h:
20012         Declaring the payload types as strings too so that they can be used
20013         in the padtemplate inialization.
20014
20015 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20016
20017         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20018
20019         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20020         (gst_base_rtp_depayload_class_init):
20021         Fixes a small but nasty bug. The derived elements no longer segfaults
20022         on finalization.
20023
20024 2005-10-26  Michael Smith <msmith@fluendo.com>
20025
20026         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20027           When clearing an audioconvert context, set tmpbufsize to zero, so
20028           we'll allocate it again later if required.
20029           This fixes audioconvert re-negotiating formats, which previously
20030           segfaulted with a NULL destination buffer.
20031
20032 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20033
20034         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20035         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20036         (gst_base_rtp_depayload_set_gst_timestamp),
20037         (gst_base_rtp_depayload_queue_release):
20038         Fixed a smalll memleak.
20039
20040 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20041         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20042         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20043         (gst_base_rtp_depayload_finalize),
20044         (gst_base_rtp_depayload_setcaps),
20045         (gst_base_rtp_depayload_add_to_queue),
20046         (gst_base_rtp_depayload_push),
20047         (gst_base_rtp_depayload_set_gst_timestamp),
20048         (gst_base_rtp_depayload_queue_release),
20049         (gst_base_rtp_depayload_thread),
20050         (gst_base_rtp_depayload_change_state):
20051         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20052         Changed the C++ comments to C comments
20053
20054 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20055
20056         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20057         * gst/tcp/gsttcpclientsrc.h:
20058         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20059         * gst/tcp/gsttcpserversrc.h:
20060           Remove unused 'curoffset' structure member.
20061
20062 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20063
20064         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20065         (gst_base_rtp_depayload_base_init),
20066         (gst_base_rtp_depayload_finalize):
20067         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20068         * gst-libs/gst/rtp/gstbasertppayload.h:
20069           The pad-template on the sinkpad should be set by the derived classes.
20070           Also added some useful macros.
20071
20072 2005-10-24  Wim Taymans  <wim@fluendo.com>
20073
20074         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20075         Correctly flush decoder samples even if we could not
20076         copy them to an output buffer. Fixes #319618.
20077
20078 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20079
20080         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20082         the caps against our xcontext caps.
20083
20084 2005-10-24  Wim Taymans  <wim@fluendo.com>
20085
20086         * gst-libs/gst/audio/gstbaseaudiosink.c:
20087         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20088         Remove g_print
20089         Use sync property from baseclass to disable sync.
20090
20091 2005-10-24  Wim Taymans  <wim@fluendo.com>
20092
20093         * gst-libs/gst/audio/gstbaseaudiosink.c:
20094         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20095         Buffers with no timestamps get aligned with previous buffers or
20096         on underrun, played ASAP.
20097
20098 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20099
20100         * gst-libs/gst/video/video.h:
20101         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20102         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20103         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20104         here comes my change on caps for framerate and geometry range.
20105         We are now accepting 1 to MAXINT for width and height, and from
20106         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20107         to be blended correctly in videomixer.
20108
20109 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20110
20111         * configure.ac:
20112           back to HEAD
20113
20114 === release 0.9.4 ===
20115
20116 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20117
20118         * NEWS:
20119         * RELEASE:
20120         * configure.ac:
20121           releasing 0.9.4, "Velociraptor"
20122
20123 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20124
20125         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20126         * po/POTFILES.in:
20127           STOPPED -> FAILED
20128
20129 2005-10-21  Wim Taymans  <wim@fluendo.com>
20130
20131         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20132         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20133         (pad_blocked), (close_pad_link), (new_pad):
20134         Don't try to remove elements twice.
20135
20136 2005-10-21  Wim Taymans  <wim@fluendo.com>
20137
20138         * ext/theora/theoradec.c: (theora_dec_src_query),
20139         (theora_dec_sink_event):
20140         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20141         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20142         (vorbis_handle_data_packet):
20143         * ext/vorbis/vorbisdec.h:
20144         Fix old naming.
20145
20146         * gst-libs/gst/audio/gstbaseaudiosink.c:
20147         (gst_base_audio_sink_render):
20148         Don't try to sync on buffers without a timestamp.
20149
20150 2005-10-21  Wim Taymans  <wim@fluendo.com>
20151
20152         * ext/theora/theoradec.c: (theora_dec_src_query),
20153         (theora_dec_sink_event):
20154         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20155         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20156         (vorbis_handle_data_packet):
20157         * ext/vorbis/vorbisdec.h:
20158         Fix old naming.
20159
20160 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20161
20162         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20163         (gst_vorbisenc_src_query):
20164           Implement position and duration queries.
20165
20166         * gst/playback/test3.c: (update_scale), (main):
20167           Fix for async state changes and print nicer output.
20168
20169 2005-10-20  Wim Taymans  <wim@fluendo.com>
20170
20171         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20172         (dump_element_stats), (main):
20173         * gst/playback/test6.c: (main):
20174         Fix tests again
20175
20176 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20177
20178         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20179         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20180           Don't use functions for position queries when handling
20181           duration queries.
20182
20183 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20184
20185         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20186         (vorbis_handle_data_packet), (vorbis_dec_chain),
20187         (vorbis_dec_change_state):
20188         * ext/vorbis/vorbisdec.h:
20189           Vorbis streams can be embedded in other container formats
20190           than ogg, container formats where the demuxer might set 
20191           timestamps on encoded vorbis buffers instead of those silly 
20192           granulepos thingies. In short: make vorbisdec handle 
20193           timestamps on incoming buffers as well.
20194
20195 2005-10-20  Wim Taymans  <wim@fluendo.com>
20196
20197         * gst/playback/gstplaybasebin.c: (group_destroy),
20198         (gst_play_base_bin_change_state):
20199         Fix leak.
20200         Handle case where playbasebin is now ASYNC because
20201         decodebin is.
20202
20203 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20204
20205         * gst/audioconvert/Makefile.am:
20206         * gst/audioconvert/bufferframesconvert.c:
20207         * gst/audioconvert/plugin.c: (plugin_init):
20208         * gst/audioconvert/plugin.h:
20209           And bye bye buffer-frames-convert
20210
20211 2005-10-19  Wim Taymans  <wim@fluendo.com>
20212
20213         * check/elements/audioconvert.c:
20214         * docs/libs/tmpl/gstaudio.sgml:
20215         * docs/libs/tmpl/gstcolorbalance.sgml:
20216         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20217         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
20218         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
20219         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
20220         * gst-libs/gst/audio/audio.h:
20221         * gst/audioconvert/audioconvert.h:
20222         * gst/audioconvert/gstaudioconvert.c:
20223         (gst_audio_convert_parse_caps):
20224         * gst/volume/gstvolume.c:
20225         Bye bye buffer-frames.
20226
20227 2005-10-19  Wim Taymans  <wim@fluendo.com>
20228
20229         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20230         (query_positions_elems), (query_positions_pads), (update_scale),
20231         (do_seek), (set_update_scale), (message_received), (main):
20232         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20233         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
20234         (gst_ogg_demux_loop):
20235         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
20236         * ext/theora/theoradec.c: (theora_dec_src_query),
20237         (theora_dec_sink_event):
20238         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20239         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
20240         * gst/adder/gstadder.c: (gst_adder_query):
20241         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20242         * gst/playback/test3.c: (update_scale):
20243         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20244         (dump_element_stats), (main):
20245         * gst/playback/test6.c: (main):
20246         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20247         Query API update.
20248
20249 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20250
20251         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
20252         (xml_check_first_element), (xml_type_find), (smil_type_find),
20253         (plugin_init):
20254           Add typefinding for SMIL and for generic XML. Based on patch by
20255           Akos Maroy (#308663).
20256
20257 2005-10-18  Wim Taymans  <wim@fluendo.com>
20258
20259         * gst/playback/Makefile.am:
20260         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20261         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
20262         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
20263         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
20264         (gst_decode_bin_change_state):
20265         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20266         (gst_play_bin_send_event_to_sink):
20267         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20268         (dump_element_stats), (main):
20269         * gst/playback/test6.c: (main):
20270         Make playbin async, it'll commit state to paused when all streams
20271         are detected.
20272         Remove ugly hack.
20273         Added test6.c to show async behaviour.
20274
20275 2005-10-18  Wim Taymans  <wim@fluendo.com>
20276
20277         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
20278         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
20279         Fix for segment-start/stop API change.
20280
20281 2005-10-18  Wim Taymans  <wim@fluendo.com>
20282
20283         * check/Makefile.am:
20284         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
20285         (main):
20286         Add future test for clock selection.
20287
20288 2005-10-18  Wim Taymans  <wim@fluendo.com>
20289
20290         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
20291         (gst_alsasink_close):
20292         Set handle to NULL.
20293
20294         * gst-libs/gst/audio/gstringbuffer.c:
20295         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20296         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20297         (gst_ring_buffer_start), (gst_ring_buffer_pause),
20298         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
20299         (gst_ring_buffer_read):
20300         More debug info.
20301
20302 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
20303
20304         * gst/audiotestsrc/Makefile.am:
20305         * gst/sine/Makefile.am:
20306         * gst/volume/Makefile.am:
20307           fix broken build of controllerized plugins
20308
20309 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
20310
20311         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20312
20313         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20314         (gst_riff_create_video_template_caps):
20315           Add support for Indeo-3 (IV32).
20316
20317 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20318
20319         * configure.ac:
20320           rewrite
20321
20322 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20323
20324         * gst-libs/gst/video/video.c: (gst_video_get_size):
20325         * gst/audiotestsrc/gstaudiotestsrc.c:
20326           doc updates
20327
20328 2005-10-17  Andy Wingo  <wingo@pobox.com>
20329
20330         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
20331         with the collectpads change.
20332         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
20333
20334         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
20335
20336         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
20337
20338         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
20339         alloc_buffer flow return to callers.
20340         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
20341         change. Fix some memleaks in theoraenc.
20342
20343         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
20344         in strange circumstance.
20345
20346 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20347
20348         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20349         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
20350         from caps, let's use the caps...
20351
20352 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20353
20354         * configure.ac:
20355           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
20356
20357 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20358
20359         * gst-libs/gst/interfaces/Makefile.am:
20360           fix silly typo
20361
20362 2005-10-16  Andy Wingo  <wingo@pobox.com>
20363
20364         * gst/playback/gstdecodebin.c
20365         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
20366         function!
20367         (try_to_link_1): Increase kraziness level.
20368
20369 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20370
20371         * configure.ac:
20372           restructure like the core one
20373         * gst-libs/gst/audio/Makefile.am:
20374         * gst-libs/gst/interfaces/Makefile.am:
20375         * gst-libs/gst/net/Makefile.am:
20376         * gst-libs/gst/riff/Makefile.am:
20377         * gst-libs/gst/rtp/Makefile.am:
20378         * gst-libs/gst/tag/Makefile.am:
20379         * gst-libs/gst/video/Makefile.am:
20380           use correct linker flags, now the libs are properly versioned
20381         * check/elements/audioconvert.c: (verify_convert):
20382         * ext/alsa/gstalsaplugin.c:
20383         * ext/cdparanoia/gstcdparanoia.c:
20384         * ext/gnomevfs/gstgnomevfs.c:
20385         * ext/libvisual/visual.c:
20386         * ext/ogg/gstogg.c:
20387         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
20388         * ext/theora/theora.c:
20389         * ext/vorbis/vorbis.c:
20390         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20391         * gst-libs/gst/tag/gsttagediting.c:
20392         * gst-libs/gst/video/video.c:
20393         * gst/adder/gstadder.c:
20394         * gst/audioconvert/plugin.c:
20395         * gst/audiorate/gstaudiorate.c:
20396         * gst/audioresample/gstaudioresample.c:
20397         * gst/audioresample/resample_ref.c: (resample_scale_ref):
20398         * gst/audioscale/gstaudioscale.c:
20399         * gst/audioscale/resample.c:
20400         * gst/audiotestsrc/gstaudiotestsrc.c:
20401         * gst/ffmpegcolorspace/gstffmpeg.c:
20402         * gst/playback/gstdecodebin.c: (close_pad_link):
20403         * gst/playback/gstplaybin.c: (gen_video_element),
20404         (gen_audio_element):
20405         * gst/sine/gstsinesrc.c:
20406         * gst/subparse/gstsubparse.c:
20407         * gst/tags/gsttagediting.c:
20408         * gst/tcp/gsttcpplugin.c:
20409         * gst/typefind/gsttypefindfunctions.c:
20410         * gst/videorate/gstvideorate.c:
20411         * gst/videoscale/gstvideoscale.c:
20412         * gst/videotestsrc/gstvideotestsrc.c:
20413         * gst/volume/gstvolume.c:
20414         * sys/v4l/gstv4l.c:
20415         * sys/ximage/ximage.c:
20416         * sys/xvimage/xvimagesink.c:
20417           fix up defines
20418
20419 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20420
20421         * ext/vorbis/vorbisenc.c:
20422         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20423         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
20424         (gst_tag_to_vorbis_comments):
20425           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
20426
20427 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20428
20429         * examples/stats/mp2ogg.c:
20430         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20431           typo fixes
20432
20433 2005-10-13  Michael Smith <msmith@fluendo.com>
20434
20435         * ext/ogg/gstoggmux.c:
20436           Use magic glib macros to define constants as 64 bit, to ensure
20437           appropriate vararg passing.
20438
20439 2005-10-13  Michael Smith <msmith@fluendo.com>
20440
20441         * ext/ogg/gstoggmux.c:
20442         * gst/audioconvert/audioconvert.c: (float):
20443           Don't use LL suffix, as it's not portable, and neither of these
20444           uses required it anyway.
20445
20446 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20447
20448         * examples/indexing/indexmpeg.c: (main):
20449         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
20450         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
20451         (cdparanoia_convert), (cdparanoia_query):
20452         * ext/cdparanoia/gstcdparanoia.h:
20453         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20454         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
20455         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
20456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
20457         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
20458         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
20459         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
20460         (gst_multifdsink_render), (gst_multifdsink_start),
20461         (gst_multifdsink_stop):
20462         * gst/tcp/gstmultifdsink.h:
20463         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
20464         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
20465         (gst_tcpclientsink_stop):
20466         * gst/tcp/gsttcpclientsink.h:
20467         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
20468         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
20469         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
20470         * gst/tcp/gsttcpclientsrc.h:
20471         * gst/tcp/gsttcpserversink.h:
20472         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
20473         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
20474         (gst_tcpserversrc_stop):
20475         * gst/tcp/gsttcpserversrc.h:
20476         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
20477         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
20478         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
20479           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20480           moved bitshift from macro to enum definition
20481
20482 2005-10-12  Wim Taymans  <wim@fluendo.com>
20483
20484         * examples/seeking/Makefile.am:
20485         Oops.
20486
20487 2005-10-12  Wim Taymans  <wim@fluendo.com>
20488
20489         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
20490         (gst_ring_buffer_read), (gst_ring_buffer_clear):
20491         Don't assert on normal stuff.
20492
20493         * gst/playback/gstplaybin.c: (do_playbin_seek):
20494         API fix.
20495
20496 2005-10-12  Wim Taymans  <wim@fluendo.com>
20497
20498         * check/pipelines/simple_launch_lines.c: (run_pipeline):
20499         * examples/seeking/Makefile.am:
20500         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
20501         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20502         (do_seek), (set_update_scale), (message_received), (main):
20503         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
20504         (gst_ring_buffer_read), (gst_ring_buffer_clear):
20505         Update for _get_state() API change.
20506
20507 2005-10-11  Wim Taymans  <wim@fluendo.com>
20508
20509         * gst-libs/gst/audio/gstbaseaudiosink.c:
20510         (gst_base_audio_sink_render):
20511         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20512         (gst_base_audio_src_create):
20513         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
20514         (gst_ring_buffer_read):
20515         Cleanups.
20516         Commit and read from ringbuffer in samples rather than bytes.
20517
20518 2005-10-11  Wim Taymans  <wim@fluendo.com>
20519
20520         * gst-libs/gst/audio/gstbaseaudiosink.c:
20521         (gst_base_audio_sink_render):
20522         Respect segment rate and accum when scheduling samples.
20523
20524 2005-10-11  Julien MOUTTE  <julien@moutte.net>
20525
20526         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20527         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
20528         EOS correctly, that needs more work.
20529
20530 2005-10-11  Wim Taymans  <wim@fluendo.com>
20531
20532         * check/generic/states.c: (GST_START_TEST):
20533         remove old property.
20534
20535         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
20536         (gst_ogg_demux_perform_seek):
20537         * ext/theora/theoradec.c: (theora_dec_sink_event):
20538         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20539         (vorbis_handle_data_packet):
20540         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20541         (gst_base_rtp_depayload_set_gst_timestamp):
20542         * gst/videorate/gstvideorate.c: (gst_videorate_event):
20543         Update for newsegment API change.
20544
20545 2005-10-11  Michael Smith <msmith@fluendo.com>
20546
20547         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
20548         (do_playbin_seek), (gst_play_bin_send_event):
20549           Override send_event differently, so that we can takes bits of
20550           functionality from GstPipeline (special handling for seeks,
20551           including pausing/resuming, and resetting stream time) and still get
20552           the appropriate behaviour of only forwarding event to a single sink,
20553           rather than all of them.
20554           Unfortunately requires a lot of code duplication, but the
20555           alternatives are equally ugly in the end.
20556
20557 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20558
20559         * check/elements/audioconvert.c: (setup_audioconvert),
20560         (cleanup_audioconvert), (get_int_caps), (verify_convert),
20561         (GST_START_TEST), (audioconvert_suite):
20562           clean up tests a little, fix some leaks.
20563
20564 2005-10-10  Wim Taymans  <wim@fluendo.com>
20565
20566         * ext/alsa/gstalsasink.c:
20567         Also allow unsigned int.
20568
20569         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20570         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
20571         Small cleanup
20572
20573 2005-10-10  Wim Taymans  <wim@fluendo.com>
20574
20575         * check/pipelines/simple_launch_lines.c: (run_pipeline):
20576         Small update, use API as stated in design docs.
20577
20578         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20579         (update_scale), (do_seek), (seek_cb), (set_update_scale),
20580         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
20581         (message_received), (main):
20582         Updated seek example for GOption. Some usability improvements.
20583
20584 2005-10-10  Wim Taymans  <wim@fluendo.com>
20585
20586         * gst/audioconvert/audioconvert.h:
20587         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
20588         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
20589         Alloc temp storage somewhere else where we can do it more
20590         portable.
20591
20592 2005-10-10  Wim Taymans  <wim@fluendo.com>
20593
20594         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
20595         (gst_tcpserversrc_start):
20596         Don't block in accept while doing the state change, move
20597         to poll and make cancellable.
20598
20599 2005-10-09  Philippe Khalaf <burger@speedy.org>
20600
20601         * gst-libs/gst/rtp/rtpbasedepayload.c:
20602         Set timestamp and add queue delay to timestamp
20603         * gst-libs/gst/rtp/rtpbuffer.h:
20604         Set correct payload type for h263
20605
20606 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
20607
20608         * gst/audiotestsrc/gstaudiotestsrc.c:
20609         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
20610         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
20611         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
20612         (gst_audiotestsrc_create_triangle),
20613         (gst_audiotestsrc_create_silence),
20614         (gst_audiotestsrc_create_white_noise),
20615         (gst_audiotestsrc_init_pink_noise),
20616         (gst_audiotestsrc_generate_pink_noise_value),
20617         (gst_audiotestsrc_create_pink_noise),
20618         (gst_audiotestsrc_change_wave):
20619         * gst/audiotestsrc/gstaudiotestsrc.h:
20620           fixed typo, added pink noise
20621
20622 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
20623
20624         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
20625         (plugin_init):
20626           Add wavpack and spc typefind functions from 0.8 branch.
20627
20628 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
20629
20630         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
20631         (ar_type_find), (msdos_type_find), (plugin_init):
20632           Add typefind functions for tar archives, ar archives,
20633           RAR archives, and msdos-executables (dlls, exe, etc.).
20634           Some of those would be wrongly identified as mpeg
20635           streams of some sort before (#315550).
20636
20637 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
20638
20639         * configure.ac:
20640         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20641         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20642         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
20643         * gst/audiotestsrc/Makefile.am:
20644         * gst/audiotestsrc/gstaudiotestsrc.c:
20645         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
20646         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
20647         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
20648         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
20649         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
20650         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
20651         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
20652         (gst_audiotestsrc_create_silence),
20653         (gst_audiotestsrc_create_white_noise),
20654         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
20655         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
20656         (gst_audiotestsrc_start), (plugin_init):
20657         * gst/audiotestsrc/gstaudiotestsrc.h:
20658           add new plugin and element
20659         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
20660           use gobject_class
20661
20662 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
20663
20664         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
20665         (gst_adder_init), (gst_adder_request_new_pad),
20666         (gst_adder_change_state):
20667           Add query function to source pad, so adder reports the correct
20668           time/sample position when queried (#315457); fix state change
20669           function; use GST_DEBUG_FUNCPTR() for pad functions.
20670
20671 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20672
20673         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
20674           Fix leaks in typefind registration
20675           Clean up the gratuitous commenting and whitespacing a little
20676
20677 2005-10-08  Wim Taymans  <wim@fluendo.com>
20678
20679         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
20680         Only actually wait for the thread to be stopped if it's 
20681         running.
20682
20683 2005-10-08  Wim Taymans  <wim@fluendo.com>
20684
20685         * gst-libs/gst/audio/gstbaseaudiosink.c:
20686         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
20687         If we receive EOS we can start playback of what we had.
20688
20689 2005-10-08  Wim Taymans  <wim@fluendo.com>
20690
20691         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
20692         (gst_multifdsink_finalize), (multifdsink_hash_remove),
20693         (gst_multifdsink_stop):
20694         Fix crasher when going to NULL multiple times.
20695
20696 2005-10-06  Wim Taymans  <wim@fluendo.com>
20697
20698         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
20699         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
20700         * gst-libs/gst/audio/gstbaseaudiosrc.h:
20701         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
20702         patch from Edgard Lima <edgard.lima@indt.org.br>
20703         Fixed gstbaseaudiosrc adding ring buffer sync to it.
20704
20705 2005-10-06  Wim Taymans  <wim@fluendo.com>
20706
20707         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20708         Report the FLOW_RETURN as string in the error message.
20709
20710         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
20711         Don't assert when clearing an unnegotiated buffer.
20712
20713 2005-10-04  Michael Smith <msmith@fluendo.com>
20714
20715         * gst/playback/gstplaybasebin.c: (group_destroy),
20716         (gen_preroll_element), (remove_groups), (setup_source):
20717         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
20718         (setup_sinks), (gst_play_bin_send_event),
20719         (gst_play_bin_change_state):
20720           Set state to NULL before removing from bin. Fix refcounting.
20721
20722 2005-10-04  Michael Smith <msmith@fluendo.com>
20723
20724         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
20725           Correct refcounting in send_event() function. Previously was wrong
20726           if the first sink was unable to handle the event.
20727
20728 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20729
20730         * configure.ac:
20731           back to development
20732
20733 === release 0.9.3 ===
20734
20735 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
20736
20737         * configure.ac:
20738           Releasing 0.9.3, "De Facto"
20739
20740 2005-10-03  Andy Wingo  <wingo@pobox.com>
20741
20742         * gst/playback/gstdecodebin.c (try_to_link_1)
20743         (remove_element_chain): set element to NULL before removing it.
20744
20745 2005-10-02  Johan Dahlin  <johan@gnome.org>
20746
20747         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
20748         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
20749         MT safe.
20750
20751 2005-10-02  Andy Wingo  <wingo@pobox.com>
20752
20753         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
20754         (gst_ring_buffer_prepare_read): 
20755         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
20756         Demote to LOG.
20757
20758 2005-09-29  Wim Taymans  <wim@fluendo.com>
20759
20760         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
20761         * ext/theora/theoradec.c: (theora_handle_data_packet):
20762         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20763         Propagate error codes from alloc_buffer too.
20764
20765 2005-09-29  Wim Taymans  <wim@fluendo.com>
20766
20767         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20768         We use fixed caps.
20769
20770         * gst/playback/Makefile.am:
20771         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20772         (dump_element_stats), (main):
20773         Added example stream introspection code.
20774
20775 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
20776
20777         * gst/adder/gstadder.c: (gst_adder_collected):
20778           fix adder for float elements
20779
20780 2005-09-28  Wim Taymans  <wim@fluendo.com>
20781
20782         * gst-libs/gst/audio/gstbaseaudiosink.c:
20783         (gst_base_audio_sink_class_init),
20784         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
20785         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20786         (gst_base_audio_src_class_init),
20787         (gst_base_audio_src_provide_clock):
20788         get_clock -> provide_clock
20789
20790 2005-09-28  Andy Wingo  <wingo@pobox.com>
20791
20792         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
20793         and unlocking.
20794
20795         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
20796         unlocking.
20797
20798         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
20799         Actually add the pad template.
20800         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
20801
20802         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
20803         I'm at it...
20804
20805         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
20806         from fdsrc. Get caps in create() instead of start() so it can be
20807         interrupted. Interruption somewhat untested.
20808
20809         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
20810         Proper EOS handling.
20811
20812 2005-09-27  Andy Wingo  <wingo@pobox.com>
20813
20814         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
20815
20816         * gst/tcp/gsttcpserversrc.c: Cleaned up.
20817
20818         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
20819
20820         * gst/tcp/gsttcp.h: 
20821         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
20822         out of tcpclientsrc.c. Cancellable.
20823         (gst_tcp_socket_read): Made private, cancellable, with better
20824         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
20825         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
20826         whole buffer, and better diagnostics.
20827         (gst_tcp_gdp_read_caps): Same.
20828
20829         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
20830
20831 2005-09-26  Andy Wingo  <wingo@pobox.com>
20832
20833         * gst/sine/gstsinesrc.h:
20834         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
20835         change the 'sync' property to 'is-live' and implement it halfway,
20836         update for controller api change.
20837
20838         * gst/volume/gstvolume.c (volume_transform_ip): Update for
20839         controller api change.
20840
20841 2005-09-24  Wim Taymans  <wim@fluendo.com>
20842
20843         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
20844         * gst-libs/gst/audio/gstaudiosink.c:
20845         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
20846         (gst_audioringbuffer_stop):
20847         * gst-libs/gst/audio/gstbaseaudiosink.c:
20848         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
20849         (gst_base_audio_sink_change_state):
20850         * gst-libs/gst/audio/gstbaseaudiosink.h:
20851         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
20852         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
20853         (gst_ring_buffer_commit), (gst_ring_buffer_read):
20854         * gst-libs/gst/audio/gstringbuffer.h:
20855         Fix sync again. Moved sample alignment to basesink.
20856
20857 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20858
20859         * docs/plugins/Makefile.am:
20860         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
20861         * docs/plugins/gst-plugins-base-plugins-sections.txt:
20862         * gst/volume/gstvolume.c:
20863           add/fix docs
20864         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
20865         * gst-libs/gst/audio/audio.h:
20866           add conversion macros for frames <-> clocktime
20867
20868 2005-09-23  David Schleef  <ds@schleef.org>
20869
20870         * gst/audioresample/Makefile.am:
20871         * gst/audioresample/debug.h:
20872         * gst/audioresample/gstaudioresample.c:
20873         * gst/audioresample/resample.c: Convert to using gst debugging
20874
20875 2005-09-22  Wim Taymans  <wim@fluendo.com>
20876
20877         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20878         (gst_play_bin_send_event):
20879         Only seek on one sink, the first one that succeeds.
20880
20881 2005-09-22  Michael Smith <msmith@fluendo.com>
20882
20883         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20884         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20885         Don't flush encoder state unless we have an initialised encoder.
20886         Clear out encoder state on PAUSED_TO_READY.
20887
20888 2005-09-22  Wim Taymans  <wim@fluendo.com>
20889
20890         * gst-libs/gst/rtp/gstbasertppayload.c:
20891         (gst_basertppayload_class_init), (gst_basertppayload_init),
20892         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20893         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20894         (gst_basertppayload_is_filled), (gst_basertppayload_push),
20895         (gst_basertppayload_set_property),
20896         (gst_basertppayload_get_property),
20897         (gst_basertppayload_change_state):
20898         * gst-libs/gst/rtp/gstbasertppayload.h:
20899         Added max-ptime to control amount of data in the rtp packets.
20900
20901 2005-09-21  Andy Wingo  <wingo@pobox.com>
20902
20903         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
20904         thingies.
20905
20906         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
20907         can be called multiple times, dogs.
20908
20909 2005-09-21  Wim Taymans  <wim@fluendo.com>
20910
20911         * gst-libs/gst/rtp/gstbasertppayload.c:
20912         (gst_basertppayload_class_init), (gst_basertppayload_init),
20913         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20914         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20915         (gst_basertppayload_push), (gst_basertppayload_get_property),
20916         (gst_basertppayload_change_state):
20917         Allow 0 ssrc too.
20918
20919 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
20920
20921         * docs/libs/compiling.sgml:
20922           fixing typos
20923
20924 2005-09-20  Wim Taymans  <wim@fluendo.com>
20925
20926         * gst-libs/gst/rtp/gstbasertppayload.c:
20927         (gst_basertppayload_class_init), (gst_basertppayload_init),
20928         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20929         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20930         (gst_basertppayload_push), (gst_basertppayload_set_property),
20931         (gst_basertppayload_get_property),
20932         (gst_basertppayload_change_state):
20933         * gst-libs/gst/rtp/gstbasertppayload.h:
20934         Added property to configure sequence number offsets.
20935
20936 2005-09-20  Wim Taymans  <wim@fluendo.com>
20937
20938         * gst-libs/gst/rtp/gstbasertppayload.c:
20939         (gst_basertppayload_class_init), (gst_basertppayload_init),
20940         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20941         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20942         (gst_basertppayload_push), (gst_basertppayload_set_property),
20943         (gst_basertppayload_get_property),
20944         (gst_basertppayload_change_state):
20945         * gst-libs/gst/rtp/gstbasertppayload.h:
20946         Make timestamp offset configurable.
20947
20948 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20949
20950         * check/pipelines/simple_launch_lines.c: (run_pipeline):
20951           fix wrong pop/unref
20952
20953 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
20954
20955         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20956
20957         * gst-libs/gst/interfaces/propertyprobe.c:
20958         (gst_property_probe_probe_property_name),
20959         (gst_property_probe_needs_probe_name),
20960         (gst_property_probe_get_values_name),
20961         (gst_property_probe_probe_and_get_values_name):
20962           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
20963           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
20964
20965 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
20966
20967         * check/Makefile.am:
20968           have some tests be disabled for valgrinding
20969         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
20970         (GST_START_TEST):
20971         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
20972           Fix A Leak.  Chain To Parent Finalize.
20973
20974 2005-09-19  Wim Taymans  <wim@fluendo.com>
20975
20976         * examples/seeking/seek.c: (make_wav_pipeline), (main):
20977         Fixed wav pipeline.
20978
20979 2005-09-19  Wim Taymans  <wim@fluendo.com>
20980
20981         * gst-libs/gst/rtp/gstbasertppayload.c:
20982         (gst_basertppayload_class_init), (gst_basertppayload_init),
20983         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
20984         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
20985         (gst_basertppayload_push), (gst_basertppayload_get_property),
20986         (gst_basertppayload_change_state):
20987         Posting ERROR and WARNING messages is good.
20988
20989 2005-09-19  Wim Taymans  <wim@fluendo.com>
20990
20991         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20992         (gst_base_rtp_depayload_add_to_queue),
20993         (gst_base_rtp_depayload_push),
20994         (gst_base_rtp_depayload_set_gst_timestamp),
20995         (gst_base_rtp_depayload_queue_release):
20996         This one was not supposed to go in.
20997
20998 2005-09-19  Wim Taymans  <wim@fluendo.com>
20999
21000         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21001         Fix for bus API.
21002
21003         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21004         (gst_base_rtp_depayload_chain),
21005         (gst_base_rtp_depayload_add_to_queue),
21006         (gst_base_rtp_depayload_push),
21007         (gst_base_rtp_depayload_set_gst_timestamp),
21008         (gst_base_rtp_depayload_queue_release):
21009         Some cleanups.
21010
21011         * gst-libs/gst/rtp/gstbasertppayload.c:
21012         (gst_basertppayload_class_init), (gst_basertppayload_init),
21013         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21014         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21015         (gst_basertppayload_get_property),
21016         (gst_basertppayload_change_state):
21017         Added debugging category.
21018
21019 2005-09-18  David Schleef  <ds@schleef.org>
21020
21021         * gst/playback/gstdecodebin.c: free plugin list correctly
21022         * gst/playback/gstplaybin.c: emit warning if autovideosink
21023           and autoaudiosink can't be found (instead of segfaulting)
21024
21025 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21026
21027         * check/elements/audioconvert.c: (GST_START_TEST):
21028           try out 24 bit conversion
21029
21030 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21031
21032         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21033         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21034         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21035         * ext/vorbis/vorbisenc.h:
21036           Fix EOS handling.  Still needs a fix in the ogg muxer to
21037           mark the last page as eos.
21038
21039 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21040
21041         * common/gtk-doc-plugins.mak:
21042         * docs/plugins/Makefile.am:
21043         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21044         * gst/ffmpegcolorspace/Makefile.am:
21045         * gst/ffmpegcolorspace/avcodec.h:
21046         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21047         * gst/tcp/gstmultifdsink.c:
21048           fix up ffmpegcolorspace docs; extract header
21049
21050 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21051
21052         * common/gtk-doc-plugins.mak:
21053         * docs/plugins/Makefile.am:
21054         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21055         * ext/theora/Makefile.am:
21056         * ext/theora/gsttheoraenc.h:
21057         * ext/theora/theoraenc.c:
21058         * ext/vorbis/vorbisenc.c:
21059           pick up signals and args for vorbis; add some docs for vorbis
21060
21061 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21062
21063         * common/gstdoc-scangobj:
21064         * common/gtk-doc-plugins.mak:
21065         * docs/libs/Makefile.am:
21066         * docs/plugins/gst-plugins-base-plugins.args:
21067         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21068         * docs/plugins/gst-plugins-base-plugins.interfaces:
21069         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21070         * docs/plugins/gst-plugins-base-plugins.signals:
21071           only scanobj stuff from our source module.  Not sure yet
21072           if that's correct, given the hierarchy stuff :)
21073
21074 2005-09-15  Wim Taymans  <wim@fluendo.com>
21075
21076         * gst/audioconvert/gstaudioconvert.c:
21077         And enable 24 bits mode as well..
21078
21079 2005-09-15  Wim Taymans  <wim@fluendo.com>
21080
21081         * gst-libs/gst/rtp/Makefile.am:
21082         * gst-libs/gst/rtp/gstbasertppayload.c:
21083         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21084         (gst_basertppayload_class_init), (gst_basertppayload_init),
21085         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21086         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21087         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21088         (gst_basertppayload_set_property),
21089         (gst_basertppayload_get_property),
21090         (gst_basertppayload_change_state):
21091         * gst-libs/gst/rtp/gstbasertppayload.h:
21092         Added rtp payloader base class.
21093
21094 2005-09-15  Andy Wingo  <wingo@pobox.com>
21095
21096         * configure.ac (plugindir): Remove the EOL matcher from the
21097         regexp, as it causes me problems. Libtool? Make? Who knows?
21098
21099 2005-09-14  David Schleef  <ds@schleef.org>
21100
21101         * check/generic/states.c: 
21102         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21103         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21104           Fixes for changes in registry API.
21105
21106         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21107           to GST_PLUGIN_LDFLAGS.
21108         * ext/libvisual/visual.c: Make the library shut up.
21109         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21110         * gst-libs/gst/audio/gstaudiofilter.c: same
21111
21112 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21113
21114         * docs/plugins/Makefile.am:
21115         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21116         * docs/plugins/inspect/plugin-libvisual.xml:
21117         * docs/plugins/tmpl/element-tcpserversink.sgml:
21118         * ext/theora/theoraenc.c:
21119           add libvisual plugin and theoraenc element to docs
21120
21121 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21122
21123         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21124         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21125         * ext/theora/theoraenc.c:
21126           add theoraenc
21127
21128 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21129
21130         * gst/audioconvert/Makefile.am:
21131           Audioconvert derives from GstBaseTransform and should
21132           link to the library with our base elements to avoid
21133           unresolved symbols. Makes things work with MinGW (#316160)
21134
21135         * gst/playback/test4.c: (main):
21136           Fix MinGW build problem and use g_usleep() instead of 
21137           sleep() (#316162)
21138
21139 2005-09-12  Wim Taymans  <wim@fluendo.com>
21140
21141         * gst/audioconvert/audioconvert.c: (float),
21142         (audio_convert_prepare_context), (audio_convert_convert):
21143         * gst/audioconvert/audioconvert.h:
21144         Cleanups, speedups, simplifications, added back support
21145         for 24 bits.
21146
21147 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21148
21149         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21150         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21151         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21152         * docs/plugins/tmpl/element-tcpserversink.sgml:
21153         * gst/ffmpegcolorspace/gstffmpeg.c:
21154         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21155         * gst/videotestsrc/gstvideotestsrc.c:
21156         * gst/volume/gstvolume.c:
21157           add more elements to the docs
21158
21159 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21160
21161         * check/Makefile.am:
21162         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21163         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21164           Add extra tests for basetransform based components. 
21165           Comment out the test_element_negotiation test until we decide
21166           if it's testing correct behaviour.
21167         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21168         (gst_visual_chain), (gst_visual_change_state):
21169           Slightly more correct but still bogus timestamping.
21170           Fix state change function.
21171         * gst/audioconvert/gstaudioconvert.c:
21172         (gst_audio_convert_class_init):
21173         * gst/audioresample/gstaudioresample.c:
21174         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21175         (gst_ffmpegcsp_class_init):
21176         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21177         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21178         (gst_videoscale_prepare_image):
21179         * gst/volume/gstvolume.c: (gst_volume_class_init),
21180         (volume_transform_ip):
21181           Basetransform updates. Enable passthrough modes.
21182         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21183         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21184         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21185           Negotiation fix that allows the window to return to the original
21186           size and renegotiate passthrough upstream. Extra debug output.
21187
21188 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21189
21190         * gst/sine/gstsinesrc.c:
21191         * gst/volume/gstvolume.c:
21192           fix up header include
21193
21194 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21195
21196         * gst-libs/gst/audio/gstbaseaudiosink.c:
21197         (gst_base_audio_sink_render):
21198         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21199         * gst/volume/gstvolume.c: (gst_volume_class_init),
21200         (volume_transform):
21201           fixing lost sync, some more debugging
21202
21203 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
21204
21205         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21206         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21207         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21208         (gst_xvimagesink_check_xshm_calls):
21209           Fix compilation when XShm is not available.
21210
21211 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21212
21213         * ext/libvisual/visual.c: (gst_visual_dispose),
21214         (gst_visual_getcaps), (gst_visual_src_setcaps),
21215         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21216         (gst_visual_change_state):
21217           Finish fixing up libvisual plugin so that it runs. 
21218
21219 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21220
21221         * ext/vorbis/vorbisenc.c:
21222         * gst-libs/gst/tag/gstvorbistag.c:
21223           gsttaginterface.h -> gsttagsetter.h
21224
21225 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21226
21227         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
21228           added another test that failes for me (test is not active by default)
21229
21230 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21231
21232         * configure.ac:
21233           v4l2 is no longer in gst-plugins-base
21234
21235 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21236
21237         * configure.ac:
21238           In the output at the end, don't show the first plugin on the same
21239           line as "Core plug-ins, always built:".
21240           Indent the output as for other plugin categories
21241         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
21242           #define that can be used to not use peer buffer_alloc functions for
21243           test purposes.
21244         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21245         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
21246         (gst_ximagesink_show_frame):
21247         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21248         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
21249         (gst_xvimagesink_show_frame):
21250           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
21251           fails gracefully instead of XError aborting or deadlocking.
21252
21253 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21254
21255         * ext/libvisual/Makefile.am:
21256           link against gst-base-libs
21257
21258 2005-09-06  David Schleef  <ds@schleef.org>
21259
21260         * configure.ac: Enable libvisual plugin.
21261         * ext/libvisual/Makefile.am:
21262         * ext/libvisual/visual.c: Fixes to make it compile.
21263
21264 === release 0.9.2 ===
21265
21266 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21267
21268         * NEWS:
21269         * RELEASE:
21270         * configure.ac:
21271         * docs/random/ChangeLog-0.8:
21272           releasing 0.9.2, "Spoon"
21273
21274 2005-09-05  Michael Smith <msmith@fluendo.com>
21275
21276         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
21277           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
21278           that in the vorbisenc element.
21279
21280 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21281
21282         * common/gtk-doc-plugins.mak:
21283         * docs/plugins/Makefile.am:
21284           fix distcheck
21285         * gst/audioresample/resample.c:
21286           fix wrong docstring
21287
21288 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21289
21290         * common/gst-xmlinspect.py:
21291         * common/gtk-doc-plugins.mak:
21292           only inspect plugins for this given package
21293           require gst-python 0.9
21294
21295 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21296
21297         * Makefile.am:
21298         * autogen.sh:
21299         * common/gst-xmlinspect.py:
21300         * configure.ac:
21301         * docs/Makefile.am:
21302         * docs/plugins/inspect/plugin-alsa.xml:
21303         * docs/plugins/inspect/plugin-audioresample.xml:
21304         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21305         * docs/plugins/inspect/plugin-ogg.xml:
21306         * docs/plugins/tmpl/element-gnomevfssink.sgml:
21307         * docs/plugins/tmpl/element-multifdsink.sgml:
21308         * docs/plugins/tmpl/element-tcpserversink.sgml:
21309         * docs/plugins/tmpl/element-vorbisenc.sgml:
21310         * gst-plugins-base.spec.in:
21311           various doc-related updates
21312
21313 2005-08-31  Wim Taymans  <wim@fluendo.com>
21314
21315         * gst-libs/gst/audio/gstbaseaudiosink.c:
21316         (gst_base_audio_sink_render):
21317         Resync if the buffer timestamps drift more than a 10th 
21318         of a second.
21319
21320 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
21321
21322         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
21323         (gst_v4lsrc_get_property):
21324           The 'timestamp-offset' property is registered as an int64, so
21325           let's use g_value_{set|get}_int64() in our setter and getter
21326           functions (makes it work and fixes warnings with gst-inspect).
21327
21328 2005-08-30  Wim Taymans  <wim@fluendo.com>
21329
21330         * check/elements/audioconvert.c: (setup_audioconvert):
21331         * check/elements/audioresample.c: (setup_audioresample):
21332         * check/elements/volume.c: (setup_volume):
21333         Fix checks.
21334
21335 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21336
21337         * common/gtk-doc-plugins.mak:
21338         * common/plugins.xsl:
21339         * docs/plugins/Makefile.am:
21340           make module a param
21341
21342 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21343
21344         * examples/seeking/seek.c: (make_mp3_pipeline),
21345         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
21346         (play_cb), (pause_cb), (stop_cb):
21347           update the example
21348
21349 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21350
21351         * gst/volume/gstvolume.c: (gst_volume_class_init),
21352         (volume_transform):
21353           do not update controlled params, if buffer has no timestamp
21354
21355 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
21356
21357         * configure.ac:
21358         * gst/sine/Makefile.am:
21359         * gst/volume/Makefile.am:
21360           controllerized elements also need to link against controller-libs ;)
21361
21362 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
21363
21364         * docs/libs/tmpl/gstcolorbalance.sgml:
21365         * docs/libs/tmpl/gstgconf.sgml:
21366         * docs/libs/tmpl/gstmixer.sgml:
21367         * docs/libs/tmpl/gstringbuffer.sgml:
21368         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21369         (gst_sinesrc_create):
21370         * gst/volume/gstvolume.c: (gst_volume_class_init),
21371         (volume_transform):
21372           controllerized two audio plugins
21373
21374 2005-08-29  Andy Wingo  <wingo@pobox.com>
21375
21376         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
21377         (vorbis_handle_data_packet): Fix some int overflow errors.
21378
21379         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
21380         -1.
21381         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
21382         valid.
21383         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
21384         if it's valid. Fixed streaming-mode playback.
21385
21386         * check/elements/volume.c (cleanup_volume): Fix for running
21387         CK_FORK=no.
21388
21389         * check/elements/audioconvert.c: Convert from native endian, not
21390         little endian.
21391
21392 2005-08-29  Michael Smith <msmith@fluendo.com>
21393
21394         * ext/ogg/Makefile.am:
21395         * ext/ogg/gstogg.c: (plugin_init):
21396         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
21397         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
21398         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
21399         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
21400         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
21401         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
21402         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
21403         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
21404         Add an ogg parser element.
21405
21406 2005-08-28  Andy Wingo  <wingo@pobox.com>
21407
21408         * Updates for two-arg init from GST_BOILERPLATE_FULL.
21409
21410 2005-08-26  Wim Taymans  <wim@fluendo.com>
21411
21412         * gst/audioconvert/audioconvert.c: (if), (float),
21413         (audio_convert_get_func_index), (check_default),
21414         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21415         (audio_convert_clean_context), (audio_convert_get_sizes),
21416         (audio_convert_convert):
21417         Cleanups.
21418
21419 2005-08-26  Wim Taymans  <wim@fluendo.com>
21420
21421         * gst/audioconvert/audioconvert.c: (if), (float),
21422         (audio_convert_get_func_index), (check_default),
21423         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21424         (audio_convert_clean_context), (audio_convert_get_sizes),
21425         (audio_convert_convert):
21426         More elegant and working temp buffer selection algo.
21427
21428 2005-08-26  Wim Taymans  <wim@fluendo.com>
21429
21430         * gst/audioconvert/audioconvert.c: (if), (float),
21431         (audio_convert_get_func_index), (check_default),
21432         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21433         (audio_convert_clean_context), (audio_convert_get_sizes),
21434         (get_temp_buffer), (audio_convert_convert):
21435         Use realloc else we lose our original data.
21436
21437 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21438
21439         * gst/audioresample/gstaudioresample.c:
21440           use base class' newsegment to properly timestamp
21441
21442 2005-08-26  Wim Taymans  <wim@fluendo.com>
21443
21444         * gst/audioconvert/audioconvert.c: (if), (float),
21445         (audio_convert_get_func_index), (check_default),
21446         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21447         (audio_convert_clean_context), (audio_convert_get_sizes),
21448         (get_temp_buffer), (audio_convert_convert):
21449         * gst/audioconvert/gstaudioconvert.c:
21450         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
21451         (gst_audio_convert_transform_caps),
21452         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
21453         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
21454         Oops, allocate enough space to perform the channel mix.
21455
21456 2005-08-26  Wim Taymans  <wim@fluendo.com>
21457
21458         * gst/audioconvert/Makefile.am:
21459         * gst/audioconvert/audioconvert.c: (if), (float),
21460         (audio_convert_get_func_index), (check_default),
21461         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21462         (audio_convert_clean_context), (audio_convert_get_sizes),
21463         (get_temp_buffer), (audio_convert_convert):
21464         * gst/audioconvert/audioconvert.h:
21465         * gst/audioconvert/gstaudioconvert.c:
21466         (gst_audio_convert_class_init), (gst_audio_convert_init),
21467         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
21468         (gst_audio_convert_get_unit_size),
21469         (gst_audio_convert_transform_caps),
21470         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
21471         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
21472         * gst/audioconvert/gstaudioconvert.h:
21473         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21474         (gst_channel_mix_fill_identical),
21475         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
21476         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
21477         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
21478         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
21479         (gst_channel_mix_mix):
21480         * gst/audioconvert/gstchannelmix.h:
21481         Cleanups, librarify a bit, optimize, better negotiation and more.
21482
21483 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
21484
21485         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
21486         Another from MikeS:
21487         During typefinding, don't support negative offsets
21488         (offsets from the end of the stream) in our typefind->peek() function
21489         - nothing embedded in ogg ever needs them. However, we need to recognise
21490         those requests and reject them, otherwise we return invalid pointers.
21491
21492 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
21493
21494         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
21495         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
21496         (vorbisdec_finalize), (vorbis_handle_type_packet):
21497           Big shout-out to MikeS for fixing this giant memory leak.
21498           Huzzah!
21499
21500 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21501
21502         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
21503         (audio_convert_get_unit_size):
21504           plug some leaks
21505
21506 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21507
21508         * check/Makefile.am:
21509         * check/elements/audioconvert.c: (setup_audioconvert),
21510         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21511         (GST_START_TEST), (audioconvert_suite), (main):
21512           add a test for audioconvert
21513         * gst/audioresample/gstaudioresample.c:
21514         * gst/audioresample/gstaudioresample.h:
21515           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
21516           note that for buffers of 1/3 sec this means DURATION(c) is 
21517           one nanosecond more than for a and b
21518
21519 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21520
21521         * check/Makefile.am:
21522         * check/elements/audioresample.c: (setup_audioresample),
21523         (cleanup_audioresample), (fail_unless_perfect_stream),
21524         (test_perfect_stream_instance), (GST_START_TEST),
21525           add a check for audioresample
21526         (audioresample_suite), (main):
21527         * check/elements/volume.c: (GST_START_TEST):
21528           remove unused method
21529         * gst/audioresample/gstaudioresample.c:
21530           set correct buffer parameters since we're changing them
21531         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21532           add some debug
21533
21534 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21535
21536         * gst/audioresample/debug.c:
21537         * gst/audioresample/gstaudioresample.c:
21538           add room for extra overlap samples when asked to transform size
21539           protect against possible mem corruption and check for discrepancies
21540           between written size and outbuffer's size so we can warn for
21541           potential problems
21542         * gst/audioresample/resample.c: (resample_init),
21543         (resample_get_output_size_for_input), (resample_get_output_size),
21544         (resample_set_n_channels), (resample_set_format):
21545           set debug level based on RESAMPLE_DEBUG env var
21546           make sure that get_output_size* returns a whole number of
21547           sample_size
21548           set sample_size each time either channel or format is set
21549         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
21550         * gst/audioresample/resample_functable.c:
21551         (resample_scale_functable):
21552         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21553           remove r->sample_size, it's done in resample.c now
21554           add some debugging to the ref implementation
21555           make sure we only give back bytes that are wholes of the sample
21556           size
21557
21558 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
21559         * gst/playback/gstplaybasebin.c: (fill_buffer):
21560         Revert unpopular change for GST_MESSAGE_SRC to GObject.
21561
21562 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
21563
21564         * gst/volume/gstvolume.c:
21565           made set_caps function static
21566
21567 2005-08-24  Wim Taymans  <wim@fluendo.com>
21568
21569         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21570         (gst_vorbisenc_change_state):
21571         Stop leaking taglists.
21572
21573 2005-08-24  Wim Taymans  <wim@fluendo.com>
21574
21575         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21576         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
21577         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
21578         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
21579         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
21580         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
21581         Parse seeking events better.
21582         Unref static caps.
21583         Generate correct newsegment events, fixes seeking in live oggs.
21584
21585         * ext/theora/theoradec.c: (theora_dec_src_query),
21586         (theora_dec_src_event), (theora_dec_src_getcaps),
21587         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
21588         Use newsegment values to report correct play time.
21589
21590         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21591         (vorbis_dec_src_event), (vorbis_dec_sink_event):
21592         * ext/vorbis/vorbisdec.h:
21593         Parse and use newsegment values to report correct play time.
21594
21595         * gst-libs/gst/audio/gstbaseaudiosink.c:
21596         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21597         Clear ringbuffer on flush.
21598         Use newsegment values to calculate playback time.
21599
21600         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
21601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
21602         Basesink does newsegment calculations for us now.
21603
21604 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21605
21606         * check/Makefile.am:
21607         * configure.ac:
21608           add core's plugins to the mix so that playbin works
21609         * check/generic/states.c: (GST_START_TEST):
21610           set a 0 timeout on pipelines, so they don't force the next
21611           state change
21612         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
21613         (gst_play_base_bin_change_state):
21614           remove the crappy error handling and do GST error handling
21615
21616 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21617
21618         * check/Makefile.am:
21619         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
21620           add same test as to core, it bitches out on playbin atm.
21621
21622 2005-08-24  Wim Taymans  <wim@fluendo.com>
21623
21624         * configure.ac:
21625         Remove audioscale.
21626
21627 2005-08-24  Wim Taymans  <wim@fluendo.com>
21628
21629         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
21630         (gst_videoscale_prepare_size), (parse_caps),
21631         (gst_videoscale_set_caps), (gst_videoscale_get_size),
21632         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
21633         (gst_videoscale_transform):
21634         * gst/videoscale/gstvideoscale.h:
21635         Refactor, make use of BaseTranform really well.
21636
21637 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21638
21639         * configure.ac:
21640           compile audioresample
21641         * gst/audioresample/Makefile.am:
21642         * gst/audioresample/buffer.c:
21643         * gst/audioresample/functable.c:
21644         * gst/audioresample/gstaudioresample.c:
21645         * gst/audioresample/gstaudioresample.h:
21646         * gst/audioresample/resample.c:
21647         (resample_get_output_size_for_input):
21648         * gst/audioresample/resample.h:
21649         * gst/audioresample/resample_chunk.c:
21650         * gst/audioresample/resample_functable.c:
21651         * gst/audioresample/resample_ref.c:
21652           port to use basetransform; doesn't work in all cases yet
21653
21654 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21655
21656         * gst/audioconvert/gstaudioconvert.c:
21657         (gst_audio_convert_class_init), (gst_audio_convert_init),
21658         (audio_convert_get_unit_size), (audio_convert_transform_caps),
21659         (audio_convert_fixate_caps), (audio_convert_set_caps),
21660         (audio_convert_transform),
21661         (gst_audio_convert_buffer_to_default_format),
21662         (gst_audio_convert_buffer_from_default_format),
21663         (gst_audio_convert_channels):
21664         * gst/audioconvert/gstchannelmix.c:
21665         * gst/audioconvert/gstchannelmix.h:
21666           port to basetransform
21667         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21668         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
21669         (gst_ffmpegcsp_get_unit_size):
21670         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21671         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
21672           fix for basetransform changes
21673
21674 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
21675
21676         * check/Makefile.am:
21677           Add CHECK_CFLAGS and LDFLAGS
21678
21679         * gst/playback/gstplaybasebin.c: (fill_buffer):
21680           GST_MESSAGE_SRC became a GObject
21681
21682 2005-08-24  Wim Taymans  <wim@fluendo.com>
21683
21684         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
21685         (gst_ring_buffer_clear_all):
21686         * gst-libs/gst/audio/gstringbuffer.h:
21687         Added function to clear the ringbuffer.
21688
21689 2005-08-24  Andy Wingo  <wingo@pobox.com>
21690
21691         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
21692         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
21693         of _open and _close.
21694
21695         * sys/v4l/gstv4lxoverlay.h:
21696         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
21697         an Xv connection here, instead of all the time. Make Xv only be
21698         loaded if you axe for it. Kindof a workaround for buggy behaviour
21699         of Xv when using remote xservers (XvQueryExtension would block).
21700         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
21701         replace the _open and _close public API. Only start the xv
21702         connection if necessary.
21703         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
21704
21705 2005-08-23  David Schleef  <ds@schleef.org>
21706
21707         * gst/audioresample/Makefile.am: Leet audioresampling code
21708         * gst/audioresample/buffer.c:
21709         * gst/audioresample/buffer.h:
21710         * gst/audioresample/debug.c:
21711         * gst/audioresample/debug.h:
21712         * gst/audioresample/functable.c:
21713         * gst/audioresample/functable.h:
21714         * gst/audioresample/gstaudioresample.c:
21715         * gst/audioresample/gstaudioresample.h:
21716         * gst/audioresample/resample.c:
21717         * gst/audioresample/resample.h:
21718         * gst/audioresample/resample_chunk.c:
21719         * gst/audioresample/resample_functable.c:
21720         * gst/audioresample/resample_ref.c:
21721
21722 2005-08-23  Wim Taymans  <wim@fluendo.com>
21723
21724         * examples/seeking/seek.c: (make_vorbis_pipeline),
21725         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
21726         Small seek updates.
21727
21728 2005-08-23  Andy Wingo  <wingo@pobox.com>
21729
21730         * gst-libs/gst/audio/gstbaseaudiosrc.c
21731         (gst_base_audio_src_fixate): Only fixate endianness if it is
21732         present in the caps.
21733
21734 2005-08-22  Andy Wingo  <wingo@pobox.com>
21735
21736         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
21737         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
21738         device-name property.
21739
21740         * gst-libs/gst/audio/gstaudiosrc.h:
21741         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
21742         close_device in the ring buffer, like gstaudiosink.
21743
21744         * ext/alsa/gstalsamixer.h:
21745         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
21746         macro to implement the interface without much code. Cleanups. 
21747
21748         * ext/alsa/gstalsasrc.h:
21749         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
21750         READY.
21751
21752         * ext/alsa/Makefile.am: Add new files.
21753         * ext/alsa/gstalsamixerelement.c: 
21754         * ext/alsa/gstalsamixerelement.c: Split element code out from
21755         mixer code so that alsasrc can be a mixer too.
21756
21757 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21758
21759         * check/elements/volume.c: (setup_volume), (cleanup_volume),
21760         (GST_START_TEST):
21761         * check/elements/vorbisdec.c: (setup_vorbisdec),
21762         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
21763         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21764         (vorbis_handle_identification_packet),
21765         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
21766         (vorbis_handle_header_packet), (vorbis_dec_push),
21767         (vorbis_dec_chain):
21768           use the setup/teardown methods to save code.  save code is good.
21769
21770 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21771
21772         * check/Makefile.am:
21773           add ext dir for plugins
21774           add vorbisdec test conditionally
21775         * check/elements/volume.c: (setup_volume), (cleanup_volume),
21776         (GST_START_TEST), (volume_suite):
21777           add a test with wrong caps
21778         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
21779         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
21780           add a vorbisdec test
21781         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
21782         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
21783           clean up debug output
21784         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21785           yay, fix a segfault/security issue in vorbisdec
21786           gst-launch fakesrc ! vorbisdec wasn't happy
21787         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
21788         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
21789         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
21790         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
21791         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
21792         (gst_vorbisenc_set_metadata), (get_constraints_string),
21793         (update_start_message), (gst_vorbisenc_setup),
21794         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
21795         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
21796         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
21797         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
21798         * ext/vorbis/vorbisenc.h:
21799           march in line
21800         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21801         (gst_ffmpegcsp_transform):
21802           have the kow come home
21803         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
21804           debug my func ptr
21805         * gst/volume/gstvolume.c: (volume_set_caps):
21806           add a debug
21807
21808 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21809
21810         * Makefile.am:
21811         * check/.cvsignore:
21812         * check/Makefile.am:
21813         * check/elements/.cvsignore:
21814         * check/elements/volume.c: (chain_func), (event_func),
21815         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
21816         (main):
21817         * configure.ac:
21818           add unit test structure for gst-plugins-base
21819           add a test for volume
21820         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
21821         (gst_volume_set_volume), (gst_volume_get_volume),
21822         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
21823         (volume_funcfind), (volume_process_float), (volume_process_int16),
21824         (volume_set_caps), (volume_transform), (volume_update_mute),
21825         (volume_update_volume), (volume_set_property),
21826         (volume_get_property):
21827           document a little; use basetransform vmethod _set_caps
21828
21829 2005-08-19  Andy Wingo  <wingo@pobox.com>
21830
21831         * ext/alsa/gstalsamixertrack.h:
21832         * ext/alsa/gstalsamixertrack.c:
21833         * ext/alsa/gstalsamixeroptions.h:
21834         * ext/alsa/gstalsamixeroptions.c:
21835         * ext/alsa/gstalsamixer.h:
21836         * ext/alsa/gstalsamixer.c: Port to 0.9.
21837
21838         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
21839         Remove gstalsa.c and alsaclock. No more cruft here.
21840         
21841 2005-08-18  Wim Taymans  <wim@fluendo.com>
21842
21843         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21844         (gst_base_rtp_depayload_chain),
21845         (gst_base_rtp_depayload_add_to_queue),
21846         (gst_base_rtp_depayload_push),
21847         (gst_base_rtp_depayload_queue_release):
21848         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21849         Fix for RTPBuffer changes.
21850
21851         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
21852         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
21853         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
21854         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
21855         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
21856         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
21857         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
21858         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
21859         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
21860         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
21861         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
21862         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
21863         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
21864         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
21865         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
21866         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
21867         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
21868         (gst_rtpbuffer_get_payload):
21869         * gst-libs/gst/rtp/gstrtpbuffer.h:
21870         Don't subclass GstBuffer but add methods and helper functions
21871         to construct and manipulate RTP packets in regular GstBuffers.
21872
21873 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
21874
21875         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
21876           moved statement below switch
21877         * gst/volume/gstvolume.c: (gst_volume_class_init):
21878           added debug ptr
21879
21880 2005-08-16  Wim Taymans  <wim@fluendo.com>
21881
21882         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21883         (gst_base_audio_src_change_state):
21884         Open and close device in READY<->NULL state change.
21885
21886 2005-08-16  Andy Wingo  <wingo@pobox.com>
21887
21888         * examples/seeking/Makefile.am: Don't compile non-compiling
21889         compiled objects with the compiler.
21890
21891         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
21892         elements.
21893
21894 2005-08-12  Philippe Khalaf <burger@speedy.org>
21895         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21896         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21897           Made a thread to release the queue.
21898           Removed timestamp conversion for now.
21899
21900 2005-08-10  Philippe Khalaf <burger@speedy.org>
21901         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21902         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21903           Added rtp timestamp -> gst timestamp conversion.
21904           Fixed several problems with queue.
21905
21906 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
21907
21908         * gst-libs/gst/audio/gstaudioclock.h:
21909         * gst-libs/gst/audio/gstaudiofilter.h:
21910         * gst-libs/gst/audio/gstaudiosink.h:
21911         * gst-libs/gst/audio/gstaudiosrc.h:
21912         * gst-libs/gst/audio/gstbaseaudiosink.h:
21913         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21914         * gst-libs/gst/audio/gstringbuffer.h:
21915         * gst-libs/gst/net/gstnetbuffer.h:
21916         * gst-libs/gst/rtp/gstbasertpdepayload.h:
21917         * gst-libs/gst/rtp/gstrtpbuffer.h:
21918           Add padding (you will need to rebuild gst-plugins-base,
21919           gst-plugins and all applications afterwards!)
21920
21921 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
21922
21923         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
21924         (gst_riff_parse_chunk):
21925           Fix bug in debug message and add some more debug messages.
21926
21927 2005-08-08  Edward Hervey  <edward@fluendo.com>
21928
21929         * gst-libs/gst/riff/riff-media.c:
21930         backported updates since branch
21931
21932 2005-08-08  Andy Wingo  <wingo@pobox.com>
21933
21934         * gst-libs/gst/audio/gstbaseaudiosink.c
21935         (gst_base_audio_sink_change_state): Open the device in NULL->READY
21936         like good elements should. Close on READY->NULL too.
21937
21938         * gst-libs/gst/audio/gstaudiosink.c
21939         (gst_audioringbuffer_open_device,
21940         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
21941         (gst_audioringbuffer_release): Updates for new ring buffer API,
21942         hook into the new audio sink api.
21943
21944         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
21945         (GstAudioSinkClass.close): Just open and close the device -- no
21946         resource allocation or configuration.
21947         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
21948         vmethods, handle device setup and resource allocation.
21949
21950         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
21951         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
21952         base class API.
21953
21954         * gst-libs/gst/audio/gstringbuffer.h
21955         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
21956         New vmethods.
21957
21958         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
21959         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
21960         New API functions. The device should be opened before acquiring
21961         and closed after releasing.
21962
21963 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
21964
21965         * gst-libs/gst/interfaces/mixer.h:
21966           Reset padding to GST_PADDING.
21967
21968 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21969
21970         * gst/playback/gstplaybin.c: (remove_sinks):
21971           Remove visualization from parent explicitely; works around some
21972           apparent refcount issue that I haven't tracked down yet.
21973
21974 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21975
21976         * ext/alsa/gstalsasink.c: (set_hwparams):
21977           Assign debug category, add negotiation debug msgs.
21978
21979 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21980
21981         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
21982           Fix error code for file-not-found to NOT_FOUND.
21983
21984 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21985
21986         * common/gtk-doc-plugins.mak:
21987         * docs/plugins/Makefile.am:
21988         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21989         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21990           renamed to actual element names, so much nicer to look at
21991         * docs/plugins/tmpl/gstmultifdsink.sgml:
21992           remove
21993         * docs/plugins/tmpl/multifdsink.sgml:
21994         * docs/plugins/tmpl/tcpserversink.sgml:
21995           add
21996         * ext/alsa/gstalsa.c:
21997         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
21998         * ext/ogg/gstoggmux.c:
21999         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22000         * gst/playback/gstdecodebin.c:
22001         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22002         * gst/tcp/gsttcpserversink.c:
22003           various fixes and documentation additions
22004
22005 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22006
22007         * common/Makefile.am:
22008         * common/gstdoc-scangobj:
22009         * common/gtk-doc-plugins.mak:
22010         * common/gtk-doc.mak:
22011           add a custom scangobj that uses the registry
22012           add a custom gtk-doc-plugins.mak that uses it
22013           some doc build fixes
22014         * configure.ac:
22015         * docs/Makefile.am:
22016         * docs/plugins/Makefile.am:
22017         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22018         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22019         * docs/plugins/gst-plugins-base-plugins.types:
22020         * docs/plugins/tmpl/gstmultifdsink.sgml:
22021           add docs for one element, multifdsink
22022         * gst/adder/gstadder.h:
22023         * gst/volume/gstvolume.h:
22024           don't privatize enum
22025         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22026         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22027         (gst_sync_method_get_type), (gst_client_status_get_type),
22028         (gst_multifdsink_class_init),
22029         (gst_multifdsink_client_queue_buffer),
22030         (gst_multifdsink_handle_client_write):
22031         * gst/tcp/gstmultifdsink.h:
22032         * gst/tcp/gsttcp.h:
22033         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22034         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22035         (gst_tcpclientsink_render):
22036         * gst/tcp/gsttcpclientsink.h:
22037         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22038         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22039         (gst_tcpclientsrc_start):
22040         * gst/tcp/gsttcpclientsrc.h:
22041         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22042         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22043         * gst/tcp/gsttcpserversrc.h:
22044         * gst/typefind/gsttypefindfunctions.c:
22045           remove superfluous Type stuff
22046
22047 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22048
22049         * gst/playback/gstplaybin.c: (gen_video_element):
22050           Enable videoscale.
22051
22052 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22053
22054         * gst-libs/gst/gconf/gconf.c:
22055         * gst-libs/gst/gconf/gconf.h:
22056           Fix some Andy Problem [tm].
22057
22058 2005-08-04  Andy Wingo  <wingo@pobox.com>
22059
22060         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22061         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22062         (gst_ffmpegcsp_get_size): Adapt to API changes.
22063
22064         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22065         Implement an in-place do-nothing transform.
22066
22067 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22068
22069         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22070         (gst_ximagesink_renegotiate_size):
22071           Do not set new window sizes yet if we prepare a new buffer size
22072           for upstream renegotiation (software scaling) at some point in the
22073           future, because this new size waqs not actually accepted yet. Once
22074           accepted, renegotiation later on will set the new sizes just fine.
22075           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22076           embedding testcase.
22077
22078 2005-08-03  Andy Wingo  <wingo@pobox.com>
22079
22080         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22081         (gst_ximagesink_buffer_alloc): 
22082         Protect the height, width, and desired_caps with the pool_lock.
22083         Fixes videotestsrc ! queue ! ximagesink.
22084
22085 2005-08-02  Edward Hervey  <edward@fluendo.com>
22086
22087         * gst/volume/gstvolume.c:
22088         include left from controller cleanup
22089
22090 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22091         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22092           Stop collectpads before calling the parent state
22093           change function on PAUSED->READY.
22094
22095 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22096         * configure.ac:
22097           When testing for X libs, use the X CFlags 
22098         * gst/adder/gstadder.c: (gst_adder_change_state):
22099           Stop the collectpads before calling parent state change function
22100           on PAUSED->READY, otherwise we deadlock deactivating pads.
22101
22102 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22103
22104         * configure.ac:
22105         * docs/libs/tmpl/gstcolorbalance.sgml:
22106         * docs/libs/tmpl/gstmixer.sgml:
22107         * examples/Makefile.am:
22108         * gst/sine/Makefile.am:
22109         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22110         (gst_sinesrc_set_property), (plugin_init):
22111         * gst/sine/gstsinesrc.h:
22112         * gst/volume/Makefile.am:
22113         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22114         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22115         (volume_process_float), (volume_process_int16),
22116         (volume_set_property), (plugin_init):
22117         * gst/volume/gstvolume.h:
22118           deactivate and remove dparams (libgstcontrol)
22119
22120 2005-07-29  Wim Taymans  <wim@fluendo.com>
22121
22122         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22123         Convert me to BaseTransform!! help..
22124
22125 2005-07-29  Andy Wingo  <wingo@pobox.com>
22126
22127         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22128         sinks.
22129
22130         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22131         support of both endiannesses.
22132
22133 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22134
22135         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22136           Fix confusing debug message (s/event/query/)
22137
22138 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22139
22140         * gst/videotestsrc/videotestsrc.h:
22141           Use "_stdint.h" instead of <stdint.h>
22142
22143 2005-07-27  Wim Taymans  <wim@fluendo.com>
22144
22145         * ext/vorbis/Makefile.am:
22146         Revert wrong commit.
22147
22148 2005-07-27  Wim Taymans  <wim@fluendo.com>
22149
22150         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22151         More compilation fixen.
22152
22153 2005-07-27  Wim Taymans  <wim@fluendo.com>
22154
22155         * gst-libs/gst/audio/gstbaseaudiosink.c:
22156         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22157         (gst_base_audio_sink_create_ringbuffer),
22158         (gst_base_audio_sink_change_state):
22159         Fix compilation.
22160
22161 2005-07-27  Wim Taymans  <wim@fluendo.com>
22162
22163         * examples/seeking/seek.c: (setup_dynamic_link),
22164         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22165         (query_positions_elems), (query_positions_pads), (do_seek):
22166         Update seek example.
22167
22168         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22169         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22170         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22171         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22172         (gst_ogg_demux_handle_event),
22173         (gst_ogg_demux_deactivate_current_chain),
22174         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22175         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22176         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22177         (gst_ogg_demux_loop):
22178         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22179         * ext/theora/theoradec.c: (theora_dec_src_event),
22180         (theora_dec_src_getcaps), (theora_dec_sink_event),
22181         (theora_dec_push), (theora_dec_chain):
22182         * ext/vorbis/Makefile.am:
22183         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22184         (vorbis_dec_sink_event), (vorbis_dec_push),
22185         (vorbis_handle_data_packet):
22186         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22187         (gst_vorbisenc_chain):
22188         * gst/playback/gststreaminfo.c: (cb_probe):
22189         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22190         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22191         * gst/videoscale/gstvideoscale.c:
22192         (gst_videoscale_handle_src_event):
22193         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22194         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22195         (gst_ximagesink_navigation_send_event):
22196         * sys/xvimage/xvimagesink.c:
22197         (gst_xvimagesink_navigation_send_event):
22198         Various event updates and cleanups
22199
22200 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22201
22202         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22203           Fix segfault for I420/YV12.
22204
22205 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22206
22207         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22208           Report bitrate.
22209
22210 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22211
22212         * gst/playback/gstplaybin.c: (gen_video_element),
22213         (gen_audio_element):
22214           Switch to auto*sink elements as default sinks; add volume element
22215           so that volume control in totem works.
22216
22217 2005-07-21  Wim Taymans  <wim@fluendo.com>
22218
22219         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22220         * gst/playback/gstplaybin.c: (setup_sinks),
22221         (gst_play_bin_change_state):
22222         Refcount fix and more comments.
22223
22224 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22225
22226         * sys/ximage/Makefile.am:
22227         * sys/ximage/ximage.c: (plugin_init):
22228         * sys/ximage/ximagesink.c:
22229         Prepare for adding ximagesrc, rename of plugin to ximage etc.
22230         
22231
22232 2005-07-21  Wim Taymans  <wim@fluendo.com>
22233
22234         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22235         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22236         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22237         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22238         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22239         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
22240         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
22241         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
22242         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
22243         Generate correct disconts for live chained oggs.
22244
22245         * gst-libs/gst/audio/gstbaseaudiosink.c:
22246         (gst_base_audio_sink_render),
22247         (gst_base_audio_sink_create_ringbuffer),
22248         (gst_base_audio_sink_change_state):
22249         Handle discont math correctly.
22250
22251         * gst/playback/gstplaybin.c: (add_sink):
22252         Some small debug cleanup.
22253
22254 2005-07-21  Wim Taymans  <wim@fluendo.com>
22255
22256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
22257         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22258         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22259         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22260         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22261         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
22262         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22263         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
22264         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22265         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
22266         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
22267         (gst_ogg_demux_change_state), (gst_ogg_print):
22268         Reorganize code to send the right disconts when in streaming
22269         mode.
22270
22271 2005-07-20  Andy Wingo  <wingo@pobox.com>
22272
22273         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
22274         fix (?), fixes a seggie mcfalterson (#310894).
22275
22276 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22277
22278         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
22279         (gst_ogg_mux_set_header_on_caps):
22280         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
22281         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22282         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
22283         * gst-libs/gst/audio/multichannel.c:
22284         (gst_audio_set_channel_positions),
22285         (gst_audio_set_structure_channel_positions_list):
22286         * gst/playback/gstdecodebin.c: (dynamic_create):
22287         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
22288         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
22289           Fixes for API changes in core.
22290
22291 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22292
22293         * gst/playback/gstplaybasebin.c: (fill_buffer):
22294           Use _new_custom() so we can set custom message types for buffering
22295           messages.
22296
22297 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22298
22299         * configure.ac:
22300         * gst-libs/gst/Makefile.am:
22301         * gst-libs/gst/gconf/.cvsignore:
22302         * gst-libs/gst/gconf/Makefile.am:
22303         * gst-libs/gst/gconf/test-gconf.c:
22304         * pkgconfig/Makefile.am:
22305         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22306         * pkgconfig/gstreamer-gconf.pc.in:
22307           Remove gconf stuff, use gconf elements instead from now on.
22308
22309 2005-07-20  Wim Taymans  <wim@fluendo.com>
22310
22311         * gst-libs/gst/audio/TODO:
22312         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
22313         (gst_audio_clock_get_internal_time):
22314         * gst-libs/gst/audio/gstaudioclock.h:
22315         * gst-libs/gst/audio/gstbaseaudiosink.c:
22316         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
22317         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
22318         (gst_base_audio_sink_render),
22319         (gst_base_audio_sink_create_ringbuffer),
22320         (gst_base_audio_sink_change_state):
22321         Make sure the audio clock always returns an increasing value.
22322
22323 2005-07-19  Andy Wingo  <wingo@pobox.com>
22324
22325         * gst/videotestsrc/: Cleanups.
22326
22327 2005-07-19  Wim Taymans  <wim@fluendo.com>
22328
22329         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
22330         Better debugging.
22331
22332 2005-07-19  Wim Taymans  <wim@fluendo.com>
22333
22334         * examples/seeking/seek.c: (make_dv_pipeline),
22335         (make_vorbis_theora_pipeline), (query_rates),
22336         (query_positions_elems), (query_positions_pads), (do_seek):
22337         Make correct DV pipeline.
22338
22339 2005-07-18  Andy Wingo  <wingo@pobox.com>
22340
22341         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
22342         default. Also because it's the only thing that really works. (This
22343         is used in the GConf elements).
22344         Use AS_LIBTOOL_TAGS.
22345
22346 2005-07-18  Wim Taymans  <wim@fluendo.com>
22347
22348         * gst/playback/gstdecodebin.c: (remove_element_chain):
22349         * gst/playback/gstplaybin.c: (add_sink):
22350         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22351         (gst_stream_info_set_mute):
22352         * gst/playback/gststreamselector.c:
22353         (gst_stream_selector_get_linked_pad),
22354         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
22355         More leak and compile fixes.
22356
22357 2005-07-18  Wim Taymans  <wim@fluendo.com>
22358
22359         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22360         (query_rates), (query_positions_elems), (query_positions_pads),
22361         (do_seek), (seek_cb), (stop_seek):
22362         Updated seek example. 
22363
22364         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
22365         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
22366         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
22367         * gst/playback/gstplaybin.c: (add_sink):
22368         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22369         (gst_stream_info_set_mute):
22370         Some refcount leak fixes.
22371
22372 2005-07-16  Wim Taymans  <wim@fluendo.com>
22373
22374         * gst-libs/gst/audio/gstbaseaudiosink.c:
22375         (gst_base_audio_sink_render):
22376         Align samples even if we have roundoff errors in the 
22377         timestamp conversion.
22378
22379 2005-07-16  Wim Taymans  <wim@fluendo.com>
22380
22381         * docs/libs/tmpl/gstringbuffer.sgml:
22382         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22383         (query_rates), (query_positions_elems), (query_positions_pads),
22384         (update_scale), (do_seek):
22385         Updated seek example.
22386
22387         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22388         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
22389         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
22390         (gst_ogg_demux_loop):
22391         Push out correct discont values.
22392
22393         * ext/theora/theoradec.c: (theora_dec_src_convert),
22394         (theora_dec_sink_convert), (theora_dec_src_getcaps),
22395         (theora_dec_sink_event), (theora_handle_type_packet),
22396         (theora_handle_header_packet), (theora_dec_push),
22397         (theora_handle_data_packet), (theora_dec_chain),
22398         (theora_dec_change_state):
22399         Better timestamping.
22400
22401         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22402         (vorbis_dec_sink_event), (vorbis_dec_push),
22403         (vorbis_handle_data_packet), (vorbis_dec_chain):
22404         * ext/vorbis/vorbisdec.h:
22405         Better timestamping.
22406
22407         * gst-libs/gst/audio/gstbaseaudiosink.c:
22408         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
22409         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22410         Handle syncing on timestamps instead of sample offsets. Make
22411         use of DISCONT values as described in design docs.
22412
22413         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22414         (gst_base_audio_src_get_time):
22415         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
22416         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
22417         (gst_ring_buffer_read):
22418         * gst-libs/gst/audio/gstringbuffer.h:
22419         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
22420         (gst_ximagesink_show_frame):
22421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22422         Correcly convert buffer timestamp to stream time.
22423
22424 2005-07-16  Wim Taymans  <wim@fluendo.com>
22425
22426         * gst/audioconvert/gstaudioconvert.c:
22427         (gst_audio_convert_get_buffer):
22428         Timestamp buffers correctly.
22429
22430         * gst/playback/gstplaybin.c: (gen_video_element):
22431         Make internal fakesink silent.
22432
22433 2005-07-15  Wim Taymans  <wim@fluendo.com>
22434
22435         * gst/ffmpegcolorspace/Makefile.am:
22436         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22437         (gst_ffmpegcsp_caps_remove_format_info),
22438         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
22439         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
22440         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
22441         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
22442         Ported ffmpegcolorspace to basetransform.
22443
22444         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
22445         * gst/volume/gstvolume.c: (volume_transform):
22446         Ported to new API.
22447
22448 2005-07-14  Wim Taymans  <wim@fluendo.com>
22449
22450         * gst/videotestsrc/Makefile.am:
22451         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
22452         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
22453         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
22454         (gst_videotestsrc_init), (gst_videotestsrc_event),
22455         (gst_videotestsrc_create), (gst_videotestsrc_start),
22456         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
22457         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22458         (gst_videotestsrc_get_property):
22459         * gst/videotestsrc/gstvideotestsrc.h:
22460         Make videotestsrc a pushsrc.
22461
22462 2005-07-14  Wim Taymans  <wim@fluendo.com>
22463
22464         * gst/tcp/gstfdset.c: (gst_fdset_free):
22465         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
22466         (gst_multifdsink_add), (gst_multifdsink_remove),
22467         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22468         (gst_multifdsink_remove_client_link),
22469         (gst_multifdsink_client_queue_data),
22470         (gst_multifdsink_client_queue_caps),
22471         (gst_multifdsink_client_queue_buffer),
22472         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22473         (gst_multifdsink_stop):
22474         * gst/tcp/gstmultifdsink.h:
22475         0.8 backporting.
22476
22477         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
22478         Also draw image when not from a pool.
22479
22480 2005-07-14  Wim Taymans  <wim@fluendo.com>
22481
22482         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
22483         (mute_stream), (silence_stream):
22484         Small debug additions.
22485
22486 2005-07-14  Wim Taymans  <wim@fluendo.com>
22487
22488         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
22489         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22490         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
22491         Better error recovery, ignore unconnected pads and
22492         non-fatal errors.
22493
22494 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22495
22496         * docs/libs/tmpl/gstaudio.sgml:
22497         * docs/libs/tmpl/gstcolorbalance.sgml:
22498         * docs/libs/tmpl/gstgconf.sgml:
22499         * docs/libs/tmpl/gstmixer.sgml:
22500         * docs/libs/tmpl/gstringbuffer.sgml:
22501         * docs/libs/tmpl/gsttuner.sgml:
22502         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22503         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
22504         (gst_tcpclientsrc_class_init):
22505         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
22506         (gst_tcpserversrc_class_init):
22507         * sys/v4l/gstv4lelement.c:
22508           more autistic cleanliness in functions/names/defines
22509
22510 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22511
22512         * configure.ac:
22513           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
22514           added manually to each Makefile.am so we are sure it goes
22515           *last* and doesn't add -L flags before linking in libs of our
22516           own, like, say, internal .la libs, that then accidentally pick
22517           up the installed copy.
22518         * docs/libs/Makefile.am:
22519         * ext/alsa/Makefile.am:
22520         * ext/cdparanoia/Makefile.am:
22521         * ext/gnomevfs/Makefile.am:
22522         * ext/libvisual/Makefile.am:
22523         * ext/ogg/Makefile.am:
22524         * ext/theora/Makefile.am:
22525         * ext/vorbis/Makefile.am:
22526         * gst-libs/gst/video/Makefile.am:
22527         * gst/adder/Makefile.am:
22528         * gst/audioconvert/Makefile.am:
22529         * gst/audiorate/Makefile.am:
22530         * gst/audioscale/Makefile.am:
22531         * gst/ffmpegcolorspace/Makefile.am:
22532         * gst/playback/Makefile.am:
22533         * gst/sine/Makefile.am:
22534         * gst/subparse/Makefile.am:
22535         * gst/tags/Makefile.am:
22536         * gst/tcp/Makefile.am:
22537         * gst/typefind/Makefile.am:
22538         * gst/videorate/Makefile.am:
22539         * gst/videoscale/Makefile.am:
22540         * gst/videotestsrc/Makefile.am:
22541         * gst/volume/Makefile.am:
22542         * sys/v4l/Makefile.am:
22543         * sys/ximage/Makefile.am:
22544         * sys/xvimage/Makefile.am:
22545           adapt properly to this change. This should make sure that
22546           plugins and libs properly link to the as-yet-uninstalled
22547           copies of stuff like libgstinterfaces and libgstvideo
22548
22549 2005-07-13  Andy Wingo  <wingo@pobox.com>
22550
22551         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
22552         (gst_v4lsrc_fixate): Fixate on format as well.
22553
22554         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
22555         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
22556         buffer points to it.
22557         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
22558         rather just doing X calls ourselves. Also fixes a memleak.
22559
22560 2005-07-12  Andy Wingo  <wingo@pobox.com>
22561
22562         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
22563         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
22564         (gst_v4lsrc_create): Re-add the copy-mode property, default to
22565         TRUE to avoid deadlocks if an element holds on to our buffers.
22566
22567 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22568
22569         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22570         (gst_sinesrc_init), (gst_sinesrc_create),
22571         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
22572         (gst_sinesrc_start):
22573         * gst/sine/gstsinesrc.h:
22574           removing num-buffers property before moving it
22575
22576 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22577
22578         * configure.ac:
22579           use overridable ERROR_CFLAGS
22580         * docs/libs/gst-plugins-base-libs.types:
22581         * docs/libs/tmpl/gstringbuffer.sgml:
22582         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
22583         (gst_alsasink_class_init):
22584         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
22585         (gst_alsasrc_class_init):
22586         * gst-libs/gst/audio/audio.h:
22587         * gst-libs/gst/audio/gstaudioclock.h:
22588         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
22589         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
22590         (gst_audio_filter_link), (gst_audio_filter_init),
22591         (gst_audio_filter_chain), (gst_audio_filter_set_property),
22592         (gst_audio_filter_get_property),
22593         (gst_audio_filter_class_add_pad_templates):
22594         * gst-libs/gst/audio/gstaudiofilter.h:
22595         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
22596         (gst_audio_filter_template_get_type),
22597         (gst_audio_filter_template_base_init),
22598         (gst_audio_filter_template_class_init),
22599         (gst_audio_filter_template_init),
22600         (gst_audio_filter_template_set_property),
22601         (gst_audio_filter_template_get_property), (plugin_init),
22602         (gst_audio_filter_template_setup),
22603         (gst_audio_filter_template_filter),
22604         (gst_audio_filter_template_filter_inplace):
22605         * gst-libs/gst/audio/gstaudiosink.c:
22606         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
22607         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
22608         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
22609         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
22610         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
22611         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
22612         * gst-libs/gst/audio/gstaudiosink.h:
22613         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
22614         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22615         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
22616         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
22617         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
22618         (gst_audio_src_class_init), (gst_audio_src_init),
22619         (gst_audio_src_create_ringbuffer):
22620         * gst-libs/gst/audio/gstaudiosrc.h:
22621         * gst-libs/gst/audio/gstbaseaudiosink.c:
22622         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
22623         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
22624         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
22625         (gst_base_audio_sink_set_property),
22626         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
22627         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
22628         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
22629         (gst_base_audio_sink_create_ringbuffer),
22630         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
22631         * gst-libs/gst/audio/gstbaseaudiosink.h:
22632         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22633         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
22634         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
22635         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
22636         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
22637         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
22638         (gst_base_audio_src_event), (gst_base_audio_src_create),
22639         (gst_base_audio_src_create_ringbuffer),
22640         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
22641         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22642         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
22643         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
22644         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
22645         (gst_ring_buffer_debug_spec_caps),
22646         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
22647         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
22648         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
22649         (gst_ring_buffer_start), (gst_ring_buffer_pause),
22650         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
22651         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
22652         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
22653         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
22654         (gst_ring_buffer_clear):
22655         * gst-libs/gst/audio/gstringbuffer.h:
22656         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
22657         (gst_video_sink_class_init), (gst_video_sink_get_type):
22658         * gst-libs/gst/video/videosink.h:
22659         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
22660         (gst_multifdsink_class_init),
22661         (gst_multifdsink_handle_client_write),
22662         (gst_multifdsink_change_state):
22663         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22664         (gst_tcpclientsink_setcaps):
22665         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22666         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
22667         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
22668         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
22669         (gst_ximagesink_send_pending_navigation),
22670         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
22671         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
22672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
22673         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
22674         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
22675         (gst_xvimagesink_send_pending_navigation),
22676         (gst_xvimagesink_navigation_send_event),
22677         (gst_xvimagesink_set_xwindow_id),
22678         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
22679         (gst_xvimagesink_get_type):
22680         more macro splitting
22681
22682 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22683
22684         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22685           plug a memleak, allows me to import 1479 albums in one go
22686           in jamboree
22687         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
22688         (vorbis_handle_type_packet), (vorbis_dec_chain),
22689         (vorbis_dec_change_state):
22690           fix some format strings
22691
22692 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22693
22694         * docs/libs/tmpl/gstcolorbalance.sgml:
22695         * docs/libs/tmpl/gstmixer.sgml:
22696         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
22697         (gst_alsasink_set_property), (gst_alsasink_get_property):
22698         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
22699         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
22700           add device property
22701
22702 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
22703
22704         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22705         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22706         (audiocast_register_listener), (audiocast_thread_run),
22707         (gst_gnomevfssrc_send_additional_headers_callback),
22708         (gst_gnomevfssrc_received_headers_callback),
22709         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
22710         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
22711         (gst_gnomevfssrc_get_size):
22712           add/clean up debugging
22713         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
22714           cleanups
22715
22716 2005-07-07  Andy Wingo  <wingo@pobox.com>
22717
22718         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
22719         framerate. Need to get a handle on when exactly this function is
22720         called, tho.
22721
22722         * sys/v4l/v4lsrc_calls.h:
22723         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
22724         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
22725         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
22726
22727         * sys/v4l/v4l_calls.h: Cast to V4lElement.
22728         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
22729         v4lelements are sources.
22730
22731         * sys/v4l/gstv4lxoverlay.h:
22732         * sys/v4l/gstv4lxoverlay.c:
22733         * sys/v4l/gstv4ltuner.h:
22734         * sys/v4l/gstv4ltuner.c: Header loc fixen.
22735         
22736         * sys/v4l/gstv4lsrc.h:
22737         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
22738         PushSrc/BaseSrc. Removed most sync-related properties, videorate
22739         or something should handle that. Made a live source.
22740
22741         * sys/v4l/gstv4lelement.h:
22742         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
22743         signals. Some cleanups.
22744
22745         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
22746
22747         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
22748         stuff.
22749
22750         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
22751         stuff.
22752
22753         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
22754
22755 2005-07-07  Wim Taymans  <wim@fluendo.com>
22756
22757         * ext/theora/theoradec.c: (theora_get_query_types),
22758         (theora_dec_src_getcaps), (theora_dec_push):
22759         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
22760         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
22761         Remove deprecated/unused query types.
22762
22763 2005-07-06  Wim Taymans  <wim@fluendo.com>
22764
22765         * ext/alsa/Makefile.am:
22766         * ext/alsa/gstalsaplugin.c: (plugin_init):
22767         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
22768         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
22769         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
22770         (gst_alsasrc_class_init), (gst_alsasrc_init),
22771         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
22772         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
22773         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
22774         (gst_alsasrc_reset):
22775         * ext/alsa/gstalsasrc.h:
22776         * gst-libs/gst/audio/Makefile.am:
22777         * gst-libs/gst/audio/gstaudiosink.c:
22778         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
22779         (gst_audioringbuffer_start):
22780         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
22781         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
22782         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
22783         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
22784         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
22785         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
22786         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
22787         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
22788         * gst-libs/gst/audio/gstaudiosrc.h:
22789         * gst-libs/gst/audio/gstbaseaudiosink.c:
22790         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
22791         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
22792         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
22793         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22794         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
22795         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
22796         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
22797         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
22798         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
22799         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
22800         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
22801         (gst_baseaudiosrc_change_state):
22802         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22803         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
22804         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
22805         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
22806         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
22807         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
22808         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
22809         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
22810         * gst-libs/gst/audio/gstringbuffer.h:
22811         Added audiosource base classes.
22812         Ported alsasrc, still very basic.
22813
22814 2005-07-06  Wim Taymans  <wim@fluendo.com>
22815
22816         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
22817         (theora_dec_push), (theora_handle_data_packet):
22818         Prepare for better timestamp fix later.
22819
22820         * gst/audioconvert/gstaudioconvert.c:
22821         List most accurate caps first
22822
22823         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
22824         Use proper pad task function.
22825
22826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22827         (gst_xvimagesink_show_frame):
22828         Fix deadlock when alloc failed.
22829
22830 2005-07-05  Andy Wingo  <wingo@pobox.com>
22831
22832         * ext/gnomevfs/gstgnomevfssrc.c:
22833         * gst/sine/gstsinesrc.c:
22834         * gst/tcp/gsttcpserversrc.c:
22835         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
22836
22837         * sys/v4l/: Port from 0.8.
22838
22839         * Many files: Null if we got it....
22840
22841 2005-07-05  Andy Wingo  <wingo@pobox.com>
22842
22843         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
22844         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
22845         Signedness fixes.
22846
22847 2005-07-05  Wim Taymans  <wim@fluendo.com>
22848
22849         * configure.ac:
22850         * gst/tcp/Makefile.am:
22851         * gst/tcp/README:
22852         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
22853         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
22854         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22855         (is_sync_frame), (gst_multifdsink_handle_client_write),
22856         (gst_multifdsink_render), (gst_multifdsink_start),
22857         (gst_multifdsink_stop), (gst_multifdsink_change_state):
22858         * gst/tcp/gstmultifdsink.h:
22859         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
22860         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
22861         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
22862         * gst/tcp/gsttcp.h:
22863         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22864         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22865         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
22866         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
22867         * gst/tcp/gsttcpclientsink.h:
22868         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
22869         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
22870         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
22871         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
22872         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
22873         * gst/tcp/gsttcpclientsrc.h:
22874         * gst/tcp/gsttcpplugin.c: (plugin_init):
22875         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
22876         * gst/tcp/gsttcpserversink.h:
22877         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
22878         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
22879         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
22880         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
22881         (gst_tcpserversrc_stop):
22882         * gst/tcp/gsttcpserversrc.h:
22883         * gst/tcp/gsttcpsink.c:
22884         * gst/tcp/gsttcpsink.h:
22885         * gst/tcp/gsttcpsrc.c:
22886         * gst/tcp/gsttcpsrc.h:
22887         Ported tcp plugins to 0.9. 
22888         
22889
22890 2005-07-05  Andy Wingo  <wingo@pobox.com>
22891
22892         * gst/playback/gstplaybasebin.c (fill_buffer):
22893         message_new_application fixen.
22894
22895         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
22896         Style fix.
22897
22898 2005-07-04  Wim Taymans  <wim@fluendo.com>
22899
22900         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22901         Set caps on output buffer.
22902
22903 2005-07-04  Andy Wingo  <wingo@pobox.com>
22904
22905         * ext/gnomevfs/gstgnomevfssrc.c
22906         (gst_gnomevfssrc_received_headers_callback) 
22907         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
22908         hopefully.
22909
22910         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
22911         No refcount leakage.
22912
22913         * configure.ac: Enable -Werror.
22914         
22915         * ext/theora/theoradec.c (theora_dec_src_getcaps):
22916         * gst/audioconvert/bufferframesconvert.c
22917         (buffer_frames_convert_fixate):
22918         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
22919         (gst_audio_convert_fixate):
22920         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
22921         (gst_sinesrc_create): Fixate func changes.
22922         
22923         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22924         (gst_ximagesink_buffer_alloc): Unused var.
22925
22926 2005-07-01  Andy Wingo  <wingo@pobox.com>
22927
22928         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
22929         getcaps to do explicit caps. Needs to be done in all decoders,
22930         possibly via a base class.
22931
22932         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
22933
22934         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
22935         caps on the sink pad, just rely on the pad template. Also, setting
22936         ANY caps on a pad is not valid because the caps are not fixed.
22937
22938         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
22939         caps on the buffer, and get the width from the desired_caps if
22940         they're set.
22941         (gst_ximagesink_renegotiate_size): Implement via setting the
22942         desired_caps on the ximagesink.
22943         (gst_ximagesink_setcaps): Only reset the width of the player if it
22944         wasn't already set. Not sure if this is right.
22945         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
22946
22947         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
22948         that the user wants. NULL unless the window has been resized.
22949
22950         * gst/volume/gstvolume.c (volume_transform): Adapt to
22951         basetransform refcount changes.
22952         
22953 2005-07-01  Andy Wingo  <wingo@pobox.com>
22954
22955         * gst/videoscale/gstvideoscale.c:
22956         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
22957         from BaseTransform, implements a transform_caps. Removed dead code
22958         including some PAR stuff that was never reached -- should probably
22959         be added back somehow.
22960
22961 2005-07-01  Andy Wingo  <wingo@pobox.com>
22962
22963         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
22964         come later.
22965
22966 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22967
22968         * configure.ac:
22969         * docs/libs/Makefile.am:
22970         * docs/libs/gst-plugins-libs.types:
22971         * ext/alsa/Makefile.am:
22972         * ext/alsa/gstalsamixer.h:
22973         * ext/alsa/gstalsamixeroptions.h:
22974         * ext/alsa/gstalsamixertrack.h:
22975         * gst-libs/gst/Makefile.am:
22976         * gst-libs/gst/colorbalance/.cvsignore:
22977         * gst-libs/gst/colorbalance/Makefile.am:
22978         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22979         * gst-libs/gst/colorbalance/colorbalance.c:
22980         * gst-libs/gst/colorbalance/colorbalance.h:
22981         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22982         * gst-libs/gst/colorbalance/colorbalancechannel.c:
22983         * gst-libs/gst/colorbalance/colorbalancechannel.h:
22984         * gst-libs/gst/interfaces/Makefile.am:
22985         * gst-libs/gst/interfaces/colorbalance.c:
22986         (gst_color_balance_class_init):
22987         * gst-libs/gst/interfaces/colorbalance.h:
22988         * gst-libs/gst/interfaces/interfaces-marshal.list:
22989         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
22990         * gst-libs/gst/interfaces/mixer.h:
22991         * gst-libs/gst/interfaces/mixeroptions.h:
22992         * gst-libs/gst/interfaces/navigation.c:
22993         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
22994         * gst-libs/gst/interfaces/tuner.h:
22995         * gst/volume/Makefile.am:
22996         * gst/volume/gstvolume.c:
22997         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22998         * sys/ximage/Makefile.am:
22999         * sys/ximage/ximagesink.c:
23000         * sys/xvimage/Makefile.am:
23001         * sys/xvimage/xvimagesink.c:
23002           fold in all interfaces into an interfaces dir, preserving CVS
23003           history
23004
23005 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23006
23007         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23008           Fix build after riff changes.
23009
23010 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23011
23012         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23013         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23014         (gst_riff_create_video_template_caps),
23015         (gst_riff_create_audio_template_caps),
23016         (gst_riff_create_iavs_template_caps):
23017         * gst-libs/gst/riff/riff-media.h:
23018         * gst-libs/gst/riff/riff-read.h:
23019         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23020           Add gst_riff_init() to initialize the debug category, instead
23021           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23022
23023 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23024
23025         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23026           Oops, I shouldn't apply hacks.
23027
23028 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23029
23030         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23031           Remove pad_loop function which doesn't work.
23032
23033 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23034
23035         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23036           Send EOS when deactivating.
23037         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23038         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23039         (gen_preroll_element), (probe_triggered), (mute_stream),
23040         (silence_stream), (new_decoded_pad), (setup_substreams),
23041         (set_active_source):
23042         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23043         (remove_sinks), (add_sink):
23044         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23045           Change for new probe API.
23046
23047 2005-06-29  Wim Taymans  <wim@fluendo.com>
23048
23049         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23050         * gst-libs/gst/audio/gstbaseaudiosink.c:
23051         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23052         (gst_baseaudiosink_change_state):
23053         * gst-libs/gst/audio/gstbaseaudiosink.h:
23054         * gst-libs/gst/audio/gstringbuffer.c:
23055         (gst_ringbuffer_set_callback):
23056         Fix compilation error.
23057         Ringbuffer starts out as not running.
23058         Free our clock in dispose.
23059         When releasing the ringbuffer we need to renegotiate so
23060         clear the pad caps.
23061
23062 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23063
23064         * autogen.sh:
23065         * configure.ac:
23066         * docs/Makefile.am:
23067         * docs/libs/Makefile.am:
23068         * docs/libs/gst-plugins-libs-docs.sgml:
23069         * docs/libs/gst-plugins-libs-sections.txt:
23070         * docs/libs/gst-plugins-libs.types:
23071         * docs/libs/tmpl/gstaudio.sgml:
23072         * docs/libs/tmpl/gstcolorbalance.sgml:
23073         * docs/libs/tmpl/gstringbuffer.sgml:
23074         * gst-libs/gst/audio/gstringbuffer.c:
23075         (gst_ringbuffer_set_callback):
23076           reinstate gtk-doc docs for plugin libs
23077
23078 2005-06-28  Wim Taymans  <wim@fluendo.com>
23079
23080         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23081         (gst_ogg_demux_init):
23082         Removed pad loop function.
23083
23084 2005-06-28  Wim Taymans  <wim@fluendo.com>
23085
23086         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23087         If we're building a chain we are not in an error case
23088         when we queue a buffer.
23089
23090 2005-06-28  Andy Wingo  <wingo@pobox.com>
23091
23092         * *.c: Don't cast to GstObject before reffing/unreffing.
23093
23094 2005-06-27  Andy Wingo  <wingo@pobox.com>
23095
23096         * gst/videotestsrc/gstvideotestsrc.c
23097         (gst_videotestsrc_activate_push): Activation API changes.
23098
23099         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23100         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23101         they have refs on the decodebin.
23102
23103         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23104         parent class.
23105         (gst_ogg_pad_typefind): Don't leak a pad ref.
23106         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23107         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23108         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23109
23110 2005-06-27  Edward Hervey  <edward@fluendo.com>
23111
23112         * ext/theora/theoradec.c: (theora_dec_change_state): 
23113         re-arranged call to parent's state change in order to avoid locks (or
23114         worse).
23115
23116 2005-06-26  Edward Hervey  <edward@fluendo.com>
23117
23118         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23119         2nd argument of 'unknow-type' signal is a GstCaps and not a
23120         GstMiniObject
23121
23122 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23123         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23124           Set the worker thread's running flag to TRUE before starting the
23125           thread.
23126         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23127           Catch a failure to add typefind to the bin.
23128
23129 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23130
23131         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23132         (gst_sinesrc_init), (gst_sinesrc_create),
23133         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23134         (gst_sinesrc_start):
23135         * gst/sine/gstsinesrc.h:
23136           add num-buffers and timestamp-offset properties
23137         * gst/videotestsrc/gstvideotestsrc.c:
23138         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23139         (gst_videotestsrc_get_property):
23140           add timestamp-offset property
23141
23142 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23143
23144         * configure.ac: add videorate
23145         * gst-plugins-base.spec.in: add videorate
23146
23147 2005-06-23  Wim Taymans  <wim@fluendo.com>
23148
23149         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23150         (gst_videorate_getcaps), (gst_videorate_setcaps),
23151         (gst_videorate_event), (gst_videorate_chain):
23152         Fixed videorate, fixating an already fixated caps is not
23153         an error.
23154
23155 2005-06-23  Wim Taymans  <wim@fluendo.com>
23156
23157         * ext/ogg/README:
23158         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23159         Buffer on caps is not boxed anymore.
23160
23161 2005-06-22  Wim Taymans  <wim@fluendo.com>
23162
23163         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23164         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23165         Set buffers on caps as miniobjects and not as boxed.
23166
23167 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23168
23169         * configure.ac:
23170           back to HEAD
23171
23172 === release 0.9.1 ===
23173
23174 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23175
23176         * .cvsignore:
23177         * NEWS:
23178         * README:
23179         * RELEASE:
23180         * configure.ac:
23181         * po/af.po:
23182         * po/az.po:
23183         * po/cs.po:
23184         * po/en_GB.po:
23185         * po/hu.po:
23186         * po/it.po:
23187         * po/nb.po:
23188         * po/nl.po:
23189         * po/or.po:
23190         * po/sq.po:
23191         * po/sr.po:
23192         * po/sv.po:
23193         * po/uk.po:
23194         * po/vi.po:
23195           updates for release
23196
23197 2005-06-09  Andy Wingo  <wingo@pobox.com>
23198
23199         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23200         
23201 2005-06-09  Andy Wingo  <wingo@pobox.com>
23202
23203         * configure.ac:
23204         * gst-libs/gst/Makefile.am:
23205         * gst-libs/gst/net/Makefile.am:
23206         Add gstnet to build.
23207
23208 2005-06-09  Andy Wingo  <wingo@pobox.com>
23209
23210         * gst-libs/gst/gconf/gconf.c:
23211         * gst/playback/test.c:
23212         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23213         fixes.
23214
23215         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23216
23217         * ext/theora/theoraenc.c (theora_enc_chain): 
23218         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
23219
23220         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
23221         RealPad.
23222
23223 2005-06-02  Wim Taymans  <wim@fluendo.com>
23224
23225         * gst-libs/gst/net/Makefile.am:
23226         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23227         * pkgconfig/gstreamer-libs.pc.in:
23228         Added net stuff, version net lib.
23229
23230 2005-06-02  Wim Taymans  <wim@fluendo.com>
23231
23232         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23233         (query_rates), (query_positions_elems), (query_positions_pads),
23234         (do_seek):
23235         Updated seek example.
23236
23237 2005-06-02  Andy Wingo  <wingo@pobox.com>
23238
23239         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
23240         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
23241         list.
23242
23243         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
23244         remove the typefind, the bin dispose will do it for us. When it's
23245         removed and unreffed, the signal handler will be disconnected,
23246         too.
23247         (unlinked): It's too difficult to disconnect from unlinked
23248         handlers, as they are on pads not elements. Just punt if the pads
23249         aren't grandkids of the bin.
23250
23251 2005-06-02  Wim Taymans  <wim@fluendo.com>
23252
23253         * ext/ogg/README:
23254         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23255         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
23256         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
23257         * ext/theora/theoradec.c: (theora_dec_src_query),
23258         (theora_handle_data_packet):
23259         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23260         (theora_enc_chain):
23261         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23262         (vorbis_handle_data_packet):
23263         * gst/audioconvert/bufferframesconvert.c:
23264         (buffer_frames_convert_chain):
23265         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23266         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23267         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23268         (gst_ffmpegcsp_chain):
23269         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23270         (gst_videorate_getcaps), (gst_videorate_setcaps),
23271         (gst_videorate_event), (gst_videorate_chain):
23272         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
23273         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
23274         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23275         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
23276         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23277         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23278         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23279         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23280         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
23281         Cleanups and buffer alloc.
23282
23283 2005-05-31  Wim Taymans  <wim@fluendo.com>
23284
23285         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
23286         Don't try to call the delay method when the device is not
23287         opened.
23288
23289 2005-05-31  Wim Taymans  <wim@fluendo.com>
23290
23291         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
23292         Get actual segment size and buffer size after opening
23293         the device.
23294
23295 2005-05-30  Wim Taymans  <wim@fluendo.com>
23296
23297         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
23298         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
23299         Also FLUSH upstream, makes the loop function exit faster.
23300         
23301         * ext/theora/theoradec.c: (theora_dec_src_query):
23302         Some more debug info in the query.
23303         
23304         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23305         (gst_ximagesink_setcaps):
23306         Release lock on par error, better error reporting.
23307
23308 2005-05-26  Wim Taymans  <wim@fluendo.com>
23309
23310         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23311         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
23312         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
23313         Clear chains in READY
23314         Queue packets until the chain is activated.
23315
23316 2005-05-25  Wim Taymans  <wim@fluendo.com>
23317
23318         * gst-libs/gst/audio/gstaudiosink.c:
23319         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23320         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23321         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23322         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23323         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23324         (gst_audiosink_create_ringbuffer):
23325         * gst-libs/gst/audio/gstbaseaudiosink.c:
23326         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23327         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23328         (gst_baseaudiosink_set_property), (build_linear_format),
23329         (debug_spec_caps), (debug_spec_buffer),
23330         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23331         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23332         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23333         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23334         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23335         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23336         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
23337         (gst_ringbuffer_play), (gst_ringbuffer_pause),
23338         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
23339         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
23340         (wait_segment), (gst_ringbuffer_commit),
23341         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
23342         (gst_ringbuffer_clear):
23343         Various small cleanups.
23344
23345         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23346         (gst_audio_convert_change_state):
23347         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
23348         No need to take the locks anymore.
23349
23350 2005-05-25  Wim Taymans  <wim@fluendo.com>
23351
23352         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23353         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
23354         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
23355         (type_found):
23356         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
23357         (group_destroy), (group_commit), (queue_overrun),
23358         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
23359         (mute_stream), (new_decoded_pad), (setup_substreams),
23360         (setup_source), (mute_group_type), (set_active_source),
23361         (gst_play_base_bin_change_state):
23362         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
23363         (gen_video_element), (gen_text_element), (gen_audio_element),
23364         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
23365         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
23366         (gst_stream_info_dispose), (gst_stream_info_set_mute):
23367         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
23368         Some playbin cleanups mostly refcounting sloppyness.
23369
23370 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23371
23372         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23373           Work with streaming input.
23374
23375 2005-05-25  Wim Taymans  <wim@fluendo.com>
23376
23377         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23378         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23379         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23380         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
23381         No need to take the STREAM lock anymore.
23382
23383 2005-05-25  Wim Taymans  <wim@fluendo.com>
23384
23385         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23386         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
23387         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
23388         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
23389         (gst_ogg_demux_sink_activate):
23390         * ext/theora/theoradec.c: (theora_dec_src_event),
23391         (theora_handle_comment_packet), (theora_dec_chain),
23392         (theora_dec_change_state):
23393         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23394         (vorbis_handle_data_packet), (vorbis_dec_chain),
23395         (vorbis_dec_change_state):
23396         Remove STREAM locks as they are taken in core now.
23397         Never set bogus granulepos on vorbis/theora.
23398         Fix leaks in theoradec tag parsing.
23399
23400 2005-05-25  Wim Taymans  <wim@fluendo.com>
23401
23402         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23403         Fix memleaks, GST_BUFFER_DATA() is not freed.
23404
23405 2005-05-25  Wim Taymans  <wim@fluendo.com>
23406
23407         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23408         Open non-blocking, set to blocking mode afterwards to avoid
23409         lockups when audio device is busy.
23410
23411 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23412
23413         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
23414           This can't be good.
23415
23416 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23417
23418         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23419         (gst_audio_convert_chain), (gst_audio_convert_link_src),
23420         (gst_audio_convert_setcaps):
23421           Implement instant setup switching.
23422
23423 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23424
23425         * gst/playback/gstplaybasebin.c: (probe_triggered):
23426           Fix missing unlock.
23427         * gst/playback/gstplaybin.c: (add_sink):
23428           First add, then link (otherwise pad link fails).
23429
23430 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23431
23432         * examples/Makefile.am:
23433         fix buildbot (make distcheck)
23434
23435 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23436
23437         * gst/playback/gstplaybin.c: (gen_vis_element):
23438           Remove some wrong code. Doesn't work yet.
23439
23440 2005-05-19  Wim Taymans  <wim@fluendo.com>
23441
23442         * gst-libs/gst/net/Makefile.am:
23443         * gst-libs/gst/net/README:
23444         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
23445         (gst_netbuffer_class_init), (gst_netbuffer_init),
23446         (gst_netbuffer_finalize), (gst_netbuffer_copy),
23447         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
23448         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
23449         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
23450         * gst-libs/gst/net/gstnetbuffer.h:
23451         Added buffer subclass to store extra to/from addresses for
23452         network sources/sinks.
23453
23454 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23455
23456         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
23457           Don't lock an unassigned variable.
23458
23459 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23460
23461         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23462           Increase buffer for video, decrease buffer for other media types.
23463         * gst/playback/gstplaybin.c: (gen_video_element),
23464         (gen_audio_element):
23465           Change names for debugging purposes.
23466
23467 2005-05-18  Wim Taymans  <wim@fluendo.com>
23468
23469         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23470         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23471         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23472         (gst_ffmpegcsp_chain):
23473         Enable buffer alloc passthrough if the source and dest
23474         formats are the same.
23475
23476 2005-05-17  Wim Taymans  <wim@fluendo.com>
23477
23478         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
23479         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
23480         (gst_ogg_demux_chain_unlocked):
23481         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23482         (gst_audio_convert_caps_remove_format_info),
23483         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
23484         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
23485         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23486         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23487         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
23488         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
23489         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
23490         (gst_ffmpegcsp_get_property):
23491         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23492         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23493         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23494         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
23495         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
23496         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23497         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
23498         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
23499         Leak fixes in oggdemux.
23500         Some cleanups in audioconvert.
23501         Make passthrough work along with buffer_alloc etc.
23502         Make buffer_alloc and buffer recycling actually work in
23503         xvimagesink.
23504
23505 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23506
23507         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
23508           make the compiler happy
23509
23510 2005-05-17  Wim Taymans  <wim@fluendo.com>
23511
23512         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
23513         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
23514         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
23515         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
23516         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23517         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
23518         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
23519         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
23520         (gst_xvimagesink_set_xwindow_id):
23521         * sys/xvimage/xvimagesink.h:
23522         Port xvimagesink to new MiniObject.
23523
23524 2005-05-17  Wim Taymans  <wim@fluendo.com>
23525
23526         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
23527         (gst_audiofilter_chain):
23528         * gst-libs/gst/audio/gstaudiosink.c:
23529         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23530         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23531         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23532         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23533         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23534         (gst_audiosink_create_ringbuffer):
23535         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23536         (gst_audio_convert_caps_remove_format_info),
23537         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
23538         (gst_audio_convert_fixate), (gst_audio_convert_channels):
23539         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23540         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23541         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
23542         Fix passthrough in ffmpegcolorspace.
23543         Fix memset in audiosink on wrong memory.
23544
23545 2005-05-16  David Schleef  <ds@schleef.org>
23546
23547         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
23548         to GstMiniObject.
23549
23550 2005-05-16  David Schleef  <ds@schleef.org>
23551
23552         Port from GstData to GstMiniObject.
23553         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23554         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
23555         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
23556         (gst_ogg_mux_collected):
23557         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23558         * ext/theora/theoradec.c: (theora_handle_comment_packet),
23559         (theora_handle_data_packet):
23560         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23561         (theora_set_header_on_caps), (theora_enc_chain):
23562         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23563         (vorbis_handle_comment_packet):
23564         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23565         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23566         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
23567         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
23568         * gst/audioconvert/gstaudioconvert.c:
23569         (gst_audio_convert_get_buffer):
23570         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23571         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23572         (mute_stream), (silence_stream):
23573         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
23574         * gst/volume/gstvolume.c: (volume_transform):
23575         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
23576         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
23577         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
23578         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
23579         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
23580         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
23581         (gst_ximagesink_buffer_alloc):
23582         * sys/ximage/ximagesink.h:
23583
23584 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23585
23586         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23587         (fill_buffer), (check_queue), (queue_threshold_reached),
23588         (queue_out_of_data):
23589         * gst/playback/gstplaybasebin.h:
23590           Post buffer-fullness on the bus.
23591
23592 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23593
23594         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23595         (try_to_link_1):
23596         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23597         (group_commit), (probe_triggered), (setup_source),
23598         (gst_play_base_bin_change_state):
23599         * gst/playback/gstplaybasebin.h:
23600         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23601         (gst_play_bin_init), (remove_sinks), (setup_sinks),
23602         (gst_play_bin_change_state):
23603           Move setup_output_pads into a virtual function, remove
23604           group-switch (no longer needed) and redirect (handled by bus
23605           now) signals.
23606
23607 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23608
23609         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23610         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
23611         (get_active_group), (get_building_group), (group_destroy),
23612         (group_commit), (check_queue), (queue_overrun),
23613         (queue_threshold_reached), (queue_out_of_data),
23614         (gen_preroll_element), (remove_groups), (unknown_type),
23615         (add_element_stream), (no_more_pads), (probe_triggered),
23616         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
23617         (setup_substreams), (setup_source), (finish_source),
23618         (prepare_output), (muted_group_change_state),
23619         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23620         (gst_play_base_bin_change_state):
23621         * gst/playback/gstplaybasebin.h:
23622         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23623         (gst_play_bin_init), (gst_play_bin_set_property),
23624         (gen_video_element), (gen_text_element), (gen_audio_element),
23625         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
23626         (gst_play_bin_change_state):
23627         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
23628         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
23629         (stream_info_change_state), (gst_stream_info_set_mute),
23630         (gst_stream_info_get_property):
23631         * gst/playback/gststreaminfo.h:
23632         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
23633         (gst_stream_selector_get_linked_pad),
23634         (gst_stream_selector_getcaps),
23635         (gst_stream_selector_get_linked_pads),
23636         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
23637         * gst/playback/gststreamselector.h:
23638           Rough port of playbin. Needs some more work, but is mostly done,
23639           and uses a few locks in important places, which should make stuff
23640           like chain-switches clean. Still uses GST_STATE() in a few places,
23641           which isn't all that good an idea, subtitles/elements disabled
23642           because no elements to test with and thus probably broken, query
23643           and event handling moved to GstBin, internal thread removed
23644           alltogether because the pipeline does that for us now. Can play
23645           Ogg/Vorbis files. Haven't tested anything else yet.
23646
23647 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23648
23649         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
23650           Do no-more-pads (needed for autoplugging).
23651
23652 2005-05-10  Andy Wingo  <wingo@pobox.com>
23653
23654         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
23655         message to the bus with the tags. Still not sent downstream tho.
23656
23657         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
23658         get_parent.
23659         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
23660         avoid refcounting hassles.
23661
23662 2005-05-09  Andy Wingo  <wingo@pobox.com>
23663
23664         * gst/volume/Makefile.am:
23665         * gst/volume/demo.c
23666         * gst/volume/gstvolume.h
23667         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
23668         basetransform. Probably need an audio filter base class.
23669
23670 2005-05-09  Wim Taymans  <wim@fluendo.com>
23671
23672         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
23673         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
23674         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
23675         (gst_vorbisenc_chain):
23676         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23677         (gst_audio_convert_caps_remove_format_info),
23678         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
23679         (gst_audio_convert_fixate), (gst_audio_convert_channels):
23680         Make caps writable before writing to it.
23681         Fix negotiation in audioconvert some more.
23682
23683 2005-05-09  Wim Taymans  <wim@fluendo.com>
23684
23685         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23686         (gst_videorate_getcaps), (gst_videorate_setcaps),
23687         (gst_videorate_event), (gst_videorate_chain):
23688         Better negotiation.
23689
23690 2005-05-09  Wim Taymans  <wim@fluendo.com>
23691
23692         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23693         (gst_videorate_getcaps), (gst_videorate_setcaps),
23694         (gst_videorate_blank_data), (gst_videorate_init),
23695         (gst_videorate_event), (gst_videorate_chain),
23696         (gst_videorate_change_state):
23697         Port videorate, do a better job at negotiation while we're at
23698         it.
23699
23700 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
23701
23702         * configure.ac:
23703           Disable libvisual
23704
23705         * examples/Makefile.am:
23706         * gst-libs/gst/audio/Makefile.am:
23707         * gst-libs/gst/riff/Makefile.am:
23708         * gst-libs/gst/tag/Makefile.am:
23709         * gst-libs/gst/video/Makefile.am:
23710           Fixups for missing variables.
23711
23712 2005-05-09  Wim Taymans  <wim@fluendo.com>
23713
23714         * examples/seeking/seek.c: (make_theora_pipeline),
23715         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
23716         (query_rates), (query_positions_elems), (query_positions_pads),
23717         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
23718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
23719         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
23720         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
23721         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
23722         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
23723         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23724         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
23725         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
23726         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
23727         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
23728         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
23729         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
23730         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
23731         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
23732         (theora_dec_src_convert), (theora_dec_sink_convert),
23733         (theora_dec_src_query), (theora_dec_sink_query),
23734         (theora_dec_src_event), (theora_dec_sink_event),
23735         (theora_handle_comment_packet), (theora_handle_type_packet),
23736         (theora_handle_header_packet), (theora_handle_data_packet),
23737         (theora_dec_chain):
23738         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23739         (vorbis_dec_convert), (vorbis_dec_src_query),
23740         (vorbis_dec_sink_query), (vorbis_dec_src_event),
23741         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
23742         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
23743         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
23744         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
23745         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
23746         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
23747         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23748         (gst_play_bin_query):
23749         * gst/playback/test3.c: (update_scale):
23750         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
23751         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
23752         * gst/subparse/gstsubparse.c: (gst_subparse_init):
23753         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23754         (gst_videotestsrc_src_query):
23755         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
23756         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
23757         (paint_hline_YUV9):
23758         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23759         Port to new query API.
23760         Updated seek.
23761         Cleanups in x[v]imagesink
23762
23763 2005-05-09  Andy Wingo  <wingo@pobox.com>
23764
23765         * ext/alsa/gstalsasink.h:
23766         * ext/gnomevfs/gstgnomevfssrc.c:
23767         (gst_gnomevfssrc_get_icy_metadata):
23768         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
23769         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
23770         * ext/theora/theoradec.c (theora_dec_src_query)
23771         (theora_dec_src_event, theora_dec_sink_event)
23772         (theora_handle_comment_packet, theora_handle_data_packet):
23773         * ext/theora/theoraenc.c (theora_enc_chain):
23774         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
23775         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
23776         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
23777         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
23778         (qt_type_find):
23779         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
23780         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
23781         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
23782         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
23783         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
23784         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
23785         (paint_setup_xBGR8888, paint_setup_RGBx8888)
23786         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
23787         (paint_setup_RGB565, paint_setup_xRGB1555):
23788         * gst/videotestsrc/videotestsrc.h:
23789         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
23790         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
23791         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
23792         GCC4 fixes.
23793         
23794         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
23795         gst_pad_query_position. Fixes oggdemux.
23796
23797 2005-05-08  David Schleef  <ds@schleef.org>
23798
23799         * configure.ac: Require liboil.
23800         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
23801         a few more.
23802         * gst/videotestsrc/videotestsrc.c:
23803         * gst/videotestsrc/videotestsrc.h:
23804
23805 2005-05-06  Wim Taymans  <wim@fluendo.com>
23806
23807         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23808         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23809         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
23810         Well, unreffing a buffer right before pushing it is asking
23811         for trouble..
23812
23813 2005-05-06  Christian Schaller  <uraeus@gnome.org>
23814
23815         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
23816
23817 2005-05-06  Wim Taymans  <wim@fluendo.com>
23818
23819         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23820         (gst_audio_convert_caps_remove_format_info),
23821         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
23822         (gst_audio_convert_fixate), (gst_audio_convert_channels):
23823         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23824         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23825         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
23826         * gst/sine/Makefile.am:
23827         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
23828         (gst_sinesrc_class_init), (gst_sinesrc_init),
23829         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
23830         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
23831         (gst_sinesrc_update_freq):
23832         * gst/sine/gstsinesrc.h:
23833         * gst/tcp/gstmultifdsink.c:
23834         * sys/xvimage/xvimagesink.c:
23835         Fixed negotiation wrt _peer_get_caps()
23836         Some cleanups.
23837
23838
23839 2005-05-06  Wim Taymans  <wim@fluendo.com>
23840
23841         * gst-libs/gst/audio/gstaudiosink.c:
23842         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23843         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23844         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23845         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23846         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23847         (gst_audiosink_create_ringbuffer):
23848         * gst-libs/gst/audio/gstbaseaudiosink.c:
23849         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23850         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23851         (gst_baseaudiosink_set_property), (build_linear_format),
23852         (debug_spec_caps), (debug_spec_buffer),
23853         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23854         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23855         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23856         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23857         * gst-libs/gst/audio/gstbaseaudiosink.h:
23858         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23859         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23860         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
23861         (gst_ringbuffer_play), (gst_ringbuffer_pause),
23862         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
23863         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
23864         (wait_segment), (gst_ringbuffer_commit),
23865         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
23866         (gst_ringbuffer_clear):
23867         * gst-libs/gst/audio/gstringbuffer.h:
23868         Make the base audiosink return an error when there is no
23869         audiobuffer negotiated.
23870
23871 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23872
23873         * ext/Makefile.am:
23874         Disable cdparanoia until someone ports it!
23875
23876 2005-05-06  Wim Taymans  <wim@fluendo.com>
23877
23878         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
23879         (gst_ogg_demux_sink_activate):
23880         And revert after wingo's revert.. sigh..
23881
23882 2005-05-05  Andy Wingo  <wingo@pobox.com>
23883
23884         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
23885         GObject.
23886         * configure.ac: Return audiorate and subparse from the ghetto.
23887         Re-enable -Wall -Werror.
23888         * gst/subparse/gstsubparse.c:
23889         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
23890         or chain-based. Cleaned up a bit. Not tested.
23891         
23892 2005-05-05  Christian Schaller <christian@fluendo.com> 
23893
23894         * Makefile.am: remove stuff that is not building
23895         * configure.ac: remove stuff that is not building
23896         * examples/Makefile.am: remove stuff that is not building
23897         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
23898         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
23899         * sys/Makefile.am: remove stuff that is not building
23900         * testsuite/Makefile.am: remove stuff that is not building
23901
23902 2005-05-05  Andy Wingo  <wingo@pobox.com>
23903
23904         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23905         * gst-libs/gst/tag/gstvorbistag.c:
23906         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
23907         * gst/adder/gstadder.h:
23908         * gst/audioconvert/gstchannelmix.c:
23909         (gst_audio_convert_fill_one_other):
23910         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
23911         (gst_audiorate_init), (gst_audiorate_chain):
23912         * gst/playback/gstplaybasebin.c: (setup_source):
23913         * gst/playback/test3.c: (update_scale):
23914         Some GCC4 fixes
23915         
23916         * po/af.po:
23917         * po/az.po:
23918         * po/cs.po:
23919         * po/en_GB.po:
23920         * po/hu.po:
23921         * po/it.po:
23922         * po/nb.po:
23923         * po/nl.po:
23924         * po/or.po:
23925         * po/sq.po:
23926         * po/sr.po:
23927         * po/sv.po:
23928         * po/uk.po:
23929         * po/vi.po: Foo
23930
23931 2005-05-05  Wim Taymans  <wim@fluendo.com>
23932
23933         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23934         (gst_audio_convert_caps_remove_format_info),
23935         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
23936         (gst_audio_convert_change_state), (gst_audio_convert_channels):
23937         * gst/videotestsrc/gstvideotestsrc.c:
23938         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
23939         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
23940         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
23941         (gst_videotestsrc_init), (gst_videotestsrc_loop):
23942         Don't ignore _push() return values.
23943         Make sure no processing is done when shutting down.
23944         Videotestsrc pad activation fix.
23945
23946 2005-05-05  Wim Taymans  <wim@fluendo.com>
23947
23948         * gst/adder/Makefile.am:
23949         * gst/adder/gstadder.c: (gst_adder_setcaps),
23950         (gst_adder_class_init), (gst_adder_init),
23951         (gst_adder_request_new_pad), (gst_adder_collected),
23952         (gst_adder_change_state):
23953         * gst/adder/gstadder.h:
23954         Ported adder as an example of a mixer element using
23955         collect pads. Needs more negotiation work.
23956
23957 2005-05-05  Wim Taymans  <wim@fluendo.com>
23958
23959         * ext/theora/theoradec.c: (_inc_granulepos),
23960         (theora_dec_src_event), (theora_dec_sink_event),
23961         (theora_handle_comment_packet), (theora_handle_type_packet),
23962         (theora_handle_header_packet), (theora_handle_data_packet),
23963         (theora_dec_chain):
23964         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23965         (gst_theora_enc_init), (theora_enc_sink_setcaps),
23966         (theora_push_buffer), (theora_push_packet),
23967         (theora_enc_sink_event), (theora_enc_chain),
23968         (theora_enc_change_state), (theora_enc_set_property),
23969         (theora_enc_get_property):
23970         Added stream lock to decoder so that we can serialize
23971         the discont event.
23972         More theoraenc porting, recover from errors, do clean
23973         shutdown.
23974
23975 2005-05-05  Wim Taymans  <wim@fluendo.com>
23976
23977         * ext/ogg/Makefile.am:
23978         * ext/ogg/README:
23979         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
23980         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
23981         (gst_ogg_print):
23982         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
23983         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
23984         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
23985         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
23986         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
23987         (gst_ogg_mux_change_state):
23988         Ported ogg muxer.
23989
23990 2005-05-05  Wim Taymans  <wim@fluendo.com>
23991
23992         * docs/design-audiosinks.txt:
23993         * gst-libs/gst/audio/TODO:
23994         * gst-libs/gst/audio/gstaudiosink.c:
23995         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23996         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23997         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23998         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23999         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24000         (gst_audiosink_create_ringbuffer):
24001         * gst-libs/gst/audio/gstbaseaudiosink.c:
24002         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24003         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24004         (gst_baseaudiosink_set_property), (build_linear_format),
24005         (debug_spec_caps), (debug_spec_buffer),
24006         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24007         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24008         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24009         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24010         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24011         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24012         (gst_ringbuffer_release), (gst_ringbuffer_play),
24013         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24014         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24015         (gst_ringbuffer_set_sample), (wait_segment),
24016         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24017         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24018         More work on the audiosink, mostly debugging and a race in
24019         shutdown.
24020
24021 2005-04-28  Wim Taymans  <wim@fluendo.com>
24022
24023         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24024         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24025         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24026         (vorbis_dec_src_query), (vorbis_dec_src_event),
24027         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24028         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24029         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24030         Don't crap out when seeking back to position 0.
24031
24032 2005-04-28  Wim Taymans  <wim@fluendo.com>
24033
24034         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24035         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24036         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24037         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24038         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24039         Make audio sink configurable, use alsasink as default.
24040
24041 2005-04-28  Wim Taymans  <wim@fluendo.com>
24042
24043         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24044         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24045         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24046         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24047         (vorbis_dec_change_state):
24048         * ext/vorbis/vorbisdec.h:
24049         Refactor, use STREAM_LOCK.
24050
24051 2005-04-28  Wim Taymans  <wim@fluendo.com>
24052
24053         * ext/theora/theoradec.c: (_inc_granulepos),
24054         (theora_dec_sink_event), (theora_handle_comment_packet),
24055         (theora_handle_type_packet), (theora_handle_header_packet),
24056         (theora_handle_data_packet), (theora_dec_chain),
24057         (theora_dec_change_state):
24058         Refactor a bit, use STREAM_LOCK.
24059
24060 2005-04-28  Wim Taymans  <wim@fluendo.com>
24061
24062         * ext/alsa/Makefile.am:
24063         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24064         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24065         (gst_alsa_link), (gst_alsa_close_audio):
24066         * ext/alsa/gstalsaplugin.c: (plugin_init):
24067         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24068         (gst_alsasink_dispose), (gst_alsasink_base_init),
24069         (gst_alsasink_class_init), (gst_alsasink_init),
24070         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24071         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24072         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24073         (gst_alsasink_reset):
24074         * ext/alsa/gstalsasink.h:
24075         Implement alsasink with simple open/write/close API. 
24076         Make alsa dir build by disabling compilation of code.
24077
24078 2005-04-28  Wim Taymans  <wim@fluendo.com>
24079
24080         * gst-libs/gst/audio/Makefile.am:
24081         * gst-libs/gst/audio/audio.h:
24082         * gst-libs/gst/audio/audioclock.c:
24083         * gst-libs/gst/audio/audioclock.h:
24084         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24085         (gst_audio_clock_class_init), (gst_audio_clock_init),
24086         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24087         * gst-libs/gst/audio/gstaudioclock.h:
24088         * gst-libs/gst/audio/gstaudiosink.c:
24089         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24090         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24091         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24092         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24093         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24094         (gst_audiosink_create_ringbuffer):
24095         * gst-libs/gst/audio/gstbaseaudiosink.c:
24096         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24097         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24098         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24099         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24100         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24101         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24102         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24103         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24104         * gst-libs/gst/audio/gstbaseaudiosink.h:
24105         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24106         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24107         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24108         (gst_ringbuffer_release), (gst_ringbuffer_play),
24109         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24110         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24111         (gst_ringbuffer_set_sample), (wait_segment),
24112         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24113         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24114         * gst-libs/gst/audio/gstringbuffer.h:
24115         Make ringbuffer faster and more simple by removing the locks
24116         in the playback thread.
24117         Add sample accurate playback based on buffer sample offsets.
24118         Make the baseaudiosink provide a clock.
24119         Parse caps in the base class.
24120         Correctly handle seeking, flushing and state changes.
24121
24122 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24123
24124         * configure.ac:
24125         * gst/audioconvert/Makefile.am:
24126         * gst/audioscale/Makefile.am:
24127           Fix part of the build.  Come on guys, autogen didn't even work :)
24128
24129 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24130
24131         * configure.ac:
24132         * gst-libs/gst/Makefile.am:
24133         * gst-libs/gst/media-info/.cvsignore:
24134         * gst-libs/gst/media-info/Makefile.am:
24135         * gst-libs/gst/media-info/README:
24136         * gst-libs/gst/media-info/media-info-priv.c:
24137         * gst-libs/gst/media-info/media-info-priv.h:
24138         * gst-libs/gst/media-info/media-info-test.c:
24139         * gst-libs/gst/media-info/media-info.c:
24140         * gst-libs/gst/media-info/media-info.h:
24141         * gst-libs/gst/media-info/media-info.vcproj:
24142         * pkgconfig/Makefile.am:
24143         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24144         * pkgconfig/gstreamer-media-info.pc.in:
24145           Remove media-info, which is also successed by playbin (see Totem
24146           implementation).
24147
24148 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24149
24150         * configure.ac:
24151         * examples/Makefile.am:
24152         * examples/gstplay/.cvsignore:
24153         * examples/gstplay/Makefile.am:
24154         * examples/gstplay/player.c:
24155         * gst-libs/gst/Makefile.am:
24156         * gst-libs/gst/play/.cvsignore:
24157         * gst-libs/gst/play/Makefile.am:
24158         * gst-libs/gst/play/play.c:
24159         * gst-libs/gst/play/play.h:
24160         * gst-libs/gst/play/play.vcproj:
24161         * pkgconfig/Makefile.am:
24162         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24163         * pkgconfig/gstreamer-play.pc.in:
24164           Remove libgstplay, playbin is now the official successor.
24165
24166 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24167
24168         * configure.ac:
24169         * gst-libs/gst/Makefile.am:
24170         * gst-libs/gst/xwindowlistener/Makefile.am:
24171         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24172         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24173           Remove deprecated xwindowlistener (I've moved xwindowlistening
24174           in the v4l/v4l2 plugins over to serverside).
24175
24176 2005-04-25  David Schleef  <ds@schleef.org>
24177
24178         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24179         to examples/dynparams.  Examples do not belong interspersed with
24180         source code.
24181         * examples/dynparams/demo-dparams.c:
24182         * gst/sine/Makefile.am:
24183         * gst/sine/demo-dparams.c:
24184
24185 2005-04-25  David Schleef  <ds@schleef.org>
24186
24187         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24188         * gst-libs/gst/audio/Makefile.am:
24189         * gst-libs/gst/riff/Makefile.am:
24190         * gst-libs/gst/tag/Makefile.am:
24191         * gst-libs/gst/video/Makefile.am:
24192         * gst-libs/gst/xwindowlistener/Makefile.am:
24193
24194         Convert to 0.9 API, seems to work:
24195         * sys/ximage/Makefile.am:
24196         * sys/ximage/ximagesink.c:
24197
24198 2005-04-24  David Schleef  <ds@schleef.org>
24199
24200         Link plugins against libraries:
24201         * ext/alsa/Makefile.am:
24202         * gst/tcp/Makefile.am:
24203
24204         Remove asm code that should be in liboil
24205         * gst/videoscale/Makefile.am:
24206         * gst/videoscale/videoscale_x86_asm.s:
24207
24208         gettext wants these checked in:
24209         * po/af.po:
24210         * po/az.po:
24211         * po/cs.po:
24212         * po/en_GB.po:
24213         * po/hu.po:
24214         * po/it.po:
24215         * po/nb.po:
24216         * po/nl.po:
24217         * po/or.po:
24218         * po/sq.po:
24219         * po/sr.po:
24220         * po/sv.po:
24221         * po/uk.po:
24222         * po/vi.po:
24223
24224 2005-04-24  David Schleef  <ds@schleef.org>
24225
24226         Convert gst_main() to g_main_loop_run()
24227         * gst/playback/decodetest.c: (main):
24228         * gst/playback/test2.c: (main):
24229         * gst/playback/test3.c: (main):
24230         * gst/playback/test4.c: (main):
24231
24232         Link plugins against libraries:
24233         * ext/libvisual/Makefile.am:
24234         * sys/xvimage/Makefile.am:
24235
24236 2005-04-24  David Schleef  <ds@schleef.org>
24237
24238         * configure.ac: Remove idct and resample libs
24239         * gst-libs/gst/Makefile.am: same
24240
24241         Remove usage of gst_library_load():
24242         * ext/alsa/gstalsaplugin.c: (plugin_init):
24243         * ext/libvisual/visual.c: (plugin_init):
24244         * ext/ogg/gstogg.c: (plugin_init):
24245         * ext/theora/theora.c: (plugin_init):
24246         * ext/vorbis/vorbis.c: (plugin_init):
24247         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
24248         * gst/audioscale/gstaudioscale.c:
24249         * gst/adder/gstadder.c: (plugin_init):
24250         * gst/audioconvert/plugin.c: (plugin_init):
24251         * sys/ximage/ximagesink.c: (plugin_init):
24252         * sys/xvimage/xvimagesink.c: (plugin_init):
24253         * gst/tcp/gsttcpplugin.c: (plugin_init):
24254
24255         Link plugins against libraries:
24256         * ext/ogg/Makefile.am:
24257         * ext/theora/Makefile.am:
24258         * ext/vorbis/Makefile.am:
24259         * gst/audioconvert/Makefile.am:
24260
24261         Create proper libraries:
24262         * gst-libs/gst/riff/Makefile.am:
24263         * gst-libs/gst/audio/Makefile.am:
24264         * gst-libs/gst/video/Makefile.am:
24265
24266         Move resample library to audioscale plugin directory:
24267         * gst-libs/gst/resample/Makefile.am:
24268         * gst-libs/gst/resample/README:
24269         * gst-libs/gst/resample/dtof.c:
24270         * gst-libs/gst/resample/dtos.c:
24271         * gst-libs/gst/resample/functable.c:
24272         * gst-libs/gst/resample/private.h:
24273         * gst-libs/gst/resample/resample.c:
24274         * gst-libs/gst/resample/resample.h:
24275         * gst-libs/gst/resample/resample.vcproj:
24276         * gst-libs/gst/resample/test.c:
24277         * gst/audioscale/Makefile.am:
24278         * gst/audioscale/README:
24279         * gst/audioscale/dtof.c:
24280         * gst/audioscale/dtos.c:
24281         * gst/audioscale/functable.c:
24282         * gst/audioscale/private.h:
24283         * gst/audioscale/resample.c:
24284         * gst/audioscale/resample.h:
24285         * gst/audioscale/test.c:
24286
24287         Move tagedit library to gst-libs:
24288         * gst-libs/gst/tag/Makefile.am:
24289         * gst-libs/gst/tag/gstid3tag.c:
24290         * gst-libs/gst/tag/gsttagediting.c:
24291         * gst-libs/gst/tag/gsttageditingprivate.h:
24292         * gst-libs/gst/tag/gstvorbistag.c:
24293         * gst/tags/Makefile.am:
24294         * gst/tags/gstid3tag.c:
24295         * gst/tags/gstvorbistag.c:
24296
24297         Fix for core changes:
24298         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24299         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
24300         (gst_sinesrc_getrange):
24301
24302 2005-04-23  David Schleef  <ds@schleef.org>
24303
24304         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
24305         in gst-plugins in a long time, and properly belongs in liboil.
24306         * gst-libs/gst/idct/Makefile.am:
24307         * gst-libs/gst/idct/README:
24308         * gst-libs/gst/idct/dct.h:
24309         * gst-libs/gst/idct/doieee:
24310         * gst-libs/gst/idct/fastintidct.c:
24311         * gst-libs/gst/idct/floatidct.c:
24312         * gst-libs/gst/idct/idct.c:
24313         * gst-libs/gst/idct/idct.h:
24314         * gst-libs/gst/idct/idtc.vcproj:
24315         * gst-libs/gst/idct/ieeetest.c:
24316         * gst-libs/gst/idct/intidct.c:
24317
24318 2005-04-20  Wim Taymans  <wim@fluendo.com>
24319
24320         * docs/design-audiosinks.txt:
24321         * gst-libs/gst/audio/Makefile.am:
24322         * gst-libs/gst/audio/TODO:
24323         * gst-libs/gst/audio/gstaudiosink.c:
24324         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24325         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24326         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
24327         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24328         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24329         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
24330         (gst_audiosink_class_init), (gst_audiosink_init),
24331         (gst_audiosink_create_ringbuffer):
24332         * gst-libs/gst/audio/gstaudiosink.h:
24333         * gst-libs/gst/audio/gstbaseaudiosink.c:
24334         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
24335         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
24336         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
24337         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
24338         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
24339         (gst_baseaudiosink_create_ringbuffer),
24340         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24341         * gst-libs/gst/audio/gstbaseaudiosink.h:
24342         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24343         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
24344         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
24345         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24346         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
24347         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24348         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
24349         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
24350         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
24351         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
24352         * gst-libs/gst/audio/gstringbuffer.h:
24353         An attempt at a set of audio base classes together with some
24354         design docs.
24355
24356 2005-04-20  Wim Taymans  <wim@fluendo.com>
24357
24358         * gst/audioconvert/Makefile.am:
24359         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24360         (gst_audio_convert_caps_remove_format_info),
24361         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24362         (gst_audio_convert_channels):
24363         Link against audio libs.
24364         Fix audio convert plugin.
24365
24366 2005-04-20  Wim Taymans  <wim@fluendo.com>
24367
24368         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
24369         (gst_ogg_demux_sink_activate):
24370         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
24371         (theora_set_header_on_caps), (theora_enc_sink_event),
24372         (theora_enc_chain):
24373         Fix theora encoder.
24374
24375 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24376
24377         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
24378         * gst/playback/gstdecodebin.c: (find_compatibles):
24379           Work with staticpadtemplates in elementfactories.
24380
24381 2005-04-12  Wim Taymans  <wim@fluendo.com>
24382
24383         * gst/playback/README:
24384         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24385         (compare_ranks), (print_feature), (gst_decode_bin_init),
24386         (dynamic_create), (dynamic_free), (find_compatibles),
24387         (mimetype_is_raw), (close_pad_link), (got_redirect),
24388         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
24389         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
24390         (gst_decode_bin_change_state):
24391         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24392         (gst_play_base_bin_init), (group_destroy), (group_commit),
24393         (check_queue), (queue_overrun), (queue_threshold_reached),
24394         (queue_out_of_data), (gen_preroll_element), (unknown_type),
24395         (new_decoded_pad), (setup_subtitle), (gen_source_element),
24396         (got_redirect), (setup_source), (play_base_eos),
24397         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
24398         (gst_play_base_bin_remove_element):
24399         * gst/playback/gstplaybasebin.h:
24400         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24401         (gst_play_bin_init), (gst_play_bin_dispose),
24402         (gst_play_bin_set_property), (gen_video_element),
24403         (gen_text_element), (gen_audio_element), (remove_sinks),
24404         (gst_play_bin_send_event):
24405         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
24406         (stream_info_change_state), (gst_stream_info_set_mute):
24407         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24408         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
24409         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
24410         (gst_stream_selector_chain):
24411         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
24412         (main):
24413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24414         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
24415         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
24416         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
24417         Raw and crude port of decodebin. 
24418         Make playbin compile.
24419
24420 2005-04-06  Wim Taymans  <wim@fluendo.com>
24421
24422         * ext/gnomevfs/Makefile.am:
24423         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
24424         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
24425         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
24426         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
24427         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
24428         (gst_gnomevfssrc_stop):
24429         * ext/ogg/Makefile.am:
24430         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
24431         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
24432         * ext/theora/Makefile.am:
24433         * ext/theora/theoradec.c: (_inc_granulepos),
24434         (theora_dec_sink_event), (theora_dec_chain):
24435         * ext/vorbis/Makefile.am:
24436         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24437         (vorbis_dec_sink_event), (vorbis_dec_chain):
24438         * gst-libs/gst/audio/Makefile.am:
24439         * sys/xvimage/Makefile.am:
24440         Make gnomevfssrc extend the source base class.
24441         Fix linking against libs in various plugins.
24442
24443 2005-04-06  Andy Wingo  <wingo@pobox.com>
24444
24445         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
24446         GST_BASE_LIBS.
24447
24448         * configure.ac: Add check and AC_SUBST for libgstbase.
24449
24450 2005-03-31  Wim Taymans  <wim@fluendo.com>
24451
24452         * examples/seeking/Makefile.am:
24453         * examples/seeking/cdparanoia.c: (main):
24454         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
24455         (play_cb), (pause_cb), (stop_cb), (main):
24456         * examples/seeking/playbin.c:
24457         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
24458         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
24459         (make_sid_pipeline), (make_vorbis_pipeline),
24460         (make_theora_pipeline), (make_vorbis_theora_pipeline),
24461         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24462         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
24463         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
24464         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
24465         (stop_cb), (main):
24466         * examples/seeking/spider_seek.c:
24467         * examples/seeking/vorbisfile.c:
24468         * ext/gnomevfs/Makefile.am:
24469         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24470         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
24471         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
24472         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
24473         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
24474         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
24475         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
24476         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
24477         * ext/ogg/README:
24478         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
24479         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
24480         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
24481         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
24482         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
24483         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
24484         (gst_ogg_pad_event), (gst_ogg_pad_reset),
24485         (gst_ogg_demux_factory_filter), (compare_ranks),
24486         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
24487         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
24488         (gst_ogg_chain_new), (gst_ogg_chain_free),
24489         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
24490         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
24491         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
24492         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
24493         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
24494         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
24495         (gst_ogg_demux_get_prev_page),
24496         (gst_ogg_demux_deactivate_current_chain),
24497         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
24498         (gst_ogg_demux_bisect_forward_serialno),
24499         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
24500         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
24501         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
24502         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
24503         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
24504         (gst_ogg_demux_change_state), (gst_ogg_print):
24505         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24506         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
24507         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24508         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
24509         (gst_ogg_mux_loop):
24510         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24511         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24512         (theora_dec_src_convert), (theora_dec_sink_convert),
24513         (theora_dec_src_query), (theora_dec_src_event),
24514         (theora_dec_sink_event), (theora_dec_chain),
24515         (theora_dec_change_state):
24516         * ext/theora/theoraenc.c: (gst_theora_enc_init),
24517         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
24518         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
24519         (theora_enc_change_state):
24520         * ext/vorbis/Makefile.am:
24521         * ext/vorbis/oggvorbisenc.c:
24522         * ext/vorbis/oggvorbisenc.h:
24523         * ext/vorbis/vorbis.c: (plugin_init):
24524         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24525         (vorbis_dec_src_query), (vorbis_dec_src_event),
24526         (vorbis_dec_sink_event), (vorbis_dec_chain),
24527         (vorbis_dec_change_state):
24528         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24529         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
24530         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24531         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
24532         (gst_vorbisenc_change_state):
24533         * ext/vorbis/vorbisenc.h:
24534         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
24535         * gst-libs/gst/audio/audioclock.c:
24536         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24537         (gst_audiofilter_init), (gst_audiofilter_chain):
24538         * gst-libs/gst/audio/testchannels.c: (main):
24539         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24540         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
24541         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
24542         (gmip_find_track_streaminfo), (gmip_find_track_format):
24543         * gst-libs/gst/media-info/media-info.c:
24544         (gst_media_info_read_idler):
24545         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
24546         (gst_play_get_all_by_interface):
24547         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
24548         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
24549         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
24550         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
24551         (gst_riff_parse_info):
24552         * gst-libs/gst/riff/riff-read.h:
24553         * gst-libs/gst/riff/riff.c: (plugin_init):
24554         * gst-libs/gst/video/Makefile.am:
24555         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
24556         (gst_videosink_class_init), (gst_videosink_get_type):
24557         * gst-libs/gst/video/videosink.h:
24558         * gst/audioconvert/bufferframesconvert.c:
24559         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
24560         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
24561         * gst/audioconvert/channelmixtest.c: (main):
24562         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24563         (gst_audio_convert_chain),
24564         (gst_audio_convert_caps_remove_format_info),
24565         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
24566         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
24567         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
24568         (gst_audio_convert_buffer_to_default_format),
24569         (gst_audio_convert_buffer_from_default_format),
24570         (gst_audio_convert_channels):
24571         * gst/audioconvert/gstchannelmix.h:
24572         * gst/ffmpegcolorspace/avcodec.h:
24573         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24574         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24575         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
24576         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
24577         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
24578         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24579         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
24580         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
24581         (mpeg_video_type_find), (mpeg_video_stream_type_find),
24582         (dv_type_find):
24583         * gst/videotestsrc/gstvideotestsrc.c:
24584         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
24585         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
24586         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
24587         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
24588         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
24589         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
24590         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
24591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
24592         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
24593         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
24594         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
24595         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
24596         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24597         (gst_xvimagesink_navigation_send_event),
24598         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
24599         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
24600         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24601         * sys/xvimage/xvimagesink.h:
24602         Plugin port to 0.9, ogg/theora playback should work in the seek
24603         example now.
24604         Removed old examples.
24605         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
24606         explained in 0.9 TODO doc.
24607
24608
24609 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24610
24611         * autogen.sh:
24612         * configure.ac:
24613         * ext/Makefile.am:
24614         * gst/Makefile.am:
24615         * po/POTFILES.in:
24616         * po/af.po:
24617         * po/az.po:
24618         * po/cs.po:
24619         * po/en_GB.po:
24620         * po/hu.po:
24621         * po/it.po:
24622         * po/nb.po:
24623         * po/nl.po:
24624         * po/or.po:
24625         * po/sq.po:
24626         * po/sr.po:
24627         * po/sv.po:
24628         * po/uk.po:
24629         * po/vi.po:
24630         * sys/Makefile.am:
24631         * testsuite/Makefile.am:
24632           remove a whole bunch of plugins.  This module now contains a set
24633           of free reference plugins/elements as agreed.
24634
24635 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
24636
24637         * configure.ac:
24638           hunting season on 0.9 is now OPEN
24639
24640 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24641
24642         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24643           Kick the hell out of gcc for not warning me about a symbol conflict.
24644
24645 2005-02-22  Luca Ognibene  <luogni@tin.it>
24646
24647         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
24648
24649         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
24650           Don't leak caps string (fixes #168134)
24651
24652         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
24653         (gst_jpegenc_init), (gst_jpegenc_finalize),
24654         (gst_jpegenc_change_state):
24655           Don't leak line buffers and context struct (fixes #168133).
24656
24657 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
24658
24659         * configure.ac:
24660         * ext/dirac/gstdiracdec.cc:
24661         (gst_diracdec_chain):
24662           Since dirac 0.5.0 the framerate in dirac is expressed as a
24663           rational number. Fix build and up requirement to 0.5.0, and
24664           also pass parameters to gst_diracdec_link in the right order
24665           (fixes #167959).
24666
24667 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
24668
24669         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
24670         * ext/faad/gstfaad.h:
24671         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
24672         certain invalid muxed streams, where some packets will contain 
24673         junk after decoder data. Partially fixes #149158.
24674
24675 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
24676         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
24677           Make sure we only write to writable buffers
24678
24679 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
24680
24681         * gst-libs/gst/riff/riff-media.c:
24682         (gst_riff_create_audio_caps_with_data):
24683           Do actually fix invalid RIFF fmt header values for alaw
24684           and mulaw audio instead of just saying so.
24685
24686         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
24687           Give gst_riff_create_audio_caps_with_data() a chance to
24688           fix up broken format header fields before extracting any
24689           parameters from the header. (fixes #167633)
24690
24691 2005-02-19  Martin Holters  <martin.holters@gmx.de>
24692
24693         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
24694
24695         * gst/audioconvert/bufferframesconvert.c:
24696         (buffer_frames_convert_link):
24697           Don't leak othercaps. (fixes #167878)
24698
24699 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
24700
24701         * configure.ac:
24702         * ext/libvisual/visual.c: (gst_visual_srclink),
24703         (gst_visual_change_state):
24704           Support libvisual 0.2.0.
24705
24706 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
24707
24708         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
24709         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
24710           Use same rowstrides for I420 as used everywhere else.
24711
24712 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
24713
24714         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
24715           Declare variables at beginning of block and make gcc-2.95 happy
24716           (fixes # 167482, patch by Gergely Nagy).
24717           
24718         * gst/tcp/gsttcpclientsrc.c:
24719         * gst/tcp/gsttcpclientsrc.h:
24720           Move some includes into the header, so that struct sockaddr_in is
24721           defined when it should be defined on FreeBSD as well (fixes
24722           #167483).
24723           
24724         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24725           Don't pass uninitialised values to setsockopt() here either.
24726
24727 2005-02-17  Luca Ognibene  <luogni at tin dot it>
24728
24729         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
24730
24731         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
24732           Don't pass uninitialised values to setsockopt(). (fixes #167704)
24733
24734 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24735
24736         * gst/playback/gstplaybin.c: (add_sink):
24737           Invert bin_add/link order to workaround deadlock in opt.
24738
24739 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24740
24741         * gst/modplug/gstmodplug.cc:
24742           Add missing break causing position queries to fail.
24743
24744 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24745
24746         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
24747           Granpos can apparently be -1, which screws up calculations...
24748
24749 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
24750
24751         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24752         (gst_ximagesink_send_pending_navigation),
24753         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
24754         (gst_ximagesink_init):
24755         * sys/ximage/ximagesink.h:
24756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24757         (gst_xvimagesink_send_pending_navigation),
24758         (gst_xvimagesink_navigation_send_event),
24759         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
24760         * sys/xvimage/xvimagesink.h:
24761           Use a mutex protected list to marshal navigation
24762           events into the stream thread from whichever thread
24763           sends them.
24764
24765 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
24766
24767         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
24768           Display current position and track length; misc. clean-ups.
24769           
24770         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
24771         (speed_init), (speed_chain):
24772           Add query function, so that the stream length and current position
24773           get adjusted when queried (note that current position queries may
24774           still be wrong if the audio sink returns values based on buffer
24775           timestamps instead of passing on the query).
24776
24777 2005-02-13  Benjamin Otte  <otte@gnome.org>
24778
24779         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
24780         (gst_audio_convert_channels):
24781           create channel conversion matrix when linking
24782         * gst/audioconvert/.cvsignore:
24783         * gst/audioconvert/Makefile.am:
24784         * gst/audioconvert/channelmixtest.c: (main):
24785           add (ugly) test that ensures stereo <=> mono conversion works
24786           correctly
24787
24788 2005-02-13  Benjamin Otte  <otte@gnome.org>
24789
24790         * gst/audioconvert/gstchannelmix.h:
24791           include missing header file
24792         * gst/audioconvert/gstchannelmix.c:
24793         (gst_audio_convert_fill_compatible):
24794           use same sign for both channels when converting to/from compatible
24795           channel. Previously used different signs made the signals cancel
24796           each other out and appear like silence. (fixes #167269)
24797
24798 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
24799
24800         * gst/ffmpegcolorspace/avcodec.h:
24801         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
24802         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
24803         (gst_ffmpegcsp_avpicture_fill):
24804         * gst/ffmpegcolorspace/imgconvert.c:
24805           Convert to and from YV12 (fixes #156379).
24806
24807 2005-02-12  Julien MOUTTE  <julien@moutte.net>
24808
24809         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24810         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
24811         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
24812         (gst_ximagesink_expose), (gst_ximagesink_set_property),
24813         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
24814         methods from chain and negotiation and vice versa (Fixes #166142).
24815         * sys/ximage/ximagesink.h: Add stream_lock.
24816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
24817         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24818         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
24819         (gst_xvimagesink_expose): Check for xcontext before trying to link.
24820
24821 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
24822
24823         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
24824           Don't send "Hey! You gave me a NULL pointer you naughty person" as
24825           error message when we can't open the DVD device (when dvdnav_open()
24826           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
24827           the above). Send something more useful instead (fixes #167117).
24828
24829 2005-02-11  Julien MOUTTE  <julien@moutte.net>
24830
24831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
24832         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
24833         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24834         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
24835         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
24836         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
24837         methods from chain and negotiation and vice versa (Fixes #166142).
24838         Fix a possible bug of images in the buffer pool being discarded because
24839         we are looking at the wrong geometry.
24840         * sys/xvimage/xvimagesink.h: Add stream_lock.
24841
24842 2005-02-11  David Schleef  <ds@schleef.org>
24843
24844         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
24845         unsigned int. (fixes #167128)
24846
24847 2005-02-11  David Schleef  <ds@schleef.org>
24848
24849         * gst/librfb/Makefile.am: Testing stuff before committing is
24850           for wimps... and people with fast machines.  Fix stupid
24851           mistake.
24852
24853 2005-02-11  David Schleef  <ds@schleef.org>
24854
24855         * configure.ac: Pull in librfb from my CVS tree, because it is
24856           too small and annoying to be separate.  Move rfbsrc plugin
24857           to gst/.
24858         * ext/Makefile.am:
24859         * ext/librfb/Makefile.am:
24860         * ext/librfb/gstrfbsrc.c:
24861         * gst/librfb/Makefile.am:
24862         * gst/librfb/gstrfbsrc.c:
24863         * gst/librfb/rfb.c:
24864         * gst/librfb/rfb.h:
24865         * gst/librfb/rfbbuffer.c:
24866         * gst/librfb/rfbbuffer.h:
24867         * gst/librfb/rfbbytestream.c:
24868         * gst/librfb/rfbbytestream.h:
24869         * gst/librfb/rfbcontext.h:
24870         * gst/librfb/rfbdecoder.c:
24871         * gst/librfb/rfbdecoder.h:
24872         * gst/librfb/rfbutil.h:
24873
24874 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
24875
24876         * gst/speed/Makefile.am:
24877         * gst/speed/demo-mp3.c: (main):
24878         * gst/speed/filter.func:
24879         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
24880         (speed_class_init), (speed_init), (speed_chain_int16),
24881         (speed_chain_float32), (speed_chain), (speed_set_property),
24882         (speed_get_property), (speed_change_state):
24883         * gst/speed/gstspeed.h:
24884           Fix speed element and make it chain-based (fixes #156467),
24885           and make it handle more than one channel.
24886
24887 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
24888
24889         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
24890         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
24891         (gst_dtsdec_chain), (gst_dtsdec_change_state):
24892         * ext/dts/gstdtsdec.h:
24893           Don't clobber the stack constructing the channels array.
24894           Make the element chain-based. DTS tracks can now be played.
24895           
24896 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
24897
24898         * gst-libs/gst/audio/multichannel.h:
24899         * gst-libs/gst/gconf/gconf.h:
24900         * gst-libs/gst/idct/idct.h:
24901         * gst-libs/gst/media-info/media-info-priv.h:
24902         * gst-libs/gst/play/play.h:
24903         * gst-libs/gst/resample/private.h:
24904         * gst-libs/gst/resample/resample.h:
24905         * gst-libs/gst/riff/riff-ids.h:
24906         * gst-libs/gst/video/video.h:
24907         * gst-libs/gst/video/videosink.h:
24908           Add G_BEGIN_DECLS and G_END_DECLS around headers where
24909           missing, so that they work when included from C++ code.
24910
24911 2005-02-09  David Schleef  <ds@schleef.org>
24912
24913         * testsuite/gst-lint: Check for non-statically scoped
24914           parent_class variables.  This won't be a problem once
24915           plugins are loaded with RTLD_LOCAL.
24916
24917 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24918
24919         * ext/mplex/gstmplexibitstream.cc:
24920           gcc madness.
24921
24922 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24923
24924         * ext/ogg/gstogmparse.c:
24925         * gst/debug/gstnavigationtest.c:
24926           Die, thou faulty symbol pollutors (non-static parent_class).
24927
24928 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24929
24930         * ext/mplex/gstmplexibitstream.cc:
24931           Fix event handling (#165525).
24932
24933 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24934
24935         * ext/mikmod/gstmikmod.c:
24936         * gst/modplug/gstmodplug.cc:
24937           Add missing endianness to template (fixes #165509).
24938
24939 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24940
24941         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
24942           Fix wrong order of reading of optional bytes (#165290).
24943
24944 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24945
24946         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24947           Implement FILLER event awareness.
24948
24949 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24950
24951         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
24952           Fix track calculations (#166208).
24953
24954 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
24955
24956         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24957
24958         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
24959         * ext/libpng/gstpngenc.c:
24960           Fix byte-order, use proper fixed caps. Fixes #164197.
24961
24962 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
24963
24964         * configure.ac:
24965           Add dvdlpcmdec 
24966
24967         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
24968         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
24969           Don't push buffers if the src pad isn't negotiated yet.
24970           
24971         * gst/audioconvert/gstaudioconvert.c:
24972         (gst_audio_convert_buffer_to_default_format),
24973         (gst_audio_convert_buffer_from_default_format):
24974           Add support for 24-bit width.
24975
24976         * gst/dvdlpcmdec/.cvsignore:
24977         * gst/dvdlpcmdec/Makefile.am:
24978         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
24979         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
24980         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
24981         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
24982         (plugin_init):
24983         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
24984           New decoder for rearranging DVD LPCM into our audio/x-raw-int
24985           format. Needs support for the channels maps if someone can find 
24986           a DVD LPCM track with > 2 channels.
24987
24988         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
24989         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
24990         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
24991         * gst/mpegstream/gstdvddemux.h:
24992         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
24993         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
24994         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
24995         * gst/mpegstream/gstmpegdemux.h:
24996         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
24997         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
24998         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
24999         (gst_mpeg_parse_handle_src_query),
25000         (gst_mpeg_parse_handle_src_event):
25001           Use audio/x-dvd-lpcm for LPCM output.
25002           Add DTS output.
25003
25004 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25005
25006         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25007
25008         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25009         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25010           Add BGRA handling (#165736).
25011
25012 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25013
25014         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25015
25016         * gst/law/alaw-decode.c: (alawdec_link):
25017         * gst/law/alaw-encode.c: (alawenc_link):
25018         * gst/law/mulaw-decode.c: (mulawdec_link):
25019         * gst/law/mulaw-encode.c: (mulawenc_link):
25020           Fix caps memleaks (#166600).
25021
25022 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25023
25024         * ext/tarkin/mem.h:
25025         * ext/tarkin/wavelet.h:
25026         * ext/tarkin/yuv.h:
25027         * gst/ffmpegcolorspace/avcodec.h:
25028           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25029           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25030
25031 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25032
25033         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25035         (gst_xvimagesink_change_state):
25036           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25037           Xv video (and thereby regenerate Xv colourkey) in clear() so
25038           that PLAY -> READY -> PLAY works (fixes #162504).
25039
25040 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25041
25042         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25043           Switch to list instead of range, since MJPEG-devices really just
25044           support decimations, not any size.
25045
25046 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25047         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25048         (gst_mpeg2dec_reset), (free_all_buffers),
25049         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25050         * ext/mpeg2dec/gstmpeg2dec.h:
25051           The libmpeg2 user-allocated buffer management is awkward, 
25052           to say the least. Hopefully this fixes things.
25053
25054 2005-02-04  Andy Wingo  <wingo@pobox.com>
25055
25056         * gst/audioconvert/bufferframesconvert.c
25057         (buffer_frames_convert_fixate): New function, fixates to 256
25058         frames per buffer by default. (Much better than 1.)
25059         (buffer_frames_convert_init): Set the fixate function for both src
25060         and sink pad.
25061         (buffer_frames_convert_link): After success setting nonfixed caps,
25062         get the negotiated caps so we can know how many buffer-frames it
25063         will be. No idea how this worked at all before.
25064
25065 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25066
25067         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25068         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25069         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25070         (handle_sequence), (handle_picture):
25071         * ext/mpeg2dec/gstmpeg2dec.h:
25072           Rearrange buffer tracking and refcounting and refactor
25073           a little for readability. 
25074
25075 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25076         * sys/v4l/gstv4l.c: (plugin_init):
25077         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25078         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25079         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25080         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25081         * sys/v4l/gstv4ljpegsrc.h:
25082         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25083         * sys/v4l/v4l_calls.h:
25084         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25085         (gst_v4lsrc_get_fps):
25086         * sys/v4l/v4lsrc_calls.h:
25087           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25088           you jpeg inside rgb frames" driver.
25089           Don't error in the v4lsrc link function, just return 
25090           REFUSED.
25091
25092 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25093
25094         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25095         (gst_qcamsrc_open):
25096           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25097
25098 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25099
25100         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25101           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25102
25103 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25104
25105         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25106           Reset negotiated state on PAUSED->READY.
25107
25108 2005-02-02  David Schleef  <ds@schleef.org>
25109
25110         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25111         whereever possible.  (Fixes #165997)
25112         * examples/capsfilter/capsfilter1.c: (main):
25113         * examples/dynparams/filter.c: (create_ui):
25114         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25115         * examples/seeking/chained.c: (main):
25116         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25117         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25118         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25119         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25120         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25121         * examples/switch/switcher.c: (main):
25122         * ext/dv/demo-play.c: (main):
25123         * ext/faad/gstfaad.c: (gst_faad_change_state):
25124         * ext/mad/gstmad.c: (gst_mad_chain):
25125         * ext/smoothwave/demo-osssrc.c: (main):
25126         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25127         (gst_gconf_render_bin_from_description),
25128         (gst_gconf_get_default_audio_sink),
25129         (gst_gconf_get_default_video_sink),
25130         (gst_gconf_get_default_audio_src),
25131         (gst_gconf_get_default_video_src),
25132         (gst_gconf_get_default_visualization_element):
25133         * gst/level/demo.c: (main):
25134         * gst/level/plot.c: (main):
25135         * gst/playback/gstplaybin.c: (gen_video_element),
25136         (gen_audio_element):
25137         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25138         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25139         * gst/sine/demo-dparams.c: (main):
25140         * gst/spectrum/demo-osssrc.c: (main):
25141         * gst/speed/demo-mp3.c: (main):
25142         * gst/volume/demo.c: (main):
25143         * testsuite/embed/embed.c: (main):
25144
25145 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25146
25147         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25148         (gst_tcpclientsink_finalize):
25149         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25150         (gst_tcpclientsrc_finalize):
25151         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25152         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25153         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25154         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25155           Don't leak the hostname when shutting down.
25156           In tcpserversrc, take a copy of the default hostname.
25157
25158 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25159
25160         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25161           Set caps to systemstream=TRUE.
25162
25163 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25164
25165         * testsuite/Makefile.am:
25166           Fix more OSX buildbots.
25167
25168 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25169
25170         * ext/mpeg2dec/gstmpeg2dec.c:
25171           Don't send things to NULL PAD_PEERs
25172
25173         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25174           Copy-on-write the incoming buffer.
25175
25176         * gst/mpegstream/gstdvddemux.h:
25177         * gst/mpegstream/gstmpegclock.h:
25178         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25179         (normal_seek), (gst_mpeg_demux_handle_src_event):
25180         * gst/mpegstream/gstmpegdemux.h:
25181         * gst/mpegstream/gstmpegpacketize.h:
25182         * gst/mpegstream/gstmpegparse.c:
25183         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25184         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25185         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25186         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25187         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25188         * gst/mpegstream/gstmpegparse.h:
25189         * gst/mpegstream/gstrfc2250enc.h:
25190           Various changes to the way time is computed that make seeking and
25191           total time estimation much better here.
25192           Use G_BEGIN/END_DECLS instead of __cplusplus
25193
25194         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25195           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25196
25197 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25198
25199         * gst/subparse/gstsubparse.c:
25200           Fix OSX buildbot.
25201
25202 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25203
25204         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25205         (theora_enc_chain), (theora_enc_change_state):
25206         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25207         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25208         (gst_vorbisenc_change_state):
25209         * ext/vorbis/vorbisenc.h:
25210           Set granulepos and timestamp correctly for streams not
25211           starting at 0, taking into account the initial delay.
25212
25213 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25214
25215         * gst/mpegstream/gstdvddemux.c:
25216           Add audio/x-dts to audio pad template caps
25217
25218 2005-01-30  David Schleef  <ds@schleef.org>
25219
25220         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
25221         (create_context), (gst_polypsink_link): Fix silly endianness
25222         bug.  Add some debugging.  Remove float from caps; it doesn't
25223         work.  Attempt to get remote audio working.
25224
25225 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25226
25227         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25228           Add 3IV2 fourcc.
25229
25230 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25231
25232         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
25233         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
25234         (gst_avi_demux_stream_data):
25235         * gst/avi/gstavidemux.h:
25236           Invert DIB images. Fixes #132341.
25237
25238 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25239
25240         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25241         (gst_ffmpegcsp_chain):
25242           D'oh, reference the palette data, not the palette structure.
25243           Fixes color distortion in #132341.
25244
25245 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25246
25247         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25248           PAR can be non-fixed when not provided as argument (#162626).
25249
25250 2005-01-29  David Moore  <dcm@acm.org>
25251
25252         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25253
25254         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25255         (gst_qtdemux_loop_header):
25256           Re-apply patch from #142272 that allows non-seekable sources,
25257           re-proposed by Daniel Drake <dsd@gentoo.org>.
25258
25259 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25260
25261         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
25262           Use the src template for creating the src pad (#162330).
25263
25264 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25265
25266         * configure.ac:
25267         * ext/musepack/Makefile.am:
25268         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
25269         (gst_musepackdec_init), (gst_musepackdec_dispose),
25270         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
25271         (gst_musepack_stream_init), (gst_musepackdec_loop),
25272         (gst_musepackdec_change_state):
25273         * ext/musepack/gstmusepackdec.cpp:
25274         * ext/musepack/gstmusepackdec.h:
25275         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
25276         (gst_musepack_reader_read), (gst_musepack_reader_seek),
25277         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
25278         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
25279         * ext/musepack/gstmusepackreader.cpp:
25280         * ext/musepack/gstmusepackreader.h:
25281           Update to 1.1 API (#165446).
25282
25283 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25284
25285         * ext/Makefile.am:
25286           Unbreak buildbot.
25287
25288 2005-01-28  Andy Wingo  <wingo@pobox.com>
25289
25290         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
25291         to reflect a different dubious internet source. Add a reference
25292         and some commentary.
25293
25294 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25295
25296         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25297         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
25298         * gst/playback/gststreamselector.h:
25299           Be more selective when we're redoing caps negotiation from
25300           within the chain function on a stream change.
25301
25302 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25303
25304         * configure.ac:
25305         * ext/Makefile.am:
25306         * ext/amrnb/Makefile.am:
25307         * ext/amrnb/amrnb.c: (plugin_init):
25308         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
25309         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
25310         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
25311         (gst_amrnbdec_state_change):
25312         * ext/amrnb/amrnbdec.h:
25313         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
25314         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
25315         (gst_amrnbparse_init), (gst_amrnbparse_formats),
25316         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
25317         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
25318         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
25319         * ext/amrnb/amrnbparse.h:
25320           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
25321         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25322           Add AMR-NB/-WB raw formats.
25323         * ext/alsa/gstalsa.c: (gst_alsa_link):
25324           Keep valid time when changing format.
25325         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25326         (qtdemux_parse_trak):
25327           Add some more format-specific options (#140141, #143555, #155163).
25328
25329 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25330
25331         * gst/matroska/matroska-demux.c:
25332         (gst_matroska_demux_parse_blockgroup):
25333           Fix logic error in timing of subtitle stream synchronization.
25334         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25335           Add skip-chunk, which is found in kodak-camera streams.
25336
25337 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25338
25339         * po/LINGUAS:
25340         * po/vi.po:
25341           Adding Vietnamese translation (submitted by Clytie Siddall)
25342
25343 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25344
25345         * gst/playback/gstdecodebin.c: (try_to_link_1):
25346           Use realpad for signal.
25347
25348 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25349
25350         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
25351           Fix category so decodebin picks it up.
25352
25353 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25354
25355         * ext/mad/Makefile.am:
25356         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
25357         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
25358         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
25359         (found_type), (gst_id3demux_bin_change_state):
25360         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
25361         (gst_id3_tag_init), (gst_id3_tag_handle_event),
25362         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25363         (gst_id3_tag_change_state), (plugin_init):
25364         * ext/mad/gstmad.h:
25365           Add id3demuxbin (which is a simple bin consisting of id3demux
25366           and typefind), take over rank from id3demux, remove typefind
25367           code from id3demux. Makes all broken mp3s that I know of work,
25368           and thereby fixes #152688.
25369
25370 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
25371
25372         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25373
25374         * ext/mad/gstmad.c: (gst_mad_src_event):
25375         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
25376           Allow seeks on audio pad, make mad forward those (#164826).
25377         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25378           Set duration (#165335).
25379
25380 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25381
25382         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
25383         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
25384         (gst_asf_demux_process_ext_content_desc),
25385         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
25386         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
25387         * gst/asfdemux/gstasfdemux.h:
25388           Improve metadata display, e.g. if the metadata comes before the
25389           streams are loaded (which is perfectly valid).
25390
25391 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25392
25393         * tools/gst-launch-ext-m.m:
25394           Fix AVI/ASF pipelines (#165340).
25395
25396 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
25397         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
25398         build failure on amd64
25399
25400 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
25401
25402         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
25403         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
25404           Check environment variables GST_ID3V2_TAG_ENCODING,
25405           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
25406           list of character encodings to force interpretation of non-unicode
25407           strings stored in an ID3v2 tag to a particular encoding. If none
25408           is specified, try to use current locale's encoding, then fall back
25409           to ISO-8859-1 (which will always succeed). (Resolves #149274)
25410         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
25411         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
25412           Check environment variables GST_ID3V1_TAG_ENCODING,
25413           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
25414           list of character encodings to use in case a string encountered
25415           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
25416           specified, try to use the current locale's encoding, then fall
25417           back to ISO-8859-1 (which will always succeed).
25418
25419 2005-01-25  Benjamin Otte  <otte@gnome.org>
25420
25421         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
25422           - on half framerate, compute the rate in advance so the comparisons
25423             don't compare wrong values
25424           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
25425             behaviour
25426           - don't use mad_header_decode anymore, mad_frame_decode does that
25427             automatically
25428           - when getting rid of consumed bytes, reset the stream's skiplen
25429           (fixes #163867)
25430
25431 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
25432
25433         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
25434           Use 1/2 a second for default max_discont, as PES streams from DVB
25435           seem to have larger spacings in the SCR. 
25436           Fix a typo.
25437
25438 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25439
25440         * gst/playback/gstplaybasebin.c: (group_commit):
25441           Notify delayed stream-info availability.
25442
25443 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
25444         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
25445         (gst_a52dec_handle_event), (gst_a52dec_chain):
25446         Add some debug output. Check that a discont has a valid
25447         time associated.
25448         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
25449         (gst_alsa_sink_loop):
25450         Ignore TAG events. A little extra debug for broken timestamps.
25451         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
25452         (dvdnavsrc_change_state):
25453         Ensure we send a discont to engage the link before we send any
25454         other events.
25455         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
25456         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
25457         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
25458         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
25459         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
25460         dvd://title works in totem because typefinding sends a seek that ends
25461         up going back to chapter 1 regardless.
25462         * ext/mpeg2dec/gstmpeg2dec.c:
25463         * ext/mpeg2dec/gstmpeg2dec.h:
25464         Output correct timestamps and handle disconts.
25465         * ext/ogg/gstoggdemux.c: (get_relative):
25466         Small guard against a null dereference.
25467         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
25468         (gst_textoverlay_set_property):
25469         Free memory when done. Don't call gst_event_filler_get_duration on
25470         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
25471         g_warning.
25472         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
25473         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
25474         (gst_sw_srclink), (gst_smoothwave_chain):
25475         Draw solid lines, prettier colours.
25476         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
25477         Add a default palette that'll work for some movies.
25478         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
25479         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
25480         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
25481         * gst/mpegstream/gstdvddemux.h:
25482         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25483         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
25484         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
25485         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
25486         * gst/mpegstream/gstmpegparse.h:
25487         Use PTM/NAV events when for timestamp adjustment when connected to 
25488         dvdnavsrc. Don't use many discont events where one suffices.
25489         * gst/playback/gstplaybasebin.c: (group_destroy),
25490         (gen_preroll_element), (gst_play_base_bin_add_element):
25491         * gst/playback/gstplaybasebin.h:
25492         Make sure we remove subtitles from the same bin we put them in.
25493         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
25494         (gst_subparse_buffer_format_autodetect),
25495         (gst_subparse_change_state):
25496         Fix some memleaks and invalid accesses.
25497         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
25498         (oggskel_type_find), (cmml_type_find), (plugin_init):
25499         Some typefind functions for Annodex v3.0 files
25500         * gst/wavparse/gstwavparse.h:
25501         GstRiffReadClass is the correct parent class.
25502
25503 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25504
25505         * gst-libs/gst/riff/riff-media.c:
25506         (gst_riff_create_video_caps_with_data):
25507           Add extradata to huffyuv (fixes #165013).
25508         * gst-libs/gst/riff/riff-read.c:
25509         (gst_riff_read_strf_vids_with_data):
25510           Fix extradata extraction if it is in the chunk size.
25511
25512 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
25513
25514         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25515
25516         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
25517         (gst_quarktv_change_state), (gst_quarktv_dispose):
25518           Memory free'ing location fix (#164708).
25519
25520 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25521
25522         * gst/playback/gstplaybasebin.c: (group_commit),
25523         (gen_preroll_element), (probe_triggered), (gen_source_element),
25524         (setup_source), (gst_play_base_bin_change_state),
25525         (gst_play_base_bin_add_element):
25526           Don't block for streams.
25527         * gst/playback/gststreaminfo.c: (stream_info_change_state),
25528         (gst_stream_info_set_mute):
25529           Use gst_pad_set_active_recursive.
25530
25531 2005-01-25  Andy Wingo  <wingo@pobox.com>
25532
25533         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
25534         for #ifndef HAVE_XVIDEO.
25535
25536 2005-01-24  Jeffrey C. Ollie
25537
25538         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
25539
25540         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
25541         * ext/gsm/gstgsmdec.h:
25542         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
25543         * ext/gsm/gstgsmenc.h:
25544         Fix rate to 8kHz as per spec, removes obscure errors when no rate
25545         was given by property. Add proper buffer timestamps and offsets.
25546
25547 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25548
25549         * gst-libs/gst/riff/riff-media.c:
25550         (gst_riff_create_audio_caps_with_data):
25551           Audio can be <8000Hz.
25552
25553 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25554
25555         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25556           Explicit state change to workaround refcount bugs.
25557
25558 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25559
25560         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
25561         (gst_avimux_riff_get_avi_header):
25562           Fix...
25563
25564 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25565
25566         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
25567         (gst_riff_read_element_data):
25568         * gst-libs/gst/riff/riff-read.h:
25569           Add _peek version (req'ed in CDXA).
25570         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
25571         (gst_cdxaparse_loop):
25572           Fix parsing in playbin.
25573         * gst/playback/gstdecodebin.c: (close_pad_link):
25574           Ignore current_ pads, they cause major annoyance.
25575
25576 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25577
25578         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25579           Safety guard.
25580
25581 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25582
25583         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
25584           Fix padding...
25585
25586 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25587
25588         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
25589           Allow for 0-sized buffers. Fixes length query problems in
25590           starwars.mkv from the testsuite.
25591
25592 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
25593
25594         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
25595         (gst_video_box_i420), (gst_video_box_chain):
25596           Fix row strides for I420 (fixes #163159)
25597           
25598 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25599
25600         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
25601           MPEG2 has a useful rate property, so we can actually use that.
25602           For MPEG-1, continue using the bytes/time properties.
25603
25604 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25605
25606         * gst-libs/gst/riff/riff-media.c:
25607         (gst_riff_create_video_caps_with_data),
25608         (gst_riff_create_video_template_caps):
25609           Add intel-h263.
25610
25611 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25612
25613         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
25614           Fail if caps negotiation fails. Should fix #162184, and should
25615           definately be in there regardless of it fixing the actual bug.
25616         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
25617         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
25618         (gst_avimux_riff_get_avix_header),
25619         (gst_avimux_riff_get_video_header),
25620         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
25621         (gst_avimux_start_file), (gst_avimux_handle_event),
25622         (gst_avimux_change_state):
25623         * gst/avi/gstavimux.h:
25624           Refactor structure writing to use GST_WRITE_UINT macros, add
25625           metadata writing support.
25626
25627 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25628
25629         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
25630           Elements may already be destroyed when this function is called.
25631
25632 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25633
25634         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25635         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
25636           More memory leak fixes (#149162).
25637
25638 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25639
25640         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25641         (gst_qtdemux_add_stream):
25642           Fix two memleaks.
25643
25644 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25645
25646         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
25647           Argh...
25648
25649 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25650
25651         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
25652           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
25653           when fixating to six channels in Totem.
25654
25655 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
25656
25657         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
25658           Fix compile warnings on Solaris 10 buildbot
25659
25660 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
25661
25662         * ext/dvdread/dvdreadsrc.c: (_read):
25663           Don't read beyond the last cell in a chapter (fixes 
25664           invalid memory access)
25665
25666 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
25667
25668         * ext/dvdread/stream_labels.c:
25669         (dvdreadsrc_get_audio_stream_labels):
25670           Use NULL for an empty GList instead of g_list_alloc(); fix 
25671           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
25672           of GString (easier to bulk free later)
25673
25674 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
25675
25676         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25677
25678         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25679         (gst_ffmpeg_pixfmt_to_caps):
25680           Fix BGRA32 caps (#164209).
25681
25682 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
25683
25684         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25685
25686         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25687         (gst_ffmpeg_caps_to_pixfmt):
25688           alpha_mask can be RGBA/ABGR. Fixes #164265.
25689
25690 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
25691
25692         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25693
25694         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
25695         (gst_mpeg2dec_alloc_buffer):
25696         * ext/mpeg2dec/gstmpeg2dec.h:
25697           Crop if decoding size is not the actual image size (#163676).
25698
25699 2005-01-17  Steve Baker  <steve@stevebaker.org>
25700
25701         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25702
25703         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
25704         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
25705           Add libsndfile typefind functions (#163309).
25706
25707 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25708
25709         * tools/gst-launch-ext-m.m:
25710           Add .aac, fix .m1v/.m2v (#163891).
25711
25712 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25713
25714         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
25715           Sanity check, don't wait endlessly since the clock might not
25716           actually run at this point (which is a deadlock). Fixes #164069.
25717
25718 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25719
25720         * gst/playback/gstplaybasebin.c: (probe_triggered):
25721           Of course, only pause if group is done...
25722
25723 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25724
25725         * gst/playback/gstplaybasebin.c: (probe_triggered):
25726           Thread safety.
25727
25728 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
25729
25730         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
25731           Don't return state change success when the parent
25732           failed.
25733
25734 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25735
25736         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
25737           Free events (fix memleak in #162905).
25738
25739 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
25740
25741         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25742
25743         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25744         (gst_ffmpeg_caps_to_pixfmt):
25745           Fix for depth = 15. Fixes #161675.
25746
25747 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25748
25749         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
25750           Set FPS correctly, even for webcams and the like.
25751         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
25752           Don error on setting while capturing.
25753
25754 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25755
25756         * ext/dv/gstdvdec.c:
25757         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
25758         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
25759           I'm a bad boy. using /1001. to force C to do float division
25760           and not integer division (as it did in my last commit)
25761           Thanks to David I. Lehn for pointing this mistake.
25762
25763 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25764
25765         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
25766           Revert Johan's 1.35->1.36 since it breaks compat.
25767
25768 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25769
25770         * ext/dv/gstdvdec.c:
25771         * ext/libfame/gstlibfame.c:
25772         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
25773         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
25774           replace framerate aproximations by their real value
25775           (24000/1001, 30000/1001, 60000/1001)
25776           Finish fixing bug #164049
25777
25778 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25779
25780         * ext/ogg/gstoggmux.c:
25781           eos/bos debugging
25782         * gst/tcp/gstmultifdsink.c:
25783         * gst/tcp/gstmultifdsink.h:
25784         * gst/tcp/gsttcp.c:
25785         * gst/tcp/gsttcp.h:
25786         * gst/tcp/gsttcpclientsink.c:
25787         * gst/tcp/gsttcpclientsrc.c:
25788         * gst/tcp/gsttcpserversink.c:
25789         * gst/tcp/gsttcpserversrc.c:
25790           improve reusability of elements after state changes and errors
25791           make multifdsink throw away streamheaders when receiving new ones
25792
25793 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25794
25795         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
25796           Fix for if items are already in list...
25797
25798 2005-01-12  Benjamin Otte  <otte@gnome.org>
25799
25800         * gst/adder/gstadder.c: (gst_adder_loop):
25801           fix adder a bit so it doesn't screw up with events as much anymore
25802
25803 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
25804
25805         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
25806         (pixbufscale_scale), (gst_pixbufscale_chain):
25807         * ext/gdk_pixbuf/pixbufscale.h:
25808           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
25809           to ensure rowstrides are calculated the same way as 
25810           ffmpegcolorspace
25811           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
25812           that we pick up duration and offset also.
25813
25814 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25815
25816         * gst/avi/gstavimux.c: (gst_avimux_class_init),
25817         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
25818           Reusability fixes.
25819
25820 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25821
25822         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
25823         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25824         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
25825         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
25826           Update flags when requested.
25827
25828 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25829
25830         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
25831           Fix dmix.
25832
25833 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25834
25835         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25836         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
25837         (probe_triggered), (new_decoded_pad), (gen_source_element),
25838         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
25839         * gst/playback/gstplaybasebin.h:
25840         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25841         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
25842         (gst_play_bin_change_state):
25843           Implement group-switch signal for use in apps to clear metadata
25844           cache, clean up subtitle, add suburi property instead of # hack,
25845           some error-out fixes.
25846
25847 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25848
25849         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25850           Debug.
25851         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
25852           If we got a state change in the _get handler, don't return success.
25853
25854 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25855
25856         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
25857         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
25858           Make jpegdec quiet on MJPEG decoding
25859         * gst/asfdemux/README:
25860           Fix mimetypes for MJPEG and H263
25861
25862 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25863
25864         * ext/theora/theoradec.c: (theora_dec_chain):
25865           Fix broken code generation by gcc by swapping arguments.
25866         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
25867           Fix \n in debug.
25868
25869 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25870
25871         * TODO:
25872           delete this file, it is by far outdated
25873         * ext/alsa/gstalsa.1: remove
25874         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
25875         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
25876         (gst_alsa_get_caps):
25877           Add HW probing for supported sample rates. Fixes #161704
25878
25879 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25880
25881         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25882           Don't crash, biatch! :).
25883
25884 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25885
25886         * ext/musepack/gstmusepackreader.cpp:
25887         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
25888           Some work on tags - still doesn't work in playbin...
25889         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25890           Handle events...
25891
25892 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25893
25894         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
25895           Also shove tags on kid pads.
25896
25897 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25898
25899         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
25900           Don't bail on unknown events.
25901         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25902           Don't crash on events before negotiation.
25903         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
25904           Send tags on pads, too.
25905         * gst/playback/gststreamselector.c:
25906         (gst_stream_selector_request_new_pad):
25907           Forward events on first pad if no input was selected yet.
25908
25909 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25910
25911         * gst/playback/gstplaybasebin.c: (setup_substreams):
25912           Don't disable streamtype if the stream doesn't exist, since
25913           then playing a video after audio will disable both and nothing
25914           will happen. Fixes the testsuite.
25915
25916 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25917
25918         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
25919         (gst_v4l_xoverlay_set_xwindow_id):
25920         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
25921         (gst_v4l2_xoverlay_set_xwindow_id):
25922           Add debug categories, fix overlay disabling.
25923
25924 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25925
25926         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
25927         * ext/alsa/gstalsa.h:
25928           Add HW probing for period_count/size and buffer_size MIX/MAX
25929           Adjust default/user defined value if out of bounds
25930           Should fix bug #162024
25931
25932 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25933
25934         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
25935           Fix warning (#161191).
25936
25937 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25938
25939         * ext/dvdread/stream_labels.c:
25940         (dvdreadsrc_get_audio_stream_labels):
25941           Fix warning (init the good variable in switch default)
25942
25943 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
25944
25945         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25946
25947         * gst/tta/gstttaparse.c: (gst_tta_src_event):
25948           Fix gcc-2.95 compile (#163485).
25949
25950 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25951
25952         * configure.ac:
25953         * ext/flac/gstflacenc.c: (gst_flacenc_init),
25954         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
25955         (gst_flacenc_tell_callback), (gst_flacenc_chain),
25956         (gst_flacenc_change_state):
25957         * ext/flac/gstflacenc.h:
25958           Update for API change in flac-1.1.1. Update requirement in
25959           configure.ac. Fixes #162974.
25960
25961 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25962
25963         * gst/playback/gstplaybasebin.c: (group_destroy):
25964           Remove hack to get rid of assert and get rid of unlinked
25965           signals properly.
25966
25967 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25968
25969         * gst/playback/gstplaybasebin.c: (setup_source):
25970           Set source to NULL so that resources are free'ed. Fixes issues
25971           with playback of CDDA and similar device-accessing things.
25972
25973 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25974
25975         * testsuite/embed/Makefile.am:
25976           test->noinst, fix make test in buildbot.
25977
25978 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
25979
25980         * ext/dvdread/stream_labels.c: new file
25981         * ext/dvdread/stream_labels.h: new file
25982         * ext/dvdread/Makefile.am:
25983         * ext/dvdread/dvdreadsrc.c: (_seek_title):
25984           Extract audio stream label from DVD IFO files.
25985           It only dump them on the console for now, still have to
25986           make playbin aware of them.
25987
25988 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25989
25990         * gst/playback/gstplaybasebin.c: (setup_source):
25991           Fix hanging subs.
25992
25993 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25994
25995         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
25996         (gen_preroll_element), (remove_groups), (setup_subtitle),
25997         (gen_source_element), (setup_source):
25998         * gst/playback/gstplaybasebin.h:
25999           Multiple .sub files is just a stupid idea... Fix some threading
26000           mistakes. Interestingly, external .sub files cause playbin to
26001           hang, I don't know why... Parsing fixes contributed by Fran??ois
26002           Kooman <fkooman@tuxed.net>.
26003
26004 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26005
26006         * testsuite/embed/Makefile.am:
26007           Fix buildbot.
26008
26009 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26010
26011         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26012
26013         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26014         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26015         (gst_pngenc_set_property):
26016         * ext/libpng/gstpngenc.h:
26017           Add compression level property (#163323).
26018
26019 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26020
26021         * configure.ac:
26022         * examples/capsfilter/capsfilter1.c: (main):
26023         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26024         * ext/dvdread/Makefile.am:
26025         * ext/dvdread/demo-play:
26026         * ext/dvdread/demo-play.c:
26027         * gconf/gstreamer.schemas.in:
26028         * gst-libs/gst/gconf/gconf.c:
26029         * sys/v4l/TODO:
26030         * testsuite/Makefile.am:
26031         * testsuite/embed/Makefile.am:
26032         * testsuite/embed/embed.c: (cb_expose), (main):
26033           Remove all references to xvideosink, fix examples (#140845).
26034         * gst/playback/gstplaybasebin.c: (group_destroy):
26035           Apparently, disposal does not unlink - so do explicitely.
26036         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26037           Add debug.
26038
26039 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26040
26041         * README: fix PKG_CONFIG_PATH instructions, what was there
26042         previously was breaking default search path, not nice. 
26043         Fixes #163358
26044
26045 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26046
26047         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26048         (gst_audioscale_chain):
26049           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26050           when resampling - how the ^@$^!@^! is this possible?!?
26051
26052 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26053
26054         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26055           Reset variables on READY.
26056         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26057         (gst_matroska_mux_loop):
26058           Require data before writing header.
26059
26060 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26061
26062         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26063
26064         * ext/mad/gstmad.c: (gst_mad_chain):
26065           Don't call mad_stream_sync() directly after recovering sync.
26066           Fixes #151661.
26067
26068 2005-01-09  Martin Eikermann  <meiker@upb.de>
26069
26070         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26071
26072         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26073         (snapshot_handler), (gst_snapshot_sinkconnect),
26074         (gst_snapshot_chain):
26075           Allocate resources when required, fix recursive signal emission
26076           and fix caps. Fixes #161667.
26077
26078 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26079
26080         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26081
26082         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26083         (gst_pngdec_chain):
26084           Handle only 8-bppc (bits-per-pixel-component) images, better
26085           error handling and correct strides. Fixes #163177.
26086         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26087         (gst_pngenc_chain):
26088           Better error handling. Fixes #163348.
26089
26090 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26091
26092         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26093         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26094         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26095         (dvdnavsrc_uri_handler_init):
26096           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26097         * gst/playback/gstplaybasebin.c: (gen_source_element):
26098           Add MMS to streaming URIs.
26099
26100 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26101
26102         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26103         * sys/xvimage/xvimagesink.c:
26104         (gst_xvimagesink_navigation_send_event):
26105           Check for pad availability before sending event.
26106
26107 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26108
26109         * gst-plugins.spec.in:
26110           Add subparse.
26111
26112 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26113
26114         * configure.ac:
26115           Since we use functions from CVS, up requirement.
26116
26117 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26118
26119         * gst/playback/Makefile.am:
26120         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26121         (group_destroy), (group_commit), (group_is_muted),
26122         (gen_preroll_element), (add_stream), (unknown_type),
26123         (probe_triggered), (preroll_unlinked), (mute_stream),
26124         (silence_stream), (new_decoded_pad), (setup_substreams),
26125         (setup_source), (get_active_source), (mute_group_type),
26126         (muted_group_change_state), (set_active_source),
26127         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26128         (play_base_eos), (gst_play_base_bin_change_state):
26129         * gst/playback/gstplaybasebin.h:
26130         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26131         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26132         (gst_stream_info_dispose), (stream_info_mute_pad),
26133         (stream_info_change_state), (gst_stream_info_set_mute):
26134         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26135         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26136         (gst_stream_selector_init), (gst_stream_selector_dispose),
26137         (gst_stream_selector_get_linked_pad),
26138         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26139         (gst_stream_selector_get_linked_pads),
26140         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26141         * gst/playback/gststreamselector.h:
26142           Adding stream selection support plus required properties for
26143           applications to use this. Fully fixes #100931.
26144
26145 2005-01-08  Benjamin Otte  <otte@gnome.org>
26146
26147         * gst/games/gstpuzzle.c: (nav_event_handler):
26148           - handle nav events differently: forward every event no matter if it
26149             was handled or not.
26150           - translate events
26151           You can now cheat by using navigationtest ! puzzle and moving the
26152           mouse close to the edge of a tile. ;)
26153
26154 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26155
26156         * configure.ac:
26157         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26158         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26159         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26160         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26161         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26162         (gst_ogm_parse_plugin_init):
26163         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26164         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26165         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26166         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26167         * ext/pango/gsttextoverlay.h:
26168         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26169         (gst_matroska_demux_handle_seek_event),
26170         (gst_matroska_demux_sync_streams),
26171         (gst_matroska_demux_parse_blockgroup),
26172         (gst_matroska_demux_subtitle_caps),
26173         (gst_matroska_demux_plugin_init):
26174         * gst/matroska/matroska-ids.h:
26175         * gst/playback/gstdecodebin.c: (close_pad_link):
26176         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26177         (gen_preroll_element), (remove_groups), (add_stream),
26178         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26179         (setup_source):
26180         * gst/playback/gstplaybasebin.h:
26181         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26182         * gst/subparse/Makefile.am:
26183         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26184         (gst_subparse_base_init), (gst_subparse_class_init),
26185         (gst_subparse_init), (gst_subparse_formats),
26186         (gst_subparse_eventmask), (gst_subparse_event),
26187         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26188         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26189         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26190         (parse_mpsub_deinit), (parse_mpsub_init),
26191         (gst_subparse_buffer_format_autodetect),
26192         (gst_subparse_format_autodetect), (gst_subparse_loop),
26193         (gst_subparse_change_state), (gst_subparse_type_find),
26194         (plugin_init):
26195         * gst/subparse/gstsubparse.h:
26196         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26197         (plugin_init):
26198           Add subtitle support, .sub parser (supports SRT and MPsub),
26199           OGM text support, Matroska UTF-8 text support, deadlock fixes
26200           all over the place, subtitle awareness in decodebin/playbin
26201           and some fixes to textoverlay to handle subtitles in a stream
26202           correctly. Fixes #100931.
26203
26204 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26205
26206         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26207           Check for pad availability before doing a query on it.
26208
26209 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26210
26211         * ext/dv/gstdvdec.c:
26212           really fix bpp24/32 dvdec caps (classic rgba indeed)
26213         * gst/asfdemux/gstasfdemux.c:
26214         (gst_asf_demux_process_ext_content_desc):
26215           don't send text tags if they are empty (bis repetita)
26216
26217 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26218
26219         * ext/dv/gstdvdec.c:
26220          remove unneeded comment from dvdec
26221           (related to DV 4CC codes in AVI files)
26222           moved them in gstreamer/docs/random/mimetypes
26223         * gst/asfdemux/gstasfdemux.c:
26224         (gst_asf_demux_process_ext_content_desc):
26225          don't send text tags if they are empty
26226          fix mem leak on error path
26227         * gst/ffmpegcolorspace/avcodec.h:
26228         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26229         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26230         (gst_ffmpegcsp_avpicture_fill):
26231         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
26232         * gst/ffmpegcolorspace/imgconvert_template.h:
26233          adds BGR32 and BGRA32 to ffmpegcolorspace
26234           (still bad colors, fixing it on next commit)
26235           helps with dvdec outputing BGR32
26236
26237 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26238
26239         * ext/dv/gstdvdec.c:
26240          Fix audio caps i just broke (missing ',')
26241         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
26242         (gst_matroska_mux_reset):
26243          Fix typo + add FIXME about old "x-gst-metadata" crap
26244
26245 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26246
26247         * ext/dv/demo-play.c: (main):
26248          xvideosink -> xvimagesink
26249         * ext/dv/gstdvdec.c:
26250          change rgb 32/32 caps to 24/32 (no alpha)
26251          change nb of channels to be a list (2 or 4, not 2)
26252          change sample rate to be a list (32, 44.1, 48 kHz) not a range
26253         * gst/asfdemux/gstasfdemux.c:
26254         (gst_asf_demux_process_ext_content_desc):
26255          Add 'date/year' to extracted metadata list
26256
26257 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26258
26259         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
26260           The return value of fixate_to does not imply that the requested
26261           value was set, so don't assume.
26262
26263 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
26264
26265         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26266
26267         * ext/libpng/gstpngdec.c:
26268         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
26269         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
26270         * ext/libpng/gstpngenc.h:
26271           Alpha support (encoder; #163161), mime fixage.
26272
26273 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
26274
26275         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26276
26277         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
26278         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
26279         (gst_faac_set_property), (gst_faac_get_property):
26280         * ext/faac/gstfaac.h:
26281           Allow for ADTS output (#153434).
26282
26283 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26284
26285         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26286           Fix against template (#150576).
26287
26288 2005-01-06  Benjamin Otte  <otte@gnome.org>
26289
26290         * gst/games/gstpuzzle.c: (draw_puzzle):
26291           don't draw a puzzle if either width or height of tiles would be 0.
26292
26293 2005-01-06  Benjamin Otte  <otte@gnome.org>
26294
26295         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
26296         (gst_puzzle_class_init), (gst_puzzle_finalize):
26297           no memleaks, please
26298         (gst_puzzle_create), (gst_puzzle_init),
26299         (gst_puzzle_set_property), (gst_puzzle_setup):
26300           change initialization code around so we don't reshuffle on resize
26301         (draw_puzzle):
26302           fix another stupid typo
26303
26304 2005-01-06  Benjamin Otte  <otte@gnome.org>
26305
26306         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
26307           fix stupid typo that borked copying on YUY2
26308
26309 2005-01-06  Benjamin Otte  <otte@gnome.org>
26310
26311         * gst/games/gstpuzzle.c: (draw_puzzle):
26312           fix edges when image sizes aren't multiples of tile sizes
26313
26314 2005-01-06  Benjamin Otte  <otte@gnome.org>
26315
26316         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
26317           make RGB endianness work correctly
26318         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
26319           refactor and fix race with initial shuffling
26320         (nav_event_handler):
26321           allow using the mouse to puzzle
26322         (draw_puzzle):
26323           insist on tiles having width and height as multiples of 4 to get
26324           clean YUV image handling
26325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26326         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
26327           s/DEBUG/LOG/ for common messages
26328         (gst_xvimagesink_navigation_send_event):
26329           fix mouse event translation to not include screen PAR
26330         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26331           fix mouse event translation to actually work
26332
26333 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26334
26335         * gst/asfdemux/gstasfdemux.c:
26336         (gst_asf_demux_process_ext_content_desc):
26337          Extract TrackNumber metadata + clean up code
26338         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
26339          Hope this is the good fix (var used unitialised)
26340
26341 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26342
26343         * ext/faad/gstfaad.c: (gst_faad_chain):
26344           Only increment timestamp if it's valid. Fixes raw AAC streams.
26345
26346 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26347
26348         * configure.ac:
26349         * gst/games/Makefile.am:
26350         * gst/games/gstpuzzle.c:
26351           add a puzzle game with...
26352         * gst/games/gstvideoimage.c:
26353         * gst/games/gstvideoimage.h:
26354           ... full colorspace support (that includes YUV9 and RGB16)) stolen
26355           from videotestsrc and made into something that would be a nice
26356           library for a lot of other plugins.
26357
26358 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26359
26360         * configure.ac:
26361          don't compile faad plugin if a RC of 2.0 is found
26362          Fixes #155346 (and FC1 buildbot)
26363         * gst/asfdemux/gstasfdemux.c:
26364         (gst_asf_demux_process_ext_content_desc):
26365          try to make Solaris compiler happier
26366
26367 2005-01-06  Paul Jack  <pjack@sfaf.org>
26368
26369         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26370
26371         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
26372           Fix segfault (#161667).
26373
26374 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26375
26376         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26377           Fix framerate reporting.
26378
26379 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26380
26381         * gst-libs/gst/riff/riff-ids.h:
26382         * gst/wavenc/riff.h:
26383          Add AMR (VBR and CBR) ids to riff.h audio codec list
26384         * gst/asfdemux/gstasfdemux.c:
26385         (gst_asf_demux_process_ext_content_desc),
26386         (gst_asf_demux_process_object):
26387           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
26388
26389 2005-01-05  Martin Eikermann  <meiker@upb.de>
26390
26391         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26392
26393         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26394         (gst_dvd_demux_handle_discont):
26395         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
26396         (gst_mpeg_demux_handle_discont):
26397           Recreate pads on new-media (#160730).
26398         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
26399           Send discont even if manager changes timestamps (#161929).
26400
26401 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
26402
26403         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26404
26405         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
26406           Fix invalid memory access (#159211).
26407
26408 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26409
26410         * examples/gstplay/player.c: (main):
26411           Don't iterate.
26412         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
26413           Add visualizations.
26414         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26415         (gst_a52dec_handle_frame):
26416           Set duration.
26417         * ext/dvdnav/gst-dvd:
26418           Add audioconvert. Fixes #161325.
26419         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
26420           Explicitely case to gint64. Possible valgrind error.
26421         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
26422         (gst_play_tick_callback), (gst_play_change_state),
26423         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
26424         (gst_play_set_location), (gst_play_get_location),
26425         (gst_play_seek_to_time), (gst_play_set_data_src),
26426         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26427         (gst_play_set_visualization), (gst_play_connect_visualization),
26428         (gst_play_get_framerate), (gst_play_get_all_by_interface),
26429         (gst_play_new):
26430           Use playbin. Fixes #139749 and #147744.
26431         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
26432           Add genre tag.
26433         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
26434         (audioscale_get_type), (gst_audioscale_base_init),
26435         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
26436         (gst_audioscale_getcaps), (gst_audioscale_fixate),
26437         (gst_audioscale_link), (gst_audioscale_get_buffer),
26438         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
26439         (gst_audioscale_init), (gst_audioscale_dispose),
26440         (gst_audioscale_chain), (gst_audioscale_set_property),
26441         (gst_audioscale_get_property), (plugin_init):
26442           Indent properly.
26443         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26444           Fix LPCM.
26445         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
26446         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
26447         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
26448           Add more metadata (fixes #162656).
26449
26450 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26451
26452         * configure.ac:
26453           back to cvs
26454
26455 === release 0.8.7 ===
26456
26457 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26458
26459         * NEWS:
26460         * RELEASE:
26461         * configure.ac:
26462           releasing 0.8.7, "Hyperspace"
26463
26464 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26465
26466         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
26467
26468         * gst/playback/gstplaybasebin.c:
26469          Fix for #162924 - free caps after use, not before
26470
26471 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26472
26473         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
26474
26475         * gst/playback/gstplaybasebin.c:
26476         * gst/wavparse/gstwavparse.c:
26477           Fix for #154773 - fixes playback of small .wav files
26478
26479 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26480
26481         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
26482
26483         * gst/audioscale/gstaudioscale.c:
26484           Fix for #162819 - make audioscale reusable
26485           Fixes playback of more than one file with playbin/totem
26486
26487 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26488
26489         * gst/ffmpegcolorspace/avcodec.h:
26490         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26491         * gst/ffmpegcolorspace/imgconvert.c:
26492           clean up the mess that made me cry and avoid needless duplication
26493
26494 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26495
26496         * gst/ffmpegcolorspace/imgconvert.c:
26497           give some indication of why we're segfaulting
26498
26499 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26500
26501         * configure.ac:
26502           Fix indentation, fix v4l2 plugin detection.
26503         * ext/Makefile.am:
26504           Fix libmms location (Maciej, use diff -u!).
26505         * ext/alsa/gstalsa.c: (gst_alsa_init):
26506           Initialize caps cache to NULL.
26507         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
26508           Only change state on audiosink if it exists.
26509
26510 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
26511
26512         * gst/matroska/matroska-demux.c:
26513         * gst/matroska/matroska-ids.h:
26514         * gst/matroska/matroska-demux.h:
26515         Fix Vorbis streams failing to decode in some files, where cluster_time
26516         isn't 0, because then it doesn't send codec_priv before actual data.
26517         Remove time-based test and replace it with marker set on beginning of
26518         new stream
26519
26520 2004-12-28  David Schleef  <ds@schleef.org>
26521
26522         Merge patch from Ronald fixing problems with streaming
26523         text.
26524         * ext/cairo/gstcairo.c: (plugin_init):
26525         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
26526         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
26527         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
26528         (gst_textoverlay_font_init), (gst_textoverlay_init),
26529         (gst_textoverlay_set_property):
26530         * ext/cairo/gsttextoverlay.h:
26531
26532 2004-12-27  David Schleef  <ds@schleef.org>
26533
26534         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
26535         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
26536         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
26537         (gst_textoverlay_font_init), (gst_textoverlay_init),
26538         (gst_textoverlay_set_property): Improvements to actually
26539         render text as white on black outline on video, including
26540         font selection and horizontal/vertical alignment.  (Ronald's
26541         christmas present)
26542         * ext/cairo/gsttextoverlay.h:
26543
26544 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26545
26546         * ext/ogg/gstogg.c:
26547         * ext/ogg/gstogmparse.c:
26548           fix ogm[audio/video]parse plugin registration
26549           (riff won't load if bytestream is already loaded)
26550
26551 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26552
26553         * gst/audioconvert/gstchannelmix.c:
26554           fix for GLIB < 2.4
26555
26556 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26557
26558         * Makefile.am:
26559         * configure.ac:
26560           disable docs again until it actually passes make distcheck.
26561
26562 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26563
26564         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
26565         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
26566         (plugin_init):
26567           Add 3GP (variables name Q3GP because they can't start with a
26568           number). Add samr audio fourcc (used in .3gp files), decoder
26569           is work in progress. Also do a GST_WARNING instead of ERROR
26570           in case of unknown nodes, to decrease output.
26571
26572 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26573
26574         * Makefile.am:
26575           really fix dist
26576
26577 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26578
26579         * configure.ac:
26580         * ext/speex/gstspeexdec.h:
26581         * ext/speex/gstspeexenc.h:
26582           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
26583           Fix detection code in configure.ac
26584
26585 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26586
26587         * gst/matroska/matroska-demux.c:
26588         (gst_matroska_demux_parse_blockgroup):
26589           Save position, so that queries give proper return values. Don't
26590           know how this could ever have worked before...
26591
26592 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26593
26594         * configure.ac:
26595           Put additional LAME check inside the conditional.  Fixes #152339
26596
26597 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26598
26599         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26600         (gst_avi_demux_stream_scan):
26601           Add some more debug. Fix logic error when setting movi offset
26602           while reading index.
26603
26604 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26605
26606         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26607         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
26608         (gst_avi_demux_process_next_entry):
26609           Add some debugging. Better detection of broken indexes and the
26610           accompanying index recovery. No infinite loops on state changes
26611           when we're still in our loopfunction.
26612
26613 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26614
26615         * configure.ac:
26616           Fix up.
26617
26618 2004-12-22  Archana Shah  <archana.shah@wipro.com>
26619
26620         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
26621
26622         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
26623           Normalizing the value before setting
26624         (gst_sunaudiomixer_get_volume):
26625           Normalizing the value after getting. Fixes bug# 161980
26626
26627 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
26628
26629         * Makefile.am: Make sure docs gets disted
26630         * docs/Makefile.am: Make sure all needed files get disted
26631         * gst-plugins.spec.in: latest updates
26632
26633 2004-12-22  Wim Taymans  <wim@fluendo.com>
26634
26635         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
26636         Revert patch 1.38 as clock distribution over schedulers does
26637         not work correcly in the core yet.
26638
26639 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26640
26641         * sys/oss/README: remove this file, which predates my birth
26642           (and which content is by far outdated)
26643
26644 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
26645
26646         * Makefile.am:
26647         * configure.ac:
26648         * docs/Makefile.am:
26649         * docs/libs/Makefile.am:
26650         * docs/libs/gst-plugins-libs-docs.sgml:
26651         * docs/libs/gst-plugins-libs-sections.txt:
26652         * docs/libs/tmpl/gstgconf.sgml:
26653         * docs/upload.mak:
26654         * docs/version.entities.in:
26655           Added boilerplate gtk-doc files for plugin-libs documentation.
26656
26657 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26658
26659         * gst/auparse/gstauparse.c: fix int and float audio caps
26660
26661 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26662
26663         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26664         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
26665           g_assert() can be a macro, don't use #ifdef inside it.
26666
26667 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
26668
26669         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26670
26671         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
26672         (gst_videorate_init), (gst_videorate_chain),
26673         (gst_videorate_change_state):
26674           Event handling (fixes #159986).
26675
26676 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26677
26678         * gst-libs/gst/riff/riff-media.c:
26679         (gst_riff_create_video_caps_with_data):
26680           Add BLZ0 (Blizzard's version of DivX) fourcc.
26681
26682 2004-12-18  David Schleef  <ds@schleef.org>
26683
26684         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
26685         portability fix.
26686
26687 2004-12-18  David Schleef  <ds@schleef.org>
26688
26689         * gst/tta/ttadec.h: Disable some header code that isn't used
26690         and clearly isn't portable.
26691
26692 2004-12-18  David Schleef  <ds@schleef.org>
26693
26694         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
26695         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
26696         (avcodec_get_pix_fmt), (avpicture_layout),
26697         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
26698         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
26699         Fix code to not use GCC extensions (and c99 extensions that
26700         Forte does not like.)
26701
26702 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
26703
26704         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26705
26706         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
26707         (gst_deinterlace_chain):
26708           Rowstride fixes. Fixes #161039.
26709         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
26710         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
26711         (gst_video_crop_getcaps), (gst_video_crop_link),
26712         (gst_video_crop_i420), (gst_video_crop_chain),
26713         (gst_video_crop_change_state):
26714           Rework of negotiation. Actually works now. Fixes #158650.
26715
26716 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26717
26718         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
26719           That was very stupid.
26720
26721 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26722
26723         * gst/matroska/matroska-demux.c:
26724         (gst_matroska_demux_parse_blockgroup):
26725           Fix possible crasher.
26726
26727 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26728
26729         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
26730         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
26731           Lace sizes can be zero.
26732
26733 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26734
26735         * ext/musepack/gstmusepackdec.cpp:
26736           Fetch error return values. Fixes #161624.
26737         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26738           Really EOS.
26739
26740 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26741
26742         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
26743           Work for truncated (unfinished download etc.) files. Fixes #160514.
26744
26745 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26746
26747         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26748           Fix for integer overflow. Makes #156001 not crash. Probably masks
26749           the real bug.
26750
26751 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26752
26753         * gst/ac3parse/gstac3parse.c: (plugin_init):
26754           Parsers never have ranks. Fixes #159651.
26755
26756 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26757
26758         * gst/playback/gstdecodebin.c: (compare_ranks):
26759           make sure the facotries are ordered the same every time even if they
26760           have the same rank by using the name
26761         * gst/playback/gstdecodebin.c: (find_compatibles):
26762           make sure we don't add factories to the list twice
26763
26764 2004-12-16  David Schleef  <ds@schleef.org>
26765
26766         * configure.ac: look for musepack headers as musepack/*.h
26767         (fixes #159847)
26768         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
26769         * ext/musepack/gstmusepackreader.h: same
26770
26771 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26772
26773         * gst-libs/gst/riff/riff-read.c:
26774         (gst_riff_read_strf_auds_with_data):
26775           Read extradata correctly (fixes #155879).
26776
26777 2004-12-16  David Schleef  <ds@schleef.org>
26778
26779         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
26780         audio.  does _not_ attempt or allow conversion unless channels
26781         is 1 or 2.
26782
26783 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
26784
26785         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
26786
26787 2004-12-16  David Schleef  <ds@schleef.org>
26788
26789         * gst/audioscale/gstaudioscale.c: the resample library only
26790         handles 1 or 2 channels.  Change caps to compensate.
26791
26792 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26793
26794         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
26795         (gst_matroska_demux_audio_caps):
26796           Some MPEG-AAC hacks, because else it doesn't work...
26797
26798 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26799
26800         * gst-libs/gst/riff/riff-media.c:
26801         (gst_riff_create_video_caps_with_data),
26802         (gst_riff_create_video_template_caps):
26803           Add h264.
26804
26805 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26806
26807         * gst-libs/gst/audio/Makefile.am:
26808           Try to fix buildbot.
26809
26810 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26811
26812         * gst/tcp/gstmultifdsink.c:
26813           Clean up and uniformize debugging.
26814
26815 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
26816
26817         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26818
26819         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26820         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
26821         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
26822         (gst_mpeg_demux_change_state):
26823           Reset on ready. Fixes 160276.
26824
26825 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
26826
26827         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26828
26829         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26830         (gst_ffmpegcsp_pad_link):
26831           Fix memleak (#154815).
26832
26833 2004-12-16  James Bowes  <bowes@cs.dal.ca>
26834
26835         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26836
26837         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
26838         (gst_musicbrainz_init), (gst_musicbrainz_chain),
26839         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
26840         * ext/musicbrainz/gsttrm.h:
26841           Add support for using a proxy server when getting a trm id from
26842           the MusicBrainz database (#149613).
26843
26844 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
26845
26846         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26847
26848         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
26849         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
26850           Fix memleaks (#157233).
26851
26852 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
26853
26854         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26855
26856         * gst-libs/gst/resample/resample.c: (gst_resample_close):
26857         * gst-libs/gst/resample/resample.h:
26858         * gst/audioscale/gstaudioscale.c:
26859           Fix memleak (#159215).
26860
26861 2004-12-16  Toni Willberg  <toniw@iki.fi>
26862
26863         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26864
26865         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26866         * sys/oss/oss_probe.c: (main):
26867           Check for mono/stereo support (similar to samplerate probing),
26868           fixes #159433. Also add missing copyright header to oss_probe.c.
26869
26870 2004-12-15  David Schleef  <ds@schleef.org>
26871
26872         * configure.ac: add audioresample and cairo plugins.  Remove
26873         HAVE_MMX stuff, because it's not used.
26874         * ext/Makefile.am: same
26875         * ext/audioresample/Makefile.am: You are not ready for an
26876         audio resampling element based on audioresample.
26877         * ext/audioresample/gstaudioresample.c:
26878         * ext/audioresample/gstaudioresample.h:
26879         * ext/cairo/Makefile.am: You are not ready for overlay elements
26880         based on cairo.  Don't look too closely, these elements kinda
26881         suck right now.
26882         * ext/cairo/gstcairo.c: new
26883         * ext/cairo/gsttextoverlay.c: new
26884         * ext/cairo/gsttextoverlay.h: new
26885         * ext/cairo/gsttimeoverlay.c: new
26886         * ext/cairo/gsttimeoverlay.h: new
26887         * gst-libs/gst/media-info/media-info-priv.h: fix compile
26888         problem with compilers that don't support variadic macros.
26889
26890 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
26891
26892         Reviewed by:  David Schleef  <ds@schleef.org>
26893
26894         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
26895         Bala, registering sunaudiosrc (oops!), and cleaning up code a
26896         bit.  Also ran indent-gst.
26897         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
26898         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
26899         (gst_sunaudiosrc_setparams):
26900
26901 2004-12-14  David Schleef  <ds@schleef.org>
26902
26903         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
26904         output rate to 16000.  Should fix #160235.
26905
26906 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26907
26908         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
26909         Add typefinding for mpeg2 pes streams
26910
26911 2004-12-13  David Schleef  <ds@schleef.org>
26912
26913         * configure.ac:  Applied patch from bug #143659, making default
26914         sources and sinks OS-dependent (for Solaris), and added code
26915         for OS/X.
26916         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
26917
26918 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26919
26920         * gst-libs/gst/riff/riff-media.c:
26921           forgot to add h2.64 to avidemux template caps
26922
26923 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26924
26925         * gst/wavenc/riff.h:
26926         * gst-libs/gst/riff/riff-media.c:
26927         * gst-libs/gst/riff/riff-ids.h:
26928         * gst/avi/gstavimux.c
26929         add 4CC code for VideoSoft h264 in AVI (VSSH)
26930           fixes bug #160655
26931         remove s323 from riff, it's quicktime specific :(
26932
26933 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26934
26935         * gst/asfdemux/README
26936         * gst/wavenc/riff.h
26937         * gst-libs/gst/riff/riff-ids.h
26938         * gst-libs/gst/riff/riff-media.c
26939         * gst/qtdemux/qtdemux.c:
26940           add new 4CC codes for h263 related codecs
26941           fixes partially bug #155163
26942
26943 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
26944
26945         * configure.ac: Update polyaudio requirement to 0.7
26946         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
26947
26948 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26949
26950         * gst/interleave/deinterleave.c:
26951         fix my name's spelling! :)
26952
26953 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26954
26955         * AUTHORS ChangeLog
26956         * gst/auparse/gstauparse.c
26957         * gst/interleave/deinterleave.c
26958         * gst/law/:
26959                 alaw-decode.c alaw-encode.c
26960                 mulaw-decode.c mulaw-encode.c
26961         * gst/oneton/gstoneton.c
26962         * sys/osxaudio/:
26963                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
26964         * sys/osxvideo/:
26965                 cocoawindow.h cocoawindow.m
26966                 osxvideosink.h osxvideosink.m
26967
26968         put the same mail address for Zaheer Abbas Merali everywhere
26969
26970 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26971
26972         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
26973           Align by packetsize, and assert that we a packet available before
26974           playing. The first makes webstreams work (they often include
26975           trailing padding data in a packet), the second allows pausing a
26976           ASF stream in totem without getting demux errors afterwards.
26977
26978 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26979
26980         * ext/ogg/gstoggdemux.c: (get_relative):
26981           Check for non-NULL before accessing member (end-of-chain).
26982
26983 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26984
26985         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
26986         (cdparanoia_set_property), (cdparanoia_get_property):
26987         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
26988         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
26989         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
26990         (dvdreadsrc_init), (dvdreadsrc_set_property),
26991         (dvdreadsrc_get_property):
26992         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
26993         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
26994           Synchronize property names where not yet the case. Devices are
26995           now device=X, other versions are deprecated (but still exist).
26996           Also use g_free() unconditionally.
26997         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26998         (setup_source), (gst_play_base_bin_get_property):
26999           Expose source.
27000
27001 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27002
27003         * configure.ac: move GCONF macro outside conditional for the am
27004           conditional. Fixes #160439
27005
27006 2004-12-08  David Schleef  <ds@schleef.org>
27007
27008         * tools/gst-visualise-m.m: Switch to elements that currently
27009         exist.
27010
27011 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27012
27013         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27014           We love wrong commas.
27015
27016 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27017
27018         * gst/matroska/matroska-demux.c:
27019         (gst_matroska_demux_handle_src_query):
27020           Don't set DEFAULT, unsupported - makes length display incorrectly
27021           in some cases.
27022
27023 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27024
27025         * gst/monoscope/README: remove blurb about files being GPL
27026         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27027         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27028           monoscope is now effectively LGPL licensed
27029
27030 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27031
27032         * gst/monoscope/README: Update information to be more correct
27033         * gst/monoscope/convolve.c: Relicense to LGPL
27034         * gst/monoscope/convolve.h: Relicense to LGPL
27035
27036 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27037
27038         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27039           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27040         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27041           set default_duration for mpeg1 audio
27042
27043 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27044
27045         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27046         * ext/alsa/gstalsa.h:
27047           refactor big chunks of the core caps negotiation code to make it
27048           a lot faster, because people claim it's really slow
27049           (actually, just cache the getcaps when the device is opened)
27050
27051 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27052
27053         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27054         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27055         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27056         (gst_a52dec_change_state), (plugin_init):
27057         * ext/a52dec/gsta52dec.h:
27058           Do something useful with timestamps. Make chain-based (since
27059           there's really no reason to be loopbased).
27060         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27061           Update current_byte/frame correctly.
27062
27063 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27064
27065         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27066         (gst_ape_demux_stream_init):
27067           Forward tags, too.
27068
27069 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27070
27071         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27072           Let's make sure we're done typefinding when detecting tags.
27073
27074 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27075
27076         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27077         (gst_ebml_read_init), (gst_ebml_read_use_event),
27078         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27079         (gst_ebml_read_seek), (gst_ebml_read_skip),
27080         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27081         (gst_ebml_read_master):
27082         * gst/matroska/ebml-read.h:
27083         * gst/matroska/matroska-demux.c:
27084         (gst_matroska_demux_parse_contents),
27085         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27086           Disgustingly evil hack for working around INTERRUPT events and
27087           their extremely annoying habit of being a pain in the ass. We
27088           simply peek a cluster before reading any of it.
27089
27090 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27091
27092         * ext/musepack/gstmusepackdec.cpp:
27093           There's also floating point libmusepacks.
27094
27095 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27096
27097         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27098         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27099           Set DURATION even if source buffer didn't. Also use increasing
27100           timestamps.
27101         * gst-libs/gst/riff/riff-media.c:
27102         (gst_riff_create_audio_caps_with_data):
27103           Block_align can have larger values than 8192.
27104
27105 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27106
27107         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27108         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27109         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27110         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27111           Fix caps.
27112
27113 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27114
27115         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27116           Fix logic bug.
27117
27118 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27119
27120         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27121           Yay, another one.
27122
27123 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27124
27125         * ext/esd/esdsink.c: (gst_esdsink_chain):
27126           Make error actually say something useful (fixes #156798).
27127         * gst-libs/gst/riff/riff-media.c:
27128         (gst_riff_create_video_caps_with_data),
27129         (gst_riff_create_video_template_caps):
27130           Add Intel Video 5.0 fourcc (IV50).
27131
27132 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27133
27134         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27135         detection on mono and stereo mp3 files.
27136
27137 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27138
27139         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27140           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27141           the contained stream).
27142
27143 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27144
27145         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27146           Oops, remove debug.
27147
27148 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27149
27150         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27151
27152         * gst/law/alaw-decode.c: (alawdec_getcaps):
27153         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27154           Prevent warnings when negotiating caps (fixes #159338).
27155
27156 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27157
27158         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27159         (gst_ffmpegcsp_chain):
27160           Remove old leftover that shouldn't be there...
27161
27162 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27163
27164         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27165
27166         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27167           Don't forward DISCONT events (fixes #159684).
27168
27169 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27170
27171         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27172           Unlink manually since sometimes bin disposal (and therefore
27173           pad unlinking) is delayed, which will cause a new media file
27174           to not be able to start playing instantly.
27175
27176 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27177
27178         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27179           On mute of an unlinked stream, check for pad availability so
27180           we don't crash on unlinked pad.
27181
27182 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27183
27184         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27185         (gst_avi_demux_massage_index):
27186           Fix quite humiliating bug in omitting 0-sized index chunks but
27187           forgetting to count them for timestamps.
27188
27189 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27190
27191         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27192           Actually leave the loop if we failed to sync. Don't crash.
27193
27194 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27195
27196         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27197         (gst_dvd_demux_process_private):
27198         * gst/mpegstream/gstdvddemux.h:
27199           Fix crash (#159759). Doesn't work, though. :-(.
27200
27201 2004-11-28  Benjamin Otte  <otte@gnome.org>
27202
27203         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27204           more overwriting protection due to modifying channels one by one
27205           instead of all at once
27206
27207 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27208
27209         * gst/audioconvert/gstchannelmix.c:
27210         (gst_audio_convert_fill_normalize):
27211           Normalize using absolute values.
27212
27213 2004-11-28  Julien MOUTTE  <julien@moutte.net>
27214
27215         * configure.ac:
27216         * ext/Makefile.am:
27217         * ext/directfb/Makefile.am:
27218         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
27219         (gst_directfbvideosink_get_pixel_format),
27220         (gst_directfbvideosink_get_format_from_fourcc),
27221         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
27222         (gst_directfbvideosink_sink_link),
27223         (gst_directfbvideosink_change_state),
27224         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
27225         (gst_directfbvideosink_buffer_alloc),
27226         (gst_directfbvideosink_interface_supported),
27227         (gst_directfbvideosink_interface_init),
27228         (gst_directfbvideosink_navigation_send_event),
27229         (gst_directfbvideosink_navigation_init),
27230         (gst_directfbvideosink_set_property),
27231         (gst_directfbvideosink_get_property),
27232         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
27233         (gst_directfbvideosink_base_init),
27234         (gst_directfbvideosink_class_init),
27235         (gst_directfbvideosink_get_type), (plugin_init):
27236         * ext/directfb/directfbvideosink.h: Adding a first version of
27237         directfbvideosink.
27238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
27239         more.
27240
27241 2004-11-28  Benjamin Otte  <otte@gnome.org>
27242
27243         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27244           walk the samples backwards if out_channels > in_channels so we don't
27245           overwrite data
27246
27247 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27248
27249         * gst/audioconvert/Makefile.am:
27250         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
27251         (gst_audio_convert_link), (gst_audio_convert_change_state),
27252         (gst_audio_convert_channels):
27253         * gst/audioconvert/gstchannelmix.c:
27254         (gst_audio_convert_unset_matrix),
27255         (gst_audio_convert_fill_identical),
27256         (gst_audio_convert_fill_compatible),
27257         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
27258         (gst_audio_convert_fill_others),
27259         (gst_audio_convert_fill_normalize),
27260         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
27261         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
27262         * gst/audioconvert/gstchannelmix.h:
27263           Implement a channel mixer.
27264
27265 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
27266
27267         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
27268         * ext/alsa/gstalsa.h:
27269         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
27270         Make alsasink actually honor gst_element_set_clock and use that
27271         clock instead of its internal one.
27272
27273 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27274
27275         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
27276         (gst_play_base_bin_change_state): nullify source and decoder when
27277         going from READY to NULL so that we don't try to do weird stuff with
27278         them when going from NULL to READY
27279         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
27280         instead of g_object_unref
27281         (gen_video_element), (gen_audio_element): more refcounting fixes, now
27282         it should be correct
27283         (gst_play_bin_change_state): don't call remove_sinks if we are
27284         currently disposing the object
27285
27286 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27287
27288         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27289           Don't forget bass if it's there. Else left channel is silent...
27290
27291 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27292
27293         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
27294         (gst_a52dec_change_state):
27295           Don't do sample adjusting anymore, we use float audio now.
27296         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27297           Don't fixate to non-existing properties.
27298
27299 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27300
27301         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
27302         (gst_a52dec_change_state):
27303           Advertise that we can do surround sound.
27304
27305 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27306
27307         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
27308           Add buffer-frames=0.
27309         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
27310         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
27311         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
27312         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
27313         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
27314         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
27315         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
27316         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
27317         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
27318         * ext/dvdread/dvdreadsrc.h:
27319           Add seeking, querying for bytes, sectors, title, angle and
27320           chapter. Handle multiple chapters. Relicense to LGPL because
27321           Billy agreed on that (thanks Billy!).
27322
27323 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27324
27325         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
27326         call parent dispose method
27327
27328 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
27329
27330         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
27331         (gst_audio_clock_get_internal_time):
27332         Fix active <-> inactive transitions: ensure time value always
27333         grows and avoid abrupt value changes.
27334
27335 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
27336
27337         * configure.ac:
27338         * gst/tta/Makefile.am:
27339         * gst/tta/crc32.h:
27340         * gst/tta/filters.h:
27341         * gst/tta/gsttta.c:
27342         * gst/tta/gstttadec.c:
27343         * gst/tta/gstttadec.h:
27344         * gst/tta/gstttaparse.c:
27345         * gst/tta/gstttaparse.h:
27346         * gst/tta/ttadec.h:
27347           added TTA parser and decoder
27348
27349 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27350
27351         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27352         (probe_triggered), (check_queue), (buffer_underrun),
27353         (buffer_running), (buffer_overrun), (gen_source_element),
27354         (setup_source):
27355         * gst/playback/gstplaybasebin.h:
27356           Implement buffering. Needs some more work.
27357
27358 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27359
27360         * ext/theora/theoradec.c: (theora_dec_chain):
27361           Fix ilog mask range overflow.
27362
27363 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27364
27365         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27366           Don't omit the last (which in case of dmix is the only :) )
27367           channel count. Don't set channels if <= 2.
27368
27369 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
27370
27371         * gst/playback/gstplaybin.c: (gen_video_element),
27372         (gen_audio_element): Removed 2 obsolete comments
27373
27374 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27375
27376         * ext/vorbis/oggvorbisenc.c
27377         * ext/vorbis/vorbisenc.c :
27378           change description fields of those plugins to differentiate them
27379           (pitivi show Encoders by description, they had the same one)
27380
27381 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
27382
27383         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27384
27385         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
27386         (gst_play_bin_set_property), (gen_video_element),
27387         (gen_audio_element):
27388           Refcounting fixes for provided audio-/videosinks.
27389
27390 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27391
27392         * gst/playback/gstplaybin.c: (gen_video_element),
27393         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
27394           Don't reference all sinks, but only the video- and audiosinks.
27395           The vis. element should be disposed when we're done with it.
27396           We don't have any reason to keep it around. This fixes warnings
27397           when reusing playbin for playing multiple audio files with
27398           vis. enabled. Also release audio device on pause - idea stolen
27399           from Rhythmbox.
27400
27401 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27402
27403         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
27404         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
27405         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27406         * ext/alsa/gstalsaplugin.c: (plugin_init):
27407         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
27408         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
27409         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
27410         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
27411         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
27412         (gst_faad_change_state), (plugin_init):
27413         * ext/faad/gstfaad.h:
27414         * ext/vorbis/vorbis.c: (plugin_init):
27415         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27416         * gst-libs/gst/audio/Makefile.am:
27417         * gst-libs/gst/audio/audio.c: (plugin_init):
27418         * gst-libs/gst/audio/multichannel.c:
27419         (gst_audio_check_channel_positions),
27420         (gst_audio_get_channel_positions),
27421         (gst_audio_set_channel_positions),
27422         (gst_audio_set_structure_channel_positions_list),
27423         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
27424         (gst_audio_fixate_channel_positions):
27425         * gst-libs/gst/audio/multichannel.h:
27426         * gst-libs/gst/audio/testchannels.c: (main):
27427         * gst/audioconvert/gstaudioconvert.c:
27428         (gst_audio_convert_class_init), (gst_audio_convert_init),
27429         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
27430         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
27431         (gst_audio_convert_fixate), (gst_audio_convert_channels):
27432         * gst/audioconvert/plugin.c: (plugin_init):
27433           Surround sound support.
27434
27435 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27436
27437         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
27438           Fix position for discont if we're close as well. Nitpicking, but
27439           saves a few milliseconds of extra waiting or skipping.
27440
27441 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27442
27443         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
27444           We sometimes need parsers for playback, so add those too.
27445
27446 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27447
27448         * configure.ac:
27449         * gst/apetag/Makefile.am:
27450         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
27451         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
27452         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
27453         (gst_ape_demux_get_src_query_types),
27454         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
27455         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
27456         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
27457         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
27458         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
27459         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
27460         (gst_ape_demux_change_state):
27461         * gst/apetag/apedemux.h:
27462         * gst/apetag/apetag.c: (plugin_init):
27463         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
27464         (plugin_init):
27465           APE v1/2 tag reader plus typefind function.
27466
27467 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27468
27469         * configure.ac:
27470         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27471         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
27472           Remove hacks for older core. Require newer core version
27473           accordingly.
27474
27475 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27476
27477         * gst/cdxaparse/Makefile.am:
27478         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
27479         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
27480         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
27481         * gst/cdxaparse/gstcdxaparse.h:
27482         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
27483         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
27484         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
27485         (gst_cdxastrip_get_src_query_types),
27486         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
27487         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
27488         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
27489         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
27490         * gst/cdxaparse/gstcdxastrip.h:
27491           SVCD/VCD header stripping separated from CDXA image parsing.
27492         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
27493         (plugin_init):
27494           Add VCD/SVCD header typefinding for VCD/SVCD.
27495         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
27496         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
27497         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
27498         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
27499         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
27500         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
27501         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
27502         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
27503         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
27504         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
27505         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
27506         * sys/vcd/vcdsrc.h:
27507           Fix up, add seeking, querying, URI interface. Works in totem now.
27508
27509 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27510
27511         * configure.ac:
27512           back to CVS
27513
27514 === release 0.8.6 ===
27515
27516 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27517
27518         * NEWS:
27519         * RELEASE:
27520         * configure.ac:
27521         * po/af.po:
27522         * po/az.po:
27523         * po/cs.po:
27524         * po/en_GB.po:
27525         * po/hu.po:
27526         * po/it.po:
27527         * po/nb.po:
27528         * po/nl.po:
27529         * po/or.po:
27530         * po/sq.po:
27531         * po/sr.po:
27532         * po/sv.po:
27533         * po/uk.po:
27534           releasing 0.8.6, "IOU Love"
27535
27536 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27537
27538         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27539
27540         * gst/playback/gstplaybasebin.c:
27541           Fix unplayable files error handling.  Fixes #158365
27542
27543 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27544
27545         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27546
27547         * gst/typefind/gsttypefindfunctions.c:
27548           Fix broken mp3 typefinding.  Fixes #158375
27549
27550 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27551
27552         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27553
27554         * ext/ogg/gstoggdemux.c:
27555           Fix sync on broken files.  Fixes #158976
27556
27557 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27558
27559         patch by: Edward Hervey <bilboed@bilboed.com>
27560
27561         * ext/libpng/gstpngenc.c:
27562           Copy over buffer properties.  Fixes #158832
27563
27564 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27565
27566         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
27567
27568         * ext/dvdread/dvdreadsrc.c:
27569           Fixes invalid reads (#158462)
27570
27571 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27572
27573         * sys/v4l/gstv4lsrc.c:
27574         * sys/v4l/gstv4lsrc.h:
27575         * sys/v4l/v4lsrc_calls.c:
27576           Probe less and cache it.  Fixes #159187.
27577
27578 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27579
27580         * gst/videorate/gstvideorate.c:
27581           Handle all video formats. Fixes #159186.
27582
27583 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
27584         * gst/synaesthesia/gstsynaesthesia.c:
27585         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
27586         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
27587         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
27588         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
27589         (gst_synaesthesia_change_state), (plugin_init):
27590         Fix up synaesthesia to work under different samplerates/ buffer sizes.
27591         Force 320x200 output, as that's the only thing the underlying
27592         synaesthesia implementation supports. Still needs to be made
27593         re-entrant.
27594
27595 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27596
27597         * configure.ac:
27598           Fix mpeg2enc configure check (similar to mplex check below).
27599
27600 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
27601
27602         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27603
27604         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27605           Fix for gcc-2.95 (fixes #158221).
27606
27607 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27608
27609         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27610           Re-add clock distribution hack (until new core is released).
27611           Fixes #158125.
27612
27613 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
27614         * configure.ac:
27615           fix mplex configure check segfaulting on some systems (bug #140994)
27616
27617 2004-11-13  Benjamin Otte  <otte@gnome.org>
27618
27619         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
27620           add debugging
27621         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27622           do a wait when we enter the loop func with no data available to
27623           write instead of getting into an 100% CPU loop by just returning and
27624           being called again by the scheduler
27625
27626 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
27627
27628         * configure.ac:
27629         * ext/libvisual/visual.c: (gst_visual_get_type),
27630         (libvisual_log_handler), (gst_visual_getcaps),
27631         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
27632         (plugin_init):
27633           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
27634         * ext/smoothwave/Makefile.am:
27635         * ext/smoothwave/demo-osssrc.c: (main):
27636         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
27637         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
27638         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
27639         (plugin_init):
27640         * ext/smoothwave/gstsmoothwave.h:
27641           Make gstsmoothwave a working element in the 20th century.
27642
27643         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
27644           Fix incorrect link function
27645
27646 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27647
27648         * gst/volume/gstvolume.c:
27649           Allow buffer-frames=0.
27650
27651 2004-11-12 Iain <iaingnome@gmail.com>
27652
27653         * configure.ac: Check for polypaudio
27654
27655         * ext/Makefile.am: Build the polyp dir
27656
27657         * ext/polyp: The polypsink sources.
27658
27659 2004-10-30 Iain <iaingnome@gmail.com>
27660
27661         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
27662         caps to reflect the new number of channels.
27663
27664 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27665
27666         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27667           Fix for negotiation order problem. This would show when the
27668           ALSA loopfuction was called before any other function. ALSA
27669           wouldn't do anything because we're not negotiated yet, leading
27670           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
27671
27672 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27673
27674         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27675
27676         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
27677           No warnings (#157986).
27678
27679 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27680
27681         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
27682           Prefer apev1/2 and id3v1 (at end of file) over musepack.
27683
27684 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27685
27686         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
27687           Signal no-more-pads (so it works in playbin).
27688
27689 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27690
27691         * ext/musepack/gstmusepackreader.cpp:
27692           Workaround for older core.
27693
27694 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27695
27696         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
27697           Actually test for odd width/height rather than testing whether
27698           a temporary variable that was 0 before we subtracted 1 is now
27699           not equal to zero (which it always is).
27700
27701 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27702
27703         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27704         Fix compilation if HAVE_XVIDEO is not defined
27705
27706 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27707
27708         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27709         Fix compilation if HAVE_XVIDEO is not defined
27710
27711 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
27712
27713         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
27714         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
27715         (gst_goom_change_state), (plugin_init):
27716         Use the bytestream adapter so goom doesn't depend on the input
27717         buffer size.
27718         Add a debug category
27719
27720 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27721
27722         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
27723           Only set hardware parameters *after* negotiation. Before
27724           negotiation, it will set ANY and that seems to cause crashes
27725           (see e.g. #151288, #153227).
27726
27727 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27728
27729         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
27730           This seems to be antique leftover. It needs to pass error
27731           checking.
27732         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27733         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
27734         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
27735         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
27736           Fix GstXOverlay implementation (#151059).
27737
27738 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27739
27740         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27741           Don't assert (#157853).
27742
27743 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27744
27745         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
27746           Fix bytes/samples confustion.
27747         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
27748           Fix for underrun (#144389).
27749
27750 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27751
27752         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
27753           Disable halfway-seek for pending release (since it needs a new
27754           core release).
27755
27756 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27757
27758         * sys/v4l/gstv4lsrc.c:
27759         * sys/v4l/gstv4lsrc.h:
27760         * sys/v4l/v4lsrc_calls.c:
27761           add autoprobe-fps property so we can separate autoprobing parts
27762
27763 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27764
27765         * sys/v4l/gstv4lsrc.c:
27766         * sys/v4l/v4lsrc_calls.c:
27767         initialise fourcc to catch unset fourcc's, and debug
27768
27769 2004-11-09  Wim Taymans  <wim@fluendo.com>
27770
27771         * gst/playback/README:
27772         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
27773         * gst/playback/gstplaybin.c: (gst_play_bin_init),
27774         (gst_play_bin_dispose), (gst_play_bin_set_property),
27775         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
27776         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
27777         (gst_play_bin_get_formats), (gst_play_bin_convert),
27778         (gst_play_bin_get_query_types), (gst_play_bin_query):
27779         Cleanups and some more documentation.
27780
27781 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
27782
27783         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
27784         (gst_cacasink_init), (gst_cacasink_chain):
27785         * ext/libcaca/gstcacasink.h:
27786         Cacasink inherits from VideoSink, so let that store the clock.
27787
27788 2004-11-09  Wim Taymans  <wim@fluendo.com>
27789
27790         * gst/playback/README:
27791         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
27792         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
27793         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
27794         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
27795         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
27796         (setup_sinks):
27797         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
27798         (gst_stream_info_is_mute), (gst_stream_info_set_property):
27799         * gst/playback/gststreaminfo.h:
27800         Updated README.
27801         Only switch groups if all streams have muted (EOSed).
27802         Send Tags in sync with the stream playback instead of in
27803         the playback/preroll phase.
27804         Some cleanups, free the fakesrc elements.
27805
27806 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27807
27808         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
27809           buffer-frames property was missing
27810         * ext/arts/gst_arts.c:
27811           rate missing from sinkcaps
27812         * ext/audiofile/gstafparse.c:
27813         * ext/audiofile/gstafsink.c:
27814         * ext/audiofile/gstafsrc.c:
27815         * ext/swfdec/gstswfdec.c:
27816           int audio doesn't know buffer-frames
27817         * ext/cdparanoia/gstcdparanoia.c:
27818           int audio doesn't know chunksize either
27819         * ext/nas/nassink.c:
27820           it's endianness, not endianess
27821         * gst-libs/gst/audio/audio.h:
27822           make float standard pad template caps really describe float
27823         * gst/law/mulaw.c: (linear_factory):
27824           signed only, please
27825         * gst/mpegstream/gstdvddemux.c:
27826           widths of 20 are not valid
27827
27828 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27829
27830         Submitted by: Luca Ferretti <elle.uca@infinito.it>
27831
27832         * po/LINGUAS:
27833         * po/it.po:
27834           Add Italian
27835
27836 2004-11-08  Wim Taymans  <wim@fluendo.com>
27837
27838         * gst/playback/README:
27839         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
27840         * gst/playback/gstplaybasebin.c: (probe_triggered),
27841         (gst_play_base_bin_change_state):
27842         Updated README, added more comments for fixmes etc..
27843
27844 2004-11-08  Wim Taymans  <wim@fluendo.com>
27845
27846         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27847         We can remove this hack now.
27848
27849 2004-11-08  Wim Taymans  <wim@fluendo.com>
27850
27851         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
27852         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
27853         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
27854         Only mix AYUV for maximum quality.
27855
27856 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27857
27858         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
27859         (gst_ogg_demux_push), (gst_ogg_pad_push):
27860           Let's act as if we're synchronized now! :).
27861         * ext/theora/theoradec.c: (theora_dec_chain):
27862           Add some debug.
27863
27864 2004-11-08  Wim Taymans  <wim@fluendo.com>
27865
27866         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
27867         (gst_alpha_set_property), (gst_alpha_sink_link),
27868         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
27869         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
27870         (gst_alpha_init_params), (gst_alpha_chain):
27871         Implement alpha functions for AYUV too, this increases
27872         accuracy quite a bit.
27873
27874 2004-11-08  Wim Taymans  <wim@fluendo.com>
27875
27876         * gst/ffmpegcolorspace/avcodec.h:
27877         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27878         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
27879         (gst_ffmpegcsp_avpicture_fill):
27880         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27881         (gst_ffmpegcsp_caps_remove_format_info):
27882         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
27883         (shrink12), (img_get_alpha_info), (deinterlace_line),
27884         (deinterlace_line_inplace):
27885         * gst/ffmpegcolorspace/imgconvert_template.h:
27886         Added AYUV colorspace and handle RGBA a bit more respectful.
27887
27888 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27889
27890         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27891           Actually always send a discont (cornercase when resending the
27892           same serial-tagged chain twice).
27893
27894 2004-11-08  Julien MOUTTE  <julien@moutte.net>
27895
27896         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
27897         (gst_ximagesink_finalize):
27898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
27899         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
27900
27901 2004-11-08  Wim Taymans  <wim@fluendo.com>
27902
27903         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
27904         Don't segfault on NULL data.
27905
27906 2004-11-08  Wim Taymans  <wim@fluendo.com>
27907
27908         * gst/playback/gstdecodebin.c: (unlinked):
27909         * gst/playback/gstplay-marshal.list:
27910         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27911         (gst_play_base_bin_init), (group_create), (get_active_group),
27912         (get_building_group), (group_destroy), (group_commit),
27913         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
27914         (add_element_stream), (no_more_pads), (probe_triggered),
27915         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
27916         (state_change), (setup_source), (gst_play_base_bin_get_property),
27917         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
27918         (gst_play_base_bin_link_stream),
27919         (gst_play_base_bin_get_streaminfo):
27920         * gst/playback/gstplaybasebin.h:
27921         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
27922         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
27923         Add support for chained ogg files. Prepare for playlist
27924         support. This patch introduces the concept of pad groups, which
27925         together compose one playable media file.
27926
27927 2004-11-07  David Schleef  <ds@schleef.org>
27928
27929         * testsuite/gst-lint: Check for pad templates that aren't statically
27930         scoped.
27931
27932 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27933
27934         * configure.ac:
27935         * ext/Makefile.am:
27936         * ext/musepack/Makefile.am:
27937         * ext/musepack/gstmusepackdec.cpp:
27938         * ext/musepack/gstmusepackdec.h:
27939         * ext/musepack/gstmusepackreader.cpp:
27940         * ext/musepack/gstmusepackreader.h:
27941           Add musepack decoder.
27942         * ext/faad/gstfaad.c: (gst_faad_base_init):
27943           Make pad templates static.
27944         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
27945         (plugin_init):
27946           Add musepack typefinder, make mp3 typefinding work halfway stream,
27947           which doesn't actually work yet because id3demux doesn't implement
27948           _get_length().
27949
27950 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27951
27952         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
27953         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
27954           Fix interrupt event handling (#144436).
27955
27956 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27957
27958         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
27959           Hide unused glory.
27960
27961 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27962
27963         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27964
27965         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
27966           Fix weird caps (#157548).
27967
27968 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27969
27970         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27971
27972         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
27973           Add missing NULL terminator (#157543).
27974
27975 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27976
27977         * gst/tcp/gsttcp.h:
27978         * gst/tcp/gsttcpclientsink.c:
27979         * gst/tcp/gsttcpclientsrc.c:
27980         * gst/tcp/gsttcpserversink.c:
27981         * gst/tcp/gsttcpserversrc.c:
27982           ports can go up to 65535.  Move common defines to gsttcp.h
27983
27984 2004-11-05  Wim Taymans  <wim@fluendo.com>
27985
27986         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
27987         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
27988         Added two more colorspaces.
27989
27990 2004-11-05  Wim Taymans  <wim@fluendo.com>
27991
27992         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27993         (gst_ffmpegcsp_avpicture_fill):
27994         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
27995         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
27996         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
27997         More stride fixes.
27998
27999 2004-11-05  Wim Taymans  <wim@fluendo.com>
28000
28001         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28002         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28003         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28004         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28005         (gst_videomixer_loop):
28006         More stride fixes.
28007
28008 2004-11-05  Benjamin Otte  <otte@gnome.org>
28009
28010         * ext/mad/gstmad.c: (gst_mad_chain):
28011           don't overflow data buffer. Flush not needed sync data when syncing
28012           failed.
28013
28014 2004-11-04  Wim Taymans  <wim@fluendo.com>
28015
28016         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28017         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28018         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28019         (gst_alpha_init_params), (gst_alpha_chain),
28020         (gst_alpha_change_state):
28021         Updated the chroma keying algorithm with something more
28022         sophisticated.
28023
28024 2004-11-03  Wim Taymans  <wim@fluendo.com>
28025
28026         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28027         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28028         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28029         Fix stride issues. Does not completely work for odd
28030         heights.
28031
28032 2004-11-03  Wim Taymans  <wim@fluendo.com>
28033
28034         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28035         (gst_alpha_chroma_key), (gst_alpha_chain):
28036         Fix stride issues. Does not completely work for odd
28037         heights.
28038
28039 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28040
28041         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28042         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28043         leak fixes
28044
28045 2004-11-03  Wim Taymans  <wim@fluendo.com>
28046
28047         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28048         (gst_ffmpegcsp_avpicture_fill):
28049         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28050         (avpicture_alloc):
28051         * gst/ffmpegcolorspace/imgconvert_template.h:
28052         Use correct _fill function to get correct strides.
28053
28054 2004-11-02  David Schleef  <ds@schleef.org>
28055
28056         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28057         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28058         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28059         Change all g_print()s to debugging.  Add a bunch of consistency
28060         checks.
28061
28062 2004-11-02  Wim Taymans  <wim@fluendo.com>
28063
28064         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28065         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28066         (unlinked), (no_more_pads), (close_link):
28067         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28068         (unknown_type), (add_element_stream), (new_decoded_pad),
28069         (removed_decoded_pad), (setup_source):
28070         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28071         (gst_stream_info_class_init), (gst_stream_info_init),
28072         (gst_stream_info_new), (gst_stream_info_dispose),
28073         (stream_info_mute_pad), (gst_stream_info_set_property),
28074         (gst_stream_info_get_property):
28075         * gst/playback/gststreaminfo.h:
28076         Fix playback of multiple files.
28077         a slightly different approach to handling dynamic pad removals.
28078         This one only looks at pads that we have linked.
28079
28080 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28081
28082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28083         free" warning from libc.
28084
28085 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28086
28087         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28088         (get_unconnected_element), (remove_starting_from), (pad_removed),
28089         (close_link):
28090           Implement support for dynamic pad changing. We listen to "live"
28091           pad removals (i.e. while playing) and re-setup autoplugging
28092           after that. Playbasebin/playbin need some more work for this
28093           to finally work, but decodebin supports (and replugs) chained
28094           ogg now.
28095
28096 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28097
28098         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28099         (gst_alsa_finalize):
28100         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28101         (gst_cdaudio_finalize):
28102         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28103         (cdparanoia_finalize):
28104         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28105         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28106         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28107         (dvdreadsrc_finalize):
28108         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28109         (gst_flacdec_finalize):
28110         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28111         (gst_flacenc_finalize):
28112         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28113         (gst_gnomevfssink_finalize):
28114         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28115         (gst_gnomevfssrc_finalize):
28116         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28117         (gst_fameenc_finalize):
28118         * ext/nas/nassink.c: (gst_nassink_class_init),
28119         (gst_nassink_finalize):
28120         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28121         (gst_sdlvideosink_class_init):
28122         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28123         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28124         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28125         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28126         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28127         (gst_x_window_listener_dispose):
28128         * gst/audioscale/gstaudioscale.c:
28129         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28130         (play_on_demand_finalize):
28131         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28132         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28133         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28134         (cdplayer_finalize):
28135         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28136         (gst_glimagesink_class_init):
28137         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28138         (gst_osselement_finalize):
28139         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28140         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28141         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28142           Fixes a bunch of problems with finalize and dispose functions,
28143           either assumptions that dispose is only called once, or not calling
28144           the parent class dispose/finalize function
28145
28146 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28147
28148         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28149           added two api precondition guards
28150           use g_strdup with getenv to fix crash when using ENVVAR
28151
28152 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28153         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28154         (gst_esdsink_finalize):
28155         Use a finalize function, not dispose, and more importantly,
28156         call the parent class finalize function too
28157
28158 2004-11-01  Johan Dahlin  <johan@gnome.org>
28159
28160         * ext/ogg/gstoggdemux.c:
28161         * gst/tags/gstvorbistag.c:
28162         Plug leaks.
28163
28164 2004-10-31  Benjamin Otte  <otte@gnome.org>
28165
28166         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28167           lotsa memleaks today. But they're all small...
28168
28169 2004-10-31  Benjamin Otte  <otte@gnome.org>
28170
28171         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28172           another memleak crushed
28173
28174 2004-10-31  Benjamin Otte  <otte@gnome.org>
28175
28176         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28177           fix memleak
28178
28179 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28180
28181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28182           Hack to prevent crash when going to READY inside signal handler
28183           while this function is active.
28184
28185 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28186
28187         * gst/ffmpegcolorspace/Makefile.am:
28188         * gst/ffmpegcolorspace/avcodec.h:
28189         * gst/ffmpegcolorspace/common.h:
28190         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28191         * gst/ffmpegcolorspace/dsputil.h:
28192         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28193         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28194         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28195         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28196         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28197         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28198         (gst_ffmpegcsp_avpicture_fill):
28199         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28200         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28201         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28202         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28203         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28204         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28205         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28206         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28207         * gst/ffmpegcolorspace/imgconvert.c:
28208         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28209         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28210         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28211         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28212         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28213         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28214         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28215         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28216         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
28217         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
28218         (grow21), (grow22), (grow41), (grow44), (conv411),
28219         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
28220         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
28221         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
28222         (avpicture_free), (is_yuv_planar), (img_convert),
28223         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
28224         (deinterlace_line_inplace), (deinterlace_bottom_field),
28225         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
28226         * gst/ffmpegcolorspace/imgconvert_template.h:
28227         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
28228         * gst/ffmpegcolorspace/mmx.h:
28229         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
28230         (av_fast_realloc), (av_mallocz_static), (av_free_static),
28231         (av_freep), (avcodec_get_context_defaults),
28232         (avcodec_alloc_context), (avcodec_init):
28233           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
28234           handling plus update from ffmpeg CVS. Large clean-up.
28235
28236 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28237
28238         * gst/playback/Makefile.am:
28239           We need the marshallers for decodebin, too.
28240
28241 2004-10-30  David Schleef  <ds@schleef.org>
28242
28243         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
28244           quicktime typefinding work with 64-bit offsets.
28245
28246 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
28247
28248         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
28249           Set EOS on the element when processing an EOS event.
28250         * ext/speex/gstspeexdec.h:
28251         * ext/speex/gstspeexenc.h:
28252           Only keep a const ptr to the mode
28253         * gst-libs/gst/riff/riff-media.c:
28254         (gst_riff_create_audio_caps_with_data),
28255         (gst_riff_create_audio_template_caps):
28256           Allow WMAV3, with up to 6 channels.
28257         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
28258           Don't call gst_pad_set_event_function on a sink pad.
28259         * gst/mpegstream/gstdvddemux.c:
28260         (gst_dvd_demux_get_subpicture_stream),
28261         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
28262           Copy the explicit caps that were set across to the cur_* pads,
28263           instead of trying to use a possibly non-existent negotiated caps.
28264           Reset the type of subpicture pads to UNKNOWN after calling
28265           init_stream, so that the caps get set.
28266
28267 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
28268
28269         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28270
28271         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28272           Don't touch buffer if it is of size 0 (fixes #151064).
28273
28274 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28275
28276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
28277           Synchronized discont handling.
28278
28279 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28280
28281         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28282         (gst_ogg_demux_push):
28283           Make seeking sort-of exact again (fixes #156387).
28284
28285 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28286
28287         * gst/playback/gstplaybasebin.c: (unknown_type),
28288         (add_element_stream), (new_decoded_pad),
28289         (gst_play_base_bin_change_state):
28290         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
28291         (gst_stream_info_init), (gst_stream_info_new),
28292         (gst_stream_info_dispose), (gst_stream_info_get_property):
28293         * gst/playback/gststreaminfo.h:
28294           Make caps explicitely available. Makes testing for unsupported
28295           types possible. Improves error reporting.
28296
28297 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28298
28299         * gst/audioconvert/gstaudioconvert.c:
28300         (gst_audio_convert_buffer_to_default_format):
28301           Really don't touch read-only buffers (#156563).
28302
28303 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
28304
28305         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28306
28307         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
28308           Fix memleak (#155223).
28309
28310 2004-10-29  Wim Taymans  <wim@fluendo.com>
28311
28312         * gst/tcp/.cvsignore:
28313         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
28314         (gst_multifdsink_class_init), (gst_multifdsink_init),
28315         (gst_multifdsink_add), (gst_multifdsink_remove),
28316         (gst_multifdsink_remove_client_link), (is_sync_frame),
28317         (gst_multifdsink_new_client),
28318         (gst_multifdsink_handle_client_write),
28319         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28320         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
28321         (gst_multifdsink_get_property):
28322         * gst/tcp/gstmultifdsink.h:
28323         Added burst on connect sync_method, deprecated sync_clients,
28324         streamlined the sync code some more.
28325
28326 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28327
28328         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
28329         (gst_play_base_bin_change_state):
28330           Improve error reporting.
28331
28332 2004-10-28  Wim Taymans  <wim@fluendo.com>
28333
28334         * gst/tcp/Makefile.am:
28335         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
28336         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
28337         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
28338         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
28339         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
28340         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
28341         (gst_fdset_wait):
28342         Added more locks around fdset structures. Fixed/reworked
28343         the poll array resizing code.
28344         Added stress test for fdset.
28345
28346 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28347
28348         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28349         fix build
28350
28351 2004-10-28  Benjamin Otte  <otte@gnome.org>
28352
28353         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28354           fix link function to always query channels and query width for
28355           floats
28356         * configure.ac:
28357           add equalizer dir
28358         * gst/equalizer/Makefile.am:
28359         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
28360         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
28361         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
28362         (arg_to_scale), (setup_filter),
28363         (gst_iir_equalizer_compute_frequencies),
28364         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
28365         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
28366         (plugin_init):
28367           add an equalizer
28368
28369 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28370
28371         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
28372
28373         * po/LINGUAS:
28374         * po/nb.po:
28375           Added Norwegian Bokmaal translation
28376
28377 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28378
28379         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28380           Don't break on options (fixes #156488).
28381
28382 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28383
28384         * configure.ac:
28385         * ext/cdaudio/Makefile.am:
28386         * sys/Makefile.am:
28387           fix build on older automake
28388
28389 2004-10-26  Wim Taymans  <wim@fluendo.com>
28390
28391         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
28392         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
28393         Allow a little margin when negotiating the framerate.
28394
28395 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
28396
28397         * gst/level/gstlevel.c:
28398           synchonised naming of pads and pad-templates
28399
28400 2004-10-26  Wim Taymans  <wim@fluendo.com>
28401
28402         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28403         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
28404         (_find_streams_check), (gst_ogg_demux_push):
28405         Fix EOS again. Needs to be done in a better way. We should not
28406         remove the pad if there is no new chained stream.
28407
28408 2004-10-26 Iain <iaingnome@gmail.com>
28409
28410         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
28411         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
28412         of the caps.
28413         * gst/interleave/interleave.c (interleave_class_init): Hook up release
28414         pad.
28415         (interleave_release_pad): Remove the pad.
28416         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
28417         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
28418         the set device.
28419         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
28420         attrs
28421         (gst_xvimagesink_xcontext_clear): Free the xcontext.
28422         (gst_xvimagesink_finalize): Free the par.
28423
28424 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28425
28426         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
28427         (gst_avimux_stop_file):
28428           First calculate the rate, and only then use it. Hdr.rate is a
28429           multiple and not a derivative of hdr.scale. Scale is not the
28430           same as blockalign but is solely related to rate.
28431
28432 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28433
28434         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
28435         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
28436           Implement seeking.
28437
28438 2004-10-25  James Henstridge  <james@jamesh.id.au>
28439
28440         Reviewed by:  David Schleef  <ds@schleef.org>
28441
28442         * examples/gstplay/player.c: (got_stream_length), (main):
28443         * examples/seeking/cdplayer.c: (update_scale):
28444         * examples/seeking/seek.c: (format_value), (update_scale):
28445         * examples/seeking/spider_seek.c: (format_value), (update_scale),
28446         (stop_seek):
28447         Build fixes on AMD64.
28448
28449 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28450
28451         reviewed by: Ronald Bultje <rbultje at gnome dot org>
28452
28453         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28454         Fix for some v4l cards which hang in v4lsrc
28455
28456 2004-10-25  Wim Taymans  <wim@fluendo.com>
28457
28458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
28459         (gst_ogg_demux_push), (gst_ogg_chains_clear):
28460         Make sure to remove the pad when a new chain is
28461         encountered. Set some vars to NULL so we don't try
28462         to reference freed memory.
28463
28464 2004-10-25  Wim Taymans  <wim@fluendo.com>
28465
28466         * examples/seeking/Makefile.am:
28467         * examples/seeking/cdplayer.c: (update_scale):
28468         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
28469         * examples/seeking/playbin.c: (make_playerbin_pipeline),
28470         (format_value), (update_scale), (iterate), (start_seek),
28471         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
28472         (print_usage), (main):
28473         Added some more examples, update others.
28474
28475 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28476
28477         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
28478         * ext/speex/gstspeexdec.c: (speex_dec_chain):
28479         * ext/theora/theoradec.c: (theora_dec_chain):
28480         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28481           Add codec-name metadata.
28482
28483 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
28484
28485         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28486
28487         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28488         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
28489         * ext/alsa/gstalsamixertrack.h:
28490         * po/POTFILES.in:
28491           ALSA mixer track label internationalization (#154054).
28492
28493 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28494
28495         * ext/theora/theoradec.c: (theora_dec_chain):
28496           Export bitrate as metadata.
28497
28498 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28499
28500         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28501         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
28502         * ext/alsa/gstalsamixertrack.h:
28503           Fix names, fix loop.
28504
28505 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28506
28507         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
28508         (speex_dec_convert):
28509           sinkconvert function so oggdemux can get the file length (totem).
28510
28511 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
28512
28513         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28514
28515         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28516           Don't push incomplete packets.
28517         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
28518           Fix MPEG-4 audio typefinding.
28519
28520 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28521
28522         * sys/v4l/Makefile.am:
28523         * sys/v4l/gstv4l.c: (plugin_init):
28524         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
28525         (gst_v4lelement_init), (gst_v4lelement_dispose),
28526         (gst_v4lelement_change_state):
28527         * sys/v4l/gstv4lelement.h:
28528         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
28529         (gst_v4l_xoverlay_close), (idle_refresh),
28530         (gst_v4l_xoverlay_set_xwindow_id):
28531         * sys/v4l/gstv4lxoverlay.h:
28532         * sys/v4l/v4l-overlay_calls.c:
28533         * sys/v4l/v4l_calls.h:
28534         * sys/v4l2/Makefile.am:
28535         * sys/v4l2/gstv4l2.c: (plugin_init):
28536         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
28537         (gst_v4l2element_init), (gst_v4l2element_dispose),
28538         (gst_v4l2element_change_state):
28539         * sys/v4l2/gstv4l2element.h:
28540         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
28541         (gst_v4l2_xoverlay_close), (idle_refresh),
28542         (gst_v4l2_xoverlay_set_xwindow_id):
28543         * sys/v4l2/gstv4l2xoverlay.h:
28544         * sys/v4l2/v4l2-overlay_calls.c:
28545         * sys/v4l2/v4l2_calls.h:
28546           Remove client-side overlay handling, use the X-server v4l plugin
28547           for that. Nicer overlay, less code. Also make the plugin
28548           compileable without X (but then without overlay, obviously).
28549           Makes xwindowlistener obsolete, should we remove that?
28550
28551 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28552
28553         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
28554         (gst_osssrc_src_query):
28555         * sys/oss/gstosssrc.h:
28556           OK, so people want offset in DEFAULT. This time, actually fix all
28557           cases.
28558         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
28559           Add FPS properly.
28560
28561 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28562
28563         * gst/asfdemux/gstasfmux.c:
28564         * gst/avi/gstavimux.c:
28565           Framerate.
28566
28567 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28568
28569         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
28570           Fix properties (channel, norm, frequency).
28571
28572 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28573
28574         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
28575           Flag typo.
28576         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
28577           No warnings.
28578
28579 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28580
28581         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
28582           Fix hang.
28583
28584 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28585
28586         * sys/v4l2/gstv4l2element.h:
28587           Yet Another Hack (tm) for kernel header borkedness.
28588         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
28589         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
28590         (gst_v4l2src_link), (gst_v4l2src_getcaps),
28591         (gst_v4l2src_change_state):
28592         * sys/v4l2/gstv4l2src.h:
28593         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
28594         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
28595           Fix caps, keep track of state, work.
28596
28597 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28598
28599         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
28600           Quiet.
28601
28602 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28603
28604         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28605           Don't mix bytes and samples.
28606
28607 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28608
28609         * ext/ogg/gstoggmux.c:
28610           Basic pad template which accepts OGM tracks, speex, flac, vorbis
28611           and theora. Any is incorrect.
28612         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
28613           Fix caps.
28614         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
28615         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
28616         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
28617         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
28618         * sys/v4l/gstv4lmjpegsrc.h:
28619         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
28620         (gst_v4lsrc_change_state):
28621         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
28622         (gst_v4lmjpegsrc_capture_stop):
28623           Fix caps. Keep track of internal state. Work.
28624
28625 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28626
28627         * ext/Makefile.am:
28628           Fix the build fixes.
28629
28630 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28631
28632         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28633         (gst_ogg_demux_src_event), (_find_chain_seek),
28634         (gst_ogg_pad_push):
28635           Check for pad availability before using it.
28636         * ext/ogg/gstoggdemux.c: (_find_chain_process):
28637           Fix parsing of chained ogg. Needs more work on the decoder side.
28638
28639 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28640
28641         * gst/spectrum/Makefile.am:
28642         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
28643         (idle_func):
28644           Fix demo and reenable it. Yes, I'm currently playing with audio
28645           analysis tools
28646
28647 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28648
28649         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28650           We love it if files that start at zero work too...
28651
28652 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28653
28654         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
28655           Handle files with missing EOS headers.
28656
28657 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28658
28659         * gst/tcp/gsttcpserversink.c:
28660         (gst_tcpserversink_handle_server_read),
28661         (gst_tcpserversink_init_send):
28662         Zero some variables first (need for accept not to return EINVAL)
28663
28664 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28665
28666         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28667         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
28668         * ext/theora/theoradec.c: (theora_dec_sink_convert),
28669         (theora_dec_chain):
28670         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28671         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
28672           Seeking and querying finetune.
28673
28674 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
28675
28676         * configure.ac:
28677         * ext/Makefile.am:
28678         * ext/raw1394/Makefile.am:
28679           fix the build
28680
28681 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28682
28683         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
28684           Wrong return.
28685         * gst/playback/Makefile.am:
28686         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
28687         * gst/playback/gstplay-marshal.list:
28688         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
28689           Fix marshallers.
28690
28691 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28692
28693         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
28694           Silence.
28695
28696 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28697
28698         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28699         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
28700         (gst_ogg_pad_push):
28701           Yay for non-lineair granulepos in theora.
28702
28703 2004-10-18  Wim Taymans  <wim@fluendo.com>
28704
28705         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28706         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
28707         * ext/dv/gstdvdec.h:
28708         Make sure we renegotiate aspect ratio when the camera switches.
28709
28710 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28711
28712         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28713         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
28714           Start at zero.
28715         * ext/theora/theoradec.c: (theora_dec_chain):
28716           Skip headers. Bad idea for chained ogg, but fixes seeking.
28717
28718 2004-10-18  Wim Taymans  <wim@fluendo.com>
28719
28720         * configure.ac:
28721         I swear, this is the last time I touch this.
28722
28723 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28724
28725         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
28726         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
28727         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
28728           Faster seeking.
28729         * ext/theora/theoradec.c: (theora_dec_sink_convert):
28730           Time-to-default conversion.
28731         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28732           Don't error on unknown packets, just skip. We should probably
28733           read them if we want to support chained ogg.
28734
28735 2004-10-18  Wim Taymans  <wim@fluendo.com>
28736
28737         * configure.ac:
28738         Added cdaudio to wrong list.
28739
28740 2004-10-18  Wim Taymans  <wim@fluendo.com>
28741
28742         * configure.ac:
28743         Revive cdaudio.
28744
28745 2004-10-18  Wim Taymans  <wim@fluendo.com>
28746
28747         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
28748         (gst_dvdec_video_link), (gst_dvdec_push):
28749         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
28750         (gst_smokeenc_resync), (gst_smokeenc_chain):
28751         Fix mimetype on smoke encoder.
28752         Add aspect ratio to dvdec. Not sure if these
28753         values are correct though....
28754
28755 2004-10-18  Wim Taymans  <wim@fluendo.com>
28756
28757         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
28758         Fix vorbis property descriptions and ranges.
28759
28760 2004-10-18  Wim Taymans  <wim@fluendo.com>
28761
28762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
28763         Really do nothing when no data is available.
28764         Go to the playing state when the stream is not seekable
28765         instead of failing.
28766
28767 2004-10-18  Wim Taymans  <wim@fluendo.com>
28768
28769         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
28770         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
28771         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
28772         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
28773         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
28774         Added uri handler for cd://
28775         Port to new API.
28776
28777 2004-10-18  Wim Taymans  <wim@fluendo.com>
28778
28779         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28780         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
28781         (try_to_link_1), (no_more_pads), (close_link), (type_found):
28782         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
28783         (remove_prerolls), (unknown_type), (add_element_stream),
28784         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
28785         (gst_play_base_bin_remove_element),
28786         (gst_play_base_bin_link_stream):
28787         * gst/playback/gstplaybin.c: (gen_video_element),
28788         (gen_vis_element), (remove_sinks), (setup_sinks):
28789         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
28790         (gst_stream_info_get_type), (gst_stream_info_class_init),
28791         (gst_stream_info_init), (gst_stream_info_new),
28792         (gst_stream_info_dispose), (stream_info_mute_pad),
28793         (gst_stream_info_set_property), (gst_stream_info_get_property):
28794         * gst/playback/gststreaminfo.h:
28795         Add sink padtemplate to decodebin.
28796         Added some more comments.
28797         Make queue size configurable in playbasebin.
28798         Added possibility to use elements as sinks (ex cdaudio).
28799
28800 2004-10-15  Wim Taymans  <wim@fluendo.com>
28801
28802         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
28803         (gst_speexenc_chain):
28804         Fix speex timestamps so that it gets muxed properly.
28805
28806 2004-10-15  Wim Taymans  <wim@fluendo.com>
28807
28808         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
28809         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
28810         (gst_dv1394src_init), (gst_dv1394src_dispose),
28811         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
28812         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
28813         (gst_dv1394src_event), (gst_dv1394src_get_formats),
28814         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
28815         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
28816         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
28817         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
28818         * ext/raw1394/gstdv1394src.h:
28819         Added conversion/query functions.
28820         Update buffer timestamps,
28821         Added signals.
28822         Added uri dv:// so it might play from the firewire in playbin.
28823         Fix a possible leak.
28824         Added debugging.
28825
28826 2004-10-15  Wim Taymans  <wim@fluendo.com>
28827
28828         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
28829         (gst_dv1394src_init), (gst_dv1394src_set_property),
28830         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
28831         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
28832         * ext/raw1394/gstdv1394src.h:
28833         Added AV/C VTR control support needed for some cameras.
28834         Added automatic port detection.
28835         Added properties for selecting the channel.
28836         The configure.ac script is not yet updated to reflect the
28837         new libavc1394 and librom1394 dependencies.
28838
28839 2004-10-15  Wim Taymans  <wim@fluendo.com>
28840
28841         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28842         (qtdemux_parse), (gst_qtdemux_handle_esds):
28843         An esds box is not a container.
28844         Fix parsing of mp4v boxes.
28845         Do not try to renegotiate fps for each frame. Need to
28846         find a better method. This should fix mp4 playback.
28847
28848 2004-10-14  David Schleef  <ds@schleef.org>
28849
28850         * configure.ac: update for swfdec-0.3 and liboil-0.2
28851         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
28852         * ext/swfdec/gstswfdec.h: same
28853         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
28854         * gst/videotestsrc/videotestsrc.c: same
28855
28856 2004-10-14  Wim Taymans  <wim@fluendo.com>
28857
28858         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
28859         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
28860         (is_sync_frame), (gst_multifdsink_new_client),
28861         (gst_multifdsink_handle_client_write),
28862         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28863         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
28864         Turn warnings into info.
28865         Don't allow a state change in the streaming thread.
28866
28867 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
28868
28869         * ext/vorbis/oggvorbisenc.c:
28870         * ext/vorbis/vorbisdec.c:
28871           fix template sample rate
28872
28873 2004-10-13  Wim Taymans  <wim@fluendo.com>
28874
28875         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
28876         Decoding the header first fixes some problems in resyncing
28877         in more mp3s.
28878
28879 2004-10-12  Wim Taymans  <wim@fluendo.com>
28880
28881         * gst/playback/gstplaybin.c: (gen_video_element),
28882         (gen_vis_element), (remove_sinks), (setup_sinks):
28883         Added vis plugin support, need to configure the vis
28884         element to activate it.
28885
28886 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28887
28888         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
28889         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
28890           Some debug.
28891         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
28892         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
28893         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
28894         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
28895         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
28896         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
28897         * gst/avi/gstavidemux.h:
28898           Support for openDML-2.0 indx/ix## chunks. Support for broken index
28899           recovery (where, if part of the index is broken, we will still read
28900           the rest of the index and recover the broken part by stream
28901           scanning). More broken media support. EOS workarounds. General AVI
28902           braindamage headache recovery. Aspirin included.
28903
28904 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28905
28906         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
28907         (cdparanoia_event), (cdparanoia_query):
28908           Get rid of hideous lead-in.
28909
28910 2004-10-11  Wim Taymans  <wim@fluendo.com>
28911
28912         * gst/playback/gstplaybasebin.c: (setup_source):
28913         Wrong var used to get g_list_next.
28914
28915 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28916
28917         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28918         (cdparanoia_get), (cdparanoia_open):
28919           Report discid as metadata, add duration.
28920
28921 2004-10-11  Wim Taymans  <wim@fluendo.com>
28922
28923         * gst/playback/gstplaybasebin.c: (setup_source):
28924         Cleanup the previous pipeline a little earlier for the
28925         case that a source element provides raw data.
28926
28927 2004-10-11  Benjamin Otte  <otte@gnome.org>
28928
28929         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28930           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
28931           consuming the last 128 bytes, even though it was valid mp3 data.
28932
28933 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28934
28935         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
28936         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
28937         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
28938         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
28939
28940 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28941
28942         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
28943         Fix for webcams that support only specific width or height
28944
28945 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28946
28947         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28948
28949         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
28950           Fix wrong discont event setup (fixes #154967).
28951
28952 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
28953
28954         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28955
28956         * gst/auparse/gstauparse.c: (gst_auparse_chain):
28957           Error out on invalid data (fixes #154807).
28958
28959 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28960
28961         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28962
28963         * ext/dvdread/dvdreadsrc.c: (_read):
28964           Make titles > 0 work again (fixes #154834).
28965
28966 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28967
28968         * gst-libs/gst/riff/riff-media.c:
28969         (gst_riff_create_video_template_caps):
28970           WMV3 missing in template caps.
28971
28972 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28973
28974         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
28975           OK, so the original code was too strict. It makes random AVI files
28976           hang for seconds upon opening, which is unacceptable and is far
28977           beyond the original goal of getting multiple chunks for one-chunk
28978           sounc stream files. So now do just that.
28979
28980 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28981
28982         * gst/playback/gstplaybasebin.c: (setup_source),
28983         (gst_play_base_bin_change_state):
28984           Actually clean up streaminfo if output fails. This would trigger
28985           if, for example, there was no CD in the drive. No preroll, so
28986           a streaminfo structure is created, but the subsequent state change
28987           of the thread fails.
28988         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
28989           Don't change state if parent failed.
28990
28991 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28992
28993         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28994         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
28995         (gen_video_element), (remove_sinks):
28996           Add small bits of code for screenshot handling.
28997
28998 2004-10-08  Wim Taymans  <wim@fluendo.com>
28999
29000         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29001         (gen_video_element), (gen_audio_element), (setup_sinks):
29002         Don't assume the user provided sinks are named "sink"...
29003
29004 2004-10-08  Wim Taymans  <wim@fluendo.com>
29005
29006         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29007         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29008         (gst_play_base_bin_link_stream):
29009         Do not try to autoplug sources that generate raw streams like
29010         cdparanoia.
29011         disconnect the preroll overrun signal when we don't need it anymore.
29012
29013 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29014
29015         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29016         Added reworked patch from #154903 from milosz derezynski (deadchip).
29017
29018 2004-10-08  Wim Taymans  <wim@fluendo.com>
29019
29020         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29021         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29022         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29023         (cdparanoia_convert), (cdparanoia_uri_get_type),
29024         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29025         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29026         * ext/cdparanoia/gstcdparanoia.h:
29027         This adds the cdda://<tracknum> uri.
29028
29029 2004-10-08  Wim Taymans  <wim@fluendo.com>
29030
29031         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29032         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29033         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29034         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29035         (unknown_type), (gst_play_base_bin_remove_element),
29036         (gst_play_base_bin_link_stream):
29037         * gst/playback/gstplaybasebin.h:
29038         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29039         (gst_play_bin_set_property), (gen_video_element),
29040         (gen_audio_element), (setup_sinks):
29041         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29042         (gst_stream_info_get_type), (gst_stream_info_class_init),
29043         (gst_stream_info_init), (gst_stream_info_new),
29044         (gst_stream_info_dispose), (stream_info_mute_pad),
29045         (gst_stream_info_set_property), (gst_stream_info_get_property):
29046         * gst/playback/gststreaminfo.h:
29047         Reuse the audio and video bins.
29048         Some internal cleanups in the stream selection code.
29049
29050 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29051
29052         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29053         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29054         * sys/ximage/ximagesink.h:
29055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29056         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29057         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29058         not coming from those elements. Moreover these elements should not keep
29059         the xid they have been given when in NULL state.
29060
29061 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29062
29063         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29064         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29065         * sys/ximage/ximagesink.h:
29066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29067         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29068         * sys/xvimage/xvimagesink.h:
29069           Actually only create a new toplevel window if we're not gonna
29070           embed it right after.
29071
29072 2004-10-07  Wim Taymans  <wim@fluendo.com>
29073
29074         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29075         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29076         * gst/playback/gstplaybin.c: (setup_sinks):
29077         Implement muting/unmuting of streams, mute streams that are not
29078         used.
29079
29080 2004-10-07  Wim Taymans  <wim@fluendo.com>
29081
29082         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29083         (plugin_init):
29084         Added lame audio/x-ac3 typefind function.
29085
29086 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29087
29088         * configure.ac:
29089           bump nano to cvs
29090
29091 === release 0.8.5 ===
29092
29093 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29094
29095         * NEWS:
29096         * RELEASE:
29097         * configure.ac:
29098           releasing 0.8.5, "Take You On"
29099
29100 2004-10-06  Wim Taymans  <wim@fluendo.com>
29101
29102         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29103         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29104         (no_more_pads), (close_link), (type_found):
29105         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29106         * gst/playback/gstplaybin.c: (gen_video_element):
29107         Do not signal the no_more_pads after the first pad when
29108         we are plugging a non dynamic element with multiple
29109         output pads (like swfdec, dvdec, ...).
29110
29111 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29112
29113         * configure.ac:
29114           bump for prerelease
29115
29116 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29117
29118         * gst/wavparse/gstwavparse.c:
29119           add ATRAC3 to STATIC CAPS to fix a warning
29120
29121         * gst/matroska/ebml-read.c:
29122         * gst-libs/gst/riff/riff-read.c:
29123           fix typos
29124
29125 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29126
29127         * gst-libs/gst/riff/riff-media.c:
29128           generate caps for ATRAC3 audio streams
29129
29130         * gst/realmedia/rmdemux.c:
29131           generate caps for ATRAC3 audio streams
29132
29133 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29134
29135         * gst/wavparse/Makefile.am
29136         * gst/wavparse/riff.h
29137         * gst/wavparse/wavparse.vcproj
29138           riff.h removal (unused and duplication with riff-ids.h)
29139
29140 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29141
29142         * gst/wavparse/gstwavparse.h
29143           remove duplicated defines for audio codec codes
29144
29145         * gst-libs/gst/riff/riff-ids.h
29146         * gst/wavenc/riff.h:
29147           add "4CC" code for ATRAC3 audio streams
29148           add "4CC" code for ITU_G721_ADPCM (unused for now)
29149
29150 2004-10-06  Wim Taymans  <wim@fluendo.com>
29151
29152         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29153         Actually _do_ negotiation. Pass gdouble as arg instead
29154         of guint64 for the framerate.
29155
29156 2004-10-06  Wim Taymans  <wim@fluendo.com>
29157
29158         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29159         (find_compatibles), (close_pad_link), (try_to_link_1),
29160         (no_more_pads), (close_link), (type_found):
29161         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29162         * gst/playback/gstplaybin.c: (gen_video_element),
29163         (gen_audio_element):
29164         Set state on newly added element to READY so that negotiation
29165         can happen ASAP.
29166         Addes some more debug info.
29167         Do not try to plug pads with multiple caps structures or ANY
29168         because it is too dangerous since we do not do dynamic
29169         replugging.
29170
29171 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29172
29173         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29174
29175         * po/LINGUAS:
29176         * po/or.po:
29177           add Oriya translation
29178
29179 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29180
29181         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29182           Prevent overwrite of size member. Makes audio sound crappy.
29183
29184 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29185
29186         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29187         Add rmvb to the list of known RealMedia extensions
29188
29189 2004-10-05  Wim Taymans  <wim@fluendo.com>
29190
29191         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29192         (mngdec_openstream), (mngdec_closestream),
29193         (mngdec_handle_sink_event), (mngdec_readdata),
29194         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29195         (mngdec_getcanvasline), (mngdec_refresh),
29196         (gst_mngdec_change_state):
29197         Set the framerate correctly.
29198
29199 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29200
29201         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29202           There was something wrong with the index massaging.
29203
29204 2004-10-04  Wim Taymans  <wim@fluendo.com>
29205
29206         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29207         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29208         (gst_smokedec_chain):
29209         * ext/jpeg/gstsmokedec.h:
29210         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29211         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29212         * ext/jpeg/gstsmokeenc.h:
29213         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29214         (smokecodec_decode_new), (smokecodec_info_free),
29215         (smokecodec_set_quality), (smokecodec_get_quality),
29216         (smokecodec_set_threshold), (smokecodec_get_threshold),
29217         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29218         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
29219         (smokecodec_encode), (smokecodec_parse_id),
29220         (smokecodec_parse_header), (smokecodec_decode):
29221         * ext/jpeg/smokecodec.h:
29222         * ext/jpeg/smokeformat.h:
29223         Updated smoke, new bitstream, allows embedding in ogg.
29224
29225 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29226
29227         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
29228           Fix seeking in some files. All this code is no longer needed (and
29229           actually breaks stuff) because we now synchronize the full index
29230           right when reading the header.
29231
29232 2004-10-04  Wim Taymans  <wim@fluendo.com>
29233
29234         * configure.ac:
29235         configure update for libmng.
29236
29237 2004-10-04  Wim Taymans  <wim@fluendo.com>
29238
29239         * ext/libmng/Makefile.am:
29240         * ext/libmng/gstmng.c: (plugin_init):
29241         * ext/libmng/gstmng.h:
29242         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
29243         (gst_mngdec_base_init), (gst_mngdec_class_init),
29244         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
29245         (gst_mngdec_loop), (gst_mngdec_get_property),
29246         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
29247         (mngdec_closestream), (mngdec_handle_sink_event),
29248         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
29249         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
29250         (gst_mngdec_change_state):
29251         * ext/libmng/gstmngdec.h:
29252         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
29253         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
29254         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
29255         (gst_mngenc_chain), (gst_mngenc_get_property),
29256         (gst_mngenc_set_property):
29257         * ext/libmng/gstmngenc.h:
29258         Added basic MNG decoder. Needs more work. The encoder does
29259         not work yet.
29260
29261 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29262
29263         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
29264         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
29265         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
29266           Don't hang on length=0 chunks. Some negotiation fixes. Signal
29267           no-more-pads.
29268
29269 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29270
29271         * configure.ac:
29272           you need at least 1.0.4 of speex
29273
29274 2004-10-04 Iain <iaingnome@gmail.com>
29275
29276         * ext/speex/gstspeexdec.h: Revert the includes changes.
29277
29278         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
29279
29280 2004-09-30 Iain <iaingnome@gmail.com>
29281
29282         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
29283         found during init or set as a property instead of hardcoding /dev/audio
29284
29285 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29286
29287         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
29288         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
29289         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
29290         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
29291         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
29292         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
29293         (gst_rmdemux_dump_data):
29294           Use debug category, fix EOS handling. filesrc ! rmdemux now
29295           works.
29296
29297 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29298
29299         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29300         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
29301         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
29302           Improve allocation, cutting and sorting of the index. How takes a
29303           few seconds instead of minutes.
29304
29305 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
29306
29307         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
29308           fixed compilation
29309
29310 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29311
29312         * gst-libs/gst/riff/riff-media.c:
29313         (gst_riff_create_video_caps_with_data),
29314         (gst_riff_create_video_template_caps):
29315           Add wing commander format mimetype/fourccs.
29316         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29317           Don't crash if some value is 0.
29318
29319 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29320
29321         * gst-libs/gst/riff/riff-media.c:
29322         (gst_riff_create_video_caps_with_data),
29323         (gst_riff_create_video_template_caps):
29324           Add DIB fourcc (raw, palettized 8-bit RGB).
29325         * gst-libs/gst/riff/riff-read.c:
29326         (gst_riff_read_strf_vids_with_data):
29327           Oops, fix strf_data reading bug.
29328         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29329           Use a non-NULL tag.
29330         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29331           Time for hacks. Sorry Dave. At least one quicktime movie (a
29332           trailer) that I've encountered contains multiple video tracks.
29333           One of those is the actual video track, the other are one-frame
29334           tracks (images). Unfortunately, the number of frames according
29335           to the trak header is 1 for each, so that doesn't help. So
29336           instead, I look at the duration and discard tracks with a
29337           duration shorter than 20% of the length of the stream. Better
29338           than nothing.
29339
29340 2004-10-01  Christian Schaller <christian@fluendo.com>
29341
29342         * ext/ivorbis/vorbis.c:
29343           Patch from Phil Blundell (Bug 152341)
29344
29345 2004-10-01  Wim Taymans  <wim@fluendo.com>
29346
29347         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
29348         (speex_dec_get_formats), (speex_dec_convert),
29349         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
29350         (speex_dec_chain), (gst_speexdec_get_property),
29351         (gst_speexdec_set_property):
29352         Small cleanups.
29353
29354 2004-10-01  Wim Taymans  <wim@fluendo.com>
29355
29356         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
29357         (gst_wavparse_stream_init), (gst_wavparse_fmt),
29358         (gst_wavparse_other), (gst_wavparse_loop),
29359         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
29360         (gst_wavparse_srcpad_event):
29361         * gst/wavparse/gstwavparse.h:
29362         Added some more debugging info.
29363         Fix the case where the length of the file is 0.
29364         Make sure we seek to sample borders.
29365
29366 2004-10-01  Wim Taymans  <wim@fluendo.com>
29367
29368         * gst/playback/README:
29369         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
29370         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29371         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29372         Add some debug info to decodebin, update README
29373
29374 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29375
29376         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
29377           Don't use g_print(); use GST_DEBUG().
29378
29379 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29380
29381         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29382         (gst_ogg_mux_queue_pads):
29383           Handle EOS properly.
29384
29385 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
29386
29387         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29388
29389         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
29390         (gst_faad_chain), (gst_faad_change_state):
29391         * ext/faad/gstfaad.h:
29392           Allow playback of raw (unframed) MPEG AAC files (#148993).
29393
29394 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
29395
29396         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29397
29398         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29399           Throw error if we didn't recognize the stream. Fixes #152289.
29400
29401 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29402
29403         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
29404           Fix negotiation.
29405
29406 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
29407
29408         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29409
29410         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29411           Fix memleak.
29412
29413 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
29414
29415         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29416
29417         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
29418           Solve #152805.
29419         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
29420           Solve 152806.
29421
29422 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29423
29424         * gst-libs/gst/riff/riff-media.c:
29425         (gst_riff_create_video_caps_with_data),
29426         (gst_riff_create_audio_caps_with_data):
29427           Add codec_data handling (like asfdemux used to do).
29428         * gst/asfdemux/gstasf.c: (plugin_init):
29429         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
29430         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
29431           Use riff-media for caps creation instead of our own (mostly
29432           broken) copy of its functions.
29433
29434 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29435
29436         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
29437           Don't actually error out if we get another return value than
29438           -EINVAL. Opposite to what I first thought, drivers have random
29439           return values for this, although -EINVAL is the expected return
29440           value. Since this is not fatal, we shouldn't use
29441           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
29442
29443 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29444
29445         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29446         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
29447         (dvdreadsrc_get_property), (_open), (_seek), (_read),
29448         (dvdreadsrc_get), (dvdreadsrc_open_file),
29449         (dvdreadsrc_change_state):
29450           Fix. Don't do one big huge loop around the whole DVD, that will
29451           cache all data and thus eat sizeof(dvd) (several GB) before we
29452           see something.
29453         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
29454           Actually NULL'ify event after using it.
29455         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
29456         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
29457         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29458         (gst_ebml_read_seek), (gst_ebml_read_skip):
29459           Handle events.
29460         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
29461         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
29462         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
29463           Fix timing (this will probably break if I seek using menus, but
29464           I didn't get there yet). VOBs and normal DVDs should now work.
29465           Add a mpeg2-only pad with high rank so this get autoplugged for
29466           MPEG-2 movies.
29467         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
29468         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
29469         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
29470         (gst_mpeg_demux_get_audio_stream),
29471         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
29472         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
29473           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
29474           MPEG-1 but use dvddemux for MPEG-2.
29475         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
29476         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
29477         (gst_mpeg_parse_parse_packhead):
29478           Timing. Only add pad template if it exists. Add sink template from
29479           class and not from ourselves. This means we will always use the
29480           correct sink template even if it is not the one defined in this
29481           file.
29482
29483 2004-09-29  Wim Taymans  <wim@fluendo.com>
29484
29485         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
29486         (gst_mpeg_demux_parse_pes):
29487         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
29488         Fix playback of mpeg again, timestamps where screwed up by
29489         patch 1.61.
29490
29491 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29492
29493         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
29494           Only return true if we actually filled something in. Prevents
29495           player applications from showing a random length for flac files.
29496         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29497         (gst_riff_read_use_event), (gst_riff_read_handle_event),
29498         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
29499         (gst_riff_read_strf_vids_with_data),
29500         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
29501           OK, ok, so I implemented event handling. Apparently it's normal
29502           that we receive random events at random points without asking
29503           for it.
29504         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29505         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
29506         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
29507         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29508         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
29509         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
29510         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
29511         * gst/avi/gstavidemux.h:
29512           Implement non-lineair chunk handling and subchunk processing.
29513           The first solves playback of AVI files where the audio and video
29514           data of individual buffers that we read are not synchronized.
29515           This should not happen according to the wonderful AVI specs, but
29516           of course it does happen in reality. It is also a prerequisite for
29517           the second. Subchunk processing allows us to cut chunks in small
29518           pieces and process each of these pieces separately. This is
29519           required because I've seen several AVI files with incredibly large
29520           audio chunks, even some files with only one audio chunk for the
29521           whole file. This allows for proper playback including seeking.
29522           This patch is supposed to fix all AVI A/V sync issues.
29523         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
29524         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
29525           Work.
29526         * gst/modplug/gstmodplug.cc:
29527           Proper return value setting for the query() function.
29528         * gst/playback/gstplaybasebin.c: (setup_source):
29529           Being in non-playing state (after, e.g., EOS) is not necessarily
29530           a bad thing. Allow for that. This fixes playback of short files.
29531           They don't actually playback fully now, because the clock already
29532           runs. This means that small files (<500kB) with a small length
29533           (<2sec) will still not or barely play. Other files, such as mod
29534           or flx, will work correctly, however.
29535
29536 2004-09-28  Wim Taymans  <wim@fluendo.com>
29537
29538         * ext/speex/gstspeex.c: (plugin_init):
29539         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
29540         (gst_speex_dec_class_init), (speex_dec_get_formats),
29541         (speex_get_event_masks), (speex_get_query_types),
29542         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
29543         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
29544         (gst_speexdec_get_property), (gst_speexdec_set_property),
29545         (speex_dec_change_state):
29546         * ext/speex/gstspeexdec.h:
29547         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
29548         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
29549         (gst_speexenc_base_init), (gst_speexenc_class_init),
29550         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
29551         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
29552         (gst_speexenc_src_query), (gst_speexenc_init),
29553         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
29554         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
29555         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
29556         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
29557         (gst_speexenc_chain), (gst_speexenc_get_property),
29558         (gst_speexenc_set_property), (gst_speexenc_change_state):
29559         * ext/speex/gstspeexenc.h:
29560         Rewrote speex encoder, make sure it can be embedded in ogg.
29561         Implemented speex decoder.
29562
29563 2004-09-28  Christian Schaller <christian@fluendo.com>
29564
29565         * configure.ac:
29566         Remove kioslave plugin. Markey is brewing a new working one
29567         * ext/Makefile.am: Remove kioslave plugin
29568         * ext/kio: remove
29569         * gst-plugins.spec.in: remove kio plugin from spec
29570
29571 2004-09-27  Wim Taymans  <wim@fluendo.com>
29572
29573         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29574         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29575         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
29576         (gst_multifdsink_new_client),
29577         (gst_multifdsink_handle_client_write),
29578         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29579         (gst_multifdsink_handle_clients):
29580         * gst/tcp/gstmultifdsink.h:
29581         Make syncing to keyframes actually work for new clients and lagging
29582         clients.
29583
29584 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29585
29586         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
29587         (gst_navigationtest_handle_src_event), (draw_box_planar411),
29588         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
29589         * gst/debug/gstnavigationtest.h:
29590           make navigationtest display button-press and button-release events
29591
29592 2004-09-26 Iain <iaingnome@gmail.com>
29593
29594         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
29595         the channels have received a new media event.
29596         (interleave_buffered_loop): Compresses a new media event on all
29597         channels into one.
29598
29599 2004-09-26 Iain <iaingnome@gmail.com>
29600
29601         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
29602         call the sinkpad's default event handler and not the srcpads. He also
29603         says this is confusing :)
29604         (gst_wavenc_stop_file): Company says that seek events only go upstream
29605         we should send a discontinuous downstream instead.
29606
29607 2004-09-25  Christian Schaller <christian@fluendo.com>
29608
29609         * Update SPEC file to be usable in conjunction with Fedora Core,
29610           Fedora.us and freshrpms packages
29611         * Fix typo in multifilesrc test Makefile
29612
29613 2004-09-24  Wim Taymans  <wim@fluendo.com>
29614
29615         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29616         Only signal the no_more_pads signal when we have
29617         added the stream to our list.
29618
29619 2004-09-24  Wim Taymans  <wim@fluendo.com>
29620
29621         * gst/playback/gstplaybasebin.c: (remove_prerolls),
29622         (new_decoded_pad):
29623         * gst/playback/gstplaybasebin.h:
29624         * gst/playback/gstplaybin.c: (setup_sinks):
29625         Don't try to preroll or decode more than one audio/video
29626         track.
29627
29628 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29629
29630         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
29631           Throw error if we failed to find a suitable output. This should
29632           throw an error if we successfully set up a pipeline (e.g. because
29633           we recognized a media file) but found no decodable streams in it
29634           (e.g. because it contains only media stream types for which we
29635           have no decoders, or because it's not a media type).
29636
29637 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29638
29639         * ext/dirac/Makefile.am:
29640         * ext/dirac/gstdirac.cc:
29641         * ext/dirac/gstdiracdec.cc:
29642         * ext/dirac/gstdiracdec.h:
29643           Do something. Don't actually know if this works because I don't
29644           have a demuxer yet.
29645         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
29646           Add channels=1 to caps returned from _getcaps().
29647         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
29648         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
29649         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
29650         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
29651         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
29652         (gst_ogm_parse_change_state):
29653           Separate between audio/video so ogmaudioparse actually uses the
29654           audio pad templates. Both audio and video work now, including
29655           autoplugging. Also use sometimes-srcpad hack.
29656         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
29657           Handle events better. Don't hang on infinite loops.
29658         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
29659         (gst_avi_demux_init), (gst_avi_demux_reset),
29660         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
29661         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
29662         (gst_avi_demux_change_state):
29663         * gst/avi/gstavidemux.h:
29664           Improve A/V sync. Still not perfect.
29665         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
29666         (gst_ebml_read_skip):
29667           Handle events better.
29668         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
29669         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
29670         (qtdemux_audio_caps):
29671           Add IMA4. Improve event handling. Save offset after a seek when
29672           the headers are at the end of the file so that we don't end up in
29673           an infinite loop.
29674         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
29675           Add low-priority typefind support for files with no length.
29676
29677 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29678
29679         * testsuite/multifilesink/Makefile.am:
29680         fix typo
29681
29682 2004-09-22  Julien MOUTTE  <julien@moutte.net>
29683
29684         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
29685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
29686         mistakes from thaytan's patches.
29687
29688 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
29689
29690         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
29691           For completeness, XSync in the destroy function as xvimage does.
29692
29693 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
29694
29695         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
29696            Correct caps negotiation
29697         * gst/volume/gstvolume.c: (volume_chain_float),
29698         (volume_chain_int16):
29699            Modify debug output to be little more informative
29700         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
29701         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29702         (gst_xvimagesink_xvimage_destroy):
29703           Add XSync calls after detaching from the shared memory segment to
29704           avoid a crash.
29705
29706 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29707
29708         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
29709         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
29710         * ext/vorbis/vorbis.c: (plugin_init):
29711         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
29712         (gst_vorbisenc_chain):
29713         * ext/vorbis/vorbisenc.h:
29714         remove explicit newmedia support from oggmux and vorbisenc
29715         add debug category to vorbisenc
29716         * gst/multifilesink/gstmultifilesink.c:
29717         (gst_multifilesink_class_init), (gst_multifilesink_init),
29718         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
29719         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
29720         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
29721         (plugin_init):
29722         * gst/multifilesink/gstmultifilesink.h:
29723         add support for streamheader in multifilesink
29724
29725 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29726
29727         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
29728         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
29729         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
29730           Prevent infinite loops. More correct error reporting.
29731         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29732           Error out if negotiation fails.
29733         * gst/playback/gstplaybasebin.c: (setup_source),
29734         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
29735         (gst_play_base_bin_found_tag):
29736           Error/tag forwarding. Pre-roll fixes for source errors on state
29737           changes (e.g. "file does not exist") to prevent hangs.
29738
29739 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29740
29741         * testsuite/multifilesink/Makefile.am:
29742         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
29743         (gst_newmedia_class_init), (gst_newmedia_init),
29744         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
29745         (newfile_signal), (test_signal), (main):
29746         * testsuite/multifilesink/multifilesrc_test.c: (main):
29747         * testsuite/multifilesink/oggtheora_test.c:
29748         (gst_newmedia_base_init), (gst_newmedia_class_init),
29749         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
29750         (test_format), (newfile_signal), (test_signal), (main):
29751         * testsuite/multifilesink/oggvorbis_test.c:
29752         (gst_newmedia_base_init), (gst_newmedia_class_init),
29753         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
29754         (test_format), (newfile_signal), (test_signal), (main):
29755         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
29756         (gst_newmedia_class_init), (gst_newmedia_init),
29757         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
29758         (newfile_signal), (test_signal), (main):
29759         New media tests
29760
29761 2004-09-20  Christian Schaller <christian@fluendo.com>
29762
29763         * Fix mikmod license to LGPL as they have relicensed
29764         * Move Dirac and Effectv into LGPL section of README_license
29765
29766 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29767
29768         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
29769         (gst_mad_change_state):
29770           Allow for mp3 rate/channels changes. However, only very
29771           conservatively. Reason that we *have* to enable this is smiply
29772           because the mad find_sync() function is not good enough, it will
29773           regularly sync on random data as valid frames and therefore make
29774           us provide random caps as *final* caps of the stream. The best fix
29775           I could think of is to simply require several of the same stream
29776           changes in a row before we change caps.
29777           The actual testcase that works now is #
29778         * ext/ogg/Makefile.am:
29779         * ext/ogg/gstogg.c: (plugin_init):
29780         * ext/ogg/gstogmparse.c:
29781           OGM support (video only for now; I need an audio sample file).
29782         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
29783         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
29784         (gst_asf_demux_add_video_stream):
29785           WMV extradata.
29786         * gst/playback/gstplaybasebin.c: (unknown_type):
29787           Don't error out on single unknown-types after all. It's wrong.
29788           If we found type of video and audio but not of a subtitle stream,
29789           it will still error out (which is unwanted). Will find a better fix
29790           later on.
29791         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
29792         (ogmaudio_type_find), (plugin_init):
29793           OGM support.
29794
29795 2004-09-20  Johan Dahlin  <johan@gnome.org>
29796
29797         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
29798         after setting caps.
29799
29800 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29801
29802         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
29803         * gst/wavenc/gstwavenc.h:
29804         Added newmedia support to wavenc
29805
29806 2004-09-17  Wim Taymans  <wim@fluendo.com>
29807
29808         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
29809         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
29810         (gst_fdset_fd_can_write), (gst_fdset_wait):
29811         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
29812         (gst_multifdsink_init), (gst_multifdsink_add),
29813         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
29814         (gst_multifdsink_remove_client_link),
29815         (gst_multifdsink_client_queue_buffer),
29816         (gst_multifdsink_handle_client_write),
29817         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
29818         (gst_multifdsink_close), (gst_multifdsink_change_state):
29819         * gst/tcp/gstmultifdsink.h:
29820         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
29821         (gst_tcpserversink_removed):
29822         Small cleanups in fdset.c
29823         Use a hastable to map fd to the client structure for faster
29824         lookup in _remove and get_stats.
29825         Added virtual function to close the fds.
29826         Handle clients even when the select/poll call was unblocked because
29827         of a command.
29828         Implement syncing to keyframe in the recovery procedure.
29829
29830 2004-09-16 Iain <iaingnome@gmail.com>
29831
29832         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
29833         try caps.
29834
29835 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29836
29837         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
29838           Caps are only set if the type of the stream is unknown, but this
29839           is initialized in ->init_stream(), so set to UNKNOWN after calling
29840           ->init_stream() so that capsnego starts.
29841
29842 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29843
29844         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29845         (gst_avi_demux_stream_data):
29846           Just hardcode for raw audio then. AVI audio sucks.
29847
29848 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
29849
29850         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
29851         * gst/matroska/matroska-mux.c: (audiosink_templ),
29852         (gst_matroska_mux_audio_pad_link):
29853         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
29854         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
29855
29856 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29857
29858         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29859         (gst_avi_demux_stream_data):
29860           Try to fix a/v sync issues.
29861
29862 2004-09-15  David Schleef  <ds@schleef.org>
29863
29864         * configure.ac: remove NASM check, since we don't use it.  Update
29865         dirac check to 0.4
29866         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
29867         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29868         Initialized variables.
29869         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
29870         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
29871         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
29872         SVQ3 format
29873
29874 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29875
29876         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
29877         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
29878         * gst/avi/gstavidemux.h:
29879           Fix for compressed audio (mp3) timestamp generation. How did this
29880           ever work?
29881
29882 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29883
29884         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
29885           Volume is a double not a float.
29886
29887 2004-09-15  Wim Taymans  <wim@fluendo.com>
29888
29889         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
29890         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29891         Don't close the fd in multifdsink as we didn't open it in the
29892         first place. Some cleanups.
29893
29894 2004-09-15  Wim Taymans  <wim@fluendo.com>
29895
29896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29897         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29898         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
29899         Fix the case where the muxer would mark pages as delta
29900         frames when they are not (vorbis only ogg).
29901
29902 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29903
29904         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
29905         (gst_play_base_bin_change_state):
29906           Handle the case where we failed to setup a clear pipeline. This
29907           will throw an error (or EOS, another nice case) and if you don't
29908           catch that, the app will wait for the signal forever (and thus
29909           hang).
29910
29911 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29912
29913         * ext/gnomevfs/gstgnomevfssink.c:
29914         (gst_gnomevfssink_uri_get_protocols):
29915         * ext/gnomevfs/gstgnomevfssrc.c:
29916         (gst_gnomevfssrc_uri_get_protocols):
29917         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
29918         * ext/gnomevfs/gstgnomevfsuri.h:
29919           Use _uri_new() instead of _open(), so it doesn't take as long and
29920           Christophe's computer won't hang.
29921         * gst/playback/gstplaybasebin.c: (unknown_type):
29922           Throw error on unknown media type, so apps actually display it.
29923
29924 2004-09-14  Brian Cameron  <brian.cameron@sun.com
29925
29926         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
29927           this script to work on Solaris since bash shell handles echo
29928           differenly than bash.
29929
29930 2004-09-17  Wim Taymans  <wim@fluendo.com>
29931
29932         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
29933         (setup_source), (gst_play_base_bin_set_property),
29934         (gst_play_base_bin_add_element):
29935         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
29936         Some more work on making sure seeking pauses the pipeline and
29937         that changing the uri actually does something.
29938
29939 2004-09-17  Wim Taymans  <wim@fluendo.com>
29940
29941         * gst/tcp/gstfdset.c: (gst_fdset_wait):
29942         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
29943         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
29944         (gst_tcpserversink_close):
29945         Be a bit more paranoid when freeing memory.
29946
29947 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29948
29949         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
29950         (qtdemux_parse_trak):
29951           Don't crash by dividing by zero (see sample movie in #126922).
29952
29953 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29954
29955         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
29956           Don't touch non-existing data (fixes crash on file in #140147).
29957
29958 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29959
29960         * gst/playback/gstplaybasebin.c:
29961         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
29962           Handle double disposals, and proper change of URIs.
29963
29964 2004-09-13  Martin Eikermann <meiker@upb.de>
29965
29966         * gst/mpegstream/gstmpegparse.c:
29967           fix synchronistation for streams recorded from digital PCR
29968           fixes bug #119376
29969
29970 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29971
29972         * ext/gnomevfs/Makefile.am:
29973         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29974         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
29975         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
29976         (gst_gnomevfssink_uri_get_type),
29977         (gst_gnomevfssink_uri_get_protocols),
29978         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
29979         (gst_gnomevfssink_uri_handler_init),
29980         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
29981         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
29982         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
29983         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
29984         (gst_gnomevfssrc_uri_get_type),
29985         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
29986         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
29987         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
29988         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
29989         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
29990         * ext/gnomevfs/gstgnomevfsuri.h:
29991           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
29992           of fake URIs to see which this version of Gnome-VFS likes, and
29993           uses that for the Gst-URI interface. Makes playbin support http://
29994           streams. Also fix up some stupid behaviour in gnomevfssrc.
29995
29996 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29997
29998         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
29999         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30000         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30001         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30002           Update mixer (to sync with other sessions) if we try to obtain
30003           a new value. This makes alsamixer work accross applications.
30004         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30005           Only call sync functions if we're running, else alsalib asserts.
30006         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30007           Sometimes fails to compile. Possibly a gcc bug.
30008         * gst/playback/gstplaybin.c: (gen_video_element),
30009         (gen_audio_element):
30010           Add a reference to an application-provided object, because we lose
30011           this same reference if we add it to the bin. If we don't do this,
30012           we can only use this object once and thus crash if we go from
30013           ready to playing, back to ready and back to playing again.
30014           Also add an audioscale element because several cheap soundcards -
30015           like mine - don't support all samplerates.
30016         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30017         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30018           Fix wrong order or PAR calls. Makes automatically obtained PAR
30019           from the X server atually being used.
30020
30021 2004-09-12  David Schleef  <ds@schleef.org>
30022
30023         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30024         #151887, #152102, #152247.
30025         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30026         * examples/seeking/cdparanoia.c: same
30027         * examples/seeking/cdplayer.c: same
30028         * examples/seeking/seek.c: same
30029         * examples/seeking/spider_seek.c: same
30030         * examples/seeking/vorbisfile.c: same
30031         * examples/stats/mp2ogg.c: same
30032         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30033         (gst_esdsink_dispose): Dispose of element properly.
30034         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30035         fixes.
30036         * ext/nas/nassink.c: (gst_nassink_class_init),
30037         (gst_nassink_dispose): Dispose of element correctly.
30038         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30039         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30040         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30041         Fix 64-bit warning.
30042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30043         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30044         Fix 64-bit warning.
30045
30046 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30047
30048         * configure.ac : change speex detection as 1.1.6 now uses
30049           .pc/pkg-config and they changed their headers location.
30050
30051 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30052
30053         * gst/matroska/matroska-mux.h:
30054         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30055         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30056         (gst_matroska_mux_write_data):
30057           Write multiple blocks/frames per cluster.
30058                 Write meta-seek information (seek heads).
30059
30060 2004-09-09  Scott Wheeler <wheeler@kde.org>
30061
30062         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30063         (gst_play_bin_set_property), (gst_play_bin_get_property),
30064         (gen_audio_element), (gen_audio_element):
30065           Add a volume element / property to the pipeline.
30066
30067 2004-09-07  Wim Taymans  <wim@fluendo.com>
30068
30069         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30070         Copy timestamps from the master pad to the output buffers.
30071
30072 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30073
30074         * ext/raw1394/gstdv1394src.c:
30075           throw errors when applicable
30076
30077 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30078
30079         * gst/matroska/ebml-ids.h:
30080         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30081         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30082         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30083           automatically convert unix time <-> ebml time when reading/writing
30084           a date, use gst_ebml_write_uint to write CUETIME,
30085           not gst_ebml_write_date.
30086         * gst/matroska/matroska-ids.h:
30087         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30088         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30089         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30090         (gst_matroska_mux_write_data):
30091           Write track and segment UIDs, write muxing date, write
30092           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30093           Create cues for audio only files.
30094
30095 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30096
30097         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30098         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30099           Re-commit ALSA switches.
30100         * gst/adder/gstadder.c: (gst_adder_loop):
30101           64-bit fix (#151416).
30102         * gst/debug/progressreport.c: (gst_progressreport_report):
30103           64-bit fix (#151419).
30104         * gst/matroska/matroska-demux.c:
30105         (gst_matroska_demux_parse_contents):
30106           64-bit fix (#151420).
30107         * gst/playback/test3.c: (update_scale):
30108           64-bit fix (#151421).
30109
30110 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30111
30112         * configure.ac:
30113           bump nano to cvs
30114
30115 === release 0.8.4 ===
30116
30117 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30118
30119         * configure.ac: releasing 0.8.4, "Alias"
30120
30121 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30122
30123         * ext/theora/Makefile.am:
30124           fix makefile.  Fixes #151462.
30125
30126 2004-08-30  Wim Taymans  <wim@fluendo.com>
30127
30128         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30129         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30130         (gst_multifdsink_remove_client_link),
30131         (gst_multifdsink_client_queue_buffer),
30132         (gst_multifdsink_handle_client_write):
30133         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30134         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30135         Fix some memory leaks.
30136
30137 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30138
30139         Patch by: David Schleef
30140
30141         * configure.ac:
30142         * sys/Makefile.am:
30143           rename our detection macro for V4L2.  Fixes #151236.
30144
30145 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30146
30147         Patch by: David Schleef
30148
30149         * configure.ac:
30150           check to define LAMEPRESET.  Fixes #151232.
30151
30152 2004-08-27  David Schleef  <ds@schleef.org>
30153
30154         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30155         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30156         (gst_glimagesink_fixate):  Move local variable declarations to
30157         make gcc-2.95 happy.
30158
30159 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30160
30161         * configure.ac:
30162           bump nano for prerelease
30163
30164 2004-08-27  David Schleef  <ds@schleef.org>
30165
30166         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30167         * sys/sunaudio/gstsunaudiosrc.c:
30168         * sys/sunaudio/gstsunaudiosrc.h:
30169
30170 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30171
30172         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30173         handle EOS correctly
30174         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30175         * gst/matroska/matroska-mux.h:
30176         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30177         VFW compatibility mode
30178
30179 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30180
30181         patch by: Zaheer Abbas Merali
30182
30183         * ext/ogg/gstoggmux.c:
30184         * ext/vorbis/vorbisenc.c:
30185         * ext/vorbis/vorbisenc.h:
30186           handle NEWMEDIA
30187
30188 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30189
30190         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30191         fix byte order reversion on little endian machines.
30192         * gst/matroska/matroska-mux.c: (audiosink_templ),
30193         (gst_matroska_mux_audio_pad_link):
30194         add TTA codec to the list of supported codecs.
30195         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30196         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30197         (gst_matroska_mux_write_data):
30198         * gst/matroska/matroska-mux.h:
30199         write segment duration correctly, write muxing app string, fixes bugs
30200         #140897 and #140898.
30201         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30202         wait for all pads to be negotiated before starting to mux.
30203
30204 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30205
30206         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30207         * ext/lame/gstlame.h:
30208         Added new media support to lame
30209
30210 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30211
30212         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30213         send vorbis headers at the beginning of a stream, fixes bug #141554.
30214         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30215         bug #148950.
30216         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
30217         (gst_matroska_demux_plugin_init):
30218         * gst/matroska/matroska-ids.h:
30219         enable demuxing of TTA audio streams, fixes bug #148951.
30220         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
30221         enable typefinding for TTA audio files, fixes bug #148711.
30222         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
30223         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
30224         fixes playback of packed bitstream and xvid with bframes, bug #135407.
30225
30226 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
30227
30228         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30229         (gst_riff_read_element_data), (gst_riff_read_seek),
30230         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
30231         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
30232         <teuf@gnome.org>
30233
30234 2004-08-23 Iain <iaingnome@gmail.com>
30235
30236         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
30237         tags. They appear to be handled differently to normal.
30238         (tag_list_to_id3_tag_foreach): Ditto.
30239
30240 2004-08-22  Wim Taymans  <wim@fluendo.com>
30241
30242         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30243         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30244         Make sure we never send -1 granulepos.
30245
30246 2004-08-20  Wim Taymans  <wim@fluendo.com>
30247
30248         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30249         (gst_ogg_mux_loop):
30250         I will accept bitchslappings with non sharp objects.
30251
30252 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30253
30254         * configure.ac:
30255         Clean up the test for lame presets
30256
30257 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30258
30259         * configure.ac:
30260         * ext/lame/Makefile.am:
30261         * ext/lame/gstlame.c: (gst_lame_class_init),
30262         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30263         Only enable lame presets if version of lame has presets in API
30264
30265 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
30266         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
30267         * gst/udp/gstudpsrc.h:
30268           Don't call gst_pad_push in a get function. Fixes #150449
30269
30270 2004-08-18  Wim Taymans  <wim@fluendo.com>
30271
30272         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
30273         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
30274         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30275         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30276         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30277         (gst_fdset_wait):
30278         * gst/tcp/gstfdset.h:
30279         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30280         (gst_multifdsink_client_queue_buffer),
30281         (gst_multifdsink_handle_client_write):
30282         * gst/tcp/gstmultifdsink.h:
30283         Some extra checks in gstfdset.
30284         Only use send() when the fd is a socket. Don't try to
30285         read from write only fds.
30286
30287 2004-08-18  Wim Taymans  <wim@fluendo.com>
30288
30289         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
30290         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30291         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30292         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30293         (gst_fdset_wait):
30294         Add more locking and bounds checking.
30295
30296 2004-08-18  Wim Taymans  <wim@fluendo.com>
30297
30298         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
30299         Realloc test fdset in the lock and right before starting
30300         the poll call. Bump the limit to 4096.
30301
30302 2004-08-17  David Schleef  <ds@schleef.org>
30303
30304         * sys/sunaudio/Makefile.am:
30305         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
30306         of rates and channels.  Make debugging less obnoxious.
30307
30308         Patch from Balamurali Viswanathan implementing a mixer for
30309         Sun audio.  (bug #144091):
30310         * sys/sunaudio/gstsunelement.c:
30311         * sys/sunaudio/gstsunelement.h:
30312         * sys/sunaudio/gstsunmixer.c:
30313         * sys/sunaudio/gstsunmixer.h:
30314
30315 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30316
30317         * gst/audioscale/gstaudioscale.c:
30318         * gst/audioscale/gstaudioscale.h:
30319         made audioscale resample from any sample rate to any sample rate
30320
30321 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30322
30323         * ext/libpng/gstpngdec.c:
30324           error out on unsupported types
30325
30326 2004-08-17  Iain <iaingnome@gmail.com>
30327
30328         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
30329         mid_side and loose_mid_side properties if its a stereo stream.
30330
30331 2004-08-17  Wim Taymans  <wim@fluendo.com>
30332
30333         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30334         (theora_get_formats), (theora_dec_src_convert),
30335         (theora_dec_sink_convert), (theora_dec_src_query),
30336         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
30337         Add a debug line.
30338
30339 2004-08-17  Wim Taymans  <wim@fluendo.com>
30340
30341         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
30342         (gst_ogg_pad_push):
30343         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30344         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
30345         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
30346         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30347         Mark delta units in the muxer.
30348         Try to decode the packet after an out-of-sync error from
30349         libogg.
30350
30351 2004-08-17  Wim Taymans  <wim@fluendo.com>
30352
30353         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30354         (gst_multifdsink_init), (gst_multifdsink_add),
30355         (gst_multifdsink_client_queue_buffer),
30356         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
30357         * gst/tcp/gstmultifdsink.h:
30358         Added option to send a keyframe to clients as the first buffer.
30359         Make timeout property writable.
30360
30361 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30362
30363         patch by: Wim Taymans
30364
30365         * gst/tcp/gstfdset.c:
30366         * gst/tcp/gstmultifdsink.c:
30367           fix index comparison, should include 0
30368
30369 2004-08-16  Wim Taymans  <wim@fluendo.com>
30370
30371         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
30372         (gst_fdset_add_fd), (gst_fdset_remove_fd),
30373         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30374         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30375         (gst_fdset_wait):
30376           copy when reallocing for poll so the select arguments don't get
30377           changed during the call
30378
30379 2004-08-16  Wim Taymans  <wim@fluendo.com>
30380
30381         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
30382         (gst_theora_enc_class_init), (theora_enc_sink_link),
30383         (theora_buffer_from_packet), (theora_enc_chain):
30384         Fix bug where buffers were not marked as keyframes
30385         correctly.
30386
30387 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30388
30389         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
30390         (gst_lame_preset_get_type), (gst_lame_class_init):
30391         describe the enum values for vbr mode and presets more verbosely
30392
30393 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30394
30395         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
30396         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
30397         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
30398         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30399         * ext/lame/gstlame.h:
30400         add preset property to lame so it can use lame presets
30401
30402 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30403
30404         * ext/lame/gstlame.c: (gst_lame_get_property):
30405         whoops forgot break, thanks teuf
30406
30407 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30408
30409         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
30410         (gst_lame_class_init), (gst_lame_src_getcaps),
30411         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
30412         (gst_lame_get_property), (gst_lame_setup):
30413         * ext/lame/gstlame.h:
30414         fix lame's broken vbr stuff, allow it to resample if need be, and also
30415         make xing header optional
30416
30417 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30418
30419         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
30420         added getcaps function so samplerate doesnt get fixated to silly values
30421
30422 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30423
30424         * ext/lame/gstlame.c: (gst_lame_src_link):
30425         revert previous fix
30426
30427 2004-08-12  Johan Dahlin  <johan@gnome.org>
30428
30429         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
30430         checks. Doesn't matter what state we are in. Interfaces are a
30431         compile time thing, not runtime. It also broke the python bindings.
30432
30433 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30434
30435         * ext/lame/gstlame.c: (gst_lame_src_link):
30436         made source pad link function check if sinkpad is ok..fixes the problem
30437         where core fixates the output rate of lame stupidly
30438
30439 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30440
30441         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
30442         * sys/v4l/v4l_calls.c:
30443         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
30444           fix fixate function to handle nonsimple caps.
30445           remove bogus check in _link
30446           cleanups
30447
30448 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30449
30450         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
30451         set default compression ratio parameter to 0.0 so bitrate parameter
30452         works :)
30453
30454 2004-08-11  David Schleef  <ds@schleef.org>
30455
30456         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
30457
30458 2004-08-11  David Schleef  <ds@schleef.org>
30459
30460         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
30461         before.
30462
30463 2004-08-11  David Schleef  <ds@schleef.org>
30464
30465         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
30466
30467 2004-08-11  David Schleef  <ds@schleef.org>
30468
30469         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
30470           license field
30471         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
30472         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
30473           LGPL.
30474         * gst/auparse/gstauparse.c: Fix plugin license field.
30475         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
30476         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
30477         * gst/rtp/gstrtp.c: Fix plugin license field.
30478
30479 2004-08-11  Wim Taymans  <wim@fluendo.com>
30480
30481         * gst/tcp/Makefile.am:
30482         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
30483         (ensure_size), (gst_fdset_new), (gst_fdset_free),
30484         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
30485         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
30486         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
30487         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30488         (gst_fdset_fd_can_write), (gst_fdset_wait):
30489         * gst/tcp/gstfdset.h:
30490         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
30491         (gst_multifdsink_class_init), (gst_multifdsink_init),
30492         (gst_multifdsink_add), (gst_multifdsink_remove),
30493         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
30494         (gst_multifdsink_remove_client_link),
30495         (gst_multifdsink_handle_client_read),
30496         (gst_multifdsink_client_queue_data),
30497         (gst_multifdsink_client_queue_caps),
30498         (gst_multifdsink_client_queue_buffer),
30499         (gst_multifdsink_handle_client_write),
30500         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30501         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
30502         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
30503         (gst_multifdsink_close):
30504         * gst/tcp/gstmultifdsink.h:
30505         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30506         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
30507         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
30508         (gst_tcpserversink_close):
30509         * gst/tcp/gsttcpserversink.h:
30510         Abstracted away the select call, implemented poll (yes we ran into
30511         the 1024 limit in production).
30512
30513 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
30514
30515         * gst/tcp/gsttcp.c:
30516         * gst/tcp/gsttcpplugin.c:
30517           improve debuggging, remove assert
30518
30519 2004-08-10  Wim Taymans  <wim@fluendo.com>
30520
30521         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
30522         (gst_client_status_get_type), (gst_multifdsink_class_init),
30523         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
30524         (gst_multifdsink_handle_client_read),
30525         (gst_multifdsink_handle_client_write),
30526         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30527         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
30528         (gst_multifdsink_get_property):
30529         * gst/tcp/gstmultifdsink.h:
30530         * gst/tcp/gsttcp-marshal.list:
30531         Starting to prepare for specifying buffer time in other units
30532         than buffers. Expose remove reason in signal.
30533
30534 2004-08-10  Wim Taymans  <wim@fluendo.com>
30535
30536         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30537         (gst_multifdsink_remove), (gst_multifdsink_clear),
30538         (gst_multifdsink_remove_client_link),
30539         (gst_multifdsink_handle_client_read),
30540         (gst_multifdsink_client_queue_data),
30541         (gst_multifdsink_client_queue_buffer),
30542         (gst_multifdsink_handle_client_write),
30543         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
30544         (gst_multifdsink_chain), (gst_multifdsink_close):
30545         * gst/tcp/gstmultifdsink.h:
30546         Added more debugging info. Changed the way clients are
30547         removed from the lists. Fixed a bug where a bad file descriptor
30548         could cause many clients to be removed.
30549
30550 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30551
30552         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
30553           allow all pixel-aspect-ratios, not just 1:1
30554
30555 2004-08-09  David Schleef  <ds@schleef.org>
30556
30557         * sys/glsink/ARB_multitexture.h:  Remove old files.
30558         * sys/glsink/EXT_paletted_texture.h:
30559         * sys/glsink/NV_register_combiners.h:
30560         * sys/glsink/gstgl_nvimage.c:
30561         * sys/glsink/gstgl_pdrimage.c:
30562         * sys/glsink/gstgl_rgbimage.c:
30563         * sys/glsink/gstglsink.c:
30564         * sys/glsink/gstglsink.h:
30565         * sys/glsink/gstglxwindow.c:
30566         * sys/glsink/regcomb_yuvrgb.c:
30567
30568 2004-08-09  David Schleef  <ds@schleef.org>
30569
30570         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
30571         GL sink plugin.  (Bug #147302)
30572
30573         * configure.ac: Test for OpenGL
30574         * sys/Makefile.am: Use test for OpenGL
30575         * sys/glsink/Makefile.am:
30576         * sys/glsink/glimagesink.c: rewrite
30577         * sys/glsink/glimagesink.h: rewrite
30578
30579 2004-08-09  David Schleef  <ds@schleef.org>
30580
30581         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
30582         sane framerates.
30583         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
30584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
30585         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
30586
30587 2004-08-09  Wim Taymans  <wim@fluendo.com>
30588
30589         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30590         (gst_multifdsink_add), (gst_multifdsink_get_stats),
30591         (gst_multifdsink_client_remove),
30592         (gst_multifdsink_handle_client_read),
30593         (gst_multifdsink_handle_client_write),
30594         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
30595         Do a bit more logging, make the client_read code more robust.
30596
30597 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30598
30599         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
30600         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
30601         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
30602         (gst_jpegdec_init), (gst_jpegdec_chain):
30603         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
30604         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
30605           cleanups, debugging fixes and memleak plugging
30606
30607 2004-08-09  Wim Taymans  <wim@fluendo.com>
30608
30609         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30610         (theora_get_formats), (theora_dec_src_convert),
30611         (theora_dec_sink_convert), (theora_dec_src_query),
30612         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
30613         (theora_dec_change_state):
30614         Don't crash on missing header packets.
30615
30616 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30617
30618         * po/LINGUAS:
30619         * po/sq.po:
30620           Added Albanian translation (Laurent Dhima)
30621         * po/cs.po:
30622           updated
30623
30624 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30625
30626         * ext/lame/gstlame.c:
30627           fix/add debugging
30628
30629 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30630
30631         * sys/ximage/ximagesink.c:
30632         * sys/xvimage/xvimagesink.c:
30633           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
30634
30635 2004-08-06  Wim Taymans  <wim@fluendo.com>
30636
30637         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30638         (gst_multifdsink_add), (gst_multifdsink_get_stats),
30639         (gst_multifdsink_client_remove),
30640         (gst_multifdsink_handle_client_read),
30641         (gst_multifdsink_handle_client_write),
30642         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
30643         Make sure we don't try to read more from a client that what
30644         ioctl says us or we deadlock.
30645
30646 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30647
30648         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
30649         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
30650         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
30651           decouple running_time and n_frames so it can handle changing
30652           framerate while running
30653
30654 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
30655
30656         * po/nl.po:
30657         * po/sv.po:
30658           updated translations
30659
30660 2004-08-04  Benjamin Otte  <otte@gnome.org>
30661
30662         * gst/videotestsrc/gstvideotestsrc.c:
30663         (gst_videotestsrc_get_capslist), (generate_capslist),
30664         (plugin_init):
30665           generate the list of supported caps at startup and reuse it instead
30666           of always generating it
30667
30668 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30669
30670         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
30671           whoops, last checkin broke normal build
30672
30673 2004-08-03  Benjamin Otte  <otte@gnome.org>
30674
30675         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
30676         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
30677         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
30678         (gst_alsa_mixer_get_option):
30679         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
30680         (dvdnavsrc_print_event):
30681         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
30682         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
30683         (gst_ogg_mux_pad_unlink):
30684         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
30685         (gst_multipart_mux_pad_unlink):
30686         * gst/videofilter/gstvideobalance.c:
30687         (gst_videobalance_colorbalance_set_value):
30688         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
30689         (gst_videomixer_pad_unlink):
30690         * po/uk.po:
30691         * sys/oss/gstossmixer.c:
30692         * sys/v4l/gstv4lcolorbalance.c:
30693         * sys/v4l/gstv4ltuner.c:
30694         * sys/v4l/v4lsrc_calls.c:
30695         * sys/v4l2/gstv4l2colorbalance.c:
30696         * sys/v4l2/gstv4l2tuner.c:
30697           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
30698
30699 2004-08-03  Benjamin Otte  <otte@gnome.org>
30700
30701         * examples/dynparams/filter.c: (ui_control_create):
30702         * examples/gstplay/player.c: (print_tag):
30703         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
30704         * ext/gdk_pixbuf/gstgdkanimation.c:
30705         (gst_gdk_animation_iter_may_advance):
30706         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
30707         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
30708         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
30709         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
30710         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
30711         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
30712         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
30713         * gst/sine/demo-dparams.c: (main):
30714         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
30715         * testsuite/alsa/formats.c: (create_pipeline):
30716         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
30717           fixes for G_DISABLE_ASSERT and friends
30718         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
30719         (mp3_type_frame_length_from_header), (mp3_type_find),
30720         (plugin_init):
30721           require mp3 typefinding to have at least MIN_HEADERS valid headers
30722           add typefinding for AAC adts files
30723
30724 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
30725
30726         * sys/ximage/ximagesink.c:
30727         (gst_ximagesink_calculate_pixel_aspect_ratio):
30728         * sys/xvimage/xvimagesink.c:
30729         (gst_xvimagesink_calculate_pixel_aspect_ratio):
30730         Make sure we calculate pixel-aspect-ratio using floating point maths
30731
30732 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30733
30734         * po/uk.po:
30735           updated translation
30736
30737 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30738
30739         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
30741           add debugging for display PAR calculation
30742
30743 2004-08-02  David Schleef  <ds@schleef.org>
30744
30745         * configure.ac: Fix mikmod CFLAGS.
30746
30747 2004-07-27  Benjamin Otte  <otte@gnome.org>
30748
30749         * gst/audioscale/gstaudioscale.c:
30750         - fix templates to only support S16, it's the only format that works
30751         - make caps nego code use try_set_caps_nonfixed and fixation instead
30752         of try_set_caps twice, which is not nice for autopluggers
30753         - change rank to secondary, so autopluggers can pick it up after
30754         audioconvert
30755
30756 2004-08-02  Iain <iain@prettypeople.org>
30757
30758         * gst/interleave/interleave.c (interleave_init),
30759         (interleave_request_new_pad),
30760         (interleave_pad_removed),
30761         (interleave_buffered_loop): Use the real pad count, not the artificial
30762         one.
30763
30764 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30765
30766         * configure.ac: bump nano back to development
30767
30768 === release 0.8.3 ===
30769
30770 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30771
30772         * configure.ac: releasing 0.8.3, "Water"
30773
30774 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30775
30776         * sys/xvimage/xvimagesink.c:
30777         (gst_xvimagesink_calculate_pixel_aspect_ratio),
30778         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
30779         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
30780         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30781         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
30782         * sys/xvimage/xvimagesink.h:
30783           apply similar PAR fixes as to ximagesink
30784
30785 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30786
30787         patch from: Benjamin Otte
30788
30789         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
30790           add link function to lame.  Fixes #148986.
30791
30792 2004-08-02  Johan Dahlin  <johan@gnome.org>
30793
30794         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
30795         fix debugging log
30796
30797 2004-07-30  David Schleef  <ds@schleef.org>
30798
30799         * gst/videomixer/Makefile.am: Fix things that should have been
30800         fixed in the last checkin.
30801
30802 2004-07-30  David Schleef  <ds@schleef.org>
30803
30804         * gst/multipart/Makefile.am: Fix things that should have been
30805         fixed in the last checkin.
30806
30807 2004-07-30  David Schleef  <ds@schleef.org>
30808
30809         * testsuite/multifilesink/Makefile.am: Fix unused variable.
30810
30811 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30812
30813         * configure.ac:
30814           bump nano for prerelease
30815         * po/af.po:
30816         * po/az.po:
30817         * po/cs.po:
30818         * po/en_GB.po:
30819         * po/hu.po:
30820         * po/nl.po:
30821         * po/sr.po:
30822         * po/sv.po:
30823         * po/uk.po:
30824           updates
30825
30826 2004-07-30  Wim Taymans  <wim@fluendo.com>
30827
30828         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30829         (gst_multifdsink_add), (gst_multifdsink_remove),
30830         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
30831         (gst_multifdsink_client_remove),
30832         (gst_multifdsink_handle_client_write),
30833         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
30834         * gst/tcp/gstmultifdsink.h:
30835         Recover from a select with a bad file descriptor by removing
30836         the client.
30837
30838 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30839
30840         * configure.ac:
30841           fix requirement of core
30842         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
30843         (gst_play_pipeline_setup):
30844           don't use colorspace element.  do use hermescolorspace element.
30845           make macro to get a colorspace element.
30846           mark strings for translation.
30847         * po/POTFILES.in:
30848           add play.c
30849         * po/af.po:
30850         * po/az.po:
30851         * po/cs.po:
30852         * po/en_GB.po:
30853         * po/hu.po:
30854         * po/nl.po:
30855         * po/sr.po:
30856         * po/sv.po:
30857         * po/uk.po:
30858           update translations
30859
30860 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30861
30862         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
30863         fix default for newmedia flag
30864
30865 2004-07-30  Wim Taymans  <wim@fluendo.com>
30866
30867         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30868         (gst_theora_dec_init), (theora_get_formats),
30869         (theora_dec_src_convert), (theora_dec_sink_convert),
30870         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
30871         (theora_dec_chain), (theora_dec_set_property),
30872         (theora_dec_get_property):
30873         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
30874         (gst_theora_enc_class_init), (gst_theora_enc_init),
30875         (theora_enc_sink_link), (theora_enc_chain),
30876         (theora_enc_set_property), (theora_enc_get_property):
30877         Added cropping option to theora decoder.
30878         Added border option to theora encoder.
30879
30880 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30881
30882         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
30883         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
30884         (gst_pngenc_set_property):
30885         * ext/libpng/gstpngenc.h:
30886         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
30887
30888 2004-07-30  Wim Taymans  <wim@fluendo.com>
30889
30890         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
30891         (theora_enc_sink_link), (theora_enc_chain),
30892         (theora_enc_set_property), (theora_enc_get_property):
30893         Fix encoding of non-multiple-of-16 video.
30894
30895 2004-07-29  David Schleef  <ds@schleef.org>
30896
30897         * configure.ac: make test for audiofile more strict
30898
30899 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30900
30901         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
30902           give different names to typefind functions
30903
30904 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
30905
30906         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
30907         (gst_ximagesink_calculate_pixel_aspect_ratio),
30908         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30909         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
30910         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
30911         (gst_ximagesink_get_property), (gst_ximagesink_init):
30912         * sys/ximage/ximagesink.h:
30913           allocate PAR's dynamically.
30914           use autodetected PAR if no object-set PAR is given.
30915           add workaround for directfb's X not setting physical size.
30916           fix to xvimagesink will follow tomorrow.
30917
30918 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30919
30920         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
30921         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
30922         (gst_shout2send_get_type), (gst_shout2send_set_clock),
30923         (gst_shout2send_class_init), (gst_shout2send_init),
30924         (set_shout_metadata), (gst_shout2send_set_metadata),
30925         (gst_shout2send_chain), (gst_shout2send_set_property),
30926         (gst_shout2send_get_property), (gst_shout2send_connect),
30927         (gst_shout2send_change_state):
30928         * ext/shout2/gstshout2.h:
30929         - fix for sending mp3 audio to icecast2 server, if pad link function not
30930         called before PAUSED state
30931         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
30932         - added tagging support for mp3 audio broadcasted
30933         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
30934         debug info
30935
30936 2004-07-28  Wim Taymans  <wim@fluendo.com>
30937
30938         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
30939         (gst_ogg_demux_push):
30940         Return query failure when we don't know the length of
30941         an ogg stream insteda of returning TRUE with a bogus value.
30942
30943 2004-07-28  Wim Taymans  <wim@fluendo.com>
30944
30945         * ext/theora/theoradec.c: (theora_get_formats),
30946         (theora_dec_src_convert), (theora_dec_sink_convert),
30947         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
30948         (theora_dec_chain):
30949         Don't screw up the 1 Chroma for 1 luma sample situation when we
30950         have an odd offset/width by adding a black border in those cases.
30951
30952 2004-07-28  Wim Taymans  <wim@fluendo.com>
30953
30954         * ext/theora/theoradec.c: (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):
30958         * ext/theora/theoraenc.c: (theora_enc_sink_link):
30959         Added first attempt at cropping of the image as required by the
30960         theora spec. We need more properties in the caps (offset_x,
30961         offset_y,stride) to implement this correctly.
30962
30963 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
30964
30965         * ext/dvdnav/README:
30966           Update the README to use dvddemux
30967         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30968           Ensure getcaps returns a subset of the template caps
30969         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
30970         (gst_mpeg2subt_init):
30971           Ensure getcaps returns a subset of the template caps
30972         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
30973         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
30974         (gst_dvd_demux_get_subpicture_stream),
30975         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
30976         * gst/mpegstream/gstdvddemux.h:
30977           Set the explicit caps on the current_video pad before pushing
30978           anything
30979         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
30980         (gst_mpeg_demux_get_audio_stream):
30981           Free caps used to gst_pad_set_explicit_caps, which takes a const
30982           GstCaps *
30983
30984 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
30985
30986         * configure.ac: update GStreamer requirement to 0.8.4 because of
30987           GstFraction.
30988
30989 2004-07-28  Wim Taymans  <wim@fluendo.com>
30990
30991         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
30992         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
30993         Add the pad to the element after setting up the caps. This
30994         makes it a lot easier to autoplug.
30995
30996 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
30997
30998         * gst/median/gstmedian.c:
30999         * gst/mpeg2subt/gstmpeg2subt.c:
31000         * gst/mpegaudioparse/gstmpegaudioparse.c:
31001         * gst/mpegstream/gstdvddemux.c:
31002         * gst/mpegstream/gstmpegdemux.c:
31003         * gst/mpegstream/gstmpegpacketize.c:
31004         * gst/rtjpeg/gstrtjpeg.c:
31005         * gst/rtjpeg/gstrtjpegdec.c:
31006         * gst/rtjpeg/gstrtjpegenc.c:
31007         * gst/sine/gstsinesrc.c:
31008         * gst/smooth/gstsmooth.c:
31009         * gst/smpte/gstsmpte.c:
31010         * gst/smpte/gstsmpte.h:
31011         * gst/stereo/gststereo.c:
31012         * gst/videofilter/gstgamma.c:
31013         * gst/videofilter/gstvideobalance.c:
31014         * gst/videofilter/gstvideofilter.c:
31015         * gst/videofilter/gstvideoflip.c:
31016         * gst/videoscale/gstvideoscale.c:
31017         * gst/videoscale/videoscale.c:
31018         * gst/videotestsrc/gstvideotestsrc.c:
31019         * gst/videotestsrc/videotestsrc.c:
31020         * gst/wavenc/gstwavenc.c:
31021         * gst/wavparse/gstwavparse.c:
31022           fix local includes and 64 bits constants
31023
31024 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31025
31026         * win32/gst.sln:
31027         * gst-libs/gst/*/*.vcproj:
31028         * gst/*/*.vcproj:
31029           more working plugins
31030
31031 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31032
31033         * testsuite/alsa/Makefile.am:
31034         * testsuite/alsa/srcstate.c:
31035         add test for alsasrc changing state
31036
31037 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31038
31039         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31040         (gst_silence_get):
31041         * gst/silence/gstsilence.h:
31042         fix silence generation for 16bit raw audio
31043
31044 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31045
31046         * gst/matroska/matroska-demux.c:
31047         (gst_matroska_demux_parse_metadata),
31048         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31049         * gst/mpegaudio/common.c:
31050         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31051         (gst_videoscale_getcaps), (gst_videoscale_link),
31052         (gst_videoscale_src_fixate), (gst_videoscale_init),
31053         (gst_videoscale_finalize):
31054         * gst/videoscale/gstvideoscale.h:
31055         * gst/videotestsrc/gstvideotestsrc.c:
31056         (gst_videotestsrc_get_capslist):
31057         * gst/wavenc/gstwavenc.c:
31058         * sys/oss/gstossmixer.c: (fill_labels):
31059         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31060         (gst_ximagesink_handle_xevents),
31061         (gst_ximagesink_calculate_pixel_aspect_ratio),
31062         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31063         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31064         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31065         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31066         (gst_ximagesink_init), (gst_ximagesink_class_init):
31067         * sys/ximage/ximagesink.h:
31068         * sys/xvimage/xvimagesink.c:
31069         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31070         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31071         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31072         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31073         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31074         * sys/xvimage/xvimagesink.h:
31075           first batch of pixel aspect ratio commits.
31076
31077 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31078
31079         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31080         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31081         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31082           handle stride, needs work if we want to move stride handling
31083           upstream, but works correctly for our purposes.
31084
31085 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31086
31087         * gst/videoscale/README:
31088           add testing examples
31089         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31090         (gst_videoscale_chain):
31091         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31092         (gst_videoscale_get_size):
31093           add get_size function that handles stride like videotestsrc.
31094           fixes conversion for YUV formats for as much as I can test them.
31095
31096 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31097
31098         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31099         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31100         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31101         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31102         (gst_xvimagesink_xvimage_put):
31103           further cleanups, logging, error handling and synchronizing
31104
31105 2004-07-27  Wim Taymans  <wim@fluendo.com>
31106
31107         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31108         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31109         (gst_videomixer_pad_set_property),
31110         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31111         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31112         (gst_videomixer_class_init), (gst_videomixer_init),
31113         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31114         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31115         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31116         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31117         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31118         (gst_videomixer_loop), (plugin_init):
31119         Be a nicer negotiation citizen and provide a getcaps function on
31120         the srcpad. This also fixes a crash when resizing.
31121
31122 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31123
31124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31125         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31126
31127 2004-07-27  Wim Taymans  <wim@fluendo.com>
31128
31129         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31130         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31131         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31132         (gst_pngenc_set_property):
31133         * ext/libpng/gstpngenc.h:
31134         Added snapshot property to pngenc.
31135         removed g_print from pngdec
31136
31137 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31138
31139         * gst/ac3parse/ac3parse.vcproj
31140         * gst/adder/adder.vcproj
31141         * gst/alpha/alpha.vcproj
31142         * gst/alpha/alphacolor.vcproj
31143         * gst/asfdemux/asf.vcproj
31144         * gst/audioconvert/audioconvert.vcproj
31145         * gst/audiorate/audiorate.vcproj
31146         * gst/audioscale/audioscale.vcproj
31147         * gst/auparse/auparse.vcproj
31148         * gst/avi/avi.vcproj
31149         * gst/cdxaparse/cdxaparse.vcproj
31150         * gst/chart/chart.vcproj
31151         * gst/colorspace/colorspace.vcproj
31152         * gst/cutter/cutter.vcproj
31153         * gst/debug/debug.vcproj
31154         * gst/debug/efence.vcproj
31155         * gst/debug/navigationtest.vcproj
31156         * gst/deinterlace/deinterlace.vcproj
31157         * gst/effectv/effectv.vcproj
31158         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31159         * gst/filter/filter.vcproj
31160         * gst/flx/flxdec.vcproj
31161         * gst/goom/goom.vcproj
31162         * gst/interleave/interleave.vcproj
31163         * gst/law/alaw.vcproj
31164         * gst/law/mulaw.vcproj
31165         * gst/matroska/matroska.vcproj
31166         * gst/median/median.vcproj
31167         * gst/mixmatrix/mixmatrix.vcproj
31168         * gst/mpeg1sys/mpeg1systemencode.vcproj
31169         * gst/mpeg1videoparse/mp1videoparse.vcproj
31170         * gst/mpeg2sub/mpeg2subt.vcproj
31171         * gst/mpegaudio/mpegaudio.vcproj
31172         * gst/mpegaudioparse/mpegaudioparse.vcproj
31173         * gst/mpegstream/mpegstream.vcproj
31174         * gst/multifilesink/multifilesink.vcproj
31175         * gst/multipart/multipart.vcproj
31176         * gst/oneton/oneton.vcproj
31177         * gst/overlay/overlay.vcproj
31178         * gst/passthrough/passthrough.vcproj
31179         * gst/qtdemux/qtdemux.vcproj
31180         * gst/realmedia/rmdemux.vcproj
31181         * gst/rtjpeg/rtjpeg.vcproj
31182         * gst/rtp/rtp.vcproj
31183         * gst/silence/silence.vcproj
31184         * gst/sine/sinesrc.vcproj
31185         * gst/smooth/smooth.vcproj
31186         * gst/smpte/smpte.vcproj
31187         * gst/spectrum/spectrum.vcproj
31188         * gst/speed/speed.vcproj
31189         * gst/stereo/stereo.vcproj
31190         * gst/switch/switch.vcproj
31191         * gst/tags/tagedit.vcproj
31192         * gst/tcp/tcp.vcproj
31193         * gst/typefind/typefindfunctions.vcproj
31194         * gst/udp/udp.vcproj
31195         * gst/videobox/videobox.vcproj
31196         * gst/videocrop/videocrop.vcproj
31197         * gst/videodrop/videodrop.vcproj
31198         * gst/videofilter/gamma.vcproj
31199         * gst/videofilter/videobalance.vcproj
31200         * gst/videofilter/videofilter.vcproj
31201         * gst/videofilter/videoflip.vcproj
31202         * gst/videoflip/videoflip.vcproj
31203         * gst/videomixer/videomixer.vcproj
31204         * gst/videorate/videorate.vcproj
31205         * gst/videoscale/videoscale.vcproj
31206         * gst/videotestsrc/videotestsrc.vcproj
31207         * gst/virtualdub/virtualdub.vcproj
31208         * gst/volenv/volenv.vcproj
31209         * gst/volume/volume.vcproj
31210         * gst/wavenc/wavenc.vcproj
31211         * gst/wavparse/wavparse.vcproj
31212         * gst/y4m/y4menc.vcproj
31213         * gst-libs/gst/audio/audio.vcproj
31214         * gst-libs/gst/audio/audiofilter.vcproj
31215         * gst-libs/gst/colorbalance/colorbalance.vcproj
31216         * gst-libs/gst/idct/idtc.vcproj
31217         * gst-libs/gst/media-info/media-info.vcproj
31218         * gst-libs/gst/mixer/mixer.vcproj
31219         * gst-libs/gst/navigation/navigation.vcproj
31220         * gst-libs/gst/play/play.vcproj
31221         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
31222         * gst-libs/gst/resample/resample.vcproj
31223         * gst-libs/gst/riff/riff.vcproj
31224         * gst-libs/gst/tuner/tuner.vcproj
31225         * gst-libs/gst/video/video.vcproj
31226         * gst-libs/gst/xoverlay/xoverlay.vcproj
31227           avoid problems with math.h, fix release dependancy
31228           rename GStreamer-0.8.lib to libgstreamer.lib
31229
31230 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31231
31232         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
31234         the atom is not available we have to unlock the mutex. Fixes #148023
31235
31236 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31237
31238         * gst-libs/gst/media-info/media-info.h:
31239           issue for a vararg macro with MSVC
31240
31241 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31242
31243         * gst/effectv/effectv.vcproj
31244         * gst-libs/gst/idct/idct.vcproj:
31245         * gst-libs/gst/media-info/media-info.vcproj:
31246         * gst-libs/gst/navigation/navigation.vcproj:
31247         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31248         * gst-libs/gst/video/video.vcproj:
31249         * gst-libs/gst/xoverlay/xoverlay.vcproj:
31250           fixes for build problems
31251
31252 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31253
31254         * gst-libs/gst/audio/audio.def:
31255         * gst-libs/gst/audio/riff.def:
31256           add some definitions needed by plugins
31257
31258 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31259
31260         * gst/asfdemux/gstasfmux.c
31261           Fix some 64 bits constants to be glib friendly
31262
31263 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31264
31265         * gst/ac3parse/gstac3parse.c
31266         * gst/audioscale/gstaudioscale.c
31267         * gst/auparse/gstauparse.c
31268         * gst/colorspace/gstcolorspace.c
31269         * gst/colorspace/yuv2rgb.h
31270           local include fixes
31271
31272 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31273
31274         * win32/gst.sln
31275           add more plugins to the build
31276
31277 2004-07-26  Julien MOUTTE  <julien@moutte.net>
31278
31279         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31280         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
31281
31282 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31283
31284         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
31285         (gst_level_set_property), (gst_level_get_property),
31286         (gst_level_base_init), (gst_level_class_init):
31287           add debugging categories.  cleanups.
31288
31289 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31290
31291         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31292         (gst_videoscale_planar411), (gst_videoscale_planar400),
31293         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
31294         (gst_videoscale_scale_nearest_str1),
31295         (gst_videoscale_scale_nearest_str2),
31296         (gst_videoscale_scale_nearest_str4),
31297         (gst_videoscale_scale_nearest_16bit),
31298         (gst_videoscale_scale_nearest_24bit):
31299           fixed stride issues
31300           tested with 320x240 -> 321, 322, 324 x240
31301           tested with YV12, I420, YUY2, UYVY
31302           fixed packed422rev (don't think it could have worked before)
31303           by testing with UYVY
31304
31305 2004-07-26  Benjamin Otte  <otte@gnome.org>
31306
31307         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
31308         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
31309         (plugin_init):
31310           add debugging category, add error checks like checking return values
31311           of setup calls, make sure it still works after
31312           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
31313
31314 2004-07-26  Wim Taymans  <wim@fluendo.com>
31315
31316         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31317         (gst_mpeg_demux_get_audio_stream),
31318         (gst_mpeg_demux_process_private):
31319         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
31320         Check for error codes from the negotiation functions. Make sure
31321         we really set the pad caps when a new pad is created.
31322
31323 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31324
31325         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31326         (gst_ffmpeg_caps_to_pix_fmt):
31327         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31328         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31329         (gst_ffmpegcolorspace_pad_link):
31330           don't make function do two things at the same time without reason.
31331
31332 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31333
31334         * gst/ac3parse/ac3parse.vcproj
31335         * gst/adder/adder.vcproj
31336         * gst/alpha/alpha.vcproj
31337         * gst/alpha/alphacolor.vcproj
31338         * gst/asfdemux/asf.vcproj
31339         * gst/audioconvert/audioconvert.vcproj
31340         * gst/audiorate/audiorate.vcproj
31341         * gst/audioscale/audioscale.vcproj
31342         * gst/auparse/auparse.vcproj
31343         * gst/avi/avi.vcproj
31344         * gst/cdxaparse/cdxaparse.vcproj
31345         * gst/chart/chart.vcproj
31346         * gst/colorspace/colorspace.vcproj
31347         * gst/cutter/cutter.vcproj
31348         * gst/debug/debug.vcproj
31349         * gst/debug/efence.vcproj
31350         * gst/debug/navigationtest.vcproj
31351         * gst/deinterlace/deinterlace.vcproj
31352         * gst/effectv/effectv.vcproj
31353         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31354         * gst/filter/filter.vcproj
31355         * gst/flx/flxdec.vcproj
31356         * gst/goom/goom.vcproj
31357         * gst/interleave/interleave.vcproj
31358         * gst/law/alaw.vcproj
31359         * gst/law/mulaw.vcproj
31360         * gst/matroska/matroska.vcproj
31361         * gst/median/median.vcproj
31362         * gst/mixmatrix/mixmatrix.vcproj
31363         * gst/mpeg1sys/mpeg1systemencode.vcproj
31364         * gst/mpeg1videoparse/mp1videoparse.vcproj
31365         * gst/mpeg2sub/mpeg2subt.vcproj
31366         * gst/mpegaudio/mpegaudio.vcproj
31367         * gst/mpegaudioparse/mpegaudioparse.vcproj
31368         * gst/mpegstream/mpegstream.vcproj
31369         * gst/multifilesink/multifilesink.vcproj
31370         * gst/multipart/multipart.vcproj
31371         * gst/oneton/oneton.vcproj
31372         * gst/overlay/overlay.vcproj
31373         * gst/passthrough/passthrough.vcproj
31374         * gst/qtdemux/qtdemux.vcproj
31375         * gst/realmedia/rmdemux.vcproj
31376         * gst/rtjpeg/rtjpeg.vcproj
31377         * gst/rtp/rtp.vcproj
31378         * gst/silence/silence.vcproj
31379         * gst/sine/sinesrc.vcproj
31380         * gst/smooth/smooth.vcproj
31381         * gst/smpte/smpte.vcproj
31382         * gst/spectrum/spectrum.vcproj
31383         * gst/speed/speed.vcproj
31384         * gst/stereo/stereo.vcproj
31385         * gst/switch/switch.vcproj
31386         * gst/tags/tagedit.vcproj
31387         * gst/tcp/tcp.vcproj
31388         * gst/typefind/typefindfunctions.vcproj
31389         * gst/udp/udp.vcproj
31390         * gst/videobox/videobox.vcproj
31391         * gst/videocrop/videocrop.vcproj
31392         * gst/videodrop/videodrop.vcproj
31393         * gst/videofilter/gamma.vcproj
31394         * gst/videofilter/videobalance.vcproj
31395         * gst/videofilter/videofilter.vcproj
31396         * gst/videofilter/videoflip.vcproj
31397         * gst/videoflip/videoflip.vcproj
31398         * gst/videomixer/videomixer.vcproj
31399         * gst/videorate/videorate.vcproj
31400         * gst/videoscale/videoscale.vcproj
31401         * gst/videotestsrc/videotestsrc.vcproj
31402         * gst/virtualdub/virtualdub.vcproj
31403         * gst/volenv/volenv.vcproj
31404         * gst/volume/volume.vcproj
31405         * gst/wavenc/wavenc.vcproj
31406         * gst/wavparse/wavparse.vcproj
31407         * gst/y4m/y4menc.vcproj
31408           more plugins supported under windows
31409
31410 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31411
31412         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31413         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
31414         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
31415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31416         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
31417           Add debugging statements.  Use the sizes as returned by the
31418           *CreateImage calls.
31419
31420 2004-07-26  Johan Dahlin  <johan@gnome.org>
31421
31422         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
31423         the pad is negotiated.
31424
31425         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
31426
31427 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31428
31429         * gst-libs/gst/colorbalance/colorbalance.vcproj:
31430         * gst-libs/gst/idct/idct.vcproj:
31431         * gst-libs/gst/media-info/media-info.vcproj:
31432         * gst-libs/gst/mixer/mixer.vcproj:
31433         * gst-libs/gst/navigation/navigation.vcproj:
31434         * gst-libs/gst/play/play.vcproj:
31435         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31436         * gst-libs/gst/resample/resample.vcproj:
31437         * gst-libs/gst/tuner/tuner.vcproj:
31438         * gst-libs/gst/video/video.vcproj:
31439         * gst-libs/gst/xoverlay/xoverlay.vcproj:
31440           more plugins supported under windows
31441
31442 2004-07-25 Iain <iain@prettypeople.org>
31443
31444         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
31445         pad now rather than when the pad is created because state changes wipe
31446         explicit caps (fixes #148043).
31447
31448 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
31449
31450         reviewed by Benjamin Otte  <otte@gnome.org>
31451
31452         * ext/mad/gstmad.c:
31453           fix mad plugin crashing on Sun (fixes #148289)
31454
31455 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
31456
31457         * gst/avi/avi.def:
31458         * gst/avi/avi.vcproj:
31459         * gst/matroska/matroska.def:
31460         * gst/matroska/matroska.vcproj:
31461           remove unused .def files
31462
31463 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
31464
31465         * gst-libs/gst/audio/gstaudiofilter.c:
31466           Clean the local include
31467
31468 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
31469
31470         * win32/gst.sln:
31471         * gst-libs/gst/audio/audio.def:
31472         * gst-libs/gst/audio/audio.vcproj:
31473         * gst-libs/gst/audio/audiofilter.vcproj:
31474         * gst-libs/gst/audio/riff.def:
31475         * gst-libs/gst/audio/riff.vcproj:
31476         * gst-libs/gst/gst-libs.def:
31477         * gst-libs/gst/gst-libs.vcproj:
31478         * gst/avi/avi.vcproj:
31479         * gst/avi/avi.vcproj:
31480           Copy the files where needed after building, cleaner projects
31481
31482 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
31483
31484         * gst/matroska/ebml-write.c:
31485           Fix some 64 bits constants to be glib friendly
31486
31487 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
31488
31489         * win32/gst.sln:
31490         * gst-libs/gst/gst-libs.def:
31491         * gst-libs/gst/gst-libs.vcproj:
31492         * gst/matroska/matroska.def:
31493         * gst/matroska/matroska.vcproj:
31494           Add the preliminary canvas to build plugins on Win32
31495
31496 2004-07-23  Benjamin Otte  <otte@gnome.org>
31497
31498         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31499           don't enfore negotiation from source side, it breaks
31500           sinesrc ! audioconvert ! osssink
31501
31502 2004-07-22  David Schleef  <ds@schleef.org>
31503
31504         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
31505         for ELF files, since they can easily be recognized as audio/mpeg.
31506         (bug #147441)
31507
31508 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
31509
31510         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31511         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
31512         (gst_videoscale_scale_nearest_24bit),
31513         (gst_videoscale_scale_nearest_16bit):
31514           fix 16bit and 24bit for stride (24bit might need testing)
31515           don't pretend we do more than one algorithm
31516
31517 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31518
31519         * configure.ac:
31520         * gst/Makefile.am:
31521         * gst/multifilesink/Makefile.am:
31522         * gst/multifilesink/gstmultifilesink.c:
31523         (gst_multifilesink_get_formats),
31524         (gst_multifilesink_get_query_types), (_do_init),
31525         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
31526         (gst_multifilesink_init), (gst_multifilesink_dispose),
31527         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
31528         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
31529         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
31530         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
31531         (gst_multifilesink_chain), (gst_multifilesink_change_state),
31532         (gst_multifilesink_uri_get_type),
31533         (gst_multifilesink_uri_get_protocols),
31534         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
31535         (gst_multifilesink_uri_handler_init), (plugin_init):
31536         * gst/multifilesink/gstmultifilesink.h:
31537         * testsuite/Makefile.am:
31538         * testsuite/multifilesink/Makefile.am:
31539         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
31540         (gst_newmedia_class_init), (gst_newmedia_init),
31541         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31542         (newfile_signal), (test_signal), (main):
31543         multifilesink plugin for creating new files every time a new media
31544         discontinuity event occurs
31545
31546 2004-07-22  Wim Taymans  <wim@fluendo.com>
31547
31548         * gst/alpha/Makefile.am:
31549         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
31550         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
31551         (gst_alpha_color_init), (gst_alpha_color_set_property),
31552         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
31553         (transform), (gst_alpha_color_chain),
31554         (gst_alpha_color_change_state), (plugin_init):
31555         Stupid plugin to to RGBA to AYUV conversion because none of
31556         the colorspace plugins can handle that yet.
31557
31558 2004-07-22  Wim Taymans  <wim@fluendo.com>
31559
31560         * examples/seeking/seek.c: (update_scale), (main):
31561         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31562         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
31563         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
31564         (gst_decode_bin_init), (gst_decode_bin_dispose),
31565         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
31566         (no_more_pads), (close_link), (type_found),
31567         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31568         (plugin_init):
31569         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31570         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31571         (gst_play_base_bin_dispose), (queue_overrun),
31572         (gen_preroll_element), (remove_prerolls), (unknown_type),
31573         (no_more_pads), (new_stream), (setup_source),
31574         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
31575         (play_base_eos), (gst_play_base_bin_change_state),
31576         (gst_play_base_bin_add_element),
31577         (gst_play_base_bin_remove_element),
31578         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31579         (gst_play_base_bin_unlink_stream),
31580         (gst_play_base_bin_get_streaminfo):
31581         * gst/playback/gstplaybin.c: (gen_video_element),
31582         (gen_audio_element):
31583         * gst/playback/gststreaminfo.h:
31584         More playback updates, attempt to fix things after the state change
31585         breakage.
31586
31587 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
31588
31589         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
31590         (gst_videoscale_scale_nearest_16bit):
31591           comment algorithm
31592
31593 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
31594
31595         * gst/videotestsrc/gstvideotestsrc.c:
31596         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
31597         (gst_videotestsrc_init), (gst_videotestsrc_get),
31598         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
31599         (gst_videotestsrc_get_property):
31600         * gst/videotestsrc/gstvideotestsrc.h:
31601         * gst/videotestsrc/videotestsrc.c:
31602         * gst/videotestsrc/videotestsrc.h:
31603           cleanup and commenting
31604
31605 2004-07-21  Wim Taymans  <wim@fluendo.com>
31606
31607         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
31608         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
31609         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
31610         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
31611         (_find_chain_get_unknown_part), (_find_streams_check),
31612         (gst_ogg_demux_push), (gst_ogg_pad_push):
31613         * ext/theora/theoradec.c: (theora_get_formats),
31614         (theora_dec_src_convert), (theora_dec_sink_convert),
31615         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31616         (theora_dec_chain):
31617         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
31618         (vorbis_dec_convert), (vorbis_dec_src_query),
31619         (vorbis_dec_src_event), (vorbis_dec_event):
31620         More seeking fixes, oggdemux now supports seeking to time and
31621         uses the downstream element to convert granulepos to time.
31622         Seeking in theora-only ogg files now works.
31623
31624 2004-07-21  Wim Taymans  <wim@fluendo.com>
31625
31626         * ext/theora/theoradec.c: (gst_theora_dec_init),
31627         (theora_get_formats), (theora_get_event_masks),
31628         (theora_get_query_types), (theora_dec_src_convert),
31629         (theora_dec_sink_convert), (theora_dec_src_query),
31630         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
31631         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
31632         (vorbis_get_event_masks), (vorbis_get_query_types),
31633         (gst_vorbis_dec_init), (vorbis_dec_convert),
31634         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
31635         Added query/convert/formats functions to vorbis and theora decoders
31636         so that the outside world can use them too. Fixed seeking on an
31637         ogg/theora/vorbis file by disabling the seeking seeking on the
31638         theora srcpad.
31639
31640 2004-07-21  Julien MOUTTE  <julien@moutte.net>
31641
31642         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31643         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
31644         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
31645         images creation for both elements. We don't create the image on caps
31646         nego or renego, we just destroy the internal one if present if it does
31647         not match the needs. The chain function takes care of creating a new
31648         image when needed.
31649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31650         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
31651         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31652         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
31653         the image format information. The buffer pool checks for the context
31654         image format and discard images with different formats.
31655         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
31656
31657 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31658
31659         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31660         (gst_ffmpegcolorspace_chain):
31661           no point in doing any chaining if the pad we want to push from
31662           isn't usable.
31663
31664 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31665
31666         * gst-libs/gst/riff/riff-media.c:
31667         (gst_riff_create_audio_caps_with_data):
31668           Fix double end-to-native symbol conversion (#148021).
31669
31670 2004-07-20  David Schleef  <ds@schleef.org>
31671
31672         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31673         Don't use an Atom that doesn't exist.
31674
31675 2004-07-20  Wim Taymans  <wim@fluendo.com>
31676
31677         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31678         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31679         (gst_multifdsink_client_remove),
31680         (gst_multifdsink_handle_client_write),
31681         (gst_multifdsink_queue_buffer):
31682         * gst/tcp/gstmultifdsink.h:
31683         More multifdsink stats. Avoid deadlock by releasing locks
31684         before sending out a signal.
31685
31686 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
31687
31688         * po/LINGUAS:
31689         * po/hu.po:
31690           added Hungarian translation (Laszlo Dvornik)
31691
31692 2004-07-20  Wim Taymans  <wim@fluendo.com>
31693
31694         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31695         (gst_multifdsink_add), (gst_multifdsink_client_remove),
31696         (gst_multifdsink_handle_client_write),
31697         (gst_multifdsink_queue_buffer):
31698         * gst/tcp/gsttcp-marshal.list:
31699         Fixed the stupid marshal definition.
31700
31701 2004-07-20  Wim Taymans  <wim@fluendo.com>
31702
31703         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31704         (gst_multifdsink_init), (gst_multifdsink_add),
31705         (gst_multifdsink_client_remove),
31706         (gst_multifdsink_handle_client_write),
31707         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
31708         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
31709         (gst_multifdsink_init_send):
31710         * gst/tcp/gstmultifdsink.h:
31711         Added more stats, added timeout for a client, fixed some typos
31712         and added some comments.
31713
31714 2004-07-20  Wim Taymans  <wim@fluendo.com>
31715
31716         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31717         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31718         (gst_multifdsink_client_remove),
31719         (gst_multifdsink_handle_client_write):
31720         * gst/tcp/gstmultifdsink.h:
31721         * gst/tcp/gsttcp-marshal.list:
31722         Added get_stats method that returns a GValueArray of
31723         stats values.
31724
31725 2004-07-19  Benjamin Otte  <otte@gnome.org>
31726
31727         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
31728           make sure longname, description and author are valid UTF-8
31729
31730 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
31731
31732         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
31733         (gst_ximagesink_set_property):
31734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
31735         (gst_xvimagesink_set_property):
31736           make sure SYNCHRONOUS is respected after getting the X context
31737
31738 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31739
31740         * gst/matroska/matroska-demux.c:
31741         (gst_matroska_demux_handle_src_event),
31742         (gst_matroska_demux_parse_blockgroup):
31743         * gst/matroska/matroska-ids.h:
31744           add BlockReference tag and ignore it to clear out log.
31745           ignore NAVIGATION events to clear out log.
31746
31747 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
31748
31749         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
31750         (gst_matroska_demux_add_stream):
31751         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
31752           add debug categories
31753
31754 2004-07-16  Wim Taymans  <wim@fluendo.com>
31755
31756         * ext/libpng/Makefile.am:
31757         * ext/libpng/gstpng.c: (plugin_init):
31758         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
31759         (gst_pngdec_get_type), (gst_pngdec_base_init),
31760         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
31761         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
31762         * ext/libpng/gstpngdec.h:
31763         Added png decoder.
31764
31765 2004-07-16  Julien MOUTTE  <julien@moutte.net>
31766
31767         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
31768         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
31769         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
31770         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
31771         (gst_ximagesink_buffer_alloc):
31772         * sys/ximage/ximagesink.h:
31773         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31774         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31775         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
31776         (gst_xvimagesink_buffer_alloc):
31777         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
31778         again. Using internal data pointer of the x(v)image to store image's
31779         data to be coherent with the buffer alloc mechanism. Investigated the
31780         image destruction code to be sure that everything gets freed correctly.
31781
31782 2004-07-16  Wim Taymans  <wim@fluendo.com>
31783
31784         * gst-libs/gst/riff/riff-read.c:
31785         (gst_riff_read_strf_vids_with_data),
31786         (gst_riff_read_strf_auds_with_data):
31787         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31788         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
31789         Make sure we don't create 0 sized subbuffers in riff-read.
31790         Signal the no more pads signal after reading the avi header.
31791
31792 2004-07-16  Wim Taymans  <wim@fluendo.com>
31793
31794         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31795         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
31796         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
31797         (gst_decode_bin_init), (gst_decode_bin_dispose),
31798         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
31799         (no_more_pads), (close_link), (type_found),
31800         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31801         (gst_decode_bin_change_state), (plugin_init):
31802         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31803         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31804         (gst_play_base_bin_dispose), (queue_overrun),
31805         (gen_preroll_element), (remove_prerolls), (unknown_type),
31806         (no_more_pads), (new_stream), (setup_source),
31807         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
31808         (play_base_eos), (gst_play_base_bin_change_state),
31809         (gst_play_base_bin_add_element),
31810         (gst_play_base_bin_remove_element),
31811         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31812         (gst_play_base_bin_unlink_stream),
31813         (gst_play_base_bin_get_streaminfo):
31814         * gst/playback/gstplaybasebin.h:
31815         Better error recovery. Added configurable preroll queue size. Faster
31816         detection of no-more-pads.
31817
31818 2004-07-16  Wim Taymans  <wim@fluendo.com>
31819
31820         * gst-libs/gst/video/video.h:
31821         Added 32 bits RGBA. Not sure if we should use another mime-type
31822         for alpha rgb. Currently the presence of the alpha_mask property
31823         signals an alpha channel.
31824
31825 2004-07-16  Wim Taymans  <wim@fluendo.com>
31826
31827         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31829         FPS seems to be 0.0 to MAX everywhere else.
31830
31831 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31832
31833         * gst-libs/gst/riff/riff-media.c:
31834         (gst_riff_create_video_caps_with_data):
31835           mp42/mp43 (no caps) exist too.
31836         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
31837           Set pixel_width/height; we've got them in-caps.
31838         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31839         * gst/wavparse/gstwavparse.c: (plugin_init):
31840           Both are valid primary.
31841         * sys/oss/gstossmixer.c:
31842           Remove i18n hack and enable translations.
31843
31844 2004-07-15  Benjamin Otte  <otte@gnome.org>
31845
31846         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31847         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
31848           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
31849
31850 2004-07-15  Benjamin Otte  <otte@gnome.org>
31851
31852         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
31853         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
31854         (gst_alsa_close_audio):
31855           disable some of the debugging code for now. Writing debugging to a
31856           buffer is broken in current alsalib releases.
31857
31858 2004-07-12  Benjamin Otte  <otte@gnome.org>
31859
31860         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
31861           use bufferpools
31862
31863 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
31864
31865         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31866         (theora_dec_src_query), (theora_dec_event):
31867         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
31868           add debugging categories.  Remove \n's.
31869
31870 2004-07-13  Johan Dahlin  <johan@gnome.org>
31871
31872         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
31873         (gst_play_bin_get_property): Impl.
31874
31875 2004-07-13  Wim Taymans  <wim@fluendo.com>
31876
31877         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
31878         When trying to find the stream length, seek back N pages
31879         instead of just one, where N is the number of streams in
31880         the current chain.
31881
31882 2004-07-13  Wim Taymans  <wim@fluendo.com>
31883
31884         * gst-libs/gst/riff/riff-media.c:
31885         (gst_riff_create_audio_caps_with_data),
31886         (gst_riff_create_audio_caps),
31887         (gst_riff_create_audio_template_caps):
31888         * gst-libs/gst/riff/riff-media.h:
31889         * gst-libs/gst/riff/riff-read.c:
31890         (gst_riff_read_strf_vids_with_data),
31891         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
31892         * gst-libs/gst/riff/riff-read.h:
31893         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
31894         (gst_avi_demux_add_stream):
31895         Set codec_data on caps for avidemuxer.
31896
31897 2004-07-12  David Schleef  <ds@schleef.org>
31898
31899         * configure.ac: Fix test for Objective C
31900
31901 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
31902         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
31903         (gst_gdk_pixbuf_chain):
31904           Add svg and pcx to template caps, and ensure that getcaps returns a
31905           subset of the template caps.
31906           Copy each row manually for output, as gdkpixbuf may pad the
31907           rowstride to a 32-bit word boundary.
31908
31909 2004-07-12  Wim Taymans  <wim@fluendo.com>
31910
31911         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
31912         (gst_riff_create_video_template_caps):
31913         Fix the template caps to include some more media types.
31914
31915 2004-07-12  Wim Taymans  <wim@fluendo.com>
31916
31917         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31918         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
31919         (compare_ranks), (print_feature), (gst_decode_bin_init),
31920         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
31921         (try_to_link_1), (new_pad), (close_link), (type_found),
31922         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31923         (gst_decode_bin_change_state), (plugin_init):
31924         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31925         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31926         (gst_play_base_bin_dispose), (queue_overrun),
31927         (gen_preroll_element), (remove_prerolls), (no_more_pads),
31928         (new_stream), (setup_source), (gst_play_base_bin_set_property),
31929         (gst_play_base_bin_get_property), (play_base_eos),
31930         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
31931         (gst_play_base_bin_remove_element),
31932         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31933         (gst_play_base_bin_unlink_stream),
31934         (gst_play_base_bin_get_streaminfo):
31935         * gst/playback/gstplaybasebin.h:
31936         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
31937         (gst_play_bin_class_init), (gst_play_bin_init),
31938         (gst_play_bin_dispose), (gst_play_bin_set_property),
31939         (gst_play_bin_get_property), (gen_video_element),
31940         (gen_audio_element), (remove_sinks), (setup_sinks),
31941         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
31942         (gst_play_bin_send_event), (gst_play_bin_get_formats),
31943         (gst_play_bin_convert), (gst_play_bin_get_query_types),
31944         (gst_play_bin_query), (plugin_init):
31945         * gst/playback/test4.c: (main):
31946         More fixes on reusing of the element.
31947
31948 2004-07-11  Benjamin Otte  <otte@gnome.org>
31949
31950         * ext/mad/gstmad.c: (normal_seek):
31951           allow seeking for other methods than just SET
31952
31953 2004-07-11  Andy Wingo  <wingo@pobox.com>
31954
31955         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
31956         float, "any" caps -> buffer_frames=[0,MAX].
31957
31958         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
31959         doesn't intersect our caps with the template any more. Do it
31960         ourselves.
31961         (interleave_buffered_loop): Use g_newa instead of malloc/free.
31962
31963 2004-07-09  Wim Taymans  <wim@fluendo.com>
31964
31965         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31966         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
31967         (compare_ranks), (print_feature), (gst_decode_bin_init),
31968         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
31969         (try_to_link_1), (new_pad), (close_link), (type_found),
31970         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31971         (gst_decode_bin_change_state), (plugin_init):
31972         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31973         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31974         (gst_play_base_bin_dispose), (queue_overrun),
31975         (gen_preroll_element), (remove_prerolls), (no_more_pads),
31976         (new_stream), (setup_source), (gst_play_base_bin_set_property),
31977         (gst_play_base_bin_get_property), (play_base_eos),
31978         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
31979         (gst_play_base_bin_remove_element),
31980         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31981         (gst_play_base_bin_unlink_stream),
31982         (gst_play_base_bin_get_streaminfo):
31983         * gst/playback/gstplaybasebin.h:
31984         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
31985         (gst_play_bin_class_init), (gst_play_bin_init),
31986         (gst_play_bin_dispose), (gst_play_bin_set_property),
31987         (gst_play_bin_get_property), (gen_video_element),
31988         (gen_audio_element), (remove_sinks), (setup_sinks),
31989         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
31990         (gst_play_bin_send_event), (gst_play_bin_get_formats),
31991         (gst_play_bin_convert), (gst_play_bin_get_query_types),
31992         (gst_play_bin_query), (plugin_init):
31993         * gst/playback/test4.c: (main):
31994         Work on object reuse and seeking.
31995
31996 2004-07-09  Wim Taymans  <wim@fluendo.com>
31997
31998         * examples/seeking/seek.c: (iterate):
31999         Don't consume all CPU in the idle loop.
32000
32001 2004-07-09  Wim Taymans  <wim@fluendo.com>
32002
32003         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32004         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32005         Add pad to element *after* setting the pad functions so that
32006         the scheduler can use the correct ones.
32007
32008 2004-07-09  Wim Taymans  <wim@fluendo.com>
32009
32010         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32011         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32012         Sync to keyframe after seek
32013
32014 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32015
32016         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32017         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32018         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32019         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32020         * ext/libvisual/visual.c: (gst_visual_change_state):
32021         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32022         * ext/theora/theoradec.c: (theora_dec_change_state):
32023         * ext/theora/theoraenc.c: (theora_enc_change_state):
32024         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32025         * gst-libs/gst/navigation/navigation.c:
32026         * gst/adder/gstadder.c: (gst_adder_change_state):
32027         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32028         (gst_audio_convert_get_buffer):
32029         * gst/multipart/multipartdemux.c:
32030         (gst_multipart_demux_change_state):
32031         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32032         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32033         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32034         * gst/videoscale/gstvideoscale.c:
32035         (gst_videoscale_handle_src_event):
32036         * gst/volume/gstvolume.c: (volume_chain_int16):
32037           don't assert in state change, this should be done by the base
32038           GstElement class.
32039           various debugging fixes.
32040
32041 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32042
32043         * configure.ac:
32044         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32045         (gst_play_dispose), (gst_play_set_location),
32046         (gst_play_set_data_src), (gst_play_set_video_sink),
32047         (gst_play_set_audio_sink), (gst_play_set_visualization),
32048         (gst_play_connect_visualization), (gst_play_get_sink_element),
32049         (gst_play_get_all_by_interface):
32050         * gst-libs/gst/play/play.h:
32051           add new method to get elements implementing an interface.
32052           add various error logging
32053
32054 2004-07-08  Wim Taymans  <wim@fluendo.com>
32055
32056         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32057         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32058         (make_playerbin_pipeline), (query_durations_elems),
32059         (query_durations_pads), (query_positions_elems),
32060         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32061         (main):
32062         Added playbin seeking example.
32063
32064 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32065
32066         * gst-libs/gst/play/play.c: (gst_play_set_location),
32067         (gst_play_set_data_src), (gst_play_set_video_sink),
32068         (gst_play_set_audio_sink), (gst_play_set_visualization),
32069         (gst_play_connect_visualization), (gst_play_get_framerate):
32070           use a macro to look up elements from hash table
32071
32072 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32073
32074         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32075         (gst_play_get_length_callback), (gst_play_set_location),
32076         (gst_play_seek_to_time), (gst_play_set_data_src),
32077         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32078         (gst_play_set_visualization), (gst_play_connect_visualization),
32079         (gst_play_get_sink_element):
32080         - add debugging info
32081         - fix looking up sink elements by iterating over complete caps
32082         - put everything except for source and autoplugger in a complete bin
32083
32084 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32085
32086         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32087         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32088         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32089         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32090         * ext/alsa/gstalsasink.h:
32091         - add debugging info
32092         - clean up schizophrenia of data/buffer/event
32093         - fix double event unref error
32094
32095 2004-07-08  Wim Taymans  <wim@fluendo.com>
32096
32097         * gst/playback/Makefile.am:
32098         Add headers to noinst
32099
32100 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32101
32102         * tools/gst-launch-ext-m.m:
32103         * tools/gst-launch-ext.1.in:
32104           convert to the third millenium
32105
32106 2004-07-07  David Schleef  <ds@schleef.org>
32107
32108         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32109
32110 2004-07-07  Wim Taymans  <wim@fluendo.com>
32111
32112         * gst/playback/Makefile.am:
32113         * gst/playback/README:
32114         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32115         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32116         (compare_ranks), (print_feature), (gst_decode_bin_init),
32117         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32118         (try_to_link_1), (new_pad), (close_link), (type_found),
32119         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32120         (plugin_init):
32121         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32122         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32123         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32124         (gen_preroll_element), (no_more_pads), (new_stream),
32125         (setup_source), (gst_play_base_bin_set_property),
32126         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32127         (gst_play_base_bin_add_element),
32128         (gst_play_base_bin_remove_element),
32129         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32130         (gst_play_base_bin_unlink_stream),
32131         (gst_play_base_bin_get_streaminfo):
32132         * gst/playback/gstplaybasebin.h:
32133         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32134         (gst_play_bin_class_init), (gst_play_bin_init),
32135         (gst_play_bin_dispose), (gst_play_bin_set_property),
32136         (gst_play_bin_get_property), (gen_video_element),
32137         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32138         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32139         (gst_play_bin_get_formats), (gst_play_bin_convert),
32140         (gst_play_bin_get_query_types), (gst_play_bin_query),
32141         (plugin_init):
32142         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32143         (gst_stream_info_get_type), (gst_stream_info_class_init),
32144         (gst_stream_info_init), (gst_stream_info_new),
32145         (gst_stream_info_dispose), (gst_stream_info_set_property),
32146         (gst_stream_info_get_property):
32147         * gst/playback/gststreaminfo.h:
32148         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32149         (main):
32150         * gst/playback/test2.c: (main):
32151         * gst/playback/test3.c: (update_scale), (main):
32152         More playbin fixes. Added README. Do better element filtering.
32153         Added base class to preroll media. Added test apps.
32154
32155 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32156
32157         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32158         * ext/mpeg2dec/gstmpeg2dec.h:
32159           various debugging improvements.  Reset stream to next picture
32160           instead of sequence header, otherwise seeks cannot work.
32161
32162 2004-07-07  Wim Taymans  <wim@fluendo.com>
32163
32164         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32165         (gst_video_box_class_init), (gst_video_box_set_property),
32166         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32167         Use pad_alloc where possible.
32168
32169 2004-07-07  Wim Taymans  <wim@fluendo.com>
32170
32171         * sys/oss/gstosselement.c: (gst_osselement_reset),
32172         (gst_osselement_parse_caps):
32173         * sys/oss/gstosselement.h:
32174         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32175         Fix offset on osssrc.
32176
32177 2004-07-07  Wim Taymans  <wim@fluendo.com>
32178
32179         * ext/theora/theora.c: (plugin_init):
32180         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32181         (theora_dec_src_query), (theora_dec_chain):
32182         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32183         (theora_enc_sink_link), (theora_buffer_from_packet),
32184         (theora_push_packet), (theora_enc_chain):
32185         Fix theora granulepos calculation.
32186         Fix overflow in duration/position calculation.
32187         Bump rank to PRIMARY for theoradec.
32188         Use granulepos of last packet to calculate position.
32189         Set keyframe flag on buffers when needed.
32190
32191 2004-07-06  David Schleef  <ds@schleef.org>
32192
32193         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32194         serious?  (Fixed, obviously.)
32195
32196 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32197
32198         * po/LINGUAS:
32199         * po/cs.po:
32200           added Czech translation (Miloslav Trmac)
32201
32202 2004-07-05  Wim Taymans  <wim@fluendo.com>
32203
32204         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32205         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32206         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32207         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32208         (close_link), (type_found), (gst_decode_bin_set_property),
32209         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
32210         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32211         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32212         (gst_decode_bin_query), (plugin_init):
32213         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32214         (gst_play_bin_class_init), (gst_play_bin_init),
32215         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32216         (get_video_element), (new_pad), (setup_source),
32217         (gst_play_bin_set_property), (gst_play_bin_get_property),
32218         (gst_play_bin_change_state), (gst_play_bin_add_element),
32219         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32220         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32221         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32222         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32223         * gst/playback/test.c: (main):
32224         More fixes, cleaned up playbin, make it use decodebin. Added
32225         threaded property to playbin.
32226
32227 2004-07-05  Wim Taymans  <wim@fluendo.com>
32228
32229         * configure.ac:
32230         * gst/playback/Makefile.am:
32231         * gst/playback/decodetest.c: (main):
32232         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32233         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32234         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32235         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32236         (close_link), (type_found), (gst_decode_bin_set_property),
32237         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
32238         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
32239         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
32240         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
32241         (plugin_init):
32242         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32243         (gst_play_bin_class_init), (gst_play_bin_init),
32244         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
32245         (collect_sink_pads), (find_compatibles), (close_pad_link),
32246         (try_to_link_1), (new_pad), (close_link), (type_found),
32247         (setup_source), (gst_play_bin_set_property),
32248         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
32249         (compare_ranks), (gst_play_bin_collect_factories),
32250         (gst_play_bin_change_state), (gst_play_bin_add_element),
32251         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32252         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32253         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32254         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32255         * gst/playback/test.c: (main):
32256         Added some playback helper elements and some test apps, very alpha
32257         still.
32258
32259 2004-07-04  Benjamin Otte  <otte@gnome.org>
32260
32261         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32262           only restart audio when we indeed have an xrun to fix repeated
32263           xruns. Fix suggested by Giuliano Pochini.
32264
32265 2004-07-03  David Schleef  <ds@schleef.org>
32266
32267         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
32268         call to gst_debug_log() if debugging is disabled (bug #145118)
32269
32270 2004-07-03  Benjamin Otte  <otte@gnome.org>
32271
32272         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32273           use our own functions for restarting the alsa device.
32274         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32275           I should apply patches myself - use MIN for the third argument, not
32276           the second, this fixes seeking
32277
32278 2004-07-02  David Schleef  <ds@schleef.org>
32279
32280         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
32281         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
32282         do with the logic.
32283
32284 2004-07-02  David Schleef  <ds@schleef.org>
32285
32286         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
32287         output buffers.  Fix logic mistake.  (bug #144866)
32288
32289 2004-07-02  David Schleef  <ds@schleef.org>
32290
32291         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
32292         on X.  (bug #144753)
32293
32294 2004-07-02  David Schleef  <ds@schleef.org>
32295
32296         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
32297         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
32298         (bug #144624)
32299         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
32300         (gst_osselement_rate_probe_check): Add another workaround for
32301         buggy drivers (bug #145336)
32302
32303 2004-07-02  David Schleef  <ds@schleef.org>
32304
32305         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
32306         Most systems don't have MSG_NOSIGNAL.
32307
32308 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32309
32310         * Makefile.am:
32311         * gst-libs/gst/colorbalance/Makefile.am:
32312         * gst-libs/gst/mixer/Makefile.am:
32313         * gst-libs/gst/play/Makefile.am:
32314         * gst-libs/gst/tuner/Makefile.am:
32315           (hopefully) fix both install and dist and make error message useful.
32316           needs testing across automakes.
32317
32318 2004-07-02  Benjamin Otte  <otte@gnome.org>
32319
32320         * ext/ogg/gstogg.c: (plugin_init):
32321           we require bytestream now
32322         * ext/ogg/gstoggdemux.c:
32323           huge diff to implement chain setup in a fast and generic way. This
32324           improves tag reading and startup of huge files (read: Theora videos)
32325           quite a bit. It probably contains bugs, too, so please test.
32326           Seeking is not improved to the fast method.
32327
32328 2004-06-29  Wim Taymans  <wim@fluendo.com>
32329
32330         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
32331         * ext/ogg/gstoggmux.c:
32332         Fix memleak in oggdemux when running unconnected pads.
32333         doc update in mux, start working on keyframe mode.
32334
32335 2004-06-29  Benjamin Otte  <otte@gnome.org>
32336
32337         * sys/oss/gstosssink.c:
32338         * sys/oss/gstosssrc.c:
32339           advertise correct template caps - we indeed do non-native endianness
32340           and 8bit audio has no endianness
32341         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
32342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
32343           avoid (wrong) duplications in getcaps function and return
32344           template caps
32345
32346 2004-06-29  Wim Taymans  <wim@fluendo.com>
32347
32348         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32349         (gst_multifdsink_class_init), (gst_multifdsink_add),
32350         (gst_multifdsink_remove), (gst_multifdsink_clear),
32351         (gst_multifdsink_client_remove),
32352         (gst_multifdsink_handle_client_read),
32353         (gst_multifdsink_client_queue_data),
32354         (gst_multifdsink_client_queue_caps),
32355         (gst_multifdsink_client_queue_buffer),
32356         (gst_multifdsink_handle_client_write),
32357         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32358         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32359         (gst_multifdsink_init_send), (gst_multifdsink_close):
32360         Fix wrong GList iteration that could crash the server when
32361         more then 2 clients disconnect at the same time. Read all the
32362         pending commands in one batch to recover from command storms under
32363         very heavy load.
32364
32365 2004-06-28  Wim Taymans  <wim@fluendo.com>
32366
32367         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32368         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32369         (gst_videomixer_pad_set_property),
32370         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32371         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32372         (gst_videomixer_class_init), (gst_videomixer_init),
32373         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
32374         (pad_zorder_compare), (gst_videomixer_sort_pads),
32375         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
32376         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
32377         (gst_videomixer_update_queues), (gst_videomixer_loop),
32378         (plugin_init):
32379         Avoid divide by zero, choose masterpad as the pad with the highest
32380         framerate.
32381
32382 2004-06-27  Julien Moutte  <julien@moutte.net>
32383
32384         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
32385         (gst_ximagesink_xwindow_new):
32386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
32387         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
32388         function directly. We might want to call it from somewhere else one day.
32389
32390 2004-06-27  Julien Moutte  <julien@moutte.net>
32391
32392         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
32393         (gst_ximagesink_xwindow_new):
32394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
32395         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
32396         window decorations.
32397
32398 2004-06-27  Wim Taymans  <wim@fluendo.com>
32399
32400         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
32401         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
32402         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
32403         (gst_dvdec_set_property), (gst_dvdec_get_property):
32404         * ext/dv/gstdvdec.h:
32405         Implement drop_factor property to lower the framerate with
32406         a factor.
32407
32408 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32409
32410         * gst-libs/gst/colorbalance/Makefile.am:
32411         * gst-libs/gst/mixer/Makefile.am:
32412         * gst-libs/gst/play/Makefile.am:
32413         * gst-libs/gst/tuner/Makefile.am:
32414           unbreak Company's fix that didn't install the -enum.h files
32415
32416 2004-06-27  Wim Taymans  <wim@fluendo.com>
32417
32418         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
32419         (gst_dvdec_change_state):
32420         * ext/dv/gstdvdec.h:
32421         Fix timestamp, duration and offset of the buffers.
32422
32423 2004-06-27  Wim Taymans  <wim@fluendo.com>
32424
32425         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32426         (gst_multifdsink_class_init), (gst_multifdsink_add),
32427         (gst_multifdsink_remove), (gst_multifdsink_clear),
32428         (gst_multifdsink_client_remove),
32429         (gst_multifdsink_handle_client_read),
32430         (gst_multifdsink_client_queue_data),
32431         (gst_multifdsink_client_queue_caps),
32432         (gst_multifdsink_client_queue_buffer),
32433         (gst_multifdsink_handle_client_write),
32434         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32435         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32436         (gst_multifdsink_init_send), (gst_multifdsink_close):
32437         * gst/tcp/gstmultifdsink.h:
32438         * gst/tcp/gsttcpserversink.c:
32439         (gst_tcpserversink_handle_server_read),
32440         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
32441         More multifdsink fixes, more recovery policy fixes.
32442         Removed stupid g_print
32443
32444 2004-06-26  Wim Taymans  <wim@fluendo.com>
32445
32446         * gst/tcp/Makefile.am:
32447         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32448         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
32449         (gst_multifdsink_class_init), (gst_multifdsink_init),
32450         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
32451         (gst_multifdsink_handle_client_read),
32452         (gst_multifdsink_client_queue_data),
32453         (gst_multifdsink_client_queue_caps),
32454         (gst_multifdsink_client_queue_buffer),
32455         (gst_multifdsink_handle_client_write),
32456         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32457         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32458         (gst_multifdsink_chain), (gst_multifdsink_set_property),
32459         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
32460         (gst_multifdsink_close), (gst_multifdsink_change_state):
32461         * gst/tcp/gstmultifdsink.h:
32462         * gst/tcp/gsttcpplugin.c: (plugin_init):
32463         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
32464         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
32465         (gst_tcpserversink_handle_server_read),
32466         (gst_tcpserversink_handle_select),
32467         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
32468         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
32469         * gst/tcp/gsttcpserversink.h:
32470         Added multifdsink, made tcpserversink a subclass of fdsink, removed
32471         one of the locks, added recovery policy to multifdsink.
32472
32473 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32474
32475         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
32476           fix decision for when getting frames with same timestamp
32477         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32478         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32479         (gst_v4lsrc_get_property):
32480         * sys/v4l/gstv4lsrc.h:
32481           add latency offset property
32482
32483 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32484
32485         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
32486         (plugin_init):
32487           fix debugging. add category.
32488
32489 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32490
32491         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32492           fix wrong offsets
32493
32494 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32495
32496         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
32497         (gst_alsa_src_get_time), (gst_alsa_src_loop),
32498         (gst_alsa_src_change_state):
32499           return a time that is in sync with the element's processing
32500
32501 2004-06-25  Wim Taymans  <wim@fluendo.com>
32502
32503         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32504         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32505         (gst_tcpserversink_client_remove),
32506         (gst_tcpserversink_handle_client_read),
32507         (gst_tcpserversink_client_queue_data),
32508         (gst_tcpserversink_client_queue_caps),
32509         (gst_tcpserversink_client_queue_buffer),
32510         (gst_tcpserversink_handle_client_write),
32511         (gst_tcpserversink_queue_buffer),
32512         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
32513         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
32514         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
32515         (gst_tcpserversink_close):
32516         * gst/tcp/gsttcpserversink.h:
32517         Serversink rewrite. Really do non blocking writes to clients and
32518         maintain an internal queue to handle slower clients while not
32519         disturbing fast clients.
32520
32521 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32522
32523         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
32524           better debug, don't override OFFSET and OFFSET_END
32525
32526 2004-06-25  Iain <iain@prettypeople.org>
32527
32528         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
32529         name=source for the wavparse pipeline.
32530
32531 2004-06-24  Johan Dahlin  <johan@gnome.org>
32532
32533         * ext/theora/theoraenc.c (theora_enc_chain): Call
32534         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
32535         streamheader caps are set correctly.
32536
32537 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
32538
32539         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
32540         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
32541           respect minimum bitrate; same could be done for max bitrate
32542
32543 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
32544
32545         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
32546         (gst_vorbisenc_setup):
32547           fix sample rate range
32548
32549 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
32550
32551         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
32552         (gst_oggvorbisenc_setup):
32553         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
32554         (gst_vorbisenc_setup):
32555           resolve ambiguities in code and description
32556
32557 2004-06-24  Wim Taymans  <wim@fluendo.com>
32558
32559         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
32560         * ext/alsa/gstalsa.h:
32561         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
32562         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
32563         Use alsa trigger_tstamp to get the timestamp of the first
32564         sample in the buffer for more precise sync. Some cleanups.
32565
32566 2004-06-24  Wim Taymans  <wim@fluendo.com>
32567
32568         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
32569         (gst_audiorate_init), (gst_audiorate_chain),
32570         (gst_audiorate_set_property), (gst_audiorate_get_property):
32571         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
32572         (gst_videorate_chain):
32573         Added some logging, fixed an overflow bug in videorate.
32574
32575 2004-06-24  Benjamin Otte  <otte@gnome.org>
32576
32577         * ext/kio/Makefile.am:
32578           fix for builddir != srcdir and distcheck
32579
32580 2004-06-24  Benjamin Otte  <otte@gnome.org>
32581
32582         * gst-libs/gst/colorbalance/Makefile.am:
32583         * gst-libs/gst/mixer/Makefile.am:
32584         * gst-libs/gst/play/Makefile.am:
32585         * gst-libs/gst/tuner/Makefile.am:
32586         * gst/tcp/Makefile.am:
32587         * sys/dxr3/Makefile.am:
32588           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
32589           tarball.
32590           Also add all *.list files that were missing.
32591         * Makefile.am:
32592           add a distcheck hook to ensure the above doesn't happen again.
32593
32594 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
32595
32596         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
32597
32598 2004-06-23  Colin Walters  <walters@redhat.com>
32599
32600         * m4/Makefile.am: Distribute gst-fionread.m4.
32601
32602 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32603
32604         * configure.ac: back to dev
32605
32606 2004-06-23  Wim Taymans  <wim@fluendo.com>
32607
32608         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
32609         (gst_alsa_xrun_recovery):
32610         * ext/alsa/gstalsa.h:
32611         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32612         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
32613         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
32614         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
32615         (gst_alsa_src_loop):
32616         Add clock to alsasrc. Take new capture timestamp when
32617         restarting after an overrun. Split up some functions between
32618         alsasrc and alsasink.
32619
32620 === release 0.8.2 ===
32621
32622 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32623
32624         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
32625         (gst_alsa_change_state), (gst_alsa_update_avail),
32626         (gst_alsa_xrun_recovery):
32627         * ext/alsa/gstalsa.h:
32628         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32629           merge back changes from release
32630
32631 2004-06-23  Wim Taymans  <wim@fluendo.com>
32632
32633         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
32634         (gst_audiorate_init), (gst_audiorate_chain),
32635         (gst_audiorate_set_property), (gst_audiorate_get_property):
32636         Implement sample dropping and notify
32637
32638 2004-06-22  Wim Taymans  <wim@fluendo.com>
32639
32640         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32641         (theora_enc_sink_link), (theora_buffer_from_packet),
32642         (theora_push_packet), (theora_enc_chain):
32643         Some cleanups, make sure the timestamps are correct.
32644
32645 2004-06-22  Wim Taymans  <wim@fluendo.com>
32646
32647         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
32648         (gst_alsa_change_state), (gst_alsa_update_avail),
32649         (gst_alsa_xrun_recovery):
32650         * ext/alsa/gstalsa.h:
32651         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
32652         Cleanups, take queued samples into account when reporting
32653         the time.
32654
32655 2004-06-22  Wim Taymans  <wim@fluendo.com>
32656
32657         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
32658         (gst_videorate_init):
32659         Initialize the property as well.
32660
32661 2004-06-22  Wim Taymans  <wim@fluendo.com>
32662
32663         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
32664         (gst_videorate_init), (gst_videorate_chain),
32665         (gst_videorate_set_property), (gst_videorate_get_property):
32666         Add property to make videorate silent.
32667         Add property to prefer new frames over old ones.
32668
32669 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32670
32671         * sys/osxvideo/Makefile.am:
32672         Workaround so that the osxvideo .so file gets linked with the
32673         Cocoa, OpenGL and QuickTime frameworks
32674
32675 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32676
32677         * sys/osxaudio/Makefile.am:
32678         Workaround so that the osxaudio .so file gets linked with the
32679         CoreAudio framework
32680
32681 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32682
32683         * configure.ac:
32684         Whoops, my fault...fixed build issues
32685
32686 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32687
32688         * configure.ac:
32689         Add objective-c support if running in Darwin/Mac OS X
32690         * sys/Makefile.am:
32691         * sys/osxvideo:
32692         * sys/osxvideo/Makefile.am:
32693         * sys/osxvideo/osxvideosink.h:
32694         * sys/osxvideo/osxvideosink.m:
32695         * sys/osxvideo/cocoawindow.h:
32696         * sys/osxvideo/cocoawindow.m:
32697         Add osxvideosink, a cocoa-based osx video sink
32698
32699
32700 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
32701         * ext/dvdnav/gst-dvd:
32702         Grab the gconf key from the right spot
32703         * gst/debug/gstnavseek.c: (gst_navseek_init),
32704         (gst_navseek_segseek), (gst_navseek_handle_src_event),
32705         (gst_navseek_chain):
32706         * gst/debug/gstnavseek.h:
32707           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
32708           and loop parameters of a segment seek.
32709         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
32710         (gst_videotestsrc_get_event_masks),
32711         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
32712         * gst/videotestsrc/gstvideotestsrc.h:
32713           Add seeking support to videotestsrc
32714           Initialise the timestamp_offset variable.
32715
32716 2004-06-18  Wim Taymans  <wim@fluendo.com>
32717
32718         * ext/sidplay/gstsiddec.cc:
32719         Fix negotiation and set correct end offset.
32720
32721 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32722
32723         * configure.ac: branch and prerelease
32724
32725 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32726
32727         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
32728         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
32729         (gst_tcpclientsrc_init_receive):
32730         * gst/tcp/gsttcpclientsrc.h:
32731           read caps when connecting to server for GDP so we set them correctly
32732
32733 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32734
32735         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
32736           notify drops and duplicates
32737         * gst/videoscale/videoscale.c: (videoscale_get_structure):
32738           no good reason to limit ourselves to 100x100
32739
32740 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32741
32742         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32743         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
32744         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32745         (gst_v4lsrc_get_property):
32746         * sys/v4l/gstv4lsrc.h:
32747         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
32748         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
32749         (gst_v4l_set_audio):
32750         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
32751         (gst_v4lsrc_try_capture):
32752         * sys/v4l/v4lsrc_calls.h:
32753           change try_palette to more general try_capture
32754           add autoprobe option so we can turn off autoprobing
32755           various fixes
32756
32757 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
32758
32759         * configure.ac:
32760           add videorate
32761         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
32762         (gst_ximagesink_class_init):
32763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
32764         (gst_xvimagesink_class_init):
32765           run them as finalize, not dispose, since dispose can be invoked
32766           multiple times
32767
32768 2004-06-17  Wim Taymans  <wim@fluendo.com>
32769
32770         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
32771         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
32772         * ext/alsa/gstalsa.h:
32773         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
32774         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
32775         (gst_alsa_src_change_state):
32776         * ext/alsa/gstalsasrc.h:
32777         Make the xrun code timestamp and offset the buffers correctly.
32778         moved the clock to the base class, use alsa methods to get time.
32779         Do correct timestamping on outgoing buffers.
32780
32781 2004-06-17  Wim Taymans  <wim@fluendo.com>
32782
32783         * gst/audiorate/Makefile.am:
32784         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
32785         (gst_audiorate_base_init), (gst_audiorate_class_init),
32786         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
32787         (gst_audiorate_set_property), (gst_audiorate_get_property),
32788         (gst_audiorate_change_state), (plugin_init):
32789         Added an audiorate converter that fills in gaps.
32790
32791 2004-06-17  Johan Dahlin  <johan@gnome.org>
32792
32793         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
32794
32795 2004-06-16  Wim Taymans  <wim@fluendo.com>
32796
32797         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
32798         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
32799         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
32800         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32801         (gst_v4lsrc_get_property):
32802         * sys/v4l/gstv4lsrc.h:
32803         Added a copy mode to v4lsrc where it will output a copied version
32804         of its internal hardware buffer.
32805         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
32806         can't | them.
32807
32808 2004-06-16  Wim Taymans  <wim@fluendo.com>
32809
32810         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32811         Timestamp fixes.
32812
32813 2004-06-16  Wim Taymans  <wim@fluendo.com>
32814
32815         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
32816         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
32817         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32818         (gst_v4lsrc_get_property):
32819         * sys/v4l/gstv4lsrc.h:
32820         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
32821         Added a sync mode enum property to control v4lsrc timestamp method
32822         Removed the use-fixed-fps property and moved functionality in
32823         the enum.
32824         Don't error on an error value from v4l-conf, it might not always
32825         be a real error.
32826
32827 2004-06-16  Wim Taymans  <wim@fluendo.com>
32828
32829         * gst/videorate/Makefile.am:
32830         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
32831         (gst_videorate_base_init), (gst_videorate_class_init),
32832         (gst_videorate_getcaps), (gst_videorate_link),
32833         (gst_videorate_init), (gst_videorate_chain),
32834         (gst_videorate_set_property), (gst_videorate_get_property),
32835         (gst_videorate_change_state), (plugin_init):
32836         Added a video timestamp corrector.
32837
32838 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32839
32840         fixed a potential leak with previous commit
32841
32842         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
32843
32844 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32845
32846         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
32847         Added missing refcount, fixes bug #144425
32848         Cheers Tim for finding the bug
32849
32850 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
32851
32852         * sys/v4l/gstv4l.c: (plugin_init):
32853         * sys/v4l/gstv4lcolorbalance.c:
32854         * sys/v4l/gstv4lcolorbalance.h:
32855         * sys/v4l/gstv4lelement.c:
32856         * sys/v4l/gstv4lelement.h:
32857         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
32858         * sys/v4l/gstv4lmjpegsink.h:
32859         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
32860         * sys/v4l/gstv4lmjpegsrc.h:
32861         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
32862         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
32863         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
32864         * sys/v4l/gstv4lsrc.h:
32865         * sys/v4l/gstv4ltuner.c:
32866         * sys/v4l/gstv4ltuner.h:
32867         * sys/v4l/gstv4lxoverlay.c:
32868         * sys/v4l/gstv4lxoverlay.h:
32869         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
32870         (gst_v4l_set_window), (gst_v4l_enable_overlay):
32871         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
32872         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
32873         (gst_v4l_set_audio):
32874         * sys/v4l/v4l_calls.h:
32875         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
32876         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
32877         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
32878         (gst_v4lmjpegsink_playback_init),
32879         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
32880         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
32881         (gst_v4lmjpegsink_playback_stop),
32882         (gst_v4lmjpegsink_playback_deinit):
32883         * sys/v4l/v4lmjpegsink_calls.h:
32884         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
32885         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
32886         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
32887         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
32888         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
32889         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
32890         * sys/v4l/v4lmjpegsrc_calls.h:
32891         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
32892         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
32893         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
32894         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
32895         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
32896         (gst_v4lsrc_try_palette):
32897         * sys/v4l/v4lsrc_calls.h:
32898           bunch of paranoia cleanups
32899
32900 2004-06-14  David Schleef  <ds@schleef.org>
32901
32902         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
32903         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
32904         Send discont events and change timestamps appropriately when
32905         we get a seek event.  (bug #144240)
32906         * ext/cdparanoia/gstcdparanoia.h:
32907
32908 2004-06-14  Benjamin Otte  <otte@gnome.org>
32909
32910         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
32911           snd_pcm_hw_params_set_rate  since the latter fails for no good
32912           reason on some setups.
32913
32914 2004-06-14  David Schleef  <ds@schleef.org>
32915
32916         * gst/volume/demo.c: (value_changed_callback): exp10() is not
32917         standard.  Thank you for playing.
32918
32919 2004-06-14  Wim Taymans  <wim@fluendo.com>
32920
32921         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
32922         Patch 1.3 broke the ordering of the colorspace info and
32923         made the plugin basically work by coincidence, reordered
32924         the info.
32925
32926 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32927
32928         * ext/lame/gstlame.c:
32929         * ext/mad/gstmad.c:
32930           sync caps.  Make sure mad can only output a list of rates, not
32931           a full range.  In the future, have three caps lists for each of the
32932           mpeg versions.  Change mpegversion to a double as well.
32933
32934 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32935
32936         * gst/volume/.cvsignore:
32937         * gst/volume/Makefile.am:
32938         * gst/volume/demo.c: (value_changed_callback), (idler),
32939         (setup_gui), (main):
32940           added small demo app
32941
32942 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
32943         * ext/esd/esdsink.c: (gst_esdsink_change_state):
32944         * ext/esd/esdsink.h:
32945         Close the esd connection on pause, because esd will just wait -
32946         blocking all other esd clients indefinitely.
32947
32948 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
32949
32950         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
32951           previous commit with GST_DEBUG
32952
32953 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
32954
32955         * configure.ac:
32956           add a header check for a dvdread header in dvdnav.  Fixes #133002
32957
32958 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32959
32960         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
32961         * gst/tcp/gsttcpclientsink.h:
32962         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
32963         * gst/tcp/gsttcpclientsrc.h:
32964         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
32965         (gst_tcpserversink_handle_server_read),
32966         (gst_tcpserversink_init_send):
32967         * gst/tcp/gsttcpserversink.h:
32968         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
32969         * gst/tcp/gsttcpserversrc.h:
32970         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
32971         version of IP)
32972
32973 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32974
32975         * configure.ac:
32976         Added ogg library so that OSX detects libtheora properly
32977
32978 2004-06-11  Wim Taymans  <wim@fluendo.com>
32979
32980         * ext/theora/theoradec.c: (theora_dec_chain),
32981         (theora_dec_change_state):
32982         Don't try to decode frames before we received a keyframe.
32983
32984 2004-06-11  Wim Taymans  <wim@fluendo.com>
32985
32986         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
32987         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
32988         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
32989         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
32990         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
32991         Added property to set the maximum delay of a page.
32992
32993 2004-06-10  Wim Taymans  <wim@fluendo.com>
32994
32995         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
32996         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
32997         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
32998         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
32999         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33000         Added max-delay property to control the maximum amount
33001         of data to put in one page.
33002
33003 2004-06-10  Wim Taymans  <wim@fluendo.com>
33004
33005         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33006         (gst_theora_enc_init), (theora_enc_sink_link),
33007         (theora_buffer_from_packet), (theora_enc_set_property),
33008         (theora_enc_get_property):
33009         Set duration on encoded buffer, added some more properties
33010
33011 2004-06-10  Wim Taymans  <wim@fluendo.com>
33012
33013         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33014         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33015         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33016         * ext/theora/theoraenc.c: (theora_enc_chain):
33017         Fix refcounting bugs
33018
33019 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33020
33021         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33022         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33023         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33024         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33025         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33026         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33027         (gst_asf_demux_change_state):
33028         * gst/asfdemux/gstasfdemux.h:
33029           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33030           feels like. I think we should set a new requirement for demuxers
33031           from now on to implement sane loop functions, data loops, query
33032           and seek functions before first commit into CVS. And this commit
33033           fixes all of the above.
33034
33035 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33036
33037         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33038           vorbis comments are properly encoded in UTF-8 before adding them
33039           to a GstTagList
33040
33041 2004-06-09  Benjamin Otte  <otte@gnome.org>
33042
33043         * ext/alsa/gstalsa.c: (add_channels):
33044           handle min <= max correctly
33045         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33046         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33047           add fixation functions so we fixate correctly. No preferring of alaw
33048           anymore because it's the first structure.
33049         * ext/alsa/gstalsa.h:
33050         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33051         (gst_alsa_hw_params_dump):
33052           add functions to ease debugging in alsalib
33053         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33054         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33055         (gst_alsa_start_audio):
33056           only specify hw params if we really setup a format (fixes #134007 -
33057           or at least works around it)
33058
33059 2004-06-09  Wim Taymans  <wim@fluendo.com>
33060
33061         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33062         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33063         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33064         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33065         (gst_ogg_mux_loop):
33066         Use stream caps to setup the initial pages in the ogg stream.
33067         Correctly set the streamheader caps on the srcpad.
33068
33069 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33070
33071         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33072         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33073         (gst_v4lsrc_getcaps):
33074         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33075         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33076           add querying of fps lists for webcams.  Negotiating to a framerate
33077           now works.
33078
33079 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33080
33081         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33082         (theora_push_buffer), (theora_push_packet),
33083         (theora_set_header_on_caps), (theora_enc_chain):
33084           mark buffers and put on streamheader, raw theora streaming
33085           now works too, whee
33086
33087 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33088
33089         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33090         (gst_tcp_gdp_read_caps):
33091           do a looping read for caps and GDP headers too
33092
33093 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33094
33095         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33096         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33097           return EOS instead of NULL in _get
33098
33099 2004-06-08  Wim Taymans  <wim@fluendo.com>
33100
33101         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33102         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33103         (gst_tcp_gdp_write_caps):
33104         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33105         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33106         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33107         Memory leak fixes
33108
33109 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33110
33111         * ext/vorbis/Makefile.am:
33112         * ext/vorbis/vorbis.c: (plugin_init):
33113         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33114         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33115         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33116         (vorbis_parse_change_state):
33117         * ext/vorbis/vorbisparse.h:
33118           adding a vorbisparse element that marks the buffers, streaming
33119           raw vorbis using GDP now works, whee
33120
33121 2004-06-08  Wim Taymans  <wim@fluendo.com>
33122
33123         * ext/jpeg/Makefile.am:
33124         * ext/jpeg/README:
33125         * ext/jpeg/gstjpeg.c: (plugin_init):
33126         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33127         (gst_smokedec_base_init), (gst_smokedec_class_init),
33128         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33129         * ext/jpeg/gstsmokedec.h:
33130         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33131         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33132         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33133         (gst_smokeenc_resync), (gst_smokeenc_chain),
33134         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33135         * ext/jpeg/gstsmokeenc.h:
33136         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33137         (smokecodec_flush_destination), (smokecodec_term_destination),
33138         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33139         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33140         (smokecodec_term_source), (smokecodec_encode_new),
33141         (smokecodec_decode_new), (smokecodec_info_free),
33142         (smokecodec_set_quality), (smokecodec_get_quality),
33143         (smokecodec_set_threshold), (smokecodec_get_threshold),
33144         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33145         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33146         (smokecodec_parse_header), (smokecodec_decode):
33147         * ext/jpeg/smokecodec.h:
33148         Added a new simple jpeg based codec
33149
33150 2004-06-08  Wim Taymans  <wim@fluendo.com>
33151
33152         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33153         (gst_multipart_mux_loop):
33154         Fix memory leak
33155
33156 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33157
33158         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33159         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33160         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33161         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33162         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33163         * gst/tcp/gsttcpserversink.h:
33164           take streamheader into account
33165
33166 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33167
33168         * gst/level/Makefile.am:
33169         * gst/level/gstlevel.c: (gst_level_class_init):
33170           clean up marshal generation
33171
33172 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33173
33174         * gst/tcp/Makefile.am:
33175         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33176         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33177         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33178         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33179         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33180         (gst_tcpclientsrc_get_property):
33181         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33182         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33183         (gst_tcpserversink_handle_client_read),
33184         (gst_tcpserversink_handle_client_write),
33185         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33186         * gst/tcp/gsttcpserversink.h:
33187           add signals client-added and client-removed
33188         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33189         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33190         (gst_tcpserversrc_get_property):
33191         uniformized, change default protocol to NONE
33192         * gst/tcp/gsttcp-marshal.list: added
33193 2004-06-07  Benjamin Otte  <otte@gnome.org>
33194
33195         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33196           handle discont events if they happen before caps nego
33197
33198 2004-06-07  Wim Taymans  <wim@fluendo.com>
33199
33200         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33201         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33202         (gst_multipart_demux_plugin_init):
33203         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33204         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33205         (gst_multipart_mux_change_state):
33206         Small updates, fix a memleak
33207
33208 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33209
33210         * configure.ac: OSS portability
33211         * ext/arts/gst_arts.c: idem
33212         * sys/oss/gstosselement.c: idem
33213         * sys/oss/gstossmixer.c: idem
33214         * sys/oss/gstosssink.c: idem
33215         * sys/oss/gstosssrc.c: idem
33216         * sys/oss/oss_probe.c: idem
33217           - check for soundcard.h in different places for some BSD
33218
33219 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
33220
33221         * AUTHORS:
33222         Add me to the authors file
33223         * configure.ac:
33224         Increase the libdv requirement to >= version 0.100
33225         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33226         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
33227         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
33228         * ext/dv/gstdvdec.h:
33229         Add support for the new_media flag when sending DISCONT events
33230         Make the querying work when video pad is not linked
33231
33232 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33233
33234         reviewed by Benjamin Otte  <otte@gnome.org>
33235
33236         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
33237           create a NULL-initialized array of pads, so we don't think they
33238           exist already. (fixes #143130)
33239
33240 2004-06-07  Benjamin Otte  <otte@gnome.org>
33241
33242         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
33243         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
33244         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
33245           don't use // coments
33246
33247 2004-06-07  Benjamin Otte  <otte@gnome.org>
33248
33249         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
33250           cast to GstClockTime to get higher granularity
33251         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33252           use gst_element_set_time_delay to get the exact time
33253         * ext/mad/gstmad.c: (gst_mad_chain):
33254           use the negotiated rate instead of the current frame's rate which
33255           might be wrong because of bit errors. This avoids emitting totally
33256           bogus timestamps and screwing sync.
33257         (fixes #143454)
33258
33259 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33260
33261         reviewed by Benjamin Otte  <otte@gnome.org>
33262
33263         * gst/adder/gstadder.c: (gst_adder_loop):
33264           properly error out when no negotiation has happened yet. (fixes
33265           #143032)
33266
33267 2004-06-06  Benjamin Otte  <otte@gnome.org>
33268
33269         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33270           forward correctly transformed offset in discont events. Based on
33271           patch by Arwed v. Merkatz. (fixes #142851)
33272
33273 2004-06-06  David Schleef  <ds@schleef.org>
33274
33275         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
33276         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
33277         problems on several systems.
33278
33279 2004-06-06  Benjamin Otte  <otte@gnome.org>
33280
33281         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
33282           use explicit caps on the srcpad
33283         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33284           properly error out if caps couldn't be set (fixes #142764)
33285
33286 2004-06-06  Benjamin Otte  <otte@gnome.org>
33287
33288         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33289         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33290         (gst_alsa_start_audio):
33291           - don't call set_periods_integer anymore, it breaks the
33292           configuration randomly
33293           - call snd_pcm_hw_params_set_access directly instead of using masks
33294           - don't fail if the sw_params can't be set, just use the default
33295           params and hope it works. Alsalib has weird issues when you touch
33296           sw_params and does no proper error reporting about what failed.
33297         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33298         (gst_alsa_close_audio):
33299           make our alsa debugging go via gst debugging and not conditionally
33300           defined
33301         * ext/alsa/gstalsa.h:
33302           add ALSA_DEBUG_FLUSH macro
33303         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
33304         (plugin_init):
33305           wrap alsa errors to be printed via the gst debugging system and not
33306           spammed to stderr
33307
33308 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33309
33310         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
33311         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
33312         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
33313         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
33314         (qtdemux_parse_trak):
33315         * gst/qtdemux/qtdemux.h:
33316           Bitch. Also known as seeking, querying & co.
33317         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33318         (gst_osssink_change_state):
33319         * sys/oss/gstosssink.h:
33320           Resyncing is for weenies, this hack is no longer needed and was
33321           broken anyway (since it - unintendedly - always leaves resync to
33322           TRUE).
33323
33324 2004-06-05  Andrew Turner <zxombie@hotpop.com>
33325
33326         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
33327         * gst/tcp/gsttcpclientsrc.h: idem
33328           - define MSG_NOSIGNAL if not done
33329           - include unistd.h for off_t
33330           (fixes #143749)
33331
33332 2004-06-05  Benjamin Otte  <otte@gnome.org>
33333
33334         * configure.ac:
33335         * ext/kio/Makefile.am:
33336           check for qt's moc preprocessor explicitly and use it
33337
33338 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33339
33340         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
33341           don't get a signal for EPIPE on socket writes
33342           (somebody check if this works on other platforms)
33343
33344 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33345
33346         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33347         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33348           check error condition on available samples correctly
33349
33350 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33351
33352         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
33353           avoid a segfault
33354         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
33355         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
33356         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33357         (gst_tcpserversrc_gdp_read_header):
33358          use ssize_t over size_t since the former is signed and thus the
33359          check for error codes can work
33360
33361 2004-06-02  Wim Taymans  <wim@fluendo.com>
33362
33363         reviewed by: Johan
33364
33365         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33366         (gst_multipart_mux_loop):
33367         Oops
33368
33369 2004-06-02  Wim Taymans  <wim@fluendo.com>
33370
33371         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33372         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33373         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
33374         (gst_multipart_mux_change_state):
33375         Added configurable boundary specifier, added the value as a
33376         caps field as well.
33377
33378 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33379
33380         * gst/tcp/gsttcp.c:
33381         * gst/tcp/gsttcpclientsrc.c:
33382         * gst/tcp/gsttcpclientsrc.h:
33383         * gst/tcp/gsttcpserversrc.c:
33384           - portability fix, to compile on OSX
33385             (fixes #143146)
33386
33387         * sys/osxaudio/gstosxaudioelement.c:
33388         * sys/osxaudio/gstosxaudiosink.c:
33389         * sys/osxaudio/gstosxaudiosrc.c:
33390           - compilation warnings on OSX
33391             (fixes #143153)
33392
33393 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33394
33395         * ext/vorbis/vorbisdec.c : sign warning fixes
33396
33397         * gst-libs/gst/mixer/mixertrack.c :
33398           do no use defines which are glib 2.4 specific
33399
33400 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
33401
33402         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
33403           buffer since libflac doesn't expect it (reports a sync error when
33404           it encounters that)
33405
33406
33407 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
33408
33409         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
33410         * gst-libs/gst/mixer/mixertrack.c:
33411         (gst_mixer_track_get_property), (get_mixer_track_init),
33412         (get_mixer_track_get_property): Added property accessors
33413         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
33414         * gst-libs/gst/mixer/mixeroptions.c:
33415         (gst_mixer_options_get_values): Added
33416         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
33417         * gst-libs/gst/mixer/mixer.c: Fixed comment
33418
33419
33420 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33421
33422         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
33423           improve error messages on open
33424
33425
33426 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33427
33428         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33429           check if v4l-conf is in path
33430
33431 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33432
33433         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
33434           change assert to a more readable error message
33435
33436 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33437
33438         * gst-libs/gst/tuner/tunerchannel.h:
33439           - add a freq_multiplicator field to make the conversion
33440             between internal frequency unit and Hz
33441         * sys/v4l/gstv4lelement.c:
33442         * sys/v4l2/gstv4l2element.c:
33443           - change default video device to /dev/video0
33444         * sys/v4l/v4l_calls.c:
33445         * sys/v4l2/v4l2_calls.c:
33446           - we only expose frequency to the user in Hz instead of
33447             bastard v4lX unit (either 62.5kHz or 62.5Hz)
33448
33449 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
33450         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33451           Initialise b_o_s and e_o_s variables
33452         * gst-libs/gst/riff/riff-media.c:
33453         (gst_riff_create_video_caps_with_data):
33454           Add some unusual fourcc's from mplayer avi's
33455         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
33456           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
33457           autoplugging.
33458
33459 2004-05-28  Wim Taymans  <wim@fluendo.com>
33460
33461         * configure.ac:
33462         * gst/alpha/Makefile.am:
33463         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
33464         (gst_alpha_get_type), (gst_alpha_base_init),
33465         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
33466         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
33467         (gst_alpha_chroma_key), (gst_alpha_chain),
33468         (gst_alpha_change_state), (plugin_init):
33469         A plugin to add an alpha channel to I420 video. Can optionally do
33470         chroma keying.
33471         * gst/multipart/Makefile.am:
33472         * gst/multipart/multipart.c: (plugin_init):
33473         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33474         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
33475         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
33476         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33477         (gst_multipart_demux_change_state),
33478         (gst_multipart_demux_plugin_init):
33479         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
33480         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
33481         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
33482         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
33483         (gst_multipart_mux_pad_unlink),
33484         (gst_multipart_mux_request_new_pad),
33485         (gst_multipart_mux_handle_src_event),
33486         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
33487         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
33488         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
33489         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
33490         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
33491         send multipart jpeg images to a browser.
33492         * gst/videobox/Makefile.am:
33493         * gst/videobox/README:
33494         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33495         (gst_video_box_get_type), (gst_video_box_base_init),
33496         (gst_video_box_class_init), (gst_video_box_init),
33497         (gst_video_box_set_property), (gst_video_box_get_property),
33498         (gst_video_box_sink_link), (gst_video_box_i420),
33499         (gst_video_box_ayuv), (gst_video_box_chain),
33500         (gst_video_box_change_state), (plugin_init):
33501         Crops or adds borders around an image. can do alpha channel
33502         borders as well.
33503         * gst/videomixer/Makefile.am:
33504         * gst/videomixer/README:
33505         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33506         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
33507         (gst_videomixer_pad_get_sink_event_masks),
33508         (gst_videomixer_pad_get_property),
33509         (gst_videomixer_pad_set_property),
33510         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
33511         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
33512         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33513         (gst_videomixer_base_init), (gst_videomixer_class_init),
33514         (gst_videomixer_init), (gst_videomixer_request_new_pad),
33515         (gst_videomixer_handle_src_event),
33516         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
33517         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
33518         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
33519         (gst_videomixer_loop), (gst_videomixer_get_property),
33520         (gst_videomixer_set_property), (gst_videomixer_change_state),
33521         (plugin_init):
33522         Generic video mixer plugin, can handle multiple inputs all with
33523         different framerates and video sizes. Is fully alpha channel
33524         aware.
33525
33526 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33527
33528         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
33529           Select first track as master track. Not sure how else to handle
33530           that...
33531         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
33532           Discard discont events. Should fix #142962.
33533
33534 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33535
33536         * ext/alsa/Makefile.am:
33537         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
33538         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
33539         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
33540         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
33541         (gst_alsa_mixer_get_option):
33542         * ext/alsa/gstalsamixer.h:
33543         * ext/alsa/gstalsamixeroptions.c:
33544         (gst_alsa_mixer_options_get_type),
33545         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
33546         (gst_alsa_mixer_options_new):
33547         * ext/alsa/gstalsamixeroptions.h:
33548         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
33549         * ext/alsa/gstalsamixertrack.h:
33550           Add enumerations (as GstMixerOptions). Make correct distinction
33551           between input/output tracks. Add capture/playback private flag.
33552           Use flag to decide on whether to set capture or playback volumes
33553           or switches. Use playback and record switches.
33554         * gst-libs/gst/mixer/Makefile.am:
33555         * gst-libs/gst/mixer/mixer-marshal.list:
33556         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
33557         (gst_mixer_set_option), (gst_mixer_get_option),
33558         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
33559         (gst_mixer_volume_changed), (gst_mixer_option_changed):
33560         * gst-libs/gst/mixer/mixer.h:
33561         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
33562         (gst_mixer_options_class_init), (gst_mixer_options_init),
33563         (gst_mixer_options_dispose):
33564         * gst-libs/gst/mixer/mixeroptions.h:
33565           Add GstMixerOptions.
33566         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
33567           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
33568           broken device detection on computers with multiple OSS sound
33569           cards.
33570
33571 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33572
33573         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
33574           fixate nicely even when the peer is not negotiating
33575
33576 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33577
33578         * gst/audioconvert/gstaudioconvert.c:
33579         (gst_audio_convert_parse_caps):
33580           make sure we don't allow depth > width
33581         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
33582           fixate endianness to G_BYTE_ORDER as default
33583         * gst/audioscale/gstaudioscale.c:
33584           we don't handle another endianness as host-endianness
33585
33586 2004-05-25  David Schleef  <ds@schleef.org>
33587
33588         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
33589
33590 2004-05-24  Benjamin Otte  <otte@gnome.org>
33591
33592         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
33593         (gst_oggvorbisenc_setup):
33594           properly fail when we can't setup the vorbis encoder due to
33595           unsupported settings
33596         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
33597         (gst_vorbisenc_setup):
33598           same
33599         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33600           fix case where warnings occured when one pad was unlinked while the
33601           other's link function was called
33602
33603 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33604
33605         * gst/tcp/Makefile.am:
33606           use GST_ENABLE_NEW
33607
33608 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33609
33610         * gst-libs/gst/resample/private.h:
33611           don't use optimizations that are #if 0'ed
33612
33613 2004-05-24  Wim Taymans  <wim@fluendo.com>
33614
33615         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
33616         Fix potential division by zero error and hopefully get
33617         the position query right to get correct timestamps on avi
33618         audio.
33619
33620 2004-05-24  Wim Taymans  <wim@fluendo.com>
33621
33622         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
33623         (gst_videoscale_scale_nearest_str2),
33624         (gst_videoscale_scale_nearest_str4),
33625         (gst_videoscale_scale_nearest_32bit),
33626         (gst_videoscale_scale_nearest_24bit),
33627         (gst_videoscale_scale_nearest_16bit):
33628         Fix the scaling algorithm and avoid a buffer overflow.
33629         removed the while loop in the scaling function as it
33630         was used for point sampling only.
33631
33632 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33633
33634         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
33635         (gst_id3_tag_class_init), (gst_id3_tag_init),
33636         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
33637         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
33638         (gst_id3_tag_send_tag_event):
33639           lots of fixes to make id3mux work and id3demux work correctly
33640
33641 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33642
33643         * ext/Makefile.am:
33644           add rules to build shout2send (was removed by accident
33645           when this module was no more marked experimental/broken)
33646
33647 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33648
33649         * ext/shout2/gstshout2.c:
33650         * ext/shout2/gstshout2.h:
33651           adding a "connection problem" signal to shout2send
33652           (fixes #142954)
33653
33654 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
33655
33656         * ext/kio/kioreceiver.cpp:
33657         * ext/kio/kioreceiver.h:
33658           fix sign comparison issues
33659
33660 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33661
33662         * gst/cdxaparse/gstcdxaparse.c:
33663         * gst/cdxaparse/gstcdxaparse.h:
33664           some renaming
33665           add some checks/sanity
33666           prepare for seek addition
33667
33668         * sys/sunaudio/gstsunaudio.c:
33669           remove exported dupe init function
33670
33671 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
33672
33673         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
33674         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
33675           Fix format conversion and position querying.
33676         * gst/debug/progressreport.c: (gst_progressreport_report):
33677           Don't output a bogus total value that we didn't query.
33678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
33679           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
33680           only a blank window after xine has been used.
33681
33682 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33683
33684         * m4/as-arts.m4:
33685           sync with upstream version to fix test on FC2
33686           readd with -ko to preserve Id header
33687
33688 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33689
33690         * configure.ac:
33691           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
33692         * gst/tcp/gsttcpclientsrc.c: idem
33693         * gst/tcp/gsttcpserversink.c: idem
33694         * gst/tcp/gsttcpserversrc.c: idem
33695         * m4/gst-fionread.m4: idem
33696
33697         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
33698
33699         * configure.ac: enable speex plugin for speex 1.1.5+
33700         * ext/speex/gstspeexenc.c: fix cast warning
33701
33702         * ext/esd/README: fix typo
33703
33704 2004-05-20  David Schleef  <ds@schleef.org>
33705
33706         * configure.ac: Minor cosmetic change to convince the buildbot to
33707         reautogen.
33708         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
33709         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
33710         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
33711         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
33712         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
33713         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
33714         More hacking.  Plays audio now.
33715
33716 2004-05-20  David Schleef  <ds@schleef.org>
33717
33718         * configure.ac:
33719         * sys/Makefile.am:
33720
33721 2004-05-20  David Schleef  <ds@schleef.org>
33722
33723         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
33724         * sys/osxaudio/gstosxaudio.c:
33725         * sys/osxaudio/gstosxaudioelement.c:
33726         * sys/osxaudio/gstosxaudioelement.h:
33727         * sys/osxaudio/gstosxaudiosink.c:
33728         * sys/osxaudio/gstosxaudiosink.h:
33729         * sys/osxaudio/gstosxaudiosrc.c:
33730         * sys/osxaudio/gstosxaudiosrc.h:
33731
33732 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33733
33734         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
33735         (gst_vorbisenc_chain):
33736           put the codec headers on the caps as streamheader as well as
33737           pushing them out
33738
33739 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33740
33741         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
33742         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
33743         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
33744         split up push_packet into two functions
33745
33746 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
33747
33748         * gst/tcp/.cvsignore:
33749           ignore enums
33750         * gst/tcp/Makefile.am:
33751         * gst/tcp/README:
33752         * gst/tcp/gsttcp.c:
33753         * gst/tcp/gsttcp.h:
33754         * gst/tcp/gsttcpclientsink.c:
33755         * gst/tcp/gsttcpclientsink.h:
33756         * gst/tcp/gsttcpclientsrc.c:
33757         * gst/tcp/gsttcpclientsrc.h:
33758         * gst/tcp/gsttcpplugin.c:
33759         * gst/tcp/gsttcpserversink.c:
33760         * gst/tcp/gsttcpserversink.h:
33761         * gst/tcp/gsttcpserversrc.c:
33762         * gst/tcp/gsttcpserversrc.h:
33763           add new tcp elements
33764
33765 2004-05-19  Wim Taymans  <wim@fluendo.com>
33766
33767         * gst/law/mulaw-conversion.c: (mulaw_encode):
33768         Fix overflow bug in ulaw encoding.
33769
33770 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33771
33772         * ext/mad/gstmad.c: (gst_mad_handle_event):
33773           don't unref the event twice
33774
33775 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33776
33777         * configure.ac:
33778           remove -Wno-sign-compare
33779
33780 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33781
33782         * configure.ac:
33783           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
33784           if you want to work against glib 2.2 and 2.4
33785
33786 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
33787
33788         * gst/tcp/Makefile.am:
33789         * gst/tcp/gsttcp.c:
33790         * gst/tcp/gsttcp.h:
33791         * gst/tcp/gsttcpsink.h:
33792         * gst/tcp/gsttcpsrc.h:
33793           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
33794
33795 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33796
33797         * gst/debug/tests.c: (md5_get_value):
33798           fix segfault on gst-inspect
33799
33800 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33801
33802         * gst/debug/testplugin.c:
33803         * gst/debug/tests.c:
33804         * gst/debug/tests.h:
33805           add new extensible and configurable testing element. Current tests
33806           include buffer count, stream length, timestamp/duration matching and
33807           md5.
33808         * gst/debug/Makefile.am:
33809         * gst/debug/gstdebug.c: (plugin_init):
33810           add infrastructure for new element
33811
33812 2004-05-19  Johan Dahlin  <johan@gnome.org>
33813
33814         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
33815         ending of the array. Fixes gst-inspect segfault on ppc.
33816
33817 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33818
33819         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
33820
33821         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
33822
33823 2004-05-18  David Schleef  <ds@schleef.org>
33824
33825         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
33826         warnings (bugs, actually) noticed by gcc but not forte.
33827
33828 2004-05-18  David Schleef  <ds@schleef.org>
33829
33830         * sys/sunaudio/Makefile.am:
33831         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
33832
33833 2004-05-18  David Schleef  <ds@schleef.org>
33834
33835         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
33836         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
33837         to allow qtdemux to use non-seekable streams. (bug #142272)
33838
33839 2004-05-18  David Schleef  <ds@schleef.org>
33840
33841         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
33842         (gst_resample_sinc_ft_float): Remove use of static temporary
33843         buffer.  This code was obviously not supposed to last long, but
33844         it's stuck in our ABI, so it required a little hack to make it
33845         ABI-compatible.  Fixes #142585.
33846         * gst-libs/gst/resample/resample.h: same.
33847
33848 2004-05-18  David Schleef  <ds@schleef.org>
33849
33850         * configure.ac: Add sunaudio
33851         * examples/Makefile.am: make gstplay depend on gconf
33852         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
33853         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
33854         (convert_table_lookup), (img_convert): remove c99-isms
33855         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
33856           unsigned, to fix a warning on Solaris
33857         * gst/mpeg1sys/systems.c: bcopy->memcpy
33858         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
33859         * sys/Makefile.am: Add sunaudio
33860
33861 2004-05-18  Wim Taymans  <wim@fluendo.com>
33862
33863         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
33864         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
33865         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
33866         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
33867         (gst_ogg_mux_loop):
33868         Fix an ugly memleak where the muxer didn't flush enough ogg
33869         pages. This also resulted in badly muxed ogg files.
33870
33871 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33872
33873         * gst/asfdemux/asfheaders.c :
33874         * gst/asfdemux/asfheaders.h :
33875         * gst/asfdemux/gstasfdemux.c :
33876           - fix ASF_OBJ_PADDING guid
33877           - add 3 new object guids (language list, metadata,
33878             extended stream properties)
33879           - add a function to parse extended header objects
33880
33881 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33882
33883         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
33884           remove leftover debugging g_print
33885
33886 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33887
33888         * ext/mad/gstmad.c: (gst_mad_handle_event):
33889           Fix for when the first format in a discont event is not a
33890           byte-based one. Should fix #137710.
33891
33892 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33893
33894         * m4/a52.m4 : fix compilation with -Wall -Werror
33895         * m4/libfame.m4 : idem
33896         * m4/libmikmod.m4 : idem
33897
33898 2004-05-17  Benjamin Otte  <otte@gnome.org>
33899
33900         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
33901           signal the new tags before giving up the reference
33902
33903 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33904
33905         * ext/shout2/gstshout2.c:
33906           use application/ogg instead of application/x-ogg (patch by Patrick
33907           Guimond, fixes #142432)
33908         * sys/oss/gstosselement.c: (gst_osselement_reset),
33909         (gst_osselement_sync_parms):
33910           don't set fragment size unless specified (fixes #142493)
33911
33912 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33913
33914         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
33915           fixes #142664
33916
33917 2004-05-17  Benjamin Otte  <otte@gnome.org>
33918
33919         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
33920           compute offsets correctly for internal buffers so timestamps are set
33921           correctly when we can't seek. Also handle cases where there are no
33922           offsets. (based on a patch by David Moore, fixes #142507)
33923
33924 2004-05-17  Benjamin Otte  <otte@gnome.org>
33925
33926         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
33927           use correct variable when determining amount of data to skip so we
33928           don't skip into the void and segfault
33929
33930 2004-05-16  Benjamin Otte  <otte@gnome.org>
33931
33932         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
33933           Hi, I'm a memleak
33934
33935 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33936
33937         * gst/asfdemux/gstasfdemux.c:
33938           - fix a mem leak and always propagate tags
33939           - add WMV3 to known video codecs (but no decoder yet)
33940           - replace "surplus data" at end of audio header for what
33941             it is : codec specific data
33942           - fix a typo
33943
33944 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
33945
33946         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
33947
33948         * gst-libs/gst/audio/audioclock.c:
33949           Fix wrong return type (#142205).
33950
33951 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33952
33953         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
33954           Ignore CRCs by default (fixes #142566).
33955
33956 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33957
33958         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
33959         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
33960         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
33961         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
33962         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
33963         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
33964           Fix for cases where we fail to attach to a mixer.
33965
33966 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33967
33968         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
33969           Don't touch events after not owning them anymore.
33970         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
33971         (gst_wavparse_fmt), (gst_wavparse_other),
33972         (gst_wavparse_handle_seek), (gst_wavparse_loop),
33973         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
33974         (gst_wavparse_srcpad_event):
33975         * gst/wavparse/gstwavparse.h:
33976           Add seeking, fix querying.
33977
33978 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33979
33980         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
33981           - process comments even if they don't end with \0\0
33982             g_convert would ignore them if present and works well without them
33983
33984 2004-05-16  Benjamin Otte  <otte@gnome.org>
33985
33986         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
33987           simplify caps
33988
33989 2004-05-16  Benjamin Otte  <otte@gnome.org>
33990
33991         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
33992           don't write to memory we might not write to - g_convert does that
33993           for us anyway (fixes #142613)
33994         (gst_asf_demux_audio_caps):
33995           comment out gst_util_dump_mem
33996
33997 2004-05-16  Benjamin Otte  <otte@gnome.org>
33998
33999         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34000           compute correct expected timestamps after seek (broken since
34001           last commit)
34002         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34003           rename element and debugging category to gdkpixbufscale
34004
34005 2004-05-16  Benjamin Otte  <otte@gnome.org>
34006
34007         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34008           add error checking to snd_pcm_delay and remove duplicate call to
34009           snd_pcm_delay that caused issues (see inline code comments)
34010         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34011           make more readable and fix return value when snd_pcm_delay fails
34012         (fixes #142586)
34013
34014 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34015         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34016         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34017         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34018         (gst_pixbufscale_link), (gst_pixbufscale_init),
34019         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34020         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34021         (gst_pixbufscale_get_property), (pixbufscale_init):
34022         * ext/gdk_pixbuf/pixbufscale.h:
34023         Add these files I forgot earlier
34024
34025 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34026         * ext/gdk_pixbuf/Makefile.am:
34027         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34028         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34029         Add new pixbufscale element to scale RGB video
34030         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34031         and HYPER interpolation correctly.
34032         * ext/theora/theoraenc.c: (theora_enc_chain),
34033         Discard buffer and return if explicit caps could not be set
34034         (theora_enc_get_property):
34035         Make _get return kbps for the bitrate consistent with
34036         the _set function.
34037
34038
34039 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34040
34041         * ext/libvisual/visual.c: (gst_visual_chain):
34042           add missing visual_audio_analyze
34043
34044 2004-05-14  David Schleef  <ds@schleef.org>
34045
34046         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34047         is killed while we're playing.
34048         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34049         gst_element_no_more_pads().
34050
34051 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34052
34053         * gst-libs/gst/riff/riff-read.c :
34054           - fix INFO tag extraction in RIFF/AVI files
34055             because gst_event_unref (event) also freed taglist
34056           - avoid a mem leak
34057
34058 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34059
34060         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34061         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34062
34063         * gst/auparse/gstauparse.c :
34064           - add code (commented for now) to support audio/x-adpcm on src pad
34065             (we have no decoder for those layout yet)
34066
34067         * gst/cdxaparse/gstcdxaparse.c :
34068         * gst/cdxaparse/gstcdxaparse.h :
34069           - partial rewrite using RiffRead (ripped iain's wavparse code)
34070
34071         * gst/rtp/gstrtpL16enc.c : typo
34072         * gst/rtp/gstrtpgsmenc.c : typo
34073
34074 2004-05-13  Benjamin Otte  <otte@gnome.org>
34075
34076         * configure.ac:
34077           check for exact version of libvisual, it's not supposed to be
34078           API/ABI stable yet
34079
34080 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34081
34082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34083           signal no-more-pads
34084
34085 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34086
34087         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34088         Report which format was used for GST_FORMAT_DEFAULT
34089         * gst/debug/Makefile.am:
34090         * gst/debug/gstdebug.c: (plugin_init):
34091         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34092         (gst_progressreport_class_init), (gst_progressreport_init),
34093         (gst_progressreport_report), (gst_progressreport_set_property),
34094         (gst_progressreport_get_property), (gst_progressreport_chain),
34095         (gst_progressreport_plugin_init):
34096         Add progressreport element for testing.
34097
34098 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34099
34100         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34101         * sys/v4l/gstv4lsrc.h:
34102         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34103         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34104         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34105         (gst_v4lsrc_grab_frame):
34106           add more debugging
34107           send a discont at start
34108
34109 2004-05-12  Colin Walters  <walters@redhat.com>
34110
34111         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34112         inflooping if we can't find a chunk.  Or in other words, don't blow
34113         chunks if we don't have a chunk to blow.
34114
34115 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34116         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34117         Remove old debug output
34118         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34119         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34120         (gst_dvdec_set_property), (gst_dvdec_get_property):
34121         Change the quality setting to an enum, so it works from gst-launch
34122         Don't renegotiate a non-linked pad. Allows audio only decoding.
34123         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34124         (gst_deinterlace_link), (gst_deinterlace_init):
34125         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34126         (gst_videodrop_link):
34127         Some caps negotiation fixes
34128
34129 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34130
34131         * ext/tarkin/gsttarkin.c :
34132           - Change RANK from NONE to PRIMARY
34133         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34134           - Change RANK from NONE to MARGINAL
34135         * ext/divx/gstdivxenc.c :
34136           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34137
34138 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34139
34140         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34141         (gst_vorbisenc_push_packet):
34142           copy a function that was added between 1.0 and 1.0.1 until we
34143           depend on worthwhile features of post-1.0
34144
34145 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34146
34147         * configure.ac:
34148           enable shout2 by default
34149         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34150         (gst_shout2send_base_init), (gst_shout2send_init),
34151         (gst_shout2send_connect), (gst_shout2send_change_state):
34152         * ext/shout2/gstshout2.h:
34153           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34154           #142262)
34155         * ext/theora/theora.c: (plugin_init):
34156           don't set rank on encoders
34157
34158 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34159
34160         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34161           Use codec_data property instead of flag1 and flag2 for wma
34162
34163 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34164
34165         * gst/cdxaparse/gstcdxaparse.c :
34166           - Add mpegversion to CAPS to make it link
34167           - Rank is as GST_RANK_SECONDARY instead of NONE
34168         * gst/auparse/gstauparse.c :
34169           - Document all audio encoding we can encounter from Solaris 9
34170             headers and libsndfile information.
34171           - Increase max. rate from 48000 to 192000 (to match other elements)
34172           - Don't try to play junk data between header and samples
34173
34174 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34175
34176         * ext/libvisual/visual.c: (gst_visual_getcaps):
34177           use the right caps depending on endianness (I hope)
34178         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34179           use GST_RANK_NONE for all non-decoding elements or spider gets
34180           mighty confused
34181
34182 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34183
34184         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34185           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34186
34187 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34188
34189         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34190         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34191         (gst_switch_loop), (gst_switch_get_type):
34192           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34193           HEADERS. Had to be said.
34194
34195 2004-05-10  David Schleef  <ds@schleef.org>
34196
34197         * configure.ac: Add prototype Dirac support.
34198         * ext/Makefile.am:
34199         * ext/dirac/Makefile.am:
34200         * ext/dirac/gstdirac.cc:
34201         * ext/dirac/gstdiracdec.cc:
34202
34203 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34204
34205         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34206         (gst_auparse_init), (gst_auparse_chain),
34207         (gst_auparse_change_state):
34208           Hack around spider. Remove me some day please.
34209
34210 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34211
34212         * gst/auparse/gstauparse.c: (gst_auparse_chain):
34213           Fix for some uninitialized variables in previous patch, also
34214           makes it work. Fixes #142286 while we're at it.
34215
34216 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34217
34218         * gst/auparse/gstauparse.c:
34219                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
34220                 only unsupported formats are ADPCM/CCITT G.72x
34221                 reviewed by Ronald
34222         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
34223
34224 2004-05-10  Wim Taymans  <wim@fluendo.com>
34225
34226         * ext/vorbis/Makefile.am:
34227         * ext/vorbis/README:
34228         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
34229         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
34230         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
34231         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
34232         (gst_oggvorbisenc_convert_sink),
34233         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
34234         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
34235         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
34236         (get_constraints_string), (update_start_message),
34237         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
34238         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
34239         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
34240         * ext/vorbis/oggvorbisenc.h:
34241         * ext/vorbis/vorbis.c: (plugin_init):
34242         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
34243         (raw_caps_factory), (gst_vorbisenc_class_init),
34244         (gst_vorbisenc_init), (gst_vorbisenc_setup),
34245         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
34246         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
34247         * ext/vorbis/vorbisenc.h:
34248         Added a raw vorbis encoder to be used with the oggmuxer.
34249         We still need the old encoder for some gnome applications,
34250         read the README to find out how that works.
34251         The raw encoder is called "rawvorbisenc" until 0.9.
34252
34253 2004-05-10  Wim Taymans  <wim@fluendo.com>
34254
34255         * ext/ogg/gstogg.c: (plugin_init):
34256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
34257         (gst_ogg_print):
34258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
34259         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
34260         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
34261         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
34262         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
34263         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
34264         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
34265         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
34266         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
34267         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
34268         Added an ogg muxer.
34269         Small typo fixes in the demuxer.
34270
34271 2004-05-10  Wim Taymans  <wim@fluendo.com>
34272
34273         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34274         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34275         (theora_enc_change_state), (theora_enc_set_property),
34276         (theora_enc_get_property):
34277         Mark the last packet with an EOS flag which is not really needed
34278         in gstreamer.
34279         Do some better video framerate initialisation.
34280         Update the buffer timestamp.
34281
34282 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
34283
34284         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
34285         Return the result of the parent state change call
34286
34287 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34288
34289         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
34290         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
34291         * gst/law/alaw-encode.c : (idem)
34292         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
34293         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
34294         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
34295
34296 2004-05-09  Benjamin Otte  <otte@gnome.org>
34297
34298         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34299           don't use a fixed buffer size when writing variable length data to
34300           it. Fixes memory corruption and makes alsasrc work
34301
34302 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34303
34304         * ext/gnomevfs/gstgnomevfssink.c:
34305         (_gst_boolean_allow_overwrite_accumulator),
34306         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
34307           Run glib's default signal handler (??) in RUN_CLEANUP rather than
34308           RUN_LAST, and don't use that to set the accumulator value because
34309           then it's always FALSE.
34310
34311 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34312
34313         * gst-libs/gst/riff/riff-media.c:
34314         (gst_riff_create_video_caps_with_data),
34315         (gst_riff_create_audio_caps),
34316         (gst_riff_create_audio_template_caps):
34317         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34318           Fix for unaligned RIFF files (i.e. where all the chunks together
34319           in a LIST chunk are not of the same size as the size given in
34320           the LIST chunk header). Fixes several odd WAVE files. Also fix
34321           ADPCM (block_align property) in audio, so that wavparse based
34322           on this works now as it used to stand-alone.
34323
34324 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
34325
34326         reviewed by Benjamin Otte  <otte@gnome.org>
34327
34328         * ext/a52dec/gsta52dec.c:
34329         * ext/divx/gstdivxdec.c:
34330         * ext/divx/gstdivxenc.c:
34331         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
34332         * ext/faac/gstfaac.c: (gst_faac_base_init):
34333         * ext/faad/gstfaad.c: (gst_faad_base_init):
34334         * ext/ivorbis/vorbisfile.c:
34335         * ext/lame/gstlame.c:
34336         * ext/libfame/gstlibfame.c:
34337         * ext/mpeg2enc/gstmpeg2enc.cc:
34338         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
34339         * ext/sidplay/gstsiddec.cc:
34340         * ext/speex/gstspeexdec.c:
34341         * ext/speex/gstspeexenc.c:
34342         * ext/xvid/gstxviddec.c:
34343         * ext/xvid/gstxvidenc.c:
34344           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
34345           (fixes #142193)
34346
34347 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34348
34349         * ext/alsa/gstalsa.c: (device_list),
34350         (gst_alsa_class_probe_devices):
34351         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
34352           Fix alsa oddness in mixer after the combination of using mixer
34353           in source/sink elements and using hw:x,y instead of just hw:x.
34354
34355 2004-05-09  Benjamin Otte  <otte@gnome.org>
34356
34357         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
34358         (gst_wavparse_create_sourcepad):
34359           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
34360           sourcepads
34361
34362 2004-05-09  Benjamin Otte  <otte@gnome.org>
34363
34364         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34365           allow discont events before caps nego
34366
34367 2004-05-08  Benjamin Otte  <otte@gnome.org>
34368
34369         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34370           don't leak events
34371
34372 2004-05-08  Benjamin Otte  <otte@gnome.org>
34373
34374         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
34375         (gst_level_change_state), (gst_level_init):
34376         * gst/level/gstlevel.h:
34377           figure out if we're initialized directly instead of keeping a
34378           variable that's wrong in 90% of cases
34379           don't initialize pads and then leak them and use a new unitialized
34380           pad. (fixes #142084)
34381           these were bugs so n00bish I didn't find them for an hour :/
34382
34383 2004-05-08 Iain <iain@prettypeople.org>
34384
34385         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
34386         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
34387         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
34388         return the length that was read.
34389         (gst_riff_read_strf_auds): Allow fmt tags as well.
34390
34391 2004-05-07  David Schleef  <ds@schleef.org>
34392
34393         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
34394         signed char assumption in faad.h.
34395
34396 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34397
34398         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
34399           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
34400
34401 2004-05-07  Colin Walters  <walters@redhat.com>
34402
34403         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
34404         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
34405         function.
34406         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
34407         Add dispose function.
34408
34409 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
34410         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
34411           Fix caps nego and pad templates. RGB mode caps should
34412           work now.
34413         * ext/dvdnav/gst-dvd:
34414           Move mpeg2dec inside the thread because otherwise the
34415           queue rejects cap changes mid-stream
34416         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
34417         (gst_mpeg2dec_flush_decoder):
34418           For mpeg2dec > 0.4.0, call the flush function instead of
34419           manually extracting all in-flight frames.
34420         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
34421         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
34422           Change mime type video/dv go video/x-dv to match the
34423           rest of gst-plugins
34424
34425 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34426
34427         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34428         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
34429         (gst_alsa_sink_class_init):
34430         * ext/alsa/gstalsasink.h:
34431         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
34432         (gst_alsa_src_class_init):
34433         * ext/alsa/gstalsasrc.h:
34434           Make alsasink/src a subclass of alsamixer so that mixer stuff
34435           shows up in gst-rec. Needs some finetuning.
34436
34437 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34438
34439         * ext/lame/gstlame.c: (gst_lame_chain):
34440           simplify
34441         * ext/mad/gstmad.c: (gst_mad_handle_event):
34442           fix event leak
34443         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
34444           be able to detect mp3 files < 4096 bytes
34445
34446 2004-05-06  Wim Taymans  <wim@fluendo.com>
34447
34448         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34449         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34450         (theora_enc_set_property), (theora_enc_get_property):
34451         Also encode the first frame, cleanup some code.
34452
34453 2004-05-06  Wim Taymans  <wim@fluendo.com>
34454
34455         * ext/mpeg2enc/gstmpeg2enc.cc:
34456         Forward events first before deciding that negotiation was
34457         not performed.
34458
34459 2004-05-06  Wim Taymans  <wim@fluendo.com>
34460
34461         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
34462         First process the events before deciding that negotiation
34463         was not performed.
34464
34465 2004-05-06  Wim Taymans  <wim@fluendo.com>
34466
34467         * ext/theora/Makefile.am:
34468         * ext/theora/theora.c: (plugin_init):
34469         * ext/theora/theoradec.c: (theora_dec_change_state):
34470         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
34471         (gst_theora_enc_class_init), (gst_theora_enc_init),
34472         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
34473         (theora_enc_chain), (theora_enc_change_state),
34474         (theora_enc_set_property), (theora_enc_get_property):
34475         Added a theora encoder, grouped the encoder and decoder into the
34476         same plugin.
34477
34478 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
34479
34480         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
34481         (gst_jpegenc_chain):
34482         fix DURATION on outgoing buffers
34483         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
34484         debug using time formats
34485         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
34487         (gst_xvimagesink_sink_link):
34488         windows with width/height 0 generate X errors, so don't allow them
34489
34490 2004-05-05  Wim Taymans  <wim@fluendo.com>
34491
34492         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
34493         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
34494         (gst_mpeg2dec_negotiate_format):
34495         * ext/mpeg2dec/gstmpeg2dec.h:
34496           removed the static pad template so that we can add the
34497           more accurate framerate value to the caps.
34498
34499
34500 2004-05-04  Benjamin Otte  <otte@gnome.org>
34501
34502         * configure.ac:
34503           check for kdemacros.h, too (should fix #141821)
34504         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
34505           don't crash if no header was sent, but nicely error out (fixes part
34506           of #141554)
34507
34508 2004-05-04  Wim Taymans  <wim@fluendo.com>
34509
34510         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
34511         parent dispose function to avoid segfault on destroy.
34512
34513 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
34514
34515         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
34516         (plugin_init):
34517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34518         (gst_xvimagesink_sink_link):
34519         clean up debugging caps
34520         also recreate xvimage when format has changed
34521
34522 2004-05-04  Benjamin Otte  <otte@gnome.org>
34523
34524         * ext/libvisual/Makefile.am:
34525         * ext/libvisual/visual.c: (gst_visual_class_init),
34526         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
34527         (gst_visual_srclink), (gst_visual_chain),
34528         (gst_visual_change_state), (plugin_init):
34529           use a GstAdapter to correctly adapt buffer sizes - allows using a
34530           framerate
34531
34532 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
34533
34534         * sys/v4l/gstv4lelement.h:
34535         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34536         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
34537         (gst_v4lsrc_buffer_free):
34538         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
34539         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34540         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
34541         (gst_v4lsrc_requeue_frame):
34542         move some debugging categories around
34543         query for fps index and set accordingly if found
34544
34545 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34546
34547         * ext/lame/gstlame.c:
34548         correct defaults that lame_init puts out of range
34549
34550 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
34551
34552         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
34553         (gst_divxenc_class_init):
34554         fix range since -1 is the default
34555         * gst/mpeg1sys/gstmpeg1systemencode.c:
34556         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
34557         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
34558         (gst_rtjpegdec_chain):
34559         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
34560         (gst_rtjpegenc_chain):
34561         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
34562         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
34563         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
34564         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
34565         * sys/v4l/gstv4lsrc.c:
34566         * sys/v4l/v4l_calls.c: (gst_v4l_open):
34567         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34568         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34569         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
34570         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
34571           remove gst_info calls
34572
34573 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
34574
34575         * Makefile.am:
34576         * po/af.po:
34577         * po/az.po:
34578         * po/en_GB.po:
34579         * po/nl.po:
34580         * po/sr.po:
34581         * po/sv.po:
34582           Updated translations
34583
34584 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
34585
34586         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
34587           refactor/comment code
34588
34589 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34590
34591         * gst/asfdemux/Makefile.am:
34592         * gst/asfdemux/asfheaders.c:
34593         * gst/asfdemux/asfheaders.h:
34594         * gst/asfdemux/gstasf.c: (plugin_init):
34595         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
34596         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
34597         (gst_asf_demux_setup_pad):
34598         * gst/asfdemux/gstasfdemux.h:
34599         * gst/asfdemux/gstasfmux.c:
34600         * gst/asfdemux/gstasfmux.h:
34601           Add tagging support to demuxer, split out registration in its own
34602           file instead of in demux (hacky), and prevent having some tables
34603           in our memory multiple times (in asfheaders.h).
34604
34605 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34606
34607         * gst/matroska/matroska-demux.c:
34608         (gst_matroska_demux_parse_metadata):
34609         * gst/matroska/matroska-ids.h:
34610           Basic tag reading support.
34611
34612 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34613
34614         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
34615           Really detect ac-3 audio.
34616         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
34617           really detect matroska files (off-by-1).
34618
34619 2004-04-30  David Schleef  <ds@schleef.org>
34620
34621         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34622         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
34623         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
34624         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
34625         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
34626         hackage -- parse a lot more atoms, extract a few tags.  One might even
34627         mistake this for tag support.  Maybe it is.
34628         * gst/qtdemux/qtdemux.h:
34629
34630 2004-04-30  Colin Walters  <walters@verbum.org>
34631
34632         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
34633
34634 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
34635
34636         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34637         (gst_ffmpegcolorspace_getcaps):
34638           remove broken nego fix
34639
34640 2004-04-30  Benjamin Otte  <otte@gnome.org>
34641
34642         * configure.ac:
34643         * ext/Makefile.am:
34644         * ext/libvisual/Makefile.am:
34645         * ext/libvisual/visual.c:
34646           add initial support for libvisual (http://libvisual.sourceforge.net)
34647           libvisual is still quite alpha, so expect crashes in there :)
34648
34649 2004-04-29  David Schleef  <ds@schleef.org>
34650
34651         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
34652         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
34653         up qtdemux to make it spit out codec_data.  Do _not_ look at this
34654         code; you will no longer respect me.
34655
34656 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34657
34658         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
34659         * ext/alsa/gstalsa.h :
34660         change alsa pcm device discovery to find more than 1 device
34661         per card. code review by Ronald.
34662
34663 2004-04-29  David Schleef  <ds@schleef.org>
34664
34665         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
34666         Add a check for a driver bug on FreeBSD.  (bug #140565)
34667
34668 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
34669
34670         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
34671         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
34672         (gst_jpegenc_getcaps):
34673           move format setting to inner loop
34674         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34675         (gst_ffmpegcolorspace_getcaps):
34676           use GST_PAD_CAPS if available so that we use already negotiated
34677           caps
34678         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
34679         (qtdemux_parse_moov), (qtdemux_parse):
34680           extra debugging
34681         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
34682         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
34683           move hardcoded path to DEFINE
34684
34685 2004-04-28  David Schleef  <ds@schleef.org>
34686
34687         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
34688         (bug #140064)
34689
34690 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34691
34692         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
34693           Don't probe for playback device if we're a source element. Fixes
34694           #139658.
34695
34696 2004-04-29  Benjamin Otte  <otte@gnome.org>
34697
34698         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
34699         (gst_id3_tag_chain):
34700           rewrite buffer offset
34701
34702 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34703
34704         * configure.ac:
34705         * ext/Makefile.am:
34706         * ext/dts/Makefile.am:
34707         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
34708         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
34709         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
34710         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
34711         (gst_dtsdec_loop), (gst_dtsdec_change_state),
34712         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
34713         (plugin_init):
34714         * ext/dts/gstdtsdec.h:
34715           New DTS decoder.
34716         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
34717         (gst_faad_srcconnect):
34718           Add ESDS atom handling (.m4a).
34719
34720 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34721
34722         * ext/divx/gstdivxdec.c: (plugin_init):
34723           Remove comment that makes no sense.
34724         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
34725           Fix for obvious typo that resulted in warnings during gst-register.
34726         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
34727         (gst_xviddec_sink_link):
34728           Fix caps negotiation a bit better.
34729         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
34730           We call this 'codec_data', not 'esds'.
34731
34732 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34733
34734         * gst/monoscope/gstmonoscope.c:
34735           make sure we only provide 256x128
34736         * gst/monoscope/monoscope.c: (monoscope_init):
34737           assert size of 256x128
34738
34739 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
34740
34741         * Makefile.am:
34742         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
34743         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
34744           fixate to max width and height of device
34745
34746 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
34747
34748         * Makefile.am:
34749         * sys/v4l/gstv4l.c:
34750         * sys/v4l/gstv4lsrc.c:
34751         * sys/v4l/v4l_calls.c:
34752         * sys/v4l/v4lsrc_calls.c:
34753           fix for qc-usb driver which fakes having more than one buffer
34754           by handing the same buffer twice, which confused GStreamer's/v4lsrc
34755           buffer_free override
34756           add debugging
34757
34758 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
34759
34760         * Makefile.am:
34761         * gst/videotestsrc/gstvideotestsrc.c:
34762         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
34763         (gst_videotestsrc_init), (gst_videotestsrc_get),
34764         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
34765         * gst/videotestsrc/gstvideotestsrc.h:
34766           add num-buffers property
34767
34768         2004-04-26  Benjamin Otte  <otte@gnome.org>
34769
34770         * ext/mad/gstid3tag.c: (plugin_init):
34771           set id3mux rank to NONE so it doesn't confuse spider
34772           require audio/mpeg,mpegversion=1 in id3mux
34773
34774 2004-04-26  Benjamin Otte  <otte@gnome.org>
34775
34776         * configure.ac:
34777           detect faad correctly as non-working if it's indeed non-working
34778
34779 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
34780
34781         * Makefile.am:
34782         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
34783         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
34784         fix _getcaps so it only negotiates to its supported format
34785
34786 2004-04-25  Benjamin Otte  <otte@gnome.org>
34787
34788         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
34789           fix memleak
34790
34791 2004-04-23  Benjamin Otte  <otte@gnome.org>
34792
34793         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
34794           audio/x-raw-int with height rules! not. Now it's depth.
34795
34796 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34797
34798         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
34799         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
34800         (gst_wavparse_loop):
34801           Missing variable initialization. Add handling of DVI ADPCM. Fix
34802           mis-parsing of LIST chunks. This works around a bug where we mis-
34803           parse non-aligning LIST chunks (so LIST chunks where the contents
34804           don't align with the actual LIST size). The correct fix is to use
34805           rifflib, I'm not going to fix wavparse - too much work. All this
34806           fixes #104878.
34807
34808 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34809
34810         reviewed by Benjamin Otte  <otte@gnome.org>
34811
34812         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
34813           fix shoutcast not working (fixes #140844)
34814
34815 2004-04-22  Benjamin Otte  <otte@gnome.org>
34816
34817         * ext/hermes/gsthermescolorspace.c:
34818         (gst_hermes_colorspace_caps_remove_format_info):
34819         * gst/colorspace/gstcolorspace.c:
34820         (gst_colorspace_caps_remove_format_info):
34821         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34822         (gst_ffmpegcolorspace_caps_remove_format_info):
34823           s/gst_caps_simplify/gst_caps_do_simplify/
34824
34825 2004-04-22  Benjamin Otte  <otte@gnome.org>
34826
34827         * gst-libs/gst/riff/riff-media.c:
34828         (gst_riff_create_video_caps_with_data):
34829           mpegversion is an int
34830         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
34831           don't try to create pad templates with NULL caps, use any caps
34832           instead.
34833
34834 2004-04-20  David Schleef  <ds@schleef.org>
34835
34836         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
34837         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
34838         (bug #140384)
34839
34840 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
34841
34842         reviewed by David Schleef
34843
34844         * ext/mad/gstid3tag.c: Add stdlib.h
34845         * gst/rtp/gstrtpgsmenc.c: same
34846         * gst/tags/gstid3tag.c: same
34847         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
34848         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
34849         GST_DISABLE_LOADSAVE use.
34850         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
34851         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
34852         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
34853         atol(3)).
34854         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
34855         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
34856         strtoul(3)).
34857         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
34858         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
34859         $(ID3_CFLAGS).
34860         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
34861         $(LIBFAME_CFLAGS).
34862
34863 2004-04-20  David Schleef  <ds@schleef.org>
34864
34865         * gst/realmedia/rmdemux.c:  This was supposed to part of the
34866         last checkin.  Same idea.
34867
34868 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
34869
34870         reviewed by David Schleef
34871
34872         * configure.ac: bump required gstreamer version to 0.8.1.1
34873         because of following changes [--ds]
34874
34875         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
34876         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
34877         (gst_riff_read_header):  Use GST_READ_UINT*
34878         macros to access possibly unaligned memory.
34879
34880         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
34881         (mp3_type_find):  Use GST_READ_UINT*
34882         macros to access possibly unaligned memory.
34883         (mp3_type_find, mpeg1_parse_header, qt_type_find)
34884         (speex_type_find): Likewise
34885
34886         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
34887
34888         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
34889         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
34890         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
34891         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
34892         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
34893         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
34894         macros to access possibly unaligned memory.
34895
34896         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
34897         Likewise.
34898
34899         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
34900         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
34901
34902         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
34903         Likewise.
34904
34905         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
34906         (gst_mpeg2subt_chain_subtitle): Likewise.
34907
34908         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
34909         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
34910         Likewise.
34911
34912         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
34913         Likewise.
34914
34915         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
34916         Likewise.
34917
34918         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
34919         Likewise.
34920
34921 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34922
34923         * configure.ac:
34924           update required version of GStreamer because of GST_TIME_FORMAT
34925
34926 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34927
34928         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
34929           remove leftover g_print
34930         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34931           don't try setting only a subset of the caps. We don't want to kill
34932           autoplugging on purpose
34933
34934 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34935
34936         * sys/ximage/ximagesink.c: (plugin_init):
34937         * sys/xvimage/xvimagesink.c: (plugin_init):
34938           add debugging categories
34939
34940 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34941
34942         * po/en_GB.po:
34943         * po/LINGUAS:
34944           Adding en_GB translation (Gareth Owen)
34945
34946 2004-04-20  David Schleef  <ds@schleef.org>
34947
34948         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
34949         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
34950         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
34951         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
34952         A number of new features and hacks to extract the esds atom and
34953         put it into the caps.  (bug #137724)
34954
34955 2004-04-19  David Schleef  <ds@schleef.org>
34956
34957         * gconf/Makefile.am: Fix for non-GNU make
34958         * gst-libs/gst/Makefile.am: Change directory order to handle
34959         GstPlay linking with gstinterfaces
34960         * gst-libs/gst/audio/make_filter: make use of tr portable
34961         * gst-libs/gst/play/Makefile.am: Add intended \
34962         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
34963         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
34964         function prototype instead of void *.
34965         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
34966         macro.
34967         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
34968         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
34969         * gst/videofilter/make_filter: make use of tr portable
34970         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
34971
34972 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34973
34974         * po/LINGUAS:
34975         * po/uk.po:
34976           Added Ukrainian translation (Maxim V. Dziumanenko)
34977
34978 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34979
34980         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
34981         (gst_gsmdec_link), (gst_gsmdec_chain):
34982           Fix capsnego, simplify chain function slightly.
34983         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
34984           Add GSM.
34985
34986 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34987
34988         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
34989         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
34990         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
34991           Hack to make wavparse work with spider (always -> sometimes pad).
34992           Fixes #135862 && #140411.
34993
34994 2004-04-18  Benjamin Otte  <otte@gnome.org>
34995
34996         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
34997         (gst_osselement_rate_probe_check),
34998         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
34999           get rid of \n in debug output
35000
35001 2004-04-17  Iain <iain@prettypeople.org>
35002
35003         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35004         not just EOS.
35005
35006 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35007
35008         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35009         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35010         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35011         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35012         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35013         (gst_id3_tag_change_state), (plugin_init):
35014           deprecate id3tag element and replace with id3demux/id3mux.
35015           great side effect: this ugly file is now even uglier, yay!
35016         * ext/mad/gstmad.h:
35017           remove non-available function
35018           update for new get_type
35019
35020 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35021
35022         * configure.ac:
35023           require mpeg2dec >= 0.4.0
35024
35025 2004-04-17  Benjamin Otte  <otte@gnome.org>
35026
35027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35028         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35029         (gst_xvimagesink_set_xwindow_id):
35030           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35031           assorted cleanup fixes.
35032
35033 2004-04-16  David Schleef  <ds@schleef.org>
35034
35035         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35036         * sys/xvimage/xvimagesink.h: same
35037
35038 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35039
35040         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35041           Fix GST_ELEMENT_ERROR with (NULL)
35042
35043 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35044
35045         * gst-libs/gst/riff/riff-media.c:
35046         (gst_riff_create_video_caps_with_data):
35047           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35048
35049 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35050
35051         * gst-libs/gst/riff/riff-media.c:
35052         (gst_riff_create_video_caps_with_data),
35053         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35054         (gst_riff_create_video_template_caps),
35055         (gst_riff_create_audio_template_caps):
35056         * gst-libs/gst/riff/riff-media.h:
35057         * gst-libs/gst/riff/riff-read.c:
35058         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35059         * gst-libs/gst/riff/riff-read.h:
35060         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35061           Add MS RLE support. I added some functions to read out strf chunks
35062           into strf chunks and the data behind it. This is usually color
35063           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35064           caps creation. Lastly, add ADPCM (similar to wavparse - which
35065           should eventually be rifflib based).
35066         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35067         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35068         * gst/matroska/matroska-demux.h:
35069           Remove placeholders for some prehistoric tagging system. Didn't add
35070           support for any tag system really anyway.
35071         * gst/qtdemux/qtdemux.c:
35072           Add support for audio/x-m4a (MPEG-4) through spider.
35073         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35074         (gst_wavparse_loop):
35075           ADPCM support (#135862). Increase max. buffer size because we
35076           cannot split buffers for ADPCM (screws references) and I've seen
35077           files with 2048 byte chunks. 4096 seems safe for now.
35078
35079 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35080
35081         * configure.ac: bump nano to 1
35082
35083 === release 0.8.1 ===
35084
35085 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35086
35087         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35088
35089 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35090
35091         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35092           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35093           Fixes #140058
35094
35095 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35096
35097         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35098           lower rank of dvddemux so that it's not used for mpeg playback.
35099
35100 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35101
35102         * configure.ac:
35103           save libs correctly when checking mad
35104
35105 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35106
35107         * ext/mad/gstid3tag.c: (plugin_init):
35108           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35109
35110 2004-04-13  David Schleef  <ds@schleef.org>
35111
35112         * common/m4/gst-feature.m4: Call -config scripts with
35113         --plugin-libs if it is supported.
35114         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35115         JPEG images are image/jpeg.
35116         * gst/debug/Makefile.am:
35117         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35118         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35119         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35120         (gst_negotiation_plugin_init): Add a property that acts like
35121         filter caps.
35122         * testsuite/gst-lint:  Move license checking to be a standard
35123         test.
35124
35125 2004-04-13  David Schleef  <ds@schleef.org>
35126
35127         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35128         patch from Sebastien Cote (bug #139958)
35129
35130 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35131
35132         * examples/gstplay/Makefile.am:
35133         * examples/gstplay/player.c: (main):
35134           make the commandline player example use gconf settings
35135
35136 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35137
35138         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35139         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35140         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35141           init/end library during state transition, not object
35142           creation/disposal.  get rid of custom dispose handler.
35143
35144
35145 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35146
35147         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35148         be a symlink
35149
35150 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35151
35152         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35153           Handle JUNK chunks inside data section. Prevents warnings.
35154
35155 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35156
35157         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35158         (gst_riff_create_video_template_caps):
35159           Add MS video v1.
35160         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35161         (gst_avi_demux_stream_data):
35162           Add support for "rec-list" chunks.
35163
35164 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35165
35166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35167           Fix another codecname mismatch.
35168
35169 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35170
35171         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35172           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35173           so that MJPEG plays back.
35174
35175 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35176
35177         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35178         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35179         * gst/mpeg1videoparse/gstmp1videoparse.h:
35180           Fix for some slight mis-cuts in buffer parsing, and for some
35181           potential overflows or faults-causers. Adds disconts. Also fixes
35182           #139105 while we're at it.
35183
35184 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35185
35186         * configure.ac:
35187         * sys/v4l2/gstv4l2element.h:
35188           Workaround for missing struct v4l2_buffer declaration in Suse 9
35189           and Mandrake 10 linux/videodev2.h header file (#135919).
35190
35191 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35192
35193         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35194           Bail out if no filename was given.
35195
35196 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35197
35198         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35199         (gst_v4l2_fourcc_from_structure):
35200           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35201           Y41B somewhere).
35202
35203 2004-04-09  Benjamin Otte  <otte@gnome.org>
35204
35205         * ext/gnomevfs/gstgnomevfssink.c:
35206         (_gst_boolean_allow_overwrite_accumulator),
35207         (gst_gnomevfssink_class_init):
35208           fix erase signal - if any handler returns false the file will not be
35209           overwritten. If no handler is connected, the file will not be
35210           overwritten either.
35211           renamed signal to "allow-overwrite"
35212         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35213           free string when adding it to ID3 failed
35214         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35215           unref event when done
35216         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35217           free caps
35218         * gst/typefind/gsttypefindfunctions.c:
35219         (mpeg_video_stream_type_find):
35220           fix invalid read
35221
35222 2004-04-08  David Schleef  <ds@schleef.org>
35223
35224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35225         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
35226
35227 2004-04-08  David Schleef  <ds@schleef.org>
35228
35229         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
35230         we don't support (bug #139532)
35231
35232 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35233
35234         * ext/mad/gstmad.c: (gst_mad_handle_event),
35235         (gst_mad_check_caps_reset), (gst_mad_chain),
35236         (gst_mad_change_state):
35237           only set explicit caps if they haven't been set before for
35238           this stream.  MPEG-audio sample rate/channels aren't allowed
35239           to change in-stream.
35240           Fixes #139382
35241
35242 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35243
35244         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
35245         (_gst_boolean_did_something_accumulator),
35246         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
35247         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
35248         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
35249         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
35250         (gst_gnomevfssink_change_state):
35251           Fix erase signal. Don't erase by default. Remove handoff signal.
35252           Remove erase property. Don't segfault. General cleanup.
35253
35254 2004-04-07  Benjamin Otte  <otte@gnome.org>
35255
35256         * gst-libs/gst/gconf/test-gconf.c: (main):
35257           add missing gst_init
35258
35259 2004-04-07  Benjamin Otte  <otte@gnome.org>
35260
35261         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35262           free the mutexes, too
35263
35264 2004-04-07  Benjamin Otte  <otte@gnome.org>
35265
35266         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35267           actually free the URI string
35268         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
35269           compute offset correctly when passing discont events
35270         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35271           don't leak discont events
35272         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35273           add some missing breaks so caps aren't copied randomly
35274         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
35275           if we realloc memory, we better use it
35276
35277 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35278
35279         * ext/mad/gstmad.c: (normal_seek):
35280           fix GST_FORMAT_TIME usage
35281
35282 2004-04-05  David Schleef  <ds@schleef.org>
35283
35284         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
35285         a deprecated function (hack!)
35286
35287 2004-04-05  Benjamin Otte  <otte@gnome.org>
35288
35289         * ext/esd/esdmon.c: (gst_esdmon_get):
35290           fix nonterminated vararg and memleak
35291
35292 2004-04-05  Benjamin Otte  <otte@gnome.org>
35293
35294         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
35295         (gst_ladspa_init), (gst_ladspa_force_src_caps),
35296         (gst_ladspa_set_property), (gst_ladspa_get_property),
35297         (gst_ladspa_instantiate), (gst_ladspa_activate),
35298         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
35299           clean up debugging
35300
35301 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
35302
35303         reviewed by Benjamin Otte  <otte@gnome.org>
35304
35305         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
35306           check for broken LADSPA parameters (fixes #138635)
35307
35308 2004-04-05  Benjamin Otte  <otte@gnome.org>
35309
35310         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
35311           advertise buffer-frames correctly on sinkpads
35312
35313 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35314
35315         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
35316         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
35317         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
35318         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
35319         (gst_mad_check_caps_reset), (gst_mad_chain):
35320         add more debugging, only reset caps when we're not in error state
35321
35322 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35323
35324         * ext/mad/gstmad.c: add debugging category, comment + cleanups
35325
35326 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35327
35328         reviewed by Benjamin Otte  <otte@gnome.org>
35329
35330         * configure.ac:
35331           fix == in test(1) operator
35332
35333 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35334
35335         reviewed by Benjamin Otte  <otte@gnome.org>
35336
35337         * configure.ac:
35338           fix --export-symblos-regex to a working regex.
35339
35340 2004-04-04  Benjamin Otte  <otte@gnome.org>
35341
35342         * sys/oss/.cvsignore:
35343           add for oss_probe
35344
35345 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
35346
35347         reviewed by Benjamin Otte  <otte@gnome.org>
35348
35349         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35350           add missing 'new_media' argument (fixes #138168)
35351         * gst/matroska/matroska-demux.c:
35352         (gst_matroska_demux_handle_seek_event):
35353           add vararg terminator (fixes #138169)
35354
35355 2004-04-02  David Schleef  <ds@schleef.org>
35356
35357         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
35358         disted (bug #138914)
35359
35360 2004-04-01  Benjamin Otte  <otte@gnome.org>
35361
35362         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
35363         (gst_alsa_close_audio):
35364           handle case better where a soundcard can't pause
35365         * ext/ogg/gstoggdemux.c:
35366           don't crash when we get events but don't have pads yet
35367
35368 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35369
35370         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
35371           throw an error if we couldn't probe any caps.
35372
35373 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
35374
35375         * ext/dvdnav/gst-dvd:
35376         Add a really simple sample DVD player
35377
35378 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
35379
35380         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
35381         (gst_a52dec_push), (gst_a52dec_handle_event),
35382         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
35383         (gst_a52dec_change_state):
35384         * ext/a52dec/gsta52dec.h:
35385           Use a debug category, Output timestamps correctly
35386           Emit tag info, Handle events, tell liba52dec about cpu
35387           capabilities so it can use MMX etc.
35388         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
35389           Fix a crasher accessing invalid memory
35390         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
35391         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
35392         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
35393         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
35394         (dvdnavsrc_query):
35395           Some support for byte-format seeking.
35396           Small fixes for still frames and menu button overlays
35397         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35398         (gst_mpeg2dec_alloc_buffer):
35399           Use a debug category. Adjust the report level of several items to
35400           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
35401           so it doesn't lose the GstBuffer pointer
35402         * gst/debug/Makefile.am:
35403         * gst/debug/gstdebug.c: (plugin_init):
35404         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
35405         (gst_navseek_base_init), (gst_navseek_class_init),
35406         (gst_navseek_init), (gst_navseek_seek),
35407         (gst_navseek_handle_src_event), (gst_navseek_set_property),
35408         (gst_navseek_get_property), (gst_navseek_chain),
35409         (gst_navseek_plugin_init):
35410         * gst/debug/gstnavseek.h:
35411           Add the navseek debug element for seeking back and forth in a
35412           video stream using arrow keys.
35413         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
35414         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
35415         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
35416         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
35417         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
35418         (gst_mpeg2subt_parse_header), (gst_get_nibble),
35419         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
35420         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
35421         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
35422         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
35423         * gst/mpeg2sub/gstmpeg2subt.h:
35424           Pretty much a complete rewrite. Now a loopbased element. May still
35425           require work to properly synchronise subtitle buffers.
35426         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
35427         (gst_dvd_demux_send_subbuffer):
35428         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
35429           Don't attempt to create subbuffers of size 0
35430           Reduce a couple of error outputs to warnings.
35431         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
35432         (gst_y4mencode_chain):
35433         Output the y4m frame header correctly.
35434
35435 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35436
35437         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
35438           throw errors instead of allowing SIGFPE
35439
35440 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35441
35442         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
35443         (gst_gconf_render_bin_from_key):
35444           leak plugging and style fixing
35445
35446 2004-03-31  David Schleef  <ds@schleef.org>
35447
35448         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
35449         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
35450         (bug #138225)
35451         * gst/debug/Makefile.am:
35452         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
35453         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
35454         plugin.
35455         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
35456         (gst_negotiation_base_init), (gst_negotiation_class_init),
35457         (gst_negotiation_init), (gst_negotiation_getcaps),
35458         (gst_negotiation_pad_link), (gst_negotiation_chain),
35459         (gst_negotiation_set_property), (gst_negotiation_get_property),
35460         (gst_negotiation_plugin_init):  New element to talk about random
35461         negotiation things happening in a pipeline.
35462
35463 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
35464
35465         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
35466           fix integer addition with help of Stefan Kost
35467
35468 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
35469
35470         * po/nl.po: updated Dutch translation (Elros Cyriatan)
35471
35472 2004-03-30  David Schleef  <ds@schleef.org>
35473
35474         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
35475         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
35476         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
35477         (bug #137504)
35478         * ext/mpeg2dec/gstmpeg2dec.h:
35479
35480 2004-03-30  David Schleef  <ds@schleef.org>
35481
35482         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
35483
35484 2004-03-30  David Schleef  <ds@schleef.org>
35485
35486         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
35487         Michael Petullo) to handle .mov
35488
35489 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35490
35491         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
35492         (gst_osselement_rate_check_rate):
35493           probe caps correctly for sound cards that only support one format
35494
35495 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35496
35497         * ext/kio/kiosrc.cpp: (process_events):
35498           update handling event processing if inside KDE - untested
35499
35500 2004-03-29  David Schleef  <ds@schleef.org>
35501
35502         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
35503         by 2 to not interfere with other colorspaces.
35504         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
35505         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
35506         one to not interfere with ffmpeg_colorspace.
35507
35508 2004-03-29  David Schleef  <ds@schleef.org>
35509
35510         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
35511         aren't in the caps.
35512         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
35513         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
35514
35515 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35516
35517         * gst-libs/gst/riff/riff-media.c:
35518           fail on error, don't try to set stuff on NULL caps
35519
35520 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35521
35522         * configure.ac:
35523         * ext/Makefile.am:
35524         * ext/kio/Makefile.am:
35525         * ext/kio/kioreceiver.cpp:
35526         * ext/kio/kioreceiver.h:
35527         * ext/kio/kiosrc.cpp:
35528         * ext/kio/kiosrc.h:
35529           add experimental kiosrc plugin
35530         * ext/alsa/gstalsaplugin.c: (plugin_init):
35531           initialize debugging category only when we're sure registering the
35532           plugins worked.
35533
35534 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35535
35536         * examples/gstplay/player.c: (main):
35537         * gst-libs/gst/play/play.c: (gst_play_class_init),
35538         (gst_play_set_location), (gst_play_set_data_src),
35539         (gst_play_set_video_sink), (gst_play_set_audio_sink),
35540         (gst_play_set_visualization), (gst_play_connect_visualization):
35541           check return values of element_set_state and return FALSE where
35542           failed
35543
35544 2004-03-29  Benjamin Otte  <otte@gnome.org>
35545
35546         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35547           try harder to check if an event is really a discont
35548
35549 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35550
35551         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
35552         * po/az.po:
35553
35554 2004-03-28  Benjamin Otte  <otte@gnome.org>
35555
35556         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
35557         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35558         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
35559           get rid of non-standard "..." ranges in case statements.
35560
35561 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
35562
35563         * gst/mpegstream/gstmpegdemux.c:
35564         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
35565         specific functionality split to the new dvddemux element.
35566         * gst/mpegstream/gstdvddemux.c:
35567         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
35568         streams, derived from mpegdemux.
35569         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
35570         up. SCR based timestamp rewriting can be turned off (will probably
35571         completely disappear soon).
35572         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
35573         hacking. General cleanup. All printf statements replaced by
35574         debugging messages. Almost complete libdvdnav support.
35575         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
35576         by events. New properties for audio and subpicture languages.
35577         (dvdnavsrc_update_highlight): Now uses events.
35578         (dvdnavsrc_user_op): Cleaned up.
35579         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
35580         based). Lots of cleanup, and propper support for most libdvdnav
35581         events.
35582         (dvdnavsrc_make_dvd_event): New function.
35583         (dvdnavsrc_make_dvd_nav_packet_event): New function.
35584         (dvdnavsrc_make_clut_change_event): New function.
35585
35586 2004-03-26  Benjamin Otte  <otte@gnome.org>
35587
35588         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
35589           fix bug where typefinding would claim it's theora whenever less then
35590           7 bytes of data were available
35591
35592 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35593
35594         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
35595         (gst_alawdec_base_init), (gst_alawdec_class_init),
35596         (gst_alawdec_init), (gst_alawdec_chain):
35597         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
35598         (gst_alawenc_base_init), (gst_alawenc_class_init),
35599         (gst_alawenc_init), (gst_alawenc_chain):
35600         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
35601         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
35602         (gst_mulawdec_init), (gst_mulawdec_chain):
35603         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
35604         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
35605         (gst_mulawenc_init), (gst_mulawenc_chain):
35606           Fix capsnego in all four, remove the unused property functions and
35607           simplify the chain functions slightly. I guess we could use macros
35608           or something similar for those, since the code is so similar, but
35609           I'm currently too lazy...
35610
35611 2004-03-24  David Schleef  <ds@schleef.org>
35612
35613         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35614         (gst_osselement_close_audio), (gst_osselement_probe_caps),
35615         (gst_osselement_get_format_structure),
35616         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
35617         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
35618         (gst_osselement_rate_int_compare): Add code to handle rate probing
35619         (bug #120883)
35620         * sys/oss/gstosselement.h: same
35621         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
35622         Use rate probing provided by osselement.
35623         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
35624
35625 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35626
35627         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
35628         (gst_xvidenc_get_property):
35629           ulong/int mess-up.
35630
35631 2004-03-24  David Schleef  <ds@schleef.org>
35632
35633         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
35634         (gst_speexdec_init):
35635         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
35636         (gst_speexenc_init):  Create the pad template correctly (from
35637         the static pad template, not a NULL pointer.)
35638
35639 2004-03-25  Benjamin Otte  <otte@gnome.org>
35640
35641         * gst/debug/Makefile.am:
35642         * gst/debug/breakmydata.c:
35643           add element that quasi-randomly changes bytes in the stream.
35644           Intended use is robustness checking of demuxers and decoders in
35645           media tests.
35646
35647 2004-03-24  Benjamin Otte  <otte@gnome.org>
35648
35649         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
35650         (gst_alsa_probe_hw_params):
35651         * ext/alsa/gstalsa.h:
35652           debugging output fixes
35653
35654 2004-03-24  Benjamin Otte  <otte@gnome.org>
35655
35656         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
35657           don't g_return_if_fail if element is PLAYING, fail silently as every
35658           other element.
35659         * gst/effectv/gstquark.c: (gst_quarktv_chain):
35660           only fix needed for cast lvalue issues in gst-plugins
35661         * gst/volenv/gstvolenv.c: (gst_volenv_init):
35662           add proxy_getcaps
35663
35664 2004-03-24  Benjamin Otte  <otte@gnome.org>
35665
35666         * gst/level/gstlevel.c: (gst_level_init):
35667           add proxying getcaps function, so level doesn't advertise impossible
35668           caps
35669
35670 2004-03-24  David Schleef  <ds@schleef.org>
35671
35672         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35673         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
35674         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
35675         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
35676         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
35677         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
35678         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
35679         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
35680         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
35681         messages.  Divide the chunk size by the compression ratio
35682         (needed for MACE audio)
35683
35684 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35685
35686         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35687           Fix buffer overflow read error.
35688
35689 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35690
35691         * ext/alsa/gstalsa.h:
35692           Remove unused entry.
35693         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35694           Add cinepak.
35695         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
35696         (gst_videodrop_link), (gst_videodrop_chain):
35697           Fix, sort of. Was horribly broken with new capsnego. Bah...
35698
35699 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
35700
35701         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
35702         (plugin_init):
35703         Add a monkeysaudio typefind function
35704
35705 2004-03-23  Johan Dahlin  <johan@gnome.org>
35706
35707         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
35708         (gst_play_video_fixate): Check so the structure has the field
35709         before trying to fixate them, this makes it possible to have
35710         fakesinks for video and audio output without printing errors on
35711         the output console.
35712
35713 2004-03-22  David Schleef  <ds@schleef.org>
35714
35715         * sys/oss/Makefile.am:
35716         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
35717         (check_rate), (add_rate):  Rate probing test app.
35718
35719 2004-03-21  Benjamin Otte  <otte@gnome.org>
35720
35721         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
35722         (_fixate_caps_to_int), (gst_audio_convert_fixate):
35723           add a fixation function that pretty much does the right thing (fixes
35724           #137556)
35725
35726 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
35727
35728         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
35729
35730 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
35731
35732         reviewed by: Benjamin Otte  <otte@gnome.org>
35733
35734         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
35735           terminate gst_event_new_discontinuous correctly (fixes parts of
35736           #137711)
35737
35738 2004-03-19  David Schleef  <ds@schleef.org>
35739
35740         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
35741         since it doesn't depend on X, and it's part of our ABI.
35742
35743 2004-03-19  Iain <iain@prettypeople.org>
35744
35745         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
35746         is_int in the structure, not the local variable.
35747
35748 2004-03-19  David Schleef  <ds@schleef.org>
35749
35750         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
35751         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
35752         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
35753         Improvements in caps negotiation.
35754
35755 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
35756
35757         * po/LINGUAS:
35758         * po/af.po:
35759           adding Afrikaans (Petri Jooste)
35760
35761 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
35762
35763         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35764         (gst_ffmpegcolorspace_chain):
35765         throw error instead of g_critical (#137588)
35766
35767 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
35768
35769         * Makefile.am:
35770         * configure.ac:
35771           dist common and m4 correctly
35772         * po/sv.po:
35773
35774 2004-03-17  David Schleef  <ds@schleef.org>
35775
35776         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
35777         (bug #137348)
35778
35779 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
35780
35781         * po/LINGUAS:
35782         * po/sv.po:
35783           adding Swedish translation (Christian Rose)
35784
35785 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
35786
35787         * Makefile.am: use release.mak
35788
35789 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35790
35791         * common/ChangeLog:
35792         * common/gst-autogen.sh:
35793           add some explanation about the version detection
35794         * configure.ac:
35795           fix X check
35796
35797 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35798
35799         * configure.ac: bump nano to 1
35800
35801 === release 0.8.0 ===
35802
35803 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35804
35805         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
35806
35807 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35808
35809         * configure.ac:
35810           update libtool version
35811         * gst-libs/gst/media-info/Makefile.am:
35812           actually use libtool version
35813
35814 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35815
35816         * configure.ac: fix speex detection to work with 1.0 but not 1.1
35817
35818 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35819
35820         * configure.ac:
35821         * gst-plugins.spec.in:
35822         * pkgconfig/Makefile.am:
35823         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
35824         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
35825         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
35826         * pkgconfig/gstreamer-libs.pc.in:
35827         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
35828         * pkgconfig/gstreamer-play-uninstalled.pc.in:
35829         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
35830         * pkgconfig/gstreamer-plugins.pc.in:
35831           remove @VERSION@ from some of the pc files since core and plugins
35832           are decoupled.
35833           created gstreamer-plugins.pc as it's a better name, but keeping
35834           -libs around for now to get fixes upstream done first.
35835
35836 2004-03-15  Julien MOUTTE <julien@moutte.net>
35837
35838         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
35839         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
35840         * gst-libs/gst/play/play.h:
35841
35842 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35843
35844         * *.c, *.cc: don't mix tabs and spaces
35845
35846 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35847
35848         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
35849           use the new ffmpegcolorspace
35850         * gst-plugins.spec.in:
35851           package new colorspace and media-info
35852         * configure.ac:
35853         * pkgconfig/Makefile.am:
35854           fix some more disting issues
35855         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
35856         * pkgconfig/gstreamer-media-info.pc.in:
35857           generate media-info pc files
35858
35859 2004-03-15  Johan Dahlin  <johan@gnome.org>
35860
35861         * *.h: Revert indenting
35862
35863 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35864
35865         * configure.ac:
35866           adding ffmpegcolorspace element
35867         * gst/ffmpegcolorspace/Makefile.am:
35868         * gst/ffmpegcolorspace/avcodec.h:
35869         * gst/ffmpegcolorspace/common.h:
35870         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
35871         * gst/ffmpegcolorspace/dsputil.h:
35872         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
35873         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
35874         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
35875         (gst_ffmpeg_caps_to_pix_fmt):
35876         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
35877         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35878         (gst_ffmpegcolorspace_caps_remove_format_info),
35879         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
35880         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
35881         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
35882         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
35883         (gst_ffmpegcolorspace_set_property),
35884         (gst_ffmpegcolorspace_get_property),
35885         (gst_ffmpegcolorspace_register):
35886         * gst/ffmpegcolorspace/imgconvert.c:
35887         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
35888         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
35889         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
35890         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
35891         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
35892         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
35893         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
35894         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
35895         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
35896         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
35897         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
35898         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
35899         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
35900         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
35901         (img_get_alpha_info), (deinterlace_line),
35902         (deinterlace_line_inplace), (deinterlace_bottom_field),
35903         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
35904         * gst/ffmpegcolorspace/imgconvert_template.h:
35905         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
35906         * gst/ffmpegcolorspace/mmx.h:
35907         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
35908           adding ffmpegcolorspace element supplied by Ronald after cleaning
35909           up and pulling in the right bits of upstream source.
35910           I'm sure a better C/compiler wizard could do some cleaning up (for
35911           example use GLIB's malloc stuff), but as a first pass this
35912           works very well
35913
35914 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35915
35916         * ext/alsa/gstalsa.h:
35917           I assume Ronald forgot to commit the change to have cardname
35918           as a struct member.  Expect some public spanking at the next
35919           opportunity.
35920
35921 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35922
35923         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
35924         (gst_alsa_open_audio), (gst_alsa_close_audio):
35925         * ext/alsa/gstalsa.c:
35926           Don't open the device if we're a mixer (= padless).
35927         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
35928         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
35929         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
35930           Open mixer during state change rather than during object
35931           initialization. Also, get a device name. Currently in a somewhat
35932           hackish fashion, but I didn't really find something better.
35933
35934 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35935
35936         * *.c, *.h: run gst-indent
35937
35938 2004-03-14  Benjamin Otte  <otte@gnome.org>
35939
35940         * gst/modplug/gstmodplug.cc:
35941         * gst/modplug/gstmodplug.h:
35942           set correct timestamps on outgoing buffers
35943
35944 2004-03-14  Benjamin Otte  <otte@gnome.org>
35945
35946         * gst/modplug/gstmodplug.cc:
35947           handle events - don't do crap when a discont arrives that's not
35948           necessary
35949           This allows correct loading and playback of mods in Rhythmbox
35950
35951 2004-03-14  Benjamin Otte  <otte@gnome.org>
35952
35953         * configure.ac:
35954         * gst-libs/gst/gconf/Makefile.am:
35955         * pkgconfig/Makefile.am:
35956           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
35957           they get rebuilt properly
35958         * configure.ac:
35959           when checking for vorbis, try pkgconfig first.
35960         * gst/modplug/gstmodplug.cc:
35961           add fixate function
35962
35963 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35964
35965         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35966           Fix for obvious mistake, where we first shift the offset and then
35967           read a samplesize element assuming the old offset. Note that this
35968           part still has something weird, i.e. my movies containing those
35969           don't actually play well, but at least there's something that looks
35970           like sound now.
35971
35972 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
35973         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
35974         (plugin_init):
35975         Add a typefind function for speex format
35976
35977 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35978
35979         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
35980         (gst_asf_demux_setup_pad):
35981           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
35982           instead of 0. Reason is simple: some elements have a fps range
35983           of 1-max instead of 0-max. So now ASF video actually works.
35984
35985 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35986
35987         * po/LINGUAS:
35988         * po/sr.po:
35989           adding serbian as a language
35990
35991 2004-03-13  Benjamin Otte  <otte@gnome.org>
35992
35993         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
35994           return taglist correctly from _get function, don't gst_pad_push it.
35995           (fixes #137042)
35996
35997 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
35998         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35999
36000 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36001
36002         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36003         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36004         (gst_alsa_mixer_track_new):
36005         * ext/alsa/gstalsamixertrack.h:
36006           Fix ancient leftovers... MixerTrack is a GObject.
36007
36008 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36009
36010         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36011         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36012           Don't block during probing...
36013
36014 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36015
36016         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36017         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36018         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36019         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36020         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36021         (gst_alsa_open_audio), (gst_alsa_close_audio):
36022         * ext/alsa/gstalsa.h:
36023           Add propertyprobe interface implementation, add some device-name
36024           property, all this so that it looks good in gnome-volume-control.
36025
36026 2004-03-12  David Schleef  <ds@schleef.org>
36027
36028         * configure.ac: the Hermes library controls hermescolorspace, not
36029         colorspace.
36030         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36031         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36032         not /* */
36033         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36034         * ext/sdl/sdlvideosink.h: ditto.
36035         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36036
36037 2004-03-12  Benjamin Otte  <otte@gnome.org>
36038
36039         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36040         (gst_x_overlay_got_xwindow_id):
36041         * gst-libs/gst/xoverlay/xoverlay.h:
36042           replace XID with unsigned long to get rid of the xlibs dependency in
36043           XOverlay (fixes #137004)
36044
36045 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36046         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36047         (gst_agingtv_setup):
36048         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36049         (gst_dicetv_base_init), (gst_dicetv_class_init),
36050         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36051         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36052         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36053         (gst_edgetv_setup), (gst_edgetv_rgb32):
36054         * gst/effectv/gsteffectv.c:
36055         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36056         (gst_quarktv_set_property):
36057         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36058         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36059         (gst_revtv_setup), (gst_revtv_rgb32):
36060         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36061         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36062         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36063         (gst_shagadelictv_rgb32):
36064         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36065         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36066         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36067         * gst/effectv/gstwarp.c:
36068         Port everything that can be ported to videofilter and fix up the caps.
36069         Can someone with a big-endian machine please check these?
36070
36071 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36072
36073         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36074         (gst_osssink_chain), (gst_osssink_change_state):
36075           Latest fixes for A/V sync, audio playback and such. This is about
36076           all... MPEG playback issues are mostly related to the async build-
36077           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36078
36079 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36080
36081         patch from: Stephane Loeuillet
36082
36083         * configure.ac:
36084           use pkg-config for some libraries, falling back to the old .m4 way
36085           (fixes #131270)
36086         * m4/libdv.m4:
36087           removed
36088
36089 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36090
36091         * configure.ac:
36092         * tools/Makefile.am:
36093         * tools/Makefile.in:
36094         * tools/gst-launch-ext-m.m:
36095         * tools/gst-launch-ext.1.in:
36096         * tools/gst-visualise-m.m:
36097         * tools/gst-visualise.1:
36098         * tools/gst-visualise.1.in:
36099           reorganizing generation of script tools
36100
36101 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36102
36103         * ext/divx/gstdivxdec.c:
36104           Downgrade priority. We prefer ffdec_mpeg4.
36105         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36106         (gst_faad_chain), (gst_faad_change_state):
36107           Fix capsnego. Doesn't work for some sounds because we don't have
36108           a 5:1 to stereo element.
36109         * ext/xvid/gstxvid.c: (plugin_init):
36110           Add priority.
36111         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36112         (gst_osssink_change_state):
36113           Add discont handling.
36114
36115 2004-03-09  Colin Walters  <walters@verbum.org>
36116
36117         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36118         conversion.
36119
36120 2004-03-09  Benjamin Otte  <otte@gnome.org>
36121
36122         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36123           the signals take 2 arguments
36124
36125 2004-03-09  David Schleef  <ds@schleef.org>
36126
36127         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36128         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36129         * ext/alsa/gstalsa.h:
36130         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36131
36132 2004-03-09  Benjamin Otte  <otte@gnome.org>
36133
36134         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36135         (gst_mikmod_change_state):
36136         * ext/mikmod/gstmikmod.h:
36137           make mikmod's loop function not loop infinitely and call
36138           gst_element_yield anymore
36139         * gst/modplug/gstmodplug.cc:
36140           fix pad negotiation (fixes #136590)
36141
36142 2004-03-09  David Schleef  <ds@schleef.org>
36143
36144         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36145         doesn't conflict with the internal colorspace plugin.
36146         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36147         satisfy the crappy-ass shell shipped by a certain vendor.
36148         * gst/videofilter/make_filter: same (bug #135299)
36149
36150 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36151
36152         * configure.ac: bump nano to 1
36153
36154 === release 0.7.6 ===
36155
36156 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36157
36158         * configure.in: releasing 0.7.6, "There"
36159
36160 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36161
36162         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36163         * pkgconfig/gstreamer-play.pc.in:
36164           synchronize the two
36165
36166 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36167
36168         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36169         (cdparanoia_open), (cdparanoia_event):
36170           fix/add error handling
36171         * po/POTFILES.in:
36172           add cdparanoia source
36173         * tools/Makefile.am:
36174           make scripts executable
36175
36176 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36177
36178         * configure.ac:
36179         * ext/vorbis/Makefile.am:
36180         * sys/Makefile.am:
36181           remove id3types, vorbisfile and xvideosink from the build (#133783)
36182
36183 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36184
36185         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36186           Fix metadata read crash (#136537).
36187
36188 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36189
36190         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36191         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36192           adding mime types, fixing the one-stop function
36193
36194 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36195
36196         * ext/nas/nassink.c and /ext/nas/nassink.h:
36197         More NAS love from Arwed von Merkatz
36198         So lets all sing 'Can you feel the NAS tonight'
36199
36200 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36201
36202         * tools/gst-launch-ext.in:
36203         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36204
36205 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36206
36207         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36208         (gst_mpeg2dec_init):
36209         remove the user_data pad for now, because it is being used in
36210         fixating causing MPEG playback to fixate on 1000 Hz for playback.
36211         If someone knows how to fix this properly, please do.
36212
36213 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36214
36215         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36216         (gst_osssink_get_time):
36217         add a warning, IMO this won't get triggered anymore, remove later
36218
36219 2004-03-07  David Schleef  <ds@schleef.org>
36220
36221         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
36222         format (bug #136470)
36223
36224 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36225
36226         * gst-libs/Makefile.am:
36227         * gst-libs/gst/media-info/Makefile.am:
36228         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
36229         (error_callback), (gst_media_info_error_create),
36230         (gst_media_info_error_element), (gmip_init), (gmip_reset),
36231         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
36232         * gst-libs/gst/media-info/media-info-priv.h:
36233         * gst-libs/gst/media-info/media-info-test.c: (main):
36234         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
36235         (gst_media_info_class_init), (gst_media_info_instance_init),
36236         (gst_media_info_set_source), (gst_media_info_read_with_idler),
36237         (gst_media_info_read_idler), (gst_media_info_read):
36238         * gst-libs/gst/media-info/media-info.h:
36239         fixed, should work now
36240
36241 2004-03-07  Christian Schaller <Uraeus@gnome.org>
36242
36243         * ext/nas/nassink.c:
36244         A bunch of NAS fixes from Arwed von Merkatz
36245
36246 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36247
36248         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
36249         (qtdemux_parse_trak):
36250           Fix crash (j might be greater than n_samples, in which case we're
36251           writing outside the allocated space for the array) and memleak.
36252
36253 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36254
36255         * sys/oss/gstosssink.c: (gst_osssink_chain):
36256           And another caller that couldn't handle delay < 0 (unsigned
36257           integer overflow). Video now continues playing on an audio
36258           buffer underrun, and the clock continues working. Audio still
36259           stalls.
36260
36261 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36262
36263         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36264         (gst_osssink_get_time):
36265           get_delay() may return values lower than 0. In those cases, we
36266           should not actually cast to *unsigned* int64, that will break
36267           stuff horribly. In my case, it screwed up A/V sync in movies
36268           in totem rather badly.
36269
36270 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36271
36272         * ext/faac/gstfaac.c: (gst_faac_chain):
36273         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36274         * ext/libpng/gstpngenc.c: (user_write_data):
36275         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36276         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
36277         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
36278         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36279         Fix several misuse of gst_buffer_merge (it doesn't take ownership
36280         of any buffer), should fix some leaks. I hope I didn't unref buffers
36281         that shouldn't be...
36282
36283 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36284
36285         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
36286         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
36287         (error_callback), (gmi_reset), (gmi_seek_to_track),
36288         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
36289         (gmip_find_type_post), (gmip_find_stream_post),
36290         (gmip_find_track_streaminfo_post):
36291         * gst-libs/gst/media-info/media-info-priv.h:
36292         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
36293         (info_print), (main):
36294         * gst-libs/gst/media-info/media-info.c:
36295         (gst_media_info_error_create), (gst_media_info_error_element),
36296         (gst_media_info_instance_init), (gst_media_info_get_property),
36297         (gst_media_info_new), (gst_media_info_set_source),
36298         (gst_media_info_read_idler), (gst_media_info_read):
36299         * gst-libs/gst/media-info/media-info.h:
36300           first pass at making this work again.  This seems to work on
36301           tagged ogg/vorbis and mp3 files.
36302
36303 2004-03-06  Benjamin Otte  <otte@gnome.org>
36304
36305         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
36306           fix huge leak: gst_buffer_merge doesn't unref the first argument
36307           itself.
36308
36309 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36310
36311         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
36312           report layer/mode/emphasis
36313
36314 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36315
36316         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
36317
36318 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36319
36320         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
36321           signal serial
36322
36323 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36324
36325         * ext/vorbis/vorbis.c: (plugin_init):
36326         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
36327         (gst_vorbis_dec_init), (vorbis_dec_event):
36328         add debug category
36329         make vorbisdec handle _BYTE and _TIME queries
36330
36331 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36332
36333         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
36334           from the xing header
36335
36336 2004-03-06  Benjamin Otte  <otte@gnome.org>
36337
36338         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
36339         (gst_audio_convert_link), (gst_audio_convert_change_state),
36340         (gst_audio_convert_buffer_from_default_format):
36341           do conversions from/to float correctly, fix some caps nego errors,
36342           export correct supported caps in template and getcaps, use correct
36343           caps in try_set_caps functions
36344
36345 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36346
36347         For some reason, I only committed a ChangeLog entry yesterday and
36348         not the corresponding code...
36349         * ext/mad/gstmad.c: Fix detection of Xing headers
36350         * gst/tags/gstid3tag.c: Changes to support TLEN tags
36351
36352 2004-03-06  Benjamin Otte  <otte@gnome.org>
36353
36354         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
36355         (gst_ogg_demux_src_query):
36356           make sure to handle the case where there's no current chain
36357           gracefully.
36358
36359 2004-03-05  David Schleef  <ds@schleef.org>
36360
36361         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
36362         Add fixate function. (bug #131128)
36363         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
36364         (gst_sdlvideosink_fixate):  Add fixate function.
36365         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36366         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
36367         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
36368         Fix missing break that was causing ulaw to be interpreted as
36369         raw int.
36370
36371 2004-03-05  David Schleef  <ds@schleef.org>
36372
36373         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36374         Fix code that ignores return value of gst_buffer_merge().
36375         (bug #114560)
36376         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
36377         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
36378         * testsuite/gst-lint:  Check for above.
36379
36380 2004-03-05  David Schleef  <ds@schleef.org>
36381
36382         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
36383         caps and throw an element error.  (bug #136334)
36384
36385 2004-03-05  David Schleef  <ds@schleef.org>
36386
36387         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
36388         (gst_faad_chain): Fix negotiation.
36389         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
36390         key and button events.
36391         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
36392         dung heap of code.
36393         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
36394         depends on gconf
36395         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
36396         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
36397         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
36398         function to encourage better negotiation, particularly between
36399         audioconvert and osssink.
36400         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
36401         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
36402         more important.
36403         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
36404         typefinding.
36405         * gst/vbidec/vbiscreen.c:  Add glib header
36406         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
36407
36408 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
36409
36410         * ext/mad/gstmad.c: Fix detection of Xing headers
36411         * gst/tags/gstid3tag.c: Changes to support TLEN tags
36412
36413 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36414
36415         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36416         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
36417           debug updates
36418
36419 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36420
36421         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
36422         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
36423         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
36424         files, and report the parsed length as a GST_TAG_DURATION tag.
36425         * gst/tags/gstid3tag.c: support TLEN (duration) tag
36426
36427 2004-03-05  Benjamin Otte  <otte@gnome.org>
36428
36429         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
36430           convert channels correctly. convert correctly to unsigned.
36431
36432 2004-03-05  Julien MOUTTE <julien@moutte.net>
36433
36434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
36435         we have a window before clearing it.
36436
36437 2004-03-05  Julien MOUTTE <julien@moutte.net>
36438
36439         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
36440         have a window before clearing it.
36441
36442 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36443
36444         * gconf/gstreamer.schemas.in:
36445         * gst-libs/gst/gconf/Makefile.am:
36446           version installation path the same way as for 0.6
36447         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36448         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36449         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36450           remove comment that was fixed
36451
36452 2004-03-05  David Schleef  <ds@schleef.org>
36453
36454         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
36455         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
36456         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
36457         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
36458         Add prototype code for handling seeking and querying.
36459
36460 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36461
36462         * examples/gstplay/player.c: (main):
36463           Initialize variables to NULL. Prevents a segfault because the
36464           (uninitialized) variable is not NULL, resulting in a crash on
36465           trying to reach error->message.
36466
36467 2004-03-05  Benjamin Otte  <otte@gnome.org>
36468
36469         * gst/audioconvert/gstaudioconvert.c:
36470         (gst_audio_convert_buffer_to_default_format):
36471         make float=>int conversion work correctly even in cornercases.
36472
36473 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
36474
36475         * debian/README.Debian:
36476         * debian/build-deps:
36477         * debian/changelog:
36478         * debian/control:
36479         * debian/control.in:
36480         * debian/copyright:
36481         * debian/gstreamer-a52dec.files:
36482         * debian/gstreamer-aa.files:
36483         * debian/gstreamer-alsa.files:
36484         * debian/gstreamer-alsa.manpages:
36485         * debian/gstreamer-arts.files:
36486         * debian/gstreamer-artsd.files:
36487         * debian/gstreamer-audiofile.files:
36488         * debian/gstreamer-avifile.files:
36489         * debian/gstreamer-cdparanoia.files:
36490         * debian/gstreamer-colorspace.files:
36491         * debian/gstreamer-doc.files:
36492         * debian/gstreamer-dv.files:
36493         * debian/gstreamer-dvd.files:
36494         * debian/gstreamer-esd.files:
36495         * debian/gstreamer-festival.files:
36496         * debian/gstreamer-flac.files:
36497         * debian/gstreamer-gconf.conffiles:
36498         * debian/gstreamer-gconf.files:
36499         * debian/gstreamer-gconf.postinst:
36500         * debian/gstreamer-gnomevfs.files:
36501         * debian/gstreamer-gsm.files:
36502         * debian/gstreamer-http.files:
36503         * debian/gstreamer-jack.files:
36504         * debian/gstreamer-jpeg.files:
36505         * debian/gstreamer-mad.files:
36506         * debian/gstreamer-mikmod.files:
36507         * debian/gstreamer-misc.files:
36508         * debian/gstreamer-mpeg2dec.files:
36509         * debian/gstreamer-oss.files:
36510         * debian/gstreamer-plugin-apps.files:
36511         * debian/gstreamer-plugin-apps.manpages:
36512         * debian/gstreamer-plugin-libs-dev.files:
36513         * debian/gstreamer-plugin-libs.files:
36514         * debian/gstreamer-plugin-template.postinst:
36515         * debian/gstreamer-plugin-template.postrm:
36516         * debian/gstreamer-sdl.files:
36517         * debian/gstreamer-sid.files:
36518         * debian/gstreamer-vorbis.files:
36519         * debian/gstreamer-x.files:
36520         * debian/mk.control:
36521         * debian/rules:
36522         Debian package info not maintained here.
36523
36524 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
36525
36526         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
36527         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
36528         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
36529         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
36530         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
36531         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
36532         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
36533         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
36534         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
36535         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
36536         * gst-libs/gst/colorbalance/colorbalance.c:
36537         (gst_color_balance_class_init):
36538         * gst-libs/gst/colorbalance/colorbalancechannel.c:
36539         (gst_color_balance_channel_class_init):
36540         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36541         * gst-libs/gst/play/play.c: (gst_play_class_init):
36542         * gst-libs/gst/propertyprobe/propertyprobe.c:
36543         (gst_property_probe_iface_init):
36544         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
36545         * gst-libs/gst/tuner/tunerchannel.c:
36546         (gst_tuner_channel_class_init):
36547         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
36548         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
36549         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
36550         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
36551         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
36552         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
36553         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
36554         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
36555         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
36556           fix signals to use - instead of _
36557         * ext/libcaca/gstcacasink.h:
36558         * ext/sdl/sdlvideosink.h:
36559           fix header rename
36560
36561 2004-03-04  David Schleef  <ds@schleef.org>
36562
36563         * testsuite/gst-lint:  Add a check for bad signal names.
36564
36565 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
36566
36567         reviewed by David Schleef
36568
36569         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
36570         modified the alpha channel and caused a warning. (bug #136192)
36571
36572 2004-04-03  Christian Schaller <Uraeus@gnome.org>
36573
36574         * gst-plugins.spec.in:
36575         Change names of plugins to actually be correct. Try to keep things
36576         alphabetical to avoid getting beat up by Thomas
36577
36578 2004-03-03  Julien MOUTTE <julien@moutte.net>
36579
36580         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
36581         Using ximagesink as a default if no gconf key found. We should
36582         probably consider using alsasink instead of osssink for the audio
36583         part.
36584
36585 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
36586
36587         * configure.ac:
36588           fix --with-plugins, don't think it ever worked before
36589         * gst-plugins.spec.in:
36590           even more updates
36591
36592 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36593
36594         * ext/sdl/sdlvideosink.h:
36595         * sys/ximage/ximagesink.h:
36596         * sys/xvideo/xvideosink.h:
36597         * sys/xvimage/xvimagesink.h:
36598           Fix for move of gstvideosink.h -> videosink.h.
36599
36600 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
36601
36602         * gst-libs/gst/xwindowlistener/Makefile.am:
36603           this is a plugin library, not a library
36604
36605 2004-03-01  David Schleef  <ds@schleef.org>
36606
36607         * AUTHORS:  Added some names.  Add yourself if you're still
36608         missing.
36609
36610 2004-03-01  David Schleef  <ds@schleef.org>
36611
36612         * MAINTAINERS: Add
36613
36614 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36615
36616         * gst-plugins.spec.in: clean up spec file
36617
36618 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36619
36620         * gst-libs/gst/video/Makefile.am:
36621         * gst-libs/gst/video/gstvideosink.c:
36622         * gst-libs/gst/video/gstvideosink.h:
36623           rename gstvideosink.h to videosink.h to match other headers
36624         * gst/mixmatrix/Makefile.am:
36625           fix plugin filename
36626         * gst/tags/Makefile.am: fix plugin filename
36627
36628 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36629
36630         * gst/tags/Makefile.am: fix plugin filename
36631
36632 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36633
36634         * examples/gstplay/player.c: (got_time_tick), (main):
36635           add error handler
36636           display time_tick more readably
36637         * gst/mixmatrix/Makefile.am:
36638           fix plugin file name
36639
36640 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
36641
36642         * sys/oss/gstosselement.c: (gst_osselement_probe),
36643         (device_combination_append), (gst_osselement_class_probe_devices):
36644         * sys/oss/gstosselement.h:
36645           Reworked enumeration of oss dsps and mixers so that gst-mixer works
36646           on my system using alsa oss emulation, fixes bug #135597
36647
36648 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36649
36650         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
36651         (gst_videodrop_chain), (gst_videodrop_change_state):
36652         * gst/videodrop/gstvideodrop.h:
36653           Work based on timestamp of input data, not based on the expected
36654           framerate from the input. The consequence is that this element now
36655           not only scales framerates, but also functions as a framerate
36656           corrector or framerate stabilizer/constantizer.
36657
36658 2004-02-27  David Schleef  <ds@schleef.org>
36659
36660         patches from jmmv@menta.net (Julio M. Merino Vidal)
36661
36662         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
36663         GST_ELEMENT_ERROR call (bug #135634)
36664         * gst/interleave/interleave.c: (interleave_buffered_loop),
36665         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
36666         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
36667         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36668         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
36669         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
36670         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
36671         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
36672         Fix GST_ELEMENT_ERROR call.
36673         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
36674         GST_ELEMENT_ERROR call.
36675
36676 2004-02-27  Benjamin Otte  <otte@gnome.org>
36677
36678         * gst-libs/gst/audio/audio.h:
36679           add macro to make sure header isn't included twice
36680         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
36681           don't use gst_buffer_free
36682         * gst/playondemand/filter.func:
36683           don't use gst_data_free. Free data only once.
36684
36685 2004-02-26  David Schleef  <ds@schleef.org>
36686
36687         * gst-libs/gst/colorbalance/Makefile.am:
36688         * gst-libs/gst/mixer/Makefile.am:
36689         * gst-libs/gst/tuner/Makefile.am:
36690         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
36691         should not be disted, -marshal.h files should not be installed,
36692         and -enum.h files _should_ be installed.  Fix to make this the
36693         case.
36694
36695 === release 0.7.5 ===
36696
36697 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
36698
36699         * configure.ac: release 0.7.5, "Under The Sea"
36700
36701 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
36702
36703         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36704         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
36705         * gst/videoscale/gstvideoscale.c:
36706         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
36707           assorted debug/warning fixes
36708
36709 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
36710
36711         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
36712         (gst_videoscale_init), (gst_videoscale_chain),
36713         (gst_videoscale_set_property), (plugin_init):
36714         * gst/videoscale/gstvideoscale.h:
36715         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
36716         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
36717         (gst_videoscale_planar400), (gst_videoscale_packed422),
36718         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
36719         (gst_videoscale_24bit), (gst_videoscale_16bit),
36720         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
36721         (gst_videoscale_scale_plane_slow),
36722         (gst_videoscale_scale_point_sample),
36723         (gst_videoscale_scale_nearest),
36724         (gst_videoscale_scale_nearest_str2),
36725         (gst_videoscale_scale_nearest_str4),
36726         (gst_videoscale_scale_nearest_32bit),
36727         (gst_videoscale_scale_nearest_24bit),
36728         (gst_videoscale_scale_nearest_16bit):
36729         add debugging category and use it properly
36730         fix use of GST_PTR_FORMAT
36731
36732 2004-02-25  Andy Wingo  <wingo@pobox.com>
36733
36734         * gst/interleave/interleave.c (interleave_buffered_loop): Always
36735         push only when channel->buffer is NULL. Prevents segfaults doing
36736         the state change after a nonlocal exit, like a scheme exception.
36737
36738         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
36739         Handle the case where the intersected caps is empty.
36740
36741 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
36742
36743         * gst/law/mulaw-decode.c: (mulawdec_link):
36744         * gst/law/mulaw.c: (plugin_init):
36745           fix mulawdec so it actually works again
36746
36747 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
36748
36749         reviewed by: David Schleef  <ds@schleef.org>
36750
36751         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
36752         (gst_gamma_init), (gst_gamma_set_property),
36753         (gst_gamma_get_property), (gst_gamma_calculate_tables),
36754         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
36755         for RGB, with separate r g and b correction factors. (#131167)
36756
36757 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
36758
36759         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
36760           only signal tags for bitrate if they're > 0 (#134894)
36761
36762 2004-02-24  David Schleef  <ds@schleef.org>
36763
36764         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
36765         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
36766         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
36767         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
36768         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
36769         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
36770         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
36771         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
36772         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
36773         category.  Attempt to fix timestamp calculation.
36774
36775 2004-02-24  Johan Dahlin  <johan@gnome.org>
36776
36777         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
36778
36779 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
36780
36781         * configure.ac:
36782         * gconf/Makefile.am:
36783         * gconf/gstreamer.schemas:
36784         * gst-libs/gst/gconf/Makefile.am:
36785         * gst-libs/gst/gconf/gconf.c:
36786           version gconf schemas and install locations
36787
36788 2004-02-23  Benjamin Otte  <otte@gnome.org>
36789
36790         * ext/xine/xineinput.c: (gst_xine_input_dispose):
36791         (gst_xine_input_subclass_init):
36792           call parent dispose.
36793           change pad template for CD reader correctly
36794         * ext/xine/Makefile.am:
36795         * ext/xine/gstxine.h:
36796         * ext/xine/xine.c: (plugin_init):
36797         * ext/xine/xineaudiosink.c:
36798           wrap audio sinks, too
36799         * gst-libs/gst/resample/private.h:
36800         * gst-libs/gst/resample/resample.c: (gst_resample_init),
36801         (gst_resample_reinit), (gst_resample_scale),
36802         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
36803         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
36804         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
36805         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
36806         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
36807         * gst-libs/gst/resample/resample.h:
36808         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
36809         (gst_audioscale_class_init), (gst_audioscale_link),
36810         (gst_audioscale_get_buffer), (gst_audioscale_init),
36811         (gst_audioscale_chain), (gst_audioscale_set_property),
36812         (gst_audioscale_get_property):
36813         * gst/audioscale/gstaudioscale.h:
36814           s/resample_*/gst_resample_*/i to not clobber namespaces
36815
36816 2004-02-23  Julien MOUTTE  <julien@moutte.net>
36817
36818         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
36819         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
36820         (gst_riff_create_video_template_caps),
36821         (gst_riff_create_audio_template_caps),
36822         (gst_riff_create_iavs_template_caps):
36823         * gst-libs/gst/riff/riff-media.h:
36824         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
36825         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
36826         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
36827         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
36828         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
36829         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
36830         (gst_matroska_demux_plugin_init): First batch implementing audio and
36831         video codec tags in demuxers.
36832
36833 2004-02-22  Benjamin Otte  <otte@gnome.org>
36834
36835         * ext/xine/Makefile.am:
36836         * ext/xine/gstxine.h:
36837         * ext/xine/xine.c: (plugin_init):
36838         * ext/xine/xineinput.c:
36839           add input plugin wrapper. Playback from files, http, mms and cdda
36840           works.
36841         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
36842           remove leftover G_GNUC_UNUSED
36843         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
36844         (gst_asf_demux_identify_guid):
36845           improve debugging output
36846
36847 2004-02-22  Benjamin Otte  <otte@gnome.org>
36848
36849         reported by: Padraig O'Briain <padraig.obriain@sun.com>
36850
36851         * autogen.sh:
36852           replace test -e with test -x for mkinstalldirs to be more portable.
36853           (fixes #134816)
36854
36855 2004-02-22  Benjamin Otte  <otte@gnome.org>
36856
36857         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
36858
36859         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
36860           set rank to PRIMARY
36861         * gst/volume/gstvolume.c: (plugin_init):
36862           set rank to NONE
36863         fixes #134960
36864
36865 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
36866
36867         reviewed by Benjamin Otte  <otte@gnome.org>
36868
36869         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
36870           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
36871
36872 2004-02-22  Benjamin Otte  <otte@gnome.org>
36873
36874         * configure.ac:
36875           export [_]*{gst,Gst,GST}.* symbols from plugins
36876
36877 2004-02-22  Christophe Fergeau <teuf@gnome.org>
36878
36879         reviewed by: Benjamin Otte  <otte@gnome.org>
36880
36881         * ext/lame/gstlame.c: (add_one_tag):
36882         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
36883         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
36884         (gst_vorbisenc_metadata_set1):
36885         * gst/tags/gstid3tag.c:
36886         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
36887           apply fixes from bugs #135042 (lame can't write tags) and #133817
36888           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
36889
36890 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
36891
36892         * configure.ac: Export only gst_plugin_desc from plugins.
36893          Note that this change only makes any effect with Linux using libtool
36894          1.5.2 or higher. Otherwise it is silently ignored, but it would build
36895          fine. And don't try to have several versions of libtool in different
36896          directories.
36897
36898 2004-02-20  Andy Wingo  <wingo@pobox.com>
36899
36900         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
36901         interleave respectively.
36902
36903         * gst/interleave/deinterleave.c: New plugin: deinterleave
36904         (replaces on oneton).
36905         * gst/interleave/interleave.c: New plugin: interleave.
36906         * gst/interleave/plugin.h: Support file.
36907         * gst/interleave/plugin.c: Support file.
36908
36909         * configure.ac: Remove intfloat and oneton, add interleave.
36910
36911         * ext/sndfile/gstsf.c: Handle events better.
36912
36913         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
36914         and float2int operation. int2float has scheduling problems as
36915         noted in in2float_chain.
36916
36917 2004-02-20  Benjamin Otte  <otte@gnome.org>
36918
36919         * ext/xine/Makefile.am:
36920         * ext/xine/gstxine.h:
36921         * ext/xine/xine.c:
36922         * ext/xine/xineaudiodec.c:
36923         * ext/xine/xinecaps.c:
36924           add first version of xine plugin wrapper. Currently only wraps the
36925           QDM2 win32 DLL, and even that only in proof-of-concept quality.
36926         * configure.ac:
36927         * ext/Makefile.am:
36928           add xine plugin wrapper, disabled by default. Use --enable-xine to
36929           build. Note that it'll segfault on gst-register if you don't remove
36930           the goom and tvtime post plugins from xine.
36931         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36932         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
36933           add extradata parsing for QDM2.
36934           change around debugging prints.
36935
36936 2004-02-19  Benjamin Otte  <otte@gnome.org>
36937
36938         * ext/lame/gstlame.c: (gst_lame_chain):
36939         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
36940           use gst_tag_list_insert when you want to insert tags
36941
36942 2004-02-18  David Schleef  <ds@schleef.org>
36943
36944         * configure.ac:  Move massink to gst-rotten
36945         * ext/Makefile.am:
36946         * ext/mas/Makefile.am:
36947         * ext/mas/massink.c:
36948         * ext/mas/massink.h:
36949
36950 2004-02-18  David Schleef  <ds@schleef.org>
36951
36952         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
36953         typefinding, since it seems to be worse than nothing.
36954         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
36955         atom to recognize .mp4 and .m4a files as video/quicktime.
36956
36957 2004-02-18  David Schleef  <ds@schleef.org>
36958
36959         * gst/sine/demo-dparams.c: (quit_live),
36960         (dynparm_log_value_changed), (dynparm_value_changed), (main):
36961         Use double dparams, not float.
36962         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
36963         (gst_sinesrc_init): Change sync default to FALSE, since multiple
36964         sync'd elements don't really work correctly.
36965         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
36966         (volume_update_volume), (volume_get_property):  Change dparam
36967         to double.
36968
36969 2004-02-18  Julien MOUTTE  <julien@moutte.net>
36970
36971         * sys/ximage/ximagesink.c:
36972         (gst_ximagesink_xwindow_update_geometry),
36973         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
36974         (gst_ximagesink_change_state), (gst_ximagesink_expose),
36975         (gst_ximagesink_init): Rework the way software video scaling works. So
36976         now we check on each chain call if the video frames are feeling the
36977         window. If not we try to renegotiate caps. On failure we memorize that
36978         and we won't try again for that PLAYING sessions.
36979         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
36980         failure.
36981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
36982         synchronous flag.
36983
36984 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36985
36986         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36987           break up _link so we can give a better debug message for errors
36988
36989 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36990
36991         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
36992           set up debug category
36993
36994 2004-02-18  Julien MOUTTE <julien@moutte.net>
36995
36996         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
36997         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
36998         the way renegotiation work. The event handling function is not taking
36999         care of external windows and renegotiate method check for pad flags
37000         NEGOTIATING. Should fix : #133209
37001
37002 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37003
37004         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37005         pad is negotiating before trying renegotiation.
37006
37007 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37008
37009         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37010           pass on all possible mime types as typefind hints
37011
37012 2004-02-17  Julien MOUTTE <julien@moutte.net>
37013
37014         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37016         possible SHM leak if we crash. All other apps using XShm are doing
37017         that.
37018
37019 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37020
37021         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37022         (gst_ximagesink_expose): Renegotiate size on expose.
37023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37024         size on expose.
37025
37026 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37027
37028         * testsuite/alsa/sinesrc.c:
37029           cosmetic fix to fix compile issue with gcc 2.95.4
37030
37031 2004-02-16  Julien MOUTTE <julien@moutte.net>
37032
37033         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37034         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37035         failed opening the audio device.
37036         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37037         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37038         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37039         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37040         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37041         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37042         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37043         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37044         Removing some useless g_return_if_fail like wingo suggested.
37045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37046         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37047         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37048         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37049         (gst_xvimagesink_update_colorbalance),
37050         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37051         (gst_xvimagesink_xcontext_clear),
37052         (gst_xvimagesink_get_fourcc_from_caps),
37053         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37054         (gst_xvimagesink_set_xwindow_id),
37055         (gst_xvimagesink_colorbalance_list_channels),
37056         (gst_xvimagesink_colorbalance_set_value),
37057         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37058         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37059
37060 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37061
37062         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37063           throw error when not negotiated instead of asserting
37064
37065 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37066
37067         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37068         correct data refcounting.
37069
37070 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37071
37072         * gst/switch/gstswitch.c: (gst_switch_change_state),
37073         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37074         change, mostly the EOS flag.
37075
37076 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37077
37078         * examples/gstplay/player.c: (got_eos), (main): Adding some
37079         output for debugging.
37080         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37081         timeouts if we go to any state different from PLAYING.
37082         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37083         more EOS bugs in riff lib.
37084
37085 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37086
37087         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37088         visualization until i find a way to fix switch correctly.
37089         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37090         EOS arrives.
37091         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37092         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37093         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37094         Reworked switch to get a more correct behaviour with events and refing
37095         of data stored in sinkpads.
37096         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37097         we don't pull from a pad in EOS.
37098
37099 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37100
37101         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37102           remove v1 tag even if we can't read it (makes sure we don't detect
37103           it again)
37104
37105 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37106
37107         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37108         (gst_alsa_xrun_recovery):
37109         * ext/alsa/gstalsa.h:
37110           try xrun recovery when wait failed. Make xrun recovery function
37111           return TRUE/FALSE to indicate success. (might fix #134354)
37112
37113 2004-02-13  David Schleef  <ds@schleef.org>
37114
37115         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37116         (dynparm_value_changed), (main): Convert from float to double.
37117         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37118
37119 2004-02-13  David Schleef  <ds@schleef.org>
37120
37121         * gst/silence/gstsilence.c: (gst_silence_class_init),
37122         (gst_silence_set_clock), (gst_silence_get),
37123         (gst_silence_set_property), (gst_silence_get_property):
37124         * gst/silence/gstsilence.h: Add sync property.
37125         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37126         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37127         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37128         * gst/sine/gstsinesrc.h: Add sync property.
37129
37130 2004-02-13  David Schleef  <ds@schleef.org>
37131
37132         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37133         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37134
37135 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37136
37137         * configure.ac:
37138         * ext/Makefile.am:
37139         * gst-libs/ext/Makefile.am:
37140           move ffmpeg plugin to gst-ffmpeg module
37141
37142 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37143
37144         * configure.ac: use GST_ARCH to detect architecture
37145
37146 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37147
37148         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37149
37150 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37151
37152         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37153           classify LADSPA plugins based on number of src/sink pads
37154           (#133663, Stefan Kost)
37155         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37156           fix dparams registration
37157           (#133528, Stefan Kost)
37158         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37159           fix use of isprint and use g_ascii_isprint instead
37160           (#133316, Stefan Kost)
37161
37162 2004-02-11  David Schleef  <ds@schleef.org>
37163
37164         Convert a few inner loops to use liboil.  This is currently
37165         optional, and is only enabled if liboil is present (duh!).
37166         * configure.ac: Check for liboil-0.1
37167         * gst/intfloat/Makefile.am:
37168         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37169         (gst_int2float_chain_gint16):
37170         * gst/videofilter/Makefile.am:
37171         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37172         (tablelookup_u8), (gst_videobalance_planar411):
37173         * gst/videotestsrc/Makefile.am:
37174         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37175         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37176         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37177         (paint_hline_RGB565), (paint_hline_xRGB1555):
37178
37179 2004-02-11  David Schleef  <ds@schleef.org>
37180
37181         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37182         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37183         (gst_colorspace_getcaps), (gst_colorspace_link),
37184         (gst_colorspace_base_init), (gst_colorspace_init),
37185         (gst_colorspace_chain), (gst_colorspace_change_state),
37186         (plugin_init): Merge Ronald's patch (bug #117897) and update
37187         for new caps and negotiation.  Seems to work, although it
37188         shows off bugs in lcs.
37189
37190 2004-02-11  David Schleef  <ds@schleef.org>
37191
37192         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37193         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37194
37195 2004-02-11  David Schleef  <ds@schleef.org>
37196
37197         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37198         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37199         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37200         Add server and port properties
37201
37202 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37203
37204         * m4/a52.m4:
37205         * m4/aalib.m4:
37206         * m4/as-ffmpeg.m4:
37207         * m4/as-liblame.m4:
37208         * m4/as-slurp-ffmpeg.m4:
37209         * m4/check-libheader.m4:
37210         * m4/esd.m4:
37211         * m4/freetype2.m4:
37212         * m4/gconf-2.m4:
37213         * m4/glib.m4:
37214         * m4/gst-alsa.m4:
37215         * m4/gst-artsc.m4:
37216         * m4/gst-ivorbis.m4:
37217         * m4/gst-matroska.m4:
37218         * m4/gst-sdl.m4:
37219         * m4/gst-shout2.m4:
37220         * m4/gst-sid.m4:
37221         * m4/gtk.m4:
37222         * m4/libdv.m4:
37223         * m4/libfame.m4:
37224         * m4/libmikmod.m4:
37225         * m4/ogg.m4:
37226         * m4/vorbis.m4:
37227           fix underquotedness of macros (#133800)
37228         * m4/as-avifile.m4:
37229         * m4/xmms.m4:
37230           removed because no longer used
37231
37232 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37233
37234         * configure.ac:
37235           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
37236           by autopoint (fixes #132996)
37237
37238 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37239
37240         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
37241         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
37242         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
37243         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
37244           fix memleaks
37245
37246 2004-02-11  David Schleef  <ds@schleef.org>
37247
37248         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
37249         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
37250         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
37251         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
37252         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
37253         (gst_jpegenc_class_init), (gst_jpegenc_init),
37254         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
37255         (gst_jpegenc_chain), (gst_jpegenc_set_property),
37256         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
37257         * ext/jpeg/gstjpegenc.h: Fix negotiation.
37258
37259 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37260
37261         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
37262         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
37263         * ext/mikmod/gstmikmod.h:
37264           fix caps negotiation in mikmod
37265         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
37266           output debug information
37267
37268 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37269
37270         * gst-libs/gst/colorbalance/Makefile.am:
37271         * gst-libs/gst/navigation/Makefile.am:
37272         * gst-libs/gst/xoverlay/Makefile.am:
37273           remove unused GST_OPT_CFLAGS from Makefiles
37274           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
37275
37276 2004-02-07  David Schleef  <ds@schleef.org>
37277
37278         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
37279         push events to pads that haven't been created (#133508)
37280
37281 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
37282
37283         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
37284         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
37285         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
37286         (gst_dvdec_loop), (gst_dvdec_change_state):
37287         Second attempt at committing a working dvdec element.
37288
37289 2004-02-06  David Schleef  <ds@schleef.org>
37290
37291         Build fixes for OS X: (see #129600)
37292         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
37293         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
37294         (gst_riff_read_strf_iavs):
37295         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
37296         (gst_avi_demux_stream_odml):
37297         * gst/playondemand/Makefile.am:
37298         * gst/rtp/rtp-packet.c:
37299
37300 2004-02-05  David Schleef  <ds@schleef.org>
37301
37302         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
37303         last change, because it Just Doesn't Compile.
37304
37305 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37306
37307         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37308           skip undecodable id3v2 tag instead of keeping it
37309
37310 2004-02-05  David Schleef  <ds@schleef.org>
37311
37312         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37313         Unref leaked buffer.  (Noticed by Ronald)
37314
37315 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
37316
37317         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37318         Sync requires with other checks.  >= vs =.
37319
37320 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
37321
37322         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
37323         (gst_dvdec_video_link), (gst_dvdec_loop):
37324         * ext/dv/gstdvdec.h:
37325           rework the caps negotiation so that dvdec works again instead
37326           of just segfaulting.
37327
37328 === release 0.7.4 ===
37329
37330 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37331
37332         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
37333         * configure.ac: changed for release
37334
37335 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37336
37337         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
37338         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37339         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37340         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37341           reworked patch by David Lehn to fix libdir and includedir for
37342           uninstalled libraries
37343           removed play and gconf from gstreamer-libs since they have their
37344           own pkgconfig files
37345
37346 2004-02-04  David Schleef  <ds@schleef.org>
37347
37348         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
37349         memleak.
37350
37351 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37352
37353         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37354           use correct GST_TAG_ENCODER tag
37355
37356 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37357
37358         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
37359           be sure to stop the clock when going to paused
37360         * sys/oss/gstosssink.c: (gst_osssink_change_state):
37361           reset number of transmitted when going to ready.
37362         fixes #132935
37363
37364 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
37365
37366         reviewed by Benjamin Otte
37367
37368         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37369           extract track count (fixes #133410)
37370
37371 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37372
37373         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
37374           that should be !=, not == (fixes #132519)
37375
37376 2004-02-04  David Schleef  <ds@schleef.org>
37377
37378         Make sure set_explicit_caps() is called before adding pad.
37379         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
37380         * gst/id3/gstid3types.c: (gst_id3types_loop):
37381         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
37382         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37383
37384 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37385
37386         * configure.ac:
37387           bump nano to 2, first prerelease
37388           put back AM_PROG_LIBTOOL
37389
37390 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37391
37392         * testsuite/alsa/Makefile.am:
37393           these are user test apps, not automatic testsuite tests
37394
37395 2004-02-04  David Schleef  <ds@schleef.org>
37396
37397         Convert GST_DEBUG_CAPS() to GST_DEBUG():
37398         * gst/mpeg1videoparse/gstmp1videoparse.c:
37399         (mp1videoparse_parse_seq):
37400         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37401         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
37402         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
37403         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
37404         (gst_xvideosink_getcaps):
37405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
37406         * testsuite/gst-lint: more tests
37407
37408 2004-02-04  David Schleef  <ds@schleef.org>
37409
37410         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
37411         with the code that they would expand to.
37412         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
37413         (gst_flacdec_get_src_query_types),
37414         (gst_flacdec_get_src_event_masks):
37415         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
37416         (gst_gnomevfssrc_get_query_types),
37417         (gst_gnomevfssrc_get_event_mask):
37418
37419 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37420
37421         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37422         (gst_sinesrc_dispose):
37423           fix memleak by properly disposing sinesrc
37424
37425 2004-02-04  Julien MOUTTE  <julien@moutte.net>
37426
37427         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
37428         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
37429         an overlay to redraw the image because it has been exposed.
37430         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
37431         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
37432         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
37433         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
37434         interface
37435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
37436         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
37437         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
37438         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
37439         interface
37440
37441 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37442
37443         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37444           more memleak fixage
37445
37446 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37447
37448         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37449         * gst/typefind/gsttypefindfunctions.c:
37450           fix memleaks shown by gst-typefind
37451
37452 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
37453
37454         * common/glib-gen.mak:
37455           add hack rule to touch .Plo files
37456         * gst-libs/gst/colorbalance/Makefile.am:
37457         * gst-libs/gst/mixer/Makefile.am:
37458         * gst-libs/gst/play/Makefile.am:
37459         * gst-libs/gst/tuner/Makefile.am:
37460           remove glib_root variable
37461
37462 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37463
37464         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
37465           set explicit caps before adding the element, so the autopluggers can
37466           plug correctly.
37467         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
37468         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
37469         (mpeg_video_type_find), (mpeg_video_stream_type_find),
37470         (dv_type_find):
37471           fix memleaks in typefind functions. gst_type_find_suggest takes a const
37472           argument.
37473
37474 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
37475
37476         * gst-libs/gst/colorbalance/Makefile.am:
37477         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
37478         * gst-libs/gst/colorbalance/colorbalance.c:
37479         * gst-libs/gst/colorbalance/colorbalance.h:
37480         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
37481         * gst-libs/gst/mixer/Makefile.am:
37482         * gst-libs/gst/mixer/mixer-marshal.list:
37483         * gst-libs/gst/mixer/mixer.c:
37484         * gst-libs/gst/mixer/mixer.h:
37485         * gst-libs/gst/mixer/mixermarshal.list:
37486         * gst-libs/gst/play/Makefile.am:
37487         * gst-libs/gst/play/play.h:
37488         * gst-libs/gst/tuner/Makefile.am:
37489         * gst-libs/gst/tuner/tuner-marshal.list:
37490         * gst-libs/gst/tuner/tuner.c:
37491         * gst-libs/gst/tuner/tuner.h:
37492         * gst-libs/gst/tuner/tunermarshal.list:
37493           use new glib-gen.mak snippet to clean up Makefile.am
37494           fix various bugs in Makefile.am's
37495
37496 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37497
37498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
37499           handle chain parsing correctly in the multichain case
37500         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
37501         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
37502         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
37503         (theora_dec_chain):
37504           handle events and queries correctly
37505
37506 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
37507
37508         * .cvsignore:
37509         Ignore generated file _stdint.h.
37510
37511 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
37512
37513         * gst-libs/gst/colorbalance/Makefile.am:
37514         * gst-libs/gst/colorbalance/colorbalance.h:
37515         * gst-libs/gst/mixer/Makefile.am:
37516         * gst-libs/gst/mixer/mixer.h:
37517         * gst-libs/gst/play/Makefile.am:
37518         * gst-libs/gst/play/play.h:
37519         * gst-libs/gst/tuner/Makefile.am:
37520         * gst-libs/gst/tuner/tuner.h:
37521         Generate enum type code with glib-mkenums.
37522         * gst-libs/gst/colorbalance/.cvsignore:
37523         * gst-libs/gst/mixer/.cvsignore:
37524         * gst-libs/gst/play/.cvsignore:
37525         * gst-libs/gst/tuner/.cvsignore:
37526         Ignore generated files.
37527
37528 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
37529
37530         * gst-libs/gst/audio/.cvsignore:
37531         Ignore generated file.
37532         * gst-libs/gst/audio/Makefile.am:
37533         Do not install example filter.
37534
37535 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
37536
37537         * examples/switch/.cvsignore:
37538         Ignore generated file.
37539
37540 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37541
37542         * common/m4/ax_create_stdint_h.m4:
37543         * configure.ac:
37544           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
37545           _stdint.h.
37546         * Makefile.am:
37547           remove generated _stdint.h in DISTCLEANFILES
37548         * ext/a52dec/gsta52dec.c:
37549           include _stdint.h for a52dec. (should fix #133064)
37550
37551 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
37552
37553         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
37554         (gst_tag_to_vorbis_comments):
37555         Add replaygain support to vorbistag
37556
37557 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
37558         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
37559         (gst_ffmpeg_caps_to_extradata):
37560           Fix SVQ3 caps flag properties
37561           Use glib macro for bytes swap
37562
37563 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37564
37565         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
37566         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
37567         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
37568         * ext/sndfile/gstsf.c: (plugin_init):
37569         * gst/avi/gstavi.c: (plugin_init):
37570         * sys/dxr3/dxr3init.c: (plugin_init):
37571         * sys/oss/gstossaudio.c: (plugin_init):
37572         * sys/v4l/gstv4l.c: (plugin_init):
37573         * sys/v4l2/gstv4l2.c: (plugin_init):
37574           remove textdomain calls
37575         * po/nl.po:
37576           update Dutch translation
37577
37578 2004-02-02  Julien MOUTTE  <julien@moutte.net>
37579
37580         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37581         (gst_play_set_audio_sink): Moving volume in the audio thread for
37582         instantaneous volume change. Maybe i will add another volume in front
37583         of visualization later, not sure yet though.
37584
37585 2004-02-02  Julien MOUTTE  <julien@moutte.net>
37586
37587         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37588         (gst_ximagesink_handle_xevents): Better X events handling, only take
37589         the latest events for configure and motion.
37590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
37591
37592 2004-02-02  Jon Trowbridge  <trow@gnu.org>
37593
37594         reviewed by: David Schleef  <ds@schleef.org>
37595
37596         Fix memory leaks:
37597         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
37598         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
37599
37600 2004-02-02  David Schleef  <ds@schleef.org>
37601
37602         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
37603         of lines.
37604         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
37605         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37606         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
37607         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
37608         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
37609         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
37610         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
37611         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
37612         (gst_float2_2_int_link):
37613         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
37614         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
37615         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
37616         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
37617         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
37618         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
37619         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
37620         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
37621         * testsuite/gst-lint: Add tests for bzero and ;;
37622
37623 2004-02-02  David Schleef  <ds@schleef.org>
37624
37625         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
37626
37627 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37628
37629         * ext/aalib/gstaasink.c: (gst_aasink_open):
37630         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
37631         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
37632         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
37633         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
37634         (gst_afsink_close_file):
37635         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
37636         (gst_afsrc_close_file):
37637         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
37638         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
37639         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
37640         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
37641         * ext/esd/esdmon.c: (gst_esdmon_get):
37642         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
37643         * ext/faac/gstfaac.c: (gst_faac_chain):
37644         * ext/faad/gstfaad.c: (gst_faad_chain):
37645         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
37646         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
37647         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
37648         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
37649         (gst_flacdec_loop):
37650         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37651         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
37652         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
37653         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
37654         (gst_gnomevfssink_close_file):
37655         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
37656         (gst_gnomevfssrc_open_file):
37657         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
37658         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
37659         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
37660         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
37661         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
37662         * ext/mad/gstmad.c: (gst_mad_chain):
37663         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
37664         * ext/mpeg2dec/gstmpeg2dec.c:
37665         * ext/mpeg2enc/gstmpeg2enc.cc:
37666         * ext/mplex/gstmplex.cc:
37667         * ext/mplex/gstmplexibitstream.cc:
37668         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
37669         (gst_ogg_demux_push):
37670         * ext/raw1394/gstdv1394src.c:
37671         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
37672         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
37673         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
37674         (gst_sf_loop):
37675         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
37676         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
37677         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
37678         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
37679         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37680         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
37681         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
37682         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
37683         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
37684         (gst_riff_read_element_data), (gst_riff_read_seek),
37685         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
37686         * gst/adder/gstadder.c: (gst_adder_loop):
37687         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
37688         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
37689         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
37690         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
37691         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
37692         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
37693         * gst/goom/gstgoom.c: (gst_goom_chain):
37694         * gst/id3/gstid3types.c: (gst_id3types_loop):
37695         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
37696         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
37697         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
37698         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
37699         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
37700         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
37701         (gst_ebml_read_float), (gst_ebml_read_header):
37702         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
37703         (gst_matroska_demux_parse_blockgroup):
37704         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
37705         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
37706         * gst/oneton/gstoneton.c: (gst_oneton_chain):
37707         * gst/silence/gstsilence.c: (gst_silence_get):
37708         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
37709         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
37710         * gst/speed/gstspeed.c: (speed_loop):
37711         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
37712         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
37713         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
37714         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
37715         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37716         (gst_wavparse_loop):
37717         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
37718         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
37719         (dxr3audiosink_close):
37720         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
37721         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
37722         (dxr3videosink_close), (dxr3videosink_write_data):
37723         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
37724         * sys/oss/gstosssink.c: (gst_osssink_chain):
37725         * sys/oss/gstosssrc.c: (gst_osssrc_get):
37726         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
37727         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
37728         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
37729         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
37730         (gst_v4l_set_window), (gst_v4l_enable_overlay):
37731         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
37732         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
37733         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
37734         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
37735         (gst_v4l_set_audio):
37736         * sys/v4l/v4l_calls.h:
37737         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
37738         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
37739         (gst_v4lmjpegsink_playback_init),
37740         (gst_v4lmjpegsink_playback_start):
37741         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
37742         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
37743         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
37744         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
37745         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
37746         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
37747         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
37748         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
37749         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
37750         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
37751         (gst_v4l2_get_output), (gst_v4l2_set_output),
37752         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
37753         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
37754         (gst_v4l2_set_attribute):
37755         * sys/v4l2/v4l2_calls.h:
37756         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
37757         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
37758         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
37759         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
37760         (gst_v4l2src_capture_stop):
37761         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
37762         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
37763         (gst_ximagesink_chain):
37764         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
37765         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
37766         (gst_xvideosink_xwindow_new):
37767         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
37768         (gst_xvimagesink_chain):
37769
37770 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37771
37772         * gst/volume/gstvolume.c: (gst_volume_set_volume),
37773         (gst_volume_get_volume), (volume_class_init), (volume_init),
37774         (volume_chain_int16), (volume_update_volume):
37775         * gst/volume/gstvolume.h:
37776           make code more readable by removing magic numbers
37777           make mixer interface export 0-100 range
37778           make it internally map to 0.0-1.0 range so users don't distort
37779           output by putting the sliders at full volume
37780
37781 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37782
37783         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
37784         (gst_play_state_change), (gst_play_seek_to_time):
37785         block the tick callback for 0.5 secs after doing a seek
37786
37787 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37788
37789         * gst-libs/gst/play/play.c: (gst_play_new):
37790           check for GError
37791
37792 2004-02-01  Julien MOUTTE  <julien@moutte.net>
37793
37794         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
37795         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
37796         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
37797         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
37798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
37799         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
37800
37801 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37802
37803         * configure.ac:
37804         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
37805           check for a function added in vorbis 1.1
37806
37807 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37808
37809         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
37810         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
37811           really start/stop clock only on PLAYING <=> PAUSED
37812         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
37813           remove \n from debugging lines
37814         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
37815           make it work when seeking does not
37816         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
37817           reset on DISCONT
37818
37819 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37820
37821         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
37822           start clock on PAUSED=>PLAYING, not later
37823         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
37824           extract correct time for different discont formats
37825         (gst_alsa_sink_get_time):
37826           don't segfault when no format is negotiated yet, just return 0
37827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
37828         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
37829         (gst_ogg_pad_push):
37830           handle flush and discont events correctly
37831         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
37832           handle discont events correctly
37833
37834 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
37835
37836         * gst-libs/gst/play/play.c: (gst_play_error_quark),
37837         (gst_play_error_create), (gst_play_error_plugin),
37838         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
37839         * gst-libs/gst/play/play.h:
37840           add error handling during creation
37841         * examples/gstplay/player.c: (main):
37842           use new gst_play_new
37843
37844
37845 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37846
37847         * ext/theora/theoradec.c: (theora_dec_chain):
37848           make comments work
37849         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
37850         (vorbis_dec_src_event), (vorbis_dec_chain):
37851           add encoder tag, fix tag reading to be more error tolerant, change
37852           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
37853           gst_pad_event_default.
37854         * gst/tags/gstvorbistag.c:
37855         (gst_tag_list_from_vorbiscomment_buffer):
37856           undefine function specific define at end of function
37857
37858 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
37859
37860         * ext/flac/gstflac.c: (plugin_init):
37861         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
37862         * ext/flac/gstflacdec.h:
37863         * ext/flac/gstflacenc.h:
37864           Fix typos
37865
37866 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
37867
37868         * examples/gstplay/player.c: s/gstplay.h/play.h/
37869
37870 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
37871
37872         * gst-libs/gst/play/Makefile.am:
37873         * gst-libs/gst/play/gstplay.c:
37874         * gst-libs/gst/play/gstplay.h:
37875         * gst-libs/gst/play/play.c:
37876           more surgery, operation complete
37877
37878 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
37879
37880         * gst-libs/gst/play/play.old.c:
37881         * gst-libs/gst/play/play.old.h:
37882           after CVS surgery by moving, remove
37883         * gst-libs/gst/play/playpipelines.c:
37884           remove
37885
37886         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
37887           add negotiation error
37888
37889 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
37890
37891         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
37892         (gst_ogg_demux_push):
37893           add some seeking debug info
37894           send a flush when seeking
37895
37896 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37897
37898         * configure.ac:
37899           use AC_C_INLINE
37900         * configure.ac:
37901         * ext/Makefile.am:
37902         * ext/theora/Makefile.am:
37903         * ext/theora/theoradec.c:
37904           add theora video decoder. Does just do simple decoding for now and
37905           has been tested against Theora cvs only. It only works when theora
37906           is compiled with --enable-static.
37907         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
37908           always reset packetno on DISCONT
37909
37910 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37911
37912         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
37913           Fix audio.
37914
37915 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37916
37917         * gst/mpegaudioparse/gstmpegaudioparse.c:
37918         (mp3_type_frame_length_from_header):
37919           Fix header parsing - stolen from ffmpeg (thank you! :) ).
37920
37921 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37922
37923         * ext/esd/esdsink.c: (gst_esdsink_init):
37924           Since we have static pad template caps, we don't need to negotiate;
37925           either the core errors out or we know the format.
37926
37927 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37928
37929         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
37930         (gst_riff_read_seek):
37931         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
37932         (gst_ebml_read_seek):
37933           Fix event handling.
37934
37935 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37936
37937         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
37938           removee video/x-theora from vp3 decoder, it doesn't handle raw
37939           theora streams
37940         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
37941           fix bug with finalizing element that never went to PAUSED
37942         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
37943           length and position queries were swapped
37944         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
37945         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
37946         (vorbis_dec_src_event):
37947           implement querying time and bytes
37948
37949 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
37950
37951         * just about every source file:
37952           gst_element_error -> GST_ELEMENT_ERROR
37953
37954 2004-01-29  Julien MOUTTE  <julien@moutte.net>
37955
37956         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
37957         emiting FLUSH and even before DISCONT.
37958         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
37959         get the best instant seeking as possible yay!
37960
37961 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37962
37963         * gst/mpeg1videoparse/gstmp1videoparse.c:
37964         (gst_mp1videoparse_real_chain):
37965           Committed wrong version last week... Grr... Didn't notice until now.
37966
37967 2004-01-29  Julien MOUTTE <julien@moutte.net>
37968
37969         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
37970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
37971         have_xwindow_id signal in xwindow_create.
37972
37973 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37974
37975         * ext/ogg/gstoggdemux.c:
37976           lots of changes - mainly support for chained bitstreams, seeking,
37977           querying and bugfixes of course
37978         * ext/vorbis/Makefile.am:
37979         * ext/vorbis/vorbisdec.c:
37980         * ext/vorbis/vorbisdec.h:
37981           add vorbisdec raw vorbis decoder
37982         * ext/vorbis/vorbis.c: (plugin_init):
37983           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
37984         * gst/intfloat/Makefile.am:
37985         * gst/intfloat/float22int.c:
37986         * gst/intfloat/float22int.h:
37987         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
37988           add float2intnew plugin. It converts multichannel interleaved float to
37989           multichannel interleaved int. The name should probably be changed.
37990         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
37991         (plugin_init):
37992           add typefinding for raw theora video so oggdemux can detect it.
37993
37994 2004-01-28  Julien MOUTTE  <julien@moutte.net>
37995
37996         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
37997         sink element first.
37998         * gst/videoscale/gstvideoscale.c:
37999         (gst_videoscale_handle_src_event): Fixing src event handler.
38000
38001 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38002
38003         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38004         (gst_v4lsrc_open), (gst_v4lsrc_close),
38005         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38006         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38007         * sys/v4l/gstv4lsrc.h:
38008         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38009         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38010           Implement resizing... Hack. But that's why v4l is b0rked...
38011
38012 2004-01-28  Julien MOUTTE <julien@moutte.net>
38013
38014         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38015         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38016         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38017         (gst_ximagesink_xwindow_destroy):
38018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38019         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38020         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38021         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38022         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38023         correctly cleaning the image created to check xshm calls on succes,
38024         added a lot of XSync calls in X11 functions, and fixed a segfault when
38025         no image format was defined before negotiation happened.
38026
38027 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38028
38029         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38030           use gst_element_get_time to get correct time
38031
38032 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38033
38034         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38035         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38036         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38038         (gst_xvimagesink_check_xshm_calls),
38039         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38040         X plugins are now able to detect that XShm calls will fail even if the
38041         server claims that it has XShm support (remote displays most of the
38042         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38043         so that we use non XShm functions. This feature is almost useless for
38044         xvimagesink as Xv is not supported on remote displays anyway, but
38045         it might happen than even on the local display XShm calls fail.
38046
38047 2004-01-27  David Schleef  <ds@schleef.org>
38048
38049         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38050         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38051         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38052         changed esdsink to only use 44100,16,2, since esd sucks at rate
38053         conversion and esdsink has had difficulty negotiating.
38054
38055 2004-01-27  Julien MOUTTE <julien@moutte.net>
38056
38057         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38058         (gst_play_seek_to_time): Fixing the way to get current position.
38059
38060 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38061
38062         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38063           use gst_element_get_time to get correct time
38064
38065 2004-01-27  Julien MOUTTE <julien@moutte.net>
38066
38067         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38068         fix ever... Inverting 2 lines of code make spider autoplug correctly
38069         tagged mp3 !
38070
38071 2004-01-27  David Schleef  <ds@schleef.org>
38072
38073         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38074         Use gst_pad_try_set_caps_nonfixed().
38075
38076 2004-01-27  David Schleef  <ds@schleef.org>
38077
38078         * gst/ac3parse/gstac3parse.c: update to checklist 5
38079         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38080         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38081         * gst/audioscale/gstaudioscale.c: same
38082         * gst/auparse/gstauparse.c: same
38083         * gst/avi/gstavidemux.c: same
38084
38085 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38086
38087         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38088           stop processing after EOS
38089
38090 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38091
38092         * gst/asfdemux/asfheaders.h:
38093         * gst/asfdemux/gstasfdemux.c:
38094         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38095         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38096         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38097           lot's of fixes to make data extraction simpler and get the code
38098           architecture and compiler independant. Add debugging category
38099         * gst/goom/gstgoom.c: (gst_goom_change_state):
38100           reset channel count on PAUSED=>READY, not READY=>PAUSED
38101
38102 2004-01-26  Colin Walters  <walters@verbum.org>
38103
38104         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38105         code to pull a bigger buffer in iradio mode.  This as a side effect
38106         makes typefinding work.
38107
38108 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38109
38110         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38111         Fix SVQ3 decoding on PPC
38112
38113 2004-01-26  Julien MOUTTE <julien@moutte.net>
38114
38115         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38116         that one managed to stay there... Fixed.
38117
38118 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38119
38120         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38121         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38122         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38123         (qtdemux_video_caps):
38124         * gst/qtdemux/qtdemux.h:
38125         Add SVQ3 specific flags to qtdemux and ffmpeg
38126
38127 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38128
38129         * gst-libs/gst/audio/audio.h:
38130           remove buffer-frames from audio caps
38131         * gst/audioconvert/gstaudioconvert.c:
38132           fix plugin to really work.
38133
38134 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38135
38136         * gst-libs/gst/mixer/mixer.c:
38137         * gst-libs/gst/propertyprobe/propertyprobe.c:
38138         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38139         (gst_tuner_find_channel_by_name):
38140         * gst-libs/gst/tuner/tuner.h:
38141           Add gtk-doc style comments. Also fix a function name.
38142
38143 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38144
38145         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38146         (gst_divxdec_negotiate):
38147           Fix for new capsnego - also fixes gst-player with divxdec.
38148
38149 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38150
38151         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38152         (gst_play_identity_handoff), (gst_play_set_location),
38153         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38154         try in visualization implementation. Still have an issue with switch
38155         blocking when pulling from video_queue and only audio comes out of
38156         spider.
38157         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38158         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38159         release method. And check if the pad is usable before pulling.
38160
38161 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38162
38163         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38164         (gst_videobalance_init),
38165         (gst_videobalance_colorbalance_list_channels),
38166         (gst_videobalance_colorbalance_set_value),
38167         (gst_videobalance_colorbalance_get_value),
38168         (gst_videobalance_update_properties),
38169         (gst_videobalance_update_tables_planar411),
38170         (gst_videobalance_planar411):
38171         * gst/videofilter/gstvideobalance.h:
38172           Implement lookup-tables. +/- 10x faster.
38173
38174 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38175
38176         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38177         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38178           The index reading was broken. The rest worked fine, but the whole
38179           goal of my rewrite was to make avidemux readable, and this was
38180           not at all readable. Please use typed variables.
38181
38182 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38183
38184         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38185           Additional pad usability check.
38186         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38187         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38188         (gst_mp1videoparse_real_chain):
38189           Fix MPEG video stream parsing. The original plugin had several
38190           issues, including not timestamping streams where the source was
38191           not timestamped (this happens with PTS values in mpeg system
38192           streams, but MPEG video is also a valid stream on its own so
38193           that needs timestamps too). We use the display time code for that
38194           for now. Also, if one incoming buffer contains multiple valid
38195           frames, we push them all on correctly now, including proper EOS
38196           handling. Lastly, several potential segfaults were fixed, and we
38197           properly sync on new sequence/gop headers to include them in next,
38198           not previous frames (since they're header for the next frame, not
38199           the previous). Also see #119206.
38200         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38201         (bpf_from_header):
38202           Move caps setting so we only do it after finding several valid
38203           MPEG-1 fraes sequentially, not right after the first one (which
38204           might be coincidental).
38205         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38206         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38207         (plugin_init):
38208           Add unsynced MPEG video stream typefinding, and change some
38209           probability values so we detect streams rightly. The idea is as
38210           follows: I can have an unsynced system stream which contains
38211           video. In the current code, I would randomly get a type for either
38212           system or video stream type found, because the probabilities are
38213           being calculated rather randomly. I now use fixed values, so we
38214           always prefer system stream if that was found (and that is how it
38215           should be). If no system stream was found, we can still identity                the stream as video-only.
38216
38217 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38218
38219         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38220         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38221           don't write to buffer. Extract data without the need of
38222           __attribute__ ((packed))
38223
38224 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38225
38226         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
38227         (mpeg1_sys_type_find):
38228           Fix MPEG-1 stream typefinding.
38229
38230 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38231
38232         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
38233           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
38234
38235 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38236
38237         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
38238         * ext/esd/gstesd.c: (plugin_init):
38239           private debugging, better error reporting
38240
38241 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38242
38243         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
38244         (gst_riff_read_init), (gst_riff_read_change_state):
38245         * gst-libs/gst/riff/riff-read.h:
38246           Remove stuff fromold metadata system.
38247
38248 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38249
38250         * ext/ogg/gstoggdemux.c:
38251           Fix wrong file comment.
38252         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38253         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
38254           Add metadata reading properly.
38255
38256 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38257
38258         * ext/Makefile.am:
38259           Fix nas DIST_SUBDIRS
38260           Uraeus:
38261           Fix bug where make distcheck doesn't get run on adding stuff to
38262           the build.
38263
38264 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38265
38266         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
38267         * ext/divx/gstdivxdec.h:
38268           Fix divx3 ("msmpeg4") playback using divxdec.
38269
38270 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38271
38272         * gst/typefind/gsttypefindfunctions.c:
38273         (mp3_type_frame_length_from_header): fix bug in length computation
38274         (mp3_type_find): improve debugging output
38275
38276 2004-01-23  Julien MOUTTE  <julien@moutte.net>
38277
38278         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38279         (gst_play_set_location), (gst_play_seek_to_time),
38280         (gst_play_set_audio_sink), (gst_play_set_visualization),
38281         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
38282         the pipeline from scratch. Visualization is back and switch went out as
38283         i realized it was not possible to use the way i wanted.
38284         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
38285         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
38286         clearing in state change from READY to NULL. So that one can clean the
38287         X ressources keeping the element.
38288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38289         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
38290         (gst_xvimagesink_colorbalance_set_value),
38291         (gst_xvimagesink_colorbalance_get_value),
38292         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
38293         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
38294         change from READY to NULL and fixed some stupid bugs in colorbalance
38295         get/set values. Also added the following feature : when nobody tries to
38296         set some values to the colorbalance levels before the xcontext is
38297         grabbed, then when creating channels list from Xv attributes we set the
38298         internal values to the Xv defaults. This way we handle buggy Xv drivers
38299         that set default hue values far from the middle of the range (Thanks
38300         to Jon Trowbridge for pointing that issue).
38301         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
38302         colorbalance levels have been set before xcontext is grabbed.
38303
38304 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38305
38306         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
38307           Fix the ossmixer case where we shouldn't open /dev/dsp* because
38308           it might block operations (which is bad for a mixer).
38309
38310 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38311
38312         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
38313         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
38314         (gmip_find_type_pre):
38315         * gst-libs/gst/media-info/media-info-priv.h:
38316         * gst-libs/gst/media-info/media-info.c:
38317         (gst_media_info_instance_init), (gst_media_info_read_idler):
38318         add fakesink to get caps on decoder src pad again
38319         fix callback prototype to match new have_type signal signature
38320
38321 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38322
38323         * gst/adder/gstadder.c: (gst_adder_link):
38324           fix non-compile and cut-n-paste code
38325
38326 2004-01-21  David Schleef  <ds@schleef.org>
38327
38328         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
38329         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
38330         (gst_swfdec_init), (gst_swfdec_change_state):
38331         * ext/swfdec/gstswfdec.h:
38332         Fix negotiation.
38333         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
38334         (gst_adder_request_new_pad): Fix negotiation.
38335         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
38336         Add a fixate function.
38337         * gst/intfloat/gstfloat2int.c:
38338         * gst/intfloat/gstfloat2int.h:
38339         * gst/intfloat/gstint2float.c:
38340         * gst/intfloat/gstint2float.h:
38341         Completely rewrite the negotiation.  Doesn't quite work yet,
38342         due to some buffer-frames problem.
38343
38344 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
38345
38346         * ext/gnomevfs/gstgnomevfssrc.c:
38347         * sys/v4l2/v4l2_calls.h:
38348           fix includes for distcheck
38349
38350 2004-01-21  Christian Schaller <uraeus@gnome.org>
38351
38352         * ext/nas/
38353         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
38354         based on earlier patch from Laurent Vivier
38355
38356 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
38357
38358         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38359         Fix wma caps property
38360         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
38361         Fix typo (flags1 and flags2)
38362
38363 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38364
38365         * gst-libs/gst/media-info/media-info-priv.c:
38366         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
38367         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
38368         (gmip_find_stream), (gmip_find_track_metadata),
38369         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
38370         (gmip_find_track_format):
38371         * gst-libs/gst/media-info/media-info-priv.h:
38372         * gst-libs/gst/media-info/media-info-test.c: (main):
38373         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
38374         (gst_media_info_read_idler), (gst_media_info_read):
38375         * gst-libs/gst/media-info/media-info.h:
38376           register debugging category and use it for debugging
38377
38378 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38379
38380         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
38381         (gst_vorbisfile_new_link):
38382           signal streaminfo through tags
38383
38384 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38385
38386         * ext/mplex/gstmplex.cc:
38387         * ext/mplex/gstmplexibitstream.cc:
38388           g++ doesn't like NULL in our i18n/error macros, should be
38389           either (NULL) or ("").
38390
38391 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38392
38393         * sys/dxr3/dxr3audiosink.c:
38394         * sys/dxr3/dxr3init.c:
38395         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
38396         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
38397           Fix more error error error errors (missing includes here).
38398
38399 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38400
38401         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38402           fix thomas' error errors.
38403
38404 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38405
38406         * ext/mpeg2enc/gstmpeg2enc.cc:
38407           fix error errors.
38408
38409 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38410
38411         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38412         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38413           Fix for new error system.
38414
38415 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38416
38417         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38418           fix for new error reporting
38419
38420 2004-01-20  David Schleef  <ds@schleef.org>
38421
38422         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
38423         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
38424         (gst_ximagesink_set_xwindow_id): Change to using a framerate
38425         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
38426         and neither is 100+, most likely.
38427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
38428         (gst_xvimagesink_getcaps): same
38429
38430 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38431
38432         * configure.ac:
38433           Up version requirement to 2.0.3 (not yet released) to avoid symbol
38434           clashes with ffmpeg.
38435
38436 2004-01-20  Julien MOUTTE  <julien@moutte.net>
38437
38438         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
38439         (gst_switch_init): Fixed switch element : proxying link and setting
38440         caps from src to sink on request.
38441
38442 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38443
38444         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
38445         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38446         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38447         fix element_error
38448
38449 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38450
38451         * sys/v4l/v4l_calls.h:
38452         * sys/v4l2/v4l2_calls.h:
38453           element_error fixes
38454
38455 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38456
38457         * gst-libs/gst/gst-i18n-plugin.h:
38458           add locale.h
38459           remove config.h inclusion
38460
38461 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38462
38463         * autogen.sh:
38464           adding autopoint invocation
38465         * Makefile.am:
38466         * configure.ac:
38467         * gst-libs/gst/gettext.h:
38468           adding gettext bits
38469         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38470         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38471         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38472         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38473         (gst_gnomevfssink_close_file):
38474         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
38475         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
38476         * gst-libs/gst/gst-i18n-plugin.h:
38477         * gst/avi/gstavi.c: (plugin_init):
38478         * sys/dxr3/dxr3init.c: (plugin_init):
38479         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
38480         * sys/oss/gstossaudio.c: (plugin_init):
38481         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38482         * sys/v4l/gstv4l.c: (plugin_init):
38483         * sys/v4l/v4l_calls.c: (gst_v4l_open):
38484         * sys/v4l2/gstv4l2.c: (plugin_init):
38485         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38486         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
38487         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
38488         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
38489         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
38490         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
38491           make sure locale and translation domain are set
38492           fix translated strings
38493         * po/.cvsignore:
38494         * po/LINGUAS:
38495         * po/Makevars:
38496         * po/POTFILES.in:
38497         * po/nl.po:
38498           put translation files into place
38499         * sys/xvideo/imagetest.c: (main):
38500         * ext/dv/demo-play.c: (main):
38501           fix unnecessary translations
38502
38503 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
38504
38505         * ext/sndfile/gstsf.c:
38506         * gst/avi/gstavimux.c:
38507         * ext/audiofile/gstafsink.c:
38508         * ext/audiofile/gstafsrc.c:
38509         * ext/gnomevfs/gstgnomevfssink.c:
38510         * ext/gnomevfs/gstgnomevfssrc.c:
38511         * sys/oss/gstosselement.c:
38512         * sys/v4l/v4l_calls.h:
38513           fix i18n include
38514
38515 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38516
38517         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38518         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38519         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38520         (gst_v4l2_get_output), (gst_v4l2_set_output),
38521         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38522         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38523         (gst_v4l2_set_attribute):
38524         update to new error handling
38525
38526 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38527
38528         * ext/sidplay/gstsiddec.cc:
38529         * gst/modplug/gstmodplug.cc:
38530           parenthese NULL because C++ seems angry about it
38531
38532 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38533
38534         * gst-libs/gst/gst-i18n-plugin.h:
38535           add skeleton i18n stuff, but needs to be further implemented
38536
38537 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38538
38539         * examples/gstplay/player.c: (main):
38540         * ext/aalib/gstaasink.c: (gst_aasink_open):
38541         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38542         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38543         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38544         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38545         (gst_afsink_close_file):
38546         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38547         (gst_afsrc_close_file):
38548         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38549         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38550         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38551         * ext/esd/esdmon.c: (gst_esdmon_get):
38552         * ext/esd/esdsink.c: (gst_esdsink_chain):
38553         * ext/faac/gstfaac.c: (gst_faac_chain):
38554         * ext/faad/gstfaad.c: (gst_faad_chain):
38555         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38556         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38557         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38558         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38559         (gst_flacdec_loop):
38560         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38561         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38562         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38563         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38564         (gst_gnomevfssink_close_file):
38565         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38566         (gst_gnomevfssrc_open_file):
38567         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38568         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38569         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38570         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38571         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38572         * ext/mad/gstmad.c: (gst_mad_chain):
38573         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38574         * ext/mpeg2dec/gstmpeg2dec.c:
38575         * ext/mpeg2enc/gstmpeg2enc.cc:
38576         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38577         * ext/mplex/gstmplex.cc:
38578         * ext/mplex/gstmplexibitstream.cc:
38579         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38580         (gst_ogg_demux_push), (gst_ogg_pad_push):
38581         * ext/raw1394/gstdv1394src.c:
38582         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38583         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38584         * ext/sidplay/gstsiddec.cc:
38585         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38586         (gst_sf_loop):
38587         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38588         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38589         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38590         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38591         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38592         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38593         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38594         * gst-libs/gst/Makefile.am:
38595         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38596         (gst_riff_read_element_data), (gst_riff_read_seek),
38597         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38598         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
38599         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38600         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38601         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38602         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38603         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38604         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38605         * gst/goom/gstgoom.c: (gst_goom_chain):
38606         * gst/id3/gstid3types.c: (gst_id3types_loop):
38607         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38608         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38609         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38610         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38611         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38612         (gst_ebml_read_float), (gst_ebml_read_header):
38613         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38614         (gst_matroska_demux_parse_blockgroup):
38615         * gst/modplug/gstmodplug.cc:
38616         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38617         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38618         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38619         * gst/silence/gstsilence.c: (gst_silence_get):
38620         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38621         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38622         * gst/speed/gstspeed.c: (speed_loop):
38623         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38624         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38625         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38626         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38627         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38628         (gst_wavparse_loop):
38629         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38630         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38631         (dxr3audiosink_close):
38632         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38633         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38634         (dxr3videosink_close), (dxr3videosink_write_data):
38635         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38636         * sys/oss/gstosselement.h:
38637         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
38638         (gst_osssink_chain):
38639         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38640         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38641         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38642         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38643         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
38644         (gst_v4l_enable_overlay):
38645         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38646         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38647         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38648         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38649         (gst_v4l_set_audio):
38650         * sys/v4l/v4l_calls.h:
38651         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38652         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38653         (gst_v4lmjpegsink_playback_init),
38654         (gst_v4lmjpegsink_playback_start):
38655         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
38656         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
38657         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
38658         (gst_v4lmjpegsrc_requeue_frame):
38659         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38660         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38661         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38662         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38663         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38664         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38665         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38666         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38667         (gst_v4l2src_capture_stop):
38668         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38669         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38670         (gst_ximagesink_chain):
38671         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38672         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38673         (gst_xvideosink_xwindow_new):
38674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38675         (gst_xvimagesink_chain):
38676         use new error signal, function and categories
38677
38678 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
38679
38680         * configure.ac:
38681         * ext/Makefile.am:
38682         * ext/musicbrainz/gsttrm.c:
38683         * ext/musicbrainz/gsttrm.h:
38684         * ext/musicbrainz/Makefile.am:
38685         Add a trm plugin
38686
38687 2004-01-18  Julien MOUTTE  <julien@moutte.net>
38688
38689         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
38690         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
38691         synchronous property for debugging.
38692         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
38693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38694         (gst_xvimagesink_set_property): Moving a pointer declaration to a
38695         smaller block, fixing indent.
38696
38697 2004-01-16  David Schleef  <ds@schleef.org>
38698
38699         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
38700         property affects the video stream.
38701         * sys/xvimage/xvimagesink.c:
38702         * sys/xvimage/xvimagesink.h:
38703         Add synchronous property for debugging.  Should probably be
38704         disabled in non-CVS builds.  Make sure that the Xv attribute
38705         exists before we set it (crash!).  Fix a silly float bug that
38706         caused colorbalance to just not work.
38707
38708 2004-01-17  Christian Schaller <Uraeus@gnome.org>
38709
38710         * tools/gst-launch-ext.in - update for new plugins
38711
38712 2004-01-16  David Schleef  <ds@schleef.org>
38713
38714         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
38715         already-freed caps.
38716
38717 2994-01-16  Christian Schaller <Uraeus@gnome.org>
38718
38719         * Update spec for new colorspace plugin and libcaca plugin
38720         * Fix compilation of libcaca plugin (clock -> id)
38721
38722 2004-01-16  Julien MOUTTE <julien@moutte.net>
38723
38724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
38725         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
38726         (gst_xvimagesink_set_xwindow_id),
38727         (gst_xvimagesink_colorbalance_set_value),
38728         (gst_xvimagesink_colorbalance_get_value),
38729         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
38730         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
38731         correct colorbalance properties. They can now be set when the element
38732         is still in NULL state. The values will be committed to the Xv Port
38733         when xcontext is initialized.
38734         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
38735         brightness int values in the GstXvImagesink structure.
38736
38737 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38738
38739         * gst-libs/gst/Makefile.am:
38740           restructure so having local patches works easier.
38741
38742 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38743
38744         * ext/mpeg2enc/Makefile.am:
38745         * ext/mpeg2enc/gstmpeg2enc.cc:
38746         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38747           Bugfix with respect to EOS handling.
38748
38749 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38750
38751         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
38752           Link with right caps (else, it segfaults).
38753         * ext/mplex/gstmplexjob.cc:
38754           Fix for slight API change in 1.6.1.93 release of mjpegtools.
38755
38756 2004-01-15  David Schleef  <ds@schleef.org>
38757
38758         * gst-libs/gst/audio/Makefile.am:
38759         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
38760         from the template.
38761         * gst-libs/gst/audio/gstaudiofilter.c:
38762         * gst-libs/gst/audio/gstaudiofilter.h:
38763         Add bytes_per_sample and size and n_samples calculation.
38764         * gst-libs/gst/audio/gstaudiofilterexample.c:
38765         Remove, now autogenerated.
38766         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
38767         Moved from gstaudiofilterexample, object name changed, code added
38768         so that it actually works.
38769         * gst-libs/gst/audio/make_filter:
38770         Script to build an audiofilter subclass from the template.
38771         * gst/colorspace/Makefile.am:
38772         * gst/colorspace/yuv2yuv.c:
38773         Remove file, since it's GPL, and we don't use it.
38774
38775 2004-01-15  Julien MOUTTE  <julien@moutte.net>
38776
38777         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
38778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
38779         them use the buffer free function to test how the buffer was allocated.
38780
38781 2004-01-15  David Schleef  <ds@schleef.org>
38782
38783         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
38784         that handles osssink fallback.
38785         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
38786         (gst_audio_convert_getcaps):
38787         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
38788         Add audio/x-qdm2 for QDM2 audio.
38789         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38790         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
38791         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38792         Decrease minimum size to 16x16.
38793         * gst/wavparse/gstwavparse.c:
38794         Convert disabled pad template caps to new caps.
38795         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
38796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38797         (gst_xvimagesink_chain): Throw element error when display cannot
38798         be opened.  Increase minimum framerate to 1.0.  Check the data
38799         free function on a buffer to make sure it is the type we expect
38800         before manipulating it.
38801
38802 2004-01-15  Julien MOUTTE <julien@moutte.net>
38803
38804         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
38805         (gst_videobalance_colorbalance_set_value): Implement passthru if
38806         settings are in the middle.
38807         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
38808
38809 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38810
38811         * gst/videofilter/Makefile.am:
38812         * gst/volume/Makefile.am:
38813           Since we use videofilter symbols, link to it.
38814
38815 2004-01-15  Julien MOUTTE <julien@moutte.net>
38816
38817         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
38818         mixer interface type to HARDWARE.
38819         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
38820         type to SOFTWARE.
38821         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
38822         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
38823         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
38824         (gst_volume_interface_init), (gst_volume_list_tracks),
38825         (gst_volume_set_volume), (gst_volume_get_volume),
38826         (gst_volume_set_mute), (gst_volume_mixer_init),
38827         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
38828         (volume_init): Implementing mixer interface.
38829         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
38830         * sys/oss/gstosselement.c: (gst_osselement_get_type),
38831         (gst_osselement_change_state): Removing some trailing commas in
38832         structures.
38833         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
38834         interface type to HARDWARE.
38835         * sys/v4l/gstv4lcolorbalance.c:
38836         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
38837         type to HARDWARE.
38838         * sys/v4l2/gstv4l2colorbalance.c:
38839         (gst_v4l2_color_balance_interface_init): Setting colorbalance
38840         interface type to HARDWARE.
38841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
38842         same code than ximagesink for event handling.
38843
38844 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38845
38846         * ext/snapshot/Makefile.am:
38847         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
38848         (gst_snapshot_chain):
38849         * ext/snapshot/gstsnapshot.h:
38850           This has to be a joke... Snapshot should be connected to a tee,
38851           colorspace element before it and EOS after that, where the other
38852           src of the tee receives normal data.
38853           The current way is *wrong*.
38854
38855 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38856
38857         * ext/hermes/gsthermescolorspace.c:
38858           Fix another compile error. Same as below.
38859
38860 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38861
38862         * gst/colorspace/gstcolorspace.c:
38863         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
38864         (gst_colorspace_i420_to_yv12):
38865           Fix compiling... Didn't test if it actually works.
38866
38867 2004-01-15  David Schleef  <ds@schleef.org>
38868
38869         * configure.ac:
38870         * gst/colorspace/Makefile.am:
38871         * gst/colorspace/gstcolorspace.c:
38872         * gst/colorspace/gstcolorspace.h:
38873         * gst/colorspace/yuv2rgb.c:
38874         * gst/colorspace/yuv2rgb.h:
38875         Duplicate the ext/hermes colorspace plugin, and remove Hermes
38876         code and GPL code.  Fix for new caps negotiation.  Rewrite
38877         much of the format handling code, and some of the conversion
38878         code.  Basically, rewrote almost everything.  This element
38879         handles I420, YV12 to RGB conversions.
38880         * ext/hermes/Makefile.am:
38881         * ext/hermes/gsthermescolorspace.c:
38882         Rename colorspace to hermescolorspace.  Fix negotiation issues.
38883         Remove non-Hermes related code.  This element handles lots of
38884         RGB to RGB conversions, but no YUV.
38885         * ext/hermes/gstcolorspace.c:
38886         * ext/hermes/gstcolorspace.h:
38887         * ext/hermes/rgb2yuv.c:
38888         * ext/hermes/yuv2rgb.c:
38889         * ext/hermes/yuv2rgb.h:
38890         * ext/hermes/yuv2rgb_mmx16.s:
38891         * ext/hermes/yuv2yuv.c:
38892         * ext/hermes/yuv2yuv.h:
38893         Remove old code.
38894
38895 2004-01-14  Colin Walters  <walters@verbum.org>
38896
38897         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
38898         they've already been.
38899
38900 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38901
38902         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38903           assume tag mode when pad is not connected
38904
38905 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38906
38907         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38908           Don't update the time of the clock
38909         (gst_alsa_sink_loop):
38910           sync to the clock given to alsasink, not the own clock
38911         * sys/oss/gstosssink.c: (gst_osssink_chain):
38912           sync to the clock
38913         (gst_osssink_change_state):
38914           activate the clock
38915         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
38916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
38917           remove bogus code that made DISCONT events unhandled
38918         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
38919           explicitly case to double in _set_simple. (fixes 2nd warning in bug
38920           #131502)
38921         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
38922         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
38923         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
38924           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
38925           2nd warning in bug #131502)
38926
38927 2004-01-14  Julien MOUTTE  <julien@moutte.net>
38928
38929         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
38930         (gst_videobalance_colorbalance_set_value),
38931         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
38932         for colorbalance interface implementation.
38933         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38934         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
38935         (gst_ximagesink_dispose), (gst_ximagesink_init),
38936         (gst_ximagesink_class_init): Adding DISPLAY property.
38937         * sys/ximage/ximagesink.h: Adding display_name to store display.
38938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38939         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
38940         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
38941         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
38942         properties (they still need polishing though for gst-launch use : no
38943         xcontext yet, i ll do that tomorrow).
38944         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
38945
38946 2004-01-14  Julien MOUTTE  <julien@moutte.net>
38947
38948         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38949         (gst_play_set_location), (gst_play_set_visualization): Preparing
38950         switch integration, adding videobalance in the pipeline.
38951
38952 2004-01-14  Julien MOUTTE <julien@moutte.net>
38953
38954         * gst-libs/gst/colorbalance/colorbalance.c:
38955         (gst_color_balance_class_init): Adding a default type.
38956         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
38957         the type.
38958         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
38959         (gst_videobalance_dispose), (gst_videobalance_class_init),
38960         (gst_videobalance_init), (gst_videobalance_interface_supported),
38961         (gst_videobalance_interface_init),
38962         (gst_videobalance_colorbalance_list_channels),
38963         (gst_videobalance_colorbalance_set_value),
38964         (gst_videobalance_colorbalance_get_value),
38965         (gst_videobalance_colorbalance_init): Implementing colorbalance
38966         interface.
38967         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
38968         list.
38969         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
38970         bug which was triggering a BadAccess X error when setting an overlay
38971         before pad was really negotiated.
38972         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
38973         Using the colorbalance type macro.
38974
38975 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38976
38977         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
38978         (gst_flacenc_chain):
38979           handle tags correctly
38980         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
38981           extract ID3v1 tags correctly
38982
38983 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38984
38985         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
38986         (plugin_init):
38987           Improve matroska typefinding for odd-typed headers...
38988
38989 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38990
38991         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
38992           Fix for using incremental number on padnames.
38993
38994 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38995
38996         * ext/divx/gstdivxdec.c:
38997         * ext/divx/gstdivxenc.c:
38998           Set category to divx4linux instead of divx (too generic).
38999         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39000         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39001         (gst_wavparse_loop), (gst_wavparse_change_state):
39002         * gst/wavparse/gstwavparse.h:
39003           fix parsing of WAV files with non-standard fmt-tag size and fix
39004           skipping of unrecognized chunks... Someone please fix this thing
39005           to use rifflib so all this is automated.
39006         * sys/v4l/Makefile.am:
39007         * sys/v4l2/Makefile.am:
39008           Add X_CFLAGS because we depend on X (for overlay).
39009
39010 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39011
39012         * ext/mpeg2dec/gstmpeg2dec.c:
39013           Don't issue a timestamp unless we tagged the frame
39014           with a PTS.
39015
39016 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39017
39018         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39019           Query the audio element to get the time, not the clock. We're
39020           interested in the element's time here.
39021
39022 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39023
39024         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39025         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39026         * ext/esd/esdsink.c: (gst_esdsink_chain):
39027         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39028         * ext/mas/massink.c: (gst_massink_chain):
39029         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39030         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39031         (gst_matroska_demux_parse_metadata):
39032         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39033         (gst_mpeg_parse_release_locks):
39034         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39035         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39036         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39037         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39038         (gst_osssink_change_state):
39039         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39040         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39041         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39042         (gst_xvideosink_release_locks):
39043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39044           use element time.
39045         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39046         (gst_alsa_clock_stop):
39047         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39048         (gst_audio_clock_get_internal_time):
39049           simplify for use with new clocking code.
39050         * testsuite/alsa/Makefile.am:
39051         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39052           fix testsuite for new caps system
39053
39054 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39055
39056         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39057         * ext/flac/gstflacenc.c: (add_one_tag):
39058           length is already host endian, no need to convert. Fixes playback of
39059           tagged files on PPC. (bug #128384)
39060
39061 2004-01-13  Julien MOUTTE <julien@moutte.net>
39062
39063         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39064         colorbalance interface stating if it is hardware based or software
39065         based.
39066         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39067         Removing a trailing comma.
39068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39069         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39070         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39071         the documentation seems to be wrong on the -1000 to 1000 interval.
39072
39073 2004-01-12  David Schleef  <ds@schleef.org>
39074
39075         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39076         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39077         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39078         Fix negotiation.  Add a bufferalloc function for the sink pad,
39079         and generally clean up some of the code.
39080
39081 2004-01-12  Julien MOUTTE <julien@moutte.net>
39082
39083         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39084         (gst_color_balance_channel_dispose): Adding safety check in dispose
39085         method.
39086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39087         (gst_xvimagesink_xcontext_clear),
39088         (gst_xvimagesink_interface_supported),
39089         (gst_xvimagesink_colorbalance_list_channels),
39090         (gst_xvimagesink_colorbalance_set_value),
39091         (gst_xvimagesink_colorbalance_get_value),
39092         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39093         Adding colorbalance interface support to set XV parameters such as
39094         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39095         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39096         interface.
39097
39098 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39099
39100         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39101         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39102         (gst_audio_convert_init), (gst_audio_convert_set_property),
39103         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39104         (gst_audio_convert_link),
39105         (gst_audio_convert_buffer_to_default_format),
39106         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39107           - implement _getcaps and use it
39108           - improve linking
39109           - remove float caps since no float conversion is actually done
39110           - remove properties and arguments that were to be used for rate
39111             conversion
39112
39113 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39114
39115         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39116         (gst_audio_structure_set_int):
39117         * gst-libs/gst/audio/audio.h:
39118           add helper functions for _getcaps matching the standard audio
39119           templates
39120
39121 2004-01-12  David Schleef  <ds@schleef.org>
39122
39123         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39124         Test that pad is negotiated before getting its caps.
39125
39126 2004-01-12  Julien MOUTTE <julien@moutte.net>
39127
39128         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39129         analyzing the pads of an element the bin is mostly in READY state so
39130         no caps were negotiated. This helper function needs to work with
39131         _get_caps directly then. I was not freeing them though, added that to
39132         fix the mem leak.
39133
39134 2004-01-12  Julien MOUTTE <julien@moutte.net>
39135
39136         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39138         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39139         than the free_func.
39140
39141 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39142
39143         * sys/oss/gstossaudio.c: (plugin_init):
39144         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39145         * sys/oss/gstosselement.h:
39146           make an oss debugging category
39147           make failure more descriptive
39148
39149 2004-01-11  David Schleef  <ds@schleef.org>
39150
39151         * ext/ffmpeg/gstffmpeg.c:
39152         * ext/ffmpeg/gstffmpegcodecmap.c:
39153         * ext/ffmpeg/gstffmpegdec.c:
39154         * ext/ffmpeg/gstffmpegenc.c:
39155         * ext/ffmpeg/gstffmpegprotocol.c:
39156         * ext/gdk_pixbuf/gstgdkanimation.c:
39157         * ext/jpeg/gstjpeg.c:
39158         * ext/libpng/gstpng.c:
39159         * ext/mpeg2dec/perftest.c:
39160         * ext/speex/gstspeex.c:
39161         * gst-libs/gst/resample/dtos.c:
39162         * gst/intfloat/gstintfloatconvert.c:
39163         * gst/oneton/gstoneton.c:
39164         * gst/rtjpeg/RTjpeg.c:
39165         * gst/rtp/gstrtp.c:
39166         * sys/dxr3/dxr3init.c:
39167         * sys/glsink/gstgl_nvimage.c:
39168         * sys/glsink/gstgl_pdrimage.c:
39169         * sys/glsink/gstglsink.c:
39170         * testsuite/gst-lint:
39171         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39172
39173 2004-01-11  David Schleef  <ds@schleef.org>
39174
39175         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39176         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39177         * ext/gdk_pixbuf/gstgdkanimation.c:
39178         (gst_gdk_animation_iter_create_pixbuf):
39179         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39180         (gst_gdk_pixbuf_chain):
39181         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39182         * ext/jack/gstjack.c: (gst_jack_change_state):
39183         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39184         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39185         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39186         * gst/videofilter/gstvideofilter.c:
39187         (gst_videofilter_set_output_size):
39188         Remove all usage of gst_pad_get_caps(), and replace it with
39189         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39190
39191 2004-01-11  David Schleef  <ds@schleef.org>
39192
39193         * configure.ac:
39194         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39195         * ext/divx/gstdivxdec.c:
39196         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39197         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39198         handle images that span multiple buffers.  Now work with both
39199         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39200         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39201         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39202         video/video.h changes
39203         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39204         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39205         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39206         of GstData free function.
39207         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39208         same.
39209
39210 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39211
39212         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39213         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39214         (gst_v4l2element_get_property):
39215         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39216           add norm, channel and frequency properties.
39217         * sys/v4l2/gstv4l2tuner.c:
39218           fixes for tuner interface changes
39219         * sys/v4l2/gstv4l2element.h:
39220         * sys/v4l2/gstv4l2src.c:
39221         * sys/v4l2/gstv4l2src.h:
39222         * sys/v4l2/v4l2src_calls.c:
39223         * sys/v4l2/v4l2src_calls.h:
39224           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
39225
39226 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39227
39228         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
39229         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
39230         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
39231         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
39232         * gst-libs/gst/tuner/tuner.h:
39233           GObjects aren't const.
39234           Add find_by_name functions.
39235           Add checks to _changed functions.
39236         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
39237         (gst_v4l_tuner_get_norm):
39238           Fixes for above.
39239
39240 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39241
39242         * gst-libs/gst/video/video.h:
39243           Fix caps template names to be understandable.
39244           Prefix everything with GST_VIDEO.
39245         * ext/aalib/gstaasink.c:
39246         * ext/divx/gstdivxdec.c:
39247         * ext/divx/gstdivxenc.c:
39248         * ext/gdk_pixbuf/gstgdkpixbuf.c:
39249         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
39250         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
39251         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
39252         * ext/libcaca/gstcacasink.c:
39253         * ext/libpng/gstpngenc.c: (raw_caps_factory):
39254         * ext/snapshot/gstsnapshot.c:
39255         * ext/swfdec/gstswfdec.c:
39256         * ext/xvid/gstxviddec.c:
39257         * ext/xvid/gstxvidenc.c:
39258         * gst/chart/gstchart.c:
39259         * gst/deinterlace/gstdeinterlace.c:
39260         * gst/effectv/gsteffectv.c:
39261         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39262         * gst/goom/gstgoom.c:
39263         * gst/median/gstmedian.c:
39264         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
39265         (gst_monoscope_srcconnect), (gst_monoscope_chain):
39266         * gst/overlay/gstoverlay.c:
39267         * gst/smooth/gstsmooth.c:
39268         * gst/smpte/gstsmpte.c:
39269         * gst/synaesthesia/gstsynaesthesia.c:
39270         * gst/videocrop/gstvideocrop.c:
39271         * gst/videodrop/gstvideodrop.c:
39272         * gst/y4m/gsty4mencode.c:
39273         * sys/qcam/gstqcamsrc.c:
39274         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
39275           Make them work with new video.h file.
39276         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39277         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39279         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39280           Make it work with new buffer allocation system.
39281
39282 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39283
39284         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
39285         pad_alloc_buffer implementation to use ->srcpad
39286         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
39287         pad_alloc_buffer implementation to use ->srcpad
39288         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
39289         pad_alloc_buffer implementation to use ->srcpad
39290         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
39291         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
39292         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39293         a reference to everything we need.
39294         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
39295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
39296         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
39297         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39298         a reference to everything we need.
39299         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
39300
39301 2004-01-11  David Schleef  <ds@schleef.org>
39302
39303         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
39304         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
39305         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
39306         structure members.
39307         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
39308         value during a resize/renegotiation.
39309         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
39310         gst_pad_alloc_buffer();
39311         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39312         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
39313         structure members.
39314         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39315         Fix for rename of buffer private structure members.
39316         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39317         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39318         Fix for rename of buffer private structure members.
39319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39320         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39321         Fix for rename of buffer private structure members.
39322
39323 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
39324
39325         reviewed by: David Schleef <ds@schleef.org>
39326
39327         * gst/videofilter/Makefile.am:
39328         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
39329         from the patch by ds to fit in with recent make_filter changes.
39330
39331 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39332
39333         * configure.ac: Adding examples/switch/Makefile
39334         * examples/Makefile.am: Adding examples/switch
39335         * examples/switch/Makefile.am: Adding switcher example.
39336         * examples/switch/switcher.c: (got_eos), (idle_iterate),
39337         (switch_timer), (main): Adding an example demonstrating switch usage
39338         with 2 videotestsrc showing different patterns.
39339         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39340         (gst_switch_init): Fixing switch with the new caps system.
39341
39342 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39343
39344         * gst-libs/gst/video/video.h:
39345           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
39346           They should probably be like
39347           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
39348
39349 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39350
39351         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
39352         (qtdemux_parse_trak):
39353           fix audio chunk size/timestamp calculation
39354
39355 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39356
39357         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39358           fix SVQ3 caps
39359
39360 2004-01-11  Steve Baker  <steve@stevebaker.org>
39361
39362         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
39363         (gst_agingtv_base_init), (gst_agingtv_class_init),
39364         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
39365         (gst_agingtv_set_property), (gst_agingtv_get_property):
39366         Port agingTV to videofilter
39367
39368 2004-01-09  Julien MOUTTE <julien@moutte.net>
39369
39370         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
39371         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39372
39373 2004-01-09  Julien MOUTTE <julien@moutte.net>
39374
39375         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
39376         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39377         * gst-libs/gst/xoverlay/xoverlay.c:
39378         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
39379         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
39380         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39381         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39382         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39383         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39384         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
39385         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
39386         the bufferalloc_function to replace bufferpools, fixing the XOverlay
39387         interface implementation to handle xid being 0 and fix some bugs
39388         triggered by Benjamin's testcase.
39389         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39390         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
39391         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
39392         the bufferalloc_function to replace bufferpools, fixing the XOverlay
39393         interface implementation to handle xid being 0 and fix some bugs
39394         triggered by Benjamin's testcase.
39395
39396 2004-01-09  David Schleef  <ds@schleef.org>
39397
39398         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
39399         mouse pointer events.  It works.
39400
39401 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39402
39403         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
39404           Use explicit caps - fix capsnego.
39405         * ext/xvid/gstxviddec.c:
39406         * ext/xvid/gstxvidenc.c:
39407           Remove macro-inside-macro which caused compile errors.
39408         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
39409           Error out if it's not a RIFF file. Else we error out without
39410           gst_element_error() which is not good...
39411
39412 2004-01-08  David Schleef  <ds@schleef.org>
39413
39414         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39415         Fix pad_link function to handle formats that ffmpeg returns
39416         as multiple caps structures.
39417         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
39418         Only complain if source buffer is _smaller_ than expected.
39419         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
39420         (gst_videoscale_handle_src_event): Resize navigation events
39421         when passing them upstream.
39422         * gst/videotestsrc/gstvideotestsrc.c:
39423         * gst/videotestsrc/gstvideotestsrc.h:
39424         * gst/videotestsrc/videotestsrc.c:
39425         * gst/videotestsrc/videotestsrc.h:
39426         Rewrite many of the buffer painting functions to handle odd
39427         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
39428         been verified to work with my video card.
39429         * testsuite/gst-lint:  Add check for elements calling
39430         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
39431
39432 2004-01-08  David Schleef  <ds@schleef.org>
39433
39434         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
39435         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
39436
39437 2004-01-08  Julien MOUTTE  <julien@moutte.net>
39438
39439         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
39440         configure event is not emiting the desired size signal. That fixes
39441         aspect ratio issues with gst-player.
39442
39443 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39444
39445         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
39446           Fix capsnego.
39447
39448 2004-01-08  Julien MOUTTE  <julien@moutte.net>
39449
39450         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
39451         public method to fire size signal.
39452
39453 2004-01-07  Julien MOUTTE  <julien@moutte.net>
39454
39455         * examples/gstplay/Makefile.am: Adding the interface library.
39456         * gst-libs/gst/play/Makefile.am: Adding the interface library.
39457         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
39458         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
39459         GST_IS_X_OVERLAY before signal connect.
39460         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
39461         Removing the have_video_size signal.
39462         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
39463         and associated public method.
39464         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39465         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
39466         signal.
39467         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
39468         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
39469         signal.
39470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
39471         Using XOverlay public method to fire size signal.
39472
39473 2004-01-07  David Schleef  <ds@schleef.org>
39474
39475         * gst/videofilter/Makefile.am:
39476         * gst/videofilter/gstvideotemplate.c:
39477         * gst/videofilter/make_filter:
39478         Create gstvideoexample.c in a srcdir!=builddir friendly way.
39479         Convert make_filter to /bin/sh script.
39480
39481 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
39482
39483         * gst/modplug/gstmodplug.cc: fix element description
39484
39485 2004-01-07  Julien MOUTTE  <julien@moutte.net>
39486
39487         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
39488         (got_video_size): Adding some new lines in g_print calls.
39489         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
39490         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
39491         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
39492         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
39493         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
39494         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
39495         Complete code review, reverting some stuff i disagree with, adding
39496         some fixes : time synchronization on invalid timestamps, renegotiation
39497         of private window.
39498         * sys/ximage/ximagesink.h:
39499         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
39500         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
39501         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
39502         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
39503         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
39504         (gst_xvimagesink_buffer_new),
39505         (gst_xvimagesink_navigation_send_event),
39506         (gst_xvimagesink_set_xwindow_id),
39507         (gst_xvimagesink_get_desired_size),
39508         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
39509         stuff i disagree with, adding some fixes : Renegotiation of private
39510         window, implementing get_desired_size.
39511
39512 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39513
39514         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
39515         (gst_afsink_handle_event):
39516         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
39517         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
39518         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
39519         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
39520         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
39521           Fix for instantiate-test (see core). Also remove dead code from
39522           jpegenc (which still needs fixing, but that's lower on my TODO
39523           list...).
39524         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
39525           Never return NULL as caps.
39526
39527 2004-01-07  David Schleef  <ds@schleef.org>
39528
39529         * configure.ac:
39530         * ext/Makefile.am:
39531         * ext/librfb/Makefile.am:
39532         * ext/librfb/gstrfbsrc.c:
39533         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
39534         is the protocol used by VNC.
39535
39536 2004-01-07  David Schleef  <ds@schleef.org>
39537
39538         * gst/videofilter/gstvideotemplate.c:
39539         * gst/videofilter/gstvideotemplate.h:
39540         * gst/videofilter/make_filter:
39541         Merge videotemplate header into source file.
39542         * gst/effectv/Makefile.am:
39543         * gst/effectv/gsteffectv.c: (plugin_init):
39544         * gst/effectv/gstwarp.c:
39545         Make warpTV a subclass of videofilter.
39546
39547 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39548
39549         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
39550           Add guard against invalid utf-8 conversions in mad. Just in case.
39551
39552 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39553
39554         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
39555           Fix for bug shown by poisoning
39556
39557 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39558
39559         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39560         (gst_v4lmjpegsrc_buffer_free):
39561         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
39562         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
39563         (gst_v4lsrc_buffer_free):
39564           Fix for removed bufferpools.
39565
39566 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
39567
39568         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39569         Fix caps negotiation.
39570
39571         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
39572         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
39573         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
39574         (dvdnavsrc_event):
39575         * ext/mpeg2dec/gstmpeg2dec.c:
39576         * gst-libs/gst/navigation/navigation.c:
39577         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
39578         * gst-libs/gst/navigation/navigation.h:
39579         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
39580         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
39581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
39582         Super-simple first version of mouse and keyboard events. Clicking
39583         on a DVD menu now works, although it may not take you where you
39584         expected.
39585
39586         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
39587         * gst/videotestsrc/gstvideotestsrc.c:
39588         (gst_videotestsrc_src_fixate):
39589         These fixate functions were broken - they never actually
39590         fixated :)
39591
39592 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39593
39594         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
39595         (gst_icecastsend_init):
39596           fix for new caps system.
39597         * gst-libs/gst/mixer/mixertrack.h:
39598         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
39599           Add 'master track' flag (for tools like ACME that only want to
39600           change the main volume).
39601
39602 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
39603
39604         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
39605         (gst_xvid_csp_to_caps):
39606         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
39607         * ext/xvid/gstxvidenc.c:
39608         ifdef out ARGB type when it isn't available
39609         in xvidcore 1.0.0beta2
39610
39611 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39612
39613         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39614           When we have received a new SCR right in the first buffer after
39615           a seek (so in the same cycle that handles the discont), we should
39616           handle the buffer instead of unreffing it, else we lose data.
39617
39618 2004-01-06  Iain <iain@prettypeople.org>
39619
39620         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
39621           buffer-frames caps too.
39622
39623         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
39624           caps that we need, don't destroy them all and rebuild them. And when
39625           creating src pads, use the src pad template rather than the sink...
39626
39627 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39628
39629         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
39630           Add pad to element *after* setting functions such as event handler.
39631           Without this, the scheduler (opt) will link pads, set the event
39632           handler from the default event function (dispatcher in gstpad.c)
39633           and *after* that, we will set our own event function, which will
39634           thus never be used (and thus mpegdemux doesn't handle events).
39635
39636 2004-01-04  David Schleef  <ds@schleef.org>
39637
39638         Fix the fixate functions to handle new prototype:
39639         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
39640         * gst/videotestsrc/gstvideotestsrc.c:
39641         (gst_videotestsrc_src_fixate):
39642         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
39643         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
39644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
39645
39646 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39647
39648         * sys/ximage/ximagesink.h:
39649         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
39650         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
39651         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
39652         (gst_ximagesink_xoverlay_init):
39653           assorted fixes to make (re)embedding work
39654         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
39655         (gst_ximagesink_get_desired_size):
39656           implement desired size additions to XOverlay
39657
39658 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39659
39660         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
39661         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
39662         (gst_x_overlay_got_desired_size):
39663         * gst-libs/gst/xoverlay/xoverlay.h:
39664           Add optional "desired size" signal and querying.
39665
39666 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39667
39668         * gst/matroska/matroska-demux.c:
39669         (gst_matroska_demux_parse_blockgroup):
39670           Fix EBML-laced block parsing. Diffs are relative to previous
39671           lace, not the first lace. Thanks to Mosu from the Matroska
39672           team for detecting this.
39673         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39674         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
39675         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
39676         (gst_wavparse_change_state):
39677         * gst/wavparse/gstwavparse.h:
39678           Quickfix for capsnego.
39679
39680 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39681
39682         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
39683           Fix indenting, fix pad creation.
39684
39685 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39686
39687         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
39688         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
39689         (gst_xviddec_sink_link):
39690           Implement src_getcaps() so proper size caps is negotiated.
39691
39692 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39693
39694         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
39695           Finish flac decoder on EOS. See #116178.
39696
39697 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39698
39699         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
39700         (gst_matroska_demux_add_stream):
39701         * gst/matroska/matroska-ids.h:
39702           Add getcaps() function to fix capsnego...
39703
39704 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39705
39706         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
39707         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
39708         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
39709           Fix more integer overflows. Again, see #126967.
39710
39711 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39712
39713         * ext/mpeg2dec/gstmpeg2dec.c:
39714           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
39715           #130416.
39716
39717 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39718
39719         * configure.ac:
39720         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
39721         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
39722         * ext/xvid/gstxvid.h:
39723         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
39724         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
39725         (gst_xviddec_src_link), (gst_xviddec_sink_link),
39726         (gst_xviddec_change_state):
39727         * ext/xvid/gstxviddec.h:
39728         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
39729         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
39730         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
39731         (gst_xvidenc_link), (gst_xvidenc_set_property),
39732         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
39733         * ext/xvid/gstxvidenc.h:
39734           Update xvid plugin to latest xvid (1.0.0-beta3) API.
39735
39736 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39737
39738         * gst/rtp/rtp-packet.c:
39739           Add sys/types.h include, since OS X doesn't define in_addr_t
39740           in netinet/in.h, like it does on Linux (see #129600).
39741
39742 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
39743
39744         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
39745
39746         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
39747           Correct logic of dispose function (see #129306).
39748
39749 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39750
39751         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
39752         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
39753         (gst_mpeg_parse_init):
39754         * gst/mpegstream/gstmpegparse.h:
39755           Remove clock (which was never provided, i.e. dead code), and
39756           also fix integer overflows at high PTS values (see #126967).
39757
39758 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39759
39760         * ext/flac/gstflacdec.c:
39761         * ext/libpng/gstpngenc.h:
39762         * ext/mikmod/gstmikmod.h:
39763           OS X fixes (see #126628).
39764
39765 2004-01-02  David Schleef  <ds@schleef.org>
39766
39767         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
39768         (gst_alsa_src_base_init): Remove bogus "src" request pad.
39769         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
39770         (gst_mpeg_parse_class_init): Move pad template registration
39771         to class_init, since the derived class (mpegdemux) doesn't
39772         want them.
39773
39774 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39775
39776         * sys/ximage/Makefile.am:
39777         * sys/xvideo/Makefile.am:
39778         * sys/xvimage/Makefile.am:
39779           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
39780           after installation (see #127664).
39781
39782 2004-01-02  David Schleef  <ds@schleef.org>
39783
39784         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
39785         (gst_ffmpegenc_connect):  Negotiation fixes.
39786         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
39787         Remove inappropriate gst_caps_free().
39788         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
39789         Reenable Ronald's internal resize code, since the core handles
39790         it correctly now.
39791
39792 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39793
39794         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
39795         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
39796         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
39797           Fix pad template stuff.
39798
39799 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39800
39801         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
39802         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
39803           fix signed integer reading/writing.
39804
39805 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39806
39807         * ext/alsa/README:
39808           Remove outdated document
39809
39810 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
39811
39812         * gst/cutter/gstcutter.c: (gst_cutter_init):
39813           src pad was being created twice - oops.
39814
39815 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39816
39817         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
39818           Comment out internal resize. It doesn't handle the resulting
39819           XEvent internally, does another try_set_caps() which leads to
39820           a really nice loop.
39821           Real fix will come when Julien and Dave are awake. ;).
39822
39823 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39824
39825         * ext/mpeg2enc/gstmpeg2enc.cc:
39826           fix const/nonconst compile issue.
39827
39828 2004-01-02  David Schleef  <ds@schleef.org>
39829
39830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
39831         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
39832         Add fixate function and a check for bad formats.
39833
39834 2004-01-01  David Schleef  <ds@schleef.org>
39835
39836         Negotiation fixes:
39837         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
39838         (gst_audiofilter_init):
39839         * gst/debug/efence.c: (gst_efence_init):
39840         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
39841         (gst_deinterlace_init):
39842         * gst/volume/gstvolume.c: (volume_connect):
39843
39844 2004-01-01  David Schleef  <ds@schleef.org>
39845
39846         Convert elements to use gst_pad_use_explicit_caps() where
39847         appropriate:
39848         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
39849         * ext/audiofile/gstafparse.c: (gst_afparse_init),
39850         (gst_afparse_open_file):
39851         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
39852         (gst_afsrc_open_file):
39853         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
39854         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
39855         (gst_ffmpegdec_chain):
39856         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39857         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
39858         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
39859         (gst_gdk_pixbuf_chain):
39860         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
39861         (gst_jpegdec_chain):
39862         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
39863         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
39864         (gst_mikmod_negotiate):
39865         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
39866         (gst_mpeg2dec_negotiate_format):
39867         * ext/mpeg2enc/gstmpeg2enc.cc:
39868         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
39869         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
39870         (gst_speexdec_sinkconnect):
39871         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
39872         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
39873         (gst_vorbisfile_new_link):
39874         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
39875         (gst_ac3parse_chain):
39876         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
39877         (gst_asf_demux_setup_pad):
39878         * gst/auparse/gstauparse.c: (gst_auparse_init),
39879         (gst_auparse_chain):
39880         * gst/id3/gstid3types.c: (gst_id3types_loop):
39881         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39882         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
39883         (mp1videoparse_parse_seq):
39884         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
39885         (bpf_from_header):
39886         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
39887         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
39888         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
39889         (gst_mpeg_parse_send_data):
39890         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
39891         (gst_qtdemux_add_stream):
39892         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
39893         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39894         (gst_wavparse_parse_fmt):
39895
39896 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39897
39898         * configure.ac:
39899           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
39900           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
39901           it therefore uses the wrong include paths. Too bad... Note
39902           that 1.6.1.93 is not release yet. ;).
39903           Also add a check for mplex, which is now using the lib'ified
39904           mplex from mjpegtools, too.
39905         * ext/ffmpeg/gstffmpegcodecmap.c:
39906           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
39907           issues. I don't think ffmpeg handles 3ivx correctly, so this
39908           probably won't work. But it won't hurt either.
39909         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
39910         (gst_ffmpegdec_chain):
39911         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
39912         (gst_ffmpegenc_chain_audio):
39913           Fix memleak in audio encoding. Close codec if open fails, this
39914           calls the cleanup routines so we can re-use the context.
39915         * ext/mpeg2enc/gstmpeg2enc.cc:
39916           Fix pad template names/types, fix memory issue with getcaps().
39917         * ext/mpeg2enc/gstmpeg2encoder.cc:
39918         * ext/mpeg2enc/gstmpeg2encoder.hh:
39919           Fix compile issue with new caps system (const thingy).
39920         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39921         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
39922           We read a first frame right on initing, so that we have a caps
39923           when we init the output. This caps is cached in padprivate and
39924           read as first frame.
39925         * ext/mplex/Makefile.am:
39926         * ext/mplex/gstmplex.cc:
39927         * ext/mplex/gstmplex.h:
39928         * ext/mplex/gstmplex.hh:
39929         * ext/mplex/gstmplexibitstream.cc:
39930         * ext/mplex/gstmplexibitstream.hh:
39931         * ext/mplex/gstmplexjob.cc:
39932         * ext/mplex/gstmplexjob.hh:
39933         * ext/mplex/gstmplexoutputstream.cc:
39934         * ext/mplex/gstmplexoutputstream.hh:
39935           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
39936           had issues, didn't do capsnego, supported only a subset of the
39937           mplex features and required a mplex fork in our local CVS. Plus
39938           that it worked agaist a very old mplex version. Rewriting was
39939           faster than updating it.
39940         * gst-libs/ext/Makefile.am:
39941         * gst-libs/ext/mplex/INSTRUCT:
39942         * gst-libs/ext/mplex/Makefile.am:
39943         * gst-libs/ext/mplex/README:
39944         * gst-libs/ext/mplex/TODO:
39945         * gst-libs/ext/mplex/ac3strm_in.cc:
39946         * gst-libs/ext/mplex/audiostrm.hh:
39947         * gst-libs/ext/mplex/audiostrm_out.cc:
39948         * gst-libs/ext/mplex/aunit.hh:
39949         * gst-libs/ext/mplex/bits.cc:
39950         * gst-libs/ext/mplex/bits.hh:
39951         * gst-libs/ext/mplex/buffer.cc:
39952         * gst-libs/ext/mplex/buffer.hh:
39953         * gst-libs/ext/mplex/fastintfns.h:
39954         * gst-libs/ext/mplex/format_codes.h:
39955         * gst-libs/ext/mplex/inputstrm.cc:
39956         * gst-libs/ext/mplex/inputstrm.hh:
39957         * gst-libs/ext/mplex/lpcmstrm_in.cc:
39958         * gst-libs/ext/mplex/mjpeg_logging.cc:
39959         * gst-libs/ext/mplex/mjpeg_logging.h:
39960         * gst-libs/ext/mplex/mjpeg_types.h:
39961         * gst-libs/ext/mplex/mpastrm_in.cc:
39962         * gst-libs/ext/mplex/mpegconsts.cc:
39963         * gst-libs/ext/mplex/mpegconsts.h:
39964         * gst-libs/ext/mplex/mplexconsts.hh:
39965         * gst-libs/ext/mplex/multplex.cc:
39966         * gst-libs/ext/mplex/outputstream.hh:
39967         * gst-libs/ext/mplex/padstrm.cc:
39968         * gst-libs/ext/mplex/padstrm.hh:
39969         * gst-libs/ext/mplex/stillsstream.cc:
39970         * gst-libs/ext/mplex/stillsstream.hh:
39971         * gst-libs/ext/mplex/systems.cc:
39972         * gst-libs/ext/mplex/systems.hh:
39973         * gst-libs/ext/mplex/vector.cc:
39974         * gst-libs/ext/mplex/vector.hh:
39975         * gst-libs/ext/mplex/videostrm.hh:
39976         * gst-libs/ext/mplex/videostrm_in.cc:
39977         * gst-libs/ext/mplex/videostrm_out.cc:
39978         * gst-libs/ext/mplex/yuv4mpeg.cc:
39979         * gst-libs/ext/mplex/yuv4mpeg.h:
39980         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
39981         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
39982           We don't fork mjpegtools' mplex in our CVS anymore.
39983         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
39984         (gst_avi_demux_add_stream):
39985         * gst/avi/gstavidemux.h:
39986           Add getcaps() function for proper caps nego. This makes some
39987           parts of AVI playback/reading work.
39988         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
39989           Resize window on new capsnego. This is probably wrong, but
39990           I'm still committing it because with current capsnego, the
39991           first successfull capsnego is auto-fixated, therefore rounded
39992           down to the lowest values in the caps. this results in a 16x16
39993           XWindow that is not reized when real capsnego finishes.
39994           Dave, I see more cases of this, do you know a proper solution?
39995         * tools/gst-launch-ext.in:
39996           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
39997
39998 2003-12-31  David Schleef  <ds@schleef.org>
39999
40000         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40001         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40002           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40003
40004 2003-12-30  David Schleef  <ds@schleef.org>
40005
40006         * ext/ffmpeg/gstffmpegcolorspace.c:
40007         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40008         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40009         (gst_ffmpegcsp_chain): Negotiation fixes
40010         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40011         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40012         (gst_audio_convert_link), (gst_audio_convert_channels):
40013         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40014         (gst_audioscale_link), (gst_audioscale_get_buffer),
40015         (gst_audioscale_chain): Negotiation fixes
40016         * gst/audioscale/gstaudioscale.h:
40017         * gst/videofilter/gstvideofilter.c:
40018         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40019         (gst_videofilter_link), (gst_videofilter_init),
40020         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40021         (gst_videofilter_find_format_by_structure):
40022         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40023         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40024         (gst_videoscale_link):
40025         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40026         (videoscale_find_by_structure), (gst_videoscale_setup):
40027         * gst/videoscale/videoscale.h: Negotiation fixes
40028         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40029         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40030         function, restrict resizing to a multiple of 4 (hack until
40031         everyone supports odd sizes correctly).
40032
40033 2003-12-29  Colin Walters  <walters@verbum.org>
40034
40035         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40036         signed.
40037
40038 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40039
40040         * ext/sndfile/gstsf.c: (gst_sf_loop):
40041           Fix warning about discarding const qualifier
40042
40043 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40044
40045         * gst/cutter/gstcutter.c:
40046         * gst/videoscale/gstvideoscale.c:
40047         * gst/volenv/gstvolenv.c:
40048         * gst-libs/gst/audio/audio.c:
40049         * gst-libs/gst/video/video.c:
40050           Fix warnings
40051
40052 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40053
40054         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40055           Don't send ALSA debugging to stderr.
40056         * ext/alsa/gstalsa.h:
40057           Use GST_WARNING instead of g_warning when ALSA functions fail.
40058
40059 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40060
40061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40062           Free XVAdapterInfo correctly.
40063
40064 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40065
40066         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40067         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40068           Make id3tag use correct caps nego.
40069
40070 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40071
40072         * ext/ivorbis/vorbis.c:
40073         * ext/ivorbis/vorbisenc.h:
40074         * ext/ivorbis/vorbisfile.c:
40075           Modify so that it uses the new caps things
40076
40077 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40078
40079         * testsuite/spider/spider1.c: (main):
40080         * testsuite/spider/spider2.c: (main):
40081         * testsuite/spider/spider3.c: (main):
40082           Make tests compile again. They probably don't work.
40083
40084 2003-12-24  Colin Walters  <walters@verbum.org>
40085
40086         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40087         we can't fixate the caps anymore.
40088
40089 2003-12-23  David Schleef  <ds@schleef.org>
40090
40091         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40092         * sys/oss/gstosssink.c: (gst_osssink_init),
40093         (gst_osssink_sink_fixate): Add fixate function.
40094
40095 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40096
40097         * ext/ffmpeg/gstffmpegcodecmap.c:
40098         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40099         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40100         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40101         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40102         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40103         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40104         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40105           fix typo in RGB masks, and move back to "old" colorspace
40106           capsnego code until whoever wrote this new crap has actually
40107           tested it so that it works.
40108           And yes, this works, keep it that way please.
40109
40110 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40111
40112         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40113         (gst_divxdec_init), (gst_divxdec_negotiate):
40114         * ext/divx/gstdivxdec.h:
40115         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40116         (gst_divxenc_init):
40117         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40118         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40119         * ext/mpeg2enc/gstmpeg2enc.cc:
40120         * ext/mpeg2enc/gstmpeg2encoder.cc:
40121         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40122         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40123         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40124         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40125         (dxr3spusink_init):
40126         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40127         (dxr3videosink_init):
40128           Fix caps breakage after Dave's caps branch merge.
40129
40130 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40131
40132         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40133           Fix for 24bpp display.
40134
40135 2003-12-23  Colin Walters  <walters@verbum.org>
40136
40137         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40138         a GnomeVFSHandle directly.
40139
40140 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40141
40142         * gst/volume/Makefile.am:
40143         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40144         (volume_base_init), (volume_init):
40145           Reenable volume element and fix to work with new caps stuff.
40146           Rhythmbox needs this.
40147
40148 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40149
40150         * gst/qtdemux/qtdemux.c: (plugin_init):
40151           qtdemux requires bytestream
40152
40153 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40154
40155         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40156           Fix remaining caps handling errors due to CAPS merge.
40157
40158 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40159
40160         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40161         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40162         (gst_faad_srcconnect):
40163           Port to new caps system.
40164
40165 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40166
40167         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40168         (got_video_size), (main): using g_print instead of g_message.
40169         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40170         signal which was not emitted because of "switch" element added to the
40171         bin but not connected. (Removing from the bin temporarily)
40172
40173 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40174
40175         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40176         find X development files. I don't understand the previous tests and
40177         they fail on my debian/ppc unstable. This one works.
40178         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40179         exiting.
40180         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40181         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40182         (gst_play_set_visualization): Add some safety checks in set_ methods
40183         and state_change. This was throwing some ugly CRITICAL messages when
40184         pipeline was getting disposed and casts were failing.
40185
40186 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40187
40188         * configure.ac:
40189           Improve mpeg2enc detection. This is for distributions that do
40190           ship mjpegtools, but without mpeg2enc. Also does object check
40191           for might there ever be ABI incompatibility.
40192         * ext/mpeg2enc/gstmpeg2enc.cc:
40193           Add Andrew as second maintainer (he's helping me), and also add
40194           an error if no caps was set. This happens if I pull before capsnego
40195           and that's something I should solve sometime else.
40196         * gst/matroska/matroska-demux.c:
40197         (gst_matroska_demux_parse_blockgroup):
40198           Fix time parsing.
40199         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40200         (gst_matroska_mux_track_header):
40201           Add caps to templates.
40202         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40203           Add mpegversion=1 to prevent confusion with MPEG/AAC.
40204         * gst/mpegstream/gstmpegdemux.c:
40205           Remove layer since it causes warnings about unfixed caps.
40206         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40207           Fix obvious typo (we error out if caps were set, we should of
40208           course error out if *no* caps were set).
40209         * sys/oss/gstosselement.c: (gst_osselement_convert):
40210           Fix format conversion, we confused bits/bytes.
40211         * sys/oss/gstosselement.h:
40212           Improve documentation for 'bps'.
40213         * sys/v4l/TODO:
40214           Remove stuff about plugins that need removing - this was done
40215           ages ago.
40216         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
40217         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
40218         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
40219         (gst_v4lsrc_src_query):
40220         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
40221         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
40222           Add get_query_types(), get_formats() and query() functions.
40223
40224 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
40225
40226         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
40227           * moved CVS to freedesktop.org