ext/theora/: Parse input caps and make the PAR override the encoded PAR when specifie...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Based on patch by: Robin Stocker <robin at nibor dot org>
4
5         * ext/theora/gsttheoradec.h:
6         * ext/theora/theoradec.c: (gst_theora_dec_init),
7         (theora_dec_setcaps), (theora_handle_type_packet),
8         (theora_dec_decode_buffer), (theora_dec_change_state):
9         Parse input caps and make the PAR override the encoded PAR when
10         specified by a container. Fixes #555699.
11
12 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
13
14         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
16         (gst_base_rtp_depayload_set_gst_timestamp),
17         (gst_base_rtp_depayload_change_state):
18         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19         Add some more G_LIKELY
20         Fail when the setcaps function was not called.
21
22         * gst-libs/gst/rtp/gstbasertppayload.c:
23         (gst_basertppayload_set_outcaps):
24         Propagate return value of setcaps.
25
26 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
27
28         * gst/subparse/Makefile.am:
29         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
30         (gst_sub_parse_class_init), (gst_sub_parse_init),
31         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
32         (get_next_line), (gst_sub_parse_data_format_autodetect),
33         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
34         (gst_subparse_type_find):
35         * gst/subparse/gstsubparse.h:
36         Add support for UTF16/UTF32 subtitles as long as the first bytes of
37         the first buffer contain the BOM. This also adds support for other
38         encodings that allow NUL bytes via the encoding property.
39         Fixes bugs #552237 and #456788.
40
41 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
42
43         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
44         Don't drop the last byte of image tags if they're not an URI list.
45         Fixes bug #556066.
46
47 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
48
49         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
50         For looking at the 4th byte we have to get 4 bytes of course
51         and not 3.
52
53 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
54
55         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
56         Improve FLAC-without-headers typefinding by looking at most of the
57         frame header and checking if invalid values are used. Should prevent
58         quite some false positives compared to the old version which only
59         check if the first 14 bits are set.
60
61 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
62
63         * sys/xvimage/xvimagesink.c:
64           Don't assert on caps==NULL.
65
66 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
67
68         * gst/subparse/gstsubparse.c:
69         (gst_sub_parse_data_format_autodetect), (handle_buffer),
70         (gst_sub_parse_change_state):
71         * gst/subparse/gstsubparse.h:
72         * tests/check/elements/subparse.c: (GST_START_TEST):
73         Add support for subtitle files with UTF-8 BOM at the beginning
74         by simple stripping it from the first line before passing it
75         to any parsing code. Fixes bug #555257 and playback of files
76         created by Gnome Subtitles.
77
78 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
79
80         * gst/audiotestsrc/gstaudiotestsrc.c:
81         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
82         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
83         (gst_audio_test_src_start), (gst_audio_test_src_stop),
84         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
85         (gst_audio_test_src_create):
86         * gst/audiotestsrc/gstaudiotestsrc.h:
87         Define the default property values in the usual place.
88         Implement start/stop to reset values correctly.
89         Calculate the sample size only once when we negotiate.
90         Rename some values to make more sense.
91         Keep track of our byte range.
92         Add support for pull based scheduling. Disabled for now until we have
93         the whole stack working.
94         Set the BUFFER_OFFSET correctly.
95
96 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
97
98         Based on a patch by: xavierb at gmail dot com
99
100         * gst/subparse/gstsubparse.c:
101         (gst_sub_parse_data_format_autodetect):
102         * tests/check/elements/subparse.c: (GST_START_TEST):
103         Make the detection of the used subtitle a bit less strict
104         for srt subtitles. Fixes bug #555607.
105
106 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
107
108         * ext/vorbis/vorbisenc.c:
109         (gst_vorbis_enc_buffer_check_discontinuous):
110         Fix discontinuity detection which was broken by last commit.
111
112 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
113
114         * configure.ac::
115           Require core CVS for ghostpad API additions used by decodebin2.
116
117 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
118
119         * gst-libs/gst/audio/gstbaseaudiosrc.c:
120         (gst_base_audio_src_create):
121         Fix debug statements (space between '%' and actual format).
122
123 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
124
125         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
126         Remove bogus assert, the decodepad could have been created inside an
127         already existing group.
128
129 2008-10-08  Andy Wingo  <wingo@pobox.com>
130
131         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
132         target instead of setting it.
133         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
134         API for a decode pad. The bugfix is that we set the group in
135         activate(), not when the pad was created because it might be NULL
136         then.
137         (gst_decode_group_control_source_pad, gst_decode_group_expose):
138         Update to use the API.
139
140 2008-10-08  Andy Wingo  <wingo@pobox.com>
141
142         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
143         be a subclass of GstGhostPad.
144         (analyze_new_pad): So, when emitting the signals that determine
145         how we do autoplugging, already create the ghost pad and use it as
146         the pad in the signal arguments. This allows applications to make
147         a connection between the pad passed in e.g. autoplug-continue, and
148         the pad passed in new-decoded-pad.
149         (connect_pad, expose_pad): Update to receive the ghosted decode
150         pad in the args, retargetting it as necessary if we have to plug
151         the target pad through a multiqueue.
152         (gst_decode_group_control_source_pad): Adapt to receive an
153         already-ghosted pad that just needs activation, blocking, and
154         drain notification.
155         (sort_end_pads): Adapt for decode pads actually being pads.
156         (gst_decode_group_expose): Adapt for decode pads actually being
157         pads. Rewrite the decode pad names so they appear in order. Adds a
158         new error case if we couldn't set the name.
159         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
160         logic.
161         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
162         New API for the decode pad, needed because we shouldn't do these
163         things inside gst_decode_pad_new(), but after.
164         (gst_decode_pad_new): Change to actually make the real pad, and
165         delay the blocking/drainage bits.
166
167 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
168
169         Patch by: Daniel Drake <dsd at laptop dot org>
170
171         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
172         Unref all buffers when clearing collectpads. Fixes bug #546955.
173
174 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
175
176         Based on a patch by: Klaas <klaas at rivercrew dot net>
177
178         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
179         (gst_vorbis_enc_buffer_check_discontinuous),
180         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
181         * ext/vorbis/vorbisenc.h:
182         Keep track of the upstream segments and use the running time on that
183         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
184
185 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
186
187         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
188         Prevent overflows with big buffer when calculating the size of
189         the intermediate buffer by using gst_util_uint64_scale() instead of
190         plain arithmetics. Fixes bug #552801.
191
192 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
193
194         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
195
196         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
197         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
198         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
199         (gst_clock_overlay_get_property):
200         * ext/pango/gstclockoverlay.h:
201         API: Add ability to specify format for date/time display by
202         adding a "time-format" property.
203         Fixes bug #554879.
204
205 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
206
207         Patch by: Jan Gerber <j at oil21 dot org>
208
209         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
210         (gst_riff_create_video_template_caps):
211         Add FFV1 fourcc to support playback of FFMPEG lossless video
212         in AVI. Fixes bug #555319.
213
214 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
215
216         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
217
218         * gst-libs/gst/audio/gstbaseaudiosrc.c:
219         (gst_base_audio_src_create):
220         Implement skew clock slaving. Fixes #552559.
221
222 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
223
224         * gst-libs/gst/audio/multichannel.c:
225         * gst-libs/gst/audio/testchannels.c:
226         Fix include of config.h
227
228 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
229
230         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
231
232         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
233         (print_media), (gst_sdp_message_dump):
234         Fix parsing of the c= field containing multicast addresses.
235         Fixes #552199.
236         Add the connection info to the session or streams.
237         Fix parsing of the bandwidth.
238         Add debugging for the connections and bandwidths for a media.
239         Add debugging for the bandwidth of the session. 
240
241 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
242
243         * gst-libs/gst/rtp/gstbasertppayload.c:
244         (gst_basertppayload_change_state):
245         Configure the next seqnum and timestamp in the state change so that they
246         can be queried soon after.
247
248 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
249
250         * gst-libs/gst/rtp/gstbasertpdepayload.c:
251         (gst_base_rtp_depayload_chain):
252         Improve debugging of the rtptime.
253
254 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
255
256         * configure.ac:
257         Back to development -> 0.10.21.1
258
259 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
260
261         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
262         (plugin_init):
263         Add typefinding for FLAC without headers in the beginning.
264         This is already handled by flacdec and friends.
265
266 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
267
268         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
269         (plugin_init):
270         Add typefinder for MXF.
271
272 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
273
274         * tests/icles/Makefile.am:
275         Only build test-colorkey if GTK+ is available.
276
277 === release 0.10.21 ===
278
279 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
280
281         * configure.ac:
282           releasing 0.10.21, "We Could Be Wrong"
283
284 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
285
286         * configure.ac:
287         0.10.20.4 pre-release
288
289 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
290
291         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
292
293         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
294         Set the BOS flag on the BOS packet. Fixes #553244.
295
296 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
297
298         * gst-libs/gst/rtsp/gstrtspmessage.c:
299         (gst_rtsp_message_parse_request),
300         (gst_rtsp_message_parse_response):
301         Fix the g_return_val_if_fail() statements.
302
303 2008-09-22  Michael Smith <msmith@songbirdnest.com>
304
305         * gst-libs/gst/tag/gsttagdemux.c:
306           Fail to activate if there's insufficient data in the file to be usable,
307           preventing an assertion fail later. Fixes #552960
308
309 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
310
311         * gst-libs/gst/pbutils/descriptions.c:
312         * gst/typefind/gsttypefindfunctions.c:
313           Recognise Kate subtitle streams (#550582).
314
315 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
316
317         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
318           Remove trailing comma from enum list, which causes problems
319           with -pendantic (#550729).
320
321 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
322
323         * configure.ac:
324         0.10.20.2 pre-release
325
326         * po/LINGUAS:
327         * po/id.po:
328         * po/pt_BR.po:
329
330         New translations.
331
332 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
333
334         * gst-libs/gst/interfaces/propertyprobe.c:
335           (gst_property_probe_get_properties),
336           (gst_property_probe_get_property),
337           (gst_property_probe_probe_property),
338           (gst_property_probe_probe_property_name),
339           (gst_property_probe_needs_probe),
340           (gst_property_probe_needs_probe_name),
341           (gst_property_probe_get_values),
342           (gst_property_probe_get_values_name),
343           (gst_property_probe_probe_and_get_values),
344           (gst_property_probe_probe_and_get_values_name):
345           More sanity checks for our second-favourite interface.
346
347 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
348
349         * gst-libs/gst/interfaces/propertyprobe.c:
350           Check for NULL pointer, in the hope that this fixes #532864.
351
352 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
353
354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
355           No really, the next release is 0.10.21 (fix Since: tags in docs).
356
357 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
358
359         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
360         Disable a code path that is now called but causes a deadlock for some
361         reason and is unneeded.
362
363 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
364
365         * sys/xvimage/xvimagesink.c:
366         * sys/xvimage/xvimagesink.h:
367           Add a "draw-border" property that can be set to false to disable
368           drawing borders.
369           
370         * tests/icles/test-colorkey.c:
371         * tests/icles/Makefile.am:
372           Add new test application for the colorkey handling.
373
374 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
375
376         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
377         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
378         This will also be fixed for upcoming gst-ffmpeg release so that once
379         this release of -base is out, it will work with the latest gst-ffmpeg
380         release.
381
382 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
383
384         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
385         (gst_riff_create_audio_template_caps):
386         Add Truespeech mapping for RIFF formats (AVI/WAV).
387         Fixes #550656
388
389 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
390
391         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
392         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
393         Fixes #550638.
394
395 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
396
397         * configure.ac:
398         * gst/subparse/Makefile.am:
399         * gst/subparse/gstsubparse.c:
400         * gst/subparse/samiparse.c:
401         * tests/check/elements/subparse.c:
402           Rework last change, so that we build subparse, but just disable the
403           sami parse functionality, if we're configured to not use xml. In the
404           tests only the sami test is disabled now.
405
406 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
407
408         * configure.ac:
409           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
410           test runs.
411
412 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
413
414         * po/POTFILES.in:
415           Add some more files with strings for translation.
416
417 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
418
419         * gst-libs/gst/tag/gstvorbistag.c:
420         * tests/check/libs/tag.c:
421           Use new geo location tags from core. Fixes #481169
422
423 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
424
425         * tests/check/elements/audioresample.c: (setup_audioresample),
426         (fail_unless_perfect_stream), (test_perfect_stream_instance),
427         (test_discont_stream_instance):
428         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
429         Add debugging for coherence.
430
431 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
432
433         Patch by: Jonathan Matthew  <notverysmart gmail com>
434
435         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
436           Add typefinder for PDF documents (which is nice to have, since it's a
437           common format, but also helps prevent false positives). Fixes #549814.
438
439 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
440
441         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
442         (no_more_pads_cb):
443         Fix nasty race where multiple decodebins could start pushing data before
444         we manage to configure the sinks, resulting in not-linked errors in
445         typical RTSP streaming cases.
446
447 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
448
449         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
450         Since we now call stop, we trigger this code path that causes a deadlock
451         is apparently not needed.
452
453 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
454
455         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
456         (gst_ring_buffer_stop):
457         Also allow the case where the ringbuffer was paused when we try to stop
458         it so that the basesrc stop function is still called.
459
460 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
461
462         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
463
464         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
465         Reprobe devices again instead of taking a cached list as new
466         devices could've been plugged in. Fixes bug #549062.
467
468 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
469
470         Patch by: Alessandro Dessina <alessandro nnva org>
471
472         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
473         (gst_ogg_demux_activate_chain):
474         Don't add pads and activate them for skeleton streams. These are already
475         handled inside oggdemux. Fixes bug #537599.
476
477 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
478
479         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
480         Reset variable so that query and convert fail after going back to
481         READY. Fixes #548898.
482
483 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
484
485         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
486         If a buffer arrives with a timestamp before the timestamp+duration
487         of the previous buffer clip it instead of dropping it completely.
488         Slight improvement for the unfixable bug #548913.
489
490 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
491
492         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
493         Take the current timestamp instead of timestamp+duration for the offset.
494         This offset will later be used for calculating the timestamp and
495         otherwise vorbisdec will interpolate timestamps wrong if upstream
496         only sends timestamps and no granulepos.
497
498 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
499
500         * tests/examples/seek/seek.c:
501           Don't crash when having no visualisations.
502
503 2008-08-16  David Schleef  <ds@schleef.org>
504
505         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
506           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
507           Fixes #548065.
508
509 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
510
511         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
512         When cleaning up the caps fields also remove "depth" for the same
513         reason we remove "width".
514
515 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
516
517         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
518           Add Lead H.264 here as well.
519
520 2008-08-14  Julien Moutte  <julien@fluendo.com>
521
522         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
523         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
524
525 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
526
527         * gst-libs/gst/audio/gstbaseaudiosrc.c:
528         (gst_base_audio_src_create):
529         When not slaved to another clock also subtract the base_time from our
530         internal clock time to get the running time.
531
532 2008-08-12  David Schleef  <ds@schleef.org>
533
534         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
535           since it has no basis in libtheora.
536
537 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
538
539         * gst-libs/gst/interfaces/propertyprobe.h:
540           Remove double "interface" from doc-string.
541
542         * gst-libs/gst/interfaces/xoverlay.h:
543           Document interface.
544
545         * gst-libs/gst/riff/riff.c:
546           Add basic doc blobs.
547
548 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
549
550         * gst-libs/gst/audio/Makefile.am:
551           Don't try to build that example anymore.
552
553 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
554
555         * gst-libs/gst/audio/.cvsignore:
556         * gst-libs/gst/audio/Makefile.am:
557         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
558         * gst-libs/gst/audio/make_filter:
559           Move audiofiltertemplate to gst-template.
560
561 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
562
563         * docs/libs/gst-plugins-base-libs-sections.txt:
564         * gst-libs/gst/audio/gstaudiosrc.h:
565           More docs and shuffling. What can we do with the hundreds of #defines.
566
567 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
568
569         * gst-libs/gst/audio/audio.h:
570         * gst-libs/gst/audio/gstaudiofilter.h:
571         * gst-libs/gst/audio/gstringbuffer.h:
572         * gst-libs/gst/interfaces/propertyprobe.h:
573         * gst-libs/gst/tag/gsttagdemux.h:
574           Reducing number of dundocumented symbols.
575
576 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
577
578         * gst-libs/gst/audio/audio.c:
579           Fix doc comment syntax.
580
581         * gst-libs/gst/interfaces/propertyprobe.c:
582           Add more doc-comments and a FIXME: for the signal.    
583
584 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
585
586         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
587         (gst_ogg_mux_request_new_pad):
588         * ext/ogg/gstoggmux.h:
589         Don't pretend to support NEWSEGMENT events, instead override the
590         GstCollectPads event function to return FALSE on NEWSEGMENT events
591         and do the normal work for other events.
592
593         This prevents elements like flacenc to seek to the start and rewrite
594         some data which then results in a broken Ogg packet.
595
596 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
597
598         Patch by: Frederic Crozat <fcrozat@mandriva.org>
599
600         * ext/alsa/gstalsaplugin.c: (plugin_init):
601         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
602         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
604         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
605         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
606         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
607         * gst/playback/gstdecodebin.c: (plugin_init):
608         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
609         * gst/playback/gstplayback.c: (plugin_init):
610         * gst/playback/gstqueue2.c: (plugin_init):
611         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
612         * sys/v4l/gstv4l.c: (plugin_init):
613         Make sure gettext returns translations in UTF-8 encoding rather
614         than in the current locale encoding (#546822).
615
616 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
617
618         * gst-libs/gst/pbutils/descriptions.c:
619           Add audio/x-qdm for qtdemux.
620
621 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
622
623         * ext/vorbis/vorbisdec.c:
624           Do not leak old taglist.
625
626 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
627
628         * tests/icles/test-scale.c:
629           Include <stdlib.h> for atoi().
630
631 2008-08-04  Andy Wingo  <wingo@pobox.com>
632
633         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
634         documentation fix.
635
636 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
637
638         * gst/adder/gstadder.c:
639           Cleanup lots of empty lines that came from gst-indent going havoc
640           before I added the INDENT_ON/OFF marker some time agao.
641
642 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
643
644         * configure.ac:
645         * gst-libs/gst/riff/riff-read.c:
646           Bump requirement to latest core and use new tag for riff formats.
647           Needed for #520694.
648
649 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
650
651         * tests/examples/dynamic/Makefile.am:
652         * tests/examples/dynamic/codec-select.c: (make_encoder),
653         (make_pipeline), (do_switch), (my_bus_callback), (main):
654         Add example app that dynamically switches between 3 'encoders'.
655
656 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
657
658         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
659         Add some more comments.
660
661 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
662
663         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
664         (gst_video_test_src_create):
665         Discard buffers of the wrong size after renegotiation, this is perfectly
666         possible with things like capsfilter that could suggest caps changes
667         upstream without knowing the size of the buffer.
668
669 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
670
671         * tests/icles/.cvsignore:
672         * tests/icles/Makefile.am:
673         * tests/icles/test-scale.c: (make_pipeline), (main):
674         Add dynamic rescaling tests for the new basetransform.
675
676 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
677
678         * gst/audioconvert/Makefile.am:
679           Dist recently-added gstfastrandom.h.
680
681 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
682
683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
684         Fix a "may be used uninitialized in this function" which weirdly only
685         appears on macosx (?).
686
687 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
688
689         * gst-libs/gst/riff/riff-ids.h:
690           Adding acid chunk for tempo and loop information.
691
692 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
693
694         * sys/xvimage/Makefile.am:
695           floor() needs linking to $(LIBM).
696
697 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
698
699         * ext/gnomevfs/gstgnomevfssrc.c:
700           Aggregate short reads and add some comments and debug logging.
701           Fixes #537380
702
703 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
704
705         * gst/playback/gstplaybasebin.c:
706           Fix property doc markup (its not a signal).
707
708         * sys/xvimage/xvimagesink.c:
709           Add since tag for new proeprties (also add sice tags fro the last two
710           other additions).
711
712 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
713
714         * sys/xvimage/xvimagesink.c:
715         * sys/xvimage/xvimagesink.h:
716           Add autofill/colorkey properties. Fixes #538656.
717
718 2008-07-28  David Schleef  <ds@schleef.org>
719
720         * sys/xvimage/xvimagesink.c:
721           Fix rounding errors when converting colorbalance values
722           between hardware and object property ranges.  Partial
723           fix for #537889, however, there still seems to be a small
724           drift problem that could be totem's fault.
725
726 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
727
728         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
729         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
730         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
731         This fixes a critical warning.
732
733 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
734
735         * ext/ogg/gstoggmux.c:
736         Allow muxing of CELT into Ogg streams.
737
738 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
739
740         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
741         (plugin_init):
742         Add simple typefinder for the CELT codec (www.celt-codec.org).
743
744 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
745
746         Patch by: Jan Gerber <j at oil21 dot org>
747
748         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
749         Fix calculation of the start time from skeleton streams.
750         Fixes bug #530068.
751
752 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
753
754         * tests/examples/seek/seek.c:
755           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
756
757 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
758
759         * gst/audioconvert/audioconvert.h:
760         * gst/audioconvert/gstaudioquantize.c:
761         (gst_audio_quantize_setup_dither),
762         (gst_audio_quantize_free_dither):
763         * gst/audioconvert/gstfastrandom.h:
764         Implement a linear congruential generator as pseudo random number
765         generator for the dither noise. This is about 2 times faster than
766         using GLib's mersenne twister. Also this uses only integer math for
767         generating integers while GLib internally uses floating point math.
768
769 2008-07-23  Michael Smith <msmith@songbirdnest.com>
770
771         * configure.ac:
772           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
773
774 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
775
776         Patch by: Damien Lespiau  <damien.lespiau gmail com>
777
778         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
779           Use GST_STR_NULL to avoid crashes with libcs that don't
780           like NULL strings in printf args (such as the win32 one).
781           Fixes #544306.
782
783 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
784
785         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
786         Oops - set the size of the image used for probing back to 1x1, for
787         consistency with ximagesink
788
789 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
790
791         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
792         (gst_ximagesink_ximage_new):
793         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
794         (gst_xvimagesink_xvimage_new):
795
796         Apparently on Solaris and OS/X (at least), it's not legal to ask the
797         X server to attach to a shared memory segment after we've deleted it,
798         with the result that MIT-SHM is disabled. Instead, remove it only after 
799         X succeeds in attaching too.
800
801 2008-07-16  David Schleef  <ds@schleef.org>
802
803         * gst/audiotestsrc/gstaudiotestsrc.c:
804         * gst/audiotestsrc/gstaudiotestsrc.h:
805           Add 'ticks', a 1/30 second sine wave pulse every second.
806
807 2008-07-15  David Schleef  <ds@schleef.org>
808
809         * gst-libs/gst/video/video.c: Revert ABI change.
810
811 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
812
813         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
814         Make it impossible to have NULL caps at the point where we set
815         framerate and other things. Also don't return immediately for "3ivd"
816         video and let framerate, etc be set. Might fix bug #542508.
817
818 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
819
820         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
821         Video format can also be conveniently determined from (many)
822         non-fixed caps.
823
824 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
825
826         * gst/playback/gstplaybasebin.c:
827         * gst/playback/gstplaybasebin.h:
828         * gst/playback/gstplaybin.c:
829         * gst/playback/gststreamselector.c:
830         First stab at integrating DVD subpicture overlay into
831         playbin. Successfully plugs and plays, but the queues need
832         shrinking - 3 seconds of video is too much buffering.
833
834 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
835
836         * gst/audioconvert/gstaudioconvert.c:
837           Remove now obsolete note in the docs.
838
839 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
840
841         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
842         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
843         * docs/plugins/gst-plugins-base-plugins-sections.txt:
844         * docs/plugins/gst-plugins-base-plugins.args:
845         * docs/plugins/gst-plugins-base-plugins.hierarchy:
846         * docs/plugins/gst-plugins-base-plugins.interfaces:
847         * docs/plugins/gst-plugins-base-plugins.prerequisites:
848         * docs/plugins/gst-plugins-base-plugins.signals:
849         * docs/plugins/inspect/plugin-adder.xml:
850         * docs/plugins/inspect/plugin-alsa.xml:
851         * docs/plugins/inspect/plugin-audioconvert.xml:
852         * docs/plugins/inspect/plugin-audiorate.xml:
853         * docs/plugins/inspect/plugin-audioresample.xml:
854         * docs/plugins/inspect/plugin-audiotestsrc.xml:
855         * docs/plugins/inspect/plugin-cdparanoia.xml:
856         * docs/plugins/inspect/plugin-decodebin.xml:
857         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
858         * docs/plugins/inspect/plugin-gdp.xml:
859         * docs/plugins/inspect/plugin-gnomevfs.xml:
860         * docs/plugins/inspect/plugin-libvisual.xml:
861         * docs/plugins/inspect/plugin-ogg.xml:
862         * docs/plugins/inspect/plugin-pango.xml:
863         * docs/plugins/inspect/plugin-playback.xml:
864         * docs/plugins/inspect/plugin-queue2.xml:
865         * docs/plugins/inspect/plugin-subparse.xml:
866         * docs/plugins/inspect/plugin-tcp.xml:
867         * docs/plugins/inspect/plugin-theora.xml:
868         * docs/plugins/inspect/plugin-typefindfunctions.xml:
869         * docs/plugins/inspect/plugin-uridecodebin.xml:
870         * docs/plugins/inspect/plugin-video4linux.xml:
871         * docs/plugins/inspect/plugin-videorate.xml:
872         * docs/plugins/inspect/plugin-videoscale.xml:
873         * docs/plugins/inspect/plugin-videotestsrc.xml:
874         * docs/plugins/inspect/plugin-volume.xml:
875         * docs/plugins/inspect/plugin-vorbis.xml:
876         * docs/plugins/inspect/plugin-ximagesink.xml:
877         * docs/plugins/inspect/plugin-xvimagesink.xml:
878         * ext/alsa/gstalsamixer.c:
879         * ext/alsa/gstalsasink.c:
880         * ext/alsa/gstalsasrc.c:
881         * ext/gio/gstgiosink.c:
882         * ext/gio/gstgiosrc.c:
883         * ext/gio/gstgiostreamsink.c:
884         * ext/gio/gstgiostreamsrc.c:
885         * ext/gnomevfs/gstgnomevfssink.c:
886         * ext/gnomevfs/gstgnomevfssrc.c:
887         * ext/ogg/gstoggdemux.c:
888         * ext/ogg/gstoggmux.c:
889         * ext/pango/gstclockoverlay.c:
890         * ext/pango/gsttextoverlay.c:
891         * ext/pango/gsttextrender.c:
892         * ext/pango/gsttimeoverlay.c:
893         * ext/theora/theoradec.c:
894         * ext/theora/theoraenc.c:
895         * ext/theora/theoraparse.c:
896         * ext/vorbis/vorbisdec.c:
897         * ext/vorbis/vorbisenc.c:
898         * ext/vorbis/vorbisparse.c:
899         * ext/vorbis/vorbistag.c:
900         * gst/adder/gstadder.c:
901         * gst/audioconvert/gstaudioconvert.c:
902         * gst/audioresample/gstaudioresample.c:
903         * gst/audiotestsrc/gstaudiotestsrc.c:
904         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
905         * gst/gdp/gstgdpdepay.c:
906         * gst/gdp/gstgdppay.c:
907         * gst/playback/gstdecodebin2.c:
908         * gst/playback/gstplaybin.c:
909         * gst/playback/gstplaybin2.c:
910         * gst/playback/gstqueue2.c:
911         * gst/playback/gsturidecodebin.c:
912         * gst/tcp/gstmultifdsink.c:
913         * gst/tcp/gsttcpserversink.c:
914         * gst/videorate/gstvideorate.c:
915         * gst/videoscale/gstvideoscale.c:
916         * gst/videotestsrc/gstvideotestsrc.c:
917         * gst/volume/gstvolume.c:
918         * sys/ximage/ximagesink.c:
919         * sys/xvimage/xvimagesink.c:
920           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
921           titles. Drop mentining that all our example pipelines are "simple"
922           pipelines.
923
924 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
925
926         * tests/examples/seek/Makefile.am:
927         Fix out of tree build by adding all required CFLAGS.
928
929 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
930
931         * gst/playback/gstdecodebin.c: (add_raw_queue):
932         And ref the pad before returning it again when linking to the queue
933         failed. Otherwise we will unref the pad twice later and things break.
934
935 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
936
937         * gst/playback/gstdecodebin.c: (add_raw_queue):
938         If linking the raw pad with a queue fails, try it without a queue
939         instead of failing completely. This should never happen.
940
941 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
942
943         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
944
945         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
946         Add a queue after a demuxer if the demuxer outputs raw data. This was
947         done before only for non-raw data but is required in this case too.
948         Fixes bug #540215.
949
950         decodebin2 doesn't have this issue because all streams of a group
951         go through multiqueue.
952
953 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
954
955         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
956
957         * gst-libs/gst/sdp/gstsdpmessage.c:
958         Makes libgstsdp compile with mingw32 by defining the right WINVER so
959         that getaddrinfo() can be used. Fixes #541358.
960
961 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
962
963         * gst/videotestsrc/gstvideotestsrc.c:
964         (gst_video_test_src_class_init), (gst_video_test_src_init),
965         (gst_video_test_src_set_property),
966         (gst_video_test_src_get_property), (gst_video_test_src_create):
967         * gst/videotestsrc/gstvideotestsrc.h:
968         Cleanups, use default property values as defines.
969         Add property to enable/disable peer buffer allocation.
970
971 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
972
973         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
974         * tests/check/pipelines/streamheader.c: (streamheader_suite):
975         Enable unit tests on PPC again as the bugs are now fixed.
976
977 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
978
979         * gst-libs/gst/riff/riff-ids.h:
980         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
981         (gst_riff_create_audio_template_caps):
982         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
983         Fixes bug #540351.
984
985 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
986
987         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
988         (gst_ffmpeg_pixfmt_to_caps):
989         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
990         (gst_ffmpegcsp_get_unit_size):
991         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
992         it on other formats. Also adjust the unit size only for that format
993         to not include the palette. Fixes bug #540497.
994
995 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
996
997         * gst/adder/gstadder.c:
998           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
999
1000 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1001
1002         * ChangeLog:
1003           ChangeLog surgery.
1004   
1005         * tests/examples/seek/seek.c:
1006           Move variable into ifdef too.
1007         
1008
1009 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1010
1011         * tests/examples/seek/seek.c:
1012           Include config.h and check if we have X. Remove XInitThread(), don't
1013           think its needed. Fixes: #540334.
1014
1015 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1016
1017         Patch by: Sam Morris <sam at robots dot org to uk>
1018
1019         * gst-libs/gst/interfaces/mixertrack.c:
1020         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1021         (gst_mixer_track_set_property):
1022         API: Add "index" property to GstMixerTrack to differantiate between
1023         multiple mixer tracks with the same label.
1024
1025         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1026         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1027         Set the "index" property of GstMixerTrack to the index given by ALSA.
1028         Fixes bug #528299.
1029
1030 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1031
1032         * tests/examples/seek/Makefile.am:
1033         * tests/examples/seek/seek.c:
1034           Remove libgstvideo usage. Use gtk_get_option_group instead of
1035           gtk_init().
1036
1037 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1038
1039         * tests/check/Makefile.am:
1040           Name the test registry format neutral.
1041
1042 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1043
1044         * gst/playback/gstqueue2.c:
1045           Do not double notify. Remove the unsued return value.
1046
1047 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1048
1049         * ext/alsa/gstalsamixer.c:
1050           Also consider "speaker" as a name for master volume. If that doesn't
1051           help look for the first non-mono volume control that also has a
1052           playback switch.
1053
1054 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1055
1056         * ChangeLog:
1057           Forgot to save the ChangeLog :/
1058
1059 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1060
1061         * tests/examples/seek/Makefile.am:
1062         * tests/examples/seek/seek.c:
1063           Embedd the xwindow. Allow to play multiple files.
1064
1065 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1066
1067         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1068         (gst_ximagesink_setcaps):
1069         * sys/ximage/ximagesink.h:
1070         When the caps change, make sure to re-draw borders in
1071         force-aspect-ratio=true mode.
1072         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1073         Don't clear the border_draw flag until we actually draw the border.
1074         * tests/check/Makefile.am:
1075         Ignore alsasink/src during the states test too, so it doesn't fail
1076         when running without access to the sound device.
1077
1078 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1079
1080         * tests/examples/seek/seek.c:
1081           Fix crasher when playing a parse-launch line the 2nd time.
1082
1083 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1084
1085         * tests/check/pipelines/oggmux.c:
1086           Properly ifdef tests to fix compilation.
1087
1088 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1089
1090         * gst/playback/gstplay-marshal.list:
1091         * gst/playback/gstplaybin2.c:
1092           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1093           playbin2. This allows the user to get to the selector's sinkpads, and
1094           thus inspect a range of things - caps, tags, etc. 
1095
1096 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1097
1098         * gst/playback/gstplaybin2.c:
1099           Use a different constant for the convert-frame signal id.
1100           Fixes #537009.
1101
1102 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1103
1104         * gst/playback/gstplaybin2.c:
1105         * gst/playback/gstplaysink.c:
1106           Fix a whole bunch of typos in comments and log statements. 
1107
1108 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1109
1110         * sys/xvimage/xvimagesink.c:
1111           Don't set colour balance values on the Xv port if the user hasn't
1112           changed them (via properties or the interface). Avoids accumulating
1113           rounding errors for the common case.
1114           Partial fix for bug #537889.
1115
1116 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1117
1118         * gst/playback/gstdecodebin2.c:
1119           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1120           pads are drained.
1121
1122 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1123
1124         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1125         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1126         Report the encoder latency. Fixes #538232.
1127
1128 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1129
1130         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1131         (notify_source), (activate_group):
1132         Implement the source property, emit notify when it changes in the
1133         underlying uridecodebin.
1134
1135 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1136
1137         * tests/examples/seek/seek.c: (stop_cb):
1138         Free and clear the seek element list so that we don't use invalid
1139         references when seeking after recreating a gst-launch line.
1140
1141 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1142
1143         * gst-libs/gst/audio/gstbaseaudiosink.c:
1144         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1145         (gst_base_audio_sink_render):
1146         Report latency even if we are not live instead of hiding it.
1147         Take ts-offset and render-delay of the basesink into account when
1148         scheduling samples.
1149         Rework the clipping code so that we can take the various offsets into
1150         account and still do correct clipping.
1151
1152 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1153
1154         * configure.ac:
1155         Bump verion back to devel -> 0.10.20.1
1156
1157 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1158
1159         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1160         Don't increase the size of non-string image buffers by one as this
1161         might in theory confuse decoders. Still increase it by one for string
1162         image buffers to append '\0'.
1163
1164 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1165
1166         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1167         
1168         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1169         Fix a buffer memleak and remove a confusing and wrong debug output.
1170         Fixes bug #538663.
1171
1172 === release 0.10.20 ===
1173
1174 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1175
1176         * configure.ac:
1177           releasing 0.10.20, "Here I Go Again"
1178
1179 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1180
1181         * configure.ac:
1182         0.10.19.3 pre-release
1183
1184 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1185
1186         * gst-libs/gst/rtsp/gstrtspconnection.c:
1187         Fix build on win32.
1188         Patch By: David Schleef <ds@schleef.org>
1189         Fixes: #536874
1190
1191 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1192
1193         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1194         (gst_gio_base_src_create):
1195         * ext/gio/gstgiobasesrc.h:
1196         Try to read the requested number of bytes, even if the first
1197         read returns less than requested, until nothing is read anymore
1198         or we have the requested amount of bytes. This fixes playback of
1199         files via Samba as Samba only allows to read 64k at once.
1200
1201         Implement a caching algorithm that makes sure that we read at
1202         least 4k of data every time. Some elements will try to read a few
1203         bytes, then seek, read again a few bytes and so on and this is
1204         painfully slow as every operation has to go over DBus if GVfs is
1205         used as backend.
1206
1207         Fixes bug #536849 and #536848.
1208
1209         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1210         (gst_gio_src_check_get_range):
1211         Override check_get_range() to blacklist http/https URIs
1212         and whitelist file URIs. More to be added on demand.
1213
1214 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1215
1216         * configure.ac:
1217         0.10.19.2 pre-release
1218
1219 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1220
1221         * win32/common/libgstrtsp.def:
1222         * win32/common/libgsttag.def:
1223         Add new API functions to the dll exports
1224
1225 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1226
1227         * gst/playback/gstplaybasebin.c:
1228           Disconnect signals from decodebins we created before we remove it
1229           from playbin, to avoid crashes if the decodebin is eventually
1230           disposed after the playbin itself (possible if the app takes a
1231           reference on the decodebin).
1232           Fixes #536521.
1233
1234 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1235
1236         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1237           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1238           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1239           (h264_video_type_find), (mpeg_video_stream_type_find),
1240           (dv_type_find), (mmsh_type_find):
1241           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1242           copy caps for no good reason (this may be desirable to make it easier
1243           to detect leaks, but then it should probably be done for all caps
1244           in the typefinder somewhere).
1245
1246 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1247
1248         * tests/check/Makefile.am:
1249         Do not try to run the check tests for subparse unless it has been
1250         built.
1251
1252 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1253
1254         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1255         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1256         Do not try to run a test which requires vorbisenc unless we have
1257         actually built it.
1258
1259 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1260
1261         * gst-libs/gst/rtsp/gstrtspconnection.c:
1262         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1263         (gst_rtsp_connection_clear_auth_params),
1264         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1265         * gst-libs/gst/rtsp/gstrtspconnection.h:
1266         Add a couple of missing argument guards.
1267         Add a way of setting the DSCP for an RTSP connection.
1268         Add an accessor method for the ip member of GstRTSPConnection as all
1269         members are supposed to be private.
1270
1271 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1272
1273         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1274         Fixed accidental use of IPv4 options for all IPv6 addresses.
1275
1276 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1277
1278         * gst-libs/gst/interfaces/mixertrack.h:
1279           Document mixer track flags.
1280
1281 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1282
1283         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1284
1285         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1286         Don't set caps on the buffers that contain a copy of the buffer
1287         including the caps of them resulting in an always increasing refcount
1288         of the caps and insanely large caps. Instead include a buffer without
1289         caps in the new caps. Fixes bug #536475.
1290
1291 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1292
1293         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1294         Transform a given PAR to a range on the struct with the generic
1295         height/width instead of the struct with the possibly restricted
1296         height/width.
1297
1298 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1299
1300         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1301         Prefer the given format if it contains something stricter than [1,MAX]
1302         for height or width and only put a structure that requires rescaling
1303         as second. This makes it possible to use videoscale in pipelines where
1304         the source can actually produce the wanted height/width but usually
1305         selects a different one from the requested.
1306
1307 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1308
1309         Based on patch by: John Millikin <jmillikin gmail com>
1310
1311         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1312           (gst_vorbis_tag_add_coverart):
1313           Retrieve COVERART tags from vorbis comments (#512333)
1314
1315 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1316
1317         * gst-libs/gst/tag/tag.h:
1318         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1319           Don't forget to add new enum value here too (should probably use
1320           glib-mkenums here...).
1321
1322 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1323
1324         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1325         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1326         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1327           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1328           (gst_tag_image_data_to_image_buffer):
1329           Add two utility functions to avoid code duplication (#512333):
1330           API: add gst_tag_image_data_to_image_buffer()
1331           API: add gst_tag_list_add_id3_image()
1332           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1333
1334 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1335
1336         * win32/common/libgstaudio.def:
1337         Add gst_audio_check_channel_positions() to the exported symbols.
1338
1339 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1340
1341         * docs/libs/gst-plugins-base-libs-sections.txt:
1342         * gst-libs/gst/audio/multichannel.c:
1343         (gst_audio_check_channel_positions):
1344         * gst-libs/gst/audio/multichannel.h:
1345         API: Make gst_audio_check_channel_positions() public.
1346
1347         * tests/check/libs/audio.c: (GST_START_TEST):
1348         Add some simple checks for gst_audio_check_channel_positions().
1349
1350 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1351
1352         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1353           minrange and maxrange are scaled according to the frequency
1354           multiplier.
1355
1356 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1357
1358         * ext/pango/Makefile.am:
1359         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1360           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1361           Use gstvideo functions to calculate strides and plane offsets. Fixes
1362           rendering issue ('ghost' images of the text on the chroma planes)
1363           with widths or heights that are not multiples of 8 (#506659 and
1364           probably also #485729).
1365
1366         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1367           (main):
1368           Test with odd height/width too.
1369
1370 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1371
1372         * gst/adder/gstadder.c: (gst_adder_query_duration),
1373         (gst_adder_query_latency):
1374         When using gst_element_iterate_pads() one has to unref every pad
1375         after usage.
1376
1377 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1378
1379         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1380         (gst_base_audio_src_class_init):
1381         Add a gtk-doc chunk for the new properties to have a Since: indication.
1382
1383 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1384
1385         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1386         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1387         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1388         (gst_base_audio_src_change_state):
1389         Provide readable actual-buffer-time and actual-latency-time properties
1390         that reflect the configured ringbuffer values. Fixes #524724.
1391         API: GstBaseAudioSrc:actual-buffer-time
1392         API: GstBaseAudioSrc:actual-latency-time
1393
1394 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1395
1396         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1397         (gst_basertppayload_change_state):
1398         Simply converting the running time into an RTP timestamp by scaling it
1399         based on the clock-rate is good enough for making an RTP timestamp. This
1400         has the added benefit that we can later on expose a property with the
1401         RTP timestamp of running time 0, as is needed for RTSP servers to
1402         generate the response of the PLAY request.
1403
1404 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1405
1406         * gst/audioconvert/gstaudioconvert.c:
1407         (structure_has_fixed_channel_positions),
1408         (gst_audio_convert_transform_caps):
1409         Allow up to 11 positioned channels now that audioconvert can handle
1410         this but add no default positions for > 8 channels.
1411         
1412         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1413         Add some unit tests for the above change: Test conversion of
1414         11 positioned channels to stereo and the other way around, test
1415         conversion of 15 unpositioned channels in different ways.
1416
1417 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1418
1419         * win32/common/libgstaudio.def:
1420         Add gst_audio_clock_reset to the list of exported symbols.
1421
1422 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1423
1424         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1425         Remove wrong_channels_identification_header unit test as we now
1426         support 7 (and more channels).
1427
1428 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1429
1430         * gst/audioconvert/gstchannelmix.c:
1431         (gst_channel_mix_fill_one_other):
1432         If mixing left or right to center (or the other way around) only take
1433         the complete value if we don't already have the original position in
1434         the source.
1435
1436 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1437
1438         * gst-libs/gst/audio/multichannel.c:
1439         (gst_audio_check_channel_positions),
1440         (gst_audio_set_structure_channel_positions_list),
1441         (gst_audio_fixate_channel_positions):
1442         Allow rear center together with rear left/right and other previously
1443         conflicting channel positions. The reason why they weren't allowed
1444         was the channel mixing implementation in audioconvert.
1445         Also take this into account when fixing channel layouts.
1446
1447         Allow setting channel positions for 1/2 channels when using
1448         gst_audio_set_structure_channel_position().
1449
1450         * gst/audioconvert/gstchannelmix.c:
1451         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1452         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1453         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1454         Major rewrite of the channel mixing.
1455
1456         We now allow previously conflicting channel positions to appear
1457         together (rear center and rear left/right for example).
1458         Fixes bug #533817.
1459
1460         Rework the way channels are mixed together to take more possible
1461         channel positions into account, properly mix from/to side channels
1462         and don't assume that either center, left&right or nothing of a
1463         specific position is available anymore.
1464
1465         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1466         Adjust unit tests with non-standard 1/2 channel layouts to the more
1467         correct new behaviour.
1468
1469         Add a unit test for 5.1->Stereo downmixing.
1470
1471 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1472
1473         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1474         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1475         Add sane defaults for the 7 and 8 channel layouts as those are
1476         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1477         more than 8 channels instead of erroring out. Fixes bug #535356.
1478
1479 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1480
1481         * docs/plugins/Makefile.am:
1482         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1483         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1484         * ext/theora/theoraparse.c:
1485         Add theoraparse to the docs and fix some docs.
1486
1487 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1488
1489         * gst-libs/gst/cdda/gstcddabasesrc.c:
1490         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1491         Fix EOS condition and track addition check, the track.end sector is
1492         included in the track. Fixes #533265.
1493
1494 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1495
1496         Patch by: Mark Nauwelaerts <manauw at skynet be>
1497
1498         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1499         (gst_video_rate_flush_prev), (gst_video_rate_event),
1500         (gst_video_rate_chain):
1501         * gst/videorate/gstvideorate.h:
1502         React (more) to NEWSEGMENT
1503         Small adjustment in timestamp calculation to prevent mismatches
1504         Fixes #435633.
1505
1506 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1507
1508         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1509           Initialise error to NULL as we should.
1510
1511 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1512
1513         * gst/adder/gstadder.c: (gst_adder_query_duration),
1514         (gst_adder_query_latency), (gst_adder_query):
1515         Implement latency query.
1516
1517 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1518
1519         * gst/adder/gstadder.c: (gst_adder_query_duration):
1520         Correctly resync the iterator if gst_iterator_next() returns
1521         GST_ITERATOR_RESYNC.
1522
1523 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1524
1525         * win32/vs6/libgstpbutils.dsp:
1526           Add pbutils-enumtypes.c to sources (#518037).
1527
1528 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1529
1530         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1531         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1532         * gst-libs/gst/audio/gstaudioclock.h:
1533         Add method to inform the clock that the time starts from 0 again. We use
1534         this info to calculate a clock offset so that the time we report in
1535         internal_time is monotonically increasing, as required by the clock base
1536         class. Fixes #521761.
1537         API: GstAudioClock::gst_audio_clock_reset()
1538
1539         * gst-libs/gst/audio/gstbaseaudiosink.c:
1540         (gst_base_audio_sink_skew_slaving),
1541         (gst_base_audio_sink_change_state):
1542         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1543         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1544         Reset reported time when we (re)create the ringbuffer.
1545
1546 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1547
1548         * ext/alsa/gstalsamixertrack.c:
1549           (gst_alsa_mixer_track_update_alsa_capabilities):
1550           Make sure playback volumes aren't accidentally overwritten by
1551           capture volumes if an alsa mixer track has both playback and
1552           capture capabilities: we create two GstMixerTracks in that
1553           case, so make sure we query only the alsa capabilities that
1554           refer to the type of GstMixerTrack we created from the dual
1555           capability alsa element. Should fix issues with Audigy2 sound
1556           cards (#518082).
1557
1558 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1559
1560         * tests/check/pipelines/oggmux.c: (test_pipeline):
1561           Don't use deprecated function.
1562
1563 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1564
1565         * gst/playback/gstdecodebin2.c:
1566         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1567         Check for NULL cases and log them, creating ghostpads can, for example,
1568         fail when the pad returns wrong caps.
1569
1570         * gst/playback/gstplaybin2.c: (perform_eos):
1571         When pushing out the EOS event, collect the return value and warn when
1572         something failed.
1573
1574 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1575
1576         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1577         (gst_riff_create_video_template_caps):
1578         Add support for DVCPRO.
1579
1580 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1581
1582         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1583           Change default scaling method from nearest-neighbour to bilinear.
1584
1585 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1586
1587         * tests/check/libs/video.c:
1588           More checks.
1589
1590 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
1591
1592         * gst/subparse/gstsubparse.c: (parser_state_init),
1593           (gst_sub_parse_format_autodetect), (handle_buffer):
1594         * gst/subparse/gstsubparse.h:
1595         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1596           Limit duration to a maximum of five seconds for tmplayer format where
1597           we can guess the duration only from the timestamp of the next line of
1598           text. We don't want to show a text for eternities just because nothing
1599           else is being said for a while.
1600
1601 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1602
1603         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1604         (gst_base_rtp_depayload_chain),
1605         (gst_base_rtp_depayload_handle_sink_event),
1606         (gst_base_rtp_depayload_push_full),
1607         (gst_base_rtp_depayload_change_state):
1608         Check sequence numbers, mark input buffers with a discont flag for the
1609         subclass when we detected a gap, drop duplicate buffers. We do this
1610         because one can use the element without a jitterbuffer in front and we
1611         don't want to feed the subclasses invalid or reordered data.
1612         Do an error when the subclass did not provide a process function instead
1613         of crashing.
1614         Some other small cleanups.
1615
1616 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
1617
1618         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1619           May just as well use the precalculated uvstride here.
1620
1621 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
1622
1623         * docs/plugins/Makefile.am:
1624         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1625         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1626         * docs/plugins/gst-plugins-base-plugins.args:
1627         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1628         * docs/plugins/gst-plugins-base-plugins.interfaces:
1629         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1630         * docs/plugins/inspect/plugin-adder.xml:
1631         * docs/plugins/inspect/plugin-alsa.xml:
1632         * docs/plugins/inspect/plugin-audioconvert.xml:
1633         * docs/plugins/inspect/plugin-audiorate.xml:
1634         * docs/plugins/inspect/plugin-audioresample.xml:
1635         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1636         * docs/plugins/inspect/plugin-cdparanoia.xml:
1637         * docs/plugins/inspect/plugin-decodebin.xml:
1638         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1639         * docs/plugins/inspect/plugin-gdp.xml:
1640         * docs/plugins/inspect/plugin-gio.xml:
1641         * docs/plugins/inspect/plugin-gnomevfs.xml:
1642         * docs/plugins/inspect/plugin-libvisual.xml:
1643         * docs/plugins/inspect/plugin-ogg.xml:
1644         * docs/plugins/inspect/plugin-pango.xml:
1645         * docs/plugins/inspect/plugin-playback.xml:
1646         * docs/plugins/inspect/plugin-queue2.xml:
1647         * docs/plugins/inspect/plugin-subparse.xml:
1648         * docs/plugins/inspect/plugin-tcp.xml:
1649         * docs/plugins/inspect/plugin-theora.xml:
1650         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1651         * docs/plugins/inspect/plugin-uridecodebin.xml:
1652         * docs/plugins/inspect/plugin-video4linux.xml:
1653         * docs/plugins/inspect/plugin-videorate.xml:
1654         * docs/plugins/inspect/plugin-videoscale.xml:
1655         * docs/plugins/inspect/plugin-videotestsrc.xml:
1656         * docs/plugins/inspect/plugin-volume.xml:
1657         * docs/plugins/inspect/plugin-vorbis.xml:
1658         * docs/plugins/inspect/plugin-ximagesink.xml:
1659         * docs/plugins/inspect/plugin-xvimagesink.xml:
1660         * ext/cdparanoia/gstcdparanoiasrc.c:
1661         * ext/ogg/gstoggdemux.c:
1662         * ext/ogg/gstoggdemux.h:
1663         * ext/ogg/gstoggmux.c:
1664         * ext/ogg/gstoggmux.h:
1665         * gst/audioconvert/audioconvert.c:
1666         * gst/audioconvert/audioconvert.h:
1667         * gst/audioconvert/gstaudioconvert.h:
1668         * gst/gdp/gstgdpdepay.h:
1669         * gst/gdp/gstgdppay.h:
1670         * gst/playback/gstdecodebin.c:
1671         * gst/playback/gstdecodebin2.c:
1672         * gst/playback/gstplaybin.c:
1673         * gst/playback/gstplaybin2.c:
1674         * gst/playback/gsturidecodebin.c:
1675         * gst/tcp/gstmultifdsink.c:
1676         * gst/tcp/gstmultifdsink.h:
1677         * gst/tcp/gsttcp.h:
1678
1679         Add some documentation comments, and some new headers to be scanned.
1680         Rename some internal enum declarations (audioconvert's DitherType and
1681         NoiseShapingType, GstUnitType from the TCP elements) to match the
1682         documented GObject type names so that the docs pick them up.
1683         Name the playbin2 docs markups properly so they get picked up. They'll
1684         need renaming back when/if playbin2 becomes playbin.
1685
1686         100% symbol coverage for the plugin docs, booya.
1687
1688 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
1689
1690         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
1691
1692         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1693         Fix generation of NV12/NV21 frames. Fixes bug #532454.
1694
1695 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1696
1697         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1698
1699         * gst/playback/gstdecodebin.c: (remove_fakesink):
1700         Lock the fakesink before setting the state to NULL and removing it from
1701         the bin so that a concurrent state change cannot interfere. 
1702         Fixes #534331.
1703
1704 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1705
1706         * docs/Makefile.am:
1707         Fix installing plugin documentation when gtk-doc is disabled.
1708
1709 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1710
1711         * gst-libs/gst/rtsp/Makefile.am:
1712         Distribute, don't install md5.h
1713
1714 2008-05-21  Julien Moutte  <julien@fluendo.com>
1715
1716         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
1717         instead of SOL_IP, works on more platforms.
1718         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
1719         arguments.
1720
1721 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1722
1723         * ext/vorbis/vorbisdec.c:
1724         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
1725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
1726         Some debug and comment fixes.
1727
1728         * tests/examples/dynamic/addstream.c: (main):
1729         Fix , to ;
1730
1731 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1732
1733         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1734         * gst/playback/decodetest.c: (new_decoded_pad_cb):
1735         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1736         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
1737         (cleanup_decodebin):
1738         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1739         (connect_element), (gst_decode_group_control_demuxer_pad):
1740         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
1741         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
1742         (mute_group_type):
1743         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
1744         (gst_play_bin_set_property), (handoff), (gen_video_element),
1745         (gen_text_element), (gen_audio_element), (gen_vis_element),
1746         (remove_sinks), (add_sink), (setup_sinks):
1747         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
1748         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
1749         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
1750         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
1751         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
1752         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
1753         (gen_vis_chain), (gst_play_sink_reconfigure),
1754         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
1755         (gst_play_sink_request_pad):
1756         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
1757         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1758         (cb_newpad):
1759         * gst/playback/test6.c: (new_decoded_pad_cb):
1760         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1761         * tests/check/elements/audiorate.c: (test_injector_chain),
1762         (do_perfect_stream_test):
1763         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1764         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
1765         * tests/check/elements/gnomevfssink.c:
1766         * tests/check/elements/textoverlay.c:
1767         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
1768         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
1769         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
1770         * tests/check/pipelines/oggmux.c: (test_pipeline):
1771         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
1772         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1773         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
1774         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
1775         * tests/examples/seek/seek.c: (make_mod_pipeline),
1776         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
1777         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
1778         (make_theora_pipeline), (make_vorbis_theora_pipeline),
1779         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
1780         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
1781         (update_fill), (msg_buffering):
1782         Don't use bad gst_element_get_pad().
1783
1784 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
1785
1786         * gst-libs/gst/riff/riff-media.c:
1787           Fix wrong method name in docs. Fix calculation of strf fields for
1788           broken mulaw/alaw.
1789   
1790         * gst-libs/gst/riff/riff-read.c:
1791           Whitespace fix and removing double ';'.
1792
1793 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1794
1795         * docs/design/part-playbin2.txt:
1796         Add some leftover doc.
1797
1798 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1799
1800         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
1801         Fix copy & paste error in last commit.
1802
1803 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1804
1805         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
1806         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
1807         other channel positions when source has SIDE channels and dest doesn't
1808         or the other way around.
1809
1810 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1811
1812         Patch by: Henrik Eriksson <henriken at axis dot com>
1813
1814         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
1815         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
1816         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
1817         (gst_multi_fd_sink_get_property):
1818         * gst/tcp/gstmultifdsink.h:
1819         Add support for DSCP QOS. Fixes #469933.
1820
1821 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1822
1823         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1824         Add another test that checks if conversion between standard 1 and 2
1825         channel layouts with and without positions set is working.
1826
1827 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1828
1829         * gst-libs/gst/audio/multichannel.c:
1830         (gst_audio_check_channel_positions):
1831         Allow non-standard 2 channel layouts.
1832         
1833         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1834         Add some tests for converting and remapping non-standard 1 and 2
1835         channel layouts.
1836
1837 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1838
1839         * gst/audioconvert/gstchannelmix.c:
1840         (gst_channel_mix_fill_normalize):
1841         Prevent division by zero if the channel mix matrix contains only
1842         zeroes.
1843
1844 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1845
1846         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1847
1848         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
1849         Close a buffer memory leak. Fixes bug #534071.
1850
1851 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1852
1853         * gst-libs/gst/rtsp/gstrtsptransport.h:
1854         Make the GstRTSPTransport struct members public as there are no
1855         setters/getters and it's supposed to be changed directly.
1856         Fixes bug #533087.
1857
1858 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1859
1860         * gst/adder/gstadder.c:
1861         Adder also doesn't support audio/x-raw-int with width!=depth so don't
1862         claim this on the pad template caps.
1863
1864 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1865
1866         * gst-libs/gst/audio/gstbaseaudiosink.c:
1867         (gst_base_audio_sink_sync_latency):
1868         We can only use our optimal calibration if we prerolled before the
1869         latency expired.
1870
1871 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
1872
1873         * configure.ac:
1874           Require core CVS for GstBaseSrc buffer caps setting magic.
1875
1876 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
1877
1878         * gst/audioconvert/gstaudioconvert.c:
1879         (gst_audio_convert_fixate_channels):
1880         Fix logic in last commit.
1881
1882 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
1883
1884         * gst/audioconvert/gstaudioconvert.c:
1885         (gst_audio_convert_fixate_channels):
1886         Passthrough the channel positions if the number of output channels is
1887         the same as the number of input channels, the input had a channel
1888         layout and downstream requests no special one. We did this already for
1889         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
1890
1891 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1892
1893         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
1894         (gst_gnome_vfs_src_finalize),
1895         (gst_gnome_vfs_src_received_headers_callback),
1896         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
1897         * ext/gnomevfs/gstgnomevfssrc.h:
1898         Set the ICY caps on the srcpad from where they get picked up by the base
1899         class now and set on the outgoing buffers.
1900
1901         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1902         (gst_base_audio_src_create):
1903         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
1904         BaseSrc now sets the caps on outgoing buffers automatically.
1905
1906 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1907
1908         * gst-libs/gst/audio/gstbaseaudiosink.c:
1909         (gst_base_audio_sink_resample_slaving),
1910         (gst_base_audio_sink_skew_slaving),
1911         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
1912         (gst_base_audio_sink_async_play),
1913         (gst_base_audio_sink_change_state):
1914         Change the way in which the ringbuffer is started when dealing with a
1915         slaved clock and latency. We now sync to the clock until we reach
1916         upstream latency before starting the ringbuffer. This has the effect
1917         that we can accurately align the master and slave clocks and let the
1918         rate correction code take care of the initial drift or rounding errors
1919         instead of leaving them uncorrected with the old approach.
1920
1921 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
1922
1923         * gst/audioconvert/gstaudioconvert.c:
1924         (gst_audio_convert_fixate_channels):
1925         Correctly set the default channel positions when converting to 8
1926         channels.
1927
1928 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
1929
1930         * configure.ac:
1931           Error out if we don't have the required version of core.
1932
1933 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
1934
1935         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
1936           Use data scan helper in aac typefinder and stop scanning
1937           for headers when we've found a type. Also fix potential invalid
1938           memory access when calculating the frame length.
1939
1940 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
1941
1942         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
1943           (mpeg_sys_is_valid_pack):
1944           Don't modify scan context when we return FALSE in ensure_data, so
1945           it's possible to continue scanning, and we don't end up with a NULL
1946           data pointer and a positive size, which might bite us the next time
1947           we're called. Small constification.
1948
1949 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
1950
1951         * gst/adder/gstadder.c:
1952         Adder doesn't support 24 bit samples so don't claim it supports them
1953         in the pad template caps.
1954
1955 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1956
1957         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1958         (gst_base_rtp_depayload_chain):
1959         Validate the RTP packet before further processing it. It's just too
1960         dangerous to accept random packets and people are not forced to use a
1961         jitterbuffer or session manager to filter out the bad packets.
1962
1963         * gst-libs/gst/rtp/gstrtpbuffer.c:
1964         (gst_rtp_buffer_set_extension_data),
1965         (gst_rtp_buffer_get_payload_subbuffer):
1966         Small cleanups.
1967         When setting extension data in a buffer that is too small, we fail and
1968         we should not set the extension bit.
1969         Change GST_WARNINGS into g_warning because they really are
1970         programming errors.
1971
1972         * tests/check/libs/rtp.c: (GST_START_TEST):
1973         Catch the g_warnings now in the unit tests and that fact that failing to
1974         set extension data left the extension bit untouched.
1975
1976 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
1977
1978         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
1979           Revert previous change which made basetransform handle buffer_alloc
1980           and which breaks things badly in the non-passthrough case since it
1981           returned buffers with a different (ie. sometimes smaller) size than
1982           the size requested.
1983
1984 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
1985
1986         Patch by: Bernard B <b-gnome at largestprime dot net>
1987
1988         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
1989         Fix seqnum compare function for bordercase values and fix the docs
1990         again. Fixes #533075.
1991
1992         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
1993         Add a testcase for seqnum compare function.
1994
1995 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
1996
1997         * gst/adder/gstadder.c: (gst_adder_setcaps),
1998         (gst_adder_class_init):
1999         Correctly declare the supported endianness on the pad templates
2000         and check for correct endianness in the set caps function. Adder
2001         only supports native endianness.
2002         Also use gst_element_class_set_details_simple().
2003
2004 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2005
2006         * sys/xvimage/xvimagesink.c:
2007           Better debug logging in port value handling. Merging separate port
2008           value loops into one.
2009
2010 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2011
2012         Patch by: Hannes Bistry <hannesb at gmx dot de>
2013
2014         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2015         * gst/tcp/gsttcpserversink.c:
2016         (gst_tcp_server_sink_handle_server_read),
2017         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2018         Fix regression in clientsrc because we did not add the fd to the poll
2019         set anymore. Fixes #532364.
2020         Do some cleanups here and there.
2021
2022 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2023
2024         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2025         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2026         * gst/playback/gstplay-marshal.list:
2027         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2028         Use correct marshallers. GstCaps are a boxed type and no GObject
2029         subclass.
2030
2031 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2032
2033         * win32/common/libgstrtsp.def:
2034         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2035         symbols.
2036
2037 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2038
2039         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2040
2041         * tests/check/elements/audioresample.c:
2042         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2043         (live_switch_push), (GST_START_TEST):
2044         Add unit test for the latest basetransform negotiation changes.
2045         See bug #526768.
2046
2047 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2048
2049         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2050         Fix nv12<->nv21 conversion if stride is larger than width.
2051
2052 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2053
2054         Patch by: Jan Gerber <j at oil21 dot org>
2055
2056         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2057         (gst_ogg_pad_parse_skeleton_fisbone):
2058         * ext/ogg/gstoggdemux.h:
2059         Parse presentation time from skeleton streams and use it as offset
2060         for the timestamps. Fixes bug #530068.
2061
2062 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2063
2064         * gst-libs/gst/audio/gstbaseaudiosink.c:
2065         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2066         Revert previous patch that attempted to more accurately calculate the
2067         initial offset between master and slave clock. The best thing we can do
2068         in general is take the time of both clocks as the diff since we don't
2069         know when the actual preroll happened.
2070
2071 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2072
2073         * gst-libs/gst/pbutils/install-plugins.c:
2074           Fix docs: type and missing word.
2075
2076 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2077
2078         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2079           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2080           for this instead; don't check if we've found enough markers after
2081           each and every step, it's enough to do that only if we've actually
2082           found a new marker.
2083           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2084
2085 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2086
2087         * gst/typefind/gsttypefindfunctions.c:
2088           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2089           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2090           (mpeg_video_stream_type_find):
2091           Move scan helper thingy to the beginning of the file so we can use
2092           it in other typefind functions. Rename it to something more
2093           generic. Also improve handling of things towards the end of the
2094           typefind data: peek as much as we can if we know the size of the
2095           data, rather than just min_size.
2096
2097 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2098
2099         * docs/libs/gst-plugins-base-libs-sections.txt:
2100         * gst-libs/gst/interfaces/colorbalance.c:
2101         * gst-libs/gst/interfaces/colorbalance.h:
2102         * gst-libs/gst/interfaces/colorbalancechannel.c:
2103         * gst-libs/gst/interfaces/colorbalancechannel.h:
2104         * gst-libs/gst/interfaces/tuner.c:
2105         * gst-libs/gst/interfaces/tunerchannel.c:
2106         * gst-libs/gst/interfaces/tunerchannel.h:
2107         * gst-libs/gst/interfaces/tunernorm.c:
2108         * gst-libs/gst/interfaces/tunernorm.h:
2109         * gst-libs/gst/video/video.c:
2110         * gst-libs/gst/video/video.h:
2111         Document the GstTuner and GstColorBalance interfaces, and some
2112         other random API functions that needed it. 70% symbol coverage, woo.
2113
2114 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2115
2116         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2117         Choose to allocate one less segment but require one additional segment
2118         as latency. 
2119
2120         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2121         No need to increment the number of segments in the source.
2122
2123         * gst-libs/gst/audio/gstbaseaudiosink.c:
2124         (gst_base_audio_sink_get_time), (clock_convert_external),
2125         (gst_base_audio_sink_resample_slaving),
2126         (gst_base_audio_sink_skew_slaving),
2127         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2128         (gst_base_audio_sink_async_play):
2129         Remove adding latency when returning the internal time while subtracting
2130         it again when we use the value a little later.
2131         When calculating the end timestamp, we are making a rounding error
2132         with the current algorithm. Ensure that we don't accumulate these
2133         rounding errors when aligning samples by not resampling at all if we
2134         don't need to. Fixes #419351.
2135         Make the initial calibration of the clock slaving a little more
2136         predictable and accurate. Also handle the case where we don't do
2137         clock slaving.
2138
2139 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2140
2141         Based on a patch by:
2142           Björn Benderius <bjoern dot benderius at axis dot com>
2143
2144         * gst/ffmpegcolorspace/avcodec.h:
2145         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2146         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2147         (gst_ffmpegcsp_avpicture_fill):
2148         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2149         * gst/ffmpegcolorspace/imgconvert_template.h:
2150         Add conversions from/to NV12 and NV21 and conversions between those
2151         two formats. Fixes bug #532166.
2152
2153 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2154
2155         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2156         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2157         which happens for example with files smaller than 128kb.
2158
2159 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2160
2161         Patch by: Wouter Cloetens <zombie at e2big dot org>
2162
2163         * gst-libs/gst/rtsp/Makefile.am:
2164         * gst-libs/gst/rtsp/gstrtspconnection.c:
2165         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2166         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2167         (add_auth_header), (gst_rtsp_connection_free),
2168         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2169         (gst_rtsp_connection_set_auth_param),
2170         (gst_rtsp_connection_clear_auth_params):
2171         * gst-libs/gst/rtsp/gstrtspconnection.h:
2172         Add Digest authorization support for RTSP connections. See #532065.
2173
2174         * gst-libs/gst/rtsp/md5.c:
2175         * gst-libs/gst/rtsp/md5.h:
2176         Yeap, another md5 implementation until we can depend on a glib that has
2177         support for it.
2178
2179 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2180
2181         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2182
2183         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2184         Let audioresample use the buffer allocation of basetransform instead
2185         of it's own stuff.
2186
2187         * tests/check/elements/audioresample.c: (alloc_only_48000),
2188         (GST_START_TEST), (audioresample_suite):
2189         Add unit test for the recent basetransform bugfix, where upstream
2190         changes caps to something that can't be passed through anymore.
2191
2192 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2193
2194         * win32/common/config.h.in:
2195           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2196           use the real thing than having "???" unconditionally.
2197
2198 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2199
2200         * gst-libs/gst/audio/gstbaseaudiosink.c:
2201         (gst_base_audio_sink_query):
2202         Report the latency with the new seglatency parameter.
2203
2204         * gst-libs/gst/audio/gstringbuffer.c:
2205         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2206         (gst_ring_buffer_acquire):
2207         * gst-libs/gst/audio/gstringbuffer.h:
2208         Add new field to the ringbufferspec to specify the expected latency
2209         between the underlying device read/write pointer, this is needed
2210         when writing sinks that sit a little closer to the hardware.
2211         Add some more docs for other fields.
2212
2213 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2214
2215         * gst/volume/gstvolume.c: (volume_transform_ip):
2216         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2217         reason instead of crashing later. Might fix bug #509125.
2218
2219 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2220
2221         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2222
2223         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2224         * gst/audioconvert/audioconvert.h:
2225         * gst/audioconvert/gstaudioconvert.c:
2226         (gst_audio_convert_parse_caps),
2227         (structure_has_fixed_channel_positions),
2228         (gst_audio_convert_transform_caps):
2229         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2230         Add support for more than 8 channels and NONE channel layouts. For
2231         more than 8 channels no channel conversion is supported yet, only
2232         format conversions are supported. Fixes bug #398033.
2233
2234         * tests/check/elements/audioconvert.c: (verify_convert),
2235         (GST_START_TEST), (audioconvert_suite):
2236         Add some unit tests by Tim for checking the NONE channel layouts
2237         and more than 8 channels and add some more unit tests for channel
2238         conversions.
2239
2240 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2241
2242         * gst/playback/gstdecodebin2.c: (connect_pad):
2243         When autoplugging fails, set the element back to NULL before
2244         unreffing it.
2245
2246 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2247
2248         * win32/common/libgstaudio.def:
2249         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2250         symbols.
2251
2252 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2253
2254         * gst/subparse/samiparse.c: (handle_start_sync),
2255         (end_sami_element), (characters_sami):
2256         Remove trailing, leading and double whitespaces.
2257         Correctly timestamp buffers and output the last buffer too.
2258
2259         * tests/check/elements/subparse.c: (GST_START_TEST),
2260         (subparse_suite):
2261         Add a simple unit test for SAMI parsing.
2262
2263 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2264
2265         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2266
2267         * gst/subparse/samiparse.c: (handle_start_sync),
2268         (start_sami_element), (end_sami_element), (characters_sami),
2269         (sami_context_reset):
2270         Only output characters inside the "sync" elements. There could be
2271         other elements like "style" that have some content but should
2272         not be printed. Fixes bug #467911.
2273
2274 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2275
2276         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2277         (set_active_source):
2278         * gst/playback/gstplaybasebin.h:
2279         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2280         (playbin_set_audio_mute):
2281         Allow setting -1 as current-audio to mute the current audio stream,
2282         similar to what is done for subtitles. Fixes bug #342294.
2283
2284 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2285
2286         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2287         It's SorensOn and not SorensEn.
2288
2289 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2290
2291         * gst-libs/gst/pbutils/descriptions.c: (formats):
2292           Fix description of video/x-flash-video.
2293
2294 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2295
2296         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2297         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2298         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2299         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2300         Remove some unused code.
2301
2302         * gst/audioconvert/gstaudioquantize.c:
2303         (gst_audio_quantize_free_noise_shaping):
2304         Don't return before freeing the noise shaping history.
2305
2306 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2307
2308         * tests/check/elements/subparse.c: (do_test),
2309           (test_tmplayer_style3b), (subparse_suite):
2310           Add unit test for the tmplayer variant from bug #530962.
2311
2312 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2313
2314         * gst/subparse/gstsubparse.c: (handle_buffer),
2315           (gst_sub_parse_sink_event):
2316         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2317           (tmplayer_parse_line):
2318           Fix parsing of tmplayer subtitle variant where every single line contains
2319           text and there isn't an empty line after each line to determine the
2320           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2321           making sure that we push out the last line of text without a duration if
2322           there's still text left in the buffer at the end.
2323
2324 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2325
2326         * gst/subparse/gstsubparse.c: (feed_textbuf):
2327           Fix detection of discontinuities based on the buffer offset (doesn't work
2328           so well if no buffer offset is set) and also check for the DISCONT buffer
2329           flag. This keeps the parser state from being reset after each buffer in
2330           the unit test.
2331
2332 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2333
2334         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2335           Further fine-tuning: don't absolutely require sequence or GOP headers
2336           (as introduced in the previous commit), but adjust the typefind
2337           probabilities returned accordingly if we don't see them. Also make sure
2338           picture header and first slice are somewhat close to each other (which
2339           is not perfect but still better than requiring a fixed offset or having
2340           no limit at all).
2341
2342 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2343
2344         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2345         (gst_basertppayload_sink_setcaps),
2346         (gst_basertppayload_sink_getcaps):
2347         Rename the setcaps/getcaps function internally to make it clear that
2348         they are called for the sink pad.
2349
2350 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2351
2352         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2353         (gst_base_rtp_depayload_class_init),
2354         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2355         (gst_base_rtp_depayload_packet_lost),
2356         (gst_base_rtp_depayload_set_gst_timestamp):
2357         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2358         Catch packet-lost events from the jitterbuffer and convert them into a
2359         vmethod call (lost-packet) so that depayloaders can do something smart.
2360         Also add a default packet-lost function that sends out a segment update
2361         to the decoders.
2362
2363 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2364
2365         * gst/playback/test4.c:
2366         * gst/playback/test5.c:
2367         * gst/playback/test6.c:
2368         * gst/playback/test7.c:
2369           Also include config.h when relying on defines from it. Fixes the
2370           build. Its been a please to serve :)
2371
2372 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2373
2374         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2375         (paint_setup_NV21), (paint_hline_NV12_NV21):
2376         Add support for NV12 and NV21 in videotestsrc
2377
2378 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2379
2380         * gst/videoscale/gstvideoscale.c:
2381         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2382         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2383         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2384         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2385         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2386         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2387         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2388         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2389         (vs_image_scale_linear_RGB555):
2390         Support 1x1 images as input and output as for example the BBC HQ new
2391         streams have 1x1 GIFs in the playlists for some reason.
2392
2393 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2394
2395         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2396           (try_to_link_1):
2397           If we can't activate one of the decoders we plugged in (such as,
2398           say, musepackdec) for some reason (it might not support push mode,
2399           for example), remove any pad probes that close_pad_link() might
2400           have set up. This makes sure we later don't try to remove a probe
2401           for a pad that doesn't exist any longer, and avoids nast warnings
2402           and probably other things too.
2403
2404 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2405
2406         * gst/typefind/gsttypefindfunctions.c:
2407           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2408           (plugin_init):
2409           Rework mpeg video stream typefinding a bit more: make sure sequence,
2410           GOP, picture and slice headers appear in the order they should and
2411           that we've in fact at least had one of each; fix picture header
2412           detection; decouple picture and slice header check - don't assume
2413           they're at a fixed offset, there may be extra data in between. Also,
2414           announce varying degrees of probability depending on what we found
2415           exactly (multiple pictures, at least one picture, just sequence and
2416           GOP headers). Finally, in _ensure_data(), take into account that we
2417           might be typefinding smaller amounts of data, such as the first
2418           buffer of a stream, so fall back to the minimum size needed as long
2419           as that's available, instead of erroring out if there's less than
2420           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2421           fuzzed file from #399342 as valid.
2422
2423 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2424
2425         * ext/theora/theoradec.c:
2426           Cool kids don't divide by zero.
2427           Treat PAR of x:0 as 1:1.
2428           Fixes #530719.
2429
2430 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2431
2432         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2433           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2434           (mpeg_video_stream_type_find):
2435           Refactor a bit: use context structure to track parsing offset and
2436           size of available data and make the code a bit clearer. Fixes bad
2437           memory access in #356937.
2438
2439 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2440
2441         * gst/playback/test4.c:
2442         * gst/playback/test5.c:
2443         * gst/playback/test6.c:
2444         * gst/tcp/gstmultifdsink.c:
2445           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2446           is defined.
2447
2448 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2449
2450         * gst-libs/gst/audio/gstbaseaudiosink.h:
2451         Clarify some docs.
2452
2453         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2454         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2455         (gst_base_audio_src_set_slave_method),
2456         (gst_base_audio_src_get_slave_method),
2457         (gst_base_audio_src_set_property),
2458         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2459         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2460         Add property and methods for selecting the clock slave method in the
2461         source, like in the sink.
2462         We only implement "none" and "re-timestamp" for now.
2463         API: gst_base_audio_src_set_slave_method()
2464         API: gst_base_audio_src_get_slave_method()
2465
2466 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2467
2468         * gst-libs/gst/rtp/gstrtpbuffer.c:
2469         Fix the docs about the seqnum compare function, it returns a difference.
2470
2471 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2472
2473         * ext/alsa/gstalsadeviceprobe.c:
2474         (gst_alsa_get_device_list): Don't return before freeing up
2475         the allocated structures.
2476
2477 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2478
2479         * gst/playback/gstplaybin.c:
2480           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2481
2482 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2483
2484         * ext/ogg/gstoggdemux.c:
2485           Revert the event part, that should not go in.
2486
2487 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2488
2489         * ext/ogg/gstoggdemux.c:
2490           Don't leak GstPluginFeatures when filtering.
2491
2492 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2493
2494         * sys/xvimage/xvimagesink.c:
2495           Add some logging for cases when grabbing the xv failed.
2496
2497 2008-04-21  David Schleef  <ds@schleef.org>
2498
2499         * ext/ogg/gstoggmux.c:
2500           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2501           packet.  Should conform to what we currently think is the
2502           final Ogg/Dirac muxing spec.
2503
2504 2008-04-21  David Schleef  <ds@schleef.org>
2505
2506         * sys/xvimage/xvimagesink.c:
2507           Fix typo that causes the overlay keying color to bright green
2508           on a 16-bit display.  Dark grey good.  Bright green bad.
2509
2510 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2511
2512         * ext/gnomevfs/gstgnomevfsuri.c:
2513           Add  FIXME comment about using uri-list for source and sink.
2514
2515 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2516
2517         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2518         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2519         vaargs functions to gint. Otherwise the fractions will get 0 set
2520         instead of the correct value on big endian systems. Fixes bug #529018.
2521
2522 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2523
2524         * ext/gnomevfs/gstgnomevfssink.c:
2525         (gst_gnome_vfs_sink_uri_get_protocols):
2526         * ext/gnomevfs/gstgnomevfssrc.c:
2527         (gst_gnome_vfs_src_uri_get_protocols):
2528         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2529         (gst_gnomevfs_get_supported_uris):
2530         Get the list of supported URI schemes in a threadsafe way and use the
2531         same list for the source and sink.
2532
2533 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2534
2535         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2536         (gst_gio_get_supported_protocols):
2537         Don't generate a new supported protocols list on each call but cache
2538         it. It's supposed to be static anyway, this way we only leak it once
2539         per process.
2540
2541         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2542         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2543         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2544         (gst_gio_sink_start):
2545         * ext/gio/gstgiosink.h:
2546         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2547         (gst_gio_src_class_init), (gst_gio_src_finalize),
2548         (gst_gio_src_set_property), (gst_gio_src_get_property),
2549         (gst_gio_src_start):
2550         * ext/gio/gstgiosrc.h:
2551         API: Add "file" properties where one can set a GFile as
2552         source/destination.
2553
2554         Add locking to the properties and use
2555         gst_element_class_set_details_simple() instead of a static
2556         GstElementDetails struct.
2557
2558 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2559
2560         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2561         (plugin_init):
2562         Add "mpp" and "mp+" as possible extensions for MusePack files.
2563
2564         Add typefinding for MusePack StreamVersion 8 files and include the
2565         stream version in the caps.
2566
2567 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2568
2569         * gst-libs/gst/rtp/gstrtppayloads.c:
2570         (gst_rtp_payload_info_for_name):
2571         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2572
2573 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2574
2575         * configure.ac:
2576           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2577           (NB: this only affects compilation of some of the examples).
2578           Remove some configure.ac cruft that's not needed any longer.
2579
2580 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2581
2582         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2583         Don't validate the payload if there isn't any.
2584         Fixes #525915
2585
2586 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2587
2588         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2589         Use g_atomic_int_set() instead of gst_atomic_int_set().
2590
2591 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2592
2593         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2594         Return NULL instead of a gchar * array with one NULL element if we
2595         don't get any supported URI schemes from GIO.
2596
2597 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2598
2599         * gst/audiotestsrc/gstaudiotestsrc.c:
2600           Remove cpp style commented old code.
2601
2602 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2603
2604         * gst/playback/gstdecodebin2.c:
2605           Fix signal docs.
2606
2607 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2608
2609         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2610           (gst_text_overlay_init):
2611           Fix textoverlay unit test again by making the supposed default
2612           value for the wait-text property the actual default value.
2613           Also fix Since: tag for new property.
2614
2615 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2616
2617         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
2618           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
2619           (gst_video_format_get_pixel_stride),
2620           (gst_video_format_get_component_width),
2621           (gst_video_format_get_component_height),
2622           (gst_video_format_get_component_offset), (gst_video_format_get_size),
2623           (gst_video_format_convert):
2624           Add guards to these functions to ensure sane input values.
2625
2626         * tests/check/libs/video.c:
2627           Fix unit test not to create caps with width=0 and height=0.
2628
2629 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2630
2631         * docs/design/draft-keyframe-force.txt:
2632         Fix typo.
2633
2634         * gst/playback/gstqueue2.c: (update_buffering),
2635         (gst_queue_handle_src_query):
2636         Set buffering mode in the messages.
2637         Set buffering percent in the query.
2638
2639         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
2640         (do_stream_buffering), (do_download_buffering), (msg_buffering):
2641         Do some more fancy things based on the buffering method in use.
2642
2643 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2644
2645         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
2646         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
2647         (msg_buffering), (main):
2648         Add basic download reports to seek using the new buffering API.
2649
2650 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2651
2652         * gst/playback/gstqueue2.c: (update_buffering),
2653         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
2654         (gst_queue_src_checkgetrange_function):
2655         Include extra buffering stats in the buffering message.
2656         Implement BUFFERING query.
2657
2658         * gst/playback/gsturidecodebin.c: (do_async_start),
2659         (do_async_done), (type_found), (setup_streaming), (setup_source),
2660         (gst_uri_decode_bin_change_state):
2661         Only add decodebin2 when the type is found in streaming mode.
2662         Make uridecodebin async to PAUSED even when we don't have decodebin2
2663         added yet.
2664
2665 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
2666
2667         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2668         Filter cdda from the supported URI schemes. We can't support
2669         musicbrainz tags and everything else one expects from a cdda source
2670         with GIO. Fixes bug #526794.
2671
2672 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
2673
2674         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
2675         (gst_xvimagesink_buffer_alloc):
2676         Fix calculation of 'expected size' for YV12 buffers.
2677         Be a little more verbose in the debug output for buffer-alloc'ed
2678         buffers which turn out to have the wrong size.
2679
2680 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
2681
2682         * NEWS:
2683         * RELEASE:
2684         * gst-plugins-base.doap:
2685           Merge other changes from 0.10.19 release branch.
2686
2687 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2688
2689         * gst-libs/gst/audio/gstbaseaudiosink.c:
2690           (gst_base_audio_sink_class_init):
2691         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2692           (gst_base_audio_src_class_init):
2693         * gst/playback/gstplayback.c: (plugin_init):
2694         * gst/volume/gstvolume.c: (plugin_init):
2695           Work around missing bits of thread-safety on older GLibs some
2696           more to avoid assertions when starting up multiple playbin
2697           objects concurrently (see #512382).
2698
2699 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2700
2701         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2702           Remove some more fields.
2703
2704 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
2705
2706         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2707
2708         * configure.ac:
2709         Actually build dlls when cross-compiling with mingw32.
2710         Fixes bug #526247.
2711
2712 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2713
2714         * configure.ac:
2715           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
2716
2717 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2718
2719         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
2720         (msg_buffering), (connect_bus_signals), (main):
2721         Add statusbar.
2722         Add buffering support with feedback in the statusbar.
2723
2724 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2725
2726         * ext/ogg/gstoggmux.c:
2727           Fix sample pipeline description.
2728
2729 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
2730
2731         * docs/plugins/Makefile.am:
2732         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2733         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2734         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2735           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
2736
2737         * docs/plugins/gst-plugins-base-plugins.args:
2738         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2739         * docs/plugins/gst-plugins-base-plugins.interfaces:
2740         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2741         * docs/plugins/inspect/plugin-adder.xml:
2742         * docs/plugins/inspect/plugin-alsa.xml:
2743         * docs/plugins/inspect/plugin-audioconvert.xml:
2744         * docs/plugins/inspect/plugin-audiorate.xml:
2745         * docs/plugins/inspect/plugin-audioresample.xml:
2746         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2747         * docs/plugins/inspect/plugin-cdparanoia.xml:
2748         * docs/plugins/inspect/plugin-decodebin.xml:
2749         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2750         * docs/plugins/inspect/plugin-gdp.xml:
2751         * docs/plugins/inspect/plugin-gnomevfs.xml:
2752         * docs/plugins/inspect/plugin-libvisual.xml:
2753         * docs/plugins/inspect/plugin-ogg.xml:
2754         * docs/plugins/inspect/plugin-pango.xml:
2755         * docs/plugins/inspect/plugin-playback.xml:
2756         * docs/plugins/inspect/plugin-queue2.xml:
2757         * docs/plugins/inspect/plugin-subparse.xml:
2758         * docs/plugins/inspect/plugin-tcp.xml:
2759         * docs/plugins/inspect/plugin-theora.xml:
2760         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2761         * docs/plugins/inspect/plugin-uridecodebin.xml:
2762         * docs/plugins/inspect/plugin-video4linux.xml:
2763         * docs/plugins/inspect/plugin-videorate.xml:
2764         * docs/plugins/inspect/plugin-videoscale.xml:
2765         * docs/plugins/inspect/plugin-videotestsrc.xml:
2766         * docs/plugins/inspect/plugin-volume.xml:
2767         * docs/plugins/inspect/plugin-vorbis.xml:
2768         * docs/plugins/inspect/plugin-ximagesink.xml:
2769         * docs/plugins/inspect/plugin-xvimagesink.xml:
2770           Update introspection data.
2771
2772         * ext/ogg/gstoggmux.c:
2773           Document oggmux.
2774
2775         * gst/playback/gstdecodebin2.c:
2776           Don't use gtk-doc style comment start for private stuff, but make it
2777           formatted like this for consistency.
2778
2779 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2780
2781         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
2782         (gst_decode_bin_init), (gst_decode_bin_dispose),
2783         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
2784         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2785         (analyze_new_pad), (connect_pad), (expose_pad),
2786         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
2787         (gst_decode_group_expose), (gst_decode_group_free),
2788         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
2789         Remove fakesink hack, we can now implement this more elegantly.
2790         Added property to bypass typefinding.
2791         Removed underrun callback and demuxer pad probe, we now use the srcpad
2792         probe to expose groups.
2793         API::sink-caps property
2794
2795         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
2796         Guard against multiple emissions of the no_more_pads signal, which
2797         happens when we are dealing with chained oggs.
2798
2799         * gst/playback/gsturidecodebin.c: (remove_decoders),
2800         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
2801         (setup_source):
2802         For streams, use our own typefind element and plug our queue after it.
2803         We will need this to determine the type of buffering to use for the
2804         queue soon.
2805
2806 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2807
2808         * gst-libs/gst/audio/gstbaseaudiosink.c:
2809         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
2810         Guard against over and underflows because of clock slaving.
2811         When we are using our own clock, still compensate for any calibrations
2812         that we might have done to our clock.
2813
2814 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2815
2816         * ext/theora/theoradec.c: (theora_handle_type_packet),
2817         (theora_dec_chain):
2818         Don't try to do anything fancy with the return code from pushing an
2819         event, it does not have enough information to turn it into a
2820         GST_FLOW_ERROR.
2821
2822 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2823
2824         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
2825         (gst_ogg_demux_chain_elem_pad):
2826         Add small debug line.
2827         Pass return code from the internal decoder instead of the too generic
2828         GST_FLOW_ERROR.
2829
2830 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
2831
2832         * gst-libs/gst/cdda/Makefile.am:
2833         * gst-libs/gst/cdda/base64.c:
2834         * gst-libs/gst/cdda/base64.h:
2835         * gst-libs/gst/cdda/gstcddabasesrc.c:
2836         (gst_cddabasesrc_calculate_musicbrainz_discid):
2837         Use GLib's base64 implementation instead of our own.
2838
2839 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2840
2841         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2842         (gst_ogg_demux_read_chain):
2843         Refix oggdemux, we only have a problem if we failed to find a chain and
2844         we are not EOF.
2845
2846 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2847
2848         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
2849
2850         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2851         (gst_ogg_demux_read_chain):
2852         When we fail to find a BOS page and we and up with no chain, error out
2853         properly instead of segfaulting. Fixes #525665.
2854
2855 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2856
2857         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2858         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
2859         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
2860         no-more-pads...
2861
2862 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2863
2864         * gst/playback/gstqueue2.c: (update_out_rates),
2865         (gst_queue_open_temp_location_file),
2866         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
2867         (gst_queue_handle_src_query), (gst_queue_set_property):
2868         Update the estimated input data when we push out a buffer.
2869         Add some debug info about the temp file.
2870         Only forward src events when we are not using a temp file.
2871         Don't block the duration query, we need to find something better.
2872         Don't leak the temp filename.
2873
2874 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
2875
2876         * configure.ac:
2877         Require GLib 2.12 and liboil 0.3.14.
2878
2879         * gst/volume/gstvolume.c: (volume_process_double):
2880         Unconditionally use liboil 0.3.14 function.
2881
2882 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
2883
2884         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
2885         ms-gsm can have arbitrarty sample rates. See #481354.
2886
2887 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2888
2889         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
2890         MP4S is generic MPEG-4, not a microsoft variant.
2891
2892 2008-03-27  Michael Smith <msmith@fluendo.com>
2893
2894         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2895           Check the body CRC (if set) when depayloading.
2896           Fixes #522401.
2897
2898 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
2899
2900         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
2901           Fix Since: version for new property.
2902
2903 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2904
2905         * gst-libs/gst/rtsp/gstrtspconnection.c:
2906         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
2907         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
2908         Don't error when poll_wait returns EAGAIN.
2909
2910 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2911
2912         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
2913         The queue is never filled when there are no buffers in the queue at all.
2914         Fixes #523993.
2915
2916 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2917
2918         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
2919         (init_group), (free_group), (gst_play_bin_init),
2920         (gst_play_bin_finalize), (gst_play_bin_set_uri),
2921         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
2922         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
2923         (gst_play_bin_set_current_video_stream),
2924         (gst_play_bin_set_current_audio_stream),
2925         (gst_play_bin_set_current_text_stream),
2926         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
2927         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
2928         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
2929         (activate_group), (deactivate_group), (setup_next_source),
2930         (save_current_group), (gst_play_bin_change_state):
2931         Update some docs.
2932         Add new locks and conds to protect pipeline creation and group
2933         switching.
2934         Implement the sub-uri property.
2935         Keep track of pending uridecodebin creation and configure the output
2936         pipeline after all streams are configured.
2937         Propagate subtitle encoding to the uridecodebins.
2938         Implement getting the video/audio/visualisation elements.
2939         Use input-selector for stream switching.
2940         If we are asked to do visualisation, prefer to autoplug raw sinks
2941         instead of sinks that accept encoded data.
2942
2943 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2944
2945         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
2946         (gst_play_sink_init), (gst_play_sink_dispose),
2947         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
2948         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
2949         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
2950         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
2951         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
2952         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
2953         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
2954         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2955         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
2956         * gst/playback/gstplaysink.h:
2957         Add methods to get audio/video/vis elements.
2958         Add methods to set the font description for the overlay.
2959         Remove properties, we're using this element with its methods only.
2960         Add support for subtitles.
2961         Rearrange the locking a bit to not use the object lock for protecting
2962         the pipeline construction.
2963         Try to use the volume and mute property on the sink when its available.
2964         Implement the mute option with volume when the sink does not have a mute
2965         property.
2966         Only add volume element when the sink has no volume property.
2967         Only do visualisations with raw audio pads.
2968
2969 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2970
2971         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2972         (gst_text_overlay_init), (gst_text_overlay_set_property),
2973         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
2974         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
2975         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2976         (gst_text_overlay_change_state):
2977         * ext/pango/gsttextoverlay.h:
2978         Add property to configure waiting for text on the textpad or not, with
2979         the default behaviour being the old one (always wait for text before
2980         rendering the video). This default behaviour is usually not the best one
2981         because the text stream can very sparse and could require queueing a lot
2982         of video.
2983         Fix the flushing and EOS handing so that we don't mix up their meaning.
2984
2985 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
2986
2987         * gst/playback/gsturidecodebin.c:
2988         (gst_uri_decode_bin_autoplug_factories),
2989         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
2990         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
2991         (gst_uri_decode_bin_set_property),
2992         (gst_uri_decode_bin_get_property), (no_more_pads_full),
2993         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
2994         (proxy_autoplug_factories_signal), (make_decoder),
2995         (source_new_pad), (setup_source):
2996         Add a readonly source property and notify.
2997         Add new lock for protecting the construction of the pipeline.
2998         Keep track of the decodebins we plugged.
2999         Correctly proxy the autoplug signal so that it actually continues.
3000         Proxy subtitle-encoding to the decodebins.
3001
3002 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3003
3004         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3005         (text_toggle_cb), (update_streams), (main):
3006         Rearrange some buttons in playbin2 and make some other boxes insensitive
3007         when needed.
3008         Add language codes to subtitle selection boxes when we gind the right
3009         tags for the streams.
3010
3011 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3012
3013         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3014         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3015         (gst_decode_bin_set_subs_encoding),
3016         (gst_decode_bin_get_subs_encoding),
3017         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3018         (deactivate_free_recursive):
3019         Protect caps property with the object lock.
3020         Protect encoding property with the object lock.
3021         Keep list of elements we added that have the subtitle-encoding property.
3022         Distribute the subtitle-encoding to all of the elements when it
3023         changes.
3024
3025 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3026
3027         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3028         Small debug improvement.
3029
3030         * gst-libs/gst/audio/gstbaseaudiosink.c:
3031         (gst_base_audio_sink_render):
3032         Fix bug in determining the sample start/stop position, we want to base
3033         this decision on the fact that we are going forwards or backwards, not
3034         slower or faster. This fixes some ugly resync warnings when playing at
3035         very slow speeds.
3036
3037 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3038
3039         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3040         Correctly set the supported URI schemes and don't leave
3041         some schemes in the middle or at the start at NULL.
3042
3043 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3044
3045         * tests/check/elements/gdpdepay.c:
3046           Make test compile without unused function/variable warnings on PPC.
3047  
3048 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3049
3050         * configure.ac:
3051         * ext/alsa/gstalsamixerelement.c:
3052         (gst_alsa_mixer_element_class_init):
3053         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3054         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3055         * ext/cdparanoia/gstcdparanoiasrc.c:
3056         (gst_cd_paranoia_src_class_init):
3057         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3058         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3059         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3060         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3061         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3062         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3064         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3065         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3066         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3067         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3068         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3069         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3070         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3071         (gst_audio_filter_template_class_init):
3072         * gst-libs/gst/audio/gstbaseaudiosink.c:
3073         (gst_base_audio_sink_class_init):
3074         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3075         (gst_base_audio_src_class_init):
3076         * gst-libs/gst/cdda/gstcddabasesrc.c:
3077         (gst_cdda_base_src_class_init):
3078         * gst-libs/gst/interfaces/mixertrack.c:
3079         (gst_mixer_track_class_init):
3080         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3081         (gst_base_rtp_depayload_class_init):
3082         * gst-libs/gst/rtp/gstbasertppayload.c:
3083         (gst_basertppayload_class_init):
3084         * gst/audioconvert/gstaudioconvert.c:
3085         (gst_audio_convert_class_init):
3086         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3087         * gst/audioresample/gstaudioresample.c:
3088         (gst_audioresample_class_init):
3089         * gst/audiotestsrc/gstaudiotestsrc.c:
3090         (gst_audio_test_src_class_init):
3091         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3092         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3093         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3094         (preroll_unlinked):
3095         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3096         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3097         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3098         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3099         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3100         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3101         (gst_stream_selector_class_init):
3102         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3103         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3104         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3105         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3106         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3107         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3108         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3109         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3110         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3111         * gst/videotestsrc/gstvideotestsrc.c:
3112         (gst_video_test_src_class_init):
3113         * gst/volume/gstvolume.c: (gst_volume_class_init):
3114         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3115         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3116         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3117         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3118         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3120         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3121         static strings (i.e. all). This gives us less memory usage,
3122         fewer allocations and thus less memory defragmentation. Depend
3123         on core CVS for this. Fixes bug #523806.
3124
3125 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3126
3127         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3128         Filter http and https protocols. GIO/GVfs handles them but it's
3129         impossible to implement iradio/icecast with it. Better use
3130         souphttpsrc or something else for this.
3131
3132         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3133         If getting the file informations by a query fails try it with the
3134         seek-to-end trick too.
3135
3136 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3137
3138         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3139         (gst_volume_base_init), (gst_volume_class_init),
3140         (volume_process_double), (volume_process_float),
3141         (volume_transform_ip), (plugin_init):
3142         memset buffers to zero if we get a GAP buffer. We usually see a
3143         buffer as one unit so let's handle it as one and don't care about
3144         volume changes while processing one buffer.
3145         Also clean up some stuff a bit.
3146
3147 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3148
3149         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3150         (gst_audio_convert_create_silence_buffer),
3151         (gst_audio_convert_transform):
3152         Make audioconvert GAP-aware by outputting silence buffers when the
3153         input has the GAP flag set. This is up to 8x faster.
3154         Based on a patch by Stefan Kost. Fixes bug #517813.
3155
3156 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3157
3158         * gst/volume/gstvolume.c: (volume_process_double):
3159         Use oil_scalarmultiply_f64_ns() for double processing when it's
3160         available at compile time.
3161
3162 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3163
3164         * configure.ac:
3165         Fix lrint/lrintf checks to actually work. These functions are
3166         in libm on Linux at least so try to link to it.
3167
3168 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3169
3170         * configure.ac:
3171         Back to development - 0.10.18.1
3172
3173 === release 0.10.18 ===
3174
3175 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3176
3177         * configure.ac:
3178           releasing 0.10.18, "I will follow"
3179
3180 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3181
3182         * configure.ac:
3183         * win32/common/config.h:
3184         0.10.17.4 pre-release
3185
3186 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3187
3188         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3189         Use GST_STR_NULL when trying to print strings that could be NULL because
3190         this might crash on some platforms. See #520808.
3191
3192 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3193
3194         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3195
3196         * gst-libs/gst/rtsp/gstrtspconnection.c:
3197         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3198         (read_line), (gst_rtsp_connection_read_internal):
3199         Generic Windows fixes that makes libgstrtsp work on Windows when
3200         coupled with the new GstPoll API. See #520808.
3201
3202 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3203
3204         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3205
3206         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3207           If seeking to a new position succeeds don't simply return from
3208           create() without creating a buffer. Do this only in the case
3209           seeking to the new position fails. Fixes bug #523054.
3210
3211 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3212
3213         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3214           (gst_video_format_from_rgba32_masks):
3215           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3216           (#522635).
3217
3218         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3219           Add unit test for the RGB caps parsing and creation, checking for
3220           internal consistency of the new API and consistency of the API with
3221           the old GST_VIDEO_CAPS_* defines.
3222
3223 2008-03-14  David Schleef  <ds@schleef.org>
3224
3225         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3226           because -base is in freeze.
3227
3228 2008-03-14  David Schleef  <ds@schleef.org>
3229
3230         Patch by: William M. Brack
3231
3232         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3233
3234 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3235
3236         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3237         (gst_selector_pad_chain):
3238         * gst/playback/gststreamselector.h:
3239         Revert change that caused regression until a real fix is found.
3240         Fixes #522203.
3241
3242 2008-03-12  Michael Smith <msmith@fluendo.com>
3243
3244         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3245         * gst-libs/gst/audio/gstringbuffer.h:
3246           Rename recently added buffer types to make more sense.
3247         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3248         (gst_alsasink_write):
3249           Adapt for above API changes.
3250           Fixes bug #520523.
3251
3252 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3253
3254         * win32/common/libgstnetbuffer.def:
3255         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3256
3257 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3258
3259         * configure.ac:
3260         * win32/common/config.h:
3261         0.10.17.3 pre-release
3262
3263 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3264
3265         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3266         (gst_base_audio_src_create):
3267         Fix duration when no clock was provided. Fixes #520300.
3268
3269 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3270
3271         Patch by: Olivier Crete  <tester at tester ca>
3272
3273         * docs/libs/gst-plugins-base-libs-sections.txt:
3274         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3275         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3276         Add trivial function to compare GstNetAddress. See #520626.
3277         API: GstNetBuffer::gst_netaddress_equal
3278
3279 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3280
3281         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3282         Update mode property docs, it's deprecated now.
3283
3284 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3285
3286         * gst-libs/gst/rtsp/gstrtspconnection.c:
3287         (gst_rtsp_connection_create):
3288         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3289         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3290         * gst/tcp/gstmultifdsink.h:
3291         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3292         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3293         Remove GstPollMode from gstpoll constructor.
3294
3295 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3296
3297         * configure.ac:
3298         * win32/common/config.h:
3299         0.10.17.2 pre-release
3300
3301 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3302
3303         * gst/Makefile.am:
3304         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3305         them twice
3306
3307         * win32/common/libgstinterfaces.def:
3308         * win32/common/libgstrtp.def:
3309         Add new API to the defs
3310
3311 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3312
3313         Patch by: Mersad Jelacic  <mersad at axis dot com>
3314
3315         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3316         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3317         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3318         possible to specify the sample size in bits. (#509637)
3319
3320 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3321
3322         * tests/check/libs/mixer.c:
3323           Add a few simple checks for the new message types.
3324
3325 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3326
3327         * docs/libs/gst-plugins-base-libs-sections.txt:
3328         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3329           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3330           (gst_mixer_message_get_type),
3331           (gst_mixer_message_parse_option_changed),
3332           (gst_mixer_message_parse_options_list_changed):
3333         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3334           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3335           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3336           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3337           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3338           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3339
3340 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3341
3342         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3343           (gst_mixer_options_get_values):
3344         * gst-libs/gst/interfaces/mixeroptions.h:
3345           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3346           (_GstMixerOptions), (_GstMixerOptionsClass):
3347           API: add GstMixerOptions::get_values vfunc (#519906)
3348
3349 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3350
3351         * configure.ac:
3352         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3353         plug-ins are included/excluded. (#498222)
3354
3355 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3356
3357         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3358         Add typefinder for IMelody files, using audio/x-imelody.
3359         See bug #519516.
3360
3361 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3362
3363         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3364         * ext/alsa/gstalsasink.c: (set_hwparams):
3365         * ext/alsa/gstalsasrc.c: (set_hwparams):
3366         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3367         * ext/ogg/gstoggmux.h:
3368         * ext/ogg/gstogmparse.c:
3369         * gst-libs/gst/audio/audio.c:
3370         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3371         * gst-libs/gst/pbutils/missing-plugins.c:
3372         (gst_missing_uri_sink_message_new),
3373         (gst_missing_element_message_new),
3374         (gst_missing_decoder_message_new),
3375         (gst_missing_encoder_message_new):
3376         * gst-libs/gst/rtp/gstbasertppayload.c:
3377         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3378         (gst_rtcp_packet_bye_get_reason):
3379         * gst/audioconvert/gstaudioconvert.c:
3380         * gst/audioresample/gstaudioresample.c:
3381         * gst/ffmpegcolorspace/imgconvert.c:
3382         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3383         * gst/typefind/gsttypefindfunctions.c:
3384         * gst/videoscale/vs_4tap.c:
3385         * gst/videoscale/vs_4tap.h:
3386         * sys/v4l/gstv4lelement.c:
3387         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3388         * sys/v4l/v4l_calls.c:
3389         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3390         (gst_v4lsrc_try_capture):
3391         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3392         (gst_ximagesink_ximage_new):
3393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3394         (gst_xvimagesink_xvimage_new):
3395         * tests/check/elements/audioconvert.c:
3396         * tests/check/elements/audioresample.c:
3397         (fail_unless_perfect_stream):
3398         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3399         * tests/check/elements/decodebin.c:
3400         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3401         (setup_gdpdepay_streamheader):
3402         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3403         (setup_gdppay_streamheader):
3404         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3405         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3406         * tests/check/elements/textoverlay.c:
3407         * tests/check/elements/videorate.c: (setup_videorate):
3408         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3409         * tests/check/elements/volume.c: (setup_volume):
3410         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3411         * tests/check/elements/vorbistag.c:
3412         * tests/check/generic/clock-selection.c:
3413         * tests/check/generic/states.c: (setup), (teardown):
3414         * tests/check/libs/cddabasesrc.c:
3415         * tests/check/libs/video.c:
3416         * tests/check/pipelines/gio.c:
3417         * tests/check/pipelines/oggmux.c:
3418         * tests/check/pipelines/simple-launch-lines.c:
3419         (simple_launch_lines_suite):
3420         * tests/check/pipelines/streamheader.c:
3421         * tests/check/pipelines/theoraenc.c:
3422         * tests/check/pipelines/vorbisdec.c:
3423         * tests/check/pipelines/vorbisenc.c:
3424         * tests/examples/seek/scrubby.c:
3425         * tests/examples/seek/seek.c: (query_positions_elems),
3426         (query_positions_pads):
3427         * tests/icles/stress-xoverlay.c: (myclock):
3428         Correct all relevant warnings found by the sparse semantic code
3429         analyzer. This include marking several symbols static, using
3430         NULL instead of 0 for pointers and using "foo (void)" instead
3431         of "foo ()" for declarations.
3432
3433         * win32/common/libgstrtp.def:
3434         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3435
3436 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3437
3438         Patch by: José Alburquerque <jaalburqu svn gnome org>
3439
3440         * gst/playback/gstplaybin2.c:
3441           Make the function signature of the _get_*_tags() functions match
3442           the signature of the vfuncs they implement, ie. return a
3443           GstTagList rather than a GstStructure, which is more correct,
3444           even if one is typedef'ed to the other (#518940).
3445
3446 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3447
3448         * gst-libs/gst/rtsp/gstrtspconnection.c:
3449           Don't include unix headers unconditionally (fixes #518037).
3450
3451 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3452
3453         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3454           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3455           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3456           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3457           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3458           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3459           (gst_video_format_is_packed), (video_format_is_packed):
3460           Add unit test that makes sure that the strides, offsets and
3461           sizes returned for the various YUV formats by the new video API
3462           match the old reference implementation in videotestsrc.
3463
3464 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3465
3466         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3467           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3468           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3469           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3470           (gst_video_format_get_pixel_stride),
3471           (gst_video_format_get_component_width),
3472           (gst_video_format_get_component_height),
3473           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3474         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3475           (GST_VIDEO_FORMAT_Y42B):
3476           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3477
3478 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3479
3480         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3481           YV12 is I420 with swapped components 1 and 2, so the offset of
3482           component 1 for I420 should be the offset for component 2 for YV12
3483           and vice versa.
3484
3485 2008-02-29  Rene Stadler  <mail@renestadler.de>
3486
3487         * sys/v4l/gstv4lelement.c:
3488         Add missing semicolon to fix indentation.
3489
3490 2008-02-29  Julien Moutte  <julien@fluendo.com>
3491
3492         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3493         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3494         if we can do SPDIF output.
3495         * ext/alsa/gstalsa.h:
3496         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3497         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3498         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3499         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3500         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3501         to support AC3, EC3 and IEC958 buffers.
3502
3503 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3504
3505         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3506           (gst_mixer_message_parse_mute_toggled),
3507           (gst_mixer_message_parse_record_toggled),
3508           (gst_mixer_message_parse_volume_changed),
3509           (gst_mixer_message_parse_option_changed):
3510           De-cruft and fix message type assertions (NULL is not a really
3511           valid mixer message type string).
3512
3513 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3514
3515         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3516         When negotiating, actually start from a format that we can support
3517         instead of from the too generic template.
3518
3519 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3520
3521         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3522         Enable vis setting.
3523
3524         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3525         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3526         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3527         (gen_vis_chain):
3528         Implement vis switching while playing.
3529
3530 2008-02-28  David Schleef  <ds@schleef.org>
3531
3532         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3533
3534 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3535
3536         Patch by: Peter Kjellerstedt  <pkj at axis com>
3537
3538         * gst/tcp/Makefile.am:
3539         * gst/tcp/fdsetstress.c:
3540         * gst/tcp/gstfdset.c:
3541         * gst/tcp/gstfdset.h:
3542         Removed fdset and stress test, they are now known as GstPoll in
3543         core. 
3544
3545         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3546         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3547         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3548         (gst_multi_fd_sink_handle_client_write),
3549         (gst_multi_fd_sink_queue_buffer),
3550         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3551         (gst_multi_fd_sink_stop):
3552         * gst/tcp/gstmultifdsink.h:
3553         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3554         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3555         (gst_tcp_gdp_read_caps):
3556         * gst/tcp/gsttcp.h:
3557         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3558         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3559         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3560         * gst/tcp/gsttcpclientsink.h:
3561         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3562         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3563         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3564         * gst/tcp/gsttcpclientsrc.h:
3565         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3566         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3567         * gst/tcp/gsttcpserversink.h:
3568         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3569         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3570         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3571         * gst/tcp/gsttcpserversrc.h:
3572         Port to GstPoll. See #505417.
3573
3574 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3575
3576         Patch by: Peter Kjellerstedt  <pkj at axis com>
3577
3578         * gst-libs/gst/rtsp/gstrtspconnection.c:
3579         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3580         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3581         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3582         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3583         (gst_rtsp_connection_flush):
3584         * gst-libs/gst/rtsp/gstrtspconnection.h:
3585         Use GstPoll for the rtsp connection. See #505417.
3586
3587 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3588
3589         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3590         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3591         Add combo box for visualisations, populate it with a factory list
3592         of all visualisation plugins, configure vis plugin instance in
3593         playbin2. 
3594
3595 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3596
3597         * tests/check/libs/rtp.c: (GST_START_TEST):
3598         Add check for RTP buffer defaults, padding and marker bit API.
3599
3600 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
3601
3602         * gst-libs/gst/cdda/sha1.c: (sha_transform):
3603         Use memcpy() instead of upcasting a byte array to long *. This
3604         fixes an unaligned memory access, resulting in SIGBUS on IA64.
3605         This should be ported to GCheckSum once we can use GLib 2.16.
3606         Partially fixes bug #500833.
3607
3608 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
3609
3610         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
3611           Push tag event after the newsegment event. Log the pointer of
3612           the buffer we're actually going to push rather than the buffer
3613           we're feeding to _make_metadata_writable().
3614
3615 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3616
3617         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3618         Comment smoke typefinder for now. The smokedec plugin needs one
3619         frame per buffer but we have no parser yet, thus it simply crashes
3620         in most situations.
3621
3622 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3623
3624         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3625         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
3626
3627 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3628
3629         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
3630         (plugin_init):
3631         Add midi typefinder, copied from the timidity plugin.
3632
3633 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3634
3635         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
3636
3637         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3638         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
3639           (subparse_suite):
3640           Forward slashes at the beginning and end of a line also signify
3641           italics (Fixes: #518162).
3642
3643 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3644
3645         * tests/check/gst-plugins-base.supp:
3646         Add a suppression for a cached value in GIO that wasn't moved
3647         while moving gio from -bad to -base.
3648
3649 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3650
3651         Patch by: Brian Cameron <brian dot cameron at sun dot com>
3652
3653         * configure.ac:
3654         Don't hardcode -Wall and -Werror for configure checks, this fails
3655         with non-GCC compilers. Fixes bug #517991.
3656
3657 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3658
3659         * gst/audioconvert/gstaudioconvert.c:
3660         * gst/audioconvert/gstaudioquantize.c:
3661         * gst/audioconvert/gstaudioquantize.h:
3662           Make audioconvert gap aware. If noiseshaping is used, wait for
3663           noiseshaping to converge before marking as GAP. Fixes #517813.
3664
3665 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3666
3667         * gst/audiotestsrc/gstaudiotestsrc.c:
3668           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
3669
3670 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
3671
3672         * ext/gnomevfs/gstgnomevfssink.c:
3673         (gst_gnome_vfs_sink_handle_event):
3674         Return FALSE when seeking for a new segment fails instead
3675         of silently ignoring the failure and appending every buffer
3676         that comes for the new segment.
3677
3678 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3679
3680         * gst/playback/gstplaysink.c: (find_property),
3681         (gst_play_sink_find_property), (gen_video_chain),
3682         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
3683         Recursively search the sink element for a last-frame property so that we
3684         can also find the property in autovideosink and friends that don't
3685         always proxy the internal sink properties.
3686
3687 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3688
3689         * gst-libs/gst/audio/multichannel.c:
3690           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
3691           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
3692           (gst_audio_set_structure_channel_positions_list),
3693           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
3694           (gst_audio_fixate_channel_positions):
3695           Fix confusing terminology in docs and code: structure fields are
3696           'fields' and not 'properties'.
3697
3698 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3699
3700         * gst-libs/gst/audio/multichannel.c:
3701           (gst_audio_check_channel_positions), (add_list_to_struct):
3702           Give more useful warning messages if one of the channel
3703           layout enums passed to us is invalid and if the "channels"
3704           field in the caps has a GType we don't expect.
3705
3706 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3707
3708         * gst-libs/gst/audio/multichannel.c:
3709           Fix typo in docs blurb.
3710
3711 2008-02-19  Julien Moutte  <julien@fluendo.com>
3712
3713         Patch by: Josep Torra Valles <josep@fluendo.com>
3714
3715         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
3716         typefind lookup to fix typefinding on HD clips.
3717
3718 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3719
3720         * gst/playback/gstscreenshot.c:
3721         * gst/playback/gstscreenshot.h:
3722           Fix up copyright (I rewrote the GStreamer-0.10 code for
3723           this from scratch back in the days).
3724
3725 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3726
3727         * gst/playback/Makefile.am:
3728         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
3729         (create_element), (gst_play_frame_conv_convert):
3730         * gst/playback/gstscreenshot.h:
3731         Add screenshot conversion code from totem.
3732
3733         * gst/playback/gstplay-marshal.list:
3734         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
3735         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
3736         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
3737         Implement frame property to get a color-unconverted snapshot.
3738         Implement convert-frame action signal to get a converted snapshot image.
3739         Configure connection speed in uridecodebin.
3740         Document some more properties.
3741
3742         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3743         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
3744         (gst_play_sink_get_last_frame):
3745         * gst/playback/gstplaysink.h:
3746         Use last-buffer property of the video sink to get a video snapshot.
3747
3748         * tests/examples/seek/seek.c: (shot_cb), (main):
3749         Add snapshot button for playbin2 and use the frame property to save the
3750         frame as a png in the current directory.
3751
3752 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
3753
3754         Patch by: Josep Torra Valles <josep at fluendo dot com>
3755
3756         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
3757         (plugin_init):
3758         Add typefinding support for h264 elementary streams.
3759         Fixes bug #517420.
3760
3761 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
3762
3763         * configure.ac:
3764           Require CVS of core for new API in collectpads.
3765
3766         * gst/adder/gstadder.c:
3767           Use new API to make adder sparse stream aware.
3768
3769 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3770
3771         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
3772         (no_more_pads_cb):
3773         Get the object data correct so that we can remove our channels
3774         correctly.
3775
3776         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
3777         (gen_vis_chain), (gst_play_sink_reconfigure),
3778         (gst_play_sink_request_pad):
3779         Add option to disable async behaviour in the sinks when possible. This
3780         makes it possible to avoid an audio queue when dealing with
3781         visualisations.
3782         Add option to add a queue for the audio path.
3783
3784         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
3785         (main):
3786         Disable the vis checkbox to match the defaults of playbin2.
3787         Only get the stream info when we need to.
3788
3789 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
3790
3791         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
3792         (gst_gio_base_sink_set_stream):
3793         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
3794         (gst_gio_base_src_set_stream):
3795         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
3796         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
3797         Don't use async operations as they require a running main loop.
3798         This makes us block again when closing streams and unable
3799         to mount the enclosing volume of an URI if it isn't yet.
3800
3801 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
3802
3803         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
3804         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
3805         (gen_vis_chain), (gst_play_sink_reconfigure),
3806         (gst_play_sink_request_pad):
3807         Move tee in front of the audio and vis pipelines.
3808         Add queue for audio for now.
3809         Add visualisation support.
3810
3811         * tests/examples/seek/seek.c: (main):
3812         Visualisation is by default disabled.
3813
3814 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
3815
3816         * ext/gio/gstgiobasesink.c: (close_stream_cb):
3817         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
3818         Improve debugging a bit.
3819
3820         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
3821         * ext/gio/gstgiosink.h:
3822         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
3823         * ext/gio/gstgiosrc.h:
3824         Try to mount the enclosing volume of a GFile if it isn't mounted
3825         yet. This requires us to wait for an async operation to finish, done
3826         with an nested GMainLoop. Authentication is not supported yet, will
3827         come later.
3828
3829 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3830
3831         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3832         (gst_play_bin_set_property), (gst_play_bin_get_property),
3833         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
3834         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
3835         (gst_play_sink_get_mute), (gen_audio_chain):
3836         * gst/playback/gstplaysink.h:
3837         Add mute property.
3838
3839         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3840         (gst_selector_pad_chain):
3841         * gst/playback/gststreamselector.h:
3842         Make sure we forward the event only once.
3843
3844         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
3845         Add and implement the mute button for playbin2.
3846
3847 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
3848
3849         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
3850
3851         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
3852         Add some more debug info.
3853         Make sure we never return a negative delay. Fixes #516246.
3854
3855 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
3856
3857         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
3858           Revert patch that makes the sink hold the object lock when
3859           calling snd_pcm_delay(), since it breaks playback for me.
3860
3861 2008-02-12  Julien Moutte  <julien@fluendo.com>
3862
3863         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
3864         some seek flags when changing rate.
3865
3866 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
3867
3868         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3869         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
3870         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
3871         Fix potential leaks.
3872
3873         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
3874         Fix leak when there is no function configured.
3875
3876 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
3877
3878         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
3879         (gst_v4lsrc_buffer_finalize):
3880         Correctly chain up the finalize method.
3881
3882 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
3883
3884         * ext/gio/gstgiostreamsink.c:
3885         * ext/gio/gstgiostreamsrc.c:
3886         Add documentation and example code for giostreamsink/giostreamsrc.
3887
3888         * tests/check/pipelines/gio.c: (GST_START_TEST):
3889         Ask the GMemoryOutputStream for the data instead of assuming that
3890         the pointer to the data stayed the same. It could've been realloc'ed.
3891
3892 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
3893
3894         * ext/gio/gstgiosink.c:
3895         * ext/gio/gstgiosrc.c:
3896         Make the documentation of giosink/giosrc complete, large parts
3897         are based on the gnomevfssink/gnomevfssrc docs.
3898
3899 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
3900
3901         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3902         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3903         * docs/plugins/gst-plugins-base-plugins.args:
3904         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3905         * docs/plugins/gst-plugins-base-plugins.interfaces:
3906         * docs/plugins/gst-plugins-base-plugins.prerequisites:
3907         * docs/plugins/gst-plugins-base-plugins.signals:
3908         * docs/plugins/inspect/plugin-adder.xml:
3909         * docs/plugins/inspect/plugin-audioconvert.xml:
3910         * docs/plugins/inspect/plugin-audiorate.xml:
3911         * docs/plugins/inspect/plugin-audioresample.xml:
3912         * docs/plugins/inspect/plugin-decodebin.xml:
3913         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3914         * docs/plugins/inspect/plugin-gdp.xml:
3915         * docs/plugins/inspect/plugin-gio.xml:
3916         * docs/plugins/inspect/plugin-gnomevfs.xml:
3917         * docs/plugins/inspect/plugin-libvisual.xml:
3918         * docs/plugins/inspect/plugin-ogg.xml:
3919         * docs/plugins/inspect/plugin-pango.xml:
3920         * docs/plugins/inspect/plugin-playback.xml:
3921         * docs/plugins/inspect/plugin-queue2.xml:
3922         * docs/plugins/inspect/plugin-subparse.xml:
3923         * docs/plugins/inspect/plugin-theora.xml:
3924         * docs/plugins/inspect/plugin-uridecodebin.xml:
3925         * docs/plugins/inspect/plugin-videorate.xml:
3926         * docs/plugins/inspect/plugin-videoscale.xml:
3927         * docs/plugins/inspect/plugin-volume.xml:
3928         * docs/plugins/inspect/plugin-vorbis.xml:
3929         Add the GIO documentation again and while at that run make update.
3930
3931 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
3932
3933         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
3934         * ext/alsa/gstalsasink.c: (set_swparams):
3935         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
3936           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
3937           against libasound >= 1.0.16, since it's been deprecated in
3938           0.10.16, and alignment is always 1 then, apparently. (#512899)
3939
3940 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
3941
3942         * gst/playback/gstplaybin.c: (gen_audio_element):
3943         * gst/playback/gstplaysink.c: (gen_audio_chain):
3944           Handle case where we can't create the volume element a bit
3945           better (#514307).
3946
3947 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
3948
3949         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
3950         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
3951           Add support for https protocol. Fixes #510229.
3952
3953 2008-02-11  Julien Moutte  <julien@fluendo.com>
3954         
3955         Patch by: Alan Peevers <peeves@pacbell.net>
3956
3957         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
3958         lock when calling alsa methods.
3959
3960 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
3961
3962         * gst/typefind/gsttypefindfunctions.c:
3963           Bump rank of jpeg and png typefinders, which will return maximum
3964           probability in the most common cases (thus short-circuiting more
3965           expensive typefinders like the mp3 one for these two quite common
3966           image types).
3967
3968 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
3969
3970         * ext/theora/theoraparse.c:
3971         Fix long description of the theora parser to be more verbose than just
3972         the type name.
3973
3974 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
3975
3976         Patch by: Branko Čibej <brane at xbc dot nu>
3977
3978         * sys/xvimage/xvimagesink.c:
3979         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
3980         Fixes bug #515654.
3981
3982 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3983
3984         * gst/playback/gstplaybasebin.c:
3985         Set is_dynamic as True if there are elements with both request
3986         and sometimes src pad templates instead of breaking out when it
3987         finds the first pad template that is a src.
3988
3989 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3990
3991         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
3992         (update_streams), (video_combo_cb), (audio_combo_cb),
3993         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
3994         Add some stream switching and volume gui for playbin2.
3995
3996 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
3997
3998         * gst/playback/gstplay-marshal.list:
3999         Added marshal for streamselector Tags.
4000
4001         * gst/playback/gstplaybasebin.c: (set_active_source):
4002         Streamselector now selects pads based on the pad object instead of its
4003         name.
4004
4005         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4006         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4007         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4008         (gst_play_bin_get_text_tags),
4009         (gst_play_bin_set_current_video_stream),
4010         (gst_play_bin_set_current_audio_stream),
4011         (gst_play_bin_set_current_text_stream),
4012         (gst_play_bin_set_property), (gst_play_bin_get_property),
4013         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4014         Remove option to mute streams with the current-a/v/t property, we have
4015         this functionality in the flags.
4016         Add signals to notify when the number of A/V/T channels changed.
4017         Add action signals to get tags for the A/V/T streams.
4018         Implement setting the current A/V/T stream.
4019         Rearrange some things to simplify stream selection.
4020         Implement volume.
4021
4022         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4023         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4024         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4025         (activate_vis), (gst_play_sink_reconfigure):
4026         * gst/playback/gstplaysink.h:
4027         Add and implement volume setting methods.
4028
4029         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4030         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4031         (gst_selector_pad_event), (gst_stream_selector_class_init),
4032         (gst_stream_selector_init), (gst_stream_selector_finalize),
4033         (gst_stream_selector_set_property),
4034         (gst_stream_selector_get_property),
4035         (gst_stream_selector_get_linked_pad),
4036         (gst_stream_selector_request_new_pad):
4037         * gst/playback/gststreamselector.h:
4038         Add pad properties for tags and status of pads.
4039         Keep tags on pads.
4040         Make active pad selection based on pad object instead of name.
4041
4042 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4043
4044         * configure.ac:
4045           Revert last change as we now check in gtk-doc.m4 for sed.
4046
4047 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4048
4049         * configure.ac:
4050         Find and subst SED when building the docs.
4051
4052 2008-02-08  Julien Moutte  <julien@fluendo.com>
4053
4054         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4055         (main): Make sure bus signals are reconnected when pressing STOP
4056         and then PLAY again for a parse launch pipeline. Fix a ref leak
4057         on the bus.
4058         * win32/common/config.h: Updated.
4059
4060 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4061
4062         * configure.ac:
4063         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4064         pre-releases or releases.
4065
4066 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4067
4068         * configure.ac:
4069         * ext/gio/Makefile.am:
4070         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4071         reporting
4072
4073 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4074
4075         * docs/plugins/Makefile.am:
4076         Add the headers which need scanning for the GIO plugin. The rest of
4077         the docs still need migrating.
4078
4079 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4080
4081         * ext/Makefile.am:
4082         * tests/check/Makefile.am:
4083         * tests/check/pipelines/.cvsignore:
4084         Add gio in a few more places.
4085
4086 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4087
4088         * configure.ac:
4089         * ext/Makefile.am:
4090         * tests/check/Makefile.am:
4091         Move gio plugin from -bad and mark as experimental.
4092
4093 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4094
4095         * gst-libs/gst/interfaces/mixeroptions.c:
4096         * gst-libs/gst/interfaces/mixertrack.c:
4097         Comment out a couple of other things which break the build when
4098         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4099
4100 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4101
4102         * docs/libs/gst-plugins-base-libs-sections.txt:
4103           Fix pbutils header.
4104
4105 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4106
4107         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4108         Fix compiler warning.
4109
4110 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4111
4112         Patch by: Peter Kjellerstedt  <pkj at axis com>
4113
4114         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4115         Clear the addrinfo struct using memset. Fixes #514937.
4116
4117 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4118
4119         * gst/tcp/gstfdset.h:
4120         Remove unused field to same some memory.
4121
4122         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4123         Mark action signals as such.
4124
4125 2008-02-06  Michael Smith <msmith@fluendo.com>
4126
4127         * ext/theora/theoradec.c: (_theora_granule_frame),
4128         (_inc_granulepos):
4129           Increment granulepos for new-bitstream versions appropriately.
4130           Fixes #514623.
4131
4132 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4133
4134         * tests/examples/seek/seek.c: (do_seek),
4135         (rate_spinbutton_changed_cb), (update_streams), (main):
4136         Remove obsolete stream_time reset after flushing seek, core does that
4137         automatically now.
4138         Improve accuracy of speed spinbutton.
4139         Only do playbin2 stuff when we actually use it.
4140
4141 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4142
4143         * tests/check/Makefile.am:
4144           Revert previous change of the test environment's GST_PLUGIN_PATH.
4145           The problem is not with the plugins, but with element factories
4146           and only occurs if elements are split out from existing plugins
4147           or if plugins change name (see #512740).
4148
4149 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4150
4151         * tests/check/Makefile.am:
4152           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4153           with the core's plugins first and our local build directories last,
4154           since we might be building against an installed core, and that
4155           core's plugin directory may contain older or other versions of
4156           our own -base plugins, but we really do want to test our local
4157           ones (if there are multiple plugins or element factories with the
4158           same name, those inspected last will trump those read in earlier).
4159           Fixes #512740 for the most part.
4160
4161 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4162
4163         * configure.ac:
4164         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4165         Use gmtime_r if available as gmtime is not MT-safe.
4166         Fixes bug #511810.
4167
4168 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4169
4170         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4171         Cast glong to time_t as time_t might have a different type on
4172         other platforms, like FreeBSD, and we get a compiler warning
4173         otherwise. Fixes bug #511825.
4174
4175 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4176
4177         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4178         (get_group), (get_n_pads), (gst_play_bin_get_property),
4179         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4180         (autoplug_select_cb), (deactivate_group):
4181         Remove stream-info, we going for something easier.
4182         Refactor getting the current group.
4183         Implement getting the number of audio/video/text streams.
4184
4185         * gst/playback/gststreamselector.c:
4186         (gst_stream_selector_class_init), (gst_stream_selector_init),
4187         (gst_stream_selector_get_property),
4188         (gst_stream_selector_request_new_pad),
4189         (gst_stream_selector_release_pad):
4190         * gst/playback/gststreamselector.h:
4191         Add property for number of pads.
4192
4193         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4194         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4195         (text_toggle_cb), (update_streams), (msg_async_done),
4196         (msg_state_changed), (main):
4197         Block slider callback when updating the slider position.
4198         Add gui elements for controlling playbin2.
4199         Add callback for async_done that updates position/duration.
4200
4201 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4202
4203         * docs/plugins/Makefile.am:
4204         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4205         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4206         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4207         * docs/plugins/gst-plugins-base-plugins.interfaces:
4208         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4209           First round of plugin docs cleansups.
4210
4211         * docs/plugins/inspect/plugin-adder.xml:
4212         * docs/plugins/inspect/plugin-alsa.xml:
4213         * docs/plugins/inspect/plugin-audioconvert.xml:
4214         * docs/plugins/inspect/plugin-audiorate.xml:
4215         * docs/plugins/inspect/plugin-audioresample.xml:
4216         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4217         * docs/plugins/inspect/plugin-cdparanoia.xml:
4218         * docs/plugins/inspect/plugin-decodebin.xml:
4219         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4220         * docs/plugins/inspect/plugin-gdp.xml:
4221         * docs/plugins/inspect/plugin-gnomevfs.xml:
4222         * docs/plugins/inspect/plugin-libvisual.xml:
4223         * docs/plugins/inspect/plugin-ogg.xml:
4224         * docs/plugins/inspect/plugin-pango.xml:
4225         * docs/plugins/inspect/plugin-subparse.xml:
4226         * docs/plugins/inspect/plugin-tcp.xml:
4227         * docs/plugins/inspect/plugin-theora.xml:
4228         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4229         * docs/plugins/inspect/plugin-video4linux.xml:
4230         * docs/plugins/inspect/plugin-videorate.xml:
4231         * docs/plugins/inspect/plugin-videoscale.xml:
4232         * docs/plugins/inspect/plugin-videotestsrc.xml:
4233         * docs/plugins/inspect/plugin-volume.xml:
4234         * docs/plugins/inspect/plugin-vorbis.xml:
4235         * docs/plugins/inspect/plugin-ximagesink.xml:
4236         * docs/plugins/inspect/plugin-xvimagesink.xml:
4237           Regenerate.
4238
4239         * ext/ogg/Makefile.am:
4240         * ext/ogg/gstoggmux.c:
4241         * ext/ogg/gstoggmux.h:
4242           Add header for oggmux. the c-file needs a doc blob still.
4243
4244 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4245
4246         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4247
4248         * gst-libs/gst/rtp/gstrtpbuffer.c:
4249         (gst_rtp_buffer_set_extension_data):
4250         * gst-libs/gst/rtp/gstrtpbuffer.h:
4251         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4252         Add gst_rtp_buffer_set_extension_data() 
4253         Add a unit test for this addition. Fixes #511478.
4254         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4255
4256 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4257
4258         * configure.ac:
4259         Back to CVS
4260
4261 === release 0.10.17 ===
4262
4263 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4264
4265         * configure.ac:
4266           releasing 0.10.17, "Peanut Butter and Jelly"
4267
4268 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4269
4270         * gst-libs/gst/interfaces/mixeroptions.c:
4271         * gst-libs/gst/interfaces/mixertrack.c:
4272         Also remove the conditional registration of the signals
4273         that disappeared with the ABI change in 0.10.14
4274
4275 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4276
4277         * gst-libs/gst/rtsp/gstrtspconnection.c:
4278         Revert patch to gstrtspconnection.c for brown paper bag
4279         release of -base. Re-opens: #511825
4280
4281 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4282
4283         * gst-libs/gst/interfaces/mixeroptions.h:
4284         * gst-libs/gst/interfaces/mixertrack.h:
4285         Change the way these deprecated function pointers are removed
4286         so that the compiled ABI is unconditionally smaller. This 
4287         sets in stone an ABI break that actually occurred when the
4288         things were deprecated in 0.10.14, which seems to be the best
4289         fix as the only known users are oss-mixer and sunaudio-mixer in 
4290         gst-plugins-good.
4291         Fixes: #513018
4292
4293 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4294
4295         * win32/common/libgstpbutils.def:
4296           Export the two new _get_type() functions which are needed
4297           by the python bindings.
4298
4299 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4300
4301         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4302         Cast glong to time_t as time_t might have a different type on
4303         other platforms, like FreeBSD, and we get a compiler warning
4304         otherwise. Fixes bug #511825.
4305
4306 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4307
4308         * gst-libs/gst/audio/gstaudiofilter.c:
4309         (gst_audio_filter_class_init):
4310         Initialize the GstRingerBuffer class to get it's debug category
4311         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4312         category and otherwise we get some g_critical(). Fixes bug #512334.
4313
4314 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4315
4316         * configure.ac:
4317         Back to CVS
4318
4319 === release 0.10.16 ===
4320
4321 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4322
4323         * configure.ac:
4324           releasing 0.10.16, "Scheduled Interruption"
4325
4326 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4327
4328         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4329
4330         * gst-libs/gst/rtp/gstrtpbuffer.c:
4331         (gst_rtp_buffer_get_extension_data):
4332         Fix typos and wrong extension check. Fixes #511274.
4333
4334 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4335
4336         * po/sk.po:
4337         Oops - add new sk.po mentioned in the LINGUAS I just committed
4338
4339 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4340
4341         * po/LINGUAS:
4342         Add ca translation to the disted list.
4343
4344         * win32/vs6/libgstsdp.dsp:
4345         Convert line endings to CRLF
4346
4347 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4348
4349         * win32/MANIFEST:
4350         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4351
4352 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4353
4354         * win32/common/libgstsdp.def:
4355         * win32/common/libgstvideo.def:
4356         Add new API declarations
4357
4358 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4359
4360         * ext/theora/gsttheoradec.h:
4361         * ext/theora/gsttheoraparse.h:
4362         * ext/theora/theoradec.c:
4363         * ext/theora/theoraparse.c:
4364         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4365         and parser by inspecting the bitstream version of the incoming data.
4366
4367 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4368
4369         * configure.ac:
4370         * pkgconfig/Makefile.am:
4371         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4372         * pkgconfig/gstreamer-audio.pc.in:
4373         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4374         * pkgconfig/gstreamer-cdda.pc.in:
4375         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4376         * pkgconfig/gstreamer-fft.pc.in:
4377         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4378         * pkgconfig/gstreamer-floatcast.pc.in:
4379         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4380         * pkgconfig/gstreamer-interfaces.pc.in:
4381         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4382         * pkgconfig/gstreamer-netbuffer.pc.in:
4383         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4384         * pkgconfig/gstreamer-pbutils.pc.in:
4385         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4386         * pkgconfig/gstreamer-riff.pc.in:
4387         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4388         * pkgconfig/gstreamer-rtp.pc.in:
4389         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4390         * pkgconfig/gstreamer-rtsp.pc.in:
4391         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4392         * pkgconfig/gstreamer-sdp.pc.in:
4393         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4394         * pkgconfig/gstreamer-tag.pc.in:
4395         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4396         * pkgconfig/gstreamer-video.pc.in:
4397         Provide one pkg-config file for every gst-plugins-base library.
4398         This makes linking to those libraries much more intuitive and
4399         provides standard pkg-config behaviour for them. Fixes bug #499697.
4400
4401 2008-01-13  David Schleef  <ds@schleef.org>
4402
4403         * gst/videoscale/vs_4tap.c:
4404           Fix valgrind error on 4tap scaling method.
4405
4406 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4407
4408         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4409         Include Winsock2.h for VS6 and use a different way initialize
4410         hints structure so it can build with VS6.
4411         * win32/MANIFEST:
4412         * win32/vs6/libgstsdp.dsp:
4413         * win32/common/libgstsdp.def:
4414         Add new files for libgstsdp.
4415         * win32/vs6/grammar.dsp:
4416         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4417         * win32/vs6/gst_plugins_base.dsw:
4418         * win32/vs6/libgstdecodebin.dsp:
4419         * win32/vs6/libgstdecodebin2.dsp:
4420         * win32/vs6/libgstplaybin.dsp:
4421         * win32/vs6/libgstvolume.dsp:
4422         Add new dependencies to the link list.
4423
4424 2008-01-13  Julien Moutte  <julien@fluendo.com>
4425
4426         * win32/common/config.h:
4427         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4428         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4429         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4430         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4431         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4432         * win32/common/interfaces-enumtypes.c:
4433         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4434         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4435         (gst_mixer_track_flags_get_type),
4436         (gst_tuner_channel_flags_get_type):
4437         * win32/common/multichannel-enumtypes.c:
4438         (gst_audio_channel_position_get_type):
4439         * win32/common/pbutils-enumtypes.c:
4440         (gst_install_plugins_return_get_type):
4441         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4442         in the win32 build directory.
4443
4444 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4445
4446         * tests/check/Makefile.am:
4447         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4448
4449         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4450         * tests/check/elements/playbin.c:
4451         * tests/check/libs/mixer.c: (test_element_interface_supported),
4452         (gst_implements_interface_init):
4453         * tests/check/libs/rtp.c: (GST_START_TEST):
4454         Fix various assignment type mismatches.
4455
4456 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4457
4458         * configure.ac:
4459         * gst-libs/gst/rtsp/Makefile.am:
4460         Add test to see if hstrerror is available or if we need libresolv
4461         (Solaris) for it, then use it in libgstrtsp.
4462
4463 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4464
4465         * gst-libs/gst/tag/Makefile.am:
4466         Fix include path order
4467
4468 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4469
4470         * gst-libs/gst/pbutils/install-plugins.c:
4471         (gst_install_plugins_context_copy),
4472         (gst_install_plugins_context_get_type):
4473         * gst-libs/gst/pbutils/install-plugins.h:
4474         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4475         for bindings.
4476
4477 2008-01-11  Michael Smith <msmith@fluendo.com>
4478
4479         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4480         (_theora_granule_frame), (_theora_granule_start_time),
4481         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4482           Adapt for post-alpha meaning of granulepos, when we
4483           have a newer version of libtheora.
4484         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4485         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4486         (theora_enc_is_discontinuous), (theora_enc_chain):
4487           Likewise.
4488         * tests/check/Makefile.am:
4489           Link libtheora into theoraenc test so we can check which version of
4490           libtheora we're testing against.
4491         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4492         (check_buffer_granulepos),
4493         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4494         (theoraenc_suite):
4495           Adapt tests to check the values that are now defined for theora; make
4496           the tests backwards-adapt the passed values if we're running against an
4497           old libtheora.
4498           Fixes #497964
4499
4500 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4501
4502         * gst-libs/gst/audio/gstbaseaudiosink.c:
4503           (gst_base_audio_sink_class_init):
4504         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4505           (gst_base_audio_src_class_init):
4506           Ref audio clock class from a thread-safe context to make sure
4507           we're not bit by GObjects lack of thread-safety here (#349410),
4508            however unlikely that may be in practice.
4509
4510 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4511
4512         * autogen.sh:
4513           Add -Wno-portability to the automake parameters to stop warnings
4514           about GNU make extensions being used. We require GNU make in almost
4515           every Makefile anyway.
4516           
4517         * configure.ac:
4518           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4519           at the same time is required for per target flags.
4520
4521 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4522
4523         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4524           Post an error message if we can't pull as many bytes as we need
4525           for the tag. This makes sure the user gets to see a proper error
4526           message if a file with a partial ID3 tag is fed to decodebin, and
4527           not a 'no ID3 tag demuxer' error, which would be confusing
4528           (see #508138).
4529
4530 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4531
4532         * gst-libs/gst/pbutils/descriptions.c: (formats):
4533           Add description strings for ID3, APE, and ICY tags.
4534
4535 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4536
4537         * gst/playback/gstdecodebin.c: (try_to_link_1):
4538           Make sure we error out correctly if we can't activate one of
4539           the elements we've added.  Fixes #508138.
4540           
4541 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4542
4543         Patch by: Bastien Nocera <hadess at hadess net>
4544
4545         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4546           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4547           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4548           the volume is the same for all channels. This works around
4549           some problem in alsa that leaves us with inconsistent state
4550           for some reason (#486840).
4551
4552 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4553
4554         Patch by: Jerone Young <jerone at gmail com>
4555
4556         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4557           If there's no mixer track by the name of 'Master' or 'Front',
4558           check if there's one called 'PCM' before trying the generic
4559           fallback logic (fixes #506928, where we pick 'Mic' as master
4560           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4561
4562 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4563
4564         * gst/playback/gstplay-enum.c:
4565         (register_gst_autoplug_select_result),
4566         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4567         (gst_play_flags_get_type):
4568         * gst/playback/gstplay-enum.h:
4569         Add enums for configuration flags.
4570
4571         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4572         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4573         (gst_play_bin_get_property), (no_more_pads_cb),
4574         (autoplug_select_cb), (gst_play_bin_change_state):
4575         Merge mode with flags.
4576         Add more property getters/setters, defaults and docs.
4577         Add properties to get number of audio/video/text streams.
4578         Create sink object in _init so that we can always rely on it being
4579         there.
4580
4581         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4582         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4583         (activate_vis), (gst_play_sink_reconfigure),
4584         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4585         (gst_play_sink_change_state):
4586         * gst/playback/gstplaysink.h:
4587         Use flags to configure the sink pipelines.
4588         Add tee before audio pipeline so that we can use it for visualisations.
4589         Start working on integrating visualisations.
4590         Remove mode, we can do everything with the flags now.
4591         Add method to configue the sink pipeline.
4592
4593 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
4594
4595         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4596           (check_buffer_timestamp), (check_buffer_duration):
4597           Turn these functions into macros so we can see right away
4598           where the failure occured.
4599
4600 2008-01-05  Julien Moutte  <julien@fluendo.com>
4601
4602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4603         debugging information to understand how X calculates the stride
4604         for XvImages.
4605
4606 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4607
4608         * gst/volume/Makefile.am:
4609         * gst/volume/gstvolume.c: (volume_choose_func),
4610         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
4611         (volume_setup):
4612         * gst/volume/gstvolume.h:
4613         Use GstAudioFilter as base class for the volume element instead of
4614         plain GstBaseTransform.
4615
4616 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4617
4618         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
4619         Don't set element details for the abstract GstAudioFilter class.
4620
4621 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
4622
4623         * gst-libs/gst/audio/gstaudiofilter.c:
4624         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
4625         Implement get_unit_size() vmethod of GstBaseTransform.
4626
4627 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
4628
4629         * gst-libs/gst/pbutils/Makefile.am:
4630         * gst-libs/gst/pbutils/pbutils.h:
4631         Use glib-enum generator to have a proper enum GType for
4632         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
4633
4634 2007-12-31  David Schleef  <ds@schleef.org>
4635
4636         * tests/check/Makefile.am:
4637         * tests/check/pipelines/theoraenc.c:
4638           Reenable theoraenc test, which fails on the buildbot but
4639           not locally.
4640
4641 2007-12-31  David Schleef  <ds@schleef.org>
4642
4643         * docs/libs/.cvsignore:
4644         * docs/plugins/.cvsignore:
4645           Add *-undeclared.txt to fix buildbot.
4646
4647 2007-12-31  David Schleef  <ds@schleef.org>
4648
4649         * tests/check/Makefile.am:
4650           Second attempt at disabling theoraenc test long enough to
4651           get buildbot to compile -base.
4652
4653 2007-12-31  David Schleef  <ds@schleef.org>
4654
4655         * tests/check/pipelines/theoraenc.c:
4656           Disable theoraenc test long enough to get the buildbot to
4657           compile a recent -base.
4658
4659 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4660
4661         * tests/examples/seek/seek.c: (stop_cb):
4662         Make sure we reset the slider value to 0.0 without racing against a
4663         possible g_idle that sets it to something else.
4664
4665 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
4666
4667         * sys/ximage/ximagesink.c:
4668         fix typo
4669
4670 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4671
4672         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
4673         * gst-libs/gst/rtsp/gstrtspdefs.h:
4674         Add Location header so that we can start implementing redirects.
4675         See #506025.
4676
4677 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4678
4679         * gst/subparse/gstssaparse.c:
4680         combine if's
4681
4682 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4683
4684         * gst/subparse/gstssaparse.c:
4685         remove duplicate log message
4686
4687 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
4688
4689         * ext/libvisual/visual.c: (gst_visual_chain):
4690         Fix 'xyz may be used uninitialized' compiler warnings caused
4691         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
4692         abort() in any case but properly report the error.
4693
4694 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4695
4696         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4697         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4698         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4699         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
4700         (autoplug_select_cb), (activate_group), (deactivate_group),
4701         (setup_next_source), (save_current_group),
4702         (gst_play_bin_change_state):
4703         Code cleanups.
4704         Remove next-uri, we can use the uri property just fine.
4705         Fix some crasher.
4706         Unref uridecodebin when switching.
4707         Fix going to READY.
4708
4709         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4710         (gst_play_sink_init), (gst_play_sink_dispose),
4711         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
4712         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
4713         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
4714         (gst_play_sink_set_property), (gst_play_sink_get_property),
4715         (gen_video_chain), (gen_text_element), (gen_audio_chain),
4716         (gen_vis_element), (gst_play_sink_get_mode),
4717         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
4718         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
4719         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
4720         (gst_play_sink_change_state):
4721         * gst/playback/gstplaysink.h:
4722         Add some locking to make things threadsafe.
4723
4724         * gst/playback/test7.c: (about_to_finish_cb):
4725         Fix test.
4726
4727 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
4728
4729         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
4730           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
4731           (gst_video_scale_transform):
4732           Don't claim to be able to handle/transform caps that can't really
4733           be handled by the currently selected scaling method (here: RGB or
4734           packed YUV with 4-tap method). Also add locking to method property.
4735
4736         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
4737           (test_basetransform_based):
4738           Some test pipelines for the above (not entirely valgrind clean yet
4739           apparently).
4740
4741 2007-12-21  David Schleef  <ds@schleef.org>
4742
4743         * gst-libs/gst/video/video.c:
4744         * gst-libs/gst/video/video.h:
4745           Add additional RGBA and RGB-24 video formats.
4746
4747 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4748
4749         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
4750           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
4751           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
4752         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
4753           (cddabasesrc_suite):
4754           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
4755           deprecated in the future (see #498924).
4756
4757 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4758
4759         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
4760           Don't leak event.
4761
4762 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
4763
4764         * gst-libs/gst/riff/riff-read.c:
4765         Use GST_ROUND_UP_2 macro
4766
4767 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4768
4769         * gst/playback/.cvsignore:
4770           Ignore more.
4771
4772 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4773
4774         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4775         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
4776           (set_active_source):
4777         * gst/playback/gstplaybasebin.h:
4778         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4779           (setup_sinks), (playbin_set_subtitles_visible):
4780           Make switching off of subtitles work. To avoid all kind of
4781           problems with unlinking of the subtitle input, we just keep
4782           the subtitle inputs linked as they are and tell textoverlay
4783           not to render them. Fixes #373011.
4784           Other subtitle switching issues (esp. when there are both
4785           external and in-stream subtitles) remain. They'll be solved
4786           in playbin2.
4787
4788 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4789
4790         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
4791         Init the pad segment too.
4792
4793 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4794
4795         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4796         (gst_audioringbuffer_open_device),
4797         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
4798         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4799         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
4800         (gst_audio_sink_create_ringbuffer):
4801         Improve debug output.
4802
4803         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
4804         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
4805         Prevent some functions from doing things and failing when the
4806         ringbuffer is not yet acquired.
4807
4808 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
4809
4810         * gst-libs/gst/interfaces/interfaces.h:
4811           Also remove interfaces.h from CVS as it is not needed anymore.
4812
4813 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
4814
4815         * gst-libs/gst/interfaces/Makefile.am:
4816           interfaces.h is not used anymore so remove it from the build
4817           process.
4818
4819 2007-12-17  David Schleef  <ds@schleef.org>
4820
4821         * gst/videotestsrc/gstvideotestsrc.c:
4822         * gst/videotestsrc/gstvideotestsrc.h:
4823           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
4824           for testing vertical refresh synchronization.
4825
4826 2007-12-17  David Schleef  <ds@schleef.org>
4827
4828         * docs/libs/gst-plugins-base-libs-sections.txt:
4829         * gst-libs/gst/video/video.c:
4830         * gst-libs/gst/video/video.h:
4831           Add new GstVideFormat enum and write a bunch of helper functions
4832           based around it.
4833
4834 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
4835
4836         * Makefile.am:
4837           Use new common/win32.mak.
4838
4839 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
4840
4841         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4842         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4843         Add debug info.
4844         When going from PLAYING to PAUSED, pause the ringbuffer before calling
4845         the parent state change function, just like the audiosink, because the
4846         parent waits for the element to finish its processing before completing
4847         the state change. This makes going to PAUSED a lot snappier.
4848         When going from READY to PAUSED, don't allow the ringbuffer to start
4849         yet.
4850
4851 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4852
4853         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4854         Yet another fix for broken software that produce files with an empty
4855         blockalign field. Instead of completely failing, make a second attempt
4856         at guessing the width/depth by looking at strf->size.
4857
4858 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
4859
4860         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
4861           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
4862         * gst-libs/gst/pbutils/install-plugins.c:
4863           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
4864         * gst-libs/gst/pbutils/missing-plugins.c:
4865           (gst_missing_plugin_message_get_installer_detail),
4866           (gst_missing_encoder_installer_detail_new):
4867         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
4868         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4869           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
4870           avoid compiler warnings (#503930).
4871
4872 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
4873
4874         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4875         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
4876         for jpeg video streams.
4877         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
4878         for the above modification.
4879
4880 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
4881
4882         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
4883           (gst_x_overlay_handle_events):
4884           More guards (we don't want klass to end up being NULL).
4885
4886 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
4887
4888         * configure.ac:
4889         * gst/volume/gstvolume.c: (gst_volume_init):
4890           Use new gst_base_transform_set_gap_aware() function as volume
4891           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
4892           for this.
4893
4894 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4895
4896         * tests/examples/seek/seek.c: (msg_segment_done), (main):
4897         Don't go to READY on EOS as this avoids testing of seeking and
4898         restarting after EOS, use the stop button when you want to READY.
4899         Don't try to do a flushing seek in segment-done, it does not make
4900         sense to use this for gapless playback and is not needed.
4901
4902 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4903
4904         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
4905         (reset_rate_timer), (update_in_rates), (update_out_rates),
4906         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
4907         (gst_queue_chain), (gst_queue_loop):
4908         Use separate timers for input and output rates.
4909         Pause measuring the output rate when we block for more data.
4910         See #503262.
4911
4912 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4913
4914         * gst/playback/gstqueue2.c: (gst_queue_chain):
4915         Pause the timer to measure the input rate when we block because the
4916         queue is filled. See #503262.
4917
4918 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4919
4920         Patch by: Peter Kjellerstedt  <pkj at axis com>
4921
4922         * gst-libs/gst/rtsp/gstrtspconnection.c:
4923         (gst_rtsp_connection_free):
4924         Close control sockets. Fixes #503440.
4925
4926 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4927
4928         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
4929         Expose the right pad in the right place with the right element.
4930
4931 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
4932
4933         * gst-libs/gst/pbutils/descriptions.c: (formats):
4934           Add description for 'private' dts caps (who come up with that name?).
4935
4936 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
4937
4938         * Makefile.am:
4939           Add check-exports target and run it with 'make check'.
4940
4941         * configure.ac:
4942           Be stricter about what we export in our libraries: change regexp so that
4943           we only export _gst_foo(), but not __gst_foo().
4944
4945         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
4946         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
4947           Change internal functions to __gst_foo so they dont' get exported.
4948
4949         * win32/common/libgstaudio.def:
4950           Add missing symbols.
4951
4952 2007-12-11  David Schleef  <ds@schleef.org>
4953
4954         * ChangeLog: remove conflict markers
4955
4956 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
4957
4958         * ext/gnomevfs/Makefile.am:
4959         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
4960           Use gst_tag_freeform_string_to_utf8() here, which also takes
4961           into account any character sets specified by the user via
4962           environment variables.
4963
4964 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
4965
4966         * gst/audioconvert/Makefile.am:
4967         Also link to libm.
4968
4969 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
4970
4971         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4972         No need for floating point operations here. avoids having to link
4973         against the math library too.
4974
4975 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
4976
4977         * gst-libs/gst/pbutils/descriptions.c: (formats),
4978           (format_info_get_desc):
4979         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
4980           (GST_START_TEST):
4981           Add one or two missing formats.  Generate ADPCM description
4982           dynamically depending on layout/format.
4983
4984 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
4985
4986         * configure.ac:
4987           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
4988
4989 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
4990
4991         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
4992
4993         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
4994           Some .srt files start with chunk number 0 and not chunk number 1,
4995           recognise and accept those as well (fixes #502497).
4996
4997         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
4998           (test_src):
4999           Add unit test for the above.
5000
5001 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5002
5003         * gst/playback/gstplay-enum.c:
5004         (register_gst_autoplug_select_result),
5005         (gst_autoplug_select_result_get_type):
5006         * gst/playback/gstplay-enum.h:
5007         Add missing files.
5008
5009 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5010
5011         * gst/playback/Makefile.am:
5012         Group decodebin2 and uridecodebin into the same plugin so that they
5013         can share the GEnumType.
5014
5015         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5016         (_gst_select_accumulator), (gst_decode_bin_class_init),
5017         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5018         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5019         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5020         Add signal to sort factories instead of the more awkward autoplug-select
5021         signal.
5022         Modify autoplug_select so that we can try, skip or expose the
5023         autopluggin of an element on a pad.
5024
5025         * gst/playback/gstfactorylists.c: (compare_ranks),
5026         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5027         (element_filter), (gst_factory_list_get_elements),
5028         (gst_factory_list_debug), (gst_factory_list_filter):
5029         * gst/playback/gstfactorylists.h:
5030         Simplify the API, allow getting elements based on mask.
5031
5032         * gst/playback/gstplay-marshal.list:
5033         Add some more marshallers.
5034
5035         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5036         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5037         (autoplug_select_cb), (activate_group):
5038         Add support for managing non-raw sinks by providing a custom element and
5039         sink list to decodebin2.
5040         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5041         decodebin2.
5042
5043         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5044         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5045         * gst/playback/gstplaysink.h:
5046         Add support for raw and non-raw sinks. 
5047         Add support to force sinks selected by playbin2.
5048         Don't plug raw converters for non-raw sinks.
5049
5050         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5051         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5052         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5053         (plugin_init):
5054         Use right accumulators.
5055         Proxy new signal.
5056
5057 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5058
5059         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5060         Use runnning time as the base time instead of the timestamp.
5061         Spotted by Saur on IRC.
5062
5063 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5064
5065         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5066         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5067
5068 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5069
5070         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5071         (gst_ogg_demux_read_chain):
5072         If we find a new serial number but it does not contain a BOS page, make
5073         sure we initialize the chain to NULL because else we will try to scan it
5074         and crash. Fixes #500763
5075
5076 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5077
5078         * gst/playback/Makefile.am:
5079         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5080         (get_feature_array), (decoders_filter), (sinks_filter),
5081         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5082         (gst_factory_list_filter):
5083         * gst/playback/gstfactorylists.h:
5084         Refactor some common code to filter factories and check caps compat.
5085
5086         * gst/playback/gstdecodebin.c:
5087         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5088         (gst_decode_bin_init), (gst_decode_bin_dispose),
5089         (gst_decode_bin_autoplug_continue),
5090         (gst_decode_bin_autoplug_factories),
5091         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5092         (find_compatibles):
5093         * gst/playback/gstplaybin.c:
5094         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5095         (gst_play_bin_init), (gst_play_bin_finalize),
5096         (autoplug_factories_cb), (activate_group):
5097         * gst/playback/gstqueue2.c:
5098         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5099         (proxy_autoplug_continue_signal),
5100         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5101         (proxy_drained_signal):
5102         Add some more debug info and use factor filtering code.
5103
5104 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5105
5106         * gst/audiotestsrc/gstaudiotestsrc.c:
5107         * gst/volume/gstvolume.c:
5108         * gst/volume/gstvolume.h:
5109           Add GAP-flag support.
5110
5111 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5112
5113         * tests/examples/seek/seek.c: (main): Increase the range of the
5114         rate selector as I would like to test QOS behavior at higher
5115         forward and reverse playback speed like say 64x.
5116
5117 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5118
5119         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5120         (audioresample_query), (audioresample_query_type),
5121         (gst_audioresample_set_property):
5122         Implement latency query.
5123
5124 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5125
5126         * gst-libs/gst/audio/gstbaseaudiosink.c:
5127         (gst_base_audio_sink_drain):
5128         Our EOS time contains the base_time, _wait_eos() expects a running_time
5129         so we have to subtract the base_time again before calling the function.
5130         This fixes an EOS regression where the base_time was added twice and EOS
5131         took longer and longer in certain situations.
5132         Fixes #498767.
5133
5134 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5135
5136         * docs/libs/gst-plugins-base-libs-sections.txt:
5137         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5138         (gst_base_audio_sink_set_provide_clock),
5139         (gst_base_audio_sink_get_provide_clock),
5140         (gst_base_audio_sink_set_slave_method),
5141         (gst_base_audio_sink_get_slave_method),
5142         (gst_base_audio_sink_set_property),
5143         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5144         (gst_base_audio_sink_none_slaving),
5145         (gst_base_audio_sink_handle_slaving):
5146         * gst-libs/gst/audio/gstbaseaudiosink.h:
5147         Expose methods for some object properties so that subclasses can more
5148         easily configure them.
5149         Added slave method none, that completely disables slaving to the
5150         internal clock.
5151         API: gst_base_audio_sink_set_provide_clock()
5152         API: gst_base_audio_sink_get_provide_clock()
5153         API: gst_base_audio_sink_set_slave_method()
5154         API: gst_base_audio_sink_get_slave_method()
5155
5156         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5157         (gst_base_audio_src_set_provide_clock),
5158         (gst_base_audio_src_get_provide_clock),
5159         (gst_base_audio_src_set_property),
5160         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5161         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5162         Expose methods for some object properties so that subclasses can more
5163         easily configure them.
5164         API: gst_base_audio_src_set_provide_clock()
5165         API: gst_base_audio_src_get_provide_clock()
5166
5167 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5168
5169         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5170
5171         * gst-libs/gst/sdp/gstsdpmessage.c:
5172         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5173
5174 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5175
5176         * tests/check/libs/fft.c: (GST_START_TEST):
5177         Fix scaling to really have dB instead of something else.
5178
5179 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5180
5181         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5182         GTK version, use it.
5183
5184 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5185
5186         * tests/examples/seek/seek.c: (main): Try to support stable version
5187         of GTK.
5188
5189 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5190
5191         * gst/playback/README:
5192         * gst/playback/test7.c:
5193           Fix the build + little README update.
5194
5195 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5196
5197         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5198         Add playbin2 seek pipeline.
5199
5200 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5201
5202         * gst/playback/Makefile.am:
5203         * gst/playback/gstplayback.c: (plugin_init):
5204         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5205         (eos_cb), (about_to_finish_cb), (main):
5206         Add playbin2.
5207         Added gapless playback example.
5208
5209         * gst/playback/gstplaybasebin.c:
5210         * gst/playback/gstplaybasebin.h:
5211         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5212         * gst/playback/gstqueue2.c:
5213         * gst/playback/test.c:
5214         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5215         (pad_removed_cb):
5216         * gst/playback/gststreaminfo.h:
5217         Change email.
5218
5219         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5220         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5221         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5222         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5223         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5224         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5225         (drained_cb), (unlink_group), (activate_group),
5226         (setup_next_source), (gst_play_bin_change_state),
5227         (gst_play_bin2_plugin_init):
5228         Added raw first version of playbin2. Does chained oggs and gapless
5229         playback fine. No support for raw sinks yet. No visualisations or
5230         subtitles yet.
5231
5232         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5233         (gst_play_sink_class_init), (gst_play_sink_init),
5234         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5235         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5236         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5237         (gst_play_sink_set_property), (gst_play_sink_get_property),
5238         (post_missing_element_message), (free_chain), (add_chain),
5239         (activate_chain), (gen_video_chain), (gen_text_element),
5240         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5241         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5242         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5243         (gst_play_sink_send_event), (gst_play_sink_change_state):
5244         * gst/playback/gstplaysink.h:
5245         Added Element that abstracts the sinks and their pipelines for playbin2.
5246
5247 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5248
5249         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5250         (gst_selector_pad_class_init), (gst_selector_pad_init),
5251         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5252         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5253         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5254         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5255         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5256         (gst_stream_selector_init), (gst_stream_selector_set_property),
5257         (gst_stream_selector_get_linked_pad),
5258         (gst_stream_selector_getcaps),
5259         (gst_stream_selector_is_active_sinkpad),
5260         (gst_stream_selector_activate_sinkpad),
5261         (gst_stream_selector_get_linked_pads),
5262         (gst_stream_selector_request_new_pad),
5263         (gst_stream_selector_release_pad):
5264         * gst/playback/gststreamselector.h:
5265         Improve streamselector, make it select and unselect the current pad more
5266         intelligently. 
5267         Subclass GstPad for the sinkpads of the selector.
5268         Handle segments more correctly.
5269         Fix caps negotiation.
5270         Implement release_pad.
5271
5272 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5273
5274         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5275         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5276         (remove_fakesink):
5277         Add drained signal fired when decodebin finishes decoding the data.
5278         Remove deprecated STATE_DIRTY message.
5279
5280         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5281         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5282         (analyse_source), (proxy_drained_signal), (make_decoder),
5283         (source_new_pad), (value_list_append_structure_list),
5284         (handle_redirect_message), (handle_message):
5285         Proxy the new drained signal.
5286         Handle pad removed from decodebin.
5287         Handle redirect messages by sorting multiple redirections based on the
5288         connection speed.
5289
5290 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5291
5292         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5293
5294         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5295         Fix leaking headers. Fixes #496761.
5296
5297 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5298
5299         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5300
5301         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5302         (gst_ximagesink_change_state):
5303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5304         Don't leak the PAR on errors. Fixes #496731.
5305
5306 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5307
5308         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5309           (gst_tag_from_id3_user_tag):
5310           Add mapping for audio cd discid tags, so we can extract
5311           them from tags as well (see #347848). Also compare identifiers
5312           in ID3v2 TXXX frames in a case-insensitive way to increase
5313           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5314
5315 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5316
5317         * gst-plugins-base.doap:
5318         Oops, fix the release name.
5319
5320 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5321
5322         * gst-plugins-base.doap:
5323         Add 0.10.15 release
5324
5325 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5326
5327         * configure.ac:
5328         Back to CVS
5329
5330 === release 0.10.15 ===
5331
5332 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5333
5334         * configure.ac:
5335           releasing 0.10.15, "No need to argue"
5336
5337 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5338
5339         * win32/vs6/libgstfft.dsp:
5340         Convert line endings to DOS.
5341
5342 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5343
5344         * win32/vs6/gst_plugins_base.dsw:
5345         * win32/vs6/libgstfft.dsp:
5346         * win32/MANIFEST:
5347         Add a project file for fft plugin and remove socket
5348         based plugin which don't build from the workspace.
5349         * win32/vs6/libgstaudio.dsp:
5350         * win32/vs6/libgstrtp.dsp:
5351         * win32/vs6/libgsttag.dsp:
5352         Convert line endings back to DOS.
5353         Fixes #496724
5354
5355 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5356
5357         * win32/vs6/libgstinterfaces.dsp:
5358         * win32/vs6/libgstrtsp.dsp:
5359         Convert line endings back to DOS
5360
5361 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5362
5363         * gst-libs/gst/fft/kiss_fft_f32.h:
5364         * gst-libs/gst/fft/kiss_fft_f64.h:
5365         * gst-libs/gst/fft/kiss_fft_s16.h:
5366         * gst-libs/gst/fft/kiss_fft_s32.h:
5367         Don't include malloc.h which doesn't exist on Mac OSX.
5368         Instead, pull in glib.h and use g_malloc/g_free for 
5369         consistency. Fixes: #496548
5370
5371 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5372
5373         * gst/playback/gstdecodebin2.c:
5374           Dont leak ghostpad. Fixes #475451.
5375
5376 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5377
5378         * docs/design/design-decodebin.txt:
5379         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5380         Update some more docs and comments.
5381
5382 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5383
5384         Patch by: Sebastien Moutte  <sebastien moutte net>
5385
5386         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5387           (gst_rtcp_unix_to_ntp):
5388         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5389           Fix some C99-isms and and a missing function that some versions of
5390           MSVC don't like too much (#494346).
5391
5392         * win32/vs6/gst_plugins_base.dsw:
5393         * win32/vs6/libgstaudio.dsp:
5394         * win32/vs6/libgstrtp.dsp:
5395         * win32/vs6/libgsttag.dsp:
5396           Update vs6 projects files (#494346).
5397
5398 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5399
5400         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5401
5402         * win32/common/libgstaudio.def:
5403         * win32/common/libgstcdda.def:
5404         * win32/common/libgstinterfaces.def:
5405         * win32/common/libgstnetbuffer.def:
5406         * win32/common/libgstpbutils.def:
5407         * win32/common/libgstrtp.def:
5408         * win32/common/libgstrtsp.def:
5409         * win32/common/libgsttag.def:
5410         * win32/common/libgstvideo.def:
5411           More missing symbols to export (fixes #493986).
5412
5413 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5414
5415         * docs/libs/gst-plugins-base-libs-sections.txt:
5416         * gst-libs/gst/fft/gstfftf32.c:
5417         * gst-libs/gst/fft/gstfftf32.h:
5418         * gst-libs/gst/fft/gstfftf64.c:
5419         * gst-libs/gst/fft/gstfftf64.h:
5420         * gst-libs/gst/fft/gstffts16.c:
5421         * gst-libs/gst/fft/gstffts16.h:
5422         * gst-libs/gst/fft/gstffts32.c:
5423         * gst-libs/gst/fft/gstffts32.h:
5424         * tests/check/libs/fft.c: (GST_START_TEST):
5425         Remove the magnitude and phase calculation functions as these have
5426         very special use cases and can't even be used for the spectrum
5427         element. Also adjust the docs to mention some properties of the used
5428         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5429
5430 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5431
5432         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5433           (finish_source):
5434           Avoid crash when there are external subtitles (fixes #491722).
5435
5436 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5437
5438         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5439         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5440           'Could not open resource for writing' is not an acceptable
5441           error message when we can't open the audio device (see #492334),
5442           even less so when we're trying to open it to record something.
5443
5444 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5445
5446         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5447
5448         * win32/common/libgstrtp.def:
5449           Add some more missing symbols (#492813).
5450
5451 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5452
5453         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5454
5455         * tests/check/elements/audioconvert.c: (verify_convert):
5456           Add check to make sure that the out caps have a channel layout
5457           set on them where they should have one.
5458
5459 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5460
5461         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5462
5463         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5464         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5465           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5466           (#492306).
5467
5468         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5469           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5470           (it disappeared in GLib 2.14.0) (#492306).
5471
5472         * gst-libs/gst/sdp/Makefile.am:
5473         * gst-libs/gst/sdp/gstsdpmessage.c:
5474           Fix includes and LIBS for win32/Mingw (#492306).
5475
5476         * tests/examples/dynamic/addstream.c (pause_play_stream):
5477           Use more portable g_usleep() instead of sleep() (#492306).
5478
5479 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5480
5481         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5482
5483         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5484           (gst_ring_buffer_parse_caps):
5485           Return NULL instead of an enum that happens to be 0, fixes warning
5486           on MSVC (#492114).
5487
5488         * gst-libs/gst/audio/gstringbuffer.h:
5489           No trailing commas in enum list (for gcc-2.9x).
5490
5491         * gst/videotestsrc/videotestsrc.c: (random_char):
5492           Make information loss explicit instead of implicitly truncating to
5493           eight bits via the return value.  Fixes runtime error on MSVC when
5494           using the debug CRT (#492114).
5495
5496         * win32/common/config.h.in:
5497           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5498
5499         * win32/common/libgstinterfaces.def:
5500         * win32/common/libgstrtp.def:
5501           Export a few more symbols (#492114).
5502
5503 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5504
5505         * gst-libs/gst/audio/audio.c:
5506         * gst-libs/gst/audio/audio.h:
5507           Readd the deprecation guards, but preserve compilability.
5508
5509 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5510
5511         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5512           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5513           Preserve channel layout when fixating the number of channels in the
5514           output caps, or make sure there's a suitable channel position layout
5515           set on the caps if required. Fixes #430677.
5516
5517 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5518
5519         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5520           Make sure the pipeline really operates in push mode as it should
5521           in this case.
5522
5523 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5524
5525         * gst-libs/gst/audio/audio.h:
5526           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5527           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5528           (ie. normal cvs builds) will fail.
5529
5530 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5531
5532         * docs/libs/Makefile.am:
5533         * gst-libs/gst/audio/audio.c:
5534         * gst-libs/gst/audio/audio.h:
5535         * gst-libs/gst/interfaces/mixer.c:
5536           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5537
5538 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5539
5540         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5541           (test_channel_layout_value_intersect), (audio_suite):
5542           Add simple unit test to make sure GstValue intersection
5543           of channel layouts works the way I think it does.
5544
5545 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5546
5547         * docs/libs/gst-plugins-base-libs-sections.txt:
5548         * gst-libs/gst/audio/gstaudiofilter.h:
5549         * gst-libs/gst/interfaces/mixer.h:
5550         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5551         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5552         * gst-libs/gst/sdp/gstsdpmessage.c:
5553           Fix the docs according to what gtk-doc complained about.
5554
5555 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5556
5557         * tests/icles/stress-playbin.c:
5558           Fix the build.
5559
5560 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5561
5562         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5563         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5564           Post nice/more useful error message if we don't have a decoder for
5565           the primary type.
5566
5567 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5568
5569         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5570         Be a bit more useful, unblock the pads after we fired the no-more-pads
5571         signal so that we can use the signal to inspect and connect all pads
5572         without having to keep extra state outside of decodebin.
5573
5574 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5575
5576         * gst/playback/gsturidecodebin.c:
5577         (gst_uri_decode_bin_autoplug_continue),
5578         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5579         Implement default signal handler so that we return TRUE when nothing is
5580         connected.
5581
5582 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5583
5584         * gst-libs/gst/riff/riff-media.c:
5585         (gst_riff_wavext_add_channel_layout),
5586         (gst_riff_wave_add_default_channel_layout),
5587         (gst_riff_wavext_get_default_channel_mask),
5588         (gst_riff_create_audio_caps):
5589         Use the ALSA channel layout as default for wav files without channel
5590         layout information. This fixes playback of chan-id.wav on 5.1 systems
5591         for example. Also refactor the channel layout setting a bit and add
5592         more default channel orders. Fixes #489010.
5593
5594 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5595
5596         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5597           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5598           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5599           instead.
5600
5601 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
5602
5603         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5604         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5605         (gst_decode_bin_set_subs_encoding),
5606         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5607         (gst_decode_bin_get_property), (analyze_new_pad):
5608         Move subtitle encoding property to decodebin2 so that it can set the
5609         property value on all elements that it autoplugs and that require it.
5610         Make caps refcounting more consistent in get/set.
5611
5612         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
5613         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5614         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5615         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
5616         (proxy_autoplug_continue_signal),
5617         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5618         (make_decoder):
5619         Proxy properties and relevant signals from the internal decodebin.
5620         Make properties MT safe.
5621
5622 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5623
5624         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
5625         * gst-libs/gst/tag/tags.c:
5626           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
5627           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
5628
5629         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
5630           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
5631
5632         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
5633           (gst_tag_to_vorbis_comments):
5634           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
5635           just mapping everything I found in the wild) (#414539).
5636
5637 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
5638
5639         Inspired by patch of: René Stadler <mail at renestadler dot de>
5640
5641         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5642         (gst_decode_bin_autoplug_continue),
5643         (gst_decode_bin_autoplug_factories),
5644         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
5645         (find_compatibles):
5646         * gst/playback/gstplay-marshal.list:
5647         Remove the autoplug-sort signal and replace it with a binding friendly
5648         autoplug-select signal.
5649         Add an autoplug-factories signal that can be used to generate a list of
5650         factories to try to autoplug.
5651         Add the GstPad to the autoplugging signal args as it might be needed to
5652         make a good factory selection.
5653         Fix up the marshallers for this. Fixes #407282.
5654
5655 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5656
5657         * gst-libs/gst/tag/gsttagdemux.c:
5658           Don't abort with an assertion if we receive a seek event with
5659           a start type of NONE (see launchpad bug #155878).
5660
5661 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5662
5663         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5664         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5665         (gst_ximagesink_change_state), (gst_ximagesink_reset):
5666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
5667         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
5668         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
5669         Make sure that before we clean up the X resources, we shutdown and join
5670         the event thread.
5671         Also make sure the event thread does not shut down immediatly after
5672         startup because the running variable is not yet correctly set.
5673         Fixes #378770. 
5674
5675 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5676
5677         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
5678         Make the window for a race in typefind and shutting down smaller until
5679         we figure out the right locking here. Avoids #485753 usually.
5680
5681         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
5682         Remove unneeded lock causing a race in typefind and shutting down.
5683         Fixes #485753.
5684
5685         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5686         Also remove sinks when going to NULL because we might not complete the
5687         state change to PAUSED, causing the PAUSED->READY state change not to
5688         happen.
5689
5690 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5691
5692         * gst-libs/gst/audio/gstbaseaudiosink.c:
5693         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
5694         Also explicitly release the ringbuffer when going to NULL because it
5695         is required in the setcaps function, before the state change to PAUSED
5696         completes.
5697
5698 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
5699
5700         * tests/icles/.cvsignore:
5701         * tests/icles/Makefile.am:
5702         * tests/icles/stress-playbin.c:
5703           Does what it says on the tin.
5704
5705 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
5706
5707         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
5708         Fix queue negotiation. See #486758.
5709
5710 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5711
5712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5713         (gst_xvimagesink_xwindow_new),
5714         (gst_xvimagesink_update_colorbalance),
5715         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
5716
5717         Fix handling of some of the X atoms. If the last parameter is True,
5718         XInternAtom won't create the atom if it doesn't exist, and therefore
5719         might return None. This causes X errors on Xv implementations that
5720         don't provide the colour balance attributes.
5721
5722 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5723
5724         * gst-libs/gst/tag/gstvorbistag.c:
5725         * tests/check/libs/tag.c:
5726           Extract vorbis comment LICENSE tags correctly.
5727
5728 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5729
5730         Patch by: Jason Kivlighn  <jkivlighn gmail com>
5731
5732         * gst-libs/gst/tag/gstid3tag.c:
5733         * tests/check/libs/tag.c:
5734           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
5735
5736 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5737
5738         * gst-libs/gst/tag/gsttagdemux.c:
5739           Don't error out when a buggy downstream element doesn't
5740           handle the newsegment event we send properly (especially
5741           not without posting a meaningful error message on the
5742           bus). See bug #471370 and launchpad bug #136264.
5743
5744 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
5745
5746         * gst-libs/gst/audio/gstbaseaudiosink.c:
5747         (gst_base_audio_sink_drain):
5748         Use new basesink method to make our EOS drain interruptable.
5749
5750 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
5751
5752         * gst-libs/gst/rtp/gstrtppayloads.c:
5753         Fix silly search-replace oversight.
5754
5755 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
5756
5757         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5758
5759         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
5760         (gst_basertppayload_set_outcaps):
5761         Fix caps memleak. Fixes #484989.
5762
5763
5764 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5765
5766         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5767         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
5768         Fix debug output.
5769
5770 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5771
5772         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5773         (gst_base_audio_src_create):
5774         Also handle the case where there is no clock set on the audio source,
5775         like in the unit tests.
5776
5777 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5778
5779         * gst-libs/gst/rtp/gstrtppayloads.c:
5780         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
5781         to avoid compiler warnings
5782
5783 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5784
5785         * gst/playback/gstdecodebin.c: (type_found),
5786         (gst_decode_bin_change_state):
5787         * gst/playback/gstdecodebin2.c: (type_found),
5788         (gst_decode_bin_change_state):
5789         Don't disconnect the have_type signal because we never reconnect it
5790         later on. Instead keep a variable to see if we already detected a type.
5791
5792 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5793
5794         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
5795         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
5796         (type_found):
5797         Unlink the signal handler when we found the type, we're not going to do
5798         anything sensible with more type_found signals anyway.
5799
5800 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
5801
5802         * gst-libs/gst/tag/gsttagdemux.c:
5803           Don't leak caps.
5804
5805 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
5806
5807         * gst-libs/gst/tag/Makefile.am:
5808         * gst-libs/gst/tag/gsttagdemux.c:
5809         * gst-libs/gst/tag/gsttagdemux.h:
5810           API: add GstTagDemux base class for simple tag demuxers.
5811
5812         * docs/libs/gst-plugins-base-libs-docs.sgml:
5813         * docs/libs/gst-plugins-base-libs-sections.txt:
5814           Add GstTagDemux to docs.
5815
5816 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
5817
5818         * gst-libs/gst/rtp/gstrtpbuffer.c:
5819         (gst_rtp_buffer_get_payload_subbuffer):
5820         Fix bug introduced with last commit which inverted the logic and
5821         caused all buffers to be dropped. Fixes #483620.
5822         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
5823
5824 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
5825
5826         * gst-libs/gst/rtp/gstrtpbuffer.c:
5827           Replace g_return_if_val (as it could be disabled), with regular return
5828           and warning.
5829
5830 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
5831
5832         * tests/check/pipelines/simple-launch-lines.c:
5833           Print message name and not just number.
5834
5835 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
5836
5837         * gst-libs/gst/audio/gstbaseaudiosink.c:
5838         (gst_base_audio_sink_async_play):
5839         When slaved to the clock, don't try to align a sample with the previous
5840         one when going to PLAYING again.
5841
5842 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
5843
5844         * tests/examples/snapshot/snapshot.c:
5845           Fix the build.
5846
5847 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
5848
5849         * gst-libs/gst/sdp/gstsdpmessage.h:
5850         Add RFC 3556 bandwidth modifiers.
5851
5852 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
5853
5854         * docs/libs/gst-plugins-base-libs-docs.sgml:
5855         * docs/libs/gst-plugins-base-libs-sections.txt:
5856         * gst-libs/gst/rtp/gstrtppayloads.c:
5857         Update documentation.
5858
5859 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
5860
5861         * gst-libs/gst/rtp/Makefile.am:
5862         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
5863         (gst_rtp_payload_info_for_name):
5864         * gst-libs/gst/rtp/gstrtppayloads.h:
5865         Added new file and header to deal with payload info.
5866
5867         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
5868         (gst_rtp_buffer_default_clock_rate):
5869         * gst-libs/gst/rtp/gstrtpbuffer.h:
5870         Payload specific stuff is move to new headers.
5871         Implement _default_clock rate using the new payload function.
5872
5873         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
5874         (gst_sdp_parse_line):
5875         * gst-libs/gst/sdp/gstsdpmessage.h:
5876         Add some more comments.
5877
5878 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
5879
5880         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
5881         (sdp_check_header), (sdp_type_find), (plugin_init):
5882         Add typefind function for application/sdp.
5883         Remove some old dirac typefind code that was ifdeffed out.
5884
5885 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
5886
5887         * win32/common/libgstaudio.def:
5888         Add new exported functions.
5889         * win32/vs6/grammar.dsp:
5890         Add autogeneration and copy of some autegenerated files from win32/common
5891         for rtsp library.
5892         * win32/vs6/libgstaudioconvert.dsp:
5893         Add gstaudioquantize.c to the build.
5894         * win32/vs6/libgstinterfaces.dsp:
5895         Add videoorientation.c to the build.
5896         * win32/vs6/libgstriff.dsp:
5897         Add libgsttag to the link libraries list.
5898         * win32/vs6/libgstvolume.dsp:
5899         Add liboil to the link.
5900         * win32/vs6/gst_plugins_base.dsw:
5901         * win32/vs6/libgstrtsp.dsp:
5902         * win32/common/libgstrtsp.def:
5903         Add files to build libgstrtsp library.
5904         
5905 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
5906
5907         * tests/examples/snapshot/snapshot.c: (main):
5908         Print error when pipeline failed to construct.
5909
5910 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5911
5912         * configure.ac:
5913         * gst-libs/gst/tag/gstid3tag.c:
5914         * gst-libs/gst/tag/gstvorbistag.c:
5915           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
5916           and ID3v2 tags.
5917
5918 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
5919
5920         * gst-libs/gst/floatcast/floatcast.h:
5921           Don't include config.h in an installed public header, this
5922           might break compilation of applications that don't have such
5923           a header and doesn't necessarily do what it's supposed to do
5924           anyway (ie. check for the lrint/lrintf defines) (#442065).
5925           Add docs for the various macros and document how this header
5926           has to be used (link against libm, etc.); add a few FIXMEs;
5927           include math.h for non-c99 code path.  Based on patch by
5928           Jan Schmidt.
5929           
5930 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
5931
5932         * configure.ac:
5933         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
5934         of duplicating these macros in configure.ac.
5935
5936 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5937
5938         * po/hu.po:
5939         * po/sv.po:
5940         * po/uk.po:
5941           Updated translations to 0.10.14
5942
5943 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5944
5945         translated by: Jakub Bogusz <qboosh@pld-linux.org>
5946
5947         * po/pl.po:
5948           Added Polish translation.
5949
5950 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5951
5952         translated by: Ilkka Tuohela <hile@iki.fi>
5953
5954         * po/fi.po:
5955           Added Finnish translation.
5956
5957 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5958
5959         translated by: Jorge González González <aloriel@gmail.com>
5960
5961         * po/es.po:
5962           Added Spanish translation.
5963
5964 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5965
5966         translated by: Mogens Jaeger <mogens@jaeger.tf>
5967
5968         * po/da.po:
5969           Added Danish translation.
5970
5971 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5972
5973         translated by: Funda Wang <fundawang@linux.net.cn>
5974
5975         * po/zh_CN.po:
5976           Added Chinese (simplified) translation.
5977
5978 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
5979
5980         translated by: Alexander Shopov <ash@contact.bg>
5981
5982         * po/bg.po:
5983           Added Bulgarian translation.
5984
5985 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
5986
5987         * gst/playback/gstqueue2.c: (gst_queue_push_one):
5988         Fix compilation wrt printf arguments.
5989
5990 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
5991
5992         * configure.ac:
5993         * tests/examples/Makefile.am:
5994         * tests/examples/snapshot/.cvsignore:
5995         * tests/examples/snapshot/Makefile.am:
5996         * tests/examples/snapshot/snapshot.c: (main):
5997         Add simple snapshot example program using appsink.
5998
5999 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6000
6001         * tests/check/generic/states.c:
6002           Improved state change unit test.
6003
6004 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6005
6006         * docs/plugins/.cvsignore:
6007         * tests/check/.cvsignore:
6008           Ignore registries in any format.
6009
6010 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6011
6012         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6013         (gst_base_rtp_depayload_chain),
6014         (gst_base_rtp_depayload_set_gst_timestamp):
6015         Only copy timestamp on outgoing packets if the depayloader did not set
6016         one.
6017         Also copy duration on outgoing packets.
6018
6019 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6020
6021         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6022         (gst_basertppayload_set_outcaps):
6023         Fix compilation because of missing %d in printf.
6024         When fixating caps, fixate what we can and throw away all remaining
6025         unfixed caps, subclasses should do something smart if they need to.
6026
6027 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6028
6029         * ext/gnomevfs/gstgnomevfssrc.c:
6030           Improve debug logs a bit and be more verbose if things go wrong.
6031
6032 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6033
6034         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6035         (gst_text_overlay_set_property):
6036         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6037         * gst-libs/gst/audio/gstbaseaudiosink.c:
6038         (gst_base_audio_sink_render):
6039         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6040         (gst_rtcp_unix_to_ntp):
6041         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6042         * gst/playback/gstqueue2.c:
6043         * tests/examples/seek/seek.c: (set_scale):
6044         Fix a bunch of compile warnings shown with Forte.
6045
6046         * gst/audiorate/gstaudiorate.c:
6047         Always pull in config.h before including any system headers.
6048
6049 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6050
6051         * gst/playback/gstqueue2.c: (update_buffering),
6052         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6053         (gst_queue_handle_sink_event), (gst_queue_chain),
6054         (gst_queue_push_one), (gst_queue_sink_activate_push),
6055         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6056         Also fix #476514 for queue2.
6057
6058 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6059
6060         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6061         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6062         (gst_base_rtp_depayload_chain),
6063         (gst_base_rtp_depayload_handle_sink_event),
6064         (gst_base_rtp_depayload_push_full),
6065         (gst_base_rtp_depayload_set_gst_timestamp),
6066         (gst_base_rtp_depayload_change_state):
6067         Remove code to deal with RTP to GST time conversion, we now just copy
6068         the GST timestamp we receive to the outgoing buffers.
6069         Handle segment and flushes correctly.
6070
6071         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6072         When we have no valid input timestamp, use the previous rtp timestamp on
6073         the outgoing RTP packet instead of the RTP base time.
6074
6075 2007-09-15  David Schleef  <ds@schleef.org>
6076
6077         * ext/alsa/gstalsa.c:
6078         * ext/alsa/gstalsadeviceprobe.c:
6079         * ext/alsa/gstalsamixer.c:
6080         * ext/alsa/gstalsasink.c:
6081         * ext/alsa/gstalsasrc.c:
6082           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6083
6084 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6085
6086         * gst-libs/gst/rtp/gstbasertppayload.c:
6087         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6088         Add some debug info when negotiating caps.
6089
6090 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6091
6092         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6093         A buffer with an empty payload is also a valid buffer.
6094
6095 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6096
6097         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6098         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6099         (gst_basertppayload_change_state):
6100         Make sure we start our RTP timestamp from the random base RTP
6101         timestamp even if the buffer timestamp starts from some random value.
6102
6103 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6104
6105         * configure.ac:
6106         * tests/examples/Makefile.am:
6107         * tests/examples/dynamic/.cvsignore:
6108         * tests/examples/dynamic/Makefile.am:
6109         * tests/examples/dynamic/addstream.c: (create_stream),
6110         (pause_play_stream), (message_received), (eos_message_received),
6111         (perform_step), (main):
6112         Add simple exmple app to demonstrate starting and pausing live and
6113         non-live bins in a PLAYING pipeline.
6114
6115 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6116
6117         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6118         typefind for QCP files (RFC #3625)
6119
6120 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6121
6122         * gst-libs/gst/audio/gstbaseaudiosink.c:
6123         (gst_base_audio_sink_init):
6124         Disable pull mode scheduling, we're not ready for it yet and it subtly
6125         breaks a lot of things.
6126
6127 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6128
6129         * tests/check/elements/libvisual.c:
6130           Test all libvisual plugins, not just the first one; this reproduces
6131           bug #450336 quite easily.  Looks like a problem with the 'jess'
6132           visualisation.
6133
6134 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6135
6136         * tests/check/Makefile.am:
6137         * tests/check/elements/.cvsignore:
6138         * tests/check/elements/libvisual.c:
6139           Add basic libvisual test case in an attempt to reproduce bug #450336.
6140           Doesn't reproduce that bug, but some other crasher instead (invalid
6141           free), at least with make elements/libvisual.forever and the bumscope
6142           plugin on x86-64/gutsy. Leaving test disabled for now.
6143
6144 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6145
6146         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6147
6148         * gst-libs/gst/rtsp/gstrtspconnection.c:
6149         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6150         (read_body), (gst_rtsp_connection_receive):
6151         Make sure we can not cancel in the middle of receiving a message.
6152         Fixes #475731.
6153
6154 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6155
6156         Patch by: Josep Torra Valles <josep@fluendo.com>
6157
6158         * gst/playback/gstplaybasebin.c:
6159           Increase upper limit for audio queue a bit; fixes preroll problem
6160           with playbin and decodebin2 when playing a quicktime trailer with
6161           multichannel audio via http (#464666).
6162
6163 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6164
6165         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6166         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6167         (gst_base_audio_src_provide_clock),
6168         (gst_base_audio_src_set_property),
6169         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6170         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6171         Allow othe clocks than the internal clock to be used for the pipeline.
6172         Add property to disable clock provide.
6173         API: GstBaseAudioSrc::provide-clock
6174
6175 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6176
6177         * gst/playback/gstdecodebin2.c:
6178           Don't leak request pads. Fixes #475395.
6179
6180 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6181
6182         Patch by: René Stadler <mail at renestadler dot de>
6183
6184         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6185         (gst_ximage_buffer_class_init):
6186         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6187         (gst_xvimage_buffer_class_init):
6188         Correctly chain up finalize with the parent class to prevent
6189         memory leaks. Fixes #474880.
6190
6191 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6192
6193         * gst/volume/gstvolume.c: (volume_choose_func):
6194         * tests/check/elements/volume.c: (GST_START_TEST):
6195         Revert the latest change: floating point samples are allowed to
6196         have any value, not only values in the range [-1,1]. Thanks to Andy
6197         Wingo for noticing.
6198         Also fix processing of int32 samples with volumes > 4 by making the
6199         unity value smaller which prevents overflows.
6200
6201 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6202
6203         * gst-libs/gst/rtp/gstrtpbuffer.c:
6204         * tests/check/libs/rtp.c:
6205           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6206
6207 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6208
6209         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6210
6211         * gst-libs/gst/rtp/gstrtpbuffer.c:
6212           Fix up GstRTPHeader helper struct so that compilers will not under
6213           any circumstances add padding in between our fields, as currently
6214           happens with MSVC on win32, because that would lead to us sending
6215           out RTP payloads with broken RTP headers (#471194).
6216           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6217           
6218         * tests/check/Makefile.am:
6219         * tests/check/libs/.cvsignore:
6220         * tests/check/libs/rtp.c:
6221           Add some simple unit tests for GstRTPBuffer. Some are disabled
6222           because the code tested still needs fixing (set_csrc() does not work).
6223
6224 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6225
6226         * win32/MANIFEST:
6227         * win32/common/gstrtsp-enumtypes.c:
6228         * win32/common/gstrtsp-enumtypes.h:
6229         * win32/common/interfaces-enumtypes.c:
6230         * win32/common/interfaces-enumtypes.h:
6231         * win32/common/multichannel-enumtypes.c:
6232           Add rtsp enumtypes (#474384) and update others.
6233
6234 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6235
6236         * configure.ac:
6237           Fix configure check for HAVE_LIBXML_HTML.
6238
6239 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6240
6241         * tests/check/libs/.cvsignore:
6242           Ignore more, in case the build bots work again one day.
6243
6244 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6245
6246         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6247
6248         * configure.ac:
6249         * gst-libs/gst/Makefile.am:
6250         * gst-libs/gst/fft/Makefile.am:
6251         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6252         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6253         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6254         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6255         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6256         * gst-libs/gst/fft/gstfft.h:
6257         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6258         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6259         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6260         * gst-libs/gst/fft/gstfftf32.h:
6261         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6262         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6263         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6264         * gst-libs/gst/fft/gstfftf64.h:
6265         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6266         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6267         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6268         * gst-libs/gst/fft/gstffts16.h:
6269         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6270         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6271         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6272         * gst-libs/gst/fft/gstffts32.h:
6273         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6274         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6275         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6276         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6277         * gst-libs/gst/fft/kiss_fft_f32.h:
6278         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6279         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6280         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6281         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6282         * gst-libs/gst/fft/kiss_fft_f64.h:
6283         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6284         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6285         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6286         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6287         * gst-libs/gst/fft/kiss_fft_s16.h:
6288         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6289         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6290         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6291         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6292         * gst-libs/gst/fft/kiss_fft_s32.h:
6293         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6294         (kiss_fftr_f32), (kiss_fftri_f32):
6295         * gst-libs/gst/fft/kiss_fftr_f32.h:
6296         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6297         (kiss_fftr_f64), (kiss_fftri_f64):
6298         * gst-libs/gst/fft/kiss_fftr_f64.h:
6299         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6300         (kiss_fftr_s16), (kiss_fftri_s16):
6301         * gst-libs/gst/fft/kiss_fftr_s16.h:
6302         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6303         (kiss_fftr_s32), (kiss_fftri_s32):
6304         * gst-libs/gst/fft/kiss_fftr_s32.h:
6305         * gst-libs/gst/fft/kiss_version:
6306         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6307         * pkgconfig/gstreamer-plugins-base.pc.in:
6308         Add libgstfft, a FFT library based on Kiss FFT which is
6309         BSD licensed. Supported sample formats are int16, int32,
6310         float and double. For those formats a real FFT and IFFT
6311         can be done, different windowing functions can be applied
6312         and functions for extracting the magnitude and phase exist.
6313         Fixes #468619.
6314
6315         * docs/libs/Makefile.am:
6316         * docs/libs/gst-plugins-base-libs-docs.sgml:
6317         * docs/libs/gst-plugins-base-libs-sections.txt:
6318         Integrate libgstfft into the docs.
6319
6320         * tests/check/Makefile.am:
6321         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6322         Add unit tests for libgstfft, currently only testing the FFT.
6323         Unit tests for IFFT will follow soon.
6324
6325 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6326
6327         Patch by: Peter Kjellerstedt  <pkj at axis com>
6328
6329         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6330         (gst_sdp_message_init), (gst_sdp_message_uninit),
6331         (is_multicast_address), (gst_sdp_message_as_text),
6332         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6333         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6334         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6335         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6336         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6337         (gst_sdp_media_init), (gst_sdp_media_uninit),
6338         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6339         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6340         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6341         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6342         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6343         * gst-libs/gst/sdp/gstsdpmessage.h:
6344         Separate INIT_ARRAY() and related macros into two versions, one for
6345         structures and one for pointers (e.g., INIT_ARRAY() and
6346         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6347         lists of emails and phone numbers.
6348         Add missing const as appropriate.
6349         Change all gint to guint since they all actually represent unsigned
6350         values.
6351         Do not use time as a variable name as it shadows the global time().
6352         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6353         Actually implement gst_sdp_message_add_time().
6354         Make gst_sdp_message_add_time() take repeat times as an argument.
6355         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6356         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6357         misspelled as badwidth).
6358         gst-indented and a little clean up. Fixes #471067.
6359
6360 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6361
6362         * gst/volume/gstvolume.c: (volume_choose_func),
6363         (volume_process_double), (volume_process_double_clamp),
6364         (volume_process_float_clamp):
6365         Correctly clamp float/double samples in the [-1.0,1.0] range to
6366         prevent weird effects.
6367         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6368         Add unit tests for all samples types that had none before.
6369
6370 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6371
6372         * gst-libs/gst/rtp/gstrtpbuffer.c:
6373           Need to include stdlib.h for abs() here too.
6374
6375 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6376
6377         * gst/playback/gststreaminfo.c:
6378           Fix build.
6379
6380 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6381
6382         * gst/playback/gststreaminfo.c:
6383           Clean up some half-disabled code and comment.
6384
6385 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6386
6387         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6388
6389         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6390         (gst_base_rtp_payload_audio_handle_event):
6391         Return FALSE from the event handler to let the parent class handle the
6392         event. Fixes #446766.
6393
6394         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6395         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6396         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6397
6398         * gst-libs/gst/rtp/gstbasertppayload.c:
6399         Bump the MTU to 1400.
6400
6401 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6402
6403         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6404         Add an audio/x-nsf typefind function for the nsfdec element.
6405
6406 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6407         * gst/playback/gstplaybasebin.c:
6408         Included "myth://" on stream_uris list for enable buffering to mythtv files
6409
6410 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6411
6412         * docs/libs/gst-plugins-base-libs-sections.txt:
6413         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6414         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6415         (gst_rtcp_unix_to_ntp):
6416         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6417         Fix parsing of RB blocks.
6418         Fix docs.
6419         Added helper functions to convert to/from UNIX and NTP time.
6420         API: gst_rtcp_ntp_to_unix()
6421         API: gst_rtcp_unix_to_ntp()
6422
6423         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6424         (gst_rtp_buffer_get_header_len),
6425         (gst_rtp_buffer_get_extension_data),
6426         (gst_rtp_buffer_get_payload_subbuffer),
6427         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6428         (gst_rtp_buffer_ext_timestamp):
6429         * gst-libs/gst/rtp/gstrtpbuffer.h:
6430         Fix some more docs.
6431         Implement handling of packets with extensions.
6432         Fix padding check in _validate().
6433         Added function to get extension data.
6434         API: gst_rtp_buffer_get_header_len()
6435         API: gst_rtp_buffer_get_extension_data()
6436
6437 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6438
6439         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6440         (gst_base_rtp_depayload_class_init),
6441         (gst_base_rtp_depayload_set_gst_timestamp):
6442         Add some more docs for the queue-delay property and fix a typo in a
6443         comment.
6444
6445         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6446         Fix typo.
6447
6448 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6449
6450         * gst-libs/gst/audio/gstbaseaudiosink.c:
6451         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6452         (gst_base_audio_sink_change_state):
6453         When skew slaving, try to hover around the middle of a segment so that
6454         we at most drift by half a segment.
6455         If we are aligning in the oposite direction of the clock skew, we don't
6456         have to resync.
6457
6458 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6459
6460         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6461         (gst_base_rtp_depayload_setcaps),
6462         (gst_base_rtp_depayload_set_gst_timestamp):
6463         Be less silly with the segment start, just apply the clock-base to the
6464         timestamp.
6465
6466 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6467
6468         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6469         (gst_base_rtp_depayload_class_init),
6470         (gst_base_rtp_depayload_finalize),
6471         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6472         (gst_base_rtp_depayload_handle_sink_event),
6473         (gst_base_rtp_depayload_set_gst_timestamp),
6474         (gst_base_rtp_depayload_change_state):
6475         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6476         Deprecate the queue handling thread thing and remove the code.
6477         Use new method to calculate the extended timestamp.
6478
6479 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6480
6481         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6482         (gst_rtcp_packet_sdes_copy_entry):
6483         Use g_strndup which does exactly what we want.
6484
6485         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6486         (gst_rtp_buffer_ext_timestamp):
6487         * gst-libs/gst/rtp/gstrtpbuffer.h:
6488         Add helper function to compare seqnums.
6489         Add helper function to calculate extended timestamps.
6490         API: gst_rtp_buffer_compare_seqnum()
6491         API: gst_rtp_buffer_ext_timestamp()
6492
6493 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6494
6495         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6496         (gst_rtcp_packet_sdes_get_entry),
6497         (gst_rtcp_packet_sdes_copy_entry):
6498         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6499         Fix and document SDES item data function.
6500         Add new function that makes a proper copy of SDES item data.
6501         API: gst_rtcp_packet_sdes_copy_entry()
6502
6503 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6504
6505         * configure.ac:
6506         * gst/Makefile.am:
6507           The tcp and subparse plugins are under gst, but not totaly free of
6508           dependencies. Handle selection inconfigure.ac, so that they show up
6509           on the final list of what is build and what is not. Maybe they should
6510           better be moved to ext.
6511
6512 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6513
6514         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6515
6516         * configure.ac:
6517         * gst/Makefile.am:
6518           Check if libxml provides HTML parser which subparse needs.
6519           Fixes #451970.
6520
6521 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6522
6523         * ext/alsa/gstalsa.c:
6524           Fix typo and compilation on big endian systems.
6525
6526 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6527
6528         * gst/subparse/gstssaparse.c:
6529           Convert SSA newline codes into actual newline characters (#470766).
6530
6531 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6532
6533         * docs/libs/gst-plugins-base-libs-sections.txt:
6534         * gst-libs/gst/pbutils/install-plugins.c:
6535         * gst-libs/gst/pbutils/install-plugins.h:
6536         * tests/check/libs/pbutils.c:
6537           API: also add gst_install_plugins_supported() while we're at it
6538           (see #470456).
6539
6540 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6541
6542         * docs/libs/gst-plugins-base-libs-sections.txt:
6543         * gst-libs/gst/pbutils/missing-plugins.c:
6544         * gst-libs/gst/pbutils/missing-plugins.h:
6545         * tests/check/libs/pbutils.c:
6546           API: add gst_missing_*_installer_detail_new() convenience API so
6547           that applications that know exactly what they're missing can request
6548           installer detail strings for those items directly instead of having
6549           to first create a dummy missing-plugin message and then get the
6550           installer detail string from that.  Fixes #470456.
6551
6552 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6553
6554         * gst/playback/gstdecodebin.c: (close_pad_link):
6555         We need to set up delayed-linking whenever the caps are non-fixed,
6556         not just when there are multiple types - use gst_pad_is_fixed()
6557         to test.
6558
6559 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6560
6561         * gst-libs/gst/pbutils/missing-plugins.c:
6562           (gst_missing_plugin_message_get_installer_detail):
6563           Add missing separator in PID fallback case.
6564
6565 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6566
6567         * ext/alsa/Makefile.am:
6568         There is no GST_PLUGINS_BASE_LIBS defined.
6569         
6570         * ext/alsa/gstalsa.c:
6571         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6572         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6573         Add support for ALSA 24-bit formats.
6574         snd_pcm_delay can return an error code, especially
6575         during XRUNS. In that case, the best we can do is assume
6576         delay = 0.
6577
6578         * gst/audioconvert/Makefile.am:
6579         Add flags from -base before any more-remote dependencies.
6580
6581 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6582
6583         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6584
6585         * gst/volume/gstvolume.c: (volume_choose_func),
6586         (volume_update_real_volume), (gst_volume_set_volume),
6587         (gst_volume_init), (volume_process_int32),
6588         (volume_process_int32_clamp), (volume_process_int24),
6589         (volume_process_int24_clamp), (volume_process_int16),
6590         (volume_process_int16_clamp), (volume_process_int8),
6591         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6592         * gst/volume/gstvolume.h:
6593         Add support for int32, int24 and int8 to the volume element.
6594         Fixes #445529.
6595
6596 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6597
6598         * tests/examples/Makefile.am:
6599           Fix even more.
6600
6601 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6602
6603         * configure.ac:
6604         * docs/libs/Makefile.am:
6605         * docs/libs/gst-plugins-base-libs-docs.sgml:
6606         * docs/libs/gst-plugins-base-libs-sections.txt:
6607         * ext/gnomevfs/gstgnomevfssrc.c:
6608         * ext/gnomevfs/gstgnomevfssrc.h:
6609         * gst-libs/gst/Makefile.am:
6610         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6611         * pkgconfig/gstreamer-plugins-base.pc.in:
6612         * sys/v4l/v4lsrc_calls.c:
6613         * tests/examples/Makefile.am:
6614         * win32/common/config.h:
6615           Revert unwanted commit. many thanks to moap. I want a fix for 
6616           https://thomas.apestaart.org/moap/trac/ticket/239
6617
6618 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6619
6620         * gst/volume/gstvolume.c:
6621           Move passthrough below gst_object_sync_values(). Fixes #442654.
6622
6623 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6624
6625         * gst-libs/gst/audio/audio.c:
6626         Clarify the docs a little.
6627
6628 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6629
6630         * gst/volume/gstvolume.c:
6631           Enable liboil for float and add more details about problems with
6632           int16.
6633
6634 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6635
6636         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6637         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
6638
6639 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6640
6641         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6642         When calculating the first timestamp of the buffers, don't go below 0
6643         and clip the samples because the offset was on the eos page.
6644         Fixes #466717.
6645
6646 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6647
6648         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
6649         (gst_ogg_demux_collect_chain_info):
6650         Also submit the eos page when trying to find the first timestamp.
6651         See #466717.
6652
6653 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6654
6655         * gst-libs/gst/audio/audio.h:
6656         Use gst_util_uint64_scale() instead of doing the math
6657         with double for GST_FRAMES_TO_CLOCK_TIME() and
6658         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
6659         prevents rounding errors. Fixes #467667.
6660
6661 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6662
6663         * gst-libs/gst/rtsp/gstrtspconnection.c:
6664         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
6665         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
6666         * gst-libs/gst/rtsp/gstrtspconnection.h:
6667         Small cleanups.
6668         On shutdown, don't read the control socket yet.
6669         Set timeout value correctly in all cases.
6670         Add function to check if the server accepts reads or writes.
6671         API: gst_rtsp_connection_poll()
6672
6673         * gst-libs/gst/rtsp/gstrtspdefs.h:
6674         Fix compilation with -pedantic.
6675         Add enum for _poll.
6676
6677 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6678
6679         Patch by: Olivier Crete  <tester at tester ca>
6680
6681         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6682         (gst_basertppayload_getcaps):
6683         * gst-libs/gst/rtp/gstbasertppayload.h:
6684         Add getcaps vfunc to basertppayload. See #465146.
6685
6686 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6687
6688         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
6689         Only post buffering messages when we are a stream.
6690
6691 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6692
6693         * gst-libs/gst/pbutils/install-plugins.c:
6694         * gst-libs/gst/pbutils/missing-plugins.c:
6695           Small docs fix and addition.
6696
6697 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6698
6699         * tests/icles/.cvsignore:
6700         * tests/icles/Makefile.am:
6701         * tests/icles/test-textoverlay.c:
6702           Add a dumb little test for textoverlay alignments.
6703
6704 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6705
6706         Patch by: Dan Williams  <dcbw redhat com>
6707
6708         * ext/pango/gsttextoverlay.c:
6709         * ext/pango/gsttextoverlay.h:
6710           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
6711           "silent" property so there's a Since tag in the API reference.
6712
6713 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
6714
6715         * gst-libs/gst/rtp/gstbasertppayload.c:
6716         (gst_basertppayload_set_outcaps):
6717         * gst-libs/gst/rtp/gstbasertppayload.h:
6718         Improve caps negotiation so that downstream elements can confiure
6719         certain RTP properties by fixing them on the caps. See #465146.
6720         Add docs.
6721
6722 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
6723
6724         * docs/libs/gst-plugins-base-libs-sections.txt:
6725         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6726         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6727           Mark as deprecated some macros which were presumably meant to be
6728           private API and accidentally exposed in the public header file.
6729           Also actually _init() lock (only works at the moment because the
6730           struct is zeroed out when created and the initial values in the
6731           mutex struct are zeroes too). (#459585)
6732
6733 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
6734
6735         * docs/libs/Makefile.am:
6736           Remove cruft and do some cleanups.
6737
6738         * docs/libs/gst-plugins-base-libs-docs.sgml:
6739           Prepare for comming gtkdoc features (rebase against online docs).
6740
6741 2007-08-10  Michael Smith <msmith@fluendo.com>
6742
6743         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6744           Debug output fixes.
6745         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
6746         (GST_START_TEST):
6747           Change the number of buffers used; 500 is too many and leads to
6748           timeouts.
6749
6750 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6751
6752         * gst/playback/gstqueue2.c:
6753         * gst/videorate/gstvideorate.c:
6754           Printf format fixes (#465028).
6755
6756 2007-08-09  Michael Smith <msmith@fluendo.com>
6757
6758         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6759           If we have a large (> 1 second) discontinuity, push a series of
6760           smaller buffers rather than a single very large buffer. Avoids
6761           unreasonably large single buffer allocations when encountering a
6762           large gap.
6763         * tests/check/elements/audiorate.c: (GST_START_TEST),
6764         (audiorate_suite):
6765           Add a test for this.
6766
6767 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
6768
6769         * gst/playback/gstplaybasebin.c: (group_commit),
6770         (queue_remove_probe), (queue_threshold_reached):
6771
6772         Patch by: Josep Torra Valles <josep@fluendo.com>
6773         Fixes: #465015
6774         Make sure we remove the check_queues buffer probe from the 
6775         correct queue to avoid racily going back to "buffering 99%" when
6776         buffering is actually complete.
6777
6778         Also, fix the spelling of Josep's surname in the ChangeLog.
6779
6780 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
6781
6782         * ext/ogg/gstoggmux.c:
6783           Do not leak oggmux instance.
6784         
6785         * ext/vorbis/vorbisenc.c:
6786           Also log values.
6787
6788 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6789
6790         * po/hu.po:
6791         * po/it.po:
6792         * po/nl.po:
6793         * po/uk.po:
6794         * po/vi.po:
6795           Updated translations.
6796
6797 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
6798
6799         patch by: Yang Hong <hongyang@redflag-linux.com>
6800
6801         * ext/pango/gsttextoverlay.c:
6802         * ext/pango/gsttextoverlay.h:
6803           Add 'silent' property to GstTimeOverlay. Fixes #462979
6804
6805 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
6806
6807         Patch by: Josep Torra Valles <josep@fluendo.com>
6808
6809         * docs/plugins/gst-plugins-base-plugins.args:
6810         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6811         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
6812         (gst_uri_decode_bin_get_property), (gen_source_element):
6813         Add connection-speed property. Fixes #464690.
6814
6815 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
6816
6817         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
6818
6819         * configure.ac:
6820         * gst-libs/gst/rtsp/Makefile.am:
6821         * gst-libs/gst/rtsp/gstrtspconnection.c:
6822         (gst_rtsp_connection_connect):
6823         Fix compilation on windows. Fixes #464320.
6824
6825 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
6826
6827         Patch by: Josep Torra Valles <josep@fluendo.com>
6828
6829         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6830         (gst_play_base_bin_init), (queue_threshold_reached),
6831         (gen_source_element), (setup_substreams),
6832         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
6833         (gst_play_base_bin_get_streaminfo_value_array):
6834         * gst/playback/gstplaybasebin.h:
6835         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6836         (gst_play_bin_set_property), (gst_play_bin_get_property),
6837         (gst_play_bin_handle_redirect_message):
6838         Move connection-speed property from playbin to playbasebin so that we
6839         can also configure it in source elements that have the connection-speed
6840         property. Fixes #464028.
6841         Add some debug info here and there.
6842
6843 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
6844
6845         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
6846         Properly respond to conversion queries. Fixes #464079.
6847
6848 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
6849
6850         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
6851         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
6852         (gst_audio_test_src_init_sine_table),
6853         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
6854         * gst/audiotestsrc/gstaudiotestsrc.h:
6855         Add float/double and int32 support to audiotestsrc. Fixes #460422.
6856         Also set the default volume to the default value specified in the
6857         GParamSpec.
6858
6859 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
6860
6861         Patch by: Jens Granseuer <jensgr at gmx dot net>
6862
6863         * gst/audioconvert/gstaudioquantize.c:
6864         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
6865
6866 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
6867
6868         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
6869         Add rdt manager for rdt transport.
6870         Fix parsing of RDT transport.
6871
6872 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
6873
6874         * configure.ac:
6875         Back to CVS
6876
6877 === release 0.10.14 ===
6878
6879 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
6880
6881         * configure.ac:
6882           releasing 0.10.14, "Light Years Ahead"
6883
6884 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
6885
6886         * tests/check/libs/audio.c: (GST_START_TEST):
6887         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
6888
6889 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
6890
6891         * gst-libs/gst/audio/audio.c:
6892         When clipping a buffer with no timestamp, assume it is
6893         within the segment without warnings.
6894
6895         Fixes: #460978
6896
6897 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
6898
6899         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
6900         Fire the signal on the object, not the interface.
6901
6902 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
6903
6904         * gst-libs/gst/rtsp/.cvsignore:
6905         Ber. Don't include the full path, idiot.
6906
6907 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
6908
6909         * gst-libs/gst/rtsp/.cvsignore:
6910         Ignore generated files.
6911
6912 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
6913
6914         * gst-libs/gst/interfaces/Makefile.am:
6915         * gst-libs/gst/interfaces/interfaces-marshal.list:
6916         * gst-libs/gst/interfaces/rtspextension.c:
6917         * gst-libs/gst/interfaces/rtspextension.h:
6918         * gst-libs/gst/rtsp/Makefile.am:
6919         * gst-libs/gst/rtsp/gstrtsp.h:
6920         * gst-libs/gst/rtsp/gstrtspextension.c:
6921         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
6922         (gst_rtsp_extension_detect_server),
6923         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
6924         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
6925         (gst_rtsp_extension_configure_stream),
6926         (gst_rtsp_extension_get_transports),
6927         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
6928         * gst-libs/gst/rtsp/gstrtspextension.h:
6929         * gst-libs/gst/rtsp/rtsp-marshal.list:
6930         Move the rtspextension.h interface into gstrtspextension.h
6931         as part of libgstrtsp instead of libgstinterfaces, because it's
6932         only for use within plugins, not applications. 
6933         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
6934         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
6935         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
6936         is abstract.
6937
6938 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
6939
6940         * gst-libs/gst/interfaces/Makefile.am:
6941         * gst-libs/gst/interfaces/interfaces-marshal.list:
6942         * gst-libs/gst/interfaces/rtspextension.c:
6943         (gst_rtsp_extension_iface_init),
6944         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
6945         * gst-libs/gst/interfaces/rtspextension.h:
6946         Fix marshaller for the send signal.
6947         Add URL to stream selection interface method.
6948
6949 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
6950
6951         * gst-libs/gst/riff/Makefile.am:
6952         Pull in our dependencies from -base before those from outside.
6953
6954 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
6955
6956         * docs/libs/gst-plugins-base-libs-sections.txt:
6957         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
6958         * gst-libs/gst/rtsp/gstrtspbase64.h:
6959         API: gst_rtsp_base64_decode_ip()
6960         Added function to decode Base64 in-place.
6961
6962 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
6963
6964         * tests/check/libs/.cvsignore:
6965         Ignore the mixer test binary.
6966
6967 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
6968
6969         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6970         Gratuitous comment change to trigger a rebuild on the buildbots.
6971
6972 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
6973
6974         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
6975         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
6976         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
6977         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
6978         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
6979         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
6980         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
6981         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
6982         (gst_sdp_media_get_attribute_val):
6983         * gst-libs/gst/sdp/gstsdpmessage.h:
6984         Constify args where we can.
6985
6986 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
6987
6988         * gst-libs/gst/interfaces/Makefile.am:
6989         * gst-libs/gst/interfaces/rtspextension.c:
6990         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
6991         (gst_rtsp_extension_detect_server),
6992         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
6993         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
6994         (gst_rtsp_extension_configure_stream),
6995         (gst_rtsp_extension_get_transports),
6996         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
6997         * gst-libs/gst/interfaces/rtspextension.h:
6998         Move interface for RTSP extensions from -good to here.
6999         Added helper methods to invoke interface methods.
7000
7001 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7002
7003         * docs/libs/gst-plugins-base-libs-sections.txt:
7004         * gst-libs/gst/rtsp/gstrtspdefs.h:
7005         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7006         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7007         (gst_rtsp_message_init_response),
7008         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7009         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7010         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7011         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7012         (gst_rtsp_message_get_body), (dump_key_value):
7013         * gst-libs/gst/rtsp/gstrtspmessage.h:
7014         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7015         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7016         (gst_rtsp_range_parse):
7017         * gst-libs/gst/rtsp/gstrtsprange.h:
7018         * gst-libs/gst/rtsp/gstrtsptransport.c:
7019         * gst-libs/gst/rtsp/gstrtspurl.c:
7020         Fix some more RTSP docs.
7021         Add some missing methods for dealing with messages.
7022
7023 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7024
7025         * docs/libs/gst-plugins-base-libs-docs.sgml:
7026         * docs/libs/gst-plugins-base-libs-sections.txt:
7027         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7028         * gst-libs/gst/rtsp/gstrtspbase64.h:
7029         * gst-libs/gst/rtsp/gstrtspconnection.c:
7030         (gst_rtsp_connection_connect), (add_auth_header),
7031         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7032         (read_body), (gst_rtsp_connection_receive),
7033         (gst_rtsp_connection_next_timeout),
7034         (gst_rtsp_connection_reset_timeout),
7035         (gst_rtsp_connection_set_auth):
7036         * gst-libs/gst/rtsp/gstrtspconnection.h:
7037         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7038         * gst-libs/gst/rtsp/gstrtspdefs.h:
7039         * gst-libs/gst/rtsp/gstrtspmessage.h:
7040         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7041         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7042         (gst_rtsp_range_parse):
7043         * gst-libs/gst/rtsp/gstrtspurl.h:
7044         Added beginnings of RTSP documentation.
7045
7046 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7047
7048         * docs/libs/Makefile.am:
7049         * docs/libs/gst-plugins-base-libs-docs.sgml:
7050         * docs/libs/gst-plugins-base-libs-sections.txt:
7051         * gst-libs/gst/sdp/gstsdp.h:
7052         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7053         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7054         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7055         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7056         (gst_sdp_message_get_attribute_val),
7057         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7058         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7059         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7060         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7061         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7062         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7063         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7064         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7065         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7066         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7067         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7068         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7069         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7070         (gst_sdp_media_get_attribute_val_n),
7071         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7072         (print_media), (gst_sdp_message_dump):
7073         * gst-libs/gst/sdp/gstsdpmessage.h:
7074         Document the SDP library.
7075         Add some of the missing SDPMedia methods.
7076
7077 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7078
7079         * configure.ac:
7080         * gst-libs/gst/Makefile.am:
7081         * gst-libs/gst/rtsp/Makefile.am:
7082         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7083         * gst-libs/gst/rtsp/gstrtspbase64.h:
7084         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7085         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7086         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7087         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7088         (parse_response_status), (parse_request_line), (parse_line),
7089         (gst_rtsp_connection_read), (read_body),
7090         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7091         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7092         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7093         (gst_rtsp_connection_set_auth):
7094         * gst-libs/gst/rtsp/gstrtspconnection.h:
7095         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7096         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7097         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7098         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7099         (gst_rtsp_find_method):
7100         * gst-libs/gst/rtsp/gstrtspdefs.h:
7101         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7102         (gst_rtsp_message_new), (gst_rtsp_message_init),
7103         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7104         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7105         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7106         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7107         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7108         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7109         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7110         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7111         (gst_rtsp_message_dump):
7112         * gst-libs/gst/rtsp/gstrtspmessage.h:
7113         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7114         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7115         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7116         * gst-libs/gst/rtsp/gstrtsprange.h:
7117         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7118         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7119         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7120         (range_as_text), (rtsp_transport_mode_as_text),
7121         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7122         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7123         (gst_rtsp_transport_free):
7124         * gst-libs/gst/rtsp/gstrtsptransport.h:
7125         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7126         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7127         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7128         * gst-libs/gst/rtsp/gstrtspurl.h:
7129         * gst-libs/gst/sdp/Makefile.am:
7130         * gst-libs/gst/sdp/gstsdp.h:
7131         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7132         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7133         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7134         (gst_sdp_attribute_init), (gst_sdp_message_new),
7135         (gst_sdp_message_init), (gst_sdp_message_uninit),
7136         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7137         (gst_sdp_media_uninit), (gst_sdp_media_free),
7138         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7139         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7140         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7141         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7142         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7143         (gst_sdp_message_get_attribute_val),
7144         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7145         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7146         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7147         (gst_sdp_media_get_attribute_val_n),
7148         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7149         (read_string), (read_string_del), (gst_sdp_parse_line),
7150         (gst_sdp_message_parse_buffer), (print_media),
7151         (gst_sdp_message_dump):
7152         * gst-libs/gst/sdp/gstsdpmessage.h:
7153         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7154         Move SDP and RTSP from helper objects in -good to a reusable library.
7155         Use a proper gst_ namespace.
7156
7157 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7158
7159         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7160         (vorbis_dec_flush_decode):
7161         Use the new buffer clipping function from gstaudio here.
7162
7163 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7164
7165         * docs/libs/gst-plugins-base-libs-sections.txt:
7166         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7167         * gst-libs/gst/audio/audio.h:
7168         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7169         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7170         Also add deprecation guards for gst_audio_structure_set_int() to the
7171         header.
7172
7173 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7174
7175         * docs/libs/gst-plugins-base-libs-sections.txt:
7176           Cleanup the docs.
7177
7178 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7179
7180         Patch by: Dan Williams <dcbw at redhat dot com>
7181
7182         * gst/playback/gstplaybasebin.c:
7183         (gst_play_base_bin_get_streaminfo_value_array):
7184         Don't return NULL when querying the stream info value array but instead
7185         return an empty array. Fixes #459204.
7186
7187 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7188
7189         * gst/playback/gsturidecodebin.c:
7190           Init debug category before using it.
7191
7192 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7193
7194         * gst-libs/gst/interfaces/mixer.h:
7195         Add padding vars in place of the signal pointers
7196         when building with DISABLE_DEPRECATED so that the
7197         interface structure doesn't change size.
7198
7199 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7200
7201         * docs/libs/gst-plugins-base-libs-sections.txt:
7202         * ext/alsa/gstalsamixer.c:
7203         * ext/alsa/gstalsamixer.h:
7204         * ext/alsa/gstalsamixerelement.c:
7205         * ext/alsa/gstalsamixertrack.c:
7206         * gst-libs/gst/interfaces/mixer.c:
7207         * gst-libs/gst/interfaces/mixer.h:
7208         * gst-libs/gst/interfaces/mixeroptions.c:
7209         * gst-libs/gst/interfaces/mixeroptions.h:
7210         * gst-libs/gst/interfaces/mixertrack.c:
7211         * gst-libs/gst/interfaces/mixertrack.h:
7212         * tests/check/Makefile.am:
7213         * tests/check/libs/mixer.c:
7214
7215         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7216         Fixes: #152864 
7217
7218         Add support for notifying mixer changes on the message bus, and
7219         implement it in alsamixer.
7220
7221         API: gst_mixer_get_mixer_flags
7222         API: gst_mixer_message_parse_mute_toggled
7223         API: gst_mixer_message_parse_record_toggled
7224         API: gst_mixer_message_parse_volume_changed
7225         API: gst_mixer_message_parse_option_changed
7226         API: GstMixerMessageType
7227         API: GstMixerFlags
7228
7229 2007-07-20  Michael Smith <msmith@fluendo.com>
7230
7231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7232         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7233           xcontext->im_format is only for testing XShm support (as the header
7234           file comments document). Use xvimage->im_format for everything else.
7235           Avoids spurious warnings on buffer allocation before setcaps.
7236
7237 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7238
7239         * tests/examples/volume/Makefile.am:
7240         * tests/icles/Makefile.am:
7241           We should use $(LIBM).
7242
7243 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7244
7245         * tests/icles/Makefile.am:
7246           This needs -lm.
7247
7248 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7249
7250         * gst-libs/gst/rtp/gstbasertppayload.c:
7251         (gst_basertppayload_class_init), (gst_basertppayload_init),
7252         (gst_basertppayload_set_property),
7253         (gst_basertppayload_get_property):
7254         Don't break ABI, restore previous ranges. Keep the default random
7255         selection of timestamp and seqnum offset but as soon as the app sets a
7256         specific value, use that one.
7257
7258 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7259
7260         Patch by: Bastien Nocera <hadess at hadess dot net>
7261
7262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7263         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7264         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7265         * sys/xvimage/xvimagesink.h:
7266         Add option to turn off double-buffering for debugging purposes.
7267         Fixes #437169.
7268
7269 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7270
7271         Patch by: Jorn Baayen <jorn at openedhand dot com>
7272
7273         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7274         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7275         (gst_ximagesink_init), (gst_ximagesink_class_init):
7276         * sys/ximage/ximagesink.h:
7277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7278         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7279         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7280         * sys/xvimage/xvimagesink.h:
7281         add 'handle-expose' property. Useful for video widgets which may want to
7282         be in control of Expose behaviour. Fixes #380625
7283
7284 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7285
7286         * gst-libs/gst/rtp/gstbasertppayload.c:
7287         (gst_basertppayload_class_init), (gst_basertppayload_init),
7288         (gst_basertppayload_event), (gst_basertppayload_push),
7289         (gst_basertppayload_set_property),
7290         (gst_basertppayload_get_property),
7291         (gst_basertppayload_change_state):
7292         * gst-libs/gst/rtp/gstbasertppayload.h:
7293         Fix ranges of rtp payloader properties so that the full range can be
7294         used in addition to -1 (random).
7295         Fix wrong seqnum reporting in caps.
7296         Fixes #420326.
7297
7298 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7299
7300         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7301         (gst_video_rate_query):
7302         Use boilerplate.
7303         Add latency query, might not be perfect yet but already works a lot
7304         better. Fixes #442557.
7305
7306 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7307
7308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7309         (gst_xvimagesink_setcaps):
7310         * sys/xvimage/xvimagesink.h:
7311         After a caps change, redraw our borders to avoid garbage left there
7312         when the image format changes to a smaller size, like 16:9 -> 4:3
7313         Also, hold the flow_lock a bit longer in the set_caps while we're
7314         fiddling with the xcontext.
7315
7316 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7317
7318         * Makefile.am:
7319         * configure.ac:
7320         * tests/Makefile.am:
7321         Remove bogus check for libcheck, since we check for
7322         gstreamer-check and it pulls in the required info from there, and we
7323         weren't actually _using_ the information for libcheck ourselves
7324         anyway.
7325
7326 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7327
7328         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7329         (gst_ffmpeg_caps_to_pixfmt):
7330         Fix the r_mask test for RGBA32 on little-endian.
7331         Fix a stupid typo that would have obviously broken 
7332         compilation on big-endian, if anyone was testing.
7333
7334 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7335
7336         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7337         (paint_hline_str4):
7338         * gst/videotestsrc/videotestsrc.h:
7339         Add alpha to the color struct.
7340         Use a default alpha value of 255 instead of 128.
7341
7342 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7343
7344         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7345         (setup_source):
7346         Clear the dynamic pads counter when starting a new uri. This makes
7347         reusing playbin work again.
7348         Fixes #454264.
7349
7350 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7351
7352         * configure.ac:
7353           Use pkg-config to locate check.
7354
7355 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7356
7357         * configure.ac:
7358         * tests/check/elements/volume.c: (GST_START_TEST):
7359           Fix 'make check' build against core CVS.
7360
7361 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7362
7363         * gst-libs/gst/interfaces/propertyprobe.c:
7364         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7365         * gst-libs/gst/tag/gstvorbistag.c:
7366           Make gtk-doc happy.
7367
7368 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7369
7370         * gst-libs/gst/audio/gstbaseaudiosink.c:
7371         (gst_base_audio_sink_callback):
7372           Quick hack to make audiosinks stop at EOS when operating in
7373           pull-mode; needs to be fixed properly some day.
7374
7375 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7376
7377         * docs/libs/gst-plugins-base-libs-sections.txt:
7378           Fix location of includes in the docs.
7379
7380 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7381
7382         * gst/ffmpegcolorspace/avcodec.h:
7383         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7384         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7385         (gst_ffmpegcsp_avpicture_fill):
7386         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7387         (img_get_alpha_info):
7388         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7389         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7390         end of the word. Partially fixes #451908
7391
7392 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7393
7394         * docs/libs/Makefile.am:
7395         * docs/plugins/Makefile.am:
7396           Simplify --extra-dir as gtkdoc scans recursively.
7397
7398 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7399
7400         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7401         (gst_adder_request_new_pad):
7402         Make getcaps more robust by not using the proxycaps function. This makes
7403         sure that we don't end up recursively calling getcaps upstream.
7404         See #316248.
7405
7406 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7407
7408         * gst/audioconvert/audioconvert.c:
7409         Include math.h to fix compilation.
7410
7411 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7412
7413         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7414         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7415         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7416         format, as produced by some dc1394 cameras like the iSight.
7417         See http://www.fourcc.org/yuv.php#IYU1
7418
7419 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7420
7421         * gst/audioconvert/Makefile.am:
7422         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7423         (check_default), (audio_convert_prepare_context),
7424         (audio_convert_clean_context), (audio_convert_convert):
7425         * gst/audioconvert/audioconvert.h:
7426         * gst/audioconvert/gstaudioconvert.c:
7427         (gst_audio_convert_dithering_get_type),
7428         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7429         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7430         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7431         * gst/audioconvert/gstaudioconvert.h:
7432         * gst/audioconvert/gstaudioquantize.c:
7433         (gst_audio_quantize_setup_noise_shaping),
7434         (gst_audio_quantize_free_noise_shaping),
7435         (gst_audio_quantize_setup_dither),
7436         (gst_audio_quantize_free_dither),
7437         (gst_audio_quantize_setup_quantize_func),
7438         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7439         * gst/audioconvert/gstaudioquantize.h:
7440         Implement dithering and noise shaping in audioconvert. By default now
7441         TPDF dithering (and no noise shaping) will be used when converting
7442         from a higher bit depth to 20 bit depth or smaller, otherwise
7443         everything will be as it is now.
7444         For the last audioconvert in a pipeline it would make sense to
7445         use some kind of noise shaping, enabling it by default for all
7446         conversions would give undesired results though. Fixes #360246.
7447         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7448         (GST_START_TEST):
7449         Adjust unit test for the new audioconvert.
7450
7451 2007-06-28  Wim Taymans  <wim@fluendo.com>
7452
7453         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7454         Use other metrics as well when estimating the buffer level.
7455
7456 2007-06-28  Wim Taymans  <wim@fluendo.com>
7457
7458         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7459         Small debug improvement.
7460
7461         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7462         (plugin_init):
7463         Tweak the rate estimation period.
7464         When calculating the buffer filledness in rate estimation mode, don't
7465         mix it with other metrics.
7466
7467 2007-06-28  Wim Taymans  <wim@fluendo.com>
7468
7469         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7470         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7471         When creating the groups, allow for a 5 second, unlimited buffers
7472         preroll phase after which we expose the group.
7473         When the group is exposed, use a small number of buffers up to a 2
7474         second limit. Also disconnect the overrun signal from multiqueue when we
7475         exposed the group because it is not needed anymore.
7476
7477 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7478
7479         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7480           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7481           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7482           (#451707); also, output some debugging info when dealing with
7483           freeform strings.
7484
7485         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7486           Add unit test for the above.
7487
7488 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7489
7490         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7491           Add description for Windows Media RTP caps.
7492
7493         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7494           Remove RTP fields that don't define the format from caps.
7495
7496 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7497
7498         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7499           Skip empty buffers, but not empty header buffers. That way the original
7500           vorbisdec unit test still passes (#451145); also, take into account
7501           that those empty packets might carry a granulepos.
7502
7503         * tests/check/Makefile.am:
7504         * tests/check/elements/vorbisdec.c:
7505         (_create_codebook_header_buffer), (_create_audio_buffer),
7506         (GST_START_TEST), (vorbisdec_suite):
7507           Add unit test that sends an empty packet.
7508
7509 2007-06-27  Wim Taymans  <wim@fluendo.com>
7510
7511         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7512         Don't error out on 0-sized packets, just emit a warning because this is
7513         not a fatal error. Fixes #451145.
7514
7515 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7516
7517         * docs/plugins/gst-plugins-base-plugins.args:
7518         * docs/plugins/gst-plugins-base-plugins.signals:
7519         * docs/plugins/inspect/plugin-adder.xml:
7520         * docs/plugins/inspect/plugin-alsa.xml:
7521         * docs/plugins/inspect/plugin-audioconvert.xml:
7522         * docs/plugins/inspect/plugin-audiorate.xml:
7523         * docs/plugins/inspect/plugin-audioresample.xml:
7524         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7525         * docs/plugins/inspect/plugin-cdparanoia.xml:
7526         * docs/plugins/inspect/plugin-decodebin.xml:
7527         * docs/plugins/inspect/plugin-decodebin2.xml:
7528         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7529         * docs/plugins/inspect/plugin-gdp.xml:
7530         * docs/plugins/inspect/plugin-gnomevfs.xml:
7531         * docs/plugins/inspect/plugin-libvisual.xml:
7532         * docs/plugins/inspect/plugin-ogg.xml:
7533         * docs/plugins/inspect/plugin-pango.xml:
7534         * docs/plugins/inspect/plugin-playbin.xml:
7535         * docs/plugins/inspect/plugin-subparse.xml:
7536         * docs/plugins/inspect/plugin-tcp.xml:
7537         * docs/plugins/inspect/plugin-theora.xml:
7538         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7539         * docs/plugins/inspect/plugin-video4linux.xml:
7540         * docs/plugins/inspect/plugin-videorate.xml:
7541         * docs/plugins/inspect/plugin-videoscale.xml:
7542         * docs/plugins/inspect/plugin-videotestsrc.xml:
7543         * docs/plugins/inspect/plugin-volume.xml:
7544         * docs/plugins/inspect/plugin-vorbis.xml:
7545         * docs/plugins/inspect/plugin-ximagesink.xml:
7546         * docs/plugins/inspect/plugin-xvimagesink.xml:
7547           Update docs with caps info.
7548
7549 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7550
7551         * po/POTFILES.in:
7552           Add more files with translatable strings (#450875).
7553
7554 2007-06-23  Edward Hervey  <edward@fluendo.com>
7555
7556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7557         The chain should be freed if we error out here, else it will leak.
7558         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7559         (cleanup_decodebin):
7560         Don't forget to *properly* remove the signals, else it will leak.
7561
7562 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7563
7564         * MAINTAINERS:
7565         Updating all the maintainers files
7566
7567 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7568
7569         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7570         (main):
7571           Destroy and recreate parse-launch based pipeline after stop to be able
7572           to play again. Reorder some code and add more comments.
7573
7574 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7575
7576         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7577         When handling a delayed-caps notification case, mark
7578         the group as dynamic so that the nbdynamic count is
7579         incremented and decremented correctly. Fixes: #449156
7580         Patch by: Wim Taymans <wim@fluendo.com>
7581
7582 2007-06-19  Andy Wingo  <wingo@pobox.com>
7583
7584         * gst-libs/gst/audio/gstbaseaudiosink.c
7585         (gst_base_audio_sink_init): Enable pull-mode operation.
7586
7587 2007-06-19  Michael Smith <msmith@fluendo.com>
7588
7589         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7590           Change minimum rate back to 1000 to allow low-sample-rate wav files
7591           to play back.
7592
7593 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7594
7595         * po/vi.po:
7596           Update translations.
7597
7598 2007-06-15  David Schleef  <ds@schleef.org>
7599
7600         * gst/playback/gstqueue2.c:
7601           Fix compile error from ignored return value.
7602
7603 2007-06-15  Michael Smith <msmith@fluendo.com>
7604
7605         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7606           Update tmpbuf for all neccesary rows, not just one, as is required
7607           when downscaling.
7608           Fixes #402076.
7609
7610 2007-06-15  Michael Smith <msmith@fluendo.com>
7611
7612         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
7613         (eos_buffer_probe):
7614           Add a test that ensures we set DELTA_UNIT on all non-header,
7615           non-video buffers, if we have a video stream.
7616         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7617         (gst_ogg_mux_process_best_pad):
7618           Move setting delta_pad to earlier, where we inspect all pads, so
7619           that leading audio pages don't get DELTA_UNIT unset if they come
7620           before the first DELTA_UNIT from video pages. Fixes the newly-added
7621           test. Fixes #385527.
7622
7623 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7624
7625         * tests/check/pipelines/streamheader.c: (streamheader_suite):
7626           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
7627           fails on the p5-ppc64 build bot and the failure looks like it is due
7628           to the same issue as #348114, ie. a compiler bug.
7629
7630 2007-06-13  Edward Hervey  <edward@fluendo.com>
7631
7632         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7633         Fix build on MacOSX.
7634
7635 2007-06-13  Wim Taymans  <wim@fluendo.com>
7636
7637         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7638         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
7639         Fix compilation on mingw. Fixes #446972.
7640
7641 2007-06-12  Wim Taymans  <wim@fluendo.com>
7642
7643         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7644
7645         * gst/playback/gstqueue2.c: (update_buffering),
7646         (gst_queue_locked_enqueue):
7647         Fix a division by zero when the max percent is <= 0. Fixes #446572.
7648         also update the buffering status when receiving events. Fixes #446551.
7649
7650 2007-06-11  Wim Taymans  <wim@fluendo.com>
7651
7652         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7653
7654         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
7655         (gst_queue_handle_src_query):
7656         Wait for preroll before attempting to forward a duration query upstream.
7657         Fixes #445505.
7658
7659 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
7660
7661         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
7662         (gst_base_rtp_depayload_set_gst_timestamp):
7663         Use G_GINT64_CONSTANT macro for int64 constant.
7664         * win32/common/libgstinterfaces.def:
7665         * win32/common/libgsttag.def:
7666         Add new exported functions.
7667
7668 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
7669
7670         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
7671           The BOS page of the first Dirac video stream needs to come before
7672           the BOS page of any Vorbis streams or other audio streams, just like
7673           it is with Theora.
7674
7675 2007-06-07  Wim Taymans  <wim@fluendo.com>
7676
7677         * gst/playback/gstqueue2.c: (gst_queue_get_range):
7678         Fix compilation.
7679
7680 2007-06-06  Wim Taymans  <wim@fluendo.com>
7681
7682         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7683
7684         * gst/playback/gstqueue2.c: (gst_queue_init),
7685         (gst_queue_handle_sink_event), (gst_queue_chain),
7686         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
7687         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
7688         (gst_queue_src_activate_pull):
7689         Add pull based scheduling and fix some deadlocks. Fixes #444523.
7690         Does not yet completely work because duration queries upstream won't
7691         block yet.
7692
7693 2007-06-06  Wim Taymans  <wim@fluendo.com>
7694
7695         * configure.ac:
7696         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7697         Some more fseeko checks.
7698
7699 2007-06-06  Wim Taymans  <wim@fluendo.com>
7700
7701         * configure.ac:
7702         check for large file support.
7703
7704 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
7705
7706         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
7707
7708         * gst/subparse/gstsubparse.c: (parse_subrip),
7709         (subviewer_unescape_newlines), (parse_subviewer),
7710         (gst_sub_parse_data_format_autodetect),
7711         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
7712         * gst/subparse/gstsubparse.h:
7713         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
7714         * tests/check/elements/subparse.c: (GST_START_TEST),
7715         (subparse_suite):
7716         Add a unit test for both SubViewer formats.
7717
7718 2007-06-01  Michael Smith <msmith@fluendo.com>
7719
7720         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
7721           Don't overflow intermediate values when seeking to large time values
7722           in audiotestsrc.
7723
7724 2007-06-05  Wim Taymans  <wim@fluendo.com>
7725
7726         * gst/playback/gstqueue2.c: (gst_queue_have_data),
7727         (gst_queue_create_read), (gst_queue_read_item_from_file),
7728         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
7729         Include stdio to define fseeko.
7730
7731 2007-06-05  Wim Taymans  <wim@fluendo.com>
7732
7733         Patch by: Edward Hervey  <edward@fluendo.com>
7734
7735         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
7736         (gst_v4lsrc_query):
7737         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
7738
7739 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
7740
7741         * gst-libs/gst/riff/Makefile.am:
7742         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
7743           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
7744           our own implementation.
7745
7746 2007-06-05  Wim Taymans  <wim@fluendo.com>
7747
7748         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7749         (gst_base_rtp_depayload_setcaps),
7750         (gst_base_rtp_depayload_set_gst_timestamp),
7751         (gst_base_rtp_depayload_change_state):
7752         Handle timestamp wraparound.
7753
7754 2007-06-05  Wim Taymans  <wim@fluendo.com>
7755
7756         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
7757         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
7758         (gst_uri_decode_bin_change_state):
7759         Make sure we name srcpads uniquely even when using different internal
7760         decodebins.
7761         Signal no-more-pads when no more dynamic elements exist.
7762         Remove pads on cleanup.
7763
7764 2007-06-05  Wim Taymans  <wim@fluendo.com>
7765
7766         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7767
7768         * gst/playback/gstqueue2.c: (gst_queue_class_init),
7769         (gst_queue_init), (gst_queue_finalize),
7770         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
7771         (gst_queue_create_read), (gst_queue_read_item_from_file),
7772         (gst_queue_open_temp_location_file),
7773         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
7774         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
7775         (gst_queue_is_empty), (gst_queue_is_filled),
7776         (gst_queue_change_state), (gst_queue_set_temp_location),
7777         (gst_queue_set_property):
7778         Add support for filebased buffering. Fixes #441264.
7779
7780 2007-06-05  Wim Taymans  <wim@fluendo.com>
7781
7782         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
7783         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
7784         (caps_notify_group_cb), (gst_decode_group_new),
7785         (gst_decode_group_free):
7786         Add support for delayed caps fixation when autoplugging.
7787         Optimize cases where a multiqueue is not needed/wanted, like right after
7788         anything that is not a demuxer.
7789
7790 2007-06-05  Wim Taymans  <wim@fluendo.com>
7791
7792         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
7793         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
7794         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
7795         consideratly speedup ogg chain detection by not trying to find a base
7796         timestamp for skeleton streams. 
7797
7798 2007-06-05  Wim Taymans  <wim@fluendo.com>
7799
7800         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
7801         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
7802         (gst_multi_fd_sink_remove_flush),
7803         (gst_multi_fd_sink_remove_client_link),
7804         (gst_multi_fd_sink_handle_client_write),
7805         (gst_multi_fd_sink_handle_clients):
7806         * gst/tcp/gstmultifdsink.h:
7807         Add support for remove_flush.
7808
7809 2007-06-05  Wim Taymans  <wim@fluendo.com>
7810
7811         * docs/design/draft-keyframe-force.txt:
7812         * ext/theora/theoraenc.c: (theora_enc_sink_event),
7813         (theora_enc_chain):
7814         Add draft design for forcing keyframes in encoders and implement in
7815         theoraenc.
7816
7817 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
7818
7819         * configure.ac:
7820           Back to CVS
7821
7822 === release 0.10.13 ===
7823
7824 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
7825
7826         * configure.ac:
7827           releasing 0.10.13, "What's Going on?"
7828
7829 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
7830
7831         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7832         In riff, the depth is stored in the size field but it just means that
7833         the least significant bits are cleared. We can therefore just play
7834         the sample as if it had a depth == width. Fixes: #440997
7835
7836         Patch by: Wim Taymans <wim@fluendo.com> 
7837         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
7838
7839 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
7840
7841         * gst-libs/gst/floatcast/floatcast.h:
7842         Define inline when needed on win32 builds. Fixes: #441295
7843         Patch by: Sebastien Moutte  <sebastien@moutte.net>
7844
7845 2007-05-29  Wim Taymans  <wim@fluendo.com>
7846
7847         * gst/playback/gstplaybasebin.c: (queue_overrun),
7848         (no_more_pads_full):
7849         Stop buffering when the group is commited because the queues filled up.
7850         Fixes #442024.
7851
7852 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
7853
7854         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
7855         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
7856         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7857         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7858         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7859         * ext/alsa/gstalsamixer.h:
7860         * ext/alsa/gstalsamixerelement.c:
7861         (gst_alsa_mixer_element_interface_supported),
7862         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
7863         (gst_alsa_mixer_element_set_property),
7864         (gst_alsa_mixer_element_get_property),
7865         (gst_alsa_mixer_element_change_state):
7866         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
7867         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
7868         (gst_mixer_option_changed):
7869         * gst-libs/gst/interfaces/mixer.h:
7870         Revert commits towards #152864 made so far. We'll pick it up again
7871         after the 0.10.13 release.
7872
7873 2007-05-24  Wim Taymans  <wim@fluendo.com>
7874
7875         * gst-libs/gst/audio/gstbaseaudiosink.c:
7876         (gst_base_audio_sink_render):
7877         After an interrupt (PAUSED/flush) assume that the next sample should not
7878         be aligned to the previous sample. Fixes #417992.
7879
7880 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
7881
7882         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7883           Don't add channels and rate fields to the template caps for
7884           audio/x-dts, as wavparse might not always be able to set them,
7885           which would then lead to 'caps are not a real subset of the
7886           template caps' warnings.
7887
7888 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
7889
7890         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
7891         Handle unknown or invalid pads without crashing, as might occur if
7892         a media file like an mp3 is specified as a subtitle file.
7893         Fixes: #410039
7894
7895 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
7896
7897         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
7898         (setup_sinks):
7899         Block the subtitle bin output queue before ghosting it and linking,
7900         then unblock after. This avoids spurious not-linked errors caused 
7901         by the queue starting up (because it gets linked when it is ghosted). 
7902         Fixes: #350299
7903
7904 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
7905
7906         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
7907         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
7908         file. Avoids flukes where the input gets typefound to some valid but
7909         useless type.
7910
7911 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7912
7913         * tests/check/Makefile.am:
7914         * tests/check/elements/.cvsignore:
7915         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
7916         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
7917           Add unit test for gnomevfssink seeking and position reporting for
7918           file:// URIs.
7919
7920 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7921
7922         Patch by: Mark Nauwelaerts <manauw at skynet be>
7923
7924         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
7925         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
7926         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
7927         * ext/gnomevfs/gstgnomevfssink.h:
7928           Fix position reporting, especially after a seek (from upstream),
7929           see #412648.
7930
7931 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
7932
7933         * ext/cdparanoia/gstcdparanoiasrc.c:
7934           Repair umlaut.
7935
7936 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
7937
7938         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7939         Specify the full valid range for MP3 samplerates. Fixes a regression
7940         caused by extra header checks since the last release.
7941
7942 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
7943
7944         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
7945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
7946         Fix a locking-order bug I introduced with my changes the other day.
7947         Patch by Mike Smith.
7948
7949 2007-05-21  Michael Smith <msmith@fluendo.com>
7950
7951         * ext/theora/theoradec.c: (theora_handle_data_packet):
7952           Don't look inside 0-length packets (which indicate duplicated
7953           frames)
7954
7955 2007-05-21  Wim Taymans  <wim@fluendo.com>
7956
7957         * ext/cdparanoia/gstcdparanoiasrc.c:
7958         (gst_cd_paranoia_src_read_sector):
7959         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7960         (gst_base_audio_src_create):
7961         Small cleanups.
7962
7963         * ext/theora/theoradec.c: (theora_dec_sink_event):
7964         Fix typo.
7965
7966         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7967         (gst_base_rtp_depayload_set_gst_timestamp):
7968         Add some FIXME
7969
7970         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
7971         And some debug info when a FIXME path is hit.
7972
7973 2007-05-21  Wim Taymans  <wim@fluendo.com>
7974
7975         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7976         (gst_base_rtp_audio_payload_class_init),
7977         (gst_base_rtp_audio_payload_init),
7978         (gst_base_rtp_audio_payload_finalize),
7979         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
7980         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
7981         (gst_base_rtp_payload_audio_handle_event):
7982         Some cleanups, remove minptime property as it is now in the parent
7983         class.
7984         Override parent class event function.
7985
7986         * gst-libs/gst/rtp/gstbasertppayload.c:
7987         (gst_basertppayload_class_init), (gst_basertppayload_init),
7988         (gst_basertppayload_event), (gst_basertppayload_set_property),
7989         (gst_basertppayload_get_property):
7990         * gst-libs/gst/rtp/gstbasertppayload.h:
7991         Add min-ptime property.
7992         Add handle-event vmethod. Fixes #415001.
7993
7994 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
7995
7996         * gst-libs/gst/audio/gstbaseaudiosink.c
7997           (gst_base_audio_sink_change_state):
7998           Fix typo in comment.
7999
8000         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8001           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8002           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8003           close_link):
8004         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8005           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8006           Remove trailing whitespaces in comments.
8007
8008         * gst/volume/Makefile.am:
8009           Fix tabs.
8010
8011 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8012
8013         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8014
8015         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8016           set_option, get_option, _gst_reserved):
8017           Revert reordering functions (keep ABI).
8018
8019 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8020
8021         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8022         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8023         (gst_ximagesink_show_frame):
8024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8025         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8026         (gst_xvimagesink_show_frame):
8027         When we create our own window, indicate that we handle the 
8028         WM_DELETE client message from the window manager, so that it won't 
8029         kill our window (and our app) along with it. Handle ClientMessage,
8030         post an error on the bus, and close the window. Further buffers
8031         arriving will result in a FlowError because the window has been
8032         destroyed.
8033
8034         Fixes: #393975
8035
8036         Clean up the X event handling loop and make them the same for
8037         both xvimagesink and ximagesink while I'm at it.
8038
8039 2007-05-17  Wim Taymans  <wim@fluendo.com>
8040
8041         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8042         Make decodebin2 autoplug depayloaders too.
8043
8044         * gst/playback/gsturidecodebin.c: (source_new_pad):
8045         Set the newly created decoder in a usable state when autoplugging a
8046         dynamic source such as RTSP.
8047
8048 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8049
8050         * gst/playback/gststreaminfo.c: (cb_probe):
8051           Ignore video-codec tag for audio streams and ignore audio-codec tags
8052           for video streams. Should make codec name collection a bit more
8053           robust against sloppy demuxers that send tag events containing both
8054           tags down each pad.
8055
8056 2007-05-17  Wim Taymans  <wim@fluendo.com>
8057
8058         * gst/playback/gstqueue2.c: (update_rates):
8059         Tweak the buffering thresholds a little.
8060         Update the buffer size with the previously calculate rate instead of
8061         only when we calculate a new rate so that we get smoother buffering
8062         updates.
8063
8064         * gst/playback/Makefile.am:
8065         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8066         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8067         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8068         (gst_uri_decode_bin_get_property), (unknown_type),
8069         (add_element_stream), (no_more_pads_full), (no_more_pads),
8070         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8071         (gen_source_element), (has_all_raw_caps), (analyse_source),
8072         (remove_decoders), (make_decoder), (remove_source),
8073         (source_new_pad), (setup_source), (decoder_query_init),
8074         (decoder_query_duration_fold), (decoder_query_duration_done),
8075         (decoder_query_position_fold), (decoder_query_position_done),
8076         (decoder_query_latency_fold), (decoder_query_latency_done),
8077         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8078         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8079         (gst_uri_decode_bin_change_state), (plugin_init):
8080         New element that intergrates a source, optional buffering element and
8081         decodebin.
8082
8083 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8084
8085         * configure.ac:
8086           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8087           (also has a .pc file, so we don't need the fallback check any
8088           longer). Fixes #438840.
8089
8090 2007-05-17  Wim Taymans  <wim@fluendo.com>
8091
8092         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8093         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8094         (apply_segment), (apply_buffer), (update_buffering),
8095         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8096         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8097         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8098         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8099         (plugin_init):
8100         fix build.
8101
8102 2007-05-17  Wim Taymans  <wim@fluendo.com>
8103
8104         * gst/playback/Makefile.am:
8105         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8106         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8107         (gst_queue_getcaps), (gst_queue_bufferalloc),
8108         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8109         (apply_buffer), (update_buffering), (reset_rate_timer),
8110         (update_rates), (gst_queue_locked_flush),
8111         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8112         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8113         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8114         (gst_queue_loop), (gst_queue_handle_src_event),
8115         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8116         (gst_queue_src_activate_push), (gst_queue_change_state),
8117         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8118         On our way to playbin2 this is the new network queue that does buffering
8119         all by itself using high and low watermarks. It can also measure up and
8120         downstream bandwidth to optimally size the queue.
8121
8122 2007-05-17  Michael Smith <msmith@fluendo.com>
8123
8124         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8125         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8126           Use the segment->last_stop value to calculate the next timestamp to
8127           generate after a seek; not the segment->start value.
8128
8129 2007-05-15  David Schleef  <ds@schleef.org>
8130
8131         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8132           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8133
8134 2007-05-15  Wim Taymans  <wim@fluendo.com>
8135
8136         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8137         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8138         Some more chained streaming ogg timestamp fixes.
8139
8140 2007-05-15  Wim Taymans  <wim@fluendo.com>
8141
8142         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8143         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8144         (gst_ogg_demux_handle_page):
8145         Add some FIXMEs.
8146         Fix chain start/stop segment handling based on patch by
8147         <ahalda at cs dot mcgill dot ca> see #320984.
8148
8149 2007-05-15  Michael Smith <msmith@fluendo.com>
8150
8151         * configure.ac:
8152           We don't require a C++ compiler. So don't require one.
8153
8154 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8155
8156         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8157           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8158           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8159           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8160           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8161           gst_alsa_mixer_update_track):
8162           Apply some of the cleanup Tim suggested in #152864 afterwards.
8163
8164 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8165
8166         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8167
8168         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8169           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8170           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8171           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8172           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8173           gst_alsa_mixer_handle_source_callback,
8174           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8175           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8176           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8177           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8178           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8179           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8180         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8181         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8182           gst_alsa_mixer_element_interface_supported,
8183           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8184           gst_alsa_mixer_element_set_property,
8185           gst_alsa_mixer_element_get_property,
8186           gst_alsa_mixer_element_change_state):
8187         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8188         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8189           gst_mixer_option_changed):
8190         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8191           volume_changed, option_changed, _gst_reserved):
8192           Implement notification for alsamixer. Fixes #152864
8193
8194 2007-05-14  David Schleef  <ds@schleef.org>
8195
8196         * gst/videotestsrc/videotestsrc.c:
8197         * gst/videotestsrc/videotestsrc.h:
8198           Add support for video/x-raw-bayer.
8199
8200 2007-05-12  David Schleef  <ds@schleef.org>
8201
8202         * sys/xvimage/xvimagesink.c:
8203           Add some sanity checking for the XVImage size returned by X.
8204           Related to #377400.
8205
8206 2007-05-12  Wim Taymans  <wim@fluendo.com>
8207
8208         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8209         (gst_base_rtp_depayload_setcaps),
8210         (gst_base_rtp_depayload_set_gst_timestamp):
8211         Parse and use additional caps fields as described in updated
8212         application/x-rtp caps spec.
8213
8214 2007-05-12  Wim Taymans  <wim@fluendo.com>
8215
8216         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8217         (gst_ogg_demux_collect_chain_info):
8218         If there is a stream in a chain without any data packets, ignore the
8219         stream in the total length calculations. Might be related to #436820.
8220
8221 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8222
8223         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8224         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8225         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8226         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8227         (plugin_init):
8228
8229         Consolidate and re-work our mpeg system stream detection to probe
8230         more packets and produce a higher confidence result. Fixes a
8231         regression caused by lowering the typefind probability last year
8232         - related to bug #397810. Remove the redundant MPEG-1 specific 
8233         typefind function, as the new one detects both MPEG-1 & MPEG-2
8234         happily.
8235
8236         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8237         little. 
8238
8239         Tested against my media test directory, with some improvements and
8240         no regressions.
8241
8242 2007-05-10  Wim Taymans  <wim@fluendo.com>
8243
8244         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8245         (queue_out_of_data):
8246         Connect to the new queue "pushing" signal instead of the broken
8247         "running" one.
8248
8249 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8250
8251         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8252         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8253         Move variable declaration before the first instruction.
8254         * gst/videotestsrc/videotestsrc.c:
8255         Define M_PI if it's not defined yet.
8256         * win32/common/libgstrtp.def:
8257         Add new exported functions.
8258
8259 2007-05-09  Michael Smith <msmith@fluendo.com>
8260
8261         * ext/theora/theoradec.c: (theora_handle_type_packet):
8262           gst_pad_push_event() does not return a GstFlowReturn!
8263
8264 2007-05-09  Wim Taymans  <wim@fluendo.com>
8265
8266         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8267         * tests/examples/seek/seek.c: (do_seek):
8268         Some small cosmetic changes.
8269
8270 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8271
8272         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8273           gst_adder_change_state):
8274         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8275           segment_pending, segment_position, segment_rate):
8276           Handle playback-rate on adder.
8277
8278 2007-05-07  Michael Smith <msmith@fluendo.com>
8279
8280         * ext/theora/gsttheoradec.h:
8281         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8282         (theora_dec_sink_event), (theora_handle_comment_packet),
8283         (theora_handle_type_packet), (theora_dec_change_state):
8284           Don't push events (newsegment, tags) before initialising the
8285           decoder.
8286           This is neccesary for seeking to work correctly in gnonlin.
8287
8288 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8289
8290         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8291         * gst/adder/gstadder.c:
8292         * gst/audiotestsrc/gstaudiotestsrc.c
8293           (gst_audio_test_src_create_white_noise):
8294         * gst/videotestsrc/gstvideotestsrc.c:
8295         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8296           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8297           volume_sink_template, volume_src_template, gst_volume_init,
8298           volume_process_double, volume_process_int16,
8299           volume_process_int16_clamp):
8300           Doc fixes and formatting.
8301
8302 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8303
8304         * tests/check/Makefile.am:
8305         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8306           Minimal check for volume's GstController usability; also another
8307           test for #422295.
8308
8309 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8310
8311         * gst-libs/gst/cdda/gstcddabasesrc.c:
8312         (gst_cdda_base_src_add_track):
8313           Fix it so that it (a) makes sense and (b) doesn't break
8314           everything cdda-related including the unit test.
8315
8316 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8317
8318         * gst-libs/gst/cdda/gstcddabasesrc.c:
8319         (gst_cdda_base_src_add_track):
8320           Fix build when disabling asserts.
8321
8322 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8323
8324         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8325           When XShm is not available, we might get row strides that are not
8326           rounded up to multiples of four; this is bad, because virtually
8327           every RGB-processing element in GStreamer assumes rowstrides are
8328           rounded up to multiples of four, so let's allocate at least enough
8329           memory to avoid crashes in this case. The image will still be
8330           displayed distorted though if this happens, so that still needs
8331           fixing (maybe by allocating a bigger image with an 'even' width
8332           and then clipping it appropriately when rendering - something for
8333           Xlib aficionados in any case).
8334
8335 2007-05-03  Michael Smith <msmith@fluendo.com>
8336
8337         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8338           If a buffer doesn't have a timestamp, assume it's contiguous with
8339           the previous buffer, and synthesise timestamps appropriately.
8340
8341 2007-05-03  Edward Hervey  <edward@fluendo.com>
8342
8343         * tests/check/elements/videorate.c: (GST_START_TEST):
8344         Set buffer timestamp to a valid value in order to test the buffer
8345         really does stay in videorate.
8346
8347 2007-05-03  Edward Hervey  <edward@fluendo.com>
8348
8349         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8350         There is no sensible way to handle incoming buffers which don't have a
8351         valid timestamp. We therefore discard them and wait for the next one.
8352
8353 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8354
8355         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8356         * gst/playback/gstdecodebin2.c: (plugin_init):
8357           Better error message for text files.
8358
8359 2007-04-29  Wim Taymans  <wim@fluendo.com>
8360
8361         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8362         Fix offset bug in generation RR packets.
8363
8364 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8365
8366         * ext/theora/theoradec.c: (_theora_granule_time),
8367         (theora_dec_push_forward), (theora_handle_data_packet),
8368         (theora_dec_decode_buffer): Calculate buffer duration correctly
8369         to generate a perfect stream (#433888).
8370         * gst/audioresample/gstaudioresample.c:
8371         (audioresample_check_discont): Glib provides ABS.
8372
8373 2007-04-27  Wim Taymans  <wim@fluendo.com>
8374
8375         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8376         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8377         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8378         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8379         (gst_rtcp_packet_bye_set_reason):
8380         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8381         Fix RB block parsing and writing.
8382         Add support for constructing BYE packets.
8383
8384 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8385
8386         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8387         (gst_base_audio_src_create):
8388         * po/POTFILES.in:
8389           When posting a warning message because samples were dropped, post
8390           something more intelligible than he default error message for clock
8391           errors which is just confusing in this context (#432984).
8392
8393 2007-04-25  Wim Taymans  <wim@fluendo.com>
8394
8395         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8396         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8397         (read_packet_header), (gst_rtcp_packet_move_to_next),
8398         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8399         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8400         (gst_rtcp_packet_sdes_get_item_count),
8401         (gst_rtcp_packet_sdes_first_item),
8402         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8403         (gst_rtcp_packet_sdes_first_entry),
8404         (gst_rtcp_packet_sdes_next_entry),
8405         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8406         (gst_rtcp_packet_sdes_add_entry):
8407         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8408         Implement code to write SR, RR and SDES packets.
8409
8410 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8411
8412         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8413
8414         * sys/ximage/ximagesink.c:
8415           Fix build if XShm is not available (#432362).
8416
8417 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8418
8419         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8420         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8421         pointers to random memory which are passed to g_free() when
8422         audio_convert_prepare_context() is called the first time.
8423
8424 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8425
8426         Patch by: Dan Williams <dcbw redhat com>
8427
8428         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8429           Don't leak incoming buffer if gst_pad_push() returns a
8430           non-OK flow. Fixes #432755.
8431          
8432         * tests/check/elements/videorate.c: (GST_START_TEST),
8433         (videorate_suite):
8434           Unit test for the above by Yours Truly.
8435
8436 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8437
8438         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8439         (gst_adder_sink_event), (gst_adder_collected):
8440           Fix non-flushing segmented seeks, Fixes #340060 for me
8441
8442 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8443
8444         Patch by: Olivier Crete  <tester at tester ca>
8445
8446         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8447         (gst_base_rtp_audio_payload_class_init),
8448         (gst_base_rtp_audio_payload_init),
8449         (gst_base_rtp_audio_payload_dispose):
8450           Chain up to parent class in dispose function; get rid of
8451           unnecessary 'diposed' flag in private structure (#415001).
8452
8453 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8454
8455         * docs/libs/gst-plugins-base-libs.types:
8456         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8457         (gst_base_rtp_audio_payload_class_init):
8458         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8459         * gst-libs/gst/rtp/gstbasertppayload.c:
8460           Some minor docs fixes and additions; also add missing 'Since' bits.
8461
8462 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8463
8464         Patch by: Zeeshan Ali  <zeenix gmail com>
8465
8466         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8467         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8468         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8469         (gst_base_rtp_audio_payload_push):
8470         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8471           The recently-added gst_base_rtp_audio_payload_push() should take an
8472           object of type GstBaseRTPAudioPayload as first argument (#431672).
8473
8474 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8475
8476         * gst/audioresample/gstaudioresample.c:
8477           Make more functions static, just because we can.
8478
8479 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8480
8481         * tests/check/elements/audioresample.c:
8482           Add unit test for audioresample shutdown crasher (#420106).
8483
8484 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8485
8486         * gst/subparse/gstsubparse.c:
8487         * gst/subparse/samiparse.c:
8488           Use GST_DISABLE_XML here
8489
8490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8491         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8492         (gst_xvimagesink_buffer_alloc),
8493         (gst_xvimagesink_navigation_send_event):
8494         * sys/xvimage/xvimagesink.h:
8495           Include stdlib.h when using atoi.
8496           
8497         * tests/check/elements/playbin.c: (playbin_suite):
8498           Use GST_DISABLE_REGISTRY here
8499
8500 2007-04-19  Michael Smith  <msmith@fluendo.com>
8501
8502         * ext/theora/gsttheoraenc.h:
8503         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8504         (theora_enc_sink_event), (theora_enc_change_state):
8505           Track initialisation state; don't try to use encoder state if we're
8506           not initialised (it'll segfault).
8507
8508 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8509
8510         * tests/check/pipelines/.cvsignore:
8511         Fix build.
8512
8513 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8514
8515         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8516         Allow random depths between 1 and 32 instead of only multiplies of 8.
8517
8518 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8519
8520         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8521         Set the maximum number of channels for PCM and float in the correct
8522         place to have it also used when creating the template caps.
8523
8524 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8525
8526         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8527         Correctly support 4, 6 and 8 channels with normal PCM and float
8528         wav files.
8529
8530         Fix the depth and signedness calculation in extensible wav files and
8531         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8532         mask is found.
8533
8534         Add support for float, alaw and mulaw in extensible wav files.
8535
8536         This allows correct playback of all but 5 files from
8537         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8538         
8539         (gst_riff_create_audio_template_caps):
8540         Add voxware and float formats to the template caps.     
8541
8542 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8543
8544         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8545
8546         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8547         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8548
8549         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8550         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8551         Use the correct format strings for integer formats.
8552
8553 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8554
8555         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8556           Don't use pad_alloc_buffer_and_set_caps to create a small header
8557           packet, or, worse, to create a big temporary video buffer using the
8558           src pad.
8559
8560 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8561
8562         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8563         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8564           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8565           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8566
8567 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8568
8569         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8570           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8571           streamheader_suite):
8572           Add another test set up for failure
8573
8574 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8575
8576         * tests/check/Makefile.am:
8577         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8578           GST_START_TEST, streamheader_suite, main):
8579           Add a test for the streamheader bug Wim fixed.
8580
8581 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8582
8583         * ext/theora/theoradec.c: (theora_dec_sink_event):
8584         Fix misleading comment.
8585
8586 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8587
8588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8589           More sanity checks for the header fields.
8590
8591 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8592
8593         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8594           Try encodings from all environment variables, not just those in the
8595           first environment variable that is set.
8596
8597 2007-04-12  Wim Taymans  <wim@fluendo.com>
8598
8599         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8600         (gst_video_rate_chain):
8601         Add some debug.
8602
8603         * tests/check/elements/videorate.c: (GST_START_TEST),
8604         (videorate_suite):
8605         Added check for videorate changing caps handling. Closes #421834.
8606
8607 2007-04-12  Michael Smith  <msmith@fluendo.com>
8608
8609         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8610           Use scale functions to avoid overflow when calculating duration of 
8611           vorbis buffers.
8612
8613 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8614
8615         * docs/libs/gst-plugins-base-libs-sections.txt:
8616         * gst-libs/gst/tag/tag.h:
8617         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8618           API: add gst_tag_freeform_string_to_utf8() (#405072).
8619
8620         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
8621           Use gst_tag_freeform_string_to_utf8() here.
8622
8623 2007-04-12  Wim Taymans  <wim@fluendo.com>
8624
8625         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
8626         (gst_gdp_pay_sink_event):
8627         Make sure we set the IN_CAPS flag correctly.
8628
8629         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8630         Get the IN_CAPS flag before we call functions that mess with the flags.
8631
8632 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8633
8634         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
8635           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
8636           Only stamp buffers with offset/offset_end right before they get
8637           pushed.  This ensures offset continuity, which was not the case
8638           before as shown by
8639           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
8640
8641 2007-04-06  Wim Taymans  <wim@fluendo.com>
8642
8643         * gst/playback/gstplaybin.c: (add_sink),
8644         (gst_play_bin_change_state):
8645         Activate sync in playbin, we are ready to handle it for live streams.
8646
8647 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8648
8649         * tests/check/elements/playbin.c:
8650         (test_sink_usage_video_only_stream), (playbin_suite):
8651           Add small test for stream-info-value-array code paths.
8652
8653 2007-04-05  Wim Taymans  <wim@fluendo.com>
8654
8655         * gst-libs/gst/audio/gstbaseaudiosink.c:
8656         (gst_base_audio_sink_skew_slaving):
8657         Don't try to create invalid calibration parameters by making the
8658         internal time go backwards, instead make external time go forward.
8659
8660 2007-04-05  Wim Taymans  <wim@fluendo.com>
8661
8662         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8663
8664         * gst/playback/gstplaybasebin.c: (add_stream):
8665         Fix leak in add_stream(), when g_value_set_object() increases the
8666         refcount of streaminfo object. Fixes #426250.
8667
8668 2007-04-03  David Schleef  <ds@schleef.org>
8669
8670         * gst/videotestsrc/gstvideotestsrc.c:
8671         * gst/videotestsrc/gstvideotestsrc.h:
8672         * gst/videotestsrc/videotestsrc.c:
8673         * gst/videotestsrc/videotestsrc.h:
8674           Add a test pattern called "circular", which has concentric
8675           rings with varying radial frequency.  The main purpose of this
8676           pattern is to test fidelity loss in a filter or scaler element.
8677           Notably, this pattern is scale invariant, and is optimally viewed
8678           with a width (and height) of 400.
8679
8680 2007-04-03  Wim Taymans  <wim@fluendo.com>
8681
8682         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8683
8684         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
8685         (deactivate_free_recursive):
8686         Decodebin2 doesn't unref pads it obtains in some occasions:
8687         - multiqueue src pads, when either connecting further or exposing
8688         - sink pads of new autoplugged elements
8689         - peer pads when recursively freeing elements
8690         Fixes #425455.
8691
8692 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8693
8694         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8695         Add audio/x-raw-float support, now that audioconvert support
8696         non-native endianness floats.
8697
8698 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
8699
8700         * docs/libs/gst-plugins-base-libs-docs.sgml:
8701           gstreamer-plugins-base.pc doesn't exist, it's
8702           gstreamer-plugins-base-0.10.pc.
8703
8704 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8705
8706         Patch by: René Stadler <mail at renestadler dot de>
8707         with some minor changes
8708
8709         * gst-libs/gst/floatcast/floatcast.h:
8710         Use more efficient float endianness conversion functions that don't
8711         involve 2 function calls per value.
8712         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8713         (check_default), (audio_convert_prepare_context):
8714         * gst/audioconvert/gstaudioconvert.c:
8715         (gst_audio_convert_parse_caps), (make_lossless_changes):
8716         Support non-native endianness floats as input and output.
8717         Fixes #339838.
8718         * tests/check/elements/audioconvert.c: (verify_convert),
8719         (GST_START_TEST):
8720         Add unit tests for the non-native endianness float conversions.
8721
8722 2007-03-29  Wim Taymans  <wim@fluendo.com>
8723
8724         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8725         (gst_base_rtp_depayload_base_init),
8726         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
8727         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
8728         (gst_base_rtp_depayload_set_gst_timestamp),
8729         (gst_base_rtp_depayload_change_state),
8730         (gst_base_rtp_depayload_set_property),
8731         (gst_base_rtp_depayload_get_property):
8732         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8733         Add Private structure.
8734         Bring element code to 2007.
8735         Parse clock-base caps param and use it when generating the
8736         newsegment.
8737         Reset variables before going to PAUSED.
8738         Fix some docs.
8739
8740 2007-03-29  Wim Taymans  <wim@fluendo.com>
8741
8742         * docs/libs/gst-plugins-base-libs-docs.sgml:
8743         * docs/libs/gst-plugins-base-libs-sections.txt:
8744         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8745         (gst_base_rtp_audio_payload_get_adapter):
8746         Add RTCP docs.
8747         Fix some more docs.
8748
8749         * gst-libs/gst/rtp/Makefile.am:
8750         * gst-libs/gst/rtp/gstrtcpbuffer.c:
8751         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
8752         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
8753         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
8754         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
8755         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
8756         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
8757         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
8758         (gst_rtcp_packet_sr_get_sender_info),
8759         (gst_rtcp_packet_sr_set_sender_info),
8760         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
8761         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
8762         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
8763         (gst_rtcp_packet_sdes_get_chunk_count),
8764         (gst_rtcp_packet_sdes_first_chunk),
8765         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
8766         (gst_rtcp_packet_sdes_first_item),
8767         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
8768         (gst_rtcp_packet_bye_get_ssrc_count),
8769         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
8770         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8771         (gst_rtcp_packet_bye_get_reason_len),
8772         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
8773         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8774         Add new helper object for parsing and creating RTCP messages.
8775
8776 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8777
8778         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8779         PCM samples with width=8 must be always unsigned, no matter what
8780         depth they have.
8781
8782 2007-03-29  Andy Wingo  <wingo@pobox.com>
8783
8784         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
8785         perfect offsets also, not just timestamps.
8786
8787         * tests/check/elements/videorate.c (test_more): Test that given
8788         any incoming offsets, that videorate produces perfect offsets.
8789
8790 2007-03-29  Wim Taymans  <wim@fluendo.com>
8791
8792         * gst-libs/gst/riff/riff-ids.h:
8793         Add some more RIFF formats.
8794
8795 2007-03-29  Wim Taymans  <wim@fluendo.com>
8796
8797         * gst-libs/gst/rtp/gstrtpbuffer.c:
8798         (gst_rtp_buffer_default_clock_rate):
8799         * gst-libs/gst/rtp/gstrtpbuffer.h:
8800         Fix fixed payload names and docs.
8801         Added method to get the default clock rates of fixed payload types.
8802         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
8803
8804 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8805
8806         * tests/check/pipelines/.cvsignore:
8807         Add new vorbisdec test to cvsignore.
8808
8809 2007-03-28  Wim Taymans  <wim@fluendo.com>
8810
8811         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
8812         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
8813         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
8814         (gst_base_audio_sink_set_property),
8815         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
8816         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
8817         (gst_base_audio_sink_skew_slaving),
8818         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
8819         (gst_base_audio_sink_async_play):
8820         * gst-libs/gst/audio/gstbaseaudiosink.h:
8821         Store private stuff in GstBaseAudioSinkPrivate.
8822         Add configurable clock slaving modes property.
8823         API:: GstBaseAudioSink::slave-method property
8824         Some more latency reporting tweaks.
8825         Added skew based clock slaving correction and make it the default until
8826         the resampling method is more robust.
8827
8828 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
8829
8830         * gst/audioconvert/audioconvert.c:
8831         Add docs to the integer pack functions and implement proper
8832         rounding. Before we had rounding towards negative infinity, i.e.
8833         always the smaller number was taken. Now we use natural rounding,
8834         i.e. rounding to the nearest integer and to the one with the largest
8835         absolute value for X.5. The old rounding introduced some minor
8836         distortions. Fixes #420079
8837         * tests/check/elements/audioconvert.c: (GST_START_TEST):
8838         Fix one unit test that assumed the old rounding and added unit tests
8839         for checking signed/unsigned int16 <-> signed/unsigned int16 with
8840         depth 8, one for signed int16 <-> unsigned int16 and one for the new
8841         rounding from signed int32 to signed/unsigned int16.
8842
8843 2007-03-27  Michael Smith  <msmith@fluendo.com>
8844
8845         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
8846         (gst_audio_convert_transform_caps):
8847           Fix typo in debug line introduced recently, as pointed out on irc.
8848
8849 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
8850
8851         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8852         * tests/check/libs/tag.c: (GST_START_TEST):
8853           Make sure we parse floating-point numbers in vorbis comments
8854           correctly with either '.' or ',' as separator, no matter what
8855           the current locale is. Add unit test for this too.
8856
8857 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
8858
8859         Patch by: René Stadler  <mail at renestadler de>
8860
8861         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
8862           When writing out floating-point numbers to vorbis comment tags, always
8863           use the same character as separator no matter what the current locale is
8864           (fixes #423051).
8865
8866         * tests/check/libs/tag.c: (GST_START_TEST):
8867           Add unit tests for replaygain tags in vorbis comments (closes #423055).
8868
8869 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8870
8871         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
8872           vorbis_handle_data_packet):
8873           Correctly set DURATION to generate a timestamp-continuous stream.
8874           One bug left at the end; see
8875           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
8876         * tests/check/Makefile.am:
8877         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
8878           Add a test to check this.  Without the above patch this test fails.
8879
8880 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
8881
8882         * gst-libs/gst/rtp/Makefile.am:
8883         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
8884
8885 2007-03-23  Michael Smith  <msmith@fluendo.com>
8886
8887         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8888         (gst_video_rate_reset), (gst_video_rate_chain):
8889           If videorate changes caps, we can no longer use the old buffer
8890           (which may have a different size, incompatible with our caps).
8891           So don't do that; just duplicate the new frame more times.
8892
8893 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
8894
8895         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8896         Remove playbin's override of the set_clock vmethod. It's irrelevant
8897         after Wim's commit on the 19th.
8898
8899 2007-03-22  Wim Taymans  <wim@fluendo.com>
8900
8901         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
8902         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
8903         * ext/gnomevfs/gstgnomevfssrc.h:
8904         Don't cache file sizes. Fixes #341078.
8905
8906 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
8907
8908         * gst/playback/gstplaybin.c: (add_sink):
8909           Use GST_PTR_FORMAT to log caps. 
8910
8911 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
8912
8913         Patch by: Young-Ho Cha <ganadist at chollian net>
8914
8915         * gst/subparse/samiparse.c: (handle_start_font):
8916           Special-case some more colour names that pango doesn't handle by
8917           default. Fixes #420578.
8918
8919 2007-03-20  Michael Smith  <msmith@fluendo.com>
8920
8921         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
8922           If we get a zero-sized input buffer, don't pass it to libvorbis, as
8923           that marks EOS internally. After that, libvorbis will buffer all
8924           input data, and encode none of it, eventually leading to memory
8925           exhaustion.
8926
8927 2007-03-19  Wim Taymans  <wim@fluendo.com>
8928
8929         * gst/playback/gstdecodebin.c: (remove_fakesink):
8930         Don't post STATE_DIRTY anymore.
8931
8932         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
8933         (gst_play_bin_change_state):
8934         Remove stream_time reset in seek handling, core does that now.
8935         Disable clocking for live pipelines by forcing a NULL clock to the
8936         complete pipeline, core is too smart now for our previous hack.
8937         We can always autoplug in PAUSED now.
8938
8939 2007-03-17  David Schleef  <ds@schleef.org>
8940
8941         * REQUIREMENTS:  Update this file, change the formatting to make
8942         it more consistent, plus more machine readable.
8943
8944 2007-03-16  Michael Smith  <msmith@fluendo.com>
8945
8946         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8947         (strip_width_64), (append_with_other_format):
8948           Previous fix was too simplistic, and broke the tests. Use a better
8949           approach; only strip 64 from widths for integer audio.
8950
8951 2007-03-16  Michael Smith  <msmith@fluendo.com>
8952
8953         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
8954         (gst_audio_convert_transform_caps):
8955           We don't support 64 bit integer audio, so don't try to claim we can.
8956           Stops us producing caps don't match our template caps.
8957           Update comments.
8958
8959 2007-03-15  Michael Smith  <msmith@fluendo.com>
8960
8961         * gst/audioresample/gstaudioresample.c:
8962         (audioresample_check_discont), (audioresample_transform):
8963           Don't trigger discontinuities for very small imperfections; a filter
8964           flush will sound bad, and many plugins have rounding errors leading
8965           to these.
8966
8967 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
8968
8969         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
8970
8971         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8972         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8973         API: add "min-ptime" property to RTP base audio payloader.
8974         API: add gst_base_rtp_audio_payload_push().
8975         API: add gst_base_rtp_audio_payload_get_adapter().
8976         Fixes #415001
8977         Indentation/whitespace/documentation fixes.
8978
8979 2007-03-14  Julien MOUTTE  <julien@moutte.net>
8980
8981         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
8982         (audioresample_transform_size), (audioresample_do_output),
8983         (audioresample_transform), (audioresample_pushthrough): Handle
8984         discontinuous streams.
8985         * gst/audioresample/gstaudioresample.h:
8986         * tests/check/elements/audioresample.c:
8987         (test_discont_stream_instance), (GST_START_TEST),
8988         (audioresample_suite): Add a test for discontinuous streams.
8989         * win32/common/config.h: Updated.
8990
8991 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8992
8993         * po/af.po:
8994         * po/az.po:
8995         * po/cs.po:
8996         * po/en_GB.po:
8997         * po/it.po:
8998         * po/nb.po:
8999         * po/nl.po:
9000         * po/or.po:
9001         * po/sq.po:
9002         * po/sr.po:
9003         * po/sv.po:
9004         * po/uk.po:
9005         * po/vi.po:
9006           Update translations from translation project.
9007
9008 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9009
9010         * gst/audioresample/debug.h:
9011         * gst/audioresample/resample.c: (resample_init):
9012           Since I really am not interested in a debug line for each sample
9013           being processed, move the library's debugging to its own category,
9014           libaudioresample
9015
9016 2007-03-13  Michael Smith  <msmith@fluendo.com>
9017
9018         * ext/theora/theoradec.c: (theora_handle_type_packet):
9019           Since the plugin doesn't support anything other than 4:2:0 right
9020           now, post an error and fail if we get something else. Won't matter
9021           until libtheora supports the other pixel formats, but hopefully
9022           that'll be soon...
9023
9024 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9025
9026         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9027         Use gst_guint64_to_gdouble for conversion.
9028         * win32/MANIFEST:
9029         Add new files to the win32 MANIFEST.
9030         * win32/common/libgstaudio.def:
9031         * win32/common/libgstpbutils.def:
9032         Add new exported functions.
9033         * win32/vs6/gst_plugins_base.dsw:
9034         * win32/vs6/libgstdecodebin.dsp:
9035         * win32/vs6/libgstplaybin.dsp:
9036         Change the link to libgstpbutils.lib.
9037         * win32/vs6/libgstdecodebin2.dsp:
9038         Add a new project for decodebin2.
9039         * win32/vs6/libgstpbutils.dsp:
9040         Add a new project for pbutils.
9041
9042 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9043
9044         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9045           Also accept partial dates with only year and month,
9046           like 1999-12-00 (fixes #410396 even more).
9047
9048         * tests/check/libs/tag.c: (GST_START_TEST):
9049           Add unit test for the above.
9050
9051 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9052
9053         * tests/check/elements/subparse.c: (GST_START_TEST),
9054         (subparse_suite):
9055           Add unit test for MPL2 subtitle format (#413799).
9056
9057 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9058
9059         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9060
9061         * gst/subparse/Makefile.am:
9062         * gst/subparse/gstsubparse.c:
9063         (gst_sub_parse_data_format_autodetect),
9064         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9065         (gst_subparse_type_find):
9066         * gst/subparse/gstsubparse.h:
9067         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9068         * gst/subparse/mpl2parse.h:
9069           Add support for MPL2 subtitle format (#413799).
9070
9071 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9072
9073         * configure.ac:
9074           We require core CVS for the new buffer metadata copy functions.
9075
9076 2007-03-09  Wim Taymans  <wim@fluendo.com>
9077
9078         * gst-libs/gst/tag/gstid3tag.c:
9079         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9080         Fixes #414496.
9081
9082         Patch by: Alex Lancaster <alexl at users sourceforge net>
9083
9084 2007-03-09  Wim Taymans  <wim@fluendo.com>
9085
9086         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9087         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9088         Improve adapter usage and comments.
9089
9090 2007-03-09  Wim Taymans  <wim@fluendo.com>
9091
9092         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9093         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9094         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9095         Use new metadata copy function.
9096
9097         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9098         (gst_ffmpegcsp_transform):
9099         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9100         Basetransform copied the metadata for us.
9101
9102 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9103
9104         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9105         (gst_text_overlay_video_event):
9106           Some more logging. Only accept newsegment events in TIME format and
9107           send a WARNING message if they are not in TIME format.
9108
9109         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9110         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9111         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9112         * gst/subparse/gstsubparse.h:
9113           No need to allocate GstSegment structure dynamically, just put it
9114           into the instance structure; ignore newsegment events in BYTE
9115           format and in particular don't let it overwrite our saved TIME
9116           segment from the last seek.
9117
9118 2007-03-09  Michael Smith  <msmith@fluendo.com>
9119
9120         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9121           Replace AC3 typefinder with one that isn't terrible, and actually
9122           works usefully.
9123
9124 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9125
9126         * gst/audioconvert/gstaudioconvert.c:
9127         (gst_audio_convert_transform):
9128           fix error category and translatable string
9129           
9130
9131 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9132
9133         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9134         * pkgconfig/gstreamer-plugins-base.pc.in:
9135           Fix up utils => pbutils here too.
9136
9137 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9138
9139         * gst/subparse/gstsubparse.c: (handle_buffer):
9140           Break out of loop in chain function as soon as possible if we get
9141           a non-OK flow return.
9142
9143 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9144
9145         * tests/check/elements/alsa.c: (GST_START_TEST):
9146         Unref the mixer if the state change fails too (if the
9147         alsa devices are inaccessible, for example)
9148
9149 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9150
9151         * tests/check/Makefile.am:
9152         Don't test libvisual elements in the states check, because libvisual
9153         seems to leak internally.
9154
9155         Re-enable the alsa and states tests now that there's new suppressions
9156         in gst.supp.
9157
9158         * tests/check/elements/alsa.c: (GST_START_TEST):
9159         Don't leak the alsamixer we instantiated.
9160
9161 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9162
9163         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9164         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9165         (gst_ximagesink_finalize):
9166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9167         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9168         Move some cleanup stuff from the state change handler into a _reset()
9169         function that can be called from _finalize(). This ensures that things
9170         get freed even if (for some reason) the NULL->READY state transition
9171         fails in the parent class.
9172         Even if a parent state change fails, process our downward state change
9173         logic instead of bailing out early.
9174         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9175
9176 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9177
9178         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9179         Extra log line.
9180
9181         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9182         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9183         Use pango_font_description_set_family_static instead of 
9184         pango_font_description_set_family to save a string copy (it was
9185         leaking due to the strdup anyway)
9186
9187         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9188         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9189         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9190         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9191         Chain up in finalize.
9192
9193 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9194
9195         * gst-libs/gst/interfaces/mixertrack.c:
9196         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9197         (gst_mixer_track_set_property):
9198           API: add "untranslated-label" property which should be set by
9199           implementations at construct time (#414645).
9200
9201         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9202         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9203           Set "untranslated-label" when constructing mixer track objects.
9204
9205         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9206           Unit test to check the above.
9207
9208 2007-03-07  Wim Taymans  <wim@fluendo.com>
9209
9210         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9211         Fix confusing debug message.
9212
9213 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9214
9215         * gst-plugins-base.doap:
9216         update doap file with new version
9217
9218 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9219
9220         * configure.ac:
9221         Back to CVS
9222
9223 === release 0.10.12 ===
9224
9225 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9226
9227         * configure.ac:
9228           releasing 0.10.12, "Zombie Horde"
9229
9230 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9231
9232         * configure.ac:
9233         Bump version to 0.10.11.4 pre-release
9234
9235 2007-03-06  Wim Taymans  <wim@fluendo.com>
9236
9237         * gst-libs/gst/audio/gstbaseaudiosink.c:
9238         (gst_base_audio_sink_async_play):
9239         Fix regression that made GStreamer skip the first samples of audio.
9240         Fixes #414684.
9241
9242 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9243
9244         * configure.ac:
9245         Bump version to 0.10.11.3 pre-release
9246
9247 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9248
9249         * po/POTFILES.in:
9250           Update paths for the rename from utils to pbutils to fix the build.
9251
9252 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9253
9254         * gst-libs/gst/pbutils/Makefile.am:
9255           Change directory to install headers in from gst/utils to gst/pbutils
9256           as well.
9257
9258 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9259
9260         * configure.ac:
9261         * docs/libs/gst-plugins-base-libs-docs.sgml:
9262         * docs/libs/gst-plugins-base-libs-sections.txt:
9263         * gst-libs/gst/Makefile.am:
9264         * gst-libs/gst/interfaces/mixer.c:
9265         * gst-libs/gst/pbutils/Makefile.am:
9266         * gst-libs/gst/pbutils/descriptions.c:
9267         (gst_pb_utils_get_source_description),
9268         (gst_pb_utils_get_sink_description),
9269         (gst_pb_utils_get_decoder_description),
9270         (gst_pb_utils_get_encoder_description),
9271         (gst_pb_utils_get_element_description),
9272         (gst_pb_utils_add_codec_description_to_tag_list),
9273         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9274         * gst-libs/gst/pbutils/descriptions.h:
9275         * gst-libs/gst/pbutils/install-plugins.c:
9276         * gst-libs/gst/pbutils/install-plugins.h:
9277         * gst-libs/gst/pbutils/missing-plugins.c:
9278         (gst_missing_uri_source_message_new),
9279         (gst_missing_uri_sink_message_new),
9280         (gst_missing_element_message_new),
9281         (gst_missing_decoder_message_new),
9282         (gst_missing_encoder_message_new),
9283         (gst_missing_plugin_message_get_description):
9284         * gst-libs/gst/pbutils/missing-plugins.h:
9285         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9286         * gst-libs/gst/pbutils/pbutils.h:
9287         * gst-libs/gst/utils/Makefile.am:
9288         * gst-libs/gst/utils/base-utils.c:
9289         * gst-libs/gst/utils/base-utils.h:
9290         * gst-libs/gst/utils/descriptions.c:
9291         * gst-libs/gst/utils/descriptions.h:
9292         * gst-libs/gst/utils/install-plugins.c:
9293         * gst-libs/gst/utils/install-plugins.h:
9294         * gst-libs/gst/utils/missing-plugins.c:
9295         * gst-libs/gst/utils/missing-plugins.h:
9296         * gst-plugins-base.spec.in:
9297         * gst/playback/Makefile.am:
9298         * gst/playback/gstdecodebin.c:
9299         * gst/playback/gstdecodebin2.c:
9300         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9301         (gen_source_element):
9302         * gst/playback/gstplaybin.c: (plugin_init):
9303         * tests/check/Makefile.am:
9304         * tests/check/libs/pbutils.c: (GST_START_TEST),
9305         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9306         * tests/check/libs/utils.c:
9307           rename utils to pbutils
9308
9309 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9310
9311         * docs/plugins/Makefile.am:
9312         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9313         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9314         * docs/plugins/inspect/plugin-decodebin2.xml:
9315         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9316         Add documentation for decodebin2 that indicates that the API
9317         is still unstable.
9318
9319 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9320
9321         * configure.ac:
9322         Update to 0.10.11.2 (0.10.12 pre-release)
9323
9324 2007-03-01  Wim Taymans  <wim@fluendo.com>
9325
9326         * gst-libs/gst/audio/gstbaseaudiosink.c:
9327         (gst_base_audio_sink_async_play):
9328         base time is irrelevant here.
9329
9330 2007-03-01  Wim Taymans  <wim@fluendo.com>
9331
9332         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9333         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9334         Improve debugging.
9335
9336         * gst-libs/gst/audio/gstbaseaudiosink.c:
9337         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9338         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9339         Improve latency and clock slaving calculations.
9340         Improve slave clock calibration.
9341
9342         * gst-libs/gst/audio/gstringbuffer.c:
9343         (gst_ring_buffer_commit_full):
9344         When we are asked to render N sample to 0 bytes, return N.
9345
9346 2007-03-01  Wim Taymans  <wim@fluendo.com>
9347
9348         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9349         (gst_alsasink_write), (gst_alsasink_reset):
9350         * ext/alsa/gstalsasink.h:
9351         Remove unused dispose function.
9352         Rename lock to not interfere with alsasrc lock.
9353
9354         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9355         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9356         (gst_alsasrc_read), (gst_alsasrc_reset):
9357         * ext/alsa/gstalsasrc.h:
9358         Implement finalize function.
9359         Use lock to protect alsa access.
9360         Implement _reset.
9361         Fine tune sw params.
9362
9363 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9364
9365         * configure.ac:
9366           Convert to new AG_GST style.
9367
9368 2007-02-28  Wim Taymans  <wim@fluendo.com>
9369
9370         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9371
9372         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9373         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9374         Fix race condition when rapidly switching visualisations in playbin.
9375         Fixes #401029.
9376
9377 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9378
9379         * tests/check/Makefile.am:
9380         Include local stuff before system installed things in LDFLAGS and
9381         CFLAGS.
9382
9383 2007-02-28  Wim Taymans  <wim@fluendo.com>
9384
9385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9386         Improve debugging.
9387
9388 2007-02-28  Wim Taymans  <wim@fluendo.com>
9389
9390         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9391         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9392         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9393         Fix duration and timestamping, taking latency into account.
9394         Implement latency query.
9395
9396 2007-02-28  Wim Taymans  <wim@fluendo.com>
9397
9398         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9399         (gst_audio_clock_new):
9400         Fix clock name.
9401
9402         * gst-libs/gst/audio/gstbaseaudiosink.c:
9403         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9404         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9405         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9406         (gst_base_audio_src_create):
9407         Improve latency query code.
9408         Use proper clock names.
9409
9410 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9411
9412         * tests/check/generic/states.c: (GST_START_TEST):
9413           Copy the states.c test from core again
9414         * tests/check/Makefile.am:
9415           ignore cdio and cdparanoiasrc
9416
9417 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9418
9419         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9420         (double_hq), (audio_convert_get_func_index), (check_default),
9421         (audio_convert_prepare_context), (audio_convert_convert):
9422           Also make valgrind happy and avoid copying data in some cases.
9423
9424 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9425
9426         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9427         (double_hq), (audio_convert_get_func_index),
9428         (audio_convert_prepare_context), (audio_convert_convert):
9429         * gst/audioconvert/gstaudioconvert.c:
9430         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9431         (gst_audio_convert_transform_caps):
9432         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9433         (audioconvert_suite):
9434           Don't run inplace if that overwrites source data as we go. Add more
9435           tests. Fixes #339837 even more.
9436
9437 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9438
9439         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9440         (msg_segment_done): Fix various seeking bugs (Slider was not
9441         updating when doing a non flushing seek, Reverse playback 
9442         on segment seek was wrong).
9443
9444 2007-02-26  Wim Taymans  <wim@fluendo.com>
9445
9446         * tests/examples/seek/seek.c: (stop_seek):
9447         When we stop scrubbing, don't leave the pipeline PLAYING when we
9448         requested a PAUSED state.
9449
9450 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9451
9452         Patch by: René Stadler <mail at renestadler de>
9453
9454         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9455           Parse date strings in vorbis comments that have an invalid (zero)
9456           month or day (#410396).
9457
9458         * tests/check/libs/tag.c: (GST_START_TEST):
9459           Test case for the above.
9460
9461 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9462
9463         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9464
9465         * configure.ac:
9466         * ext/alsa/Makefile.am:
9467         * gst/audiotestsrc/Makefile.am:
9468           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9469
9470 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9471
9472         * gst/playback/gstplaybin.c:
9473           Improve docs: point out that the application needs to assist playbin
9474           with buffering.
9475
9476 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9477
9478         * gst-libs/gst/utils/install-plugins.c:
9479         * gst-libs/gst/utils/missing-plugins.c:
9480         * tests/check/libs/utils.c: (missing_msg_check_getters):
9481           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9482           to just 'gstreamer'. Document the caps string component of the
9483           decoder/encoder detail a bit better, since not everyone will be
9484           familiar with the GStreamer media type/caps system (but they better
9485           enjoy nested itemized lists).
9486
9487 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9488
9489         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9490         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9491           Fix copying of GstNetBuffer (would crash before, or at least lead to
9492           invalid memory access, #410772), for now by copying the GstBuffer copy
9493           code from the core over here so we can copy the GstBuffer fields on a
9494           provided buffer instance (of type GstNetBuffer in this case). Would be
9495           better to fix this with some support by the core though (and in the long
9496           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9497
9498         * tests/check/Makefile.am:
9499           Enable unit test for GstNetBuffer.
9500
9501 2007-02-22  Andy Wingo  <wingo@pobox.com>
9502
9503         * gst-libs/gst/audio/gstbaseaudiosink.c
9504         (gst_base_audio_sink_init): Disable pull-mode activation until we
9505         figure out how to make audio sinks go to PLAYING.
9506
9507 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9508
9509         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9510         (double_hq), (audio_convert_get_func_index),
9511         (audio_convert_prepare_context), (audio_convert_convert):
9512         * gst/audioconvert/audioconvert.h:
9513         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9514         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9515         * gst/audioconvert/gstchannelmix.h:
9516         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9517           Add float as an intermediate format, as well as float mixing. Enable
9518           test that was failing before. Fixes #339837
9519
9520 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9521
9522         * tests/examples/seek/seek.c: (do_seek):
9523         Undo the previous commit: -1 as a stop time implies that the stop
9524         time is the end of file, clearing any previously configured segment.
9525
9526 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9527
9528         * tests/examples/seek/seek.c: (do_seek):
9529         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9530
9531 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9532
9533         * gst/volume/gstvolume.c: (volume_process_int16),
9534         (volume_process_int16_clamp), (volume_set_caps):
9535           Unbreak volume, value remains gint.
9536
9537 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9538
9539         * gst/volume/gstvolume.c: (volume_choose_func),
9540         (volume_update_real_volume), (gst_volume_set_volume),
9541         (gst_volume_init), (volume_process_double), (volume_process_float),
9542         (volume_process_int16), (volume_process_int16_clamp),
9543         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9544         * gst/volume/gstvolume.h:
9545           Extend float audio support (double) and some int->uint cleanups.
9546
9547 2007-02-20  Edward Hervey  <edward@fluendo.com>
9548
9549         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9550         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9551         (sort_end_pads), (gst_decode_group_expose),
9552         (gst_decode_group_hide):
9553         Don't free groups from the streaming threads. Just put them aside and
9554         free them in dispose.
9555
9556 2007-02-20  Edward Hervey  <edward@fluendo.com>
9557
9558         * gst/playback/gstdecodebin2.c: (connect_element),
9559         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9560         (sort_end_pads), (gst_decode_group_expose):
9561         Handle dynamic pads within groups.
9562         Sort pads before exposing them in order to make playbin happy.
9563         There still is a race with the multiqueue filling up. This should be
9564         solved separately.
9565         Fixes #398721
9566
9567 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9568
9569         * gst-libs/gst/utils/base-utils.c:
9570         * gst-libs/gst/utils/descriptions.c:
9571         * gst-libs/gst/utils/install-plugins.c:
9572         * gst-libs/gst/utils/missing-plugins.c:
9573           Some more docs (and descriptions for two subtitle formats).
9574
9575 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9576
9577         * gst-libs/gst/audio/audio.c:
9578           Fix documentation.
9579
9580 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9581
9582         Patch by: Yves Lefebvre  <ivanohe abacom com>
9583
9584         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9585           Don't leak caps. Fixes #408278.
9586
9587 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9588
9589         * ext/cdparanoia/gstcdparanoiasrc.h:
9590         * ext/ogg/gstoggdemux.h:
9591         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9592         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9593         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9594         * gst-libs/gst/audio/audio.h:
9595         * gst-libs/gst/audio/gstaudiofilter.h:
9596         * gst-libs/gst/interfaces/videoorientation.h:
9597         * gst/adder/gstadder.h:
9598           More docs coverage and some ChangeLog surgery (add missing names)
9599
9600 2007-02-15  Wim Taymans  <wim@fluendo.com>
9601
9602         * sys/ximage/ximagesink.c:
9603         (gst_ximagesink_calculate_pixel_aspect_ratio):
9604         * sys/xvimage/xvimagesink.c:
9605         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9606         Small constifications.
9607
9608 2007-02-15  Wim Taymans  <wim@fluendo.com>
9609
9610         * gst-libs/gst/audio/gstbaseaudiosink.c:
9611         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
9612         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
9613         (gst_base_audio_sink_async_play),
9614         (gst_base_audio_sink_change_state):
9615         Answer latency query.
9616         Use configured latency when syncing.
9617         Fix clock slaving.
9618
9619         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9620         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
9621         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
9622         Fix possible memleak.
9623         Implement latency query.
9624         Small cleanups.
9625
9626 2007-02-15  Wim Taymans  <wim@fluendo.com>
9627
9628         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9629         Ignore errors in reset, these are not fatal. They also grab the element
9630         lock which is already taking when this function is called. Fixes
9631         #405451.
9632
9633 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9634
9635         * configure.ac:
9636           Remove 'tests/examples/xerror/Makefile' from output files again.
9637
9638 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9639
9640         * configure.ac:
9641         * docs/plugins/Makefile.am:
9642           Also crossref against gst-plugins-base-libs.
9643
9644 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9645
9646         * configure.ac:
9647         * docs/libs/Makefile.am:
9648         * docs/plugins/Makefile.am:
9649           Add crossreferences to glib/gobject/gstream docs.
9650
9651         * gst-libs/gst/audio/audio.h:
9652           Source formatting.
9653
9654         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
9655           Add own debug category.
9656
9657 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9658
9659         Patch by: René Stadler <mail at renestadler de>
9660
9661         * gst-libs/gst/tag/gstvorbistag.c:
9662           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
9663           (#403597).
9664
9665 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9666
9667         * gst/playback/gstplaybasebin.c: (setup_source):
9668           When we have external subtitles and wait for the subtitle decodebin
9669           to get up and running, we set up a (sync) bus handler for the
9670           subtitle decodebin, so we can stop waiting when it posts an error
9671           message. However, we should do that before we set the subtitle
9672           decodebin's state to playing, otherwise things are racy and we might
9673           miss error messages posted before we had a chance to set up the bus.
9674           This should finally fix totem hanging on .txt pseudo-subtitle files.
9675           
9676 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
9677
9678         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
9679           Use gst_gdouble_to_guint64 for conversions.
9680         * win32/common/config.h.in:
9681           Add a define for GST_INSTALL_PLUGINS_HELPER
9682         * win32/common/libgstaudio.def:
9683         * win32/common/libgstcdda.def:
9684         * win32/common/libgstnetbuffer.def:
9685         * win32/common/libgstrtp.def:
9686         * win32/common/libgutils.def:
9687           Add new exported functions.
9688         * win32/vs6/gst_plugins_base.dsw:
9689         * win32/vs6/libgstdecodebin.dsp:
9690         * win32/vs6/libgstnetbuffer.dsp:
9691         * win32/vs6/libgstplaybin.dsp:
9692         * win32/vs6/libgstrtp.dsp:
9693         * win32/vs6/libgstvorbis.dsp:
9694         * win32/vs6/libgstcdda.dsp:
9695         * win32/vs6/libgstgdp.dsp:
9696         * win32/vs6/libgstutils.dsp:
9697           Update and add new project files.
9698
9699 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9700
9701         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
9702         (subrip_remove_unhandled_tags), (parse_subrip):
9703           For SubRip (.srt) subtitles, ignore all markup tags we don't
9704           handle (like font tags, for example).
9705
9706         * tests/check/elements/subparse.c:
9707           Add test for this.
9708
9709 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9710
9711         * gst/playback/gstdecodebin.c: (add_fakesink),
9712         (gst_decode_bin_change_state):
9713         * gst/playback/gstdecodebin2.c: (add_fakesink),
9714         (gst_decode_bin_change_state):
9715           Don't error out if there is no fakesink in the NULL to READY state
9716           change, since when decodebin is re-used, we're only adding the
9717           fakesink element in READY to PAUSED.
9718
9719         * tests/check/elements/decodebin.c:
9720         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
9721         (decodebin_suite):
9722           Minimal unit test to make sure we can use the same decodebin
9723           instance twice (at least with audiotestsrc input).
9724
9725 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9726
9727         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
9728           Try to get devic-name from device string first, and from handle only
9729           as fallback (seems to yield better results and is more robust
9730           against buggy probing code on the application side).
9731
9732 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
9733
9734         Based on patch by: Julien Puydt <julien.puydt at laposte net>
9735
9736         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
9737         (gst_alsa_find_device_name):
9738         * ext/alsa/gstalsa.h:
9739         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
9740         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
9741           Improve device-name detection a bit, especially in the case where
9742           the device is not actually open (#405020, #405024). Move common code
9743           into gstalsa.c instead of duplicating it.
9744
9745 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
9746
9747         * gst/audioconvert/gstaudioconvert.c:
9748           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
9749
9750 2007-02-06  Julien MOUTTE  <julien@moutte.net>
9751
9752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
9753         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
9754         (gst_xvimagesink_interface_supported),
9755         (gst_xvimagesink_probe_get_properties),
9756         (gst_xvimagesink_probe_probe_property),
9757         (gst_xvimagesink_probe_needs_probe),
9758         (gst_xvimagesink_probe_get_values),
9759         (gst_xvimagesink_property_probe_interface_init),
9760         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9761         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
9762         (gst_xvimagesink_get_type):
9763         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
9764         for XVAdaptors so that one can choose the adaptor to use with 
9765         gstreamer-properties.
9766
9767 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
9768
9769         * gst/audioconvert/gstaudioconvert.c:
9770           Also mention that a conversion from double to float is suboptimal still.
9771
9772 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9773
9774         * gst-libs/gst/audio/gstaudiofilter.c:
9775         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
9776           Clear our formats structure and free the caps contained in it when
9777           shutting down.
9778
9779 2007-02-05  Andy Wingo  <wingo@pobox.com>
9780
9781         * gst-libs/gst/audio/gstbaseaudiosink.c
9782         (gst_base_audio_sink_callback): Update basesink->offset so that we
9783         pull monotonically increasing offsets instead of, um, seeking back
9784         to 0 each time. Fixes alsasrc ! alsasink!
9785
9786 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
9787
9788         * gst/videoscale/gstvideoscale.c:
9789           A width and height of 1 makes us crash, so increase minimum size to
9790           2x2 pixels until someone feels like fixing this (#404512).
9791
9792 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
9793
9794         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
9795           Add small test to make sure request pads are cleaned up properly
9796           even if oggmux never changes state out of NULL.
9797
9798 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
9799
9800         * tests/check/libs/utils.c: (GST_START_TEST):
9801           Fix unit test. Turns out things work much better when you
9802           NULL-terminate string arrays. Should make p5 build bot happy again.
9803
9804 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9805
9806         * gst-libs/gst/audio/Makefile.am:
9807         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9808         (gst_audio_filter_template_base_init),
9809         (gst_audio_filter_template_class_init),
9810         (gst_audio_filter_template_init),
9811         (gst_audio_filter_template_set_property),
9812         (gst_audio_filter_template_get_property),
9813         (gst_audio_filter_template_setup),
9814         (gst_audio_filter_template_filter),
9815         (gst_audio_filter_template_filter_inplace), (plugin_init):
9816           Oops, forgot to commit fixed-up example.
9817
9818 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9819
9820         * docs/libs/gst-plugins-base-libs-sections.txt:
9821         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
9822         (gst_audio_filter_class_init), (gst_audio_filter_init),
9823         (gst_audio_filter_set_caps),
9824         (gst_audio_filter_class_add_pad_templates):
9825         * gst-libs/gst/audio/gstaudiofilter.h:
9826           Port GstAudioFilter to 0.10. This change technically breaks
9827           API and ABI (and thus also every library developer's heart),
9828           but seems justifiable on the grounds that the base class was
9829           completely unusable before (ie. would crash immediately when
9830           actually used). Fixes #403963 (and eventually also #403572).
9831           Also document all of this a bit.
9832
9833 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9834
9835         * gst-libs/gst/utils/install-plugins.c:
9836         (gst_install_plugins_spawn_child):
9837         * tests/check/libs/utils.c:
9838         (test_base_utils_install_plugins_do_callout):
9839           Lowering log level to see why things fail on the p5 build bot;
9840           fix some typos in unit test messages.
9841
9842 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9843
9844         * tests/check/libs/utils.c:
9845         (test_base_utils_install_plugins_do_callout):
9846           Don't hard-code temp directory for test helper; use GLib functions
9847           to write out file and do error checking etc.
9848
9849 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
9850
9851         * gst-libs/gst/utils/Makefile.am:
9852         * gst-libs/gst/utils/base-utils.h:
9853         * gst-libs/gst/utils/install-plugins.c:
9854         (gst_install_plugins_context_set_xid),
9855         (gst_install_plugins_context_new),
9856         (gst_install_plugins_context_free),
9857         (gst_install_plugins_get_helper),
9858         (gst_install_plugins_spawn_child),
9859         (gst_install_plugins_return_from_status),
9860         (gst_install_plugins_installer_exited),
9861         (gst_install_plugins_async), (gst_install_plugins_sync),
9862         (gst_install_plugins_return_get_name),
9863         (gst_install_plugins_installation_in_progress):
9864         * gst-libs/gst/utils/install-plugins.h:
9865           API: add API for applications to initiate installation of missing
9866           plugins, ie. gst_install_plugins_async() primarily.
9867           Based on libgimme-codec by Ryan Lortie.
9868
9869         * configure.ac:
9870           Add --with-install-plugins-helper configure option so distros can specify
9871           the path of the helper script or program to call when plugin installation
9872           is requested (distros: please do any argument munging in this helper
9873           script instead of patching GStreamer to pass arguments differently
9874           to another program directly).
9875
9876         * docs/libs/gst-plugins-base-libs-docs.sgml:
9877         * docs/libs/gst-plugins-base-libs-sections.txt:
9878           Build and document new API.
9879
9880         * tests/check/libs/utils.c: (result_cb),
9881         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
9882         (libgstbaseutils_suite):
9883           Some simple checks for the new API.
9884
9885 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
9886
9887         * tests/check/elements/audioconvert.c: (test_float_conversion):
9888           Add small test for 32bit float <=> 64bit float conversion (works
9889           only one way so far, 32=>64 produces structured noise).
9890
9891 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
9892
9893         * gst/audioconvert/gstaudioconvert.c:
9894         (set_structure_widths_32_and_64), (make_lossless_changes):
9895           We don't support floats with a width of 40, 48 or 56 bits.
9896
9897 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
9898
9899         * gst/audioconvert/audioconvert.c: (float), (double),
9900         (audio_convert_get_func_index):
9901         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
9902         (make_lossless_changes):
9903           Support for 64-bit float audio in audioconvert (#339837)
9904
9905 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
9906
9907         Patch by: Holger Wansing  <linux wansing-online de>
9908
9909         * po/LINGUAS:
9910         * po/de.po:
9911           Add German translation (#352069).
9912
9913 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
9914
9915         reviewed by: Wim Taymans <wim@fluendo.com>
9916
9917         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
9918         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
9919         Use newly added GstCollectPads API to free the allocated resources in
9920         the GstOggPad structures (#402393).
9921
9922 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
9923
9924         * gst/playback/gstplaybin.c: (gen_vis_element):
9925           Add audioresample+audioconvert in front of the visualisation
9926           element, so that elements like libvisual 0.4 that don't support all
9927           samplerates can work.
9928
9929           Fixes: #402505
9930
9931 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
9932
9933         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
9934         (gst_play_base_bin_get_streaminfo_value_array):
9935           Take some locks and make a copy of the streaminfo value array we
9936           maintain while holding the lock, so that the application can
9937           retrieve the stream-info as a value array in a thread-safe way.
9938
9939 2007-01-30  Wim Taymans  <wim@fluendo.com>
9940
9941         * gst/audioconvert/gstaudioconvert.c:
9942         Don't fail on 0 sized buffers. Fixes #396835.
9943
9944 2007-01-29  David Schleef  <ds@schleef.org>
9945
9946         * gst/typefind/gsttypefindfunctions.c:
9947           Detect BBCD as video/x-dirac, so we can play raw dirac
9948           streams.
9949
9950 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
9951
9952         * ext/theora/theoraenc.c: (theora_enc_chain):
9953           Check return value of theora_encode_header(), or we might try to
9954           allocate a random number of bytes. theora_encode_header() can fail
9955           if libtheora has been compiled with encoding support disabled.
9956           Fixes #398110.
9957
9958 2007-01-29  Wim Taymans  <wim@fluendo.com>
9959
9960         * tests/check/gst/.cvsignore:
9961         Do as buildbot says.
9962
9963 2007-01-29  Wim Taymans  <wim@fluendo.com>
9964
9965         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
9966         Fix strides in libvisual. Gst uses X strides.
9967         Inspired by: <ed at catmur dot co dot uk> and 
9968         <tim at centricular dot net>
9969         Fixes #401118.
9970
9971 2007-01-27  Wim Taymans  <wim@fluendo.com>
9972
9973         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
9974         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9975         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
9976         (gst_ogg_demux_perform_seek),
9977         (gst_ogg_demux_bisect_forward_serialno),
9978         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9979         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
9980         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
9981         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
9982         * ext/ogg/gstoggdemux.h:
9983         Properly propagate streaming errors when we are scanning the file for
9984         chains so that we don't crash when shut down. Might fix some crashers
9985         when quickly switching oggs in RB such as #332503 and #378436.
9986
9987 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
9988
9989         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
9990           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
9991           error code as well.
9992
9993 2007-01-25  Wim Taymans  <wim@fluendo.com>
9994
9995         * gst/playback/gstplaybasebin.c: (remove_source):
9996         Don't try to disconnect a signal from a finalized object.
9997
9998 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
9999
10000         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10001           Cast lock macro parameters to make sure we're actually accessing the
10002           lock member at the right class level. Free list itself in _dispose()
10003           as well and NULL it in case dispose gets called multiple times.
10004
10005 2007-01-25  Edward Hervey  <edward@fluendo.com>
10006
10007         * gst/playback/gstdecodebin2.c:
10008         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10009         Free GstDecodeGroups no longer used.
10010         (gst_decode_group_expose):
10011         Don't unlock too many times !
10012         (deactivate_free_recursive):
10013         Free iterator once we're done with it.
10014         Fix for recursively deactivating elements (stop at ghostpads).
10015
10016 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10017
10018         * gst/playback/gstplaybin.c: (handoff):
10019           Fix up caps on the frame buffer before we save it and potentially
10020           make it accessible to other threads via g_object_get; also use
10021           gst_buffer_replace() instead of gst_mini_object_replace().
10022
10023 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10024
10025         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10026           Make getting the current frame thread-safe.
10027
10028 2007-01-25  Edward Hervey  <edward@fluendo.com>
10029
10030         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10031         (gst_decode_group_new), (gst_decode_group_free):
10032         Set queues to bigger sizes to cope with HD contents.
10033         Fix some mutex freeing and add comment about MT safe methods.
10034
10035 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10036
10037         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10038         (gst_text_overlay_text_event):
10039           Don't unnecessarily ref (and then leak) upstream events if the text
10040           pad is not linked. Fixes #399948.
10041
10042         * tests/check/gst-plugins-base.supp:
10043           Add suppression for pango on edgy/x86 for textoverlay test.
10044
10045 2007-01-24  Wim Taymans  <wim@fluendo.com>
10046
10047         * gst-libs/gst/rtp/gstrtpbuffer.h:
10048         Add some more fixed payloads.
10049
10050 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10051
10052         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10053           Error out properly if we get an error from libogg while reading the
10054           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10055
10056 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10057
10058         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10059           Don't leak mutex.
10060
10061         * tests/check/elements/playbin.c:
10062         (test_sink_usage_video_only_stream),
10063         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10064         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10065         (test_missing_suburisource_handler),
10066         (test_missing_primary_decoder), (playbin_suite):
10067           Run all tests once with decodebin and once with decodebin2.
10068           One test does not pass yet with decodebin2.
10069
10070 2007-01-23  Edward Hervey  <edward@fluendo.com>
10071
10072         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10073         Fix the cases where oggmux doesn't properly figure out that all
10074         sinkpads have gone EOS, and therefore doesn't push out the remaining
10075         buffers and the final EOS event.
10076         Fixes #363379
10077
10078 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10079
10080         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10082         Don't lock on navigation event push, just on keysym to string.
10083         Fixes #397673 again.
10084
10085 2007-01-22  Edward Hervey  <edward@fluendo.com>
10086
10087         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10088         (get_current_group), (group_demuxer_event_probe),
10089         (gst_decode_group_expose), (deactivate_free_recursive),
10090         (gst_decode_group_free):
10091         Cleanups.
10092         Don't forget to emit 'no-more-pads' once a group is exposed.
10093         Cleanup elements from a DecodeGroup once we remove it.
10094         Protect call to gst_decode_group_expose() with the decodebin lock.
10095
10096 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10097
10098         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10100         Looking at Xorg code i can't figure out if that XKeysymToString
10101         function is thread sensible or not. Lock it just in case as
10102         recommended by Radek Doulik <rodo at ximian dot com>.
10103
10104 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10105
10106         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10108         Lock that X Call as well. Fixes #397673.
10109
10110 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10111
10112         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10113           Don't go into an endless loop if the file starts with 00 00 01 2X,
10114           like quicktime redirect files might. Fixes #396042.
10115
10116         * tests/check/Makefile.am:
10117         * tests/check/gst/.cvsignore:
10118         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10119         (typefindfunctions_suite):
10120           Add unit test for the above.
10121
10122 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10123
10124         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10125           On second thought, use "depth" field rather than "bpp" field.
10126
10127 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10128
10129         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10130           Camtasia caps apparently need a bpp field (#398875).
10131
10132 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10133
10134         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10135         (gen_source_element), (gst_play_base_bin_change_state):
10136           Attempt at a better error message in case we don't have the required
10137           URI handler installed; post missing-plugin message also when we're
10138           missing an URI handler for the subtitle URI; clean up properly also
10139           when an error occurs and we never made it to PAUSED state.
10140
10141         * tests/check/elements/playbin.c: (GST_START_TEST),
10142         (playbin_suite):
10143           Check that we're also getting a missing-plugin messsage for a
10144           missing subtitle URI handler (and clean up properly).
10145
10146 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10147
10148         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10149           Plug a few reference leaks.
10150
10151 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10152
10153         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10154           Lower probability a bit if the marker isn't right at the start,
10155           to decrease the chance of false positives.
10156
10157 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10158
10159         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10160           Small mpeg2 system stream typefinding improvement: make typefinder
10161           probe a bit into the stream instead of just looking for a marker
10162           at the beginning. Fixes #397810.
10163
10164 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10165
10166         * gst/audioconvert/gstchannelmix.c:
10167           Remove compatibility cruft for prehistoric GLib versions.
10168
10169 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10170
10171         * gst/playback/Makefile.am:
10172         * gst/playback/gstdecodebin.c: (close_pad_link):
10173         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10174         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10175         (gst_play_base_bin_handle_message_func), (unknown_type):
10176           Let decodebin be the element to post missing-plugin messages for
10177           missing decoders (rather than playbin); make playbin implement
10178           GstBin::handle_message so we can suppress missing-plugin messages
10179           for types we're not handling on purpose (don't want to bring up an
10180           installer in those cases).
10181
10182 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10183
10184         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10185         * gst-libs/gst/tag/gstvorbistag.c:
10186         (gst_tag_list_to_vorbiscomment_buffer):
10187         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10188           Fix potentially unaligned access (#397207).
10189
10190 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10191
10192         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10193         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10194         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10195         (main):
10196           Allow to toggle looping while it plays. Fix callback prototype. Clean
10197           up code a bit more. Add copyright header.
10198
10199 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10200
10201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10202           Red and blue mask was swapped (spotted by Dan Williams).
10203
10204 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10205
10206         * gst-libs/gst/tag/gstid3tag.c:
10207         * gst-libs/gst/tag/gstvorbistag.c:
10208           Use new beats-per-minute tag from core.
10209
10210 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10211
10212         * po/POTFILES.in:
10213           Add new files with translatable strings, so they actually make it
10214           into the template file one day.
10215
10216 2007-01-12  Andy Wingo  <wingo@pobox.com>
10217
10218         * gst-libs/gst/audio/gstbaseaudiosink.c
10219         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10220         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10221         stuff, as the base class handles this now. Actually tell the ring
10222         buffer to start.
10223         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10224         How did this work before? Maybe I'm not as awesome a programmer as
10225         I think.
10226
10227         * gst-libs/gst/audio/gstbaseaudiosrc.c
10228         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10229         of a pad function.
10230
10231 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10232
10233         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10234           Remove more fields so that the application can better blacklist
10235           formats that have been tried before.
10236
10237 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10238
10239         * gst-libs/gst/audio/mixerutils.h:
10240           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10241           used when compiling with c++ compilers as well.
10242
10243 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10244
10245         * gst/typefind/gsttypefindfunctions.c:
10246           Fix comment.
10247
10248 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10249
10250         * gst/playback/gstplaybin.c: (post_missing_element_message),
10251         (gen_video_element), (gen_text_element), (gen_audio_element),
10252         (gen_vis_element):
10253           Post missing-plugin messages also when we error out because
10254           converters, textoverlay or auto*sinks are missing (#161922).
10255
10256 2007-01-10  Wim Taymans  <wim@fluendo.com>
10257
10258         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10259         (is_demuxer_element), (new_caps):
10260         * gst/playback/gstplaybasebin.c: (source_new_pad):
10261         Fix the case where we try to ref a NULL element when we delay a link
10262         because of unfixed caps.
10263         Set the state of autoplugged decodebins to PAUSED.
10264         RTSP now works in playbin, we can remove it from the blacklist.
10265
10266 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10267
10268         * gst/playback/Makefile.am:
10269         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10270         (unknown_type), (setup_subtitle), (gen_source_element):
10271         * gst/playback/gstplaybin.c: (plugin_init):
10272           Post missing-plugin messages on the bus for missing sources and
10273           missing decoders/demuxers/depayloaders; fix error code used when
10274           we're missing an URI handler source; for media types that we are not
10275           handling on purpose at the moment, don't print "don't know how to
10276           handle xyz" messages to the terminal or post missing-plugin
10277           messages on the bus.
10278
10279         * tests/check/elements/playbin.c: (create_playbin),
10280         (GST_START_TEST), (gst_codec_src_uri_get_type),
10281         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10282         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10283         (gst_codec_src_init_type), (gst_codec_src_base_init),
10284         (gst_codec_src_create), (gst_codec_src_class_init),
10285         (gst_codec_src_init), (plugin_init), (playbin_suite):
10286           Add some tests for the missing-plugin stuff.
10287
10288 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10289
10290         * configure.ac:
10291         * gst-libs/gst/Makefile.am:
10292         * gst-libs/gst/utils/Makefile.am:
10293         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10294         * gst-libs/gst/utils/base-utils.h:
10295         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10296         (find_format_info), (caps_are_rtp_caps),
10297         (gst_base_utils_get_source_description),
10298         (gst_base_utils_get_sink_description),
10299         (gst_base_utils_get_decoder_description),
10300         (gst_base_utils_get_encoder_description),
10301         (gst_base_utils_get_element_description),
10302         (gst_base_utils_add_codec_description_to_tag_list),
10303         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10304         * gst-libs/gst/utils/descriptions.h:
10305         * gst-libs/gst/utils/missing-plugins.c:
10306         (missing_structure_get_type), (copy_and_clean_caps),
10307         (gst_missing_uri_source_message_new),
10308         (gst_missing_uri_sink_message_new),
10309         (gst_missing_element_message_new),
10310         (gst_missing_decoder_message_new),
10311         (gst_missing_encoder_message_new),
10312         (missing_structure_get_string_detail),
10313         (missing_structure_get_caps_detail),
10314         (gst_missing_plugin_message_get_installer_detail),
10315         (gst_missing_plugin_message_get_description),
10316         (gst_is_missing_plugin_message):
10317         * gst-libs/gst/utils/missing-plugins.h:
10318           API: add new libgstbaseutils library with functions
10319           - to create and parse missing-plugins messages
10320           - that provide (translated) descriptions for caps/decoders/sources/etc.
10321           Closes #392393.
10322
10323         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10324         * pkgconfig/gstreamer-plugins-base.pc.in:
10325           Add new lib.
10326
10327         * docs/libs/gst-plugins-base-libs-docs.sgml:
10328         * docs/libs/gst-plugins-base-libs-sections.txt:
10329           Generate docs for new lib and API.
10330
10331         * tests/check/Makefile.am:
10332         * tests/check/libs/.cvsignore:
10333         * tests/check/libs/utils.c: (missing_msg_check_getters),
10334         (GST_START_TEST), (libgstbaseutils_suite):
10335           Add some basic unit tests.
10336
10337 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10338
10339         * ext/ogg/Makefile.am:
10340           Dist gstoggdemux.h to fix 'make distcheck'.
10341
10342         * sys/v4l/Makefile.am:
10343           Fix 'make distcheck' even more.
10344
10345 2007-01-09  Wim Taymans  <wim@fluendo.com>
10346
10347         * docs/plugins/Makefile.am:
10348         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10349         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10350         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10351         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10352         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10353         (gst_ogg_demux_perform_seek):
10354         * ext/ogg/gstoggdemux.h:
10355         Added docs.
10356         Add some more comments.
10357         Small cleanups.
10358
10359 2007-01-09  Wim Taymans  <wim@fluendo.com>
10360
10361         * ext/theora/theoradec.c:
10362         * ext/vorbis/vorbisdec.c:
10363         * gst-libs/gst/audio/gstringbuffer.c:
10364         (gst_ring_buffer_commit_full):
10365         * gst-libs/gst/audio/gstringbuffer.h:
10366         * gst-libs/gst/rtp/gstrtpbuffer.c:
10367         * gst-libs/gst/tag/gstvorbistag.c:
10368         Small documentation updates/fixes
10369
10370 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10371
10372         * configure.ac:
10373           Require core CVS HEAD for Andy's basesrc/sink API additions.
10374
10375 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10376
10377         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10378
10379         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10380         (plugin_init):
10381           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10382           on flac.sf.net (there appear to be other versions of the first
10383           ogg page in the wild) (#391365).
10384
10385 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10386
10387         * configure.ac:
10388           Check if localtime_r() is available.
10389
10390         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10391           If localtime_r() is not available, fall back to localtime(). Should
10392           fix build on MingW (#393310).
10393
10394 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10395
10396         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10397         * gst/subparse/gstsubparse.h:
10398           Remove spurious 1000 subtrahend when calculating the timestamp from
10399           the frame number and the frame rate . Also, use the frames/second
10400           value specified in the first line of the file, if one is specified
10401           there. Should fix #357503.
10402
10403         * tests/check/elements/subparse.c: (do_test),
10404         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10405         (subparse_suite):
10406           Add some basic unit tests for the microdvd subtitle format.
10407
10408 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10409
10410         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10411
10412         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10413         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10414         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10415         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10416         (gst_xvimagesink_set_xwindow_id),
10417         (gst_xvimagesink_set_event_handling),
10418         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10419         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10420         Fixes: #390076.
10421         Add an adaptor property to select a specific XV adaptor.
10422         * sys/xvimage/xvimagesink.h:
10423
10424 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10425
10426         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10427         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10428         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10429         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10430         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10431         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10432         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10433         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10434         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10435         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10436         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10437         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10438         Use flow_lock much more to protect every access to xwindow.
10439         Try to catch erros while creating images in case some drivers are
10440         just generating an XError when the requested image is too big.
10441         Should fix : #354698, #384008, #384060.
10442         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10443         Implement some stress testing of setting window xid.
10444
10445 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10446
10447         * win32/common/libgsaudio.def:
10448           Add new exported function.
10449         * win32/common/libgstogg.dsp:
10450           Add gstoggaviparse.c to the build.
10451         * win32/common/libgstvideoscale.dsp:
10452           Add vs_4tap.c to the build.
10453         * win32/common/libgstvorbis.dsp:
10454           Add vorbistag.c to the build.
10455         
10456 2007-01-06  Andy Wingo  <wingo@pobox.com>
10457
10458         * gst-libs/gst/audio/gstbaseaudiosink.c
10459         (gst_base_audio_sink_class_init)
10460         (gst_base_audio_sink_init): 
10461         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10462         to baseaudiosink, and tell basesink that we can work in pull mode.
10463         This way the ring buffer thread drives the pipeline directly, if
10464         pull mode is possible. There is some lingering nastiness regarding
10465         capsnego, however.
10466         (gst_base_audio_sink_callback): Implement the callback to pull
10467         data. This interface is a bit light, though -- it should get a
10468         GstFlowReturn return value at least.
10469
10470 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10471
10472         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10473         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10474         * gst/playback/gstdecodebin2.c:
10475         (gst_decode_group_check_if_blocked):
10476           Printf format and missing argument fixes.
10477
10478 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10479
10480         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10481         (gst_ogm_parse_change_state):
10482         Activate pads before adding them to the element.
10483
10484 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10485
10486         * tests/examples/seek/scrubby.c: (main):
10487         * tests/examples/seek/seek.c: (main):
10488           Call g_thread_init() first thing in main() (see #391278).
10489
10490 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10491
10492         * tests/check/Makefile.am:
10493         * tests/check/libs/.cvsignore:
10494         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10495         (netbuffer_suite):
10496           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10497           for the time being, since it's broken, see #393099.
10498
10499 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10500
10501         * tests/check/Makefile.am:
10502           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10503
10504 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10505
10506         * configure.ac:
10507           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10508           so that GST_BASE_CFLAGS can go inbetween them, making sure
10509           we use uninstalled gst-libs headers
10510         * docs/libs/Makefile.am:
10511         * ext/alsa/Makefile.am:
10512         * ext/cdparanoia/Makefile.am:
10513         * ext/gnomevfs/Makefile.am:
10514         * ext/libvisual/Makefile.am:
10515         * ext/ogg/Makefile.am:
10516         * ext/theora/Makefile.am:
10517         * ext/vorbis/Makefile.am:
10518         * gst-libs/gst/audio/Makefile.am:
10519         * gst-libs/gst/cdda/Makefile.am:
10520         * gst-libs/gst/interfaces/Makefile.am:
10521         * gst-libs/gst/riff/Makefile.am:
10522         * gst-libs/gst/rtp/Makefile.am:
10523         * gst-libs/gst/tag/Makefile.am:
10524         * gst/adder/Makefile.am:
10525         * gst/audioconvert/Makefile.am:
10526         * gst/audiorate/Makefile.am:
10527         * gst/audioresample/Makefile.am:
10528         * gst/playback/Makefile.am:
10529         * gst/tcp/Makefile.am:
10530         * gst/videoscale/Makefile.am:
10531         * gst/volume/Makefile.am:
10532         * sys/ximage/Makefile.am:
10533         * sys/xvimage/Makefile.am:
10534         * tests/icles/Makefile.am:
10535           adapt
10536
10537 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10538
10539         * gst-libs/gst/interfaces/xoverlay.c:
10540         (gst_x_overlay_handle_events):
10541         * gst-libs/gst/interfaces/xoverlay.h:
10542         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10543         (gst_ximagesink_set_xwindow_id),
10544         (gst_ximagesink_set_event_handling),
10545         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10546         (gst_ximagesink_get_property), (gst_ximagesink_init),
10547         (gst_ximagesink_class_init):
10548         * sys/ximage/ximagesink.h:
10549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10550         (gst_xvimagesink_set_xwindow_id),
10551         (gst_xvimagesink_set_event_handling),
10552         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10553         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10554         (gst_xvimagesink_class_init):
10555         * sys/xvimage/xvimagesink.h:
10556         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10557         Add a method to the XOverlay interface to allow disabling of 
10558         event handling in x[v]imagesink elements. This will let X events
10559         propagate to parent windows which can be usefull in some cases.
10560         Be carefull that the application is then responsible of pushing
10561         navigation events and expose events to the video sink.
10562         Fixes: #387138.
10563
10564 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10565
10566         * gst-libs/gst/tag/gstvorbistag.c:
10567         * tests/check/libs/tag.c: (GST_START_TEST):
10568           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10569           (fixes #392070).
10570
10571 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10572
10573         * configure.ac:
10574         * docs/Makefile.am:
10575         * docs/design/Makefile.am:
10576           Dist design docs.
10577
10578 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10579
10580         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10581         typo. Fixes: #390063.
10582
10583 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10584
10585         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10586         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10587         caps leak.
10588         * win32/common/config.h: Updated.
10589
10590 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10591
10592         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10593         (setup_gdpdepay_streamheader):
10594         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10595         (setup_gdppay_streamheader):
10596           Fix the dp tests, but activating the pads for the streamheader tests
10597           too and cleaning up conditionaly
10598
10599 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
10600
10601         * gst/ffmpegcolorspace/avcodec.h:
10602         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10603         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10604         (gst_ffmpegcsp_avpicture_fill):
10605         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10606         (img_get_alpha_info):
10607         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10608         other end of the word. Fixes: #387073.
10609
10610         Add some inconsequential branch hints in a couple of places.
10611
10612 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
10613
10614         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10615         (gst_ffmpeg_caps_to_smpfmt):
10616           The "signed" field in raw audio caps is of boolean type, trying to
10617           extract the value with _get_int() will fail (fix to keep in sync with
10618           the copy in gst-ffmpeg)
10619
10620 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10621
10622         * tests/check/elements/audioresample.c: (cleanup_audioresample):
10623         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
10624         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
10625         (cleanup_gdpdepay):
10626         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
10627         * tests/check/elements/subparse.c: (teardown_subparse):
10628         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
10629         * tests/check/elements/videorate.c: (cleanup_videorate):
10630         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
10631         * tests/check/elements/volume.c: (cleanup_volume):
10632         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
10633         (cleanup_vorbisdec):
10634         * tests/check/elements/vorbistag.c: (setup_vorbistag),
10635         (cleanup_vorbistag):
10636           consistent pad (de)activation
10637
10638 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10639
10640         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10641           Forgot to register the extensions.
10642
10643 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10644
10645         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
10646         (plugin_init):
10647           Add typefinder for VIVO files (my christmas present to the 90s).
10648
10649 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10650
10651         * gst/playback/gstdecodebin.c: (type_found):
10652           Special-case the text/plain media type: we only want to recognise it
10653           as a 'raw' decoded media type if it comes from a demuxer or subtitle
10654           parser, but not if the entire stream is of text/plain type. If the
10655           entire stream is text/plain, we should just error out.
10656
10657           This fixes playback of audio files with lyrics in totem. Totem can't
10658           distinguish between text files and subtitle files and passes any
10659           .txt file with the same basename as the main file to playbin as
10660           suburi, and playbin will then throw a 'subtitle found, but no video
10661           stream' error, which isn't entirely helpful. See #380342.
10662
10663           Also, with this change we'll show a slightly more correct error
10664           message in case totem passes a playlist file to us (although a
10665           custom error message wording instead of the default text would
10666           probably not be a bad idea either).
10667
10668           Same problem also needs to be fixed for playbin+decodebin2.
10669
10670         * tests/check/Makefile.am:
10671         * tests/check/elements/decodebin.c: (src_handoff_cb),
10672         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
10673         (decodebin_suite):
10674           Add simple unit test for decodebin for the above.
10675
10676 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10677
10678         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10679         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
10680           Refuse to change state to READY when we failed to create any of the
10681           required elements in our instance init function.
10682
10683 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
10684
10685         * docs/libs/gst-plugins-base-libs-sections.txt:
10686           Small docs fixes/updates.
10687
10688         * gst-libs/gst/video/gstvideosink.h:
10689           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
10690           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
10691           removed from the base sink API between 0.9.6 and 0.9.7).
10692           API: add GST_VIDEO_SINK_CAST and use it for the height/width
10693           accessor macros, so we don't do a runtime GObject type check every
10694           time we use them.
10695
10696 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10697
10698         * Makefile.am:
10699         * gst-plugins-base.doap:
10700         * gst-plugins-base.spec.in:
10701           add doap file
10702
10703 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
10704
10705         Patch by: Jens Granseuer <jensgr at gmx net>
10706
10707         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10708         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10709         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
10710         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
10711         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10712           Declare variables at the beginning of a block. Fixes #383195.
10713
10714 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
10715
10716         * configure.ac:
10717         Bump version nano - back to CVS.
10718
10719
10720 === release 0.10.11 ===
10721
10722 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
10723
10724         * configure.ac:
10725           releasing 0.10.11, "Dumb things"
10726
10727 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
10728
10729         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
10730         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
10731         Handle the case where an element has multiple pads with 
10732         unfixed caps as well as still possibly producing more dynamic 
10733         pads by storing each case as a distinct entry in the dynamic list.
10734         Fixes #38223 again.
10735
10736 2006-12-04  Wim Taymans  <wim@fluendo.com>
10737
10738         * gst/playback/gstdecodebin.c: (close_pad_link):
10739         Fix #382223, add more dynamic caps handling.
10740
10741 2006-12-04  Wim Taymans  <wim@fluendo.com>
10742
10743         * gst-libs/gst/audio/gstringbuffer.h:
10744         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
10745         (gst_netaddress_set_ip4_interface),
10746         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
10747         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
10748         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
10749         (gst_netaddress_get_ttl):
10750         * gst-libs/gst/netbuffer/gstnetbuffer.h:
10751         * gst/playback/gstdecodebin.c: (close_pad_link):
10752         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
10753         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
10754         * win32/common/config.h:
10755
10756 2006-12-01  Michael Smith  <msmith@fluendo.com>
10757
10758         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
10759           Delete bad debug code.
10760           Fixes #381219
10761
10762 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
10763
10764         * gst/videoscale/vs_4tap.c:
10765         * win32/MANIFEST:
10766         * win32/common/config.h:
10767         * win32/vs8/libgstvideoscale.vcproj:
10768         Fix compilation on win32 under VS8
10769         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
10770         Partially fixes #381175
10771
10772 2006-11-30  Michael Smith  <msmith@fluendo.com>
10773
10774         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
10775         (GST_START_TEST):
10776           It would be very bad if, after a discont buffer, we thought every
10777           single following buffer was also discont. So, add to the test to
10778           ensure that this isn't the case.
10779           
10780         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
10781           ... it was the case. So fix it.
10782
10783 2006-11-28  Wim Taymans  <wim@fluendo.com>
10784
10785         * gst/playback/gstplaybasebin.c: (check_queue_event):
10786         Improve debug.
10787
10788         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
10789         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
10790         padtemplate caps. Refixes #357577.
10791
10792 2006-11-28  Wim Taymans  <wim@fluendo.com>
10793
10794         * gst/playback/gstplaybasebin.c: (check_queue_event),
10795         (queue_threshold_reached), (queue_out_of_data),
10796         (gen_preroll_element):
10797         Add event probe to see when EOS is in a queue and we can disable the
10798         underrun signals. Fixes #357577.
10799
10800 2006-11-28  Edward Hervey  <edward@fluendo.com>
10801
10802         * gst/playback/Makefile.am:
10803         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
10804         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
10805         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
10806         (gst_decode_bin_init), (gst_decode_bin_dispose),
10807         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
10808         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
10809         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
10810         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
10811         (connect_element), (expose_pad), (type_found),
10812         (pad_added_group_cb), (pad_removed_group_cb),
10813         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
10814         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
10815         (are_raw_caps), (multi_queue_overrun_cb),
10816         (multi_queue_underrun_cb), (gst_decode_group_new),
10817         (get_current_group), (group_demuxer_event_probe),
10818         (gst_decode_group_control_demuxer_pad),
10819         (gst_decode_group_control_source_pad),
10820         (gst_decode_group_check_if_blocked),
10821         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
10822         (gst_decode_group_hide), (gst_decode_group_free),
10823         (gst_decode_group_set_complete), (source_pad_blocked_cb),
10824         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
10825         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
10826         (plugin_init):
10827         New decodebin2 element.
10828         Closes #370092
10829         * gst/playback/gstplay-marshal.list:
10830         Added marshallers for new signals in decodebin2
10831         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
10832         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
10833         is set.
10834
10835 2006-11-28  Wim Taymans  <wim@fluendo.com>
10836
10837         * gst/playback/gstplaybasebin.c: (setup_source),
10838         (gst_play_base_bin_change_state):
10839         Disable rtsp:// uris for the release, it's not good enough yet.
10840         Remove unused var.
10841
10842 2006-11-26  Wim Taymans  <wim@fluendo.com>
10843
10844         * ext/theora/theoradec.c: (gst_theora_dec_reset),
10845         (theora_dec_push_forward), (theora_dec_push_reverse),
10846         (theora_handle_data_packet), (theora_dec_decode_buffer),
10847         (theora_dec_flush_decode), (theora_dec_chain_reverse),
10848         (theora_dec_chain_forward), (theora_dec_chain):
10849         Implement reverse playback.
10850
10851         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
10852         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
10853         (vorbis_dec_chain_forward):
10854         Clear buffers used for reverse playback in _reset.
10855         No need to set the eos flag, we clip samples using the segment.
10856
10857 2006-11-24  Wim Taymans  <wim@fluendo.com>
10858
10859         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10860         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
10861         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
10862         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
10863         Some cleanups.
10864         Handle continued pages in reverse mode.
10865
10866 2006-11-24  Wim Taymans  <wim@fluendo.com>
10867
10868         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
10869         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
10870         (vorbis_dec_flush_decode):
10871         Small cleanups.
10872         Don't try to add invalid timestamps.
10873         Clipping will unref the buffer.
10874
10875 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
10876
10877         * gst/adder/gstadder.h:
10878         * gst/audiotestsrc/gstaudiotestsrc.h:
10879           remove obsolete _factory_init protos
10880
10881 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
10882
10883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
10884           Fix spacing in debug message.
10885
10886 2006-11-23  Wim Taymans  <wim@fluendo.com>
10887
10888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
10889         (gst_ogg_demux_chain):
10890         Don't just ignore return values from _pad_push().
10891         Small debug improvements.
10892
10893 2006-11-23  Michael Smith  <msmith@fluendo.com>
10894
10895         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
10896           If our incoming buffer is marked as DISCONT, then increment the page
10897           number (so that the discontinuity is marked in the final ogg
10898           bitstream) and flush the previous page.
10899
10900 2006-11-22  Michael Smith  <msmith@fluendo.com>
10901
10902         * ext/theora/gsttheoraenc.h:
10903         * ext/theora/theoraenc.c: (gst_theora_enc_init),
10904         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
10905         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
10906         (theora_enc_chain), (theora_enc_change_state):
10907           Mark discontinuities of > 3/4 of a frame, reinit encoder.
10908
10909         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
10910         (GST_START_TEST), (theoraenc_suite):
10911           Enable discontinuity test, fix it.
10912
10913 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10914
10915         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
10916         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
10917         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
10918         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
10919         (gst_text_overlay_change_state):
10920         * ext/pango/gsttextoverlay.h:
10921           Some textoverlay fixes: for one, in the video chain function,
10922           actually wait for a text buffer to come in if there is none at the
10923           moment and there should be one; also, deal more gracefully with
10924           incoming buffers that do not have a timestamp or duration; discard
10925           text buffer when not needed any longer. Fixes #341681.
10926
10927         * tests/check/Makefile.am:
10928         * tests/check/elements/.cvsignore:
10929         * tests/check/elements/textoverlay.c:
10930         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
10931         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
10932         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
10933         (test_video_waits_for_text_send_text_newsegment_thread),
10934         (test_video_waits_for_text_shutdown_element),
10935         (test_render_continuity_push_video_buffers_thread),
10936         (textoverlay_suite):
10937           Add some unit tests for textoverlay.
10938
10939 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10940
10941         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
10942           Avoid integer underflow when the found probability for mp3 is
10943           smaller than the 'penalty' we subtract if there's not a clean
10944           mp3 header sync at offset 0.
10945
10946 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
10947
10948         * docs/libs/gst-plugins-base-libs-sections.txt:
10949           Add some new symbols to the docs
10950
10951 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
10952
10953         * tests/check/Makefile.am:
10954         * tests/check/elements/ffmpegcolorspace.c:
10955         (ffmpegcolorspace_suite):
10956           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
10957           (for now not for valgrinding though, since it takes too long).
10958
10959 2006-11-20  Wim Taymans  <wim@fluendo.com>
10960
10961         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10962         (gst_ffmpeg_pixfmt_to_caps):
10963         Fix RGBA32 caps. Fixes #357038.
10964
10965 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
10966
10967         * gst-libs/gst/interfaces/mixertrack.h:
10968           Add FIXME so we can add some padding here in 0.11
10969
10970 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
10971
10972         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
10973           Fix GstBaseRTPAudioPayload structure so the whole GObject
10974           inheritance business actually works (parent class instance structure
10975           must always come first in the derived class instance structure).
10976
10977 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10978
10979         * gst/videotestsrc/Makefile.am:
10980         * tests/check/Makefile.am:
10981           Make sure our checks and the videotestsrc plugin link against the
10982           local uninstalled gst libs and not any installed gst libs that
10983           might happen to exist as well.
10984
10985         * tests/check/elements/adder.c: (message_received),
10986         (test_event_message_received), (test_play_twice_message_received):
10987         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
10988           Fix compiler warnings when compiling against core with disabled
10989           debugging system.
10990
10991 2006-11-16  Michael Smith  <msmith@fluendo.com>
10992
10993         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
10994         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
10995           Fix audiorate, so that it accurately sets offsets and timestamps.
10996           Doesn't change the fundamental algorithmic decisions; so should be
10997           safe.
10998
10999         * tests/check/Makefile.am:
11000           Enable audiorate test now that it passes.
11001
11002 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11003
11004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11005           clear xv when going to NULL, remove // commented non-existant proto
11006
11007         * tests/examples/seek/seek.c: (main):
11008           add missing tooltip description for scrub and play_scrub
11009
11010 2006-11-14  David Schleef  <ds@schleef.org>
11011
11012         * configure.ac:
11013           Bump liboil requirement to 0.3.8.
11014         * gst-libs/gst/riff/riff-media.c:
11015           Add Dirac fourcc.
11016         * gst/videoscale/vs_image.h:
11017         * gst/videoscale/vs_scanline.h:
11018           Use liboil's stdint.h.
11019         * gst/videotestsrc/videotestsrc.c:
11020           Remove liboil related ifdef's, since they aren't needed now, and
11021           won't work with future versions.
11022
11023 2006-11-14  David Schleef  <ds@schleef.org>
11024
11025         * gst/videoscale/Makefile.am:
11026         * gst/videoscale/gstvideoscale.c:
11027         * gst/videoscale/gstvideoscale.h:
11028         * gst/videoscale/vs_4tap.c:
11029         * gst/videoscale/vs_4tap.h:
11030         * gst/videoscale/vs_image.c:
11031         * gst/videoscale/vs_image.h:
11032         * gst/videoscale/vs_scanline.c:
11033         * gst/videoscale/vs_scanline.h:
11034           Add a 4-tap image scaler.  Theoretically looks much prettier.
11035           The tap calculation could use some improvement.
11036
11037 2006-11-14  Wim Taymans  <wim@fluendo.com>
11038
11039         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11040
11041         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11042         (gst_riff_parse_strf_iavs):
11043         * gst/subparse/gstsubparse.c: (convert_encoding):
11044         * gst/tcp/gstmultifdsink.c:
11045         (gst_multi_fd_sink_handle_client_write):
11046         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11047         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11048         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11049         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11050         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11051         (gst_ximagesink_ximage_new):
11052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11053         Various gsize and gssize printf fixes. Fixes #372507.
11054
11055 2006-11-13  Wim Taymans  <wim@fluendo.com>
11056
11057         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11058         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11059         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11060         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11061         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11062         * ext/vorbis/vorbisdec.h:
11063         First stab at vorbis reverse playback.
11064
11065 2006-11-13  Wim Taymans  <wim@fluendo.com>
11066
11067         * gst-libs/gst/audio/gstbaseaudiosink.c:
11068         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11069         * gst-libs/gst/audio/gstbaseaudiosink.h:
11070         Make the clock sync code more accurate wrt resampling and playback
11071         at different rates.
11072         
11073         * gst-libs/gst/audio/gstringbuffer.c:
11074         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11075         * gst-libs/gst/audio/gstringbuffer.h:
11076         Use better algorithm to interpolate sample rates. 
11077
11078 2006-11-13  Michael Smith  <msmith@fluendo.com>
11079
11080         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11081           Improve a debug line slightly.
11082
11083         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11084           Call gst_riff_init() in plugin_init, to avoid getting errors from
11085           the debug system (unrelated changes to another plugin made this turn
11086           up; not sure why).
11087
11088 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11089
11090         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11091
11092         * win32/common/libgsttag.def:
11093           Add missing symbol (#366492).
11094
11095 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11096
11097         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11098           Don't unref a NULL pad.
11099
11100 2006-11-09  Wim Taymans  <wim@fluendo.com>
11101
11102         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11103         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11104         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11105         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11106         (gst_ogg_demux_loop):
11107         Implement first stab at reverse playback.
11108
11109 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11110
11111         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11112         (gst_riff_create_video_template_caps):
11113           add h263/h264 variants to the caps, Fixes #363118
11114
11115 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11116
11117         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11118         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11119           Use g_strerror instead of strerror so we get UTF-8.
11120
11121 2006-11-03  David Schleef  <ds@schleef.org>
11122
11123         * ext/ogg/gstoggdemux.c:
11124         * ext/ogg/gstoggmux.c:
11125           Add/remove KW-DIRAC header here, since it is ogg-specific.
11126
11127 2006-11-03  Michael Smith  <msmith@fluendo.com>
11128
11129         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11130           Recognise more mpeg4 elementary video streams.
11131
11132 2006-11-02  Edward Hervey  <edward@fluendo.com>
11133
11134         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11135         Lower the probability of mp3 typefinding functions if we don't find a
11136         valid mp3 header at the start of the file.
11137         Closes #369482
11138
11139 2006-11-02  Wim Taymans  <wim@fluendo.com>
11140
11141         * ext/theora/gsttheoradec.h:
11142         * ext/theora/theoradec.c: (gst_theora_dec_init),
11143         (theora_dec_sink_event), (theora_dec_chain_forward),
11144         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11145         (theora_dec_chain):
11146         Document and partially implement an algorithm for doing reverse playback
11147         of theora video.
11148
11149 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11150
11151         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11152
11153         * win32/common/config.h:
11154         * win32/common/interfaces-enumtypes.c:
11155         * win32/common/libgsttag.def:
11156         * win32/vs8/gst-plugins-base.sln:
11157         * win32/vs8/libgstaudioresample.vcproj:
11158         * win32/vs8/libgstinterfaces.vcproj:
11159         * win32/vs8/libgstogg.vcproj:
11160         * win32/vs8/libgstriff.vcproj:
11161         * win32/vs8/libgsttag.vcproj:
11162         * win32/vs8/libgsttheora.vcproj:
11163         * win32/vs8/libgstvideoscale.vcproj:
11164         * win32/vs8/libgstvorbis.vcproj:
11165           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11166           to libgsttag.def; add missing dependencies for some vs8 projects;
11167           re-arrange placement of .def files in vs8 projects (#366334).
11168
11169 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11170
11171         * ext/ogg/gstogg.c:
11172           Remove unused variable.
11173
11174         * ext/ogg/gstoggdemux.c:
11175           Fix Wim's surname in plugin description.
11176
11177 2006-10-31  Wim Taymans  <wim@fluendo.com>
11178
11179         * gst-plugins-base.spec.in:
11180         spec new .h file. Fixes #368310.
11181
11182 2006-10-31  Michael Smith  <msmith@fluendo.com>
11183
11184         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11185         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11186         (gst_multi_fd_sink_get_stats),
11187         (gst_multi_fd_sink_remove_client_link),
11188         (gst_multi_fd_sink_queue_buffer),
11189         (gst_multi_fd_sink_handle_clients):
11190         * gst/tcp/gstmultifdsink.h:
11191           Make using the remove or clear signals threadsafe.
11192           Make calling get-stats with an invalid fd not segfault.
11193           Fixes 368273.
11194
11195 2006-10-31  Wim Taymans  <wim@fluendo.com>
11196
11197         * gst-libs/gst/rtp/Makefile.am:
11198         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11199         (gst_base_rtp_audio_payload_init):
11200         Fix and activate base audio payloader.
11201
11202 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11203
11204         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11205         (plugin_init):
11206           Add typefinder for QuickTime Image Files (see #366156).
11207
11208 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11209
11210         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11211           Another typo fix (#366212).
11212
11213 2006-10-27  Wim Taymans  <wim@fluendo.com>
11214
11215         * gst/volume/gstvolume.c: (volume_transform_ip):
11216         Use stream time to synchronize volume property instead of rather random
11217         timestamps. This is needed when gnonlin does its time shifting.
11218
11219 2006-10-27  Wim Taymans  <wim@fluendo.com>
11220
11221         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11222
11223         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11224         Remove the pad from the element in release_pad. Fixes #364812.
11225
11226 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11227
11228         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11230           Explicitly create our custom buffer classes at a thread-safe
11231           location as well, since g_type_class_ref() doesn't seem to be
11232           entirely thread-safe either (#365501; also see #349410).
11233
11234 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11235
11236         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11237         (gst_riff_parse_info):
11238           If strings in INFO chunk are not UTF-8, do something similar to
11239           what we do for ID3v1 tags: check a number of environment variables
11240           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11241           character sets to try, otherwise try the current locale and/or fall
11242           back on ISO-8859-1. Fixes #360552.
11243
11244 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11245
11246         * gst/videotestsrc/gstvideotestsrc.c:
11247         (gst_video_test_src_pattern_get_type),
11248         (gst_video_test_src_set_pattern):
11249         * gst/videotestsrc/gstvideotestsrc.h:
11250         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11251         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11252         (gst_video_test_src_checkers8):
11253         * gst/videotestsrc/videotestsrc.h:
11254           Add a bunch of exciting new checkers patterns.
11255
11256 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11257
11258         * gst/subparse/Makefile.am:
11259         * gst/subparse/gstsubparse.c:
11260         (gst_sub_parse_data_format_autodetect),
11261         (gst_sub_parse_format_autodetect), (handle_buffer),
11262         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11263         * gst/subparse/gstsubparse.h:
11264         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11265         (parse_tmplayer):
11266         * gst/subparse/tmplayerparse.h:
11267           Add support for TMPlayer-type subtitles (#362845).
11268
11269         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11270         (GST_START_TEST), (subparse_suite):
11271           Add some basic unit tests for the above.
11272
11273 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11274
11275         * tests/check/elements/audiorate.c: (test_injector_base_init),
11276         (test_injector_class_init), (test_injector_chain),
11277         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11278         (GST_START_TEST), (audiorate_suite):
11279           More tests for audiorate: inject buffers to check behaviour when
11280           buffers overlap.
11281
11282 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11283
11284         * tests/check/Makefile.am:
11285         * tests/check/elements/.cvsignore:
11286         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11287         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11288           Add some basic unit tests for audiorate. Disabled at the moment
11289           since it doesn't pass yet (see bug #363119).
11290
11291 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11292
11293         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11294         (parse_subrip), (handle_buffer):
11295           Add missing closing tags for markup and fix broken markup,
11296           otherwise pango won't render anything (fixes #357531). Also,
11297           make sure the text we send out is always NUL-terminated
11298           (better safe than sorry etc.).
11299
11300         * tests/check/elements/subparse.c: (test_srt_do_test),
11301         (test_srt):
11302           Some more tests for .srt incl. tests for the above stuff.
11303
11304 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11305
11306         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11307         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11308         Patch by: Stefan Kost  <ensonic@users.sf.net>
11309         Try to redraw borders only when needed. Apparently this consumes
11310         resources on small devices... :-O (#363607)
11311
11312 2006-10-20  Michael Smith  <msmith@fluendo.com>
11313
11314         * gst/tcp/gstmultifdsink.c:
11315         (gst_multi_fd_sink_client_queue_buffer):
11316           If caps change, then update the client's idea of the caps so that we
11317           don't end up re-sending streamheaders for every single buffer after
11318           the caps change.
11319
11320 2006-10-20  Michael Smith  <msmith@fluendo.com>
11321
11322         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11323         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11324           Set caps on pushed buffers; fix up refcounting of caps objects.
11325
11326 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11327
11328         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11329         (plugin_init):
11330           Typefind mmsh header data packet to application/x-mmsh (#362625).
11331
11332 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11333
11334         * tests/check/Makefile.am:
11335         * tests/check/elements/.cvsignore:
11336         * tests/check/elements/subparse.c: (buffer_from_static_string),
11337         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11338         (GST_START_TEST), (subparse_suite):
11339           Add very simple unit test for subparse.
11340
11341 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11342
11343         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11344         (parse_subrip):
11345           Strip trailing newlines from subtitle text output.
11346
11347 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11348
11349         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11350         (gst_sub_parse_change_state):
11351           Fix memleak; clear subparse->textbuf n state change function.
11352
11353 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11354
11355         * gst/subparse/gstsubparse.c:
11356         (gst_sub_parse_data_format_autodetect):
11357           Don't require subrip (.srt) files to start with a chunk number of 1.
11358
11359 2006-10-18  Wim Taymans  <wim@fluendo.com>
11360
11361         * gst-libs/gst/audio/gstbaseaudiosink.c:
11362         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11363         * gst-libs/gst/audio/gstbaseaudiosink.h:
11364         Extract rate from the NEWSEGMENT event.
11365         Use commit_full to also take rate adjustment into account when writing
11366         samples to the ringbuffer.
11367         
11368         * gst-libs/gst/audio/gstringbuffer.c:
11369         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11370         (gst_ring_buffer_read):
11371         * gst-libs/gst/audio/gstringbuffer.h:
11372         Added _commit_full() to also take rate into account.
11373         Use simple interpolation algorithm to resample audio.
11374         API: gst_ring_buffer_commit_full()
11375
11376         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11377         * tests/examples/seek/seek.c: (segment_done):
11378         Don't try to seek with 0.0 rate, just pause instead.
11379         Remove bogus debug line.
11380
11381 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11382
11383         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11384         (setup_source):
11385           Catch async errors when starting up the subtitle bin, so we can
11386           stop waiting and continue with the main film instead of hanging
11387           forever. Fixes #339366.
11388
11389         * tests/check/elements/playbin.c: (playbin_suite):
11390           Enable unit test for the above.
11391
11392 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11393
11394         * tests/check/Makefile.am:
11395         * tests/check/elements/.cvsignore:
11396         * tests/check/elements/playbin.c: (GST_START_TEST),
11397         (gst_red_video_src_uri_get_type),
11398         (gst_red_video_src_uri_get_protocols),
11399         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11400         (gst_red_video_src_uri_handler_init),
11401         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11402         (gst_red_video_src_create), (gst_red_video_src_class_init),
11403         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11404           Some small and basic unit tests for playbin; not very useful yet,
11405           but at least a start.
11406
11407 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11408
11409         * gst/playback/gstplaybin.c: (setup_sinks):
11410           The old pad activation spiel.
11411
11412 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11413
11414         * gst/playback/gstplaybasebin.c: (setup_source):
11415           Don't hang forever if the subbin already fails to start up in 
11416           the state change to PAUSED (#339366).
11417
11418 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11419
11420         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11421         (gst_tuner_set_channel), (gst_tuner_get_channel),
11422         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11423         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11424         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11425         (gst_tuner_find_channel_by_name):
11426           Fix some function guards, add some more function guards.
11427
11428 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11429
11430         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11431         (remove_element_chain):
11432         Don't return a pad from get_our_ghost_pad unless it is actually the
11433         one we want.
11434         Change a cast in remove_element_chain slightly.
11435
11436 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11437
11438         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11439         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11440         Segment seeking needs to use the rate and set stop to -1.
11441
11442 2006-10-13  Wim Taymans  <wim@fluendo.com>
11443
11444         * gst-libs/gst/audio/gstbaseaudiosink.c:
11445         (gst_base_audio_sink_setcaps):
11446         Don't crash when ringbuffer is not yet created.
11447         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11448         Fixes #361634.
11449
11450         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11451         * gst/playback/gststreamselector.c:
11452         (gst_stream_selector_request_new_pad):
11453         Activate pads befre adding them to running elements.
11454
11455 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11456
11457         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11458         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11459         updater when we start grabing the slider. Don't wait for the
11460         pipeline to be PAUSED.
11461
11462 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11463
11464         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11465         (gst_mixer_set_volume), (gst_mixer_get_volume),
11466         (gst_mixer_set_mute), (gst_mixer_set_option),
11467         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11468         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11469         (gst_mixer_option_changed):
11470           Guard mixer interface functions against bogus arguments.
11471
11472 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11473
11474         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11475         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11476         (msg_state_changed), (main): Use state-changed messages to trigger
11477         start/stop of scale update timer. Indeed the scale slider was
11478         jumping here and there because the update timer was activated 
11479         before seek completed. This fixes instant applying of rate changes
11480         by pressing the spinbutton like a crazy man !
11481
11482 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11483
11484         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11485
11486         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11487         (gst_basertppayload_finalize):
11488           Fix two small memory leaks (#361456).
11489
11490 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11491
11492         * tests/examples/seek/seek.c: (do_seek),
11493         (rate_spinbutton_changed_cb): When changing spinbutton we try
11494         to change the rate on the fly.
11495
11496 2006-10-10  Wim Taymans  <wim@fluendo.com>
11497
11498         * gst-libs/gst/riff/riff-ids.h:
11499         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11500         (gst_riff_create_audio_template_caps):
11501         Add WMS caps.
11502
11503 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11504
11505         Patch by: Josep Torra Valles <josep@fluendo.com>
11506
11507         * ext/gnomevfs/gstgnomevfssink.c:
11508         * ext/gnomevfs/gstgnomevfssrc.c:
11509         Fix URI interface implementation return type.
11510         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11511         Fix what looks like a copy/paste issue when assigning values.
11512         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11513         (gst_audio_filter_template_get_type):
11514         Cast to prevent Forte warnings.
11515         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11516         Fix URI interface implementation return type.
11517         gst_pad_query_position requires a signed integer pointer as
11518         3rd parameter, GstClockTime is unsigned.
11519         * gst/audioconvert/audioconvert.c:
11520         Fix integer overflow when treated as signed.
11521         * gst/audioresample/resample.c: (resample_add_input_data):
11522         Cast to prevent warnings on Forte.
11523         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11524         Fix integer overflow when treated as signed.
11525         * gst/ffmpegcolorspace/imgconvert_template.h:
11526         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11527         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11528         (cleanup_decodebin):
11529         Who initialises a guint to -1!
11530         Cast function pointers to prevent warnings on Forte.
11531         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11532         (queue_threshold_reached):
11533         Cast function pointers correctly to prevent warnings on Forte.
11534         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11535         Cast function pointers correctly to prevent warnings on Forte.
11536         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11537         Obvious change to unsigned, 0xEF > max signed char.
11538         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11539         GstClockTime is unsigned, initialise correctly.
11540         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11541         Cast so pointer arithemetic doesn't cause warnings on Forte.
11542         * gst/videorate/gstvideorate.c:
11543         Use correct return value.
11544         * tests/examples/seek/scrubby.c:
11545         GstClockTime is unsigned, initialise correctly.
11546
11547 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11548
11549         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11550
11551         * gst/typefind/gsttypefindfunctions.c:
11552           Recognise XML files and XML-like files shorter than 256 bytes as
11553           well (fixes #359237).
11554
11555 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11556
11557         Patch by: Renato Filho <renato.filho@indt.org.br>
11558         
11559         * gst/typefind/gsttypefindfunctions.c:
11560         Added typefind functions to video/x-nuv media.
11561         
11562 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11563
11564         * gst-libs/gst/interfaces/xoverlay.c:
11565         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11566           Some more guards against invalid input.
11567
11568 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11569
11570         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11571         Useless goto.
11572         * tests/examples/seek/seek.c: (do_seek),
11573         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11574         seek example to experiment with rates != 1.0 (reverse playback !)
11575
11576 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11577
11578         * gst-libs/gst/interfaces/xoverlay.c:
11579           Unref message in doc-example (spotted by Robert McQueen)
11580
11581 2006-10-06  Wim Taymans  <wim@fluendo.com>
11582
11583         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11584         (mpeg1_parse_header), (mpeg1_sys_type_find):
11585         printf fix.
11586
11587 2006-10-06  Wim Taymans  <wim@fluendo.com>
11588
11589         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11590         (close_pad_link):
11591         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11592         Activate dynamic pads before adding them to the element.
11593
11594 2006-10-06  Michael Smith  <msmith@fluendo.com>
11595
11596         * gst-libs/gst/floatcast/floatcast.h:
11597           Fix obviously-bogus macros; use the correct types.
11598
11599 2006-10-06  Wim Taymans  <wim@fluendo.com>
11600
11601         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11602         (gst_base_rtp_depayload_change_state):
11603         Also call parent state change function to activate pads.
11604
11605         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11606         (mpeg1_parse_header), (mpeg1_sys_type_find):
11607         Add some more debug info in mpeg typefinding.
11608
11609 2006-10-06  Michael Smith  <msmith@fluendo.com>
11610
11611         * ext/theora/theoradec.c: (theora_dec_chain):
11612           Zero byte theora packets are valid and well-defined; don't warn on
11613           them.
11614
11615 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11616
11617         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11618         (gst_multi_fd_sink_get_stats), (find_limits),
11619         (gst_multi_fd_sink_queue_buffer):
11620           API: add dropped_buffers to the get-stats GValueArray
11621
11622 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11623
11624         * ext/alsa/gstalsadeviceprobe.c:
11625         (gst_alsa_device_property_probe_get_values):
11626         * ext/alsa/gstalsasink.c: (set_hwparams):
11627         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
11628         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
11629         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
11630         (gst_ogg_mux_process_best_pad):
11631         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
11632         (gst_ogg_parse_chain):
11633         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
11634         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11635         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
11636         (gst_vorbis_enc_buffer_check_discontinuous):
11637         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
11638         * gst-libs/gst/audio/gstbaseaudiosink.c:
11639         (gst_base_audio_sink_render):
11640         * gst-libs/gst/cdda/gstcddabasesrc.c:
11641         (gst_cdda_base_src_handle_track_seek):
11642         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11643         (gst_base_rtp_depayload_push_full):
11644         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11645         * gst/audioresample/resample.c: (resample_input_pushthrough):
11646         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
11647         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11648         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11649         (wavpack_type_find):
11650         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11651         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11652         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
11653         * tests/check/elements/volume.c: (GST_START_TEST):
11654           Printf format fixes.
11655
11656 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11657
11658         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
11659           Fix a simple mistake (see the docs)
11660           Fixes #359580
11661
11662 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11663
11664         * docs/plugins/Makefile.am:
11665         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11666         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11667         * docs/plugins/gst-plugins-base-plugins.args:
11668         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11669         * docs/plugins/inspect/plugin-adder.xml:
11670         * docs/plugins/inspect/plugin-alsa.xml:
11671         * docs/plugins/inspect/plugin-audioconvert.xml:
11672         * docs/plugins/inspect/plugin-audiorate.xml:
11673         * docs/plugins/inspect/plugin-audioresample.xml:
11674         * docs/plugins/inspect/plugin-audiotestsrc.xml:
11675         * docs/plugins/inspect/plugin-cdparanoia.xml:
11676         * docs/plugins/inspect/plugin-decodebin.xml:
11677         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11678         * docs/plugins/inspect/plugin-gdp.xml:
11679         * docs/plugins/inspect/plugin-gnomevfs.xml:
11680         * docs/plugins/inspect/plugin-libvisual.xml:
11681         * docs/plugins/inspect/plugin-ogg.xml:
11682         * docs/plugins/inspect/plugin-pango.xml:
11683         * docs/plugins/inspect/plugin-playbin.xml:
11684         * docs/plugins/inspect/plugin-subparse.xml:
11685         * docs/plugins/inspect/plugin-tcp.xml:
11686         * docs/plugins/inspect/plugin-theora.xml:
11687         * docs/plugins/inspect/plugin-typefindfunctions.xml:
11688         * docs/plugins/inspect/plugin-video4linux.xml:
11689         * docs/plugins/inspect/plugin-videorate.xml:
11690         * docs/plugins/inspect/plugin-videoscale.xml:
11691         * docs/plugins/inspect/plugin-videotestsrc.xml:
11692         * docs/plugins/inspect/plugin-volume.xml:
11693         * docs/plugins/inspect/plugin-vorbis.xml:
11694         * docs/plugins/inspect/plugin-ximagesink.xml:
11695         * docs/plugins/inspect/plugin-xvimagesink.xml:
11696           Add vorbistag element to docs; update version numbers to 0.10.10.1.
11697
11698 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11699
11700         Patch by: James "Doc" Livingston <doclivingston at gmail com>
11701
11702         * ext/vorbis/Makefile.am:
11703         * ext/vorbis/vorbis.c: (plugin_init):
11704         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
11705         (vorbis_parse_parse_packet), (vorbis_parse_chain):
11706         * ext/vorbis/vorbisparse.h:
11707         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
11708         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
11709         (gst_vorbis_tag_parse_packet):
11710         * ext/vorbis/vorbistag.h:
11711           Add new vorbistag element which derives from vorbisparse
11712           and is essentially the same as well, only that it implements
11713           the GstTagSetter interface and can modify the stream's
11714           vorbiscomment on the fly (#335635).
11715
11716         * tests/check/Makefile.am:
11717         * tests/check/elements/.cvsignore:
11718         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11719         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
11720         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
11721         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
11722           Add unit test for new vorbistag element.
11723
11724 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11725
11726         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
11727         (vorbis_parse_push_headers), (vorbis_parse_chain):
11728           Set BOS flag in packet structure to fix 'jump depends
11729           on unitialized value' errors in valgrind; various minor
11730           clean-ups.
11731
11732 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
11733
11734         * gst/playback/gstdecodebin.c: (close_pad_link):
11735         Fix typo in a debug statement.
11736
11737         * gst/playback/gstplaybasebin.c: (probe_triggered),
11738         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
11739         (gen_source_element), (source_new_pad), (analyse_source),
11740         (setup_source):
11741         When handling no_more_pads in new_decoded_pad, make sure to treat
11742         subtitle pads correctly. Fixes playback with subtitle files.
11743
11744         Move a recurring message to LOG level.
11745
11746         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11747         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
11748         which ends up as -1 when cast to an int. Make the logic handle the
11749         max value as an unsigned mask and only change the colorkey when it's
11750         a value we recognise.
11751
11752 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11753
11754         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11755         Removed empty * between paragraphs
11756
11757 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11758
11759         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11760         * gst-libs/gst/rtp/README:
11761         Moved some documentation into .c file
11762
11763 2006-09-29  Wim Taymans  <wim@fluendo.com>
11764
11765         * gst/playback/gstdecodebin.c: (no_more_pads):
11766         Fix compilation.
11767
11768 2006-09-29  Wim Taymans  <wim@fluendo.com>
11769
11770         * gst/playback/gstdecodebin.c: (new_caps):
11771         Remove g_print
11772
11773         * gst/playback/gstplaybin.c:
11774         Add some docs.
11775
11776 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11777
11778         * tests/check/Makefile.am:
11779           Re-enable cddabasesrc test to see if it works again
11780           now.
11781
11782 2006-09-29  Wim Taymans  <wim@fluendo.com>
11783
11784         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11785         (gen_source_element):
11786         Handle invalid URIs a bit more gracefully.
11787
11788 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11789
11790         * tests/check/pipelines/oggmux.c:
11791           Remove obsolete comment.
11792
11793 2006-09-29  Michael Smith  <msmith@fluendo.com>
11794
11795         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11796         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
11797         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
11798         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
11799         (gst_ogg_mux_collected):
11800           Commit patch from James "Doc" Livingston, adds proper EOS handling
11801           in oggmux. GStreamer can, for the first time ever, create a valid
11802           Ogg file! Yay!
11803
11804         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
11805         (oggmux_suite):
11806           Reenable tests now that they pass.
11807
11808 2006-09-29  Wim Taymans  <wim@fluendo.com>
11809
11810         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11811         Stop reading commands when EOF (we read 0) as well.
11812
11813 2006-09-28  Wim Taymans  <wim@fluendo.com>
11814
11815         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
11816         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
11817         (find_dynamic), (unlinked), (close_link):
11818         Implement delayed caps linking needed for element with a lot of
11819         different caps on the src pads that get fixed at runtime.
11820         Improve management of dynamic elements.
11821
11822         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11823         (group_destroy), (group_commit), (check_queue), (queue_overrun),
11824         (gen_preroll_element), (remove_groups), (unknown_type),
11825         (add_element_stream), (no_more_pads_full), (no_more_pads),
11826         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
11827         (new_decoded_pad), (setup_subtitle), (array_has_value),
11828         (gen_source_element), (source_new_pad), (has_all_raw_caps),
11829         (analyse_source), (remove_decoders), (make_decoder),
11830         (remove_source), (setup_source), (finish_source), (prepare_output),
11831         (gst_play_base_bin_change_state):
11832         * gst/playback/gstplaybasebin.h:
11833         Use more _CAST instead of full type checking casts.
11834         Small cleanups, plug some leaks.
11835         Handle dynamic sources.
11836         Add some helper functions to create lists of strings used for
11837         blacklisting and other stuff.
11838         Refactor some code dealing with analysing the source.
11839         Re-enable sources without pads (like cd:// or other selfcontained
11840         elements).
11841
11842 2006-09-28  Wim Taymans  <wim@fluendo.com>
11843
11844         * gst-libs/gst/audio/gstbaseaudiosink.c:
11845         (gst_base_audio_sink_render):
11846         When we have a timestamp, we can still perform clipping.
11847         When we have no clock, we must play the sample ASAP.
11848
11849 2006-09-28  Wim Taymans  <wim@fluendo.com>
11850
11851         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11852         Set caps on outgoing buffers.
11853
11854         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
11855         (gst_video_rate_event), (gst_video_rate_chain):
11856         * gst/videorate/gstvideorate.h:
11857         Fix videorate some more. Fixes #357977
11858
11859 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
11860
11861         * tests/check/elements/adder.c: (adder_suite):
11862           Don't set timeout to 6 seconds when we're running
11863           in valgrind ... (and how is 6 seconds longer than
11864           the default anyway?)
11865
11866 2006-09-28  Wim Taymans  <wim@fluendo.com>
11867
11868         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11869         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
11870         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
11871         Keep sink and src segment to keep track of time and support more
11872         input formats.
11873         Fix bogus next_offset and run_time calculation, don't understand how
11874         this could have worked before. Fixes #357976.
11875         Remove some unneeded vars.
11876
11877 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
11878
11879         * gst/playback/gstplaybin.c: (remove_sinks):
11880           Only remove visualisation from visbin if there is a visbin (or:
11881           don't throw warnings when closing totem without playing a file).
11882
11883 2006-09-27  Wim Taymans  <wim@fluendo.com>
11884
11885         * gst-libs/gst/audio/gstbaseaudiosink.c:
11886         (gst_base_audio_sink_render):
11887         Add some more info in a WARNING.
11888
11889         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11890         (gst_base_audio_src_create):
11891         Handle PAUSE in create function, use new -core addition to
11892         wait for playing. Fixes pausing and resuming capture from an
11893         audiosrc.
11894
11895         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11896         (gst_ring_buffer_read):
11897         Constify some more.
11898         Caller supports interrupted reads now.
11899
11900 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
11901
11902         * tests/check/Makefile.am:
11903           Another attempt to make the gen64 buildbot happy.
11904
11905 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
11906
11907         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
11908
11909         * ext/libvisual/visual.c: (gst_visual_clear_actors),
11910         (gst_visual_chain), (gst_visual_change_state):
11911           Libvisual plugin was not passing audio data to libvisual 0.4.0 
11912           correctly. Fixes #357800
11913
11914 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
11915
11916         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
11917           Add timeout to _get_state() so we see which pipeline it is
11918           that causes trouble on the gen64 build bot.
11919
11920 2006-09-27  Wim Taymans  <wim@fluendo.com>
11921
11922         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11923         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
11924         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
11925         (gst_base_rtp_depayload_set_gst_timestamp):
11926         the source pad always uses fixed caps.
11927
11928 2006-09-27  Wim Taymans  <wim@fluendo.com>
11929
11930         * docs/libs/gst-plugins-base-libs-docs.sgml:
11931         * docs/libs/gst-plugins-base-libs-sections.txt:
11932         * gst-libs/gst/audio/gstaudioclock.c:
11933         * gst-libs/gst/audio/gstaudioclock.h:
11934         * gst-libs/gst/audio/gstaudiosink.c:
11935         * gst-libs/gst/audio/gstaudiosink.h:
11936         * gst-libs/gst/audio/gstaudiosrc.c:
11937         * gst-libs/gst/audio/gstbaseaudiosink.c:
11938         (gst_base_audio_sink_render):
11939         * gst-libs/gst/audio/gstbaseaudiosink.h:
11940         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
11941         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11942         * gst-libs/gst/audio/gstringbuffer.h:
11943         Added docs for the audio libs.
11944
11945 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
11946
11947         * tests/check/Makefile.am:
11948           Temporarily disable test that fails on the bots for unknown reasons.
11949
11950 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11951
11952         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11953         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11954         Moved AudioCodecType into priv
11955         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
11956
11957 2006-09-25  Wim Taymans  <wim@fluendo.com>
11958
11959         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
11960         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
11961         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
11962         (new_pad):
11963         Cleanups and small leak fixes.
11964         Added Depayloaders to valid list of autopluggable elements.
11965
11966 2006-09-25  Wim Taymans  <wim@fluendo.com>
11967
11968         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11969         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
11970         (gen_video_element), (gen_text_element), (gen_audio_element),
11971         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
11972         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
11973         Detect NO_PREROLL state change returns and disable clock distribution to
11974         the sinks so that sync is disabled.
11975         Avoid some type checking and do simple casts instead.
11976         Small cleanups, fix some FIXMEs.
11977         Be more robust when linking user specified elements, catch an report
11978         errors. Fixes #357404.
11979         Fix some leaks in the error paths.
11980
11981 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
11982
11983         * ChangeLog:
11984           ChangeLog surgery for missing bug-number
11985
11986 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
11987
11988         Patch by: Peter Kjellerstedt  <pkj at axis com>
11989
11990         * gst/playback/test.c:
11991           Fix compilation with uClibc and -Werror (#357591).
11992
11993 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
11994
11995         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
11996           Parse dates that are followed by a time as well (#357532).
11997
11998         * tests/check/libs/tag.c: (test_vorbis_tags):
11999           Add unit test for this.
12000
12001 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12002
12003         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12004         (gst_audio_convert_transform_caps):
12005         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12006         * gst/videotestsrc/videotestsrc.h:
12007           A few array const-ifications.
12008
12009 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12010
12011         * tests/check/Makefile.am:
12012           See if this makes the build bots happy.
12013
12014         * tests/check/libs/cddabasesrc.c:
12015           UTF8-ise my name.
12016
12017 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12018
12019         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12020
12021         * gst/subparse/samiparse.c: (handle_start_font),
12022         (fix_invalid_entities):
12023           More case-insensitivity for certain tags; recognise entities with
12024           decimal codes as special entities as well (#357330).
12025
12026 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12027
12028         * gst-libs/gst/Makefile.am:
12029           Need to build tag directory before cdda.
12030
12031 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12032
12033         * docs/libs/gst-plugins-base-libs-sections.txt:
12034         * gst-libs/gst/cdda/Makefile.am:
12035         * gst-libs/gst/cdda/gstcddabasesrc.c:
12036         (gst_cdda_base_src_base_init):
12037         * gst-libs/gst/cdda/gstcddabasesrc.h:
12038         * gst-libs/gst/tag/tag.h:
12039         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12040         (gst_tag_register_musicbrainz_tags):
12041           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12042           depend on libgsttag. This is required so we can extract/read tags like
12043           DISCID without depending on libgstcddabasesrc (which used to register
12044           them).
12045
12046         * gst-libs/gst/tag/gstvorbistag.c:
12047           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12048           tags (also see #347848).
12049
12050         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12051           Log vorbis comments we are actually writing. Const-ify array.
12052
12053 2006-09-23  Wim Taymans  <wim@fluendo.com>
12054
12055         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12056         Improve buffering a bit by avoiding a deadlock because we cannot assume
12057         the underrun is always called.
12058
12059 2006-09-23  Wim Taymans  <wim@fluendo.com>
12060
12061         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12062
12063         * gst-libs/gst/riff/riff-ids.h:
12064         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12065         (gst_riff_create_audio_template_caps):
12066         Added MPEG-4 AAC and id and caps. Fixes #357289
12067         Added WMA9 Lossless id.
12068
12069 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12070
12071         * ext/gnomevfs/gstgnomevfssrc.c:
12072           Fix misleading docs addition.
12073
12074         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12075           Get rid of compiler warning the right way.
12076
12077 2006-09-22  Wim Taymans  <wim@fluendo.com>
12078
12079         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12080         (gst_base_rtp_depayload_finalize),
12081         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12082         (gst_base_rtp_depayload_push_full),
12083         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12084         (gst_base_rtp_depayload_process),
12085         (gst_base_rtp_depayload_set_gst_timestamp),
12086         (gst_base_rtp_depayload_queue_release):
12087         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12088         Small cleanups.
12089         Fix some leaks.
12090         Refactored the process method and added methods to push from the process
12091         vmethod.
12092         Use _scale functions.
12093         API: gst_base_rtp_depayload_push_ts
12094         API: gst_base_rtp_depayload_push
12095
12096         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12097         timestamps are uint.
12098
12099 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12100
12101         * gst-libs/gst/interfaces/xoverlay.c:
12102           Remove unused statement from doc example.
12103
12104 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12105
12106         * gst-libs/gst/interfaces/videoorientation.c:
12107         (gst_video_orientation_iface_init),
12108         (gst_video_orientation_get_hflip),
12109         (gst_video_orientation_get_vflip),
12110         (gst_video_orientation_get_hcenter),
12111         (gst_video_orientation_get_vcenter),
12112         (gst_video_orientation_set_hflip),
12113         (gst_video_orientation_set_vflip),
12114         (gst_video_orientation_set_hcenter),
12115         (gst_video_orientation_set_vcenter):
12116           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12117           in ChangeLog)
12118
12119 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12120
12121         * tests/check/Makefile.am:
12122         * tests/check/elements/.cvsignore:
12123         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12124         (create_rgb_conversions), (rgb_conversion_free),
12125         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12126         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12127           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12128           but disable for now since it doesn't pass (something wrong with
12129           RGBA somewhere).
12130
12131 2006-09-21  Wim Taymans  <wim@fluendo.com>
12132
12133         * gst/playback/gstplaybasebin.c: (group_commit),
12134         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12135         (queue_out_of_data), (gen_preroll_element),
12136         (preroll_remove_overrun), (probe_triggered):
12137         Refactor handling of overrun detection.
12138         Separate handling of group completion and deadlock detection when doing
12139         network buffering. This should fix some deadlocks that were not detected
12140         because the group was completed.
12141         Add more comments, improve debugging.
12142
12143 2006-09-21  Wim Taymans  <wim@fluendo.com>
12144
12145         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12146         * tests/check/libs/audio.c:
12147         Some more compilation fixes.
12148
12149 2006-09-21  Wim Taymans  <wim@fluendo.com>
12150
12151         * gst-libs/gst/audio/gstringbuffer.c:
12152         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12153         (gst_ring_buffer_read):
12154         Early morning compilation fix.
12155
12156 2006-09-20  Wim Taymans  <wim@fluendo.com>
12157
12158         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12159         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12160         * tests/check/elements/videorate.c: (GST_START_TEST):
12161         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12162         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12163         Fix some warnings.
12164
12165 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12166
12167         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12168         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12169         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12170           Handcrafted merge to help CVS understanding what I changed and what
12171           not.
12172
12173 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12174
12175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12176         (gst_xvimagesink_get_times):
12177           change colorkey behaviour back according to #354773 comment 6/7
12178
12179 2006-09-19  Michael Smith  <msmith@fluendo.com>
12180
12181         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12182         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12183         (gst_multi_fd_sink_recover_client),
12184         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12185         (gst_multi_fd_sink_get_property):
12186         * gst/tcp/gstmultifdsink.h:
12187           Implement stubbed out properties unit-type, units-soft-max,
12188           units-max, to allow specifying maximum sizes in units other than
12189           buffers.
12190           Fixes #355935
12191
12192 2006-09-19  Wim Taymans  <wim@fluendo.com>
12193
12194         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12195         (gst_riff_create_audio_template_caps):
12196         Reorder the audio formats a bit for clarity.
12197         Detect and create caps for MSGSM and MSN (WAV49).
12198         Fixes #356596.
12199
12200         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12201         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12202         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12203         Small cleanups, move error handling out of normal flow for clarity.
12204
12205 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12206
12207         * docs/libs/gst-plugins-base-libs-docs.sgml:
12208         * docs/libs/gst-plugins-base-libs.types:
12209         * gst-libs/gst/interfaces/Makefile.am:
12210         * gst-libs/gst/interfaces/videoorientation.c:
12211         (gst_video_orientation_get_type),
12212         (gst_video_orientation_iface_init),
12213         (gst_video_orientation_get_hflip),
12214         (gst_video_orientation_get_vflip),
12215         (gst_video_orientation_get_hcenter),
12216         (gst_video_orientation_get_vcenter),
12217         (gst_video_orientation_set_hflip),
12218         (gst_video_orientation_set_vflip),
12219         (gst_video_orientation_set_hcenter),
12220         (gst_video_orientation_set_vcenter):
12221         * gst-libs/gst/interfaces/videoorientation.h:
12222           API: Add new interface to control video orientation (fixes #354908)
12223
12224 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12225
12226         * gst/videotestsrc/gstvideotestsrc.c:
12227           Use G_UNLIKELY in _create and log one more detail.
12228           
12229         (gst_video_test_src_get_times), (gst_video_test_src_create):
12230         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12231           Use gst_util_uint64_scale_int in _get_times().
12232
12233 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12234
12235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12236           Give better warning message (add object and detail).
12237
12238 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12239
12240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12241         (gst_xvimagesink_get_times):
12242           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12243           #354773), use gst_util_uint64_scale_int in _get_times()
12244
12245 2006-09-18  Michael Smith  <msmith@fluendo.com>
12246
12247         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12248           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12249           always true, leading to dropping all timestamps.
12250
12251 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12252
12253         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12254         (gst_visual_chain), (gst_visual_change_state):
12255           update to work also with libvisual 0.4 API, fix double unref (#355914)
12256           
12257         * tools/gst-launch-ext.1.in:
12258         * tools/gst-visualise.1.in:
12259           remove references to old man-pages
12260
12261         * tests/examples/seek/seek.c: (main):
12262           add real meadi-buttons, add tool-tips for the seek-options, arrange
12263           seek options in a table
12264
12265 2006-09-18  Michael Smith  <msmith@fluendo.com>
12266
12267         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12268         (gst_ogg_mux_push_buffer):
12269           Don't generate out-of-order timestamps from oggmux, instead clamp
12270           output timestamps to be >= the previously output ts.
12271           Fixes #355595
12272
12273 2006-09-18  Michael Smith  <msmith@fluendo.com>
12274
12275         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12276         (gst_multi_fd_sink_class_init):
12277           Updates, fixes, and typo corrections for multifdsink. No functional
12278           changes.
12279
12280 2006-09-17  Michael Smith  <msmith@fluendo.com>
12281
12282         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12283           Don't crash on truncated files - check that we got an 8 byte buffer
12284           before trying to memcmp it.
12285
12286 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12287
12288         * gst/playback/gstplaybasebin.c: (get_active_source):
12289           Make stream-switching appear instant to the application
12290           (ie. make sure that a g_object_get on 'current-foo' returns
12291           the stream previously set with g_object_set(). Totem needs
12292           this to update stream-related meta-info (like audio-codec)
12293           correctly when switching streams.
12294
12295 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12296
12297         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12298         (gst_alsa_mixer_ensure_track_list):
12299           Try harder to guess which mixer track is the master mixer
12300           track (instead of just taking the first one that has a pvolume).
12301           Fixes #342228.
12302
12303 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12304
12305         reviewed by: <delete if not using a buddy>
12306
12307         * gst-libs/gst/audio/audio.h:
12308         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12309
12310 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12311
12312         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12313         (gst_audio_convert_transform_caps):
12314           Get structure-name just once.
12315
12316 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12317
12318         * tests/check/elements/audioresample.c: (GST_START_TEST):
12319         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12320         * tests/check/elements/volume.c: (GST_START_TEST):
12321         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12322         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12323         (test_pipeline), (GST_START_TEST):
12324         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12325         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12326           Fix big batch of compiler warnings.
12327
12328 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12329
12330         * ext/gnomevfs/gstgnomevfssrc.c:
12331           Add docs about icydemux usage in connection with gnomevfssrc
12332
12333         * ext/libvisual/visual.c:
12334         * ext/ogg/gstoggaviparse.c:
12335         * ext/ogg/gstoggdemux.c:
12336         * ext/ogg/gstoggmux.c:
12337         * ext/ogg/gstoggparse.c:
12338         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12339         * gst-libs/gst/audio/gstaudiosink.c:
12340         * gst-libs/gst/audio/gstaudiosrc.c:
12341         * gst/audiorate/gstaudiorate.c:
12342           More G_OBJECT macro fixing.
12343
12344         * gst/audiotestsrc/gstaudiotestsrc.h:
12345           Fix wrong info in header due to copy & paste
12346
12347 2006-09-15  Wim Taymans  <wim@fluendo.com>
12348
12349         * gst-libs/gst/audio/gstbaseaudiosink.c:
12350         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12351         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12352         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12353         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12354         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12355         Do the delay calculation in the source/sink base classes as this is
12356         specific for the capture/playback mode.
12357         Try to fixate a bit better, like round depth up to a multiple of 8
12358         bigger than width.
12359         Handle underruns correctly by marking DISCONT on buffers and adjusting
12360         timestamps to handle the gap.
12361         Set offset/offset_end correctly on buffers.
12362
12363         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12364         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12365         (gst_ring_buffer_read):
12366         Remove resync and underrun recovery from the ringbuffer.
12367         Fix ringbuffer read code on under/overrun.
12368
12369 2006-09-15  Wim Taymans  <wim@fluendo.com>
12370
12371         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12372         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12373         (queue_threshold_reached), (gst_play_base_bin_set_property),
12374         (gst_play_base_bin_get_property):
12375         * gst/playback/gstplaybasebin.h:
12376         Don't use a 0 low watermark when buffering, it is catching starvation
12377         way too late. Instead, use a 3 second queue with 30 and 95
12378         percent low/high watermarks. 
12379         Added queue-min-threshold property to configure low watermark.
12380         Use new _buffering message API.
12381         Make queue_threshold variable big enough to store a uint64 time value.
12382         API: playbin::queue-min-threshold property.
12383
12384 2006-09-15  Wim Taymans  <wim@fluendo.com>
12385
12386         * configure.ac:
12387         We require 0.10.10.1 now because of _wait_preroll().
12388
12389         * gst-libs/gst/audio/gstbaseaudiosink.c:
12390         (gst_base_audio_sink_render):
12391         Use gst_base_sink_wait_preroll().
12392
12393 2006-09-15  Wim Taymans  <wim@fluendo.com>
12394
12395         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12396         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12397         Use DEBUG_OBJECT more.
12398
12399 === release 0.10.10 ===
12400
12401 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12402
12403         patch by: Michael Smith <msmith at fluendo dot com>
12404
12405         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12406         (gst_multi_fd_sink_client_queue_buffer),
12407         (gst_multi_fd_sink_new_client):
12408         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12409         (multifdsink_suite):
12410           Fix implementation of sync-method 'next-keyframe'
12411           Closes #354594
12412
12413 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12414
12415         patch by: Wim Taymans <wim at fluendo dot com>
12416
12417         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12418         This patch removes the RANDOM flag that was incorrectly introduced with
12419         revision 1.91.  Fixes #354590
12420
12421 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12422
12423         * tests/check/Makefile.am:
12424           Random variation in Makefile line to see if it makes the
12425           gen64-base-full bot any happier.
12426
12427 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12428
12429         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12430           Disable test that fails at the moment (killed after timeout).
12431
12432 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12433
12434         Patch by: James Livingston  <doclivingston at gmail.com>
12435
12436         * tests/check/Makefile.am:
12437         * tests/check/pipelines/.cvsignore:
12438         * tests/check/pipelines/oggmux.c: (get_page_codec),
12439         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12440         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12441         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12442         (test_theora_vorbis), (oggmux_suite):
12443           Add simple unit test for oggmux from #337026 with checking for the
12444           EOS flags disabled for the time being.
12445
12446 2006-09-04  Wim Taymans  <wim@fluendo.com>
12447
12448         patch by: Alessandro Dessina <alessandro nnva org>
12449
12450         * ext/ogg/gstoggmux.c:
12451         Add cmml caps to oggmux. Fixes #353912
12452
12453 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12454
12455         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12456           Returning a return value often helps. In this case, we
12457           don't need the return value anyway, so just get rid of it.
12458           Should make build bots much happier.
12459
12460 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12461
12462         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12463         (paint_get_structure), (gst_video_test_src_get_size),
12464         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12465         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12466         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12467         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12468         * gst/videotestsrc/videotestsrc.h:
12469           Add support for AYUV and the various RGBA formats. Initialise
12470           fields of paintinfo structs allocated on the stack.
12471
12472         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12473         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12474         (check_rgb_buf), (videotestsrc_suite):
12475           Add unit tests for videotestsrc's RGB output.
12476
12477 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12478
12479         * gst/videotestsrc/gstvideotestsrc.c:
12480         (gst_video_test_src_pattern_get_type),
12481         (gst_video_test_src_set_pattern):
12482         * gst/videotestsrc/gstvideotestsrc.h:
12483         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12484         (gst_video_test_src_black), (gst_video_test_src_white),
12485         (gst_video_test_src_red), (gst_video_test_src_green),
12486         (gst_video_test_src_blue):
12487         * gst/videotestsrc/videotestsrc.h:
12488           Add more uni-colour patterns ("white", "red", "green", and "blue").
12489
12490 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12491
12492         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12493           Fix stride for YVYU, should be word-aligned (#353658).
12494
12495 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12496
12497         * gst/adder/gstadder.c: (gst_adder_src_event):
12498           Fix build.
12499
12500 2006-08-31  Edward Hervey  <edward@fluendo.com>
12501
12502         * gst/adder/gstadder.c: (forward_event_func),
12503         (gst_adder_src_event), (gst_adder_collected),
12504         (gst_adder_change_state):
12505         * gst/adder/gstadder.h:
12506         Remember the start position asked in the incoming seeks, so we can
12507         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12508         of assuming it will always be 0).
12509
12510 2006-08-31  Edward Hervey  <edward@fluendo.com>
12511
12512         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12513         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12514         (gst_ogg_demux_loop):
12515         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12516
12517 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12518
12519         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12520         (gst_ffmpegcsp_get_unit_size):
12521           Return FALSE instead of returning a random false unit
12522           size when the format isn't known/supported (even if
12523           this shouldn't happen under normal circumstances).
12524
12525 2006-08-29  Wim Taymans  <wim@fluendo.com>
12526
12527         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12528
12529         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12530         (gst_gnome_vfs_src_start):
12531         Try harder to get the size from a uri by using _info_uri() when
12532         _info_from_handle() does not give us enough info. 
12533         Also follow symlinks when getting the size.
12534         Partially Fixes #332864.
12535
12536 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12537
12538         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12539
12540         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12541         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12542         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12543         (gst_alsa_mixer_set_record):
12544         * ext/alsa/gstalsamixertrack.c:
12545         (gst_alsa_mixer_track_update_alsa_capabilities),
12546         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12547         (gst_alsa_mixer_track_update):
12548         * ext/alsa/gstalsamixertrack.h:
12549           Improve and fix mixer track handling, in particular better handling
12550           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12551           separate track objects for tracks that have both capture and playback
12552           volume (and label them differently as well so they're not mistakenly
12553           assumed to be duplicates); classify mixer tracks that only affect
12554           the audible volume of something (rather than the capture volume)
12555           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12556           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12557           (following the meaning documented in the mixer interface header
12558           file); add support for alsa's exclusive cswitch groups; update/sync
12559           state/flags better if mixer settings are changed by another
12560           application. Fixes #336075.
12561
12562 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12563
12564         * gst/playback/gstplaybin.c:
12565           Improve docs: add section about BUFFERING messages sent by playbin.
12566
12567 2006-08-29  Michael Smith  <msmith@fluendo.com>
12568
12569         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12570         (gst_vorbis_enc_buffer_check_discontinuous),
12571         (gst_vorbis_enc_chain):
12572           Ignore explicit DISCONT marked on buffers (which is often spurious,
12573           particularly when using multiple segments), in favour of solely
12574           using the timestamps/durations.
12575
12576 2006-08-29  Edward Hervey  <edward@fluendo.com>
12577
12578         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12579         Don't rely on incoming buffers offset anymore, since it is completely
12580         broken when using multiple segments.
12581         Instead convert the incoming buffers timestamp to running time, and
12582         then convert that value to the offsets.
12583         Also inform GstSegment of the last outputted stop position, which is
12584         needed if we received several segments with an unknown stop value.
12585
12586 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12587
12588         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12589           fix buffer unreffing on a header push failure
12590
12591 2006-08-28  Wim Taymans  <wim@fluendo.com>
12592
12593         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12594         (gst_audio_rate_chain):
12595         Make the metadata of the buffer writable before changing its
12596         flags.
12597
12598 2006-08-28  Wim Taymans  <wim@fluendo.com>
12599
12600         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12601         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12602         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12603         (gst_audio_rate_chain), (gst_audio_rate_change_state):
12604         Fix audiorate some more.
12605         Reset and resync counters on flush and READY.
12606         Handle the DISCONT flag correctly.
12607         Use GstSegment to track position.
12608         Fail when not negotiated.
12609         Fixes #353234.
12610
12611 2006-08-25  Michael Smith  <msmith@fluendo.com>
12612
12613         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12614           Fix spelling.
12615           Remove accidently included debug line.
12616
12617 2006-08-25  Wim Taymans  <wim@fluendo.com>
12618
12619         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12620         Small cleanups.
12621         If a buffer is received with no caps, make the buffer metadata
12622         writable and set the caps, making sure that we don't screw up the
12623         refcounts.
12624
12625 2006-08-25  Michael Smith  <msmith@fluendo.com>
12626
12627         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
12628         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
12629           Fix memory leaks and misleading debug messages, add a couple of
12630           comments.
12631
12632         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
12633         (gst_multi_fd_sink_render):
12634           Do not use gst_buffer_make_writable() in a basesink render method,
12635           as it may incorrectly unref the buffer. Instead, use convoluted
12636           dance to avoid copying the buffer except when we need to.
12637
12638 2006-08-25  Michael Smith  <msmith@fluendo.com>
12639
12640         * ext/vorbis/vorbisenc.c:
12641         (gst_vorbis_enc_buffer_check_discontinuous):
12642           Allow very small discontinuities in the timestamps. These we can't
12643           do anything useful with anyway (because vorbis's timestamps have
12644           only sample granularity), and are commonly produced by elements with
12645           minor bugs. Allow up to 1/2 a sample out.
12646           Fixes #351742.
12647
12648 2006-08-24  Wim Taymans  <wim@fluendo.com>
12649
12650         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
12651         (play_scrub_toggle_cb), (main):
12652         Add a checkbox to enable play scrubbing. Makes it possible to disable
12653         normal scrubbing.
12654
12655 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12656
12657         * tests/check/elements/.cvsignore:
12658           make buildbot happy
12659
12660 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12661
12662         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
12663         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
12664         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
12665         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12666         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12667         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
12668         (gst_ogm_text_parse_strip_trailing_zeroes),
12669         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
12670         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
12671           Refactor ogm parse, do better input checking, misc. clean-ups.
12672           Cache incoming events and push them once the source pad has
12673           been created. Don't pass unterminated strings to sscanf().
12674           Strip trailing zeroes from subtitle text output, since they
12675           are not valid UTF-8. Don't push vorbiscomment packets on
12676           the subtitle text pad. Output perfect streams if possible.
12677
12678 2006-08-23  Wim Taymans  <wim@fluendo.com>
12679
12680         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12681         Waits for tasks to settle down so that we clean up correctly for 
12682         valgrind.
12683
12684 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12685
12686         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
12687           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
12688           actually return return value in taglists_are_equal.
12689
12690 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12691
12692         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12693           Fix crash due to broken bitstream parsing on x86-64: can't make
12694           any assumptions about sizeof(struct) due to alignment/packing
12695           differences on different architectures. Fixes #351790.
12696
12697 2006-08-22  Wim Taymans  <wim@fluendo.com>
12698
12699         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12700         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
12701         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
12702         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
12703         (gst_riff_parse_info):
12704         Protect public functions against bad input.
12705         Do some cleanups.
12706         Fix documentation.
12707
12708 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12709
12710         * gst-libs/gst/riff/riff-ids.h:
12711         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12712           Add voxware audio IDs (even if we can't play it) (#351795).
12713
12714 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12715
12716         * gst-libs/gst/riff/riff-media.c:
12717         (gst_riff_create_video_template_caps),
12718         (gst_riff_create_audio_template_caps),
12719         (gst_riff_create_iavs_template_caps):
12720           Const-ify some arrays and use G_N_ELEMENTS instead
12721           of wasting oodles of RAM on terminator bits.
12722
12723 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12724
12725         * gst-libs/gst/tag/gstvorbistag.c:
12726         (gst_tag_list_to_vorbiscomment_buffer):
12727         * tests/check/libs/tag.c: (GST_START_TEST):
12728           And the same for _to_vorbiscomment_buffer(): allow
12729           id_data_len == 0 for speex.
12730
12731 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12732
12733         * configure.ac:
12734         * docs/plugins/Makefile.am:
12735         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12736         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12737         * docs/plugins/inspect/plugin-gdp.xml:
12738         * gst/gdp/Makefile.am:
12739         * tests/check/Makefile.am:
12740           Move GDP plugin to -base from -bad.  Closes #347783.
12741
12742 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
12743
12744         * gst-libs/gst/tag/gstvorbistag.c:
12745         (gst_tag_list_from_vorbiscomment_buffer):
12746           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
12747           Also add some checks to make sure we don't memcmp() beyond the end of
12748           vorbiscomment buffer if the ID to check for is larger than the buffer.
12749
12750         * tests/check/libs/tag.c: (GST_START_TEST):
12751           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
12752
12753 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
12754
12755         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
12756         (gst_vorbis_enc_set_metadata):
12757           Use vorbis comment utility functions from libgsttag
12758           instead of re-inventing the wheel (partially fixes #347091).
12759
12760 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
12761
12762         * tests/check/elements/audioconvert.c: (GST_START_TEST):
12763         Fix leaks. Wait for state transitions that might happen ASYNC, as well
12764         as some that won't.
12765
12766 2006-08-21  Wim Taymans  <wim@fluendo.com>
12767
12768         * docs/libs/Makefile.am:
12769         * docs/libs/gst-plugins-base-libs-sections.txt:
12770         * docs/libs/gst-plugins-base-libs.types:
12771         Don't try to GObject scan the netbuffer as it's not a GObject.
12772         Fixes #351308.
12773
12774         * gst-libs/gst/netbuffer/gstnetbuffer.c:
12775         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12776         Document GstNetBuffer.
12777
12778 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12779
12780         * tests/check/elements/audioconvert.c: (GST_START_TEST),
12781         (audioconvert_suite):
12782           Add testcase for caps-size-explosion
12783
12784 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12785
12786         * gst/audioconvert/gstaudioconvert.c:
12787         (gst_audio_convert_get_unit_size), (set_structure_widths):
12788           Lower debug, use g_assert in _get_unit_size
12789
12790         * gst/audioresample/gstaudioresample.c:
12791         (audioresample_get_unit_size):
12792         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12793         (gst_ffmpegcsp_get_unit_size):
12794         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
12795           use g_assert in _get_unit_size
12796
12797 2006-08-18  Wim Taymans  <wim@fluendo.com>
12798
12799         * docs/libs/gst-plugins-base-libs-sections.txt:
12800         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
12801         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
12802         (gst_rtp_buffer_get_payload_buffer):
12803         * gst-libs/gst/rtp/gstrtpbuffer.h:
12804         Document GstRTPBuffer.
12805         Added function to efficiently strip payload headers.
12806         API: gst_rtp_buffer_get_payload_subbuffer()
12807
12808 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
12809
12810         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12811         (gst_tag_to_vorbis_comments):
12812           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
12813           tags and deserialise them properly as well (#347091).
12814           Add some more gtk-doc blurbs and also some g_return_if_fail().
12815
12816         * tests/check/libs/tag.c: (GST_START_TEST),
12817         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
12818           More tests.
12819
12820 2006-08-17  Wim Taymans  <wim@fluendo.com>
12821
12822         * ext/ogg/Makefile.am:
12823         * ext/ogg/gstogg.c: (plugin_init):
12824         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
12825         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
12826         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
12827         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
12828         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
12829         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
12830         Added ogg-in-avi parser element. Fixes #140139.
12831
12832         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
12833         Fixed a bug in oggdemux debug code.
12834
12835         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12836         (gst_riff_create_audio_template_caps):
12837         Recognise Ogg in the AVI extensible wave format.
12838
12839 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
12840
12841         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
12842           Make buffer durations add up (duration should be next_ts-ts for
12843           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
12844           from CVS.
12845
12846         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
12847         (test_buffer_timestamps), (cddabasesrc_suite):
12848           Add unit test for the above.
12849
12850         * tests/check/Makefile.am:
12851           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
12852           to see what happens.
12853
12854 2006-08-16  Wim Taymans  <wim@fluendo.com>
12855
12856         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
12857         (gst_alsasink_open):
12858         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
12859         (gst_alsasrc_open):
12860         Avoid setting and using a NULL device name.
12861         Print more info when we fail to open a device.
12862
12863 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
12864
12865         * docs/libs/gst-plugins-base-libs-sections.txt:
12866         * gst-libs/gst/tag/tag.h:
12867         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
12868           API: add gst_tag_parse_extended_comment() (#351426).
12869
12870         * tests/check/Makefile.am:
12871         * tests/check/libs/.cvsignore:
12872         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
12873           Add unit test for gst_tag_parse_extended_comment().
12874
12875 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
12876
12877         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
12878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
12879           Fix leak (#351502).
12880
12881 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
12882
12883         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12884         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12885         * docs/plugins/gst-plugins-base-plugins.args:
12886         * gst/playback/gstplaybin.c:
12887           Document playbin.
12888           
12889         * docs/plugins/inspect/plugin-adder.xml:
12890         * docs/plugins/inspect/plugin-alsa.xml:
12891         * docs/plugins/inspect/plugin-audioconvert.xml:
12892         * docs/plugins/inspect/plugin-audiorate.xml:
12893         * docs/plugins/inspect/plugin-audioresample.xml:
12894         * docs/plugins/inspect/plugin-audiotestsrc.xml:
12895         * docs/plugins/inspect/plugin-cdparanoia.xml:
12896         * docs/plugins/inspect/plugin-decodebin.xml:
12897         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12898         * docs/plugins/inspect/plugin-gnomevfs.xml:
12899         * docs/plugins/inspect/plugin-ogg.xml:
12900         * docs/plugins/inspect/plugin-pango.xml:
12901         * docs/plugins/inspect/plugin-playbin.xml:
12902         * docs/plugins/inspect/plugin-subparse.xml:
12903         * docs/plugins/inspect/plugin-tcp.xml:
12904         * docs/plugins/inspect/plugin-theora.xml:
12905         * docs/plugins/inspect/plugin-typefindfunctions.xml:
12906         * docs/plugins/inspect/plugin-video4linux.xml:
12907         * docs/plugins/inspect/plugin-videorate.xml:
12908         * docs/plugins/inspect/plugin-videoscale.xml:
12909         * docs/plugins/inspect/plugin-videotestsrc.xml:
12910         * docs/plugins/inspect/plugin-volume.xml:
12911         * docs/plugins/inspect/plugin-vorbis.xml:
12912         * docs/plugins/inspect/plugin-ximagesink.xml:
12913         * docs/plugins/inspect/plugin-xvimagesink.xml:
12914           Update to CVS version.
12915
12916 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
12917
12918         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12919         (gst_play_bin_set_property), (gst_play_bin_get_property),
12920         (value_list_append_structure_list),
12921         (gst_play_bin_handle_redirect_message),
12922         (gst_play_bin_handle_message):
12923           API: GstPlayBin::connection-speed
12924           Add "connection-speed" property; re-order redirect messages with
12925           multiple redirect locations depending on the minimum bitrate if
12926           that information is available and a connection speed is set
12927           (#350399).
12928
12929 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
12930
12931         * gst/playback/gstplaybin.c:
12932           Update max volume to the same value that the volume element uses.
12933
12934 2006-08-14  Wim Taymans  <wim@fluendo.com>
12935
12936         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
12937         Less uglyness..
12938
12939 2006-08-14  Wim Taymans  <wim@fluendo.com>
12940
12941         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
12942         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
12943         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
12944         Add some more debug info.
12945         Don't crash when a seek failed.
12946         Actually return the result of the seek instead of TRUE.
12947         Ignore multiple BOS pages with the same serial so that we don't create
12948         the same stream multiple times.
12949         Post an error when we fail to do the initial seek.
12950
12951 2006-08-13  Wim Taymans  <wim@fluendo.com>
12952
12953         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
12954         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
12955         Small code cleanup.
12956
12957         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
12958         (gst_alsa_mixer_new):
12959         Remove hack that always set the device to hw:0*.
12960         Properly find the card name for whatever device was configured.
12961         Do some better debugging.
12962         Fixes #350784.
12963
12964         * ext/alsa/gstalsamixerelement.c:
12965         (gst_alsa_mixer_element_set_property),
12966         (gst_alsa_mixer_element_change_state):
12967         Cleanups.
12968         Handle setting of a NULL device name better.
12969
12970 2006-08-11  Wim Taymans  <wim@fluendo.com>
12971
12972         * gst/adder/gstadder.c:
12973         Don't clip float values. Fixes #350900.
12974
12975 2006-08-11  Andy Wingo  <wingo@pobox.com>
12976
12977         * gst/tcp/gsttcp.c: Really fix the build?
12978
12979         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
12980         fixes the build.
12981
12982 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
12983
12984         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
12985           Float caps shouldn't have a "signed" field.
12986
12987 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
12988
12989         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
12990           Implement SEEKING query in its most basic form, so that we can
12991           at least check if we're seekable or not (#350655).
12992
12993 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
12994
12995         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
12996           The checks here are not even close to anything that would
12997           justify MAXIMUM probability, lowering to POSSIBLE until someone
12998           fixes the checks (case at hand: quicktime redirection files
12999           might start with 00 00 01 XX and pass the checks here just
13000           fine, see #350399).
13001
13002 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13003
13004         Patch by: Sjoerd Simons  <sjoerd at luon net>
13005
13006         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13007           Better detection for multipart/x-mixed-replace: accept leading
13008           whitespaces before the boundary marker as well (as our very own
13009           multipartmux used to produce) (#349068).
13010
13011 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13012
13013         Patch by: Young-Ho Cha  <ganadist at chollian net>
13014
13015         * gst-libs/gst/riff/riff-ids.h:
13016         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13017         (gst_riff_create_audio_template_caps):
13018           Detect DTS audio streams (#350157).
13019
13020 2006-08-05  Andy Wingo  <wingo@pobox.com>
13021
13022         * ext/theora/gsttheoraparse.h:
13023         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13024         (theora_parse_dispose, theora_parse_set_property)
13025         (theora_parse_get_property, theora_parse_munge_granulepos)
13026         (theora_parse_push_buffer, theora_parse_change_state):
13027         API: GstTheoraParse::synchronization-points
13028         Add a property 'synchronization-points' to fix badly synchronized oggs.
13029
13030 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13031
13032         * tests/check/Makefile.am:
13033         * tests/check/libs/.cvsignore:
13034         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13035         (fixed_caps_have_channel_positions), (GST_START_TEST),
13036         (audio_suite), (main):
13037           Add a few tests for the channel position stuff in libgstaudio.
13038
13039 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13040
13041         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13042         (gst_alsa_detect_channels):
13043         * ext/alsa/gstalsasink.c:
13044           Add support for cards that (only) do more than 8 channels,
13045           like the Delta 44 (#345188).
13046
13047         * gst-libs/gst/audio/multichannel.c:
13048         (gst_audio_check_channel_positions):
13049         * gst-libs/gst/audio/multichannel.h:
13050           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13051           unspecified channel position and cannot be combined with any
13052           of the other audio channel positions; adjust position layout
13053           checks accordingly (#345188).
13054
13055 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13056
13057         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13058           Recognise ancient RealAudio files (see #349779).
13059
13060 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13061
13062         Patch by: Jens Granseuer  <jensgr at gmx net>
13063
13064         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13065           Add typefinder for Interplay's MVE format (#348973).
13066
13067 2006-08-02  Wim Taymans  <wim@fluendo.com>
13068
13069         Patch by: Marcel Moreaux <marcelm at luon dot net>
13070
13071         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13072         (gst_base_rtp_depayload_add_to_queue):
13073         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13074         Handle RTP sequence number rollover.
13075         Disable jitterbuffer by default.
13076
13077 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13078
13079         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13080         (audioresample_set_caps):
13081         Don't leak references to the incoming caps. Clean them up when
13082         stopping.
13083
13084         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13085         (gst_video_scale_finalize):
13086         Don't leak our temporary pixel buffer.
13087
13088         * tests/check/Makefile.am:
13089         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13090         (GST_START_TEST), (simple_launch_lines_suite):
13091
13092         Fix leaks and re-enable the test for valgrind checking.
13093
13094 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13095
13096         Patch by: Sjoerd Simons  <sjoerd at luon net>
13097
13098         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13099         (plugin_init):
13100           Add typefind function for multipart/x-mixed-replace (#348916).
13101
13102 2006-07-28  Wim Taymans  <wim@fluendo.com>
13103
13104         * gst/adder/gstadder.c: (gst_adder_setcaps),
13105         (gst_adder_query_duration):
13106         Fix leak in duration query.
13107         Reflow some docs and notes.
13108
13109 2006-07-28  Michael Smith  <msmith@fluendo.com>
13110
13111         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13112         (vorbisenc_suite):
13113           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13114           aspect of it.
13115
13116 2006-07-28  Michael Smith  <msmith@fluendo.com>
13117
13118         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13119         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13120         (gst_vorbis_enc_push_buffer),
13121         (gst_vorbis_enc_buffer_check_discontinuous),
13122         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13123         * ext/vorbis/vorbisenc.h:
13124           Handle discontinuities in the input vorbis stream correctly,
13125           so that the output is properly timestamped (and has good granulepos
13126           values). Needs some oggmux fixes too.
13127
13128 2006-07-27  Wim Taymans  <wim@fluendo.com>
13129
13130         patch by: Kai Vehmanen <kv2004 eca cx>
13131
13132         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13133         (gst_base_rtp_depayload_chain),
13134         (gst_base_rtp_depayload_handle_sink_event),
13135         (gst_base_rtp_depayload_change_state):
13136         Don't send multiple newsegments with different formats.
13137         Fixes #348677.
13138
13139 2006-07-26  Wim Taymans  <wim@fluendo.com>
13140
13141         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13142         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13143         Make seeking in ogg more accurate again by doing the more correct
13144         granuletime to stream time conversion.
13145
13146 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13147
13148         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13149         (gst_multi_fd_sink_new_client):
13150           debug a little more understandably
13151           do not use goto as a substitute for break, especially if
13152           break is also being used
13153
13154 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13155
13156         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13157         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13158           Remove GLib-2.6 compatibility cruft.
13159
13160 2006-07-24  Wim Taymans  <wim@fluendo.com>
13161
13162         * gst-libs/gst/audio/gstbaseaudiosink.c:
13163         (gst_base_audio_sink_render):
13164         Don't try to align a sample to an unknown value.
13165
13166 2006-07-24  Wim Taymans  <wim@fluendo.com>
13167
13168         * gst-libs/gst/audio/gstbaseaudiosink.c:
13169         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13170         When the audio clock is slaved to another clock, never try to align
13171         samples but trust the rate interpolation algorithm.
13172
13173 2006-07-24  Wim Taymans  <wim@fluendo.com>
13174
13175         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13176         Don't try to calculate silence samples, base class does this much
13177         better now.
13178
13179         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13180         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13181         (gst_ring_buffer_acquire):
13182         Calculate silence samples correctly.
13183
13184         * gst-libs/gst/audio/gstringbuffer.h:
13185         Add _CAST macro.
13186
13187 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13188
13189         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13190           Limit search for the first markup tag to the first few kB of
13191           the file. If we don't find one there, it's highly unlikely that
13192           this is an XML(-ish) file.
13193
13194 2006-07-21  Andy Wingo  <wingo@pobox.com>
13195
13196         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13197         test to the one in vorbisenc. Also commented out.
13198
13199         * tests/check/pipelines/vorbisenc.c: 
13200         (test_discontinuity): New test, commented out until Mike lands
13201         some elite vorbisenc patches.
13202
13203         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13204         Bufferstraw was actually factored out of these tests. Now we share
13205         code yay.
13206
13207         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13208         for bufferstraw addition to gstcheck.
13209
13210 2006-07-21  Wim Taymans  <wim@fluendo.com>
13211
13212         * ext/theora/theoradec.c: (clip_buffer):
13213         Better clipping.
13214
13215 2006-07-21  Wim Taymans  <wim@fluendo.com>
13216
13217         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13218         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13219         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13220         Fix leak.
13221         Avoid type casting when we can.
13222
13223         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13224         Fix mem leak.
13225
13226 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13227
13228         * ext/alsa/gstalsamixerelement.c:
13229         (gst_alsa_mixer_element_change_state):
13230           Make state change fail if the specified device can't be opened
13231           for some reason.
13232
13233 2006-07-20  Wim Taymans  <wim@fluendo.com>
13234
13235         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13236         (cb_newpad), (main):
13237         Example of a small audio/video player using decodebin.
13238
13239 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13240
13241         * gst-libs/gst/riff/riff-ids.h:
13242           Add 'fact' chunk id
13243
13244 2006-07-19  Wim Taymans  <wim@fluendo.com>
13245
13246         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13247         (gst_base_rtp_depayload_chain),
13248         (gst_base_rtp_depayload_change_state):
13249         Don't assert when not negotiated but post a meaningfull 
13250         error message. Fixes #347918.
13251
13252         * gst-libs/gst/rtp/gstbasertppayload.c:
13253         Add comment about better default MTU size.
13254
13255         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13256         Small cleanups, start docs.
13257
13258 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13259
13260         Patch by: Martin Szulecki
13261
13262         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13263           If "device-name" is requested and the device is not
13264           open, try to temporarily open it to obtain this
13265           information (#342494).
13266
13267 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13268
13269         * gst-libs/gst/tag/gstid3tag.c:
13270           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13271
13272         * gst-libs/gst/tag/gsttageditingprivate.h:
13273         * gst-libs/gst/tag/gstvorbistag.c:
13274           Some more random const-ifications.
13275
13276 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13277
13278         * gst-libs/gst/riff/riff-ids.h:
13279         * gst-libs/gst/riff/riff-media.c:
13280         (gst_riff_create_video_template_caps):
13281           Add more FOURCCs (sort list to make stuff easier to find),
13282           add comment what those 16 bytes in struct _gst_riff_strh according to
13283           one avi-dumper are
13284
13285 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13286
13287         * gst-libs/gst/audio/multichannel.c:
13288         (gst_audio_check_channel_positions),
13289         (gst_audio_fixate_channel_positions):
13290           Const-ify two arrays.
13291
13292 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13293
13294         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13295           Fix typo, so that alsasink also advertises 8 channels
13296           if that's supported (tags: can, worms, open, alsa, ph34r).
13297
13298 2006-07-17  Wim Taymans  <wim@fluendo.com>
13299
13300         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13301         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13302         *sigh*, when is the compiler going to warn when the comments
13303         are out-of-sync with the code.. Refix case of busted theora
13304         headers with 0 granule pos.
13305
13306 2006-07-14  Wim Taymans  <wim@fluendo.com>
13307
13308         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13309         (gst_base_rtp_depayload_wait),
13310         (gst_base_rtp_depayload_change_state),
13311         (gst_base_rtp_depayload_set_property),
13312         (gst_base_rtp_depayload_get_property):
13313         Fix 99% cpu load by waiting for absolute times on the
13314         clock. Fixes #347300.
13315
13316 2006-07-14  Andy Wingo  <wingo@pobox.com>
13317
13318         * ext/theora/gsttheoraparse.h: 
13319         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13320         (theora_parse_push_headers, theora_parse_clear_queue)
13321         (theora_parse_drain_queue_prematurely, )
13322         (theora_parse_sink_event, theora_parse_change_state): Queue events
13323         until we initialized our state, like in vorbisparse.
13324
13325         * ext/vorbis/vorbisparse.h: 
13326         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13327         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13328         (vorbis_parse_drain_queue_prematurely, )
13329         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13330         until we have initialized our state. Fixes seeking after an
13331         initial pad block.
13332
13333 2006-07-14  Andy Wingo  <wingo@pobox.com>
13334
13335         Patch by: Iain Holmes <iaingnome@gmail.com>
13336         
13337         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13338
13339 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13340
13341         * configure.ac:
13342         Bump nano back to CVS
13343
13344 === release 0.10.9 ===
13345
13346 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13347
13348         * configure.ac:
13349           releasing 0.10.9, "I walk the line"
13350
13351 2006-07-14  Michael Smith  <msmith@fluendo.com>
13352
13353         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13354           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13355           (commonly happens when running this test under valgrind) when trying
13356           to remove the buffer probe.
13357
13358 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13359
13360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13361         Fix missing g_unlock from the previous commit
13362
13363 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13364
13365         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13366         (gst_ximagesink_change_state):
13367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13368         (gst_xvimagesink_change_state):
13369         Implement a locking order to ensure we always take the object lock
13370         before the x_lock and never vice-versa.
13371
13372 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13373
13374         * gst/playback/gstdecodebin.c: (find_compatibles):
13375         Fix a caps leak when linking (#347304)
13376
13377         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13378         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13379         (gst_ximagesink_change_state):
13380         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13381         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13382         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13383         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13384         Don't leak shared memory resources. Use the object lock to protect
13385         against the xcontext disappearing while returning a buffer from the
13386         pipeline. (#347304)
13387
13388 2006-07-12  Edward Hervey  <edward@fluendo.com>
13389
13390         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13391         (vorbis_handle_comment_packet):
13392         gst_tag_list_merge() returns a new object. Take that into account when
13393         using it. This avoids memleak.
13394         Revert previous commit which is not needed.
13395
13396 2006-07-12  Edward Hervey  <edward@fluendo.com>
13397
13398         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13399         Reset the decoder in finalize so that all fields get cleared.
13400
13401 2006-07-12  Wim Taymans  <wim@fluendo.com>
13402
13403         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13404         (gst_base_audio_src_set_clock),
13405         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13406         Don't try to post an error message when setting the clock fails
13407         as this can happen when adding an element to a bin which will then
13408         deadlock. Fixes #347296.
13409
13410 2006-07-12  Edward Hervey  <edward@fluendo.com>
13411
13412         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13413         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13414         (vorbis_handle_type_packet):
13415         Post tag messages on the bus even if we're not initialized.
13416         If we're not initialized, we still postpone the event pushing of tags.
13417
13418 2006-07-12  Wim Taymans  <wim@fluendo.com>
13419
13420         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13421         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13422         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13423         Revert last two changes that broke the freeze.
13424
13425 2006-07-12  Wim Taymans  <wim@fluendo.com>
13426
13427         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13428         basesink calculates silence sample correctly for us.
13429
13430 2006-07-12  Wim Taymans  <wim@fluendo.com>
13431
13432         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13433         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13434         Calculate correct silence samples so we don't fill our ringbuffer
13435         with noise.
13436
13437 2006-07-12  Edward Hervey  <edward@fluendo.com>
13438
13439         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13440         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13441         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13442         * ext/vorbis/vorbisdec.h:
13443         Delay sending events (newsegment, tags) until the decoder is properly
13444         initialized.
13445         Fixes #347295
13446
13447 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13448
13449         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13450         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13451           Patch from #347221 adding a test for audioconvert
13452           channel remappings.
13453
13454 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13455
13456         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13457         (gst_ssa_parse_parse_line):
13458           Don't include the terminating NUL in the buffer size,
13459           it's only there for extra paranoia (would add random
13460           '*' characters at the end of each subtitle since the
13461           terminator itself is not valid UTF-8 technically).
13462           Also fix indenting after boilerplate macro.
13463
13464 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13465
13466         * gst/playback/gstdecodebin.c: (close_pad_link):
13467           Also emit 'unknown-type' signal (which should really be
13468           called unhandled-type) if we found potential decoders/demuxers
13469           in the registry but none of them worked in the end (as in the
13470           case where the plugins don't exist any longer but are still
13471           listed in the registry). Fixes #329798.
13472
13473 2006-07-08  Andy Wingo  <wingo@pobox.com>
13474
13475         * theoraparse.c (theora_parse_push_buffer)
13476         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13477         Add some more debugging. Fix granulepos reconstruction in the face
13478         of discontinuities.
13479
13480 2006-07-06  Wim Taymans  <wim@fluendo.com>
13481
13482         * gst-libs/gst/audio/gstbaseaudiosink.c:
13483         (gst_base_audio_sink_class_init),
13484         (gst_base_audio_sink_provide_clock):
13485         Use gobject_class instead of G_OBJECT_CLASS (klass)
13486
13487         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13488         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13489         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13490         (gst_base_audio_src_get_time),
13491         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13492         (gst_base_audio_src_create_ringbuffer):
13493         Fix latency and buffer-time constants and properties ala basesink.
13494         Implement pull based scheduling. Fixes #346527.
13495         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13496         one segment.
13497         Refuse slaving to another clock instead of silently not working.
13498         Only provide a clock when we are actually able to do so.
13499         Various small cleanups and compiler hints.
13500
13501 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13502
13503         Patch by: Lutz Mueller <lutz at topfrose de>
13504
13505         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13506         (plugin_init):
13507           Add typefinding for text/html (#346581).
13508
13509 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13510
13511         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13512         (xml_check_first_element), (xml_type_find), (smil_type_find):
13513           Fix SMIL typefinding, make xml_check_first_element() more
13514           useful.
13515
13516 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13517
13518         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13519         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13520         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13521         * gst/playback/gstplaybasebin.h:
13522           Protect list of elements with a subtitle-encoding property and
13523           the subtitle encoding member itself with a lock of their own
13524           instead of using the object lock. This prevents a dead-lock in
13525           the element-remove callback in some circumstances when shutting
13526           down playbin.
13527
13528 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13529
13530         * win32/common/libgsttag.def:
13531         Export some new functions.
13532         * win32/vs6/libgstogg.dsp:
13533         Add a link to libgsttag-0.10.lib.
13534
13535 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13536
13537         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13538           Some const-ification.
13539
13540 2006-07-04  Wim Taymans  <wim@fluendo.com>
13541
13542         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13543         Improve checking if we are dealing with a stream. Added some
13544         more uris that need buffering.
13545
13546 2006-07-03  Edward Hervey  <edward@fluendo.com>
13547
13548         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13549         Remove unused variable.
13550
13551 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13552
13553         * Makefile.am:
13554           include lcov.mak
13555         * configure.ac:
13556           add GCOV_LIBS to GST_LIBS
13557
13558 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13559
13560         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13561
13562         * ext/alsa/gstalsasrc.c:
13563           Add 32 bps to template caps and increase channels range
13564           from [1,2] to [1,MAX]. See #346326.
13565
13566 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13567
13568         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13569           Recognise 'WMVA' video codec fourcc (#345879).
13570           
13571 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13572          
13573         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13574           Fixed nasty memory leak
13575
13576 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13577
13578         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13579         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13580           fix logging
13581
13582 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13583
13584         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13585         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13586         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13587         Protect remove_fakesink using a mutex, so that we don't try and
13588         remove the fakesink simultaneously from multiple threads.
13589
13590         When going from READY to PAUSED, restore the fakesink, so that
13591         it is there when decodebin gets reused.
13592
13593 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
13594
13595         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13596         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13597         * gst-libs/gst/rtp/gstbasertppayload.c:
13598         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13599         * gst/tcp/gstmultifdsink.c:
13600         * gst/tcp/gsttcpclientsink.c:
13601         * gst/tcp/gsttcpclientsrc.c:
13602         * gst/tcp/gsttcpserversink.c:
13603         * gst/tcp/gsttcpserversrc.c:
13604         * gst/videorate/gstvideorate.c:
13605         * gst/videotestsrc/gstvideotestsrc.c:
13606         * sys/v4l/gstv4ljpegsrc.c:
13607         * sys/v4l/gstv4lmjpegsink.c:
13608         * sys/v4l/gstv4lsrc.c:
13609         * tests/examples/seek/scrubby.c:
13610         * tests/examples/seek/seek.c:
13611           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
13612
13613 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13614
13615         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
13616           Second field in GEnumValue shouldn't be a description,
13617           but a stringified version of the enum value.
13618
13619 2006-06-22  Wim Taymans  <wim@fluendo.com>
13620
13621         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13622         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
13623         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13624         Avoid type checking in buffer casts.
13625         Avoid caps copy in buffer_alloc when we can.
13626         Use pad_peer_accept.
13627
13628 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13629
13630         * gst-libs/gst/tag/tag.h:
13631           Oops, make that 'Since: 0.10.9'.
13632
13633 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13634
13635         * docs/libs/gst-plugins-base-libs-sections.txt:
13636         * gst-libs/gst/tag/tag.h:
13637         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
13638         (gst_tag_image_type_get_type):
13639           API: add GstTagImageType enum to describe images contained
13640           in image tags (#345641).
13641
13642 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13643
13644         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13645           Fix warnings with gst-inspect: "buffers-min" property
13646           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
13647           typo in property description.
13648
13649 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13650
13651         Patch by: Cody Russell <bratsche at gnome org>
13652
13653         * gst/audioresample/gstaudioresample.c:
13654         (gst_audioresample_class_init):
13655         * gst/playback/gststreamselector.c:
13656         (gst_stream_selector_class_init):
13657         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
13658         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13659         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
13660         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
13661         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
13662         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
13663         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
13664         * gst/videotestsrc/gstvideotestsrc.c:
13665         (gst_video_test_src_class_init):
13666         * gst/volume/gstvolume.c: (gst_volume_class_init):
13667           Avoid unnecessary class cast check in class_init
13668           functions (#337747).
13669
13670 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
13671
13672         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
13673         (gst_text_overlay_video_chain):
13674           g_markup_escape_text() REALLY doesn't like non-UTF8 input
13675           and doesn't validate its input either (and neither did
13676           textoverlay it seems). Let's do that then and fix #345206.
13677
13678 2006-06-19  Wim Taymans  <wim@fluendo.com>
13679
13680         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13681         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
13682         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
13683         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
13684         (find_syncframe), (find_limits), (assign_value),
13685         (count_burst_unit), (gst_multi_fd_sink_new_client),
13686         (gst_multi_fd_sink_handle_client_write),
13687         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
13688         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
13689         (gst_multi_fd_sink_change_state):
13690         * gst/tcp/gstmultifdsink.h:
13691         Added shiny new burst-on-connect methods.
13692         Add properties to control the minimal amount of data queued.
13693         Small cleanups.
13694         API: bytes-min property
13695         API: time-min property
13696         API: buffers-min property
13697         API: burst-unit property
13698         API: burst-value property
13699         API: add-full signal
13700
13701         * gst/tcp/gsttcp-marshal.list:
13702         Added new marshaller code for the new signal.
13703
13704         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13705         (multifdsink_suite):
13706         Added testcases for new burst methods.
13707
13708 2006-06-19  Edward Hervey  <edward@fluendo.com>
13709
13710         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
13711         Implement clipping for accurate seeking.
13712         Closes #345225
13713
13714 2006-06-19  Wim Taymans  <wim@fluendo.com>
13715
13716         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
13717
13718         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
13719         (gst_video_scale_transform):
13720         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
13721
13722 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
13723
13724         * configure.ac:
13725           Fix --disable-external (can't set conditionals conditionally,
13726           #343602).
13727
13728 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13729
13730         * tests/check/elements/audioresample.c: (test_reuse),
13731         (audioresample_suite):
13732           Add test case for bug #342789 fixed below.
13733
13734 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13735
13736         * gst/audioresample/gstaudioresample.c:
13737         (gst_audioresample_class_init), (gst_audioresample_init),
13738         (audioresample_start), (audioresample_stop),
13739         (gst_audioresample_set_property), (gst_audioresample_get_property):
13740           Implement GstBaseTransform::start and ::stop so that audioresample
13741           can clear its internal state properly and be reused instead of
13742           causing non-negotiated errors with playbin under some circumstances
13743           (#342789).
13744
13745         * tests/check/elements/audioresample.c: (setup_audioresample),
13746         (cleanup_audioresample):
13747           Need to set element state here so that ::start and ::stop are
13748           called.
13749
13750 2006-06-16  Wim Taymans  <wim@fluendo.com>
13751
13752         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13753
13754         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
13755         Parse extra data better, apparently it's right behind
13756         the normal strf header size. Fixes #343500.
13757
13758 2006-06-16  Wim Taymans  <wim@fluendo.com>
13759
13760         * ext/alsa/gstalsasink.c: (set_hwparams):
13761         If we fail to set the buffer_time and period_time alsa
13762         parameters, post a warning and leave alsa select a 
13763         default instead of failing. Fixes #342085
13764
13765 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13766
13767         * docs/libs/gst-plugins-base-libs-sections.txt:
13768         * gst-libs/gst/cdda/gstcddabasesrc.h:
13769           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
13770           out in the header file and shouldn't be listed in the docs.
13771
13772         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13773           Must dereference pointer to fourcc in the debug statement.
13774
13775 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
13776
13777         * docs/libs/Makefile.am:
13778         * docs/libs/gst-plugins-base-libs-docs.sgml:
13779         * docs/libs/gst-plugins-base-libs-sections.txt:
13780         * docs/libs/gst-plugins-base-libs.types:
13781         add remaining symbols into correct setions
13782         
13783         * gst-libs/gst/audio/gstringbuffer.c:
13784         fix incomplete docs
13785         
13786         * gst-libs/gst/audio/gstringbuffer.h:
13787         comment out not yet implemented function
13788         
13789         
13790         * gst-libs/gst/floatcast/floatcast.h:
13791         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13792         add short descriptions
13793         
13794         
13795         * gst-libs/gst/interfaces/propertyprobe.c:
13796         fix return value docs   
13797         
13798         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13799         simplify debug logging
13800         
13801         * gst-libs/gst/riff/riff-read.h:
13802         sync function prototype and docs
13803         
13804         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13805         remove left over symbol
13806
13807 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13808
13809         * autogen.sh:
13810         * configure.ac:
13811         * docs/Makefile.am:
13812           Use GST_PLUGIN_DOCS macro in configure.ac, add
13813           --enable-plugin-docs default to autogen.sh and use
13814           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
13815
13816 2006-06-15  Wim Taymans  <wim@fluendo.com>
13817
13818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
13819         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
13820         (gst_ogg_demux_loop):
13821         Combine GstFlowReturn from the source pads to give a
13822         meaningfull result to the upstream peer or to stop the
13823         processing task in case of errors.
13824
13825 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
13826
13827         * gst/playback/gststreaminfo.c: (cb_probe):
13828           Try GST_TAG_CODEC as fallback when extracting the
13829           codec name; more debug info.
13830
13831 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
13832
13833         * ext/ogg/Makefile.am:
13834         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
13835           Extract language tags from ogm subtitle streams, so that
13836           the subtitle menu choices are labelled correctly in
13837           Totem (fixes #344708).
13838
13839 2006-06-14  Wim Taymans  <wim@fluendo.com>
13840
13841         Patch by: Alessandro Decina <alessandro at nnva dot org>
13842
13843         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
13844         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
13845         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
13846         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
13847         Fix various leaks. Fixes #343699.
13848         Add x-smoke mime type.
13849
13850 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
13851
13852         * gst-libs/gst/riff/riff-ids.h:
13853           Add IDs for 'bext' chunks (see #343837).
13854
13855 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
13856
13857         Patch by: Young-Ho Cha  <ganadist at chollian net>
13858
13859         * gst/subparse/samiparse.c: (sami_context_pop_state),
13860         (handle_start_font), (end_sami_element):
13861           Honour font face tags in SAMI subtitles (#344503).
13862
13863 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
13864
13865         * po/POTFILES.in:
13866           add missing files containing translatable strings
13867
13868 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
13869
13870         * docs/libs/tmpl/.cvsignore:
13871           we don't want those *.sgml files in CVS either
13872
13873 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
13874
13875         * docs/libs/.cvsignore:
13876         * tests/check/elements/.cvsignore:
13877         * tests/check/libs/.cvsignore:
13878           ignore more
13879
13880 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
13881
13882         * docs/libs/Makefile.am:
13883           also commiting the changed Makefile.am (added more libs to the
13884           doc-build)
13885
13886 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
13887
13888         * docs/libs/gst-plugins-base-libs-docs.sgml:
13889         * docs/libs/gst-plugins-base-libs-sections.txt:
13890         * docs/libs/gst-plugins-base-libs.types:
13891           first batch of reordering things, add index & hierarchy
13892
13893 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13894
13895         * configure.ac:
13896           use GST_PKG_CHECK_MODULES, cleans up output
13897
13898 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
13899
13900         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
13901           Add support for burn:// URIs (#343385); const-ify things a bit,
13902           use G_N_ELEMENTS instead of hard-coded array size.
13903
13904 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
13905
13906         Patch by: Young-Ho Cha  <ganadist at chollian net>
13907
13908         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
13909           Fix up broken entities before passing them to libxml *sigh*.
13910           (#343303).
13911           
13912 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13913
13914         * configure.ac:
13915           back to TRUNK
13916
13917 === release 0.10.8 ===
13918
13919 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
13920
13921         * configure.ac:
13922           releasing 0.10.8, "Moar gij ziet mij nie"
13923
13924 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13925
13926         * configure.ac:
13927         * po/af.po:
13928         * po/az.po:
13929         * po/cs.po:
13930         * po/en_GB.po:
13931         * po/hu.po:
13932         * po/it.po:
13933         * po/nb.po:
13934         * po/nl.po:
13935         * po/or.po:
13936         * po/sq.po:
13937         * po/sr.po:
13938         * po/sv.po:
13939         * po/uk.po:
13940         * po/vi.po:
13941         * win32/common/config.h:
13942           0.10.7.2 prerelease
13943
13944 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
13945
13946         * docs/libs/tmpl/gstaudio.sgml:
13947         * docs/libs/tmpl/gstcolorbalance.sgml:
13948         * docs/libs/tmpl/gstmixer.sgml:
13949         * docs/libs/tmpl/gstringbuffer.sgml:
13950         * docs/libs/tmpl/gsttuner.sgml:
13951         * docs/libs/tmpl/gstxoverlay.sgml:
13952         * gst-libs/gst/audio/audio.c:
13953         * gst-libs/gst/audio/gstringbuffer.c:
13954         * gst-libs/gst/interfaces/colorbalance.c:
13955         * gst-libs/gst/interfaces/mixer.c:
13956         * gst-libs/gst/interfaces/tuner.c:
13957         * gst-libs/gst/interfaces/xoverlay.c:
13958           move last template doc snippets to source code and delete them
13959
13960 2006-06-06  Michael Smith  <msmith@fluendo.com>
13961
13962         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
13963         (theora_parse_drain_queue):
13964           Mark DELTA_UNIT on non-keyframes.
13965
13966 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
13967
13968         * gst-libs/gst/audio/gstbaseaudiosink.c:
13969         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
13970         * gst-libs/gst/audio/gstbaseaudiosink.h:
13971         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
13972         (gst_ring_buffer_samples_done):
13973         * gst-libs/gst/audio/gstringbuffer.h:
13974         Document better the fact that latency_time and buffer_time are values
13975         stored in microseconds, and not the usual GStreamer nanoseconds.
13976         Change the variables (compatibly) that store them from GstClockTime 
13977         to guint64 to make it more clear that they're not storing clock times.
13978         Also, remove the bogus property description that says the user can
13979         specify -1 to get the default value, since that's never been the case.
13980
13981         When computing the default segment size for the ring buffer, make it
13982         an integer number of samples.
13983
13984         When the sub-class indicates a delay greater than the number of
13985         samples we've written return 0 from the audio sink get_time method.
13986
13987 2006-06-02  Michael Smith  <msmith@fluendo.com>
13988
13989         * tests/check/elements/audioconvert.c: (set_channel_positions),
13990         (get_float_mc_caps), (get_int_mc_caps):
13991         * tests/check/elements/audioresample.c:
13992         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
13993         * tests/check/elements/videorate.c:
13994         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
13995         * tests/check/elements/volume.c:
13996         * tests/check/elements/vorbisdec.c:
13997         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
13998           Don't busy-wait in tests; this was causing test timeouts very
13999           frequently when running under valgrind.
14000
14001 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14002
14003         * gst/tcp/README:
14004         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14005         (gst_multi_fd_sink_remove_client_link),
14006         (gst_multi_fd_sink_client_queue_caps),
14007         (gst_multi_fd_sink_client_queue_buffer),
14008         (gst_multi_fd_sink_handle_client_write),
14009         (gst_multi_fd_sink_render):
14010         * gst/tcp/gstmultifdsink.h:
14011           make multifdsink properly deal with streamheader:
14012           - streamheader is taken from caps
14013           - buffers marked with IN_CAPS are not sent
14014           - streamheaders are sent, on connection, from the caps of the
14015             buffer where the client gets positioned to
14016           - further streamheader changes are done every time the client
14017             will receive a buffer with different caps
14018         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14019         (gst_multifdsink_create_streamheader):
14020           add tests for this
14021
14022 2006-06-02  Michael Smith  <msmith@fluendo.com>
14023
14024         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14025           Reinstate limit on channel count. Vorbis does not define the meaning
14026           of > 6 channels, so they're just independent channels. Gstreamer
14027           currently has no mechanism to represent N independent channels.
14028
14029 2006-06-02  Michael Smith  <msmith@fluendo.com>
14030
14031         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14032           Don't arbitrarily restrict channel counts and rate in vorbis.
14033           In terms of effects likely on real-world files, this fixes 96kHz
14034           playback of vorbis.
14035
14036 2006-06-02  Michael Smith  <msmith@fluendo.com>
14037
14038         * gst/audioconvert/audioconvert.c: (float):
14039           More correct float->int conversion.
14040
14041 2006-06-02  Michael Smith  <msmith@fluendo.com>
14042
14043         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14044           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14045           value. Fixes g-critical on trying to play back ogg containing
14046           unknown codec.
14047
14048 2006-06-02  Wim Taymans  <wim@fluendo.com>
14049
14050         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14051         (setup_source):
14052         * gst/playback/gstplaybasebin.h:
14053         Make the subtitle detection work from any thread so we don't
14054         deadlock. Fixes #343397.
14055
14056 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14057
14058         * gst/volume/Makefile.am:
14059           Seriously, it's not *that* hard to get compilation right.  Even
14060           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14061
14062 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14063
14064         * gst/volume/gstvolume.c: (volume_choose_func),
14065         (volume_update_real_volume), (gst_volume_class_init),
14066         (gst_volume_init), (volume_process_float), (volume_process_int16),
14067         (volume_process_int16_clamp), (volume_set_caps),
14068         (volume_transform_ip), (plugin_init):
14069         * gst/volume/gstvolume.h:
14070         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14071         another property desc., remove unused param from process function
14072         
14073         * tests/check/elements/volume.c: (volume_suite):
14074         reactivate the passthrough test
14075
14076 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14077
14078         * ext/alsa/gstalsamixerelement.h:
14079         * ext/alsa/gstalsamixeroptions.h:
14080         * ext/alsa/gstalsamixertrack.h:
14081         * ext/gnomevfs/gstgnomevfssink.h:
14082         * ext/gnomevfs/gstgnomevfssrc.h:
14083         * ext/theora/gsttheoradec.h:
14084         * ext/theora/gsttheoraenc.h:
14085         * ext/theora/gsttheoraparse.h:
14086         * ext/vorbis/vorbisparse.h:
14087         * gst-libs/gst/audio/gstaudioclock.h:
14088         * gst-libs/gst/audio/gstaudiofilter.h:
14089         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14090         * gst/audioconvert/gstaudioconvert.h:
14091         * gst/audioresample/gstaudioresample.h:
14092         * gst/audiotestsrc/gstaudiotestsrc.h:
14093         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14094         * gst/playback/gststreamselector.h:
14095         * gst/tcp/gstmultifdsink.h:
14096         * gst/tcp/gsttcpclientsink.h:
14097         * gst/tcp/gsttcpclientsrc.h:
14098         * gst/tcp/gsttcpserversink.h:
14099         * gst/tcp/gsttcpserversrc.h:
14100         * gst/videorate/gstvideorate.h:
14101         * gst/videoscale/gstvideoscale.h:
14102         * gst/videotestsrc/gstvideotestsrc.h:
14103         * gst/volume/gstvolume.h:
14104         * sys/v4l/gstv4ljpegsrc.h:
14105         * sys/v4l/gstv4lmjpegsink.h:
14106         * sys/v4l/gstv4lmjpegsrc.h:
14107         * sys/v4l/gstv4lsrc.h:
14108         * sys/ximage/ximagesink.h:
14109         * sys/xvimage/xvimagesink.h:
14110         * tests/old/testsuite/alsa/sinesrc.h:
14111         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14112
14113 2006-05-31  Wim Taymans  <wim@fluendo.com>
14114
14115         * ext/libvisual/visual.c: (gst_visual_reset),
14116         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14117         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14118         Handle DISCONT.
14119         Use running time before doing QoS.
14120         Handle mono too.
14121
14122 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14123
14124         * docs/libs/Makefile.am:
14125           set a magic variable to indicate we know the docs are incomplete
14126
14127 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14128
14129         * win32/common/libgstvideo.def:
14130           export gst_video_calculate_display_ratio
14131         * win32/vs6/libgstvideoscale.dsp:
14132           add link to libgstvideo-0.10.lib
14133
14134 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14135
14136         * gst/playback/gstplaybasebin.c: (gen_source_element):
14137           Throw a more comprehensible error for rtsp:// URIs (rather
14138           than erroring out with a negotiation error later on) until
14139           we fix playbin to handle rtspsrc etc.
14140
14141 2006-05-30  Wim Taymans  <wim@fluendo.com>
14142
14143         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14144         (gst_text_overlay_text_event):
14145         Added some FIXMEs.
14146
14147 2006-05-30  Wim Taymans  <wim@fluendo.com>
14148
14149         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14150         (gst_adder_request_new_pad), (gst_adder_release_pad):
14151         * gst/adder/gstadder.h:
14152         Implement release_request_pad.
14153         Make padcounter atomic.
14154
14155         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14156         Added check for release_pad in adder.
14157
14158 2006-05-30  Wim Taymans  <wim@fluendo.com>
14159
14160         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14161         Fix build again.
14162
14163 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14164
14165         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14166         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14167         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14168         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14169         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14170         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14171         (gst_ogg_demux_bisect_forward_serialno),
14172         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14173         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14174           add more debugging
14175           clean up printf formats for granulepos and serialno
14176
14177 2006-05-30  Michael Smith  <msmith@fluendo.com>
14178
14179         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14180         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14181         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14182         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14183         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14184         * ext/vorbis/vorbisenc.h:
14185           Multi-channel caps negotiation, so we can do proper multichannel
14186           vorbis encoding, negotiated through audioconvert.
14187
14188 2006-05-30  Wim Taymans  <wim@fluendo.com>
14189
14190         * tests/check/elements/adder.c: (test_event_message_received),
14191         (test_play_twice_message_received), (GST_START_TEST),
14192         (adder_suite):
14193         Added check to show that #339935 is fixed with ongoing
14194         adder and collectpads fixes.
14195
14196 2006-05-29  Wim Taymans  <wim@fluendo.com>
14197
14198         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14199         Don't leak pad name.
14200
14201 2006-05-29  Wim Taymans  <wim@fluendo.com>
14202
14203         * gst/adder/gstadder.c: (gst_adder_query_duration),
14204         (forward_event_func), (forward_event), (gst_adder_src_event):
14205         Fix adder seeking.
14206         Make query/seeking code threadsafe.
14207
14208         * tests/check/Makefile.am:
14209         * tests/check/elements/adder.c: (test_event_message_received),
14210         (GST_START_TEST), (test_play_twice_message_received):
14211         Fix adder test case.
14212
14213 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14214
14215         Patch by: Young-Ho Cha  <ganadist at chollian net>
14216
14217         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14218         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14219         (set_encoding_element), (decodebin_element_added_cb),
14220         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14221         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14222         * gst/playback/gstplaybasebin.h:
14223           Add 'subtitle-encoding' property to playbin, so applications can
14224           force a subtitle encoding for non-UTF8 subtitles (#342268).
14225
14226         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14227         (gst_sub_parse_set_property):
14228           Rename recently-added 'encoding' property to 'subtitle-encoding'
14229           (so it can be proxied by playbin/decodebin in a generic way
14230           with less danger of false positives).
14231
14232 2006-05-29  Michael Smith  <msmith@fluendo.com>
14233
14234         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14235         (append_with_other_format), (set_structure_widths),
14236         (gst_audio_convert_transform_caps):
14237           Patch from #341562: give more specific audio caps in get_caps, so
14238           that basetransform  can make better decisions on what caps to
14239           negotiate.
14240
14241 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14242
14243         * tests/check/elements/volume.c:
14244         make it compile again
14245
14246 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14247
14248         * tests/check/elements/volume.c: (volume_suite):
14249         disable test until #343196 gets resolved
14250
14251 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14252
14253         * gst/adder/gstadder.c: (gst_adder_get_type):
14254         Make it easier to copy&paste
14255         
14256         * gst/volume/Makefile.am:
14257         * gst/volume/gstvolume.c: (volume_update_real_volume),
14258         (gst_volume_set_volume), (gst_volume_set_mute),
14259         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14260         (volume_transform_ip), (volume_update_mute),
14261         (volume_update_volume):
14262         * gst/volume/gstvolume.h:
14263         Add own debug category, move duplicate code to helper function, fix
14264         property texts, add more comments and prepare ffor liboil-goodness
14265         
14266         * tests/check/Makefile.am:
14267         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14268         add test for mute and passtrough case, be a bit more verbose to track
14269         failure
14270         
14271         * tests/check/generic/states.c: (GST_START_TEST):
14272         catch elements that fail to instantiate
14273
14274 2006-05-28  Edward Hervey  <edward@fluendo.com>
14275
14276         * tests/check/pipelines/simple-launch-lines.c:
14277         * tests/check/pipelines/theoraenc.c:
14278         * tests/check/pipelines/vorbisenc.c:
14279         Comment out tests using parse_launch() if core was built without
14280         parsing capabilities.
14281
14282 2006-05-27  Edward Hervey  <edward@fluendo.com>
14283
14284         * tests/check/Makefile.am:
14285         Extra bonus points for whoever explains to ensonic that you are meant
14286         to test unit tests thoroughly before commiting them, especially if
14287         you know it's going to break.
14288         De-activated element/adder tests.
14289
14290 2006-05-27  Edward Hervey  <edward@fluendo.com>
14291
14292         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14293         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14294         Marking caps conversion issues as GST_WARNING is way too verbose,
14295         Moving them to GST_LOG.
14296
14297 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14298
14299         * README:
14300           Replace current README (containing the release notes from
14301           some 0.9.x version) with a proper README taken from the core.
14302
14303 2006-05-26  Wim Taymans  <wim@fluendo.com>
14304
14305         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14306         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14307         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14308         (vorbis_dec_change_state):
14309         Small cleanups.
14310         Add some FIXMEs
14311         Clip output samples to segment boundaries.
14312
14313 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14314
14315         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14316         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14317         Improve the errors produced on bad output, including some human
14318         readable description strings.
14319         Handle the (theoretical for ximagesink) case where the XServer 
14320         has a different idea about the size required for a particular 
14321         frame and gives us too small a memory allocation.
14322
14323 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14324
14325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14326         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14327         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14328         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14329         Improve the errors produced on bad output, including some human 
14330         readable description strings.
14331         Handle RGB Xv formats properly by transforming them into our 
14332         big-endian caps description.
14333         Use gst_caps_truncate to ensure that we never try and choose a
14334         non-fixed caps in buffer_alloc.
14335         Handle the case where the XServer has a different idea about the size
14336         required for a particular frame and gives us too small a memory
14337         allocation.
14338         Use -1 to indicate 'no image format', because 0 is a valid XServer
14339         image format number.
14340         Put RGB Xv formats at the end of the caps, so that we always prefer
14341         YUV format frames.
14342         Iterate the available Xv Encodings to determine the maximum width and
14343         height, and then return that in our caps.
14344         (Closes #315312, #337544)
14345
14346 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14347
14348         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14349         When there is only one unfinished pad and it receives an event that
14350         doesn't match our requirements, we need to set alldone=FALSE so that
14351         the fakesink is not removed yet.
14352
14353 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14354
14355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14356           Use gst_type_find_helper_for_buffer() to find the type
14357           of stream from the first packet.
14358
14359         * configure.ac:
14360           Bump requirements to core CVS (needed for vorbis
14361           typefinding to work).
14362
14363 2006-05-24  Edward Hervey  <edward@fluendo.com>
14364
14365         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14366         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14367         contain.  Else they play perfectly fine with qtdemux.
14368
14369 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14370
14371         * ext/theora/theoradec.c:
14372         * ext/theora/theoraenc.c:
14373         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14374         * gst/audiorate/gstaudiorate.c:
14375           make more debug catagories static
14376         
14377         * tests/check/Makefile.am:
14378         * tests/check/elements/adder.c: (message_received),
14379         (test_event_message_received), (GST_START_TEST),
14380         (test_play_twice_message_received), (adder_suite):
14381           added test case for using element twice, extra bonus points for anyone
14382           who can make these test run reliably
14383
14384 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14385
14386         * ext/theora/theoradec.c: (theora_dec_chain):
14387           Make work with time-stamped input buffers that do not
14388           have a granulepos in BUFFER_OFFSET_END (like theora
14389           buffers coming from matroskademux). Fixes #342448.
14390
14391 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14392
14393         Patch by: Peter Kjellerstedt  <pkj at axis com>
14394
14395         * gst/tcp/Makefile.am:
14396           fdstresstest doesn't need Gtk+, fix compilation if 
14397           gtk is not available (#342566).
14398
14399 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14400          
14401         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14402           80 line columns
14403           Removed redundant floor()
14404
14405 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14406
14407         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14408           On second thought, just skip JUNK chunks automatically, so
14409           the caller doesn't have to handle this. Fixes #342345.
14410           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14411           not GST_FLOW_ERROR.
14412
14413 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14414
14415         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14416           Don't bail out on JUNK chunks with a size of 0 (would try to
14417           pull_range 0 bytes before, which sources don't like too much).
14418           See #342345.
14419
14420 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14421
14422         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14424         Use the gstutil scaling function to preserve 64 bits while calculating
14425         output width and height from the display-aspect-ratio. (A continuation
14426         of #341542)
14427
14428 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14429
14430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14431         (gst_xvimagesink_buffer_alloc):
14432         * sys/xvimage/xvimagesink.h:
14433         When performing buffer allocations, remember the caps and image format
14434         we return so that if the same caps are asked for next time we can
14435         return them immediately without doing any caps intersections.
14436
14437 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14438          
14439         * gst-libs/gst/rtp/README:
14440           Some new documentation
14441         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14442           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14443         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14444         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14445           New RTP audio base payloader class. Supports frame or sample based
14446           codecs.  Not enabled in Makefile.am until approved.
14447
14448 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14449
14450         * tests/check/elements/alsa.c: (test_device_property_probe):
14451           Fix test case: don't try to free NULL GValueArray when there
14452           are no devices.
14453
14454 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14455
14456         * tests/check/Makefile.am:
14457         * tests/check/elements/alsa.c: (test_device_property_probe),
14458         (alsa_suite), (main):
14459           Add simple test that runs a device property probe on alsasrc,
14460           alsasink and alsamixer. Disable valgrind check for now (too
14461           many leaks in libasound, and valgrind ignored my suppressions
14462           additions).
14463
14464 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14465
14466         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14467         (gst_alsa_device_property_probe_probe_property),
14468         (gst_alsa_device_property_probe_needs_probe),
14469         (gst_alsa_device_property_probe_get_values),
14470         (gst_alsa_type_add_device_property_probe_interface):
14471         * ext/alsa/gstalsadeviceprobe.h:
14472         * ext/alsa/gstalsamixerelement.c:
14473         (gst_alsa_mixer_element_init_interfaces):
14474         * ext/alsa/gstalsamixerelement.h:
14475           Clean up and simplify alsa device probing. Make it actually work
14476           for multiple classes. Don't cache results any longer.
14477
14478         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14479         (gst_alsasink_init):
14480         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14481         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14482         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14483           Make alsasink and alsasrc implement the GstPropertyProbe interface
14484           for device probing (#342181).
14485           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14486
14487 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14488
14489         * gst/subparse/samiparse.c: (handle_start_font):
14490           Don't ignore return value of strtol (++compiler_happiness).
14491
14492 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14493
14494         Patch by: Young-Ho Cha  <ganadist chollian net>
14495
14496         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14497         (gst_sub_parse_class_init), (gst_sub_parse_init),
14498         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14499         (convert_encoding):
14500         * gst/subparse/gstsubparse.h:
14501           Add 'encoding' property (#341681).
14502
14503         * gst/subparse/samiparse.c: (characters_sami):
14504           Output is pango markup, so we need to escape text
14505           between tags (#342143).
14506
14507 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14508
14509         * gst-libs/gst/audio/multichannel.c:
14510         (gst_audio_check_channel_positions):
14511           It's okay to have caps with channels=1 and a channel position
14512           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14513           (deinterleavers might want to keep the position in the caps,
14514           so that they can be re-interleaved again properly later).
14515           Leave check for unexpected 2-channel layouts intact for now.
14516
14517 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14518
14519         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14520         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14521         basesrc can do its job correctly.
14522
14523 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14524
14525         * ext/alsa/Makefile.am:
14526         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14527         (gst_alsa_detect_formats), (get_channel_free_structure),
14528         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14529         (gst_alsa_probe_supported_formats):
14530         * ext/alsa/gstalsa.h:
14531         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14532           Refactor and improve caps probing code: probe signedness
14533           when we probe the supported formats/widths; set endianness
14534           to the one we actually probed for (ie. cpu endianness).
14535           
14536         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14537         (gst_alsasrc_close):
14538         * ext/alsa/gstalsasrc.h:
14539           Implement caps probing for alsasrc.
14540
14541 2006-05-15  Wim Taymans  <wim@fluendo.com>
14542
14543         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14544         (theora_dec_src_query), (theora_dec_src_event),
14545         (theora_dec_sink_event), (theora_handle_comment_packet),
14546         (theora_handle_data_packet), (theora_dec_change_state):
14547         Cleanups, add some G_LIKELY.
14548         Use segment helpers instead of our own wrong code.
14549         Clear queued buffers on seek and READY.
14550
14551         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14552         (vorbis_dec_convert), (vorbis_dec_src_query),
14553         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14554         (vorbis_handle_comment_packet), (vorbis_dec_push),
14555         (vorbis_handle_data_packet), (vorbis_dec_chain),
14556         (vorbis_dec_change_state):
14557         * ext/vorbis/vorbisdec.h:
14558         Remove old useless packetno variable.
14559         Do position query properly.
14560         Add some G_LIKELY.
14561         Do cleanup of queued buffers in new helper function
14562         and use it.
14563
14564 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14565
14566         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14567           Query supported sample rates. Fixes #341732.
14568
14569 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14570
14571         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14572         (gst_decode_bin_change_state): Make decodebin reusable
14573         when going from PAUSE_TO_READY and then back to PAUSED.
14574         Fixes #331678.
14575
14576 2006-05-15  Wim Taymans  <wim@fluendo.com>
14577
14578         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14579         (vorbis_dec_convert), (vorbis_dec_src_query),
14580         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14581         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14582         (vorbis_dec_clean_queued), (vorbis_dec_push),
14583         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14584         Cleanups. Use refcounting and DEBUG_OBJECT.
14585         Reset segment on flush, use code methods instead of our
14586         own wrong version.
14587         Fix potential memleak.
14588
14589 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14590
14591         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14592         (gst_alsasink_init):
14593         * ext/alsa/gstalsasink.h:
14594           Don't leak allocated snd_output_t structure if there's
14595           more than one alsasink instance at a time (#341873).
14596           Also fix GObject macros in header file.
14597           
14598 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14599
14600         * gst/subparse/gstsubparse.c:
14601         (gst_sub_parse_data_format_autodetect):
14602           Don't use libxml functions in the typefinding code.
14603
14604 2006-05-15  Wim Taymans  <wim@fluendo.com>
14605
14606         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14607         Fix seeking performance in the case where a non-header 
14608         packet has a 0 granulepos (busted theora case). 
14609         Fixes #341719
14610         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
14611          the first place, you limelight stealer you)
14612
14613 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14614
14615         * gst/subparse/gstsubparse.c:
14616         (gst_sub_parse_data_format_autodetect):
14617           Improve SAMI typefinding: handle case where there are
14618           whitespaces or newlines in front of the first <SAMI>
14619           tag (#169936).
14620
14621 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14622
14623         * configure.ac:
14624           Build video4linux plugin even if there's no XVIDEO, just
14625           without implementing the GstXOverlay interface (#334002).
14626          
14627 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14628
14629         * configure.ac:
14630         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
14631         (plugin_init):
14632           Add tentative support for libvisual-0.4 (#336881).
14633
14634 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14635
14636         Patch by: Young-Ho Cha <ganadist at chollian net>
14637
14638         * gst/subparse/samiparse.c: (handle_start_font):
14639           Need to map "silver" colour explicitly (#169936).
14640
14641 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14642
14643         Patch by: Young-Ho Cha  <ganadist at chollian net>
14644
14645         * gst/subparse/Makefile.am:
14646         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14647         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
14648         (gst_sub_parse_format_autodetect), (feed_textbuf),
14649         (gst_subparse_type_find), (plugin_init):
14650         * gst/subparse/gstsubparse.h:
14651         * gst/subparse/samiparse.c:
14652         * gst/subparse/samiparse.h:
14653           Add support for SAMI subtitles (#169936).
14654
14655 2006-05-14  Michael Smith  <msmith@fluendo.com>
14656
14657         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
14658           Fix #341696: crash when mixing L+R+C to mono or stereo.
14659         * tests/check/Makefile.am:
14660         * tests/check/elements/audioconvert.c: (set_channel_positions),
14661         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
14662         (audioconvert_suite):
14663           Add test for the above, including some generic framework bits for
14664           testing multichannel things.
14665
14666 === release 0.10.7 ===
14667
14668 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
14669
14670         * configure.ac:
14671           releasing 0.10.7, "Leave the gun"
14672
14673 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14674
14675         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14677         Fix the build.
14678
14679 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
14680
14681         * docs/libs/gst-plugins-base-libs-docs.sgml:
14682         * docs/libs/gst-plugins-base-libs-sections.txt:
14683         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
14684         * gst-libs/gst/video/video.h:
14685         * gst/videoscale/Makefile.am:
14686         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14688         * tests/check/Makefile.am:
14689         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
14690         (main):
14691           Fix integer overflow problem with pixel-aspect-ratio calculations
14692           in videoscale and xvimagesink (#341542)
14693
14694 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14695
14696         * gst-libs/gst/tag/gstid3tag.c:
14697           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
14698
14699 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
14700
14701         * win32/MANIFEST:
14702           update win32 files listing
14703
14704 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14705
14706         patch by: Sjoerd Simons (sjoerd@luon.net)
14707
14708         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14709         (group_create), (group_destroy), (add_stream),
14710         (gst_play_base_bin_get_property),
14711         (gst_play_base_bin_get_streaminfo_value_array):
14712         * gst/playback/gstplaybasebin.h:
14713           API: GstPlayBaseBin::stream-info-value-array property
14714           use a more bindings-friendly way of exposing streaminfo
14715           using a GValueArray.  Tested in ipython.
14716           Closes #341114
14717
14718 2006-05-11  Wim Taymans  <wim@fluendo.com>
14719
14720         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
14721         (queue_underrun_cb), (queue_filled_cb):
14722         Also catch queue underruns but don't do anything yet.
14723         Refactor and comment queue enlarging code a bit.
14724
14725         * gst/playback/gstplaybasebin.c: (queue_overrun),
14726         (queue_threshold_reached), (queue_out_of_data),
14727         (gen_preroll_element):
14728         If a queue over/underruns check that we don't create nasty
14729         deadlocks when the min-threshold is not reached but the
14730         max-bytes is. In those cases disable max-bytes when we
14731         know that the queue is fed timed data.
14732         Add more comments.
14733
14734 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14735
14736         * gst/playback/gstplaybin.c: (gen_audio_element):
14737           Make playbin automatically plug an 'audioresample'
14738           element before the audio sink as well. This solves
14739           problems with sinks that only accept a very specific
14740           sample rate, like esdsink (e.g. #340379).
14741
14742 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14743
14744         * gst/playback/gstplaybasebin.c: (gen_source_element):
14745           Make http sources send special headers so that we receive
14746           icecast metadata if the http stream is an icecast stream
14747           (otherwise the server will just ignore them). This also
14748           means that from now on users will need the 'icydemux'
14749           element from gst-plugins-good installed if they want to
14750           listen to icecast radio streams. (#341432, #333657).
14751
14752 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14753
14754         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
14755         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
14756           remove stupid example from docs - it should come with a simple
14757           C program instead.
14758           Clean up/fix docs
14759         * tests/check/elements/multifdsink.c: (wait_bytes_served),
14760         (fail_if_can_read), (GST_START_TEST),
14761         (gst_multifdsink_create_streamheader), (multifdsink_suite):
14762           add a test for changing streamheader which exposes a bug in
14763           multifdsink
14764
14765 2006-05-11  Michael Smith  <msmith@fluendo.com>
14766
14767         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
14768         (gst_gnome_vfs_src_received_headers_callback):
14769         * ext/gnomevfs/gstgnomevfssrc.h:
14770           Don't set icy-caps unless we have a sane interval value. Move
14771           interval to a local variable; we never use it outside this function.
14772
14773 2006-05-11  Wim Taymans  <wim@fluendo.com>
14774
14775         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
14776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
14777         Register special buffer types along with the objects so
14778         that they are not registered at runtime from N different
14779         streaming threads since they are not threadsafe.
14780
14781 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14782
14783         * tests/check/elements/multifdsink.c: (wait_bytes_served),
14784         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
14785           add two more tests, one doing streamheader
14786
14787 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14788
14789         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
14790           clean up the bufqueue when shutting down
14791         * tests/check/Makefile.am:
14792         * tests/check/elements/multifdsink.c: (setup_multifdsink),
14793         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
14794         (main):
14795           add a test for the leak that was just fixed
14796
14797 2006-05-10  Wim Taymans  <wim@fluendo.com>
14798
14799         * gst/adder/gstadder.c: (gst_adder_setcaps),
14800         (gst_adder_query_duration), (gst_adder_query), (forward_event),
14801         (gst_adder_src_event), (gst_adder_sink_event),
14802         (gst_adder_class_init), (gst_adder_finalize),
14803         (gst_adder_request_new_pad), (gst_adder_collected):
14804         * gst/adder/gstadder.h:
14805         Updated some docs. Added comments and FIXMEs all over the place.
14806         Improve debugging info.
14807         Fix leak on finalize by not calling the parent.
14808         Implement duration query.
14809         Make event forwarding threadsafe.
14810         Correctly send NEWSEGMENT at start and after flush.
14811         Handle EOS correctly.
14812         Post error when not negotiated.
14813
14814         * tests/check/elements/adder.c: (GST_START_TEST):
14815         Added FIXME in the test.
14816
14817 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14818
14819         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
14820         (gst_text_overlay_halign_get_type),
14821         (gst_text_overlay_wrap_mode_get_type):
14822         * ext/theora/theoradec.c: (theora_handle_type_packet),
14823         (theora_handle_data_packet):
14824         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14825         (theora_enc_sink_setcaps), (theora_enc_chain):
14826         * gst-libs/gst/cdda/gstcddabasesrc.c:
14827         (gst_cdda_base_src_mode_get_type):
14828         * gst/audiotestsrc/gstaudiotestsrc.c:
14829         (gst_audiostestsrc_wave_get_type):
14830         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
14831         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
14832         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
14833         (gst_sync_method_get_type), (gst_unit_type_get_type),
14834         (gst_client_status_get_type):
14835         * gst/videoscale/gstvideoscale.c:
14836         (gst_video_scale_method_get_type):
14837         * gst/videotestsrc/gstvideotestsrc.c:
14838         (gst_video_test_src_pattern_get_type):
14839         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
14840         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
14841         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
14842         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
14843         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
14844         (paint_setup_RGB565), (paint_setup_xRGB1555):
14845           Const-ify GEnumValue and GFlagsValue arrays. Use
14846           GST_ROUND_UP_* macros instead of home-made ones.
14847
14848 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14849
14850         * configure.ac:
14851           Require core CVS for the new newsegment stuff.
14852
14853 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14854
14855         Patch by: Sjoerd Simons  <sjoerd at luon net>
14856
14857         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
14858           Register nick for enum value (#341160).
14859
14860 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
14861
14862         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
14863         (plugin_init):
14864          backout typefind patch #340375
14865          
14866         * tests/check/elements/adder.c: (message_received),
14867         (GST_START_TEST), (adder_suite):
14868           redo, signal-handling of test
14869
14870 2006-05-09  Wim Taymans  <wim@fluendo.com>
14871
14872         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
14873         (gst_adder_collected):
14874         * gst/adder/gstadder.h:
14875         Remove bogus segment merging and forwarding, we don't
14876         care about timestamps anyway and we just produce a
14877         continuous stream. 
14878         Also create a nice NEWSEGMENT event when we start.
14879         Use _scale_int some more.
14880
14881 2006-05-09  Edward Hervey  <edward@fluendo.com>
14882
14883         * tests/icles/stress-xoverlay.c:
14884         Fix if core was built without parsing support.
14885
14886 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14887
14888         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14889           Add SEDG (Samsung MPEG-4) fourcc.
14890
14891 2006-05-09  Edward Hervey  <edward@fluendo.com>
14892
14893         * tests/icles/stress-xoverlay.c:
14894         * tests/examples/volume/volume.c:
14895         Fix if core was built without parsing support.
14896
14897         * tests/examples/seek/seek.c:
14898         Disable the parse_launch example if core was built without parsing
14899         support.
14900
14901 2006-05-08  Edward Hervey  <edward@fluendo.com>
14902
14903         * autogen.sh: (CONFIGURE_DEF_OPT): 
14904         libtoolize on Darwin/MacOSX is called glibtoolize
14905
14906 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
14907
14908         * tests/check/Makefile.am:
14909         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
14910           Disable the adder test, until the build-slaves posses the kindness to 
14911           either like it or to give valid reason for not doing so 
14912
14913 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
14914
14915         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
14916         (adder_suite):
14917           Shuffle NULL state change around and raise timeout more
14918
14919 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
14920
14921         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
14922         (mp4_type_find), (plugin_init):
14923           Add typefind to distinguish between "audio/x-m4a" and new type
14924           "video/mp4". Fixes #340375
14925
14926         * tests/check/elements/adder.c: (adder_suite):
14927           Raise timeout to make buildbot happy
14928
14929 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
14930
14931         * gst/adder/gstadder.c: (gst_adder_sink_event),
14932         (gst_adder_request_new_pad), (gst_adder_change_state):
14933         * gst/adder/gstadder.h:
14934         * tests/check/Makefile.am:
14935         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
14936         (adder_suite), (main):
14937           Add sink-event handling to adder. It tries to merge incomming
14938           newsegment-events. Added test to check if segment_done is comming
14939           through. Fixes #340060
14940
14941 2006-05-05  Andy Wingo  <wingo@pobox.com>
14942
14943         * ext/theora/theoraparse.c (gst_theora_parse_init)
14944         (theora_parse_src_convert, theora_parse_src_query):
14945         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
14946         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
14947         query functions on the source pads of the theora and vorbis parse
14948         elements. Fixes position querying when doing a remux.
14949
14950 2006-05-05  Michael Smith  <msmith@fluendo.com>
14951
14952         * ext/theora/theoraparse.c: (parse_granulepos),
14953         (theora_parse_drain_queue_prematurely),
14954         (theora_parse_queue_buffer), (theora_parse_sink_event):
14955           Fix flushing.
14956           Fix invalid granulepos outputs when starting with a non-keyframe.
14957
14958 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
14959
14960         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
14961         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
14962         Rearrange MPEG system stream detection, fixing some memleaks in the
14963         process.
14964         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
14965         they clean up their data correctly.
14966         Remove unused ogganx caps and move the 'is_annodex' check to inside
14967         the 'is_ogg' if statement.
14968
14969 2006-05-05  Wim Taymans  <wim@fluendo.com>
14970
14971         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
14972         Properly remove ghostpads. Fixes #340392
14973
14974 2006-05-04  David Schleef  <ds@schleef.org>
14975
14976         * gst/typefind/gsttypefindfunctions.c:
14977
14978 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
14979
14980         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
14981         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
14982
14983         When typefinding an MP3 in push-based mode, don't penalise the
14984         probability down to 74% when we found 5 valid frames just because we
14985         can't peek the end of the file.
14986
14987         Make the probability for detecting MPEG Transport Streams based on the
14988         number of sequential headers we successfully detected.
14989
14990 2006-05-03  Wim Taymans  <wim@fluendo.com>
14991
14992         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14993         (vorbis_dec_push), (vorbis_dec_chain):
14994         Still produce an error when we receive an empty packet.
14995
14996 2006-05-03  Wim Taymans  <wim@fluendo.com>
14997
14998         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14999         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15000         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15001         Mark buffers with DISCONT after seek and after activating new
15002         chains.
15003
15004         * ext/theora/gsttheoradec.h:
15005         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15006         (theora_get_query_types), (theora_dec_sink_event),
15007         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15008         (theora_dec_change_state):
15009         Fix frame counter.
15010         Detect and mark DISCONT buffers.
15011
15012         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15013         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15014         (vorbis_dec_change_state):
15015         * ext/vorbis/vorbisdec.h:
15016         Use GstSegment.
15017         Detect and mark DISCONT buffers.
15018         Don't crash on 0 sized buffers.
15019
15020 2006-05-03  Wim Taymans  <wim@fluendo.com>
15021
15022         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15023         (volume_transform_ip):
15024         Increase "volume" property to 10.0. Fixes #340369.
15025         Set the process function to NULL when capsnego fails so that
15026         we properly error out.
15027
15028 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15029
15030         * gst/playback/gstplaybin.c: (add_sink):
15031         * gst/playback/test.c: (main):
15032         * gst/playback/test5.c: (dump_element_stats):
15033         * gst/playback/test6.c: (main):
15034           free caps using gst_caps_unref, don't leak caps-strings
15035
15036 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15037
15038         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15039         (plugin_init):
15040           Refine musepack typefinding a bit. Return MAXIMUM
15041           probability when we detect stream version 7 to make
15042           sure the mpeg audio typefinder doesn't trump us.
15043
15044 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15045
15046         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15047           Protect against unexpected NULL strf_data buffer.
15048
15049 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15050
15051         * tests/check/elements/audioconvert.c: (verify_convert),
15052         (GST_START_TEST):
15053           interpret the out[] buffer in the order the bytes are actually
15054           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15055           Other tests should use BYTE_ORDER since the array is filled in
15056           with actual values
15057
15058 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15059
15060         * tests/check/elements/audioconvert.c: (verify_convert),
15061         (GST_START_TEST):
15062           when a test fails, give an indication of which it is
15063
15064 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15065
15066         * gst-libs/gst/cdda/gstcddabasesrc.c:
15067           compile fix; strtol() needs <stdlib.h>
15068
15069 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15070
15071         * ext/alsa/gstalsamixerelement.c:
15072         * ext/alsa/gstalsasrc.c:
15073         * ext/cdparanoia/gstcdparanoiasrc.c:
15074         * ext/gnomevfs/gstgnomevfssink.c:
15075         * ext/gnomevfs/gstgnomevfssrc.c:
15076         * ext/ogg/gstoggdemux.c:
15077         * ext/ogg/gstoggmux.c:
15078         * ext/ogg/gstoggparse.c:
15079         * ext/ogg/gstogmparse.c:
15080         * ext/pango/gstclockoverlay.c:
15081         * ext/pango/gsttextoverlay.c:
15082         * ext/pango/gsttextrender.c:
15083         * ext/pango/gsttimeoverlay.c:
15084         * ext/theora/theoradec.c:
15085         * ext/theora/theoraenc.c:
15086         * ext/vorbis/vorbisdec.c:
15087         * ext/vorbis/vorbisenc.c:
15088         * gst-libs/gst/audio/gstaudiofilter.c:
15089         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15090         * gst/audioconvert/gstaudioconvert.c:
15091         * gst/audiorate/gstaudiorate.c:
15092         * gst/audioresample/gstaudioresample.c:
15093         * gst/audiotestsrc/gstaudiotestsrc.c:
15094         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15095         * gst/playback/gstdecodebin.c:
15096         * gst/playback/gstplaybin.c:
15097         * gst/playback/gststreamselector.c:
15098         * gst/subparse/gstsubparse.c:
15099         * gst/tcp/gstmultifdsink.c:
15100         * gst/tcp/gsttcpclientsink.c:
15101         * gst/tcp/gsttcpclientsrc.c:
15102         * gst/tcp/gsttcpserversink.c:
15103         * gst/tcp/gsttcpserversrc.c:
15104         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15105         * gst/videorate/gstvideorate.c:
15106         * gst/videoscale/gstvideoscale.c:
15107         * gst/videotestsrc/gstvideotestsrc.c:
15108         * gst/volume/gstvolume.c:
15109         * sys/v4l/gstv4ljpegsrc.c:
15110         * sys/v4l/gstv4lmjpegsink.c:
15111         * sys/v4l/gstv4lmjpegsrc.c:
15112         * sys/v4l/gstv4lsrc.c:
15113         * sys/ximage/ximagesink.c:
15114         * sys/xvimage/xvimagesink.c:
15115         * tests/check/libs/cddabasesrc.c:
15116           make GstElementDetails const
15117
15118 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15119
15120         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15121         (gst_adder_init):
15122           send events from src-pad to all sink-pads fixes #338657
15123
15124 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15125
15126         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15127         (alsasink_parse_spec):
15128           query width capabilities from alsa, fixes #338919
15129
15130 2006-04-28  Wim Taymans  <wim@fluendo.com>
15131
15132         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15133         (gst_multi_fd_sink_remove_client_link):
15134         * gst/tcp/gstmultifdsink.h:
15135         Fix race condition in multifdsink that can lead to spurious 
15136         duplicate clients. this patch adds a new signal that is fired when
15137         multifdsink has removed all references to the fd.
15138         Fixes #339574.
15139         Updated documentation.
15140         API: client-fd-removed signal added
15141
15142 2006-04-28  Michael Smith  <msmith@fluendo.com>
15143
15144         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15145           When asking g_value_array_new to prealloc elements, we may as well
15146           ask for the right number of elements.
15147
15148 2006-04-28  Wim Taymans  <wim@fluendo.com>
15149
15150         * gst-libs/gst/audio/gstbaseaudiosink.c:
15151         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15152         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15153         patch to make timestamp checking more tollerant to rounding 
15154         errors given that real discontinuities are to be marked on
15155         buffers. Fixes some asf files and #338778.
15156         Also avoid some crashers when we receive an event in the 
15157         NULL state.
15158
15159 2006-04-28  Michael Smith  <msmith@fluendo.com>
15160
15161         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15162         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15163         (gst_gnome_vfs_src_get_property),
15164         (gst_gnome_vfs_src_send_additional_headers_callback),
15165         (gst_gnome_vfs_src_received_headers_callback),
15166         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15167         (gst_gnome_vfs_src_stop):
15168         * ext/gnomevfs/gstgnomevfssrc.h:
15169           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15170           proper shared support within icydemux.
15171
15172 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15173
15174         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15175         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15176           fix up docs
15177           fix a leak when no caps negotiated
15178           fix counting of input frames
15179         * tests/check/elements/.cvsignore:
15180         * tests/check/elements/videorate.c: (assert_videorate_stats),
15181         (GST_START_TEST), (videorate_suite):
15182           add tests for these
15183
15184 2006-04-28  Wim Taymans  <wim@fluendo.com>
15185
15186         * gst-libs/gst/audio/gstringbuffer.c:
15187         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15188         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15189         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15190         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15191         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15192         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15193         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15194         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15195         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15196         Check arguments passed to public functions instead of
15197         crashing.
15198
15199 2006-04-28  Wim Taymans  <wim@fluendo.com>
15200
15201         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15202         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15203         GstBaseAudioSrc must be live or it does not work.
15204
15205         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15206         Don't set live to TRUE as this is the default in the parentclass.
15207
15208 2006-04-28  Wim Taymans  <wim@fluendo.com>
15209
15210         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15211         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15212         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15213         fixation cases better. Fixes #338991
15214
15215 2006-04-28  Wim Taymans  <wim@fluendo.com>
15216
15217         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15218         Handle 0/1 framerate correctly Fixes #331901.
15219
15220 2006-04-28  Wim Taymans  <wim@fluendo.com>
15221
15222         * tests/check/elements/audioconvert.c: (get_float_caps),
15223         (GST_START_TEST), (audioconvert_suite):
15224         Added check for correct clipping when doing float samples
15225         in audioconvert.
15226
15227 2006-04-28  Wim Taymans  <wim@fluendo.com>
15228
15229         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15230         (gst_video_rate_chain):
15231         Print more debugging info.
15232
15233 2006-04-28  Wim Taymans  <wim@fluendo.com>
15234
15235         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15236         (resample_set_state_from_caps):
15237         Add support for other formats audioresample can handle such as
15238         32 bits in and float and 64 bits float. Fixes #301759
15239
15240 2006-04-28  Wim Taymans  <wim@fluendo.com>
15241
15242         * gst/audioconvert/audioconvert.c: (float):
15243         correctly clip float samples > 1.0. Fixes #338718
15244
15245 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15246
15247         Patch by: Young-Ho Cha  <ganadist at chollian net>
15248
15249         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15250         (gst_text_overlay_render_text):
15251           Don't strip newlines from the text. Also, center lines
15252           within multi-line paragraphs (#339405).
15253
15254 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15255
15256         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15257           Fix wavpack typefinding to work in more cases (don't peek
15258           for chunks of multiple hundred kBs at once, but process
15259           things step-by-step in smaller units). Fixes #339786.
15260
15261 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15262
15263         * configure.ac:
15264           back to HEAD
15265
15266 === release 0.10.6 ===
15267
15268 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15269
15270         * configure.ac:
15271           releasing 0.10.6, "Chao"
15272
15273 2006-04-26  David Schleef  <ds@schleef.org>
15274
15275         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15276           Fixes #338897.
15277
15278 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15279
15280         * configure.ac:
15281         * win32/common/config.h:
15282           new prerelease
15283
15284 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15285
15286         patch by: Wim Taymans
15287
15288         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15289         (gst_ogg_demux_perform_seek):
15290           make sure correct newsegments are sent, so that the decoder
15291           and the demuxer agree on timestamps.  Fixes playback of a lot
15292           of Ogg files that do not start from 0.  Fixes #339833.
15293
15294 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15295
15296         Patch by: Edward Hervey  <edward@fluendo.com>
15297
15298         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15299         * tests/check/Makefile.am:
15300         * tests/check/elements/videorate.c: (assert_videorate_stats),
15301         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15302         (videorate_suite), (main):
15303           Fix an infinite loop if frames are passed in with wrongly ordered
15304           timestamps.  Fixes #339013.
15305
15306 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15307
15308         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15309
15310         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15311           fix typefinding on some ISO files.  Fixes #339212.
15312
15313 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15314
15315         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15316
15317         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15318           add another H264 fourcc.  Fixes #339047.
15319
15320 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15321
15322         Patch by: Jan Schmidt
15323
15324         * gst/playback/gststreamselector.c:
15325         (gst_stream_selector_bufferalloc):
15326           Restore old StreamSelector behaviour.
15327           Fixes #338419.
15328
15329 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15330
15331         * configure.ac:
15332         * win32/common/config.h:
15333           prerelease
15334
15335 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15336
15337         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15338
15339         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15340         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15341           Fix some memory leaks: on finalize, free buffers left in the queue
15342           before destroying the queue; in _push(), unref rtp_buf even if
15343           the process vfunc returned a NULL buffer as output buffer (#337548);
15344           demote some recuring debug messages to LOG level.
15345
15346 2006-04-11  Wim Taymans  <wim@fluendo.com>
15347
15348         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15349         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15350         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15351         (gst_ogg_demux_loop):
15352         More cleanups.
15353         Respect segment stop when emiting EOS or SEGMENT_DONE.
15354         Fixes (#337945).
15355
15356 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15357
15358         * gst/playback/gststreamselector.c:
15359         (gst_stream_selector_get_property):
15360           Don't leak pad name.
15361
15362 2006-04-10  Michael Smith  <msmith@fluendo.com>
15363
15364         * tests/check/Makefile.am:
15365         * tests/check/gst-plugins-base.supp:
15366           Suppress an old libtheora bug (fixed in more recent versions), so 
15367           that FC4 buildslaves can pass.
15368
15369 2006-04-10  Wim Taymans  <wim@fluendo.com>
15370
15371         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15372         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15373         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15374         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15375         (gst_ogg_demux_loop):
15376         Don't leak events.
15377         Remember what error we got when finding chains, if we
15378         were shutdown, that would not be an error.
15379
15380 2006-04-10  Wim Taymans  <wim@fluendo.com>
15381
15382         * gst-libs/gst/audio/gstbaseaudiosink.c:
15383         (gst_base_audio_sink_event):
15384         Starting the ringbuffer when we did not acquire it can cause
15385         a deadlock, is pointless and causes nasty things for
15386         subclasses. 
15387         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15388
15389 2006-04-10  Wim Taymans  <wim@fluendo.com>
15390
15391         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15392         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15393         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15394         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15395         (gst_ogg_demux_deactivate_current_chain),
15396         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15397         (gst_ogg_demux_bisect_forward_serialno),
15398         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15399         Add some more debugging.
15400
15401 2006-04-10  Wim Taymans  <wim@fluendo.com>
15402
15403         * ext/theora/theoradec.c: (theora_dec_src_event),
15404         (theora_handle_data_packet):
15405         Some more debug info.
15406
15407         * tests/examples/seek/seek.c: (start_seek), (main):
15408         Print element messages too.
15409
15410 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15411
15412         * gst/audioresample/debug.h:
15413           replace debug macros with variable number of parameters
15414           by a simple alias to gstreamer standard debug macros 
15415          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15416           supported by MSVC 6.0 and 7.1)
15417         * gst/audioresample/resample.h:
15418           define M_PI and rint for WIN32
15419         * win32/common/libgstaudio.def:
15420         * win32/common/libgstriff.def:
15421         * win32/common/libgsttag.def:
15422         * win32/common/libgstvideo.def:
15423           add new exported functions
15424         * win32/vs6:
15425           update project files
15426
15427 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15428
15429         * ext/alsa/gstalsamixeroptions.c:
15430         (gst_alsa_mixer_options_class_init):
15431         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15432         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15433         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15434         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15435         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15436         * gst-libs/gst/audio/gstaudiofilter.c:
15437         (gst_audio_filter_class_init):
15438         * gst-libs/gst/audio/gstaudiosink.c:
15439         (gst_audioringbuffer_class_init):
15440         * gst-libs/gst/audio/gstaudiosrc.c:
15441         (gst_audioringbuffer_class_init):
15442         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15443         * gst-libs/gst/interfaces/colorbalancechannel.c:
15444         (gst_color_balance_channel_class_init):
15445         * gst-libs/gst/interfaces/mixeroptions.c:
15446         (gst_mixer_options_class_init):
15447         * gst-libs/gst/interfaces/mixertrack.c:
15448         (gst_mixer_track_class_init):
15449         * gst-libs/gst/interfaces/tunerchannel.c:
15450         (gst_tuner_channel_class_init):
15451         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15452         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15453         (gst_netbuffer_class_init):
15454         * gst-libs/gst/rtp/gstbasertppayload.c:
15455         (gst_basertppayload_class_init):
15456         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15457         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15458         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15459         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15460         * gst/playback/gststreamselector.c:
15461         (gst_stream_selector_class_init):
15462         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15463         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15464         * sys/v4l/gstv4lcolorbalance.c:
15465         (gst_v4l_color_balance_channel_class_init):
15466         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15467         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15468         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15469         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15470         (gst_v4l_tuner_norm_class_init):
15471         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15473         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15474         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15475
15476 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15477
15478         * ext/pango/gsttextrender.h:
15479         * gst-libs/gst/audio/gstaudiosink.h:
15480         * gst-libs/gst/audio/gstaudiosrc.h:
15481         * gst-libs/gst/audio/gstbaseaudiosink.h:
15482         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15483         * gst-libs/gst/audio/gstringbuffer.h:
15484         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15485         * gst-libs/gst/rtp/gstbasertppayload.h:
15486         * gst-libs/gst/video/gstvideofilter.h:
15487         * gst-libs/gst/video/gstvideosink.h:
15488         * gst/playback/gstplaybasebin.h:
15489         * gst/tcp/gstmultifdsink.h:
15490         * sys/v4l/gstv4lelement.h:
15491         Fix broken GObject macros
15492
15493 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15494
15495         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15496         More debug to trace why my USB headset is not working with gst
15497
15498 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15499
15500         * gst/playback/gstplaybasebin.c: (group_destroy):
15501         Clean up our group elements properly in the case where it never 
15502         got committed - it still got added unconditionally to the bin.
15503
15504 2006-04-07  Wim Taymans  <wim@fluendo.com>
15505
15506         * ext/theora/theoradec.c: (theora_dec_sink_event),
15507         (theora_handle_data_packet), (theora_dec_chain):
15508         Unref unhandled events.
15509         Protect against empty buffers.
15510         Perform QoS on running time.
15511
15512 2006-04-07  Michael Smith  <msmith@fluendo.com>
15513
15514         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15515         (gst_vorbis_enc_chain):
15516           Remove leaks from vorbisenc.
15517           Mostly minor changes, the only significant one is that now the
15518           buffers we set as 'streamheader' on the caps are copies of the
15519           original buffers, to avoid circular refcounting problems.
15520
15521 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15522
15523         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15524           Don't remove our mute-probe if someone else already did so.
15525           Don't set a 2nd one if there is already one pending on the pad.
15526
15527         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15528         (do_playbin_seek):
15529           When a seek fails, ensure that playbin is still set back to playing.
15530           
15531         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15532         (mpeg_ts_type_find), (plugin_init):
15533           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15534
15535 2006-04-06  Andy Wingo  <wingo@pobox.com>
15536
15537         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15538         (gst_video_rate_init): Caps-related parameters should not be reset
15539         by a flush -- move their inits to the instance init function.
15540         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15541         is not OK, just return the result.
15542
15543         * gst/audiotestsrc/gstaudiotestsrc.c
15544         (gst_audio_test_src_class_init)
15545         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15546         broken by Stefan's commit on 24 March.
15547
15548         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15549         buffers being pushed out. Fixes oggmux ! multifdsink.
15550
15551 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15552
15553         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15554         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15555         * ext/vorbis/vorbisdec.h:
15556         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15557         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15558         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15559         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15560         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15561         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15562         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15563         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15564         (gst_vorbis_enc_buffer_from_packet),
15565         (gst_vorbis_enc_buffer_from_header_packet),
15566         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15567         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15568         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15569         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15570         (gst_vorbis_enc_change_state):
15571         * ext/vorbis/vorbisenc.h:
15572           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15573           vorbisenc adhere to the official nomenclature; use boilerplate
15574           macro.
15575
15576 2006-04-04  Andy Wingo  <wingo@pobox.com>
15577
15578         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15579         Whoops, fix bug introduced. Bad hacker!
15580         
15581         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15582         Properly handle the case where you get EOS before any buffers are
15583         received. Use gst_buffer_make_metadata_writable where appropriate.
15584
15585         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15586         is often negative -- make it signed so as not to wrap around.
15587         Fixes segfaults introduced on 9 March.
15588
15589 2006-04-03  Wim Taymans  <wim@fluendo.com>
15590
15591         * ext/theora/gsttheoradec.h:
15592         * ext/theora/theoradec.c: (theora_dec_src_event):
15593         Don't try to store a gdouble in a gboolean.
15594         Small cleanups.
15595
15596 2006-04-03  Michael Smith  <msmith@fluendo.com>
15597
15598         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15599           Oggmux sucks.
15600           Make it suck slightly less by writing out the final page.
15601           Still can't encode a vorbis-in-ogg file correctly, though.
15602
15603 2006-04-03  Andy Wingo  <wingo@pobox.com>
15604
15605         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15606         a g_print.
15607
15608         * ext/theora/theora.c (plugin_init): Register theoraparse.
15609
15610         * ext/theora/gsttheoraparse.h: 
15611         * ext/theora/theoraparse.c: New files implementing a theora
15612         parser. Now we can properly remux ogg/theora+vorbis, yay.
15613
15614         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
15615
15616 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15617
15618         * gst/audiotestsrc/gstaudiotestsrc.c:
15619           Fixed the sample pipeline (see #323798)
15620
15621 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15622
15623         * configure.ac:
15624         * win32/common/config.h:
15625         * win32/common/config.h.in:
15626           use AS_VERSION and AS_NANO
15627           more cleanups
15628
15629 2006-03-31  Andy Wingo  <wingo@pobox.com>
15630
15631         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
15632         uninitialized variable return that would happen.
15633         
15634         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
15635         uninitialized variable return that would never happen.
15636
15637         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
15638         (vorbis_parse_sink_event): Add an event function to flush our
15639         state on a seek, and to drain buffers on a premature EOS.
15640         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
15641         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
15642         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
15643         (vorbis_parse_drain_queue): Queue up buffers until we can set
15644         their timestamps and granulepos values.
15645
15646         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
15647         and keep track of data needed for deriving granulepos and
15648         timestamps for buffers.
15649
15650 2006-03-29  Wim Taymans  <wim@fluendo.com>
15651
15652         Patch by: j^ <j at bootlab dot org>
15653
15654         * ext/alsa/gstalsamixerelement.c:
15655         (gst_alsa_mixer_element_class_init):
15656         * ext/alsa/gstalsasink.c:
15657         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
15658         * ext/ogg/gstoggdemux.c:
15659         * ext/ogg/gstoggmux.c:
15660         * ext/ogg/gstoggparse.c:
15661         * ext/pango/gstclockoverlay.c:
15662         * ext/pango/gsttextoverlay.c:
15663         * ext/pango/gsttextrender.c:
15664         * ext/pango/gsttimeoverlay.c:
15665         * ext/theora/theoradec.c:
15666         * ext/theora/theoraenc.c:
15667         * ext/vorbis/vorbisdec.c:
15668         * ext/vorbis/vorbisenc.c:
15669         * gst/audioconvert/gstaudioconvert.c:
15670         * gst/subparse/gstsubparse.c:
15671         * gst/tcp/gstmultifdsink.c:
15672         * gst/tcp/gsttcpclientsink.c:
15673         * gst/tcp/gsttcpclientsrc.c:
15674         * gst/tcp/gsttcpserversink.c:
15675         * gst/tcp/gsttcpserversrc.c:
15676           better/unified long descriptions
15677           Fixes #336477
15678
15679 2006-03-29  Wim Taymans  <wim@fluendo.com>
15680
15681         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
15682         (stop_seek):
15683         Don't let double and triple clicks mess up our state.
15684
15685 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15686
15687         * gst/playback/gstplaybin.c: (gen_video_element),
15688         (gen_text_element), (gen_audio_element), (gen_vis_element):
15689           Error out gracefully when we can't create any of the usual
15690           conversion elements for some reason. Also, don't try to
15691           create an audioscale (sic) element that's not used anyway.
15692
15693 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15694
15695         * gst/playback/gstplaybasebin.c: (setup_source):
15696           Don't post RESOURCE_NOT_FOUND error when we can't find a source
15697           element for a particular protocol, that's confusing for users.
15698           Instead, post a RESOURCE_FAILED error, so that our own error
15699           message is actually shown in totem etc. (#336303).
15700
15701 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15702
15703         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15704
15705         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
15706         (gst_gnome_vfs_src_get_icy_metadata):
15707           Fix some minor memory leaks (#336194).
15708
15709 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15710
15711         * ext/gnomevfs/gstgnomevfs.c:
15712         (gst_gnome_vfs_location_to_uri_string):
15713         * ext/gnomevfs/gstgnomevfs.h:
15714         * ext/gnomevfs/gstgnomevfssink.c:
15715         (gst_gnome_vfs_sink_set_property):
15716         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
15717           Make gnomevfssink accept filenames as well as URIs for the
15718           "location" property, just like gnomevfssrc does (and
15719           filesrc/filesink do) (#336190).
15720
15721 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15722
15723         * tests/check/generic/clock-selection.c: (GST_START_TEST):
15724           set to NULL before unreffing, fixes a valgrind leak.
15725           Why was this not triggering the error that an object needs to
15726           be NULL before unreffing ?
15727         * win32/common/config.h:
15728           update
15729
15730 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
15731
15732         * gst/subparse/gstsubparse.c: (convert_encoding),
15733         (gst_sub_parse_change_state):
15734         * gst/subparse/gstsubparse.h:
15735           Text subtitle files may or may not be UTF-8. If it's not, we
15736           don't really want to see '?' characters in place of non-ASCII
15737           characters like accented characters. So let's assume the input
15738           is UTF-8 until we come across text that is clearly not. If it's
15739           not UTF-8, we don't really know what it is, so try the following:
15740           (a) see whether the GST_SUBTITLE_ENCODING environment variable
15741           is set; if not, check (b) if the current locale encoding is
15742           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
15743           the current locale encoding is UTF-8 and the environment variable
15744           was not set to any particular encoding. Not perfect, but better
15745           than nothing (and better than before, I think) (fixes #172848).
15746
15747 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15748
15749         * configure.ac:
15750           update core requirement to 0.10.4.1 because of async_playback
15751           vmethod on GstBaseSink
15752
15753 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15754
15755         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
15756         * gst/adder/gstadder.c: (gst_adder_init):
15757         use DEBUG_FUNCPTR for collectpads
15758
15759 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15760
15761         * docs/plugins/Makefile.am:
15762         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15763         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15764         * ext/cdparanoia/gstcdparanoiasrc.c:
15765         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
15766         (gst_gnome_vfs_sink_class_init):
15767         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
15768         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
15769         * ext/ogg/gstoggmux.c:
15770         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
15771         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
15772         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
15773         * ext/pango/gsttextoverlay.c:
15774         * ext/pango/gsttextrender.c:
15775         * ext/theora/theoradec.c:
15776         * ext/theora/theoraenc.c:
15777         * ext/vorbis/vorbisdec.c:
15778         * ext/vorbis/vorbisenc.c:
15779         * gst-libs/gst/audio/gstaudiofilter.c:
15780         (gst_audio_filter_base_init):
15781         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15782         (gst_audio_filter_template_base_init):
15783         * gst/adder/gstadder.c: (gst_adder_get_type):
15784         * gst/adder/gstadder.h:
15785         * gst/audioconvert/gstaudioconvert.c:
15786         * gst/audiotestsrc/gstaudiotestsrc.c:
15787         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
15788         (gst_audio_test_src_create):
15789         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15790         * gst/playback/gstdecodebin.c:
15791         * gst/playback/gstplaybin.c:
15792         * gst/playback/gststreamselector.c:
15793         (gst_stream_selector_base_init):
15794         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
15795         * gst/volume/gstvolume.c:
15796         * sys/v4l/gstv4lmjpegsink.c:
15797         * sys/v4l/gstv4lmjpegsrc.c:
15798         * tests/check/libs/cddabasesrc.c:
15799         * tests/old/examples/gob/gst-identity2.gob:
15800           Add docs for adder, use GST_ELEMENT_DETAILS macro,
15801           define GstElementDetails at the top
15802
15803 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
15804
15805         * win32/common/libgstinterfaces.def:
15806         Add a lot of export functions for gst-python
15807         * win32/vs6/libgstinterfaces.dsp:
15808         Add a missing include folder in the project configuration
15809         
15810 2006-03-23  Wim Taymans  <wim@fluendo.com>
15811
15812         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15813         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
15814         (gst_base_audio_src_change_state):
15815         Fix audio sources, forgot to make the ringbuffer
15816         startable...
15817
15818 2006-03-23  Wim Taymans  <wim@fluendo.com>
15819
15820         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15821         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
15822         (gst_base_audio_src_change_state):
15823         unparent instead of unref the ringbuffer.
15824
15825 2006-03-23  Wim Taymans  <wim@fluendo.com>
15826
15827         * gst-libs/gst/audio/gstbaseaudiosink.c:
15828         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
15829         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
15830         Implement new async_play vmethod to start slaving and allow
15831         playback start in case of async PLAY state changes. 
15832
15833         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
15834         Enable QoS with new method in base class.
15835
15836 2006-03-23  Wim Taymans  <wim@fluendo.com>
15837
15838         Patch by: Julien MOUTTE <julien at moutte dot net>
15839
15840         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
15841         (gst_video_test_src_do_seek), (gst_video_test_src_create):
15842         Partially handle 0 framerate, only EOS after the first frame
15843         is missing.
15844
15845 2006-03-23  Wim Taymans  <wim@fluendo.com>
15846
15847         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
15848
15849         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15850         (gst_riff_create_video_template_caps):
15851         * gst/ffmpegcolorspace/avcodec.h:
15852         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15853         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
15854         (gst_ffmpegcsp_avpicture_fill):
15855         * gst/ffmpegcolorspace/imgconvert.c:
15856         Patch for support of YVU9 AVI files (#334822)
15857
15858 2006-03-22  Edward Hervey  <edward@fluendo.com>
15859
15860         * docs/design/design-decodebin.txt:
15861         Added design document for new decodebin
15862         (Target Caps): text/x-pango-markup is also a default target caps.
15863
15864 2006-03-22  Wim Taymans  <wim@fluendo.com>
15865
15866         * gst-libs/gst/audio/gstbaseaudiosink.c:
15867         (gst_base_audio_sink_dispose):
15868         Since we _parent the ringbuffer, we also need to
15869         _unparent instead of a plain _unref.
15870
15871 2006-03-22  Wim Taymans  <wim@fluendo.com>
15872
15873         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
15874         (stop_seek), (scrub_toggle_cb), (main):
15875         Add scrub checkbox.
15876
15877 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
15878
15879         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
15880         (gst_ogg_parse_chain):
15881           Fix very inefficient usage of linked lists (#335365).
15882
15883 2006-03-21  Edward Hervey  <edward@fluendo.com>
15884
15885         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15886         * gst/playback/gstplaybin.c: (handoff):
15887         * gst/playback/gststreamselector.c:
15888         (gst_stream_selector_set_property):
15889         gcc 4.1 unreferenced pointer fixes.
15890         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
15891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
15892         gst_buffer_ref() now takes a GstBuffer*.
15893
15894 2006-03-20  Julien MOUTTE  <julien@moutte.net>
15895
15896         * sys/xvimage/xvimagesink.c:
15897         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
15898         by Jan Schmidt.
15899
15900 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
15901
15902         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
15903         (id3v1_type_find), (apetag_type_find), (plugin_init):
15904           Can't do tag preferences via probability, as tags would then
15905           lose against types that are recognised with MAXIMUM probability
15906           (like .wav); so let all tag typefinders return MAXIMUM themselves
15907           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
15908           that we can prefer APE to ID3v1 (fixes #335028).
15909           
15910 2006-03-17  Wim Taymans  <wim@fluendo.com>
15911
15912         * gst-libs/gst/audio/gstbaseaudiosink.c:
15913         (gst_base_audio_sink_change_state):
15914         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
15915         (gst_ring_buffer_may_start):
15916         * gst-libs/gst/audio/gstringbuffer.h:
15917         Only start playback if we are playing.
15918         should fix #330748.
15919
15920 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
15921
15922         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
15923         * win32/common/config.h:
15924           Revert accidental commits to these files.
15925
15926 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
15927
15928         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
15929
15930         * tests/Makefile.am:
15931           Don't try to build tests in tests/icles if we
15932           don't have X (#323852)
15933
15934 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
15935
15936         * gst-libs/gst/tag/gstid3tag.c:
15937           Add TXXX frame identifiers for replaygain stuff as used
15938           by some taggers (see #323721).
15939
15940 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
15941
15942         * gst/playback/gststreamselector.c:
15943         (gst_stream_selector_set_property),
15944         (gst_stream_selector_bufferalloc):
15945           Preserve the existing buggy streamselector behaviour by performing
15946           a fallback buffer allocation when downstream isn't linked yet.
15947           This should really be fixed in playbin by blocking pads until it's
15948           linked them.
15949           Also, use gst_pad_alloc_buffer instead of
15950           gst_pad_alloc_buffer_and_set.
15951
15952 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
15953
15954         * gst-libs/gst/tag/gstid3tag.c:
15955           Don't crash on unknown ID3v2 TXXX frames.
15956           
15957 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
15958
15959         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
15960           Chain up to the parent finalize method.
15961           Add 32-bit sample size to the template caps.
15962
15963         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15964         (gst_riff_create_video_template_caps):
15965           Add the fourcc that the VMWare codec uses.
15966           
15967         * gst/playback/gststreamselector.c:
15968         (gst_stream_selector_set_property),
15969         (gst_stream_selector_bufferalloc),
15970         (gst_stream_selector_request_new_pad):
15971           For the active pad, forward buffer-alloc requests, otherwise
15972           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
15973           having to memcpy every frame when used by playbin.
15974
15975         * gst/tcp/gstmultifdsink.c:
15976         (gst_multi_fd_sink_handle_client_write):
15977           Get negotiated caps from the sink pad, rather than the sink
15978           pad's peer.
15979
15980 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
15981
15982         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15983         
15984         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
15985           Don't forget to set src->callbacks_pushed to FALSE again when
15986           popping them, otherwise re-activation in a different mode won't
15987           work (#334620).
15988
15989 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
15990
15991         Patch by: Sebastien Moutte  <sebastien moutte net>
15992
15993         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
15994         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
15995         (gst_ffmpeg_smpfmt_to_caps):
15996           Replace __VA_ARGS__ caps creation macros with varargs functions.
15997           Makes things compile on MSVC (#320765), looks nicer, and we can
15998           tell the compiler to check for the NULL terminator.
15999
16000 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16001
16002         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16003
16004         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16005           Make sure the buffer we copy into is really always big
16006           enough, this time for real (#333488).
16007           
16008 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16009
16010         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16011           Add support for 24bpp DIB (#305279).
16012
16013 2006-03-14  Wim Taymans  <wim@fluendo.com>
16014
16015         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16016         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16017         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16018         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16019         (gst_video_scale_init), (gst_video_scale_src_event):
16020         Re-enable QoS after the release.
16021         Rework videoscale to use the base class src_event handler.
16022
16023 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16024
16025         * configure.ac:
16026           back to CVS.
16027
16028 === release 0.10.5 ===
16029
16030 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16031
16032         * configure.ac:
16033           releasing 0.10.5, "Net"
16034
16035 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16036
16037         * docs/plugins/Makefile.am:
16038           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16039           
16040 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16041
16042         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16043         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16044         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16045           Add cdparanoiasrc to docs.
16046
16047         * gst-libs/gst/cdda/gstcddabasesrc.c:
16048           More GstCddaBaseSrc docs.
16049
16050 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16051
16052         * docs/libs/gst-plugins-base-libs-sections.txt:
16053         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16054         * gst-libs/gst/tag/tag.h:
16055           API: libgsttag: new method gst_tag_from_id3_user_tag().
16056
16057 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16058
16059         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16060           NULL-terminate array of mpeg4 video file extensions.
16061           Fixes crash on PPC (#334226).
16062
16063 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16064
16065         * ext/gnomevfs/gstgnomevfssrc.c:
16066         (gst_gnome_vfs_src_check_get_range):
16067           gnome_vfs_uri_is_local() alone is not a good indicator
16068           whether we can operate in pull-mode with a specific URI,
16069           as it returns FALSE for file:// URIs that point to an
16070           NFS-mounted path. Be more conservative here: whitelist
16071           local files, blacklist http URIs and use the old
16072           mechanism for anything else (fixes #334216).
16073
16074 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16075
16076         * configure.ac:
16077           back to trunk
16078
16079 === release 0.10.4 ===
16080
16081 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16082
16083         * configure.ac:
16084           releasing 0.10.4, "Power"
16085
16086 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16087
16088         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16089         Disable max-lateness by setting it to -1 for now, so that 
16090         we can bed QoS stuff in thoroughly between now and the next
16091         release.
16092
16093 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16094
16095         Patch by: Fabrizio Gennari
16096
16097         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16098           Make sure we don't read beyond the palette buffer in case of
16099           broken or manipulated files (#333488)
16100
16101 2006-03-10  Edward Hervey  <edward@fluendo.com>
16102
16103         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16104         Fix for variable not initialized.
16105
16106 2006-03-09  Wim Taymans  <wim@fluendo.com>
16107
16108         * ext/libvisual/visual.c: (gst_visual_get_type),
16109         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16110         (gst_visual_chain):
16111         Small cleanups.
16112
16113         * ext/theora/gsttheoradec.h:
16114         * ext/theora/theoradec.c: (gst_theora_dec_init),
16115         (gst_theora_dec_reset), (_theora_granule_time),
16116         (theora_dec_src_convert), (theora_dec_sink_convert),
16117         (theora_dec_src_query), (theora_dec_src_event),
16118         (theora_dec_sink_event), (theora_handle_comment_packet),
16119         (theora_handle_header_packet), (theora_dec_push),
16120         (theora_handle_data_packet), (theora_dec_chain),
16121         (theora_dec_change_state):
16122         Add simple QoS.
16123
16124 2006-03-09  Wim Taymans  <wim@fluendo.com>
16125
16126         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16127         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16128         Some cleanups.
16129
16130 2006-03-09  Wim Taymans  <wim@fluendo.com>
16131
16132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16133         Don't try to activate NULL chains.
16134
16135 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16136
16137         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16138           Fix invalid memory access to region before peek'd data (#332964).
16139
16140 2006-03-09  Wim Taymans  <wim@fluendo.com>
16141
16142         Patch by: Christophe Fergeau
16143
16144         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16145         * ext/pango/gsttextrender.c: (gst_text_render_init):
16146         * gst/adder/gstadder.c: (gst_adder_init):
16147         Don't leak padtemplates, closes #333510.
16148
16149 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16150
16151         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16152           Fix invalid memory access: make sure string passed to
16153           regexec() is NUL-termianted.
16154
16155 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16156
16157         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16158         (mp3_type_find):
16159           Refactor mpeg/audio typefinding to make it more maintainable
16160           and easier to fine-tune. Make probing into middle of the file
16161           work properly (fixes #333900, also see #152688).
16162
16163 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16164
16165         * gst/typefind/gsttypefindfunctions.c:
16166         (utf8_type_find_have_valid_utf8_at_offset):
16167           Remove part from previous commit that was bogus:
16168           g_utf8_validate() does in fact not accept embedded
16169           zeroes, so we don't need to check for those (thanks
16170           to Mike for the hint).
16171
16172 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16173
16174         * gst/typefind/gsttypefindfunctions.c:
16175         (utf8_type_find_count_embedded_zeroes),
16176         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16177           Make plain/text typefinder more conservative: firstly, check
16178           for embedded zeroes, which are perfectly valid UTF-8 characters,
16179           but also a fairly good sign that something is not a plain text
16180           file; secondly, probe into the middle of the file if possible.
16181           If we can't probe into the middle, limit the probability value
16182           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16183
16184 2006-03-08  Michael Smith  <msmith@fluendo.com>
16185
16186         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16187           Make typefind function name for mpeg4 video unique.
16188
16189 2006-03-08  Wim Taymans  <wim@fluendo.com>
16190
16191         * ext/libvisual/visual.c: (gst_visual_init),
16192         (gst_visual_clear_actors), (gst_visual_dispose),
16193         (gst_visual_reset), (gst_visual_src_setcaps),
16194         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16195         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16196         (gst_visual_chain), (gst_visual_change_state):
16197         Cleanups, post nice errors.
16198         Handle sink and src events.
16199         Implement simple QoS.
16200
16201         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16202         Use new basesink methods to configure max-lateness.
16203         Small doc update.
16204
16205         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16206         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16207         Debug statement cleanups.
16208
16209         * gst/volume/gstvolume.c: (gst_volume_class_init):
16210         Simple cleanup.
16211
16212 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16213
16214         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16215         (gst_text_overlay_init), (gst_text_overlay_set_property),
16216         (gst_text_overlay_get_property):
16217           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16218           as string type properties, but mark them deprecated. Add
16219           'halignment' and 'valignment' properties that use enums
16220           instead of strings.
16221
16222 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16223
16224         Patch by: Fabrizio Gennari
16225
16226         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16227           Allow palettes with less than 256 colours in AVI files
16228           (#333488)
16229
16230 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16231
16232         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16233         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16234         pad. We were releasing the queued text buffer when we should keep
16235         it until video pad gets EOS or discard the text buffer because it's
16236         too old. That was eating the last subtitle buffer. Add some more
16237         debug.
16238
16239 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16240
16241         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16242         (gst_text_overlay_video_chain):
16243           Fix invalid memory access (we can't access a buffer after it's been
16244           pushed downstream without taking a reference); fix memory leak (if
16245           there's no text to render, bail out before allocating stuff).
16246
16247 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16248
16249         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16250         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16251         * ext/pango/gsttextoverlay.h:
16252           If input is plain text, escape it before passing it to
16253           pango_layout_set_markup().
16254
16255 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16256
16257         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16258           Don't ignore flow return from gst_pad_push().
16259
16260 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16261
16262         Patch by: Fabrizio Gennari
16263
16264         * ext/libvisual/visual.c: (gst_visual_getcaps),
16265         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16266         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16267         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16268         (gst_vorbisenc_convert_sink):
16269         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16270         (gst_audio_duration_from_pad_buffer):
16271         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16272         (gst_audio_filter_chain):
16273         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16274         (gst_base_rtp_depayload_setcaps):
16275         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16276         (gst_video_get_size):
16277         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16278           Don't leak references returned by gst_pad_get_parent()
16279           (#333663)
16280
16281 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16282
16283         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16284           change location param details
16285         * gst/volume/gstvolume.c: (plugin_init):
16286           correct plugin description
16287
16288 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16289
16290         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16291         (gst_gnome_vfs_src_check_get_range):
16292           Override GstBaseSrc::check_get_range() in order to avoid opening
16293           the resource just to check whether we can operate in pull-mode or
16294           not - we can predict that pretty well from the URI alone. Should
16295           fix problems with last.fm (#331690). (Requires latest core CVS).
16296
16297 2006-03-06  Wim Taymans  <wim@fluendo.com>
16298
16299         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16300         (gst_video_sink_class_init):
16301         Throw away frames that are later than 20 ms.
16302
16303 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16304
16305         Patch by: Fabrizio Gennari
16306
16307         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16308           Set depth on WMA caps (#333545)
16309
16310 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16311
16312         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16313         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16314           put Theora BOS pages before others.  This hardcodes
16315           the Ogg/Theora I profile, but hey.
16316
16317 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16318
16319         * ext/ogg/README:
16320           updated with some examples
16321         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16322         (granulepos_add), (theora_buffer_from_packet):
16323         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16324         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16325         (gst_vorbisenc_chain):
16326           implement strategy from ext/ogg/README
16327         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16328         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16329         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16330         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16331           Fix muxer so that oggz-validate is happy with all streams;
16332           except for no eos mark, and the BOS page ordering
16333         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16334         (check_buffer_granulepos):
16335         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16336           update tests to check for OFFSET being set as requested
16337           fixed type of granulepos, it's not a ClockTime
16338
16339 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16340
16341         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16342         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16343         Check that the xvimage we are creating has a correct size
16344         before returning it. (#314897)
16345
16346 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16347
16348         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16349           Give id3 and ape tag typefinders a rank slightly higher
16350           than PRIMARY to ensure they're always run before any of
16351           the other typefinders (in particular wav and mp3) (#324186).
16352
16353 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16354
16355         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16356           Add support for '3IVD' fourcc (#333403).
16357
16358 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16359
16360         * configure.ac:
16361           Bump requirements to GStreamer CVS for the new error enum.
16362
16363         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16364           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16365           space left on the device (fixes #333352).
16366
16367 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16368
16369         * win32/vs6:
16370           add a project file for libgstvolume
16371           update the workspace
16372
16373 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16374
16375         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16376         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16377         (GST_START_TEST):
16378           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16379           Set IN_CAPS on header buffers
16380
16381 2006-03-02  Wim Taymans  <wim@fluendo.com>
16382
16383         * docs/plugins/Makefile.am:
16384         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16385         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16386         Add audioresample to docs.
16387
16388         * gst/audioconvert/gstaudioconvert.c:
16389         Add revision date.
16390
16391         * gst/audioresample/gstaudioresample.c:
16392         (gst_audioresample_base_init), (gst_audioresample_class_init),
16393         (gst_audioresample_init), (gst_audioresample_dispose),
16394         (audioresample_get_unit_size), (audioresample_transform_caps),
16395         (resample_set_state_from_caps), (audioresample_transform_size),
16396         (audioresample_set_caps), (audioresample_event),
16397         (audioresample_do_output), (audioresample_transform),
16398         (audioresample_pushthrough), (gst_audioresample_set_property),
16399         (gst_audioresample_get_property), (plugin_init):
16400         * gst/audioresample/gstaudioresample.h:
16401         Added docs.
16402         Small code cleanups.
16403
16404 2006-03-02  Wim Taymans  <wim@fluendo.com>
16405
16406         * docs/plugins/Makefile.am:
16407         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16408         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16409         Added videoscale to docs.
16410
16411         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16412         (gst_video_rate_swap_prev), (gst_video_rate_event),
16413         (gst_video_rate_chain):
16414         Fix typo in docs.
16415
16416         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16417         (gst_video_scale_init), (gst_video_scale_prepare_size),
16418         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16419         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16420         * gst/videoscale/gstvideoscale.h:
16421         Added docs, examples.
16422         Some code cleanups.
16423         Post errors instead of g_warning.
16424
16425 2006-03-02  Wim Taymans  <wim@fluendo.com>
16426
16427         * docs/libs/gst-plugins-base-libs-docs.sgml:
16428         * docs/libs/gst-plugins-base-libs-sections.txt:
16429         * docs/libs/gst-plugins-base-libs.types:
16430         * docs/plugins/Makefile.am:
16431         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16432         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16433         Added some more docs to libs and plugins.
16434
16435         * gst-libs/gst/audio/gstringbuffer.c:
16436         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16437         * gst-libs/gst/audio/gstringbuffer.h:
16438         Document ringbuffer some more.
16439
16440         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16441         (gst_video_rate_setcaps), (gst_video_rate_reset),
16442         (gst_video_rate_init), (gst_video_rate_flush_prev),
16443         (gst_video_rate_swap_prev), (gst_video_rate_event),
16444         (gst_video_rate_chain), (gst_video_rate_change_state):
16445         * gst/videorate/gstvideorate.h:
16446         Fix videorate to use segments.
16447         Make it work with 0/1 framerates (closes #331903)
16448         Handle EOS correctly.
16449         Added docs.
16450
16451 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16452
16453         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16454         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16455         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16456           In state change function, first chain up to parent class,
16457           then handle downwards state change stuff. Remove some
16458           commented out cruft from 0.8 code.
16459
16460 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16461
16462         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16463         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16464         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16465         (gst_ogm_parse_chain):
16466           Don't remove/re-add source pad if the new caps are the same as
16467           the old caps anyway (#333042). When removing source pad, don't
16468           unref it afterwards - we didn't ref it when adding. Sprinkle some
16469           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16470           after using gst_pad_get_parent(). Return downstream flow return
16471           value in chain function.
16472
16473 2006-03-02  Wim Taymans  <wim@fluendo.com>
16474
16475         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16476         * docs/plugins/gst-plugins-base-plugins.args:
16477         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16478         * docs/plugins/gst-plugins-base-plugins.interfaces:
16479         * docs/plugins/gst-plugins-base-plugins.signals:
16480         Fix hierarchy, added some more elements to the docs.
16481
16482         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16483         (gst_ffmpegcsp_get_type):
16484         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16485         Fix docs for ffmpegcolorspace.
16486
16487 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16488
16489         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16490         (apetag_type_find), (ape_type_find), (plugin_init):
16491           Some typefinding fine-tuning:
16492           - rank ID3/APE tags in order of preference via probabilities, so that
16493             ID3v2 > APEv2 > APEv1 > ID3v1.
16494           - three or four bytes don't really justify MAXIMUM probability,
16495             change those to 'very likely' (musepack and monkeysaudio).
16496
16497 2006-03-01  Wim Taymans  <wim@fluendo.com>
16498
16499         * docs/plugins/Makefile.am:
16500         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16501         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16502         * ext/alsa/gstalsamixer.c:
16503         * ext/alsa/gstalsamixer.h:
16504         * ext/alsa/gstalsamixerelement.c:
16505         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16506         * ext/alsa/gstalsamixerelement.h:
16507         * ext/alsa/gstalsasink.c:
16508         * ext/alsa/gstalsasink.h:
16509         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16510         (gst_alsasrc_init):
16511         * ext/alsa/gstalsasrc.h:
16512         Added alsa docs.
16513         Small code cleanups.
16514
16515 2006-03-01  Wim Taymans  <wim@fluendo.com>
16516
16517         * ext/theora/Makefile.am:
16518         Dist new header too,
16519
16520 2006-03-01  Wim Taymans  <wim@fluendo.com>
16521
16522         * docs/plugins/Makefile.am:
16523         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16524         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16525         * ext/gnomevfs/gstgnomevfssink.h:
16526         * ext/gnomevfs/gstgnomevfssrc.h:
16527         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16528         * ext/vorbis/vorbisdec.h:
16529         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16530         * ext/vorbis/vorbisenc.h:
16531         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16532         (vorbis_parse_chain), (vorbis_parse_change_state):
16533         * ext/vorbis/vorbisparse.h:
16534         * gst/audioconvert/gstaudioconvert.h:
16535         * gst/tcp/gsttcpserversink.h:
16536         * gst/videotestsrc/gstvideotestsrc.c:
16537         * gst/videotestsrc/gstvideotestsrc.h:
16538         * gst/volume/gstvolume.c:
16539         * gst/volume/gstvolume.h:
16540         Fix some more docs.
16541         Added docs for vorbisdec and vorbisparse.
16542         Fix vorbisparse.
16543
16544 2006-03-01  Wim Taymans  <wim@fluendo.com>
16545
16546         * docs/plugins/Makefile.am:
16547         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16548         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16549         * ext/pango/gstclockoverlay.h:
16550         * ext/pango/gsttextoverlay.h:
16551         * ext/pango/gsttextrender.h:
16552         * ext/pango/gsttimeoverlay.h:
16553         * ext/theora/gsttheoradec.h:
16554         * ext/theora/gsttheoraenc.h:
16555         * ext/theora/theoradec.c:
16556         * ext/theora/theoraenc.c:
16557         * gst/audioconvert/gstaudioconvert.h:
16558         * gst/audiotestsrc/gstaudiotestsrc.h:
16559         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16560         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16561         * gst/tcp/gstmultifdsink.h:
16562         Updated/added documentation.
16563
16564         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16565         (gst_text_overlay_halign_get_type),
16566         (gst_text_overlay_wrap_mode_get_type),
16567         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16568         (gst_text_overlay_init), (gst_text_overlay_set_property),
16569         (gst_text_overlay_get_property):
16570         Fix up properties to be enums instead of string to make bindings,
16571         introspection and automatic GUI creation possible.
16572         Add getters for the properties.
16573
16574 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16575
16576         * gst/audiotestsrc/gstaudiotestsrc.c:
16577           added defines of M_PI and M_PI_2
16578         * gst/ffmpegcolorspace/avcodec.h:
16579           removed #include "stdint.h" for win32 as _stdint.h is 
16580           autogenerated to win32/common
16581         * win32/common/libgstaudio.def:
16582         * win32/common/libgsttag.def:
16583           added some exports
16584         * win32/vs6:
16585           some project files bugs corrected
16586         * win32/vs7:
16587           project files are reset to the default vs7 configuration 
16588           (they link to msvcr71.dll using default optimizations)
16589           
16590 2006-02-28  Wim Taymans  <wim@fluendo.com>
16591
16592         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16593         Fix some docs.
16594
16595 2006-02-28  Edward Hervey  <edward@fluendo.com>
16596
16597         * ext/alsa/gstalsasrc.c:
16598         Set proper class on the ElementDetails:
16599         Source/Audio instead of Src/Audio/
16600
16601 2006-02-28  Edward Hervey  <edward@fluendo.com>
16602
16603         * gst/videoscale/vs_scanline.c:
16604         (vs_scanline_resample_nearest_RGBA):
16605         Revert optimization in videoscale. It should go in liboil and have
16606         an appropriate liboil function.
16607
16608 2006-02-28  Wim Taymans  <wim@fluendo.com>
16609
16610         * gst-libs/gst/audio/gstbaseaudiosink.c:
16611         (gst_base_audio_sink_provide_clock):
16612         Don't try to provide a clock in the NULL state.
16613
16614 2006-02-28  Wim Taymans  <wim@fluendo.com>
16615
16616         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16617         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
16618         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16619         (gst_ogg_demux_deactivate_current_chain),
16620         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
16621         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
16622         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16623         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16624         Use GstSegment infrastructure to remove duplicated code
16625         and handle more seek cases correctly.
16626
16627 2006-02-28  Wim Taymans  <wim@fluendo.com>
16628
16629         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16630         (gst_ffmpegcsp_transform):
16631         Don't ignore return code from ffmpeg convert function.
16632
16633         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16634         Split out some long statements to ease debugging.
16635
16636 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
16637
16638         * ext/libvisual/visual.c: (gst_visual_init),
16639         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
16640         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
16641         being able to renegotiate the size. Instead, use the negotiation
16642         algorithm from the goom plugin to pick an initial output caps. 
16643
16644         Also, allow theoretical libvisual plugins that might support non-GL 
16645         output even if they also do GL.
16646
16647 2006-02-26  Julien MOUTTE  <julien@moutte.net>
16648
16649         * ext/libvisual/visual.c: (gst_visual_init),
16650         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
16651         (plugin_init): Load only non GL plugins. Fix some memleaks and 
16652         possible negotiation issues.
16653
16654 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16655
16656         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
16657
16658 2006-02-24  Michael Smith  <msmith@fluendo.com>
16659
16660         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
16661         (cmml_type_find), (plugin_init):
16662           Fix CMML type find function to not require a specific minor version
16663           of the CMML header.
16664
16665           Add an MPEG4 video elementary stream typefind function.
16666
16667 2006-02-04  Michael Smith  <msmith@fluendo.com>
16668
16669         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
16670         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
16671         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16672         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
16673         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
16674         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
16675           Annodex support in ogg demuxer. Doesn't do very much without the
16676           other annodex patches (to come).
16677
16678 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16679
16680         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
16681
16682         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16683           Pick up palette for MS video v1 (#327028)
16684
16685 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16686
16687         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16688         (gst_ffmpegcsp_caps_remove_format_info),
16689         (gst_ffmpegcsp_get_unit_size):
16690           The 'palette_data' field from incoming RGB caps shouldn't be
16691           proxied on outgoing YUV caps; also, restrict unit size
16692           adjustment in case of paletted data only to the unit that
16693           actually has a palette. Fixes #330711.
16694
16695 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16696
16697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16698         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16699         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
16700         (gst_ffmpegcsp_get_unit_size):
16701           Plug some memory leaks.
16702
16703 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16704
16705         * sys/ximage/Makefile.am:
16706         * sys/xvimage/Makefile.am:
16707           Add some _CFLAGS and _LIBS that seem to be missing
16708           and/or required for Cygwin (see #317048).
16709
16710 2006-02-22  Wim Taymans  <wim@fluendo.com>
16711
16712         * ext/alsa/gstalsasrc.c:
16713         Fix description as pointed out by caugier.
16714
16715 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
16716
16717         Reviewed by : Edward Hervey  <edward@fluendo.com>
16718
16719         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
16720         (qt_type_find):
16721         Better 3gp typefinding (#331526).
16722
16723 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16724
16725         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
16726           Don't send EOS event here, the base class will send one for us.
16727
16728         * gst/playback/gstplaybasebin.c: (prepare_output):
16729           Subpictures without video stream aren't allowed either.
16730         
16731         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16732           Fix debug statement copy'n'paste-o.
16733
16734 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16735
16736         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
16737           Fix issues with mixer keeping state when muting/unmuting
16738           and when changing the volume whilst muted (see #331763
16739           and #331765).
16740
16741 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16742
16743         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
16744         (parse_subrip), (gst_sub_parse_format_autodetect):
16745           Set right caps given that we send escaped text. Also,
16746           honour <i></i>, <b></b> and <u></u> markers that can be found
16747           in .srt files (fixes #310202).
16748
16749 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16750
16751         * gst-libs/gst/audio/mixerutils.c:
16752         (element_factory_rank_compare_func):
16753           Make order in which elements are tried more determinable.
16754
16755 2006-02-20  Julien MOUTTE  <julien@moutte.net>
16756
16757         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
16758         (remove_element_chain), (cleanup_decodebin),
16759         (gst_decode_bin_change_state): Make decodebin reusable by
16760         fixing remove_element_chain first and then introduce a
16761         cleaner in state change to ->NULL. (Closes #331678)
16762
16763 2006-02-19  Wim Taymans  <wim@fluendo.com>
16764
16765         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
16766         use 0666 mask when creating files so umask gets applied
16767         correctly. Fixes #331295.
16768
16769 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
16770
16771         * gst/subparse/Makefile.am:
16772         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
16773         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
16774         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
16775         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
16776         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
16777         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
16778         * gst/subparse/gstssaparse.h:
16779         * gst/subparse/gstsubparse.c: (plugin_init):
16780           Add very basic parser for SSA subtitle streams (as often
16781           found in matroska files).
16782
16783 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
16784
16785         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
16786           That should be text/x-pango-markup, not text/x-pango-layout.
16787
16788 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16789
16790         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
16791         Polishing.
16792
16793 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16794
16795         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16796         (gst_text_overlay_finalize), (gst_text_overlay_init),
16797         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16798         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16799         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
16800         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
16801         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
16802         Fix state change deadlock.
16803
16804 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16805
16806         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16807         (gst_text_overlay_finalize), (gst_text_overlay_init),
16808         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16809         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16810         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
16811         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
16812         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
16813         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
16814         and subtitles files.
16815
16816 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16817
16818         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
16819         should be considered as raw.
16820
16821 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16822
16823         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16824         (cb_probe):
16825         * gst/playback/gststreaminfo.h: Introduce language informations.
16826
16827 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
16828
16829         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16830         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16831         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
16832         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
16833         Set shared memory segments to be deleted as soon as we have attached,
16834         that way they get cleaned up automatically if we crash.
16835
16836 2006-02-18  Julien MOUTTE  <julien@moutte.net>
16837
16838         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
16839         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
16840         functions are called with lock held.
16841
16842 2006-02-18  Julien MOUTTE  <julien@moutte.net>
16843
16844         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16845         (gst_text_overlay_finalize), (gst_text_overlay_init),
16846         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16847         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16848         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
16849         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
16850         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
16851         (gst_text_overlay_change_state): Refactoring of textoverlay
16852         without collectpads. This now supports sparse subtitles coming
16853         from a demuxer instead of a sub file. Seeking is still broken 
16854         though. Need to discuss with wtay some more on how to handle
16855         seeking correctly.
16856         * ext/pango/gsttextoverlay.h:
16857         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
16858         subtitles coming from the demuxer.
16859
16860 2006-02-17  Wim Taymans  <wim@fluendo.com>
16861
16862         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16863         (gst_vorbisenc_convert_sink):
16864         Use some more scaling functions.
16865
16866 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16867
16868         * ext/cdparanoia/gstcdparanoiasrc.c:
16869         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
16870         (gst_cd_paranoia_paranoia_callback),
16871         (gst_cd_paranoia_src_signal_is_being_watched),
16872         (gst_cd_paranoia_src_read_sector):
16873         * ext/cdparanoia/gstcdparanoiasrc.h:
16874           Add back 'transport-error' and 'uncorrected-error' signals and
16875           make them actually be fired when bad stuff happens (#319340).
16876
16877 2006-02-17  Wim Taymans  <wim@fluendo.com>
16878
16879         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
16880         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
16881         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
16882         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
16883         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
16884         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
16885         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
16886         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
16887         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
16888         (gst_ring_buffer_clear):
16889         Small cleanups.
16890         Added some G_LIKELY.
16891
16892 2006-02-17  Wim Taymans  <wim@fluendo.com>
16893
16894         * gst-libs/gst/audio/TODO:
16895         Update TODO
16896
16897         * gst-libs/gst/audio/gstbaseaudiosink.c:
16898         (gst_base_audio_sink_get_offset):
16899         When trying to play samples ASAP and we don't have a
16900         previous sample, try to play at position 0 instead of
16901         an invalid position.
16902
16903 2006-02-17  Wim Taymans  <wim@fluendo.com>
16904
16905         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
16906         (gst_alsasink_reset):
16907         Also release lock when we get an error in _reset();
16908         fix an error message.
16909
16910 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16911
16912         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
16913         (gst_alsasink_init), (get_channel_free_structure),
16914         (caps_add_channel_configuration), (gst_alsasink_getcaps),
16915         (gst_alsasink_close):
16916         * ext/alsa/gstalsasink.h:
16917           Add support for more than 2 channels (#326720).
16918
16919 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16920
16921         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16922           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
16923           with 4 or 6 channels, assume a default channel layout to make things
16924           work (not sure there's anything else we can do in those cases).
16925
16926 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16927
16928         * gst-libs/gst/audio/multichannel.c:
16929           Minor docs fix.
16930
16931         * gst-libs/gst/riff/Makefile.am:
16932         * gst-libs/gst/riff/riff-ids.h:
16933         * gst-libs/gst/riff/riff-media.c:
16934         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
16935           Add support for WAVEFORMATEX, eg. PCM audio with more than two
16936           channels and a channel layout map.
16937           
16938 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
16939
16940         Reviewed by Edward Hervey  <edward@fluendo.com>
16941
16942         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
16943         C-level optimization of the RGBA nearest neighbour function.
16944         Eventually this might end up in liboil with vectorized versions.
16945
16946 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16947
16948         * gst-libs/gst/audio/multichannel.c:
16949         (gst_audio_get_channel_positions):
16950           When we have more than 2 channels, but no channel layout is
16951           specified in the caps, return some default channel layout
16952           to the caller and warn about about a possibly buggy element
16953           (could be buggy filtercaps as well of course) (#317038).
16954
16955 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
16956
16957         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
16958           Add gst-libs/gst/cdda to list of lib search paths.
16959
16960 2006-02-15  Andy Wingo  <wingo@pobox.com>
16961
16962         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
16963         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
16964         to the Lord Jesus that I do not have to touch the ogg muxer ever
16965         again.
16966
16967 2006-02-15  Edward Hervey  <edward@fluendo.com>
16968
16969         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16970         quicktime movie files can also contain 'uuid' atoms.
16971
16972 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
16973
16974         * gst/audioconvert/plugin.c: (plugin_init):
16975           Register the GstAudioChannelPosition enum type with the type
16976           system in the plugin_init function, so that it is known before
16977           any element actually makes use of multi-channel stuff. This is
16978           required for example if one wants to be able to deserialise/use
16979           a caps string with channel positions before any pipeline has
16980           been setup and started, like with gst-launch.
16981
16982 2006-02-14  Wim Taymans  <wim@fluendo.com>
16983
16984         * gst-libs/gst/audio/gstringbuffer.c:
16985         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
16986         (gst_ring_buffer_samples_done), (wait_segment),
16987         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
16988         Add some compiler G_(UN_)LIKELY help.
16989         SIGNAL the ringbuffer waiters when going to PAUSED as well to
16990         make sure they can exit their functions. Should fix #330748
16991
16992 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16993
16994         * Makefile.am:
16995         * configure.ac:
16996         * win32/MANIFEST:
16997         * win32/common/_stdint.h:
16998           Windows does not have long long; copy the generated _stdint.h
16999         * win32/common/interfaces-enumtypes.c:
17000         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17001         (gst_mixer_track_flags_get_type),
17002         (gst_tuner_channel_flags_get_type):
17003         * win32/common/multichannel-enumtypes.c:
17004         (gst_audio_channel_position_get_type):
17005           update
17006
17007 2006-02-13  Wim Taymans  <wim@fluendo.com>
17008
17009         * gst-libs/gst/audio/gstbaseaudiosink.c:
17010         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17011         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17012         Always sync on first sample we receive when starting.
17013
17014 2006-02-13  Wim Taymans  <wim@fluendo.com>
17015
17016         * gst/playback/gstplaybin.c: (gen_vis_element):
17017         Update vis bin docs.
17018         Move queue after tee so we don't queue video buffers but
17019         audio samples instead. Fixes problems where the video queue
17020         is filled and the audio queue empty.
17021
17022 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17023
17024         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17025           No need to push an EOS event here, GstBaseSrc will do that for us
17026           when we return FLOW_UNEXPECTED.
17027           
17028 2006-02-12  Wim Taymans  <wim@fluendo.com>
17029
17030         * gst-libs/gst/audio/gstbaseaudiosink.c:
17031         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17032         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17033         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17034         Use scale functions when possible.
17035         Fix error messages.
17036         Free clockid when after waiting for EOS.
17037         Use G_(UN_)LIKLY when it makes sense.
17038         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17039
17040 2006-02-12  Edward Hervey  <edward@fluendo.com>
17041
17042         * gst/playback/gstplaybasebin.c: (prepare_output): 
17043         Remove stray semi-colon (fixes #330888).
17044
17045 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17046
17047         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17049         Fix up the XShm call testing so that we catch errors, and don't
17050         cause new ones by attempting to detach from a segment we failed
17051         to attach to. Fixes #312439.
17052
17053 2006-02-10  Edward Hervey  <edward@fluendo.com>
17054
17055         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17056         Added flv file typefind (video/x-flv).
17057
17058 2006-02-10  Edward Hervey  <edward@fluendo.com>
17059
17060         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17061         (gst_riff_create_video_template_caps):
17062         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17063         Also added the caps to the default set of riff video caps.
17064
17065 2006-02-09  Andy Wingo  <wingo@pobox.com>
17066
17067         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17068         time and the end time of the last packet in the page.
17069         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17070         on the pages in our queue, set the duration as well. Reflow a
17071         debug statement.
17072         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17073         Fixes bad muxing order.
17074
17075 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17076
17077         * gst-libs/gst/rtp/gstbasertppayload.c:
17078         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17079           update seqnum before setting it on the packet; this makes sure
17080           that the timestamp and seqnum properties match after pushing
17081           a buffer
17082
17083 2006-02-09  Andy Wingo  <wingo@pobox.com>
17084
17085         * gst-libs/gst/audio/gstringbuffer.c
17086         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17087         overflow after 13.5 hours of recording. Kapow!
17088
17089         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17090         the buffer size -- we don't care about underrun/overrun reporting
17091         right now, just need to return a useful value.
17092
17093 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17094
17095         * configure.ac:
17096           Back to CVS
17097
17098 === release 0.10.3 ===
17099
17100 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17101
17102         * configure.ac:
17103           releasing 0.10.3, "Under Pressure"
17104
17105 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17106
17107         * configure.ac:
17108         Drat. Bump libtool version number for new API.
17109         Prelease 0.10.2.3 (of 0.10.3)
17110
17111 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17112
17113         * configure.ac:
17114         * win32/common/config.h:
17115         0.10.2.2 prerelease (of 0.10.3).
17116
17117 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17118
17119         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17120           Revert Andy's newsegment change pending a more correct
17121           fix.
17122
17123 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17124
17125         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17126         (qt_type_find), (plugin_init):
17127           detect more files as 3gp
17128           group and reorder the iso file formats
17129
17130 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17131
17132         * ext/vorbis/vorbis.c: (plugin_init):
17133           Register musicbrainz tags, so apps don't have to.
17134
17135 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17136
17137         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17138         (gst_tag_to_vorbis_tag):
17139           Make sure we called gst_tag_register_musicbrainz_tags()
17140           before possibly mapping a vorbiscomment string from/to a
17141           musicbrainz tag.
17142
17143 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17144
17145         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17146           In case we can't find the required number of consecutive
17147           mpeg audio frames to positively identify an MPEG audio
17148           stream, check if there's at least a valid mpeg audio
17149           frame right at offset 0 and if so suggest mpeg/audio
17150           caps with a very low probability (#153004).
17151
17152 2006-02-07  Andy Wingo  <wingo@pobox.com>
17153
17154         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17155         a TIME segment if we get timestamped buffers. Requires recent
17156         fixes in core to work properly.
17157
17158 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17159
17160         * gst/playback/gstplaybasebin.c: (prepare_output):
17161           Don't print the URI as part of the error message, it
17162           makes error dialogs look rather ugly, especially if
17163           the URI is very long or has characters in it that
17164           need escaping.
17165
17166 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17167
17168         * gst/playback/gstplaybasebin.c: (prepare_output):
17169           Error out if we have only text or subtitles, but nothing
17170           else. Also error out if we have subtitles but no video
17171           stream.
17172
17173 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17174
17175         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17176           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17177           Post an error message on the bus when we encounter an
17178           error, which will hopefully be more meaningful than the
17179           'Internal Flow Error' message users get to see if we
17180           just return GST_FLOW_ERROR.
17181
17182 2006-02-07  Andy Wingo  <wingo@pobox.com>
17183
17184         * configure.ac (GST_MAJORMINOR): Update core version req to
17185         0.10.2.2, for the collectpads API addition (#330244).
17186
17187 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17188
17189         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17190           Return FALSE from plugin_init() when GnomeVFS can't
17191           be initialised for some reason (#328423).
17192
17193 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17194
17195         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17196         Stick to seeking theory until i find the bug.
17197         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17198
17199 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17200
17201         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17202         (theora_enc_finalize), (theora_enc_sink_setcaps),
17203         (theora_set_header_on_caps), (theora_enc_chain),
17204         (theora_enc_change_state):
17205         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17206           Make theoraenc and the tests leak free. Like, really.
17207
17208 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17209
17210         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17211         (theora_enc_finalize), (theora_enc_sink_setcaps):
17212           Add a finalize method to ensure we clean up state even if
17213           someone omitted the state change back to NULL.
17214
17215         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17216         (gst_vorbisenc_chain):
17217           Free some more leaked bits.
17218
17219         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17220         (stop_pipeline):
17221           Wait for state changes to happen if they're ASYNC.
17222
17223           This ought to teach those fancy pants buildbots a lesson.
17224
17225 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17226
17227         * gst-libs/gst/tag/gstid3tag.c:
17228           Add mapping for ID3 International Standard Recording Code
17229           tag "TSRC"
17230
17231 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17232
17233         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17234           Don't leak tag names.
17235
17236 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17237
17238         * docs/libs/gst-plugins-base-libs-docs.sgml:
17239         * docs/libs/gst-plugins-base-libs-sections.txt:
17240         * gst-libs/gst/tag/gstid3tag.c:
17241         * gst-libs/gst/tag/gstvorbistag.c:
17242         * gst-libs/gst/tag/tags.c:
17243           Split libgsttag docs into multiple sections.
17244
17245 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17246
17247         * docs/libs/Makefile.am:
17248         * docs/libs/gst-plugins-base-libs-docs.sgml:
17249         * docs/libs/gst-plugins-base-libs-sections.txt:
17250         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17251         * gst-libs/gst/tag/gstvorbistag.c:
17252         * gst-libs/gst/tag/tag.h:
17253         * gst-libs/gst/tag/tags.c:
17254           Add libgsttag to the docs.
17255
17256 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17257
17258         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17259         (gst_text_overlay_init), (gst_text_overlay_src_event),
17260         (gst_text_overlay_collected): Fix clockoverlay.
17261
17262 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17263
17264         * docs/libs/compiling.sgml:
17265           Fix typo: it's pkg-config, not pkg-gconfig
17266
17267         * docs/libs/gst-plugins-base-libs-docs.sgml:
17268         * docs/libs/gst-plugins-base-libs-sections.txt:
17269         * docs/libs/tmpl/gstgconf.sgml:
17270           There is no libgstgconf in 0.10, remove it
17271           from the docs.
17272
17273 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17274
17275         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17276         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17277         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17278         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17279         (gst_sub_parse_class_init), (gst_sub_parse_init),
17280         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17281         (parse_mpsub), (parser_state_init), (handle_buffer),
17282         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17283         * gst/subparse/gstsubparse.h: Introduce seeking code.
17284
17285 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17286
17287         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17288           Add comment about LANGUAGE tag inconsistency (we want
17289           ISO-639-1, but extract three-letter identifiers?)
17290
17291         * po/POTFILES.in:
17292           Add two translatable files.
17293
17294 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17295
17296         * gst-libs/gst/tag/Makefile.am:
17297         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17298         * gst-libs/gst/tag/tag.h:
17299         * gst-libs/gst/tag/tags.c:
17300         (gst_tag_register_musicbrainz_tags_internal),
17301         (gst_tag_register_musicbrainz_tags):
17302           Forward-port some tags stuff from the 0.8 branch. This is
17303           mostly the addition of musicbrainz tags and their mapping
17304           to vorbistags, and a vorbistag mapping of the language tag.
17305
17306 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17307
17308         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17309         refactoring.
17310
17311 2006-02-04  David Schleef  <ds@schleef.org>
17312
17313         * ext/ogg/gstoggmux.c:
17314         * gst/typefind/gsttypefindfunctions.c:
17315           Add Dirac typefinding and add dirac format to oggmux.
17316
17317 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17318
17319         * gst/playback/gstdecodebin.c: (try_to_link_1):
17320           Don't put essential function call into
17321           g_return_*() macro, otherwise it'll all be
17322           replaced by NOOPs when compiling with
17323           G_DISABLE_CHECKS defined.
17324
17325 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17326
17327         * ext/ogg/gstoggdemux.c:
17328         * ext/ogg/gstoggparse.c:
17329         * gst/tcp/gsttcpserversink.c:
17330         * sys/v4l/v4lsrc_calls.c:
17331         * sys/v4l/v4lsrc_calls.h:
17332         Just make it compile with --disable-gst-debug.
17333
17334 2006-02-03  Wim Taymans  <wim@fluendo.com>
17335
17336         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17337         (gst_alsasink_class_init), (gst_alsasink_init),
17338         (gst_alsasink_write), (gst_alsasink_reset):
17339         * ext/alsa/gstalsasink.h:
17340         Add lock to protect alsa calls.
17341         Implement reset to flush samples ASAP, does not work
17342         with dmix though.
17343
17344 2006-02-02  Wim Taymans  <wim@fluendo.com>
17345
17346         * gst-libs/gst/audio/gstbaseaudiosink.c:
17347         (gst_base_audio_sink_provide_clock):
17348         Ugh.. getting late I guess...
17349
17350 2006-02-02  Wim Taymans  <wim@fluendo.com>
17351
17352         * gst-libs/gst/audio/gstbaseaudiosink.c:
17353         (gst_base_audio_sink_provide_clock),
17354         (gst_base_audio_sink_set_property),
17355         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17356         Don't try to provide a clock when we are not negotiated since
17357         we might not be able to make it run.
17358
17359 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17360
17361         * gst/playback/gstdecodebin.c: (try_to_link_1):
17362           Unlinking two source pads is ... hard.
17363
17364 2006-02-02  Wim Taymans  <wim@fluendo.com>
17365
17366         * gst-libs/gst/audio/TODO:
17367         Updated.
17368
17369         * gst-libs/gst/audio/gstbaseaudiosink.c:
17370         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17371         On EOS, wait till the last sample is played before posting EOS.
17372
17373 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17374
17375         Patch by: Kai Vehmanen
17376         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17377           Adds ability to enable newsegment bypass by setting queue_delay to
17378           zero. Also avoid thread being started if queue_delay is zero.
17379
17380 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17381
17382         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17383           Make test work again by connecting fakesinks to each decoded pad,
17384           which makes the pipeline wait until each fakesink has a buffer
17385           queued before going to PAUSED state. At that point we know the
17386           decodebin pads are negotiated.
17387
17388 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17389
17390         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17391         (gst_cdda_base_src_handle_event):
17392         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17393           Pass unhandled queries to the parent class's query function.
17394
17395 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17396
17397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17398         (gst_ogg_pad_src_query):
17399         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17400         * ext/theora/theoradec.c: (theora_dec_src_query),
17401         (theora_dec_sink_query):
17402         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17403         (vorbis_dec_sink_query):
17404         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17405         (gst_vorbisenc_sink_query):
17406         * gst/adder/gstadder.c: (gst_adder_query):
17407           Pass unhandled queries upstream instead of just
17408           dropping them (#326447). Also, fix supported
17409           query types list for some elements.
17410
17411 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17412
17413         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17414         (paris_type_find), (ilbc_type_find), (plugin_init):
17415           Fix typefinding for audio/x-au, audio/x-paris and
17416           audio/iLBC-sh. We cannot use the START_WITH macros
17417           here, because there can only be one typefind factory
17418           with the same name (caps), so the second one would
17419           replace the first one and the first one would never
17420           be called when doing typefinding (see #161712).
17421           
17422
17423 2006-01-31  Wim Taymans  <wim@fluendo.com>
17424
17425         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17426         (vorbis_handle_header_packet), (vorbis_dec_push),
17427         (vorbis_handle_data_packet):
17428         Use scale_int when we can, add some more scaling.
17429         Check packettype before parsing it.
17430
17431 2006-01-31  Wim Taymans  <wim@fluendo.com>
17432
17433         * ext/theora/theoradec.c: (_theora_granule_time),
17434         (theora_dec_src_convert), (theora_dec_sink_convert):
17435         Call right _scale functions.
17436         Use parameter instead of some other random value.
17437
17438 2006-01-31  Wim Taymans  <wim@fluendo.com>
17439
17440         * ext/theora/theoradec.c: (_theora_granule_frame),
17441         (_theora_granule_time), (_inc_granulepos),
17442         (theora_dec_src_convert), (theora_dec_sink_convert),
17443         (theora_handle_type_packet), (theora_handle_data_packet),
17444         (theora_dec_chain):
17445         Use higher precision timestamps calculation.
17446         Convert some other conversions to _scale.
17447
17448 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17449
17450         * gst/audiotestsrc/gstaudiotestsrc.c:
17451         (gst_audio_test_src_create_sine_table), (plugin_init):
17452         * gst/volume/gstvolume.c: (plugin_init):
17453           initialize gst_controller before using
17454
17455 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17456
17457         * tests/check/pipelines/theoraenc.c:
17458         * tests/check/pipelines/vorbisenc.c:
17459         Define constant using G_GINT64_CONSTANT to avoid errors when
17460         passing it around - otherwise it gets truncated to 32 bits.
17461
17462         Fixes failing tests.
17463
17464 2006-01-31  Andy Wingo  <wingo@pobox.com>
17465
17466         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17467         caps being set doesn't have a framerate value. Basically a stopgap
17468         measure.
17469
17470         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17471         technically correct enough to put into core though.
17472         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17473         DURATION. Fixes theoraenc ! oggmux.
17474
17475         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17476         fraction, not double.
17477
17478 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17479
17480         * win32/vs7:
17481         add vs7 project files created by Sergey Scobich
17482
17483 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17484
17485         * win32/vs8:
17486         add vs8 project files created by Sergey Scobich
17487         
17488 2006-01-30  Andy Wingo  <wingo@pobox.com>
17489
17490         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17491         timestamp + duration, not just timestamp -- ogg pages should be
17492         ordered by stop time. Necessary fix given the change in vorbis
17493         timestamps.
17494
17495         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17496         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17497         (granulepos_add): New function, handles the messiness of adjusting
17498         granulepos values.
17499         (theora_buffer_from_packet):
17500         (theora_enc_chain):
17501         (theora_enc_sink_event): Use granulepos_add, not +.
17502
17503         * tests/check/pipelines/theoraenc.c
17504         (check_buffer_granulepos_from_starttime): Just check the frame
17505         count, not the actual granulepos -- we can't dictate to the
17506         encoder when it should be placing keyframes.
17507
17508 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17509
17510         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17511           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17512           play an http:// stream from a server that's not serving
17513
17514 2006-01-30  Andy Wingo  <wingo@pobox.com>
17515
17516         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17517         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17518         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17519         available.
17520
17521         * ext/theora/gsttheoraenc.h:
17522         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17523         although theoraenc was timestamping correctly. Added handling of
17524         streams that start with nonzero timestamps.
17525
17526         * tests/check/Makefile.am:
17527         * tests/check/pipelines/theoraenc.c: New file, basically does same
17528         tests as vorbisenc.
17529
17530         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17531
17532 2006-01-30  Wim Taymans  <wim@fluendo.com>
17533
17534         * gst-libs/gst/audio/gstaudiosink.c:
17535         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17536         (gst_audioringbuffer_pause):
17537         Implement pause that does not wait for completion.
17538
17539         * gst-libs/gst/audio/gstbaseaudiosink.c:
17540         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17541         Don't drop buffers when going to PAUSED but perform preroll on
17542         remaining samples now that core base class supports this.
17543
17544         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17545         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17546         (gst_ring_buffer_commit):
17547         Pause should not signal waiters.
17548         Implement return value of _commit correctly.
17549
17550 2006-01-30  Andy Wingo  <wingo@pobox.com>
17551
17552         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17553
17554         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17555         updated to timestamp from the first sample, not the last.
17556         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17557         special care of granulepos and timestamp for header packets.
17558         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17559         when the first buffer has a nonzero timestamp.
17560
17561         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17562         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17563         case when the first audio buffer we get has a nonzero timestamp.
17564         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17565         properly timestamp vorbis buffers with the time of the first
17566         sample, not the last.
17567         
17568         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17569         vorbis_granule_time_copy -- now it takes the granule/subgranule
17570         offset into account.
17571
17572         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17573         timestamps, durations, and granulepos on buffers produced by
17574         vorbisenc.
17575
17576 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17577
17578         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17579         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17580           Patch from Eric Jonas to support conversions to/from UYVY 
17581           (Fixes: #324626)
17582
17583 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17584
17585         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17586         (setup_subtitle), (setup_source), (set_active_source):
17587         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17588         (gen_text_element), (gen_audio_element), (gen_vis_element),
17589         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17590
17591 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17592
17593         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17594         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17595                 use gst_guint64_to_gdouble to be compliant with vs6
17596         * gst/playback/gstdecodebin.c: (try_to_link_1)
17597         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17598                 use G_GINT64_CONSTANT for int64 constants
17599         * win32/common/libgstinterfaces.def:
17600                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17601         * win32/vs6:
17602                 update and add new project files
17603                 
17604 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17605
17606         * Makefile.am:
17607         * win32/MANIFEST:
17608         * win32/common/interfaces-enumtypes.c:
17609         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17610         (gst_mixer_track_flags_get_type),
17611         (gst_tuner_channel_flags_get_type):
17612         * win32/common/interfaces-enumtypes.h:
17613         * win32/common/multichannel-enumtypes.c:
17614         (gst_audio_channel_position_get_type):
17615         * win32/common/multichannel-enumtypes.h:
17616           add a win32-update rule like in core, and copy over enumtypes files
17617
17618 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17619
17620         * win32/MANIFEST:
17621         * win32/common/config.h:
17622         * win32/common/config.h.in:
17623           add config files just like in core
17624
17625 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
17626
17627         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
17628           Make gcc-4.1 happy (part of #327357).
17629
17630 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17631
17632         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
17633         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
17634         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
17635         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
17636         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
17637         (gst_alsasrc_unprepare), (gst_alsasrc_read):
17638           Update all error messages.  All of them should either use
17639           the default translated message, or actually provide a
17640           translatable string.
17641           Make the string for channel count problems meaningful.
17642
17643 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17644
17645         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17646           check for and throw RESOURCE_BUSY
17647
17648 2006-01-27  David Schleef  <ds@schleef.org>
17649
17650         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
17651           checked in this change -- it requires liboil features not
17652           in 0.3.6.  Revert parts.
17653
17654 2006-01-27  David Schleef  <ds@schleef.org>
17655
17656         * REQUIREMENTS:
17657         * configure.ac: update liboil requirement to 0.3.6
17658         * gst/videoscale/Makefile.am:
17659         * gst/videoscale/vs_scanline.c: liboilify
17660
17661 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17662
17663         * ext/libvisual/visual.c: (get_buffer):
17664           When pad_alloc returns a GstFlowReturn other
17665           than GST_FLOW_OK, make sure it is passed upstream.
17666
17667 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17668
17669         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17670         (gst_alsasink_class_init):
17671           Free the device name string.
17672
17673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17674         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
17675         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
17676           Don't remove a pad from the collectpads structure until it
17677           is released - it's a request pad, and may receive data again
17678           if the element gets moved back to PLAYING state.
17679
17680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17681           Ensure we turn on double buffering on the Xv port, and
17682           set the colour key to something dark and mysterious that
17683           isn't black.
17684
17685 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17686
17687         * ext/alsa/gstalsaplugin.c: (plugin_init):
17688         * ext/cdparanoia/gstcdparanoiasrc.c:
17689         (gst_cd_paranoia_src_base_init), (plugin_init):
17690         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17691         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
17692           - a library should not call setlocale. see "Libraries" node in
17693             gettext manual
17694           - make sure all plugins that use translation do bindtextdomain
17695             to point to the localedir
17696         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
17697         (setup_sinks), (plugin_init):
17698           all this, and check for NULL when creating sinks
17699
17700 2006-01-27  Julien MOUTTE  <julien@moutte.net>
17701
17702         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
17703         (plugin_init): Make typefinding of subtitles work again.
17704
17705 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17706
17707         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17708         (mp3_type_frame_length_from_header), (mp3_type_find),
17709         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
17710         (plugin_init):
17711           Backport a bunch of typefinding fixes from the 0.8 branch.
17712           Also, improve wavpack typefinding: if we can't peek the
17713           entire wavpack block, try to parse the bits we can get and
17714           see if we find what we're looking for in those.
17715
17716 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17717
17718         * sys/ximage/ximagesink.c:
17719         (gst_ximagesink_calculate_pixel_aspect_ratio):
17720         * sys/xvimage/xvimagesink.c:
17721         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
17722         more cases of pixel aspect ratio.
17723
17724 2006-01-26  Edward Hervey  <edward@fluendo.com>
17725
17726         * gst/playback/gstdecodebin.c: (pad_probe):
17727         Also consider the flush-start and tag events as unblockers
17728         for the pad probes.
17729
17730 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17731
17732         * gst/playback/gstplaybin.c: (gst_play_bin_init),
17733         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
17734         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
17735         On the fly visualisation switch, works disabling, enabling as
17736         well but it won't be able to enable vis in a playbin that was
17737         created with no visualisation.
17738
17739 2006-01-25  Wim Taymans  <wim@fluendo.com>
17740
17741         * gst-libs/gst/audio/gstbaseaudiosink.c:
17742         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17743         Undo previous commit that returned WRONG_STATE sooner, it breaks 
17744         resume after pause.
17745
17746 2006-01-25  Wim Taymans  <wim@fluendo.com>
17747
17748         * gst-libs/gst/audio/gstbaseaudiosink.c:
17749         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
17750         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
17751         Improve debugging.
17752         Post error when caps cannot be parsed.
17753         Resync on discontinuity in the stream.
17754         Clip samples to segment boundaries.
17755         return WRONG_STATE sooner when we are flushing.
17756
17757         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
17758         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
17759         Make audiosrc operate in TIME.
17760         Set TIMESTAMP and DURATION on buffers.
17761
17762 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
17763
17764         * tests/examples/seek/seek.c: (main):
17765           Output tag messages as well.
17766
17767 2006-01-23  Edward Hervey  <edward@fluendo.com>
17768
17769         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17770         (free_pad_probes), (remove_fakesink), (pad_probe),
17771         (close_pad_link), (gst_decode_bin_change_state):
17772         Replace GstPadBlockCallback with pad probes that detect
17773         first buffer AND eos before removing fakesink.
17774         Fixes hang with demuxers doing EOS while pre-rolling.
17775         Solves #328279
17776
17777 2006-01-23  Andy Wingo  <wingo@pobox.com>
17778
17779         * ext/alsa/gstalsasink.c:
17780         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17781         (gst_base_rtp_depayload_setcaps),
17782         (gst_base_rtp_depayload_add_to_queue),
17783         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
17784         
17785         Patch by: Jens Granseuer <jensgr at gmx dot net>
17786
17787 2006-01-22  Julien MOUTTE  <julien@moutte.net>
17788
17789         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
17790         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17791         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
17792         frames. We might get a frame destroyed after changing state to
17793         NULL, adding a safety check on xcontext.
17794
17795 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
17796
17797         * gst-libs/gst/interfaces/xoverlay.c:
17798           Fix prepare-xwindow-id code example in the docs - we need to
17799           ignore all messages that aren't element messages as well.
17800           
17801 2006-01-21  Julien MOUTTE  <julien@moutte.net>
17802
17803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
17804           I think one day i'll completely undestand how caps negotiation
17805           is supposed to work. This refactoring handles buffer_alloc
17806           called with caps we can't handle. We definitely don't want a
17807           set_caps with those caps, so we define and allocate a buffer
17808           we would like to receive.
17809
17810 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17811
17812         * gst/playback/gstplaybasebin.c: (setup_source):
17813           Free iterator when done.
17814
17815 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
17816
17817         * gst-libs/gst/audio/gstbaseaudiosink.c:
17818         (gst_base_audio_sink_render):
17819           Fix playback of non-synchronised streams by assuming a rate
17820           of 1.0 instead of a random one.
17821
17822           Makes this work again:
17823
17824           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
17825           endianness=(int)4321, signed=(boolean)true, width=(int)16,
17826           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
17827           audioresample ! alsasink
17828
17829 === release 0.10.2 ===
17830
17831 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
17832
17833         * configure.ac:
17834           releasing 0.10.2, "Then the devil is six"
17835
17836 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17837
17838         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
17839         * gst/playback/gststreamselector.c:
17840         (gst_stream_selector_set_property):
17841           Comment out broken code that connects to the state-changed signal.
17842           At this point, changing current stream selection is broken, but 
17843           stuff like gst-launch playbin current-audio=1 works and filters
17844           to the chosen stream.
17845
17846 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17847
17848         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17849           Fix #327216 (null dereference in vorbisdec)
17850
17851 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
17852
17853         * ext/theora/theoradec.c: (theora_handle_comment_packet):
17854           Post taglist actually on bus instead of just freeing it
17855           (fixes #327114 and totem bug #327080).
17856
17857         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
17858           Use gst_element_found_tags_for_pad(), so that the tags
17859           are sent downstream as an event as well.
17860
17861 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17862
17863         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
17864         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
17865         (gst_ximagesink_buffer_alloc):
17866         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
17867         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
17868         (gst_xvimagesink_buffer_alloc):
17869           move all regularly occurring messages to GST_LOG level
17870           add some more object logs
17871
17872 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17873
17874         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
17875           fix a silly segfault
17876
17877 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
17878
17879         * docs/libs/gst-plugins-base-libs-docs.sgml:
17880         * docs/libs/gst-plugins-base-libs-sections.txt:
17881         * gst-libs/gst/audio/mixerutils.c:
17882         * gst-libs/gst/audio/mixerutils.h:
17883           Add docs for mixerutils stuff.
17884
17885 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
17886
17887         * gst/playback/gstplaybasebin.c: (setup_source):
17888           Fix playback for sources that emit raw audio or
17889           raw video streams (e.g.: cd audio sources) (#325984).
17890
17891 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17892
17893         * gst-libs/gst/audio/mixerutils.c:
17894         (gst_audio_mixer_filter_do_filter):
17895           actually save the element we create
17896
17897 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
17898
17899         * gst-libs/gst/cdda/gstcddabasesrc.c:
17900         (gst_cdda_base_src_handle_track_seek):
17901           No need to post a tag message on the bus when seeking
17902           within the same track, only post it when the current
17903           track changes.
17904
17905 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
17906
17907         * gst/playback/gstplaybasebin.c: (group_destroy),
17908         (probe_triggered), (new_decoded_pad), (mute_group_type),
17909         (set_active_source):
17910         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
17911         * gst/playback/gststreamselector.c:
17912         (gst_stream_selector_base_init),
17913         (gst_stream_selector_set_property),
17914         (gst_stream_selector_request_new_pad):
17915           Reenable stream selection. These mechanisms need a complete overhaul
17916           in the face of 0.8->0.10 changes though.
17917
17918 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
17919
17920         * ext/ogg/gstoggdemux.c:
17921           Change the pad template to src_%d to match the pads that 
17922           are created from it. decodebin needs this information in order
17923           to decide that oggdemux is capable of producing multiple pads
17924           (and hence needs queues inserted).
17925
17926         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
17927         (gst_ogg_mux_collected):
17928           Make debug output more useful by using GST_PTR_FORMAT.
17929
17930 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
17931
17932         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
17933
17934         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
17935           Set depth and width for alaw/mulaw (fixes #326601).
17936
17937 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
17938
17939         * tests/icles/Makefile.am:
17940           don't build the tests if we don't have the libs
17941
17942 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
17943
17944         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
17945         (gst_cd_paranoia_paranoia_callback):
17946           Don't try to free NULL pointers.
17947
17948 2006-01-10  Edward Hervey  <edward@fluendo.com>
17949
17950         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
17951         (gst_audio_rate_change_state), (plugin_init):
17952         Add debugging category.
17953         Fix type issues.
17954         Add case for incoming buffers without valid offset/offset_end.
17955
17956 2006-01-10  Michael Smith  <msmith@fluendo.com>
17957
17958         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
17959           Don't leak GCond in audio sources.
17960
17961 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
17962
17963         * gst/playback/gstplaybin.c: (gen_audio_element):
17964           Don't leak an autoaudiosink/alsasink when we generate
17965           a new audio element. (old code, I guess)
17966
17967 2006-01-10  Michael Smith  <msmith@fluendo.com>
17968
17969         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
17970           Support float audio in audiorate.
17971           Use width rather than depth for selecting sample width.
17972
17973 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
17974
17975         * gst/videotestsrc/videotestsrc.h:
17976           Use GLib types here (that way we don't have to include the
17977           generated _stdint.h header, which makes life easier for win32
17978           folks that don't use autotools for the build) (#325990, patch
17979           by: Sergey Scobich).
17980
17981 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
17982
17983         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
17984         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
17985         (gst_ring_buffer_pause), (wait_segment):
17986         * gst-libs/gst/audio/gstringbuffer.h:
17987           Name (private) union, makes Forte compiler happy (this time
17988           for real) (#324900).
17989
17990 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
17991
17992         * gst-libs/gst/audio/Makefile.am:
17993           Link against libgstinterfaces, needed for mixer
17994           and property probe stuff.
17995
17996 2006-01-09  Edward Hervey  <edward@fluendo.com>
17997
17998         * gst-libs/gst/Makefile.am:
17999
18000 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18001
18002         * gst-libs/gst/audio/Makefile.am:
18003         * gst-libs/gst/audio/mixerutils.c:
18004         (gst_audio_mixer_filter_do_filter),
18005         (gst_audio_mixer_filter_check_element),
18006         (gst_audio_mixer_filter_probe_feature),
18007         (element_factory_rank_compare_func),
18008         (gst_audio_default_registry_mixer_filter):
18009         * gst-libs/gst/audio/mixerutils.h:
18010           Add gst_audio_default_registry_mixer_filter() utility
18011           function.
18012
18013 2006-01-03  Michael Smith  <msmith@fluendo.com>
18014
18015         * gst/audioresample/resample.h:
18016           As before, but for o_buf
18017
18018 2006-01-03  Michael Smith  <msmith@fluendo.com>
18019
18020         * gst/audioresample/resample.h:
18021           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18022           since we do arithmetic on it.
18023
18024 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18025
18026         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18027         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18028         (gst_ring_buffer_pause), (wait_segment):
18029         * gst-libs/gst/audio/gstringbuffer.h:
18030           Sun's Forte compiler doesn't seem to like anonymous structs,
18031           so use same setup as in GstBaseSrc (fixes #324900).
18032
18033 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18034
18035         * configure.ac:
18036         * gst/volume/Makefile.am:
18037         * gst/volume/demo.c:
18038           move old example to tests/examples/volume/volune.c
18039         * tests/examples/Makefile.am:
18040         * tests/examples/seek/seek.c: (main):
18041           change window-close event from "delete-event" to "destroy"
18042         * tests/examples/volume/Makefile.am:
18043         * tests/examples/volume/volume.c: (value_changed_callback),
18044         (setup_gui), (message_received), (eos_message_received), (main):
18045           fix event handling and bus usage
18046
18047 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18048
18049         * gst/audiotestsrc/gstaudiotestsrc.c:
18050         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18051         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18052         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18053         (gst_audio_test_src_create_square),
18054         (gst_audio_test_src_create_saw),
18055         (gst_audio_test_src_create_triangle),
18056         (gst_audio_test_src_create_silence),
18057         (gst_audio_test_src_create_white_noise),
18058         (gst_audio_test_src_create_pink_noise),
18059         (gst_audio_test_src_init_sine_table),
18060         (gst_audio_test_src_create_sine_table),
18061         (gst_audio_test_src_change_wave),
18062         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18063         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18064         * gst/audiotestsrc/gstaudiotestsrc.h:
18065           update to basesrc changes, implement segmented seeking and eos
18066           handling, add a 'sine-tab' waveform for performance critical playback
18067
18068 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18069
18070         * po/POTFILES.in:
18071           ... and this time the other modified file that I missed last time.
18072
18073 2005-12-29  Michael Smith  <msmith@fluendo.com>
18074
18075         * gst/playback/gstdecodebin.c: (new_pad):
18076           Fix non-C89 variable declaration not at the start of a block. Should
18077           help some compilers.
18078
18079 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18080
18081         * tests/check/Makefile.am:
18082           And now fix 'make distcheck' (builddir != srcdir)
18083
18084 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18085
18086         * configure.ac:
18087         * ext/cdparanoia/Makefile.am:
18088         * ext/cdparanoia/gstcdparanoia.c:
18089         * ext/cdparanoia/gstcdparanoia.h:
18090         * ext/cdparanoia/gstcdparanoiasrc.c:
18091         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18092         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18093         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18094         (gst_cd_paranoia_paranoia_callback),
18095         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18096         (gst_cd_paranoia_src_set_property),
18097         (gst_cd_paranoia_src_get_property), (plugin_init):
18098         * ext/cdparanoia/gstcdparanoiasrc.h:
18099           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18100           plugin again (there are still fixes required to playbin to make
18101           cdda:// uris work there).
18102
18103 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18104
18105         * tests/check/Makefile.am:
18106           Fix test case compilation.
18107
18108 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18109
18110         * gst-libs/gst/cdda/gstcddabasesrc.c:
18111         (gst_cdda_base_src_update_duration),
18112         (gst_cdda_base_src_calculate_cddb_id):
18113           An integer is not a string. Fix access to uninitialised variable.
18114
18115         * tests/check/Makefile.am:
18116           Add cddabasesrc unit test; also actually enable the vorbis test.
18117
18118         * tests/check/generic/states.c:
18119           Blacklist new cd audio elements as well.
18120
18121         * tests/check/libs/cddabasesrc.c:
18122           Unit test for GstCddaBaseSrc (discid calculation mostly).
18123
18124 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18125
18126         * docs/libs/Makefile.am:
18127         * docs/libs/gst-plugins-base-libs-docs.sgml:
18128         * docs/libs/gst-plugins-base-libs-sections.txt:
18129         * docs/libs/gst-plugins-base-libs.types:
18130           Add docs for libgstcdda/GstCddaBaseSrc.
18131
18132         * gst-libs/gst/interfaces/mixertrack.h:
18133           Do one struct member per line with a semicolon at the end, that way
18134           even gtk-doc might parse it without complaining.
18135
18136 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18137
18138         * configure.ac:
18139         * gst-libs/gst/Makefile.am:
18140         * gst-libs/gst/cdda/Makefile.am:
18141         * gst-libs/gst/cdda/base64.c:
18142         * gst-libs/gst/cdda/base64.h:
18143         * gst-libs/gst/cdda/gstcddabasesrc.c:
18144         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18145         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18146         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18147         (gst_cdda_base_src_get_property),
18148         (gst_cdda_base_src_get_track_from_sector),
18149         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18150         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18151         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18152         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18153         (gst_cdda_base_src_uri_get_protocols),
18154         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18155         (gst_cdda_base_src_uri_handler_init),
18156         (gst_cdda_base_src_setup_interfaces),
18157         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18158         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18159         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18160         (gst_cdda_base_src_add_tags),
18161         (gst_cdda_base_src_add_index_associations),
18162         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18163         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18164         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18165         (gst_cdda_base_src_create):
18166         * gst-libs/gst/cdda/gstcddabasesrc.h:
18167         * gst-libs/gst/cdda/sha1.c:
18168         * gst-libs/gst/cdda/sha1.h:
18169           Add new libgstcdda with GstCddaBaseSrc class.
18170
18171 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18172
18173         * ext/gnomevfs/gstgnomevfssink.h:
18174           Use GstBaseSinkClass as parent_class member for class struct, not
18175           GstBaseSink.
18176
18177 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18178
18179         Patch by: Michael Benes
18180
18181         * gst/videotestsrc/gstvideotestsrc.c:
18182         (gst_video_test_src_class_init), (gst_video_test_src_start):
18183           Add start method to reset running time and number of frames sent
18184           when starting up (fixes #324696)
18185
18186 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18187
18188         * docs/plugins/Makefile.am:
18189         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18190         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18191         * docs/plugins/gst-plugins-base-plugins.args:
18192         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18193         * docs/plugins/gst-plugins-base-plugins.signals:
18194           Add docs stuff for gnomevfssrc and gnomevfssink.
18195
18196         * ext/gnomevfs/gstgnomevfssrc.c:
18197           Fix example pipeline in gtk-doc blurb.
18198
18199 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18200
18201         * ext/gnomevfs/Makefile.am:
18202         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18203         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18204         (gst_gnome_vfs_handle_get_type), (plugin_init):
18205         * ext/gnomevfs/gstgnomevfs.h:
18206         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18207         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18208         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18209         (gst_gnome_vfs_sink_set_property),
18210         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18211         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18212         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18213         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18214         (gst_gnome_vfs_sink_uri_get_type),
18215         (gst_gnome_vfs_sink_uri_get_protocols),
18216         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18217         (gst_gnome_vfs_sink_uri_handler_init):
18218         * ext/gnomevfs/gstgnomevfssink.h:
18219           Port gnomevfssink; add gtk-doc blurb.
18220
18221         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18222         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18223         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18224         (gst_gnome_vfs_src_uri_get_type),
18225         (gst_gnome_vfs_src_uri_get_protocols),
18226         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18227         (gst_gnome_vfs_src_uri_handler_init),
18228         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18229         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18230         (gst_gnome_vfs_src_send_additional_headers_callback),
18231         (gst_gnome_vfs_src_received_headers_callback),
18232         (gst_gnome_vfs_src_push_callbacks),
18233         (gst_gnome_vfs_src_pop_callbacks),
18234         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18235         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18236         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18237         * ext/gnomevfs/gstgnomevfssrc.h:
18238           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18239           file; add gtk-doc blurb with example pipelines.
18240
18241 === release 0.10.1 ===
18242
18243 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18244
18245         * configure.ac:
18246           releasing 0.10.1, "Dobro Dedek"
18247
18248 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18249
18250         * gst/typefind/gsttypefindfunctions.c:
18251         iLBC30 and iLBC20 added to typefind.
18252
18253 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18254
18255         * gst-libs/gst/audio/gstbaseaudiosink.c:
18256         (gst_base_audio_sink_class_init):
18257         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18258         (gst_base_audio_src_class_init):
18259           update strings, values are in microseconds
18260           change the default sink buffer time to something that is smaller
18261           (to help software volume mixing have a slightly lower delay) but
18262           still be acceptable on Wim's laptop
18263
18264 2005-12-20  Edward Hervey  <edward@fluendo.com>
18265
18266         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18267         Made a quack, forgot to add DUCK to the riff video template.
18268
18269 2005-12-19  Edward Hervey  <edward@fluendo.com>
18270
18271         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18272         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18273         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18274         (gst_ogm_parse_chain):
18275         Make sure pads are initialized correctly.
18276         * gst-libs/gst/riff/riff-ids.h:
18277         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18278         (gst_riff_create_video_template_caps):
18279         Add a whole bunch of FOURCC <=> MimeType.
18280         Extend the riff video pad template to support the newly added fourcc.
18281
18282 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18283
18284         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18285         (gst_ogg_demux_activate_chain):
18286           Extra debug output when activating/deactivating chains.
18287
18288         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18289         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18290         (unlinked):
18291           Remove a queue from our list when it becomes unlinked.
18292           Don't add queues to elements in class 'Demux' if they
18293           can only produce one pad 
18294
18295 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18296
18297         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18298         (gst_video_sink_get_type): Add a debug category.
18299
18300 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18301
18302         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18303         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18304           Handle downstream newsegment by sending our own newsegment before the
18305           next buffer to be released. (#323900)
18306
18307 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18308
18309         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18310         (gst_base_rtp_depayload_set_gst_timestamp):
18311           add queue delay to new segment as well (as opposed to just the first
18312           buffer). (bug #322347)
18313
18314 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18315
18316         * ext/libvisual/visual.c: (make_valid_name):
18317           change some char* into char[]
18318         * gst/audiotestsrc/gstaudiotestsrc.c:
18319         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18320         (gst_audio_test_src_create):
18321         * gst/audiotestsrc/gstaudiotestsrc.h:
18322           prepare to handle EOS and SEGMENT_DONE
18323
18324 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18325
18326         * tests/check/generic/states.c: (GST_START_TEST):
18327           Blacklist cdparanoia element in state test.
18328
18329 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18330
18331           Patch by: Benjamin Pineau
18332
18333         * gst/tcp/gsttcp.c:
18334         * gst/tcp/gsttcpclientsink.c:
18335         * gst/tcp/gsttcpserversink.c:
18336         * gst/tcp/gsttcpserversrc.c:
18337           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18338
18339 2005-12-15  Michael Smith  <msmith@fluendo.com>
18340
18341         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18342         (gst_video_rate_chain):
18343           Fix timestamping for videorate when the first buffer it sees has a
18344           non-zero timestamp. Fix some misleading debug output.
18345
18346 2005-12-15  Michael Smith  <msmith@fluendo.com>
18347
18348         * gst/audioresample/gstaudioresample.c:
18349           Don't leak all input buffers to audioresample.
18350
18351 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18352
18353         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18354           Don't operate on empty text buffers. Strip newlines and
18355           tabs only from the end of the text, but leave them intact
18356           in the middle. Fix typo in gtk-doc description.
18357
18358 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18359
18360         * gst/playback/gstplaybasebin.c:
18361         * gst/playback/gstplaybin.c: (handoff):
18362           Make sure the video frame buffer we return to apps via the
18363           "frame" property always has caps set on it. Modify
18364           _gst_gvalue_set_object() macro to handle NULL objects
18365           gracefully too.
18366
18367 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18368
18369         * gst/audiotestsrc/gstaudiotestsrc.c:
18370         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18371         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18372         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18373         (gst_audio_test_src_create):
18374         * gst/audiotestsrc/gstaudiotestsrc.h:
18375         Adjust to some recent api changes and add wtays new cool seeking
18376         capabillities
18377
18378 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18379
18380         * ext/alsa/Makefile.am:
18381         * ext/alsa/gstalsadeviceprobe.c:
18382         * ext/alsa/gstalsadeviceprobe.h:
18383           Helper functions to add device probing via the GstPropertyProbe
18384           interface to a class.
18385
18386         * ext/alsa/gstalsamixer.h:
18387           Comment out GST_ALSA_MIXER, it returns a struct that's not
18388           used.
18389
18390         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18391           Add some debug info. 
18392
18393         * ext/alsa/gstalsamixerelement.c:
18394         (gst_alsa_mixer_element_interface_supported),
18395         (gst_implements_interface_init),
18396         (gst_alsa_mixer_element_init_interfaces),
18397         (gst_alsa_mixer_element_class_init),
18398         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18399         (gst_alsa_mixer_element_set_property),
18400         (gst_alsa_mixer_element_get_property),
18401         (gst_alsa_mixer_element_change_state):
18402         * ext/alsa/gstalsamixerelement.h:
18403           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18404           for device handling (gnome-volume-control will need that).
18405
18406 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18407
18408         * ext/Makefile.am: fix cdparanoia entry
18409         * gst-plugins-base.spec.in: add cdparanoia
18410
18411 2005-12-12  Michael Smith  <msmith@fluendo.com>
18412
18413         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18414           Use the correct function to free list of typefind factories.
18415
18416 2005-12-12  Wim Taymans  <wim@fluendo.com>
18417
18418         * gst/videotestsrc/gstvideotestsrc.c:
18419         (gst_video_test_src_class_init), (gst_video_test_src_init),
18420         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18421         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18422         (gst_video_test_src_create):
18423         * gst/videotestsrc/gstvideotestsrc.h:
18424         Implement seeking in videotestsrc.
18425         Small cleanups.
18426
18427 2005-12-12  Wim Taymans  <wim@fluendo.com>
18428
18429         * ext/cdparanoia/Makefile.am:
18430         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18431         (gst_paranoia_endian_get_type), (_do_init),
18432         (cdparanoia_class_init), (cdparanoia_init),
18433         (cdparanoia_set_property), (cdparanoia_get_property),
18434         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18435         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18436         (cdparanoia_convert), (cdparanoia_get_query_types),
18437         (cdparanoia_query), (cdparanoia_set_index),
18438         (cdparanoia_uri_set_uri):
18439         * ext/cdparanoia/gstcdparanoia.h:
18440         Partially ported cdparanoia now that basesrc can support a
18441         plugin like this..
18442
18443 2005-12-12  Wim Taymans  <wim@fluendo.com>
18444
18445         * tests/examples/seek/scrubby.c: (main):
18446         Set higher priority for bus events so they don't get reordered with
18447         gtk gui events.
18448
18449         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18450         (flush_toggle_cb), (main):
18451         Added checkbox to disable flushing seeks. 
18452         Disable scrubbing when doing non flushing seeks.
18453
18454 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18455
18456         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18457         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18458         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18459         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18460           Implement some sort of event handling that doesn't rely on
18461           g_return_if_fail; make sure we always push the last chunk of an 
18462           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18463           state change function; remove some old cruft. Seeking is still
18464           rather unlikely to work though.
18465
18466         * tools/.cvsignore:
18467           Ignore more.
18468
18469 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18470
18471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18472         Fixed a leak of the current image reference when cleaning up.
18473         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18474
18475 2005-12-09  Michael Smith  <msmith@fluendo.com>
18476
18477         * tools/Makefile.am:
18478         * tools/gst-launch-ext-m.m:
18479           Remove gst-launch-ext. It doesn't work, and is no longer
18480           particularly useful.
18481
18482 2005-12-08  Luca Ognibene  <luogni@tin.it>
18483
18484         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18485           don't pass random values to ogmparse convert function.
18486           Make seeking possible in the exile1.ogm file.
18487
18488 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18489
18490         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18491         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18492           Work around refcount problem with g_value_set_object() that occur
18493           if the core has been compiled against GLib-2.6 (g_value_set_object()
18494           will only g_object_ref() the element, but the caller will
18495           gst_object_unref() it and bad things will happen due to the way
18496           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18497           totem for people on FC4 using Thomas's 0.10 RPMs.
18498           
18499 2005-12-07  Edward Hervey  <edward@fluendo.com>
18500
18501         Time to welcome ogm to 0.10 :)
18502         
18503         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18504         (gst_ogg_pad_typefind):
18505         Oggdemux can now properly typefind elements with dynamic pads.
18506         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18507         Properly set caps on src pad, and set caps on outgoing buffers.
18508
18509 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18510
18511         * ext/alsa/gstalsamixer.h:
18512         * ext/alsa/gstalsamixerelement.h:
18513         * ext/alsa/gstalsamixeroptions.h:
18514         * ext/alsa/gstalsamixertrack.h:
18515         * ext/alsa/gstalsasink.c:
18516         * ext/alsa/gstalsasink.h:
18517         * ext/alsa/gstalsasrc.c:
18518         * ext/alsa/gstalsasrc.h:
18519         * ext/cdparanoia/gstcdparanoia.h:
18520         * ext/gnomevfs/gstgnomevfsuri.h:
18521         * ext/ogg/gstoggdemux.c:
18522         * ext/ogg/gstoggmux.c:
18523         * ext/pango/gsttextoverlay.h:
18524         * ext/theora/theoradec.c:
18525         * ext/theora/theoraenc.c:
18526         * ext/vorbis/vorbisdec.h:
18527         * ext/vorbis/vorbisenc.c:
18528         * ext/vorbis/vorbisenc.h:
18529         * ext/vorbis/vorbisparse.h:
18530         * gst-libs/gst/audio/gstaudioclock.h:
18531         * gst-libs/gst/audio/gstaudiosink.c:
18532         * gst-libs/gst/audio/gstaudiosink.h:
18533         * gst-libs/gst/audio/gstaudiosrc.c:
18534         * gst-libs/gst/audio/gstaudiosrc.h:
18535         * gst-libs/gst/audio/gstbaseaudiosink.c:
18536         * gst-libs/gst/audio/gstbaseaudiosink.h:
18537         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18538         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18539         * gst-libs/gst/audio/gstringbuffer.h:
18540         * gst-libs/gst/audio/multichannel.h:
18541         * gst-libs/gst/floatcast/floatcast.h:
18542         * gst-libs/gst/interfaces/colorbalance.c:
18543         * gst-libs/gst/interfaces/colorbalance.h:
18544         * gst-libs/gst/interfaces/colorbalancechannel.h:
18545         * gst-libs/gst/interfaces/mixer.h:
18546         * gst-libs/gst/interfaces/mixeroptions.h:
18547         * gst-libs/gst/interfaces/mixertrack.h:
18548         * gst-libs/gst/interfaces/navigation.h:
18549         * gst-libs/gst/interfaces/propertyprobe.h:
18550         * gst-libs/gst/interfaces/tuner.h:
18551         * gst-libs/gst/interfaces/tunerchannel.h:
18552         * gst-libs/gst/interfaces/tunernorm.h:
18553         * gst-libs/gst/interfaces/xoverlay.h:
18554         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18555         * gst-libs/gst/riff/riff-ids.h:
18556         * gst-libs/gst/riff/riff-media.h:
18557         * gst-libs/gst/riff/riff-read.h:
18558         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18559         * gst-libs/gst/rtp/gstbasertppayload.c:
18560         * gst-libs/gst/rtp/gstbasertppayload.h:
18561         * gst-libs/gst/rtp/gstrtpbuffer.c:
18562         * gst-libs/gst/rtp/gstrtpbuffer.h:
18563         * gst-libs/gst/tag/gsttageditingprivate.h:
18564         * gst-libs/gst/tag/gstvorbistag.c:
18565         (gst_tag_list_from_vorbiscomment_buffer):
18566         * gst-libs/gst/tag/tag.h:
18567         * gst-libs/gst/video/video.h:
18568         * gst/adder/gstadder.c:
18569         * gst/adder/gstadder.h:
18570         * gst/audioconvert/audioconvert.c:
18571         * gst/audioconvert/audioconvert.h:
18572         * gst/audioconvert/gstaudioconvert.c:
18573         * gst/audioconvert/gstchannelmix.c:
18574         * gst/audioconvert/gstchannelmix.h:
18575         * gst/audiorate/gstaudiorate.c:
18576         * gst/audioresample/buffer.h:
18577         * gst/audioresample/functable.h:
18578         * gst/audioresample/gstaudioresample.c:
18579         * gst/audioresample/resample.h:
18580         * gst/ffmpegcolorspace/avcodec.h:
18581         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18582         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18583         * gst/ffmpegcolorspace/imgconvert.c:
18584         * gst/ffmpegcolorspace/imgconvert_template.h:
18585         * gst/playback/gstdecodebin.c:
18586         * gst/playback/gstplaybasebin.h:
18587         * gst/playback/gstplaybin.c:
18588         * gst/playback/gststreaminfo.h:
18589         * gst/tcp/gstfdset.c:
18590         * gst/tcp/gstfdset.h:
18591         * gst/tcp/gstmultifdsink.c:
18592         * gst/tcp/gstmultifdsink.h:
18593         * gst/tcp/gsttcp.h:
18594         * gst/tcp/gsttcpclientsrc.c:
18595         * gst/tcp/gsttcpclientsrc.h:
18596         * gst/tcp/gsttcpplugin.h:
18597         * gst/tcp/gsttcpserversink.c:
18598         * gst/tcp/gsttcpserversrc.c:
18599         * gst/typefind/gsttypefindfunctions.c:
18600         * gst/videorate/gstvideorate.c:
18601         * gst/videotestsrc/gstvideotestsrc.h:
18602         * gst/videotestsrc/videotestsrc.h:
18603         * sys/v4l/gstv4lcolorbalance.h:
18604         * sys/v4l/gstv4ltuner.h:
18605         * sys/v4l/gstv4lxoverlay.h:
18606         * sys/v4l/v4l_calls.h:
18607         * sys/v4l/videodev_mjpeg.h:
18608         * tests/check/elements/audioconvert.c:
18609         * tests/check/elements/audioresample.c:
18610         * tests/check/elements/audiotestsrc.c:
18611         * tests/check/elements/videotestsrc.c:
18612         * tests/check/elements/volume.c:
18613         * tests/examples/seek/scrubby.c:
18614         * tests/examples/seek/seek.c:
18615           expand tabs
18616
18617 === release 0.10.0 ===
18618
18619 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18620
18621         * configure.ac:
18622           releasing 0.10.0, "Mont-d'or"
18623
18624 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
18625
18626         * tests/examples/seek/Makefile.am:
18627         Build fix for when gtk is not available.
18628
18629 2005-12-05  Andy Wingo  <wingo@pobox.com>
18630
18631         * ext/libvisual/visual.c: (get_buffer):
18632         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
18633         * ext/pango/gsttextrender.c: (gst_text_render_chain):
18634         * ext/theora/theoradec.c: (theora_handle_data_packet):
18635         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18636         (theora_enc_chain):
18637         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18638         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
18639         Update for alloc_buffer changes.
18640
18641 2005-12-05  Andy Wingo  <wingo@pobox.com>
18642
18643         patch by: Kai Vehmanen <kv2004 eca cx>
18644         
18645         * gst-libs/gst/rtp/gstbasertpdepayload.c
18646         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
18647
18648 2005-12-04  Andy Wingo  <wingo@pobox.com>
18649
18650         patch by: Sebastien Cote <sebas642 yahoo ca>
18651         
18652         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
18653         Fixes #319172.
18654
18655 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18656
18657         * docs/plugins/Makefile.am:
18658         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18659         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18660         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18661         * ext/pango/gstclockoverlay.c:
18662         * ext/pango/gsttextoverlay.c: 
18663         * ext/pango/gsttextrender.c:
18664         * ext/pango/gsttimeoverlay.c:
18665           Add gtk-doc blurbs to pango elements.
18666
18667 2005-12-02  Wim Taymans  <wim@fluendo.com>
18668
18669         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
18670         * gst/audioresample/buffer.h:
18671         * gst/audioresample/gstaudioresample.c:
18672         * gst/audioresample/gstaudioresample.h:
18673         * gst/audioresample/resample.c: (resample_input_flush),
18674         (resample_input_pushthrough), (resample_input_eos),
18675         (resample_get_output_size_for_input),
18676         (resample_get_input_size_for_output), (resample_get_output_size),
18677         (resample_get_output_data):
18678         * gst/audioresample/resample.h:
18679         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18680         Fix audioresample, seek torture, new segments, reverse negotiation
18681         etc.. work fine.
18682
18683 2005-12-02  Wim Taymans  <wim@fluendo.com>
18684
18685         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18686         Small cleanups.
18687
18688 2005-12-02  Wim Taymans  <wim@fluendo.com>
18689
18690         * gst/audioconvert/gstaudioconvert.c:
18691         (gst_audio_convert_transform):
18692         Post errors.
18693
18694 === release 0.9.7 ===
18695
18696 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18697
18698         * configure.ac:
18699           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
18700
18701 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18702
18703         * Makefile.am:
18704         * po/hu.po:
18705         * win32/MANIFEST:
18706         * win32/gst.sln:
18707           add win32 MANIFEST file
18708           do something to the hungarian translation
18709
18710 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
18711
18712         * ext/Makefile.am:
18713           Add $(PANGO_DIR) to SUBDIRS
18714
18715         * ext/pango/gstclockoverlay.c:
18716         * ext/pango/gsttimeoverlay.c:
18717           Fix and improve element descriptions.
18718
18719 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18720
18721         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18722         * docs/plugins/inspect/plugin-libvisual.xml:
18723         * docs/plugins/inspect/plugin-pango.xml:
18724           add pango plugin to docs
18725
18726 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18727
18728         * configure.ac:
18729         * ext/Makefile.am:
18730           moved pango to base
18731
18732 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18733
18734         * configure.ac:
18735         * tests/Makefile.am:
18736         * tests/icles/.cvsignore:
18737         * tests/icles/Makefile.am:
18738         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
18739         (close_display), (resize_window), (move_window), (create_window),
18740         (terminate_playback), (pause_playback), (start_playback), (main):
18741           add stress test for xoverlay from Julien
18742
18743 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18744
18745         * docs/libs/tmpl/gstcolorbalance.sgml:
18746         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18747         * gst-libs/gst/rtp/gstbasertppayload.c:
18748         * gst-libs/gst/rtp/gstrtpbuffer.c:
18749         * gst-libs/gst/rtp/gstrtpbuffer.h:
18750           Do burger's rename for rtp payloaders and depayloaders
18751
18752 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18753
18754         * win32/:
18755           add Visual Studio 6 build files
18756
18757 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18758
18759         * docs/libs/gst-plugins-base-libs-docs.sgml:
18760         * docs/libs/gst-plugins-base-libs-sections.txt:
18761         * docs/libs/tmpl/gstaudio.sgml:
18762         * docs/libs/tmpl/gstringbuffer.sgml:
18763         * gst-libs/gst/interfaces/xoverlay.c:
18764         * gst-libs/gst/video/gstvideofilter.c:
18765         * gst-libs/gst/video/gstvideosink.c:
18766           update documentation
18767
18768 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18769
18770         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
18771         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
18772         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
18773         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
18774         (gst_multi_fd_sink_get_stats),
18775         (gst_multi_fd_sink_remove_client_link),
18776         (gst_multi_fd_sink_handle_client_read),
18777         (gst_multi_fd_sink_client_queue_data),
18778         (gst_multi_fd_sink_client_queue_caps),
18779         (gst_multi_fd_sink_client_queue_buffer),
18780         (gst_multi_fd_sink_new_client),
18781         (gst_multi_fd_sink_handle_client_write),
18782         (gst_multi_fd_sink_recover_client),
18783         (gst_multi_fd_sink_queue_buffer),
18784         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
18785         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
18786         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
18787         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
18788         * gst/tcp/gstmultifdsink.h:
18789         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
18790         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
18791         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
18792         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
18793         (gst_tcp_client_sink_set_property),
18794         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
18795         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
18796         * gst/tcp/gsttcpclientsink.h:
18797         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
18798         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
18799         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
18800         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
18801         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
18802         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
18803         * gst/tcp/gsttcpclientsrc.h:
18804         * gst/tcp/gsttcpplugin.c: (plugin_init):
18805         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
18806         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
18807         (gst_tcp_server_sink_finalize),
18808         (gst_tcp_server_sink_handle_server_read),
18809         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
18810         (gst_tcp_server_sink_set_property),
18811         (gst_tcp_server_sink_get_property),
18812         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
18813         * gst/tcp/gsttcpserversink.h:
18814         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
18815         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
18816         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
18817         (gst_tcp_server_src_set_property),
18818         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
18819         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
18820         * gst/tcp/gsttcpserversrc.h:
18821           more borgifying
18822
18823 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18824
18825         * docs/plugins/Makefile.am:
18826         * docs/plugins/gst-plugins-base-plugins.args:
18827         * docs/plugins/inspect/plugin-libvisual.xml:
18828         * gst/audioconvert/plugin.h:
18829         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
18830         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
18831         (gst_audio_rate_setcaps), (gst_audio_rate_init),
18832         (gst_audio_rate_chain), (gst_audio_rate_set_property),
18833         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
18834         (plugin_init):
18835         * gst/audiotestsrc/gstaudiotestsrc.c:
18836         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
18837         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18838         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
18839         (gst_audio_test_src_get_query_types),
18840         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
18841         (gst_audio_test_src_create_square),
18842         (gst_audio_test_src_create_saw),
18843         (gst_audio_test_src_create_triangle),
18844         (gst_audio_test_src_create_silence),
18845         (gst_audio_test_src_create_white_noise),
18846         (gst_audio_test_src_init_pink_noise),
18847         (gst_audio_test_src_generate_pink_noise_value),
18848         (gst_audio_test_src_create_pink_noise),
18849         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
18850         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
18851         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
18852         (plugin_init):
18853         * gst/audiotestsrc/gstaudiotestsrc.h:
18854         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
18855         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
18856         (gst_sub_parse_init), (gst_sub_parse_formats),
18857         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
18858         (convert_encoding), (get_next_line),
18859         (gst_sub_parse_data_format_autodetect),
18860         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
18861         (gst_sub_parse_loop), (gst_sub_parse_chain),
18862         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
18863         (plugin_init):
18864         * gst/subparse/gstsubparse.h:
18865         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
18866         (gst_video_rate_base_init), (gst_video_rate_class_init),
18867         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
18868         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
18869         (gst_video_rate_init), (gst_video_rate_event),
18870         (gst_video_rate_chain), (gst_video_rate_set_property),
18871         (gst_video_rate_get_property), (gst_video_rate_change_state),
18872         (plugin_init):
18873         * gst/videoscale/gstvideoscale.c:
18874         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
18875         (gst_video_scale_src_template_factory),
18876         (gst_video_scale_sink_template_factory),
18877         (gst_video_scale_get_type), (gst_video_scale_base_init),
18878         (gst_video_scale_class_init), (gst_video_scale_init),
18879         (gst_video_scale_set_property), (gst_video_scale_get_property),
18880         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
18881         (gst_video_scale_prepare_size), (parse_caps),
18882         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
18883         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
18884         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
18885         (plugin_init):
18886         * gst/videoscale/gstvideoscale.h:
18887         * gst/videotestsrc/gstvideotestsrc.c:
18888         (gst_video_test_src_pattern_get_type),
18889         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
18890         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
18891         (gst_video_test_src_set_pattern),
18892         (gst_video_test_src_set_property),
18893         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
18894         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
18895         (gst_video_test_src_event), (gst_video_test_src_get_times),
18896         (gst_video_test_src_create), (plugin_init):
18897         * gst/videotestsrc/gstvideotestsrc.h:
18898         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
18899         (gst_video_test_src_smpte), (gst_video_test_src_snow),
18900         (gst_video_test_src_black):
18901         * gst/videotestsrc/videotestsrc.h:
18902           borgify further
18903           clean up docs a little
18904
18905 2005-11-30  Wim Taymans  <wim@fluendo.com>
18906
18907         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18908         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
18909         (gst_basertppayload_event), (gst_basertppayload_push),
18910         (gst_basertppayload_change_state):
18911         * gst-libs/gst/rtp/gstbasertppayload.h:
18912         closed #320644.
18913
18914 2005-11-30  Julien MOUTTE  <julien@moutte.net>
18915
18916         * docs/libs/gst-plugins-base-libs-docs.sgml:
18917         * docs/libs/gst-plugins-base-libs-sections.txt:
18918         * gst-libs/gst/video/gstvideofilter.c:
18919         * gst-libs/gst/video/gstvideosink.c:
18920         * gst-libs/gst/video/gstvideosink.h: Adding docs.
18921
18922 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18923
18924         * LICENSE:
18925           move
18926         * po/af.po:
18927         * po/az.po:
18928         * po/cs.po:
18929         * po/en_GB.po:
18930         * po/hu.po:
18931         * po/it.po:
18932         * po/nb.po:
18933         * po/nl.po:
18934         * po/or.po:
18935         * po/sq.po:
18936         * po/sr.po:
18937         * po/sv.po:
18938         * po/uk.po:
18939         * po/vi.po:
18940         * Makefile.am:
18941           update
18942         * scripts/autoplugins.sh:
18943           remove
18944
18945 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18946
18947         * Makefile.am:
18948         * configure.ac:
18949         * examples/Makefile.am:
18950         * examples/capsfilter/Makefile.am:
18951         * examples/capsfilter/capsfilter1.c:
18952         * examples/gob/Makefile.am:
18953         * examples/gob/gst-identity2.gob:
18954         * examples/indexing/.cvsignore:
18955         * examples/indexing/Makefile.am:
18956         * examples/indexing/indexmpeg.c:
18957         * examples/seeking/.cvsignore:
18958         * examples/seeking/Makefile.am:
18959         * examples/seeking/cdparanoia.c:
18960         * examples/seeking/cdplayer.c:
18961         * examples/seeking/chained.c:
18962         * examples/seeking/scrubby.c:
18963         * examples/seeking/seek.c:
18964         * examples/stats/Makefile.am:
18965         * examples/stats/mp2ogg.c:
18966         * examples/switch/.cvsignore:
18967         * examples/switch/Makefile.am:
18968         * examples/switch/switcher.c:
18969         * tests/Makefile.am:
18970         * tests/check/generic/.cvsignore:
18971         * tests/check/pipelines/.cvsignore:
18972         * tests/examples/Makefile.am:
18973         * tests/examples/seek/Makefile.am:
18974           reorganize stuff under tests/
18975
18976 2005-11-30  Edward Hervey  <edward@fluendo.com>
18977
18978         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
18979         Go away you stupid GstStaticPadTemplate memleak.
18980
18981 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18982
18983         * gst-libs/gst/net/Makefile.am:
18984         * gst-libs/gst/net/README:
18985         * gst-libs/gst/net/gstnetbuffer.c:
18986         * gst-libs/gst/net/gstnetbuffer.h:
18987           this was moved to "netbuffer"
18988
18989 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18990
18991         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
18992         (gst_video_filter_class_init), (gst_video_filter_init):
18993         * gst-libs/gst/video/gstvideofilter.h:
18994           borgify name to bring in line with other classes
18995
18996 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
18997
18998         * gst/audioscale/.cvsignore:
18999         * gst/audioscale/Makefile.am:
19000         * gst/audioscale/README:
19001         * gst/audioscale/audioscale.vcproj:
19002         * gst/audioscale/dtof.c:
19003         * gst/audioscale/dtos.c:
19004         * gst/audioscale/functable.c:
19005         * gst/audioscale/gstaudioscale.c:
19006         * gst/audioscale/gstaudioscale.h:
19007         * gst/audioscale/private.h:
19008         * gst/audioscale/resample.c:
19009         * gst/audioscale/resample.h:
19010         * gst/audioscale/test.c:
19011           remove
19012
19013 2005-11-30  Edward Hervey  <edward@fluendo.com>
19014
19015         * gst-libs/gst/netbuffer/Makefile.am:
19016         really, really tired
19017
19018 2005-11-30  Edward Hervey  <edward@fluendo.com>
19019
19020         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19021         Update for new GstTypeFindFactory _register()
19022
19023 2005-11-30  Edward Hervey  <edward@fluendo.com>
19024
19025         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19026         Let's not override libgstnet from core for no reason...
19027         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19028         Ok, maybe not so quick next time.
19029
19030 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19031
19032         * configure.ac:
19033         * gst-libs/gst/Makefile.am:
19034           moved gst-libs/gst/net to netbuffer through CVS surgery
19035           remove old directory
19036           updating build to accomodate
19037           (#322257)
19038
19039 2005-11-29  Andy Wingo  <wingo@pobox.com>
19040
19041         * pkgconfig/gstreamer-plugins-base.pc.in:
19042         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19043         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19044         (#322257).
19045
19046 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19047
19048         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19049         3rd time's the charm. Correct ref-counting for discarded buffers.
19050
19051 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19052
19053         * gst/playback/gststreamselector.c:
19054         (gst_stream_selector_class_init),
19055         (gst_stream_selector_set_property),
19056         (gst_stream_selector_get_property),
19057         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19058         Fix ref-counting
19059
19060 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19061
19062         * gst/subparse/gstsubparse.c: (feed_textbuf):
19063           Don't access already unref'ed buffer.
19064
19065 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19066
19067         * gst/playback/gststreamselector.c:
19068         (gst_stream_selector_class_init), (gst_stream_selector_init),
19069         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19070         (gst_stream_selector_get_property),
19071         (gst_stream_selector_get_linked_pad),
19072         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19073         * gst/playback/gststreamselector.h:
19074         Add the active-pad property for playbin to use shortly. Ignore buffers
19075         from any other pad, returning GST_FLOW_NOT_LINKED
19076
19077 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19078
19079         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19080         patch from bug #322704 (Alessandro Decina).
19081
19082 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19083
19084         * gst-libs/gst/audio/Makefile.am:
19085           folded audiofilter into the audio library
19086
19087 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19088
19089         * gst/videoscale/gstvideoscale.h:
19090         * gst/videoscale/gstvideoscale.c:
19091           remove unimplemented scale methods
19092
19093 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19094
19095         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19096           Don't leak caps.
19097
19098 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19099
19100         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19101         (gst_ximagesink_setcaps):
19102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19103         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19104         happens (only visible on ximagesink but bug is in xv too) set_caps was
19105         destroying the internal x[v]image used to memcpy non locally alloced
19106         buffers so that it got renewed on next _chain. The issue is that 
19107         _expose will try to put that image as it reffed it in _put.
19108         Using gst_buffer_unref instead of destroy fixes it !
19109
19110 2005-11-28  Edward Hervey  <edward@fluendo.com>
19111
19112         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19113         (try_to_link_1), (queue_filled_cb):
19114         Better use of the queues. Start with a small size queue and only increase
19115         the size of the queues when the other queues are empty.
19116
19117 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19118
19119         * gst-libs/gst/video/Makefile.am:
19120           compile in copied-over videofilter into the video library
19121         * gst-libs/gst/video/videosink.h:
19122           rename the header to gstvideosink.h since it's a base GstObject class
19123         * sys/ximage/ximagesink.h:
19124         * sys/xvimage/xvimagesink.h:
19125           use the new header
19126
19127 2005-11-28  Wim Taymans  <wim@fluendo.com>
19128
19129         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19130         * gst/playback/gstplaybasebin.h:
19131         Prepare to handle errors betters.
19132
19133         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19134         Set sinks to PAUSED first before adding and linking them so that
19135         we don't interrupt dataflow.
19136
19137 2005-11-28  Wim Taymans  <wim@fluendo.com>
19138
19139         * gst-libs/gst/audio/TODO:
19140         Updated TODO
19141
19142         * gst-libs/gst/audio/gstaudiosink.c:
19143         (gst_audioringbuffer_open_device),
19144         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19145         (gst_audioringbuffer_release):
19146         Small cleanups.
19147
19148         * gst-libs/gst/audio/gstbaseaudiosink.c:
19149         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19150         (gst_base_audio_sink_change_state):
19151         Slave to the master clock when going to PLAYING and unslave when
19152         going to PAUSED.
19153
19154         * gst-libs/gst/audio/gstringbuffer.c:
19155         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19156         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19157         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19158         (gst_ring_buffer_clear_all), (wait_segment),
19159         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19160         (gst_ring_buffer_advance):
19161         * gst-libs/gst/audio/gstringbuffer.h:
19162         Add some docs and cleanups.
19163
19164 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19165
19166         * sys/xvimage/xvimagesink.c:
19167         (gst_xvimagesink_navigation_send_event): Fix navigation events
19168         coordinates translation with pixel aspect ratios.
19169
19170 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19171
19172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19173         Use calculated video geometry from _setcaps instead of buffer
19174         caps to respect pixel aspect ratio. (fixes #322388)
19175
19176 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19177
19178         * docs/libs/tmpl/gstcolorbalance.sgml:
19179         * docs/libs/tmpl/gstmixer.sgml:
19180         * docs/libs/tmpl/gstxoverlay.sgml:
19181         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19182         interface.
19183
19184 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19185
19186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19187         Refuse to create an XvImage if we can't find the format.
19188
19189 2005-11-28  Edward Hervey  <edward@fluendo.com>
19190
19191         * gst-libs/gst/riff/riff-media.c:
19192         (gst_riff_create_audio_template_caps):
19193         Add ATRAC3 to the list of riff-possible audio caps.
19194         I know we still don't have a plugin for atrac3, but it's saner to output
19195         that than a cryptic mimetype.
19196
19197 2005-11-27  Edward Hervey  <edward@fluendo.com>
19198
19199         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19200         Don't try to create a zero-sized subbuffer.
19201
19202 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19203
19204         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19205         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19206         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19207         (gst_ximagesink_expose): Fixed a tricky race.
19208         * sys/ximage/ximagesink.h:
19209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19210         (gst_xvimagesink_expose): Fixed a tricky race.
19211         * sys/xvimage/xvimagesink.h:
19212
19213 2005-11-27  Edward Hervey  <edward@fluendo.com>
19214
19215         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19216         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19217         Remove unused properties, and add queues between demuxers and decoders
19218         so that a lot more files can preroll properly.
19219
19220 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19221
19222         * gst-libs/gst/net/Makefile.am:
19223         * gst-libs/gst/rtp/Makefile.am:
19224         * gst-libs/gst/tag/Makefile.am:
19225           remove silly include
19226         * gst/tags/Makefile.am:
19227         * gst/tags/gsttagediting.c:
19228         * gst/tags/gsttageditingprivate.h:
19229         * gst/tags/tagedit.vcproj:
19230           remove directory, is as good as empty
19231
19232 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19233
19234         * configure.ac:
19235           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19236         * gst-libs/Makefile.am:
19237         * gst-libs/gst/audio/Makefile.am:
19238         * gst-libs/gst/interfaces/Makefile.am:
19239         * gst-libs/gst/net/Makefile.am:
19240         * gst-libs/gst/riff/Makefile.am:
19241         * gst-libs/gst/rtp/Makefile.am:
19242         * gst-libs/gst/tag/Makefile.am:
19243         * gst-libs/gst/video/Makefile.am:
19244           and use them
19245
19246 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19247
19248         * docs/libs/tmpl/gstcolorbalance.sgml:
19249         * docs/libs/tmpl/gstmixer.sgml:
19250         * docs/libs/tmpl/gstxoverlay.sgml:
19251         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19252         * sys/ximage/ximagesink.h:
19253         * sys/xvimage/xvimagesink.h: More and more documentation.
19254
19255 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19256
19257         * docs/libs/gst-plugins-base-libs-docs.sgml:
19258         * docs/libs/gst-plugins-base-libs-sections.txt:
19259         * docs/libs/tmpl/gstcolorbalance.sgml:
19260         * docs/libs/tmpl/gstmixer.sgml:
19261         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19262         to documentation.
19263
19264 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19265
19266         * docs/plugins/Makefile.am:
19267         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19268         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19269         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19270
19271 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19272
19273         * docs/plugins/Makefile.am:
19274         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19275         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19276         * docs/plugins/inspect/plugin-adder.xml:
19277         * docs/plugins/inspect/plugin-alsa.xml:
19278         * docs/plugins/inspect/plugin-audioconvert.xml:
19279         * docs/plugins/inspect/plugin-audiorate.xml:
19280         * docs/plugins/inspect/plugin-audioresample.xml:
19281         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19282         * docs/plugins/inspect/plugin-decodebin.xml:
19283         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19284         * docs/plugins/inspect/plugin-gnomevfs.xml:
19285         * docs/plugins/inspect/plugin-ogg.xml:
19286         * docs/plugins/inspect/plugin-playbin.xml:
19287         * docs/plugins/inspect/plugin-subparse.xml:
19288         * docs/plugins/inspect/plugin-tcp.xml:
19289         * docs/plugins/inspect/plugin-theora.xml:
19290         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19291         * docs/plugins/inspect/plugin-video4linux.xml:
19292         * docs/plugins/inspect/plugin-videorate.xml:
19293         * docs/plugins/inspect/plugin-videoscale.xml:
19294         * docs/plugins/inspect/plugin-videotestsrc.xml:
19295         * docs/plugins/inspect/plugin-volume.xml:
19296         * docs/plugins/inspect/plugin-vorbis.xml:
19297         * docs/plugins/inspect/plugin-ximagesink.xml:
19298         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19299         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19300
19301 2005-11-26  Edward Hervey  <edward@fluendo.com>
19302
19303         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19304         Properly return GstFlowReturn from gst_pad_push in chain functions.
19305
19306 2005-11-25  Michael Smith  <msmith@fluendo.com>
19307
19308         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19309         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19310         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19311         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19312           Handle various conditions better when we don't understand a stream.
19313           Removes a heap of CRITICALs on ogg streams containing unknown data.
19314
19315 2005-11-24  Andy Wingo  <wingo@pobox.com>
19316
19317         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19318         Be threadsafe.
19319
19320 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19321
19322         * configure.ac: back to HEAD
19323
19324 === release 0.9.6 ===
19325
19326 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19327
19328         * configure.ac:
19329           releasing 0.9.6, "White Eight"
19330
19331 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19332
19333         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19334         * docs/plugins/inspect/plugin-sine.xml:
19335           remove sinesrc some more
19336
19337 2005-11-23  Wim Taymans  <wim@fluendo.com>
19338
19339         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19340         If we are reading too slowly, jump forward in the ringbuffer
19341         instead of blocking.
19342
19343 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19344
19345         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19346         (gst_visual_chain):
19347         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19348         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19349         (gst_videorate_chain):
19350         * gst/videotestsrc/gstvideotestsrc.c:
19351         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19352         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19353         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19354         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19355         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19356         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19357           Updates for API changes
19358
19359 2005-11-23  Wim Taymans  <wim@fluendo.com>
19360
19361         * gst-libs/gst/audio/gstbaseaudiosink.c:
19362         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19363         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19364         Fix for calibration API change.
19365
19366 2005-11-23  Michael Smith <msmith@fluendo.com>
19367
19368         * gst-libs/gst/audio/multichannel.c:
19369         (gst_audio_get_channel_positions),
19370         (gst_audio_set_channel_positions),
19371         (gst_audio_set_structure_channel_positions_list),
19372         (gst_audio_fixate_channel_positions):
19373           Use gst_value_array_*() functions on value arrays, not
19374           gst_value_list_*().
19375
19376 2005-11-23  Edward Hervey  <edward@fluendo.com>
19377
19378         * autogen.sh:
19379         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19380         Fixes autogen
19381
19382 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19383
19384         * check/Makefile.am:
19385         * check/elements/videotestsrc.c: (setup_videotestsrc),
19386         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19387         (main):
19388           add a test for videotestsrc
19389
19390 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19391
19392         * gst/sine/.cvsignore:
19393         * gst/sine/Makefile.am:
19394         * gst/sine/gstsinesrc.c:
19395         * gst/sine/gstsinesrc.h:
19396         * gst/sine/sinesrc.vcproj:
19397           and remove sinesrc from the repository.  Closes #321446
19398
19399 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19400
19401         * configure.ac:
19402         * gst-plugins-base.spec.in:
19403           remove sinesrc from the build
19404
19405 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19406
19407         * check/Makefile.am:
19408         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19409         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19410         (main):
19411           add a test for audiotestsrc, testing all waves.  Even seems
19412           leak-free at first glance, nice job Stefan
19413
19414 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19415
19416         * po/af.po:
19417         * po/az.po:
19418         * po/cs.po:
19419         * po/en_GB.po:
19420         * po/hu.po:
19421         * po/it.po:
19422         * po/nb.po:
19423         * po/nl.po:
19424         * po/or.po:
19425         * po/sq.po:
19426         * po/sr.po:
19427         * po/sv.po:
19428         * po/uk.po:
19429         * po/vi.po:
19430           Translation string updates
19431
19432         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19433         (gst_v4lsrc_set_caps):
19434         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19435         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19436         * sys/v4l/v4lsrc_calls.h:
19437           Improve v4lsrc, by making it work again.
19438
19439 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19440
19441         * ext/libvisual/visual.c: (gst_visual_chain):
19442           Fix the fps calculations.
19443
19444         * gst/ffmpegcolorspace/avcodec.h:
19445           Move structure element for clarity
19446
19447         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19448         * gst-libs/gst/interfaces/tunernorm.h:
19449         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19450         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19451         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19452         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19453         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19454         (gst_v4lmjpegsrc_getcaps):
19455         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19456         (gst_v4lsrc_set_caps):
19457         * sys/v4l/gstv4lsrc.h:
19458         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19459         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19460         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19461         * sys/v4l/v4lsrc_calls.h:
19462           Fractional framerates...
19463
19464 2005-11-22  Wim Taymans  <wim@fluendo.com>
19465
19466         * gst-libs/gst/audio/gstbaseaudiosink.c:
19467         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19468         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19469         And we provide a clock by default, of course...
19470
19471 2005-11-22  Wim Taymans  <wim@fluendo.com>
19472
19473         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19474         This clock can be slaved to a master clock now.
19475
19476         * gst-libs/gst/audio/gstbaseaudiosink.c:
19477         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19478         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19479         (gst_base_audio_sink_set_clock),
19480         (gst_base_audio_sink_set_property),
19481         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19482         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19483         * gst-libs/gst/audio/gstbaseaudiosink.h:
19484         Handle slaving the internal clock to the clock selected in the
19485         pipeline.
19486         Add property to make the basesink not provide a clock.
19487
19488         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19489         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19490         (gst_base_rtp_depayload_wait):
19491         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19492         We can use the clock in GstElement, no need to store it ourselves.
19493
19494 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19495
19496         * docs/libs/tmpl/gstaudio.sgml:
19497           update
19498         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19499         (gst_paranoia_endian_get_type):
19500         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19501         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19502         * gst/audiotestsrc/gstaudiotestsrc.c:
19503         (gst_audiostestsrc_wave_get_type):
19504         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19505         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19506         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19507         (gst_sync_method_get_type), (gst_unit_type_get_type),
19508         (gst_client_status_get_type), (gst_multifdsink_class_init),
19509         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19510         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19511         (gst_multifdsink_get_property):
19512         * gst/tcp/gstmultifdsink.h:
19513         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19514         * gst/videotestsrc/gstvideotestsrc.c:
19515         (gst_videotestsrc_pattern_get_type):
19516           remove deprecated properties
19517           fix up enums to correctly have short lowercase dashed nicks
19518
19519 2005-11-22  Michael Smith <msmith@fluendo.com>
19520
19521         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19522         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19523           Add underscore.
19524
19525 2005-11-22  Michael Smith <msmith@fluendo.com>
19526
19527         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19528         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19529           Use utility method for scaling clocktime for fractional framerates.
19530
19531 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19532
19533         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19534         (gst_visual_chain):
19535         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19536         * ext/theora/theoradec.c: (theora_handle_type_packet):
19537         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19538         (theora_enc_chain):
19539         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19540         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19541         * gst-libs/gst/video/video.h:
19542         * gst/ffmpegcolorspace/avcodec.h:
19543         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19544         (gst_ffmpeg_caps_to_pixfmt):
19545         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19546         (gst_ffmpegcsp_set_caps):
19547         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19548         (gst_videorate_setcaps), (gst_videorate_blank_data),
19549         (gst_videorate_chain):
19550         * gst/videotestsrc/gstvideotestsrc.c:
19551         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19552         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19553         (gst_videotestsrc_event), (gst_videotestsrc_create):
19554         * gst/videotestsrc/gstvideotestsrc.h:
19555         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19556         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19557         (gst_ximagesink_get_times), (gst_ximagesink_init):
19558         * sys/ximage/ximagesink.h:
19559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19560         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19561         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19562         * sys/xvimage/xvimagesink.h:
19563           Convert elements to use fractions for their framerate.
19564           V4L elements to come later tonight.
19565
19566 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19567
19568         * gst-libs/gst/audio/audio.c:
19569         * gst-libs/gst/audio/audio.h:
19570           remove some deprecated functions
19571
19572 2005-11-22  Andy Wingo  <wingo@pobox.com>
19573
19574         * Update for gst_tag_setter API changes.
19575
19576 2005-11-22  Andy Wingo  <wingo@pobox.com>
19577
19578         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19579         (gst_ogg_demux_perform_seek):
19580         * ext/theora/theoradec.c (theora_dec_sink_event):
19581         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19582         update-funcnames.
19583
19584 2005-11-22  Wim Taymans  <wim@fluendo.com>
19585
19586         * examples/seeking/seek.c: (main):
19587         Give higher priority to bus signals than the gtk events
19588         to fix a race condition in the segment looping.
19589
19590 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19591
19592         * ext/theora/Makefile.am:
19593         * ext/vorbis/Makefile.am:
19594         * gst-libs/gst/tag/Makefile.am:
19595         * gst-plugins-base.spec.in:
19596           Rename libgsttagedit to libgsttag (#322117).
19597
19598 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19599
19600         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19602           Call gst_x_overlay_prepare_xwindow_id() to give applications
19603           a final chance to set their own xwindow id before the video
19604           sink creates its own window.
19605
19606 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19607
19608         * sys/xvimage/xvimagesink.c:
19609         (gst_xvimagesink_navigation_send_event): Handle navigation
19610         events correcly with borders if applicable.
19611
19612 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19613
19614         Patch by: Luca Ognibene
19615
19616         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19617         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
19618         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19619         (gst_ffmpegcsp_caps_remove_format_info):
19620         * gst/ffmpegcolorspace/imgconvert.c:
19621         * gst/ffmpegcolorspace/imgconvert_template.h:
19622           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
19623           #318353); use gst_structure_has_name().
19624
19625 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19626
19627         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
19628         (gst_ximagesink_class_init): Add debug macros on functions.
19629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19630         (gst_xvimagesink_xwindow_draw_borders),
19631         (gst_xvimagesink_xvimage_put),
19632         (gst_xvimagesink_xwindow_update_geometry),
19633         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
19634         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
19635         (gst_xvimagesink_xcontext_clear),
19636         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
19637         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19638         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19639         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19640         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
19641         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19642         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
19643         expose while being PAUSED, out of data flow navigation events, etc..
19644
19645 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19646
19647         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19648         * gst-libs/gst/audio/audio.h:
19649           fix prototype - wondering why the test worked regardless
19650
19651 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19652
19653         * check/Makefile.am:
19654         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19655         * gst-libs/gst/audio/audio.h:
19656           add a method that returns a proper GstClockTime
19657
19658 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19659
19660         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
19661         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
19662         * gst-libs/gst/interfaces/xoverlay.h:
19663           Remove everything having to do with the desired size; add 
19664           gst_x_overlay_prepare_xwindow_id() function; remove the
19665           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
19666           post a message on the bus instead (#321816).
19667
19668         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
19669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
19670         (gst_xvimagesink_xoverlay_init):
19671           Remove desired size stuff (#321816).
19672
19673 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19674
19675         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19676         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19677         (mpeg_video_type_find), (mpeg_video_stream_type_find):
19678           Terminate vararg functions with NULL instead of 0 to 
19679           make gcc4 happy.
19680
19681 2005-11-21  Andy Wingo  <wingo@pobox.com>
19682
19683         patch by: Sebastien Cote <sebas642@yahoo.ca>
19684         
19685         * gst-libs/gst/rtp/gstrtpbuffer.h: 
19686         * gst-libs/gst/rtp/gstrtpbuffer.c
19687         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
19688
19689 2005-11-21  Andy Wingo  <wingo@pobox.com>
19690
19691         * gst/playback/gstplaybin.c (gen_audio_element) 
19692         (gen_video_element): Use the new MISSING_PLUGIN core error
19693         category. Closes #320060.
19694
19695         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
19696         * gst/videorate/gstvideorate.c (gst_videorate_event):
19697         * ext/theora/theoradec.c (theora_dec_sink_event): 
19698         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
19699         stream lock.
19700
19701         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
19702         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
19703         stream lock changes.
19704
19705 2005-11-21  Wim Taymans  <wim@fluendo.com>
19706
19707         * gst-libs/gst/audio/gstbaseaudiosink.c:
19708         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19709         (gst_base_audio_sink_provide_clock),
19710         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
19711         (gst_base_audio_sink_change_state):
19712         * gst/audioresample/gstaudioresample.c:
19713         Segment update fix.
19714
19715 2005-11-21  Andy Wingo  <wingo@pobox.com>
19716
19717         * *.h:
19718         * *.c: Ran scripts/update-macros. Oh yes.
19719
19720 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19721
19722         * sys/ximage/Makefile.am:
19723         * sys/ximage/ximage.c:
19724           Rename ximage plugin to ximagesink (#321426) (Don't forget to
19725           remove your old libgstximage.* manually if necessary).
19726
19727 2005-11-21  Michael Smith <msmith@fluendo.com>
19728
19729         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
19730           Minimal fix for bug #320200: set the min/max bitrate in the correct
19731           units. A better fix would be to upgrade to the RATEMANAGE2
19732           interface, rather than using the deprecated interface used here, but
19733           that would require an update in our libvorbis dependency (to 1.1),
19734           which is probably undesirable.
19735
19736 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19737
19738         * ext/libvisual/visual.c: (get_buffer):
19739         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19740         (gst_base_audio_src_fixate):
19741         * gst/audioconvert/gstaudioconvert.c:
19742         (gst_audio_convert_fixate_caps):
19743         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
19744         * gst/audiotestsrc/gstaudiotestsrc.c:
19745         (gst_audiotestsrc_src_fixate):
19746         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
19747         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
19748         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
19749         * gst/videotestsrc/gstvideotestsrc.c:
19750         (gst_videotestsrc_src_fixate):
19751         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
19752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
19753           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19754           (#322027)
19755
19756
19757 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19758
19759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19760         (gst_riff_create_iavs_caps):
19761         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
19762         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
19763         (gst_riff_parse_info):
19764         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
19765         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
19766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19767           Fixes for GST_FOURCC_FORMAT API change.
19768
19769 2005-11-21  Andy Wingo  <wingo@pobox.com>
19770
19771         patch by: Alessandro Dessina <alessandro nnva org>
19772
19773         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
19774         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
19775         (gst_ogg_parse_chain):
19776         * ext/theora/theoraenc.c (theora_set_header_on_caps):
19777         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
19778         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
19779         gst_value_list calls on arrays. Fixes #321962.
19780
19781 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19782
19783         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19784         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
19785         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
19786         * gst/adder/gstadder.c: (gst_adder_init),
19787         (gst_adder_request_new_pad), (gst_adder_collected),
19788         (gst_adder_change_state):
19789           Update for gst_collectpads_foo() to gst_collect_pads_foo()
19790           API change.
19791
19792 2005-11-21  Michael Smith <msmith@fluendo.com>
19793
19794         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
19795         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
19796           Properly handle pad_push return values.
19797
19798 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
19799
19800         * gst-libs/gst/tag/Makefile.am:
19801         * gst-libs/gst/tag/gstvorbistag.c:
19802         (gst_tag_list_to_vorbiscomment_buffer):
19803           Remove obsolete vorbistag element and debug category.
19804
19805         * gst/playback/gstplaybasebin.c: (check_queue):
19806           Don't divide by 0 when queue-threshold is 0.
19807
19808         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
19809           Don't modify an existing pixel-aspect-ratio if we fail to read
19810           a new one.
19811
19812 2005-11-20  Wim Taymans  <wim@fluendo.com>
19813
19814         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
19815         (gst_vorbisenc_push_packet):
19816         GST_PAD_IS_USABLE is gone, use the return value of
19817         the push or pad_alloc_buffer instead.
19818
19819 2005-11-18  Julien MOUTTE  <julien@moutte.net>
19820
19821         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19822         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
19823         (gst_ximagesink_ximage_destroy),
19824         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
19825         (gst_ximagesink_xwindow_new),
19826         (gst_ximagesink_xwindow_update_geometry),
19827         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
19828         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
19829         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
19830         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19831         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
19832         (gst_ximagesink_navigation_send_event),
19833         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
19834         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
19835         (gst_ximagesink_finalize), (gst_ximagesink_init),
19836         (gst_ximagesink_class_init):
19837         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
19838         This new version brings correct software scaling, non flickering
19839         window while resizing, pixel aspect ratio handling, usage of
19840         hardware buffer pools, out of data flow event thread for 
19841         navigation and handling of expose events even when being PAUSED,
19842         a new property to keep video aspect ratio when resizing, etc...
19843
19844 2005-11-18  Julien MOUTTE  <julien@moutte.net>
19845
19846         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
19847         (gst_videoscale_fixate_caps): Introduce back caps fixate with
19848         handling of PAR.
19849
19850 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
19851
19852         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
19853         Unsetting IS_SINK flag from the fakesink, so decodebin
19854         never behaves as a sink.
19855
19856 2005-11-17  Wim Taymans  <wim@fluendo.com>
19857
19858         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19859         (gst_base_audio_src_change_state):
19860         Fix the audiosrc base class again, we did not unflush.
19861
19862 2005-11-17  Julien MOUTTE  <julien@moutte.net>
19863
19864         * examples/seeking/seek.c: (make_dv_pipeline),
19865         (make_vorbis_theora_pipeline), (make_avi_pipeline),
19866         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
19867         to ogg/vorbis/theora pipeline.
19868
19869 2005-11-17  Wim Taymans  <wim@fluendo.com>
19870
19871         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
19872         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
19873         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
19874         Fix EOS on multiple streams.
19875         More debugging.
19876
19877 2005-11-16  Wim Taymans  <wim@fluendo.com>
19878
19879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
19880         (gst_ogg_demux_perform_seek):
19881         Segment done must include stream time.
19882
19883         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
19884         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
19885         (gst_ogg_mux_change_state):
19886         Fix ogg muxer again.
19887
19888 2005-11-16  Wim Taymans  <wim@fluendo.com>
19889
19890         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
19891         Fix compile again.
19892
19893 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19894
19895         * ext/libvisual/visual.c: (gst_visual_init):
19896         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19897         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
19898         (gst_ogg_parse_chain):
19899         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
19900         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
19901         * ext/theora/theoradec.c: (gst_theora_dec_init):
19902         * ext/theora/theoraenc.c: (gst_theora_enc_init):
19903         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
19904         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
19905         * gst/adder/gstadder.c: (gst_adder_class_init),
19906         (gst_adder_dispose):
19907         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
19908         * gst/subparse/gstsubparse.c: (gst_subparse_init):
19909         * gst/videorate/gstvideorate.c: (gst_videorate_init):
19910           Fix a whole set of pad template leaks
19911
19912 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19913
19914         * check/generic/states.c: (GST_START_TEST):
19915           fix the test so that it only checks for elements that are part of
19916           this source module
19917
19918 2005-11-16  Michael Smith <msmith@fluendo.com>
19919
19920         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
19921         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
19922         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
19923         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
19924         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
19925         (gst_ogg_mux_change_state):
19926           Fix leaking collectpads.
19927
19928 2005-11-16  Edward Hervey  <edward@fluendo.com>
19929
19930         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
19931         (gst_videorate_event), (gst_videorate_chain):
19932         Handle segment seeks
19933
19934 2005-11-16  Wim Taymans  <wim@fluendo.com>
19935
19936         * gst-libs/gst/audio/gstbaseaudiosink.c:
19937         (gst_base_audio_sink_provide_clock),
19938         (gst_base_audio_sink_change_state):
19939         Set ringbuffer to non-flushing when going to PAUSED, set to
19940         flushing again when going to READY.
19941
19942         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
19943         (gst_ring_buffer_stop):
19944         Start in flushing mode by default.
19945         Don't set flushing in the _stop method, let the app call
19946         this explicitly.
19947
19948 2005-11-16  Julien MOUTTE  <julien@moutte.net>
19949
19950         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
19951         * gst-libs/gst/video/videosink.h: Add helper function needed
19952         for video sinks.
19953
19954 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
19955
19956         * gst/videoscale/gstvideoscale.c:
19957         (gst_videoscale_handle_src_event):
19958           Don't leak reference to pad parent.
19959
19960 2005-11-16  Wim Taymans  <wim@fluendo.com>
19961
19962         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
19963         Set ringbuffer to flushing when stopping so that we don't
19964         block on wait_segment anymore and livelock.
19965
19966 2005-11-16  Wim Taymans  <wim@fluendo.com>
19967
19968         * examples/seeking/seek.c: (send_event), (do_seek),
19969         (loop_toggle_cb), (segment_done), (main):
19970         Added looping checkbox.
19971
19972 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19973
19974         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19975         (gst_ogg_demux_init):
19976         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
19977         (gst_vorbis_dec_init):
19978           revert unrefs, they don't pass make check
19979
19980 2005-11-15  Johan Dahlin  <johan@gnome.org>
19981
19982         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
19983         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
19984         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
19985         (gst_vorbis_dec_init):
19986         Fix pad template leaks. 
19987
19988 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
19989
19990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
19991           Make state change function thread safe.
19992
19993 2005-11-15  Edward Hervey  <edward@fluendo.com>
19994
19995         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
19996         (gst_ogg_demux_class_init):
19997         Implement GstElement::send_event, so we can send seek events
19998         in GST_STATE_READY
19999
20000 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20001
20002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20003         Discovered how to take away flickering while resizing the
20004         window. Please don't put that in ximagesink, refactoring in
20005         progress.
20006
20007 2005-11-14  Michael Smith <msmith@fluendo.com>
20008
20009         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20010         (gst_multifdsink_render):
20011           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20012
20013 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20014
20015         * gst/playback/gstplaybin.c: (gen_audio_element):
20016           Use autoaudiosink, it tends to be more widely available than
20017           autoaudiiosink.
20018           
20019 2005-11-14  Andy Wingo  <wingo@pobox.com>
20020
20021         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20022         as well if it is available. Fixes #316442.
20023
20024 2005-11-14  Michael Smith <msmith@fluendo.com>
20025
20026         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20027         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20028         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20029         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20030         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20031         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20032         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20033         (gst_vorbisenc_change_state):
20034           Fix a small memory leak in vorbisenc.
20035           Fix large memory leaks in oggmux, also fix lots of state change
20036           bugs in oggmux.
20037
20038 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20039
20040         * gst/videotestsrc/gstvideotestsrc.c:
20041         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20042         (gst_videotestsrc_src_fixate):
20043           move fixation to a fixate function
20044           remove negotiate function, basesrc's is good enough
20045           fixes a bug for check when using the element alone
20046
20047 2005-11-13  Edward Hervey  <edward@fluendo.com>
20048
20049         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20050         (key_toggle_cb), (main):
20051         Added checkboxes for adding/removing the accurate and key_unit seek
20052         flags.
20053
20054 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20055
20056         * configure.ac: back to HEAD
20057
20058 === release 0.9.5 ===
20059
20060 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20061
20062         * configure.ac:
20063           releasing 0.9.5, "No No Kia"
20064
20065 2005-11-11  Edward Hervey  <edward@fluendo.com>
20066
20067         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20068         Added parse-launch syntax seeking mode for the seeking example.
20069         This should help stress-test even more cases.
20070         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20071
20072 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20073
20074         * sys/xvimage/xvimagesink.c:
20075         (gst_xvimagesink_navigation_send_event):
20076           Check whether peer pad exists before sending navigation events
20077           to it.
20078
20079 2005-11-11  Michael Smith <msmith@fluendo.com>
20080
20081         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20082         (gst_vorbisenc_buffer_from_packet):
20083         * ext/vorbis/vorbisenc.h:
20084           Set duration on encoded buffers. This allows oggmux's
20085           max_page_delay parameter to actually work.
20086
20087 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20088
20089         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20090         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20091         (gst_ffmpegcsp_avpicture_fill):
20092         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20093         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20094           Make palettes work again (see #132341). Use our own macros
20095           for rounding up.
20096
20097 2005-11-10  Andy Wingo  <wingo@pobox.com>
20098
20099         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20100         string doober.
20101
20102 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20103
20104         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20105         (gst_ffmpegcsp_transform_caps):
20106           Prefer passthrough in transform_caps
20107
20108 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20109
20110         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20111           check for ALSA errors properly, instead of relying on ALSA's
20112           error strings to serve to the user.
20113
20114 2005-11-10  Wim Taymans  <wim@fluendo.com>
20115
20116         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20117         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20118         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20119         Modernise the seek code.
20120
20121 2005-11-10  Michael Smith <msmith@fluendo.com>
20122         
20123         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20124         (setup_substreams), (set_active_source):
20125           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20126           trying to go to NULL if we failed to read a file.
20127
20128 2005-11-10  Wim Taymans  <wim@fluendo.com>
20129
20130         * gst/audiotestsrc/gstaudiotestsrc.c:
20131         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20132         (gst_audiotestsrc_create):
20133         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20134         (gst_sinesrc_get_times), (gst_sinesrc_create):
20135         * gst/videotestsrc/gstvideotestsrc.c:
20136         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20137         (gst_videotestsrc_create):
20138         The base class can now sync for us.
20139
20140 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20141
20142         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20143           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20144           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20145           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20146           format=(fourcc)I420" ! xvimagesink
20147
20148 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20149
20150         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20151         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20152         (gst_sinesrc_newsegment):
20153           Send newsegment event in TIME format, set duration if
20154           num-buffers is set, fix duration querying.
20155
20156 2005-11-10  Michael Smith <msmith@fluendo.com>
20157
20158         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20159         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20160         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20161         (gst_ogg_mux_collected):
20162          Fix EOS handling, partially. Now forwarding an EOS event once we have
20163          EOS on all pads works correctly. However, we still don't properly set
20164          EOS on the actual ogg stream pages.
20165
20166 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20167
20168         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20169           Set elements to NULL state before disposing of them.
20170
20171 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20172
20173         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20174
20175         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20176         (gst_base_rtp_depayload_init),
20177         (gst_base_rtp_depayload_set_gst_timestamp):
20178         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20179           We need to send a newsegment event for each instance, not
20180           just for the first instance of this class (get rid of
20181           static variable in function). (#321011).
20182           
20183 2005-11-08  Michael Smith <msmith@fluendo.com>
20184
20185         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20186         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20187         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20188         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20189           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20190           This makes us mux things correctly according to the ogg muxing
20191           rules. Still not handling EOS correctly right now, though.
20192
20193 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20194
20195         * gst/audioconvert/gstaudioconvert.c:
20196           Fix typo in docs. 
20197
20198 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20199
20200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20201         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20202           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20203           creating a new chain; should fix live streaming. Also
20204           add more debug output and fix a typo.
20205
20206 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20207
20208         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20209
20210         * gst/volume/gstvolume.c: (volume_set_caps):
20211           Fix compilation on Solaris with Forte. (#320923)
20212
20213 2005-11-08  Wim Taymans  <wim@fluendo.com>
20214
20215         * gst-libs/gst/audio/gstbaseaudiosink.c:
20216         (gst_base_audio_sink_render):
20217         No need to do a typecheck.
20218
20219 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20220
20221         * ext/alsa/gstalsa.h:
20222           We register a debug category, so let's use it.
20223
20224 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20225
20226         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20227         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20228         Fixed a small problem.
20229
20230 2005-11-04  Wim Taymans  <wim@fluendo.com>
20231
20232         * examples/seeking/Makefile.am:
20233         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20234         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20235         (make_playerbin_pipeline), (format_value), (update_scale),
20236         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20237         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20238         (print_usage), (main):
20239         Added app for playback speed testing.
20240
20241         * examples/seeking/seek.c: (dynamic_link),
20242         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20243         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20244         (message_received), (main):
20245         Updated seek example.
20246
20247 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20248
20249         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20250         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20251         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20252         (gst_base_rtp_depayload_set_clock):
20253         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20254         Don't sleep on the bench (system clock) when you have a nice 
20255         comfortable bed (Gstreamer clock) to sleep on.
20256
20257 2005-11-03  Wim Taymans  <wim@fluendo.com>
20258
20259         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20260         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20261         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20262         Handle the case where a pad_block failed.
20263
20264 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20265
20266         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20267
20268         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20269         (gst_base_rtp_depayload_add_to_queue),
20270         (gst_base_rtp_depayload_push),
20271         (gst_base_rtp_depayload_set_gst_timestamp),
20272         (gst_base_rtp_depayload_queue_release):
20273           Fixes some bugs in the depayloader's queuing/de-queueing code.
20274
20275 2005-10-31  Michael Smith <msmith@fluendo.com>
20276
20277         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20278         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20279         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20280           Patch from Alessandro Decina <alessandro@nnva.org>.
20281           Make oggdemux only find the final time in a chain, not per-pad,
20282           since the per-pad information can be very expensive to locate, and
20283           it isn't used anywhere. This makes reading a file containing
20284           OggSkeleton reasonably fast.
20285           Also, make chain finding work when there are logical bitstreams that
20286           can't be decoded. Fixes #319110.
20287
20288 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20289
20290         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20291         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20292         (gst_base_rtp_depayload_chain),
20293         (gst_base_rtp_depayload_add_to_queue),
20294         (gst_base_rtp_depayload_push),
20295         (gst_base_rtp_depayload_set_gst_timestamp),
20296         (gst_base_rtp_depayload_queue_release),
20297         (gst_base_rtp_depayload_start_thread),
20298         (gst_base_rtp_depayload_set_property),
20299         (gst_base_rtp_depayload_get_property):
20300         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20301         Some random fixes, to fullfill the desires of thomas.
20302
20303 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20304
20305         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20306         (gst_base_rtp_depayload_add_to_queue),
20307         (gst_base_rtp_depayload_push):
20308         Fixed the queueing algorithm.
20309
20310 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20311
20312         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20313         (gst_base_rtp_depayload_push):
20314         A small fix
20315
20316 2005-10-31  Wim Taymans  <wim@fluendo.com>
20317
20318         * gst-libs/gst/audio/gstringbuffer.h:
20319         Don't break ABI.
20320
20321         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20322         (gst_ffmpeg_caps_to_pixfmt):
20323         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20324         (gst_ffmpegcsp_set_caps):
20325         Some more comments.
20326         Handle missing required caps fields better.
20327
20328 2005-10-31  Wim Taymans  <wim@fluendo.com>
20329
20330         * gst-libs/gst/audio/gstbaseaudiosink.c:
20331         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20332         (gst_base_audio_sink_render):
20333         * gst-libs/gst/audio/gstringbuffer.c:
20334         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20335         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20336         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20337         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20338         (gst_ring_buffer_read):
20339         * gst-libs/gst/audio/gstringbuffer.h:
20340         Add flushing mode to the ringbuffer so that it in all cases does
20341         not try to handle more audio. This makes sure it does not try to
20342         block anymore when flushing and fixes a livelock.
20343
20344 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20345
20346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20347         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20348         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20349           Explicitly check for -1 values before doing a conversion
20350           and always map them to -1. (#315545)
20351
20352 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20353
20354         * gst/playback/gstplaybin.c: (gen_video_element):
20355           first try autovideosink, then xvimagesink, then error out
20356         * po/POTFILES.in:
20357           add translatable file
20358         * po/af.po:
20359         * po/az.po:
20360         * po/cs.po:
20361         * po/en_GB.po:
20362         * po/hu.po:
20363         * po/it.po:
20364         * po/nb.po:
20365         * po/nl.po:
20366         * po/or.po:
20367         * po/sq.po:
20368         * po/sr.po:
20369         * po/sv.po:
20370         * po/uk.po:
20371         * po/vi.po:
20372           update translations
20373
20374 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20375
20376         * gst-libs/gst/rtp/gstbasedepayload.c:
20377         * gst-libs/gst/rtp/gstbasedepayload.h:
20378           Minor cleanups
20379
20380 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20381
20382         * gst/playback/.cvsignore:
20383         * gst/playback/decodetest.c:
20384         * gst/playback/test3.c:
20385           Port these two tests as well.
20386
20387 2005-10-27  Wim Taymans  <wim@fluendo.com>
20388
20389         * ext/theora/theoradec.c: (theora_dec_src_query),
20390         (theora_dec_sink_event):
20391         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20392         (theora_enc_change_state):
20393         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20394         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20395         Take proper locks when handling events.
20396
20397 2005-10-27  Wim Taymans  <wim@fluendo.com>
20398
20399         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20400         (gst_adder_change_state):
20401         Fix timestamps and fix deadlock when stopping the collectpads.
20402
20403 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20404
20405         * gst-libs/gst/rtp/gstrtpbuffer.h:
20406         Declaring the payload types as strings too so that they can be used
20407         in the padtemplate inialization.
20408
20409 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20410
20411         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20412
20413         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20414         (gst_base_rtp_depayload_class_init):
20415         Fixes a small but nasty bug. The derived elements no longer segfaults
20416         on finalization.
20417
20418 2005-10-26  Michael Smith <msmith@fluendo.com>
20419
20420         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20421           When clearing an audioconvert context, set tmpbufsize to zero, so
20422           we'll allocate it again later if required.
20423           This fixes audioconvert re-negotiating formats, which previously
20424           segfaulted with a NULL destination buffer.
20425
20426 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20427
20428         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20429         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20430         (gst_base_rtp_depayload_set_gst_timestamp),
20431         (gst_base_rtp_depayload_queue_release):
20432         Fixed a smalll memleak.
20433
20434 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20435         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20436         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20437         (gst_base_rtp_depayload_finalize),
20438         (gst_base_rtp_depayload_setcaps),
20439         (gst_base_rtp_depayload_add_to_queue),
20440         (gst_base_rtp_depayload_push),
20441         (gst_base_rtp_depayload_set_gst_timestamp),
20442         (gst_base_rtp_depayload_queue_release),
20443         (gst_base_rtp_depayload_thread),
20444         (gst_base_rtp_depayload_change_state):
20445         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20446         Changed the C++ comments to C comments
20447
20448 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20449
20450         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20451         * gst/tcp/gsttcpclientsrc.h:
20452         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20453         * gst/tcp/gsttcpserversrc.h:
20454           Remove unused 'curoffset' structure member.
20455
20456 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20457
20458         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20459         (gst_base_rtp_depayload_base_init),
20460         (gst_base_rtp_depayload_finalize):
20461         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20462         * gst-libs/gst/rtp/gstbasertppayload.h:
20463           The pad-template on the sinkpad should be set by the derived classes.
20464           Also added some useful macros.
20465
20466 2005-10-24  Wim Taymans  <wim@fluendo.com>
20467
20468         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20469         Correctly flush decoder samples even if we could not
20470         copy them to an output buffer. Fixes #319618.
20471
20472 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20473
20474         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20476         the caps against our xcontext caps.
20477
20478 2005-10-24  Wim Taymans  <wim@fluendo.com>
20479
20480         * gst-libs/gst/audio/gstbaseaudiosink.c:
20481         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20482         Remove g_print
20483         Use sync property from baseclass to disable sync.
20484
20485 2005-10-24  Wim Taymans  <wim@fluendo.com>
20486
20487         * gst-libs/gst/audio/gstbaseaudiosink.c:
20488         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20489         Buffers with no timestamps get aligned with previous buffers or
20490         on underrun, played ASAP.
20491
20492 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20493
20494         * gst-libs/gst/video/video.h:
20495         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20496         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20498         here comes my change on caps for framerate and geometry range.
20499         We are now accepting 1 to MAXINT for width and height, and from
20500         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20501         to be blended correctly in videomixer.
20502
20503 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20504
20505         * configure.ac:
20506           back to HEAD
20507
20508 === release 0.9.4 ===
20509
20510 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20511
20512         * NEWS:
20513         * RELEASE:
20514         * configure.ac:
20515           releasing 0.9.4, "Velociraptor"
20516
20517 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20518
20519         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20520         * po/POTFILES.in:
20521           STOPPED -> FAILED
20522
20523 2005-10-21  Wim Taymans  <wim@fluendo.com>
20524
20525         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20526         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20527         (pad_blocked), (close_pad_link), (new_pad):
20528         Don't try to remove elements twice.
20529
20530 2005-10-21  Wim Taymans  <wim@fluendo.com>
20531
20532         * ext/theora/theoradec.c: (theora_dec_src_query),
20533         (theora_dec_sink_event):
20534         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20535         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20536         (vorbis_handle_data_packet):
20537         * ext/vorbis/vorbisdec.h:
20538         Fix old naming.
20539
20540         * gst-libs/gst/audio/gstbaseaudiosink.c:
20541         (gst_base_audio_sink_render):
20542         Don't try to sync on buffers without a timestamp.
20543
20544 2005-10-21  Wim Taymans  <wim@fluendo.com>
20545
20546         * ext/theora/theoradec.c: (theora_dec_src_query),
20547         (theora_dec_sink_event):
20548         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20549         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20550         (vorbis_handle_data_packet):
20551         * ext/vorbis/vorbisdec.h:
20552         Fix old naming.
20553
20554 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20555
20556         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20557         (gst_vorbisenc_src_query):
20558           Implement position and duration queries.
20559
20560         * gst/playback/test3.c: (update_scale), (main):
20561           Fix for async state changes and print nicer output.
20562
20563 2005-10-20  Wim Taymans  <wim@fluendo.com>
20564
20565         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20566         (dump_element_stats), (main):
20567         * gst/playback/test6.c: (main):
20568         Fix tests again
20569
20570 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20571
20572         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20573         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20574           Don't use functions for position queries when handling
20575           duration queries.
20576
20577 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20578
20579         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20580         (vorbis_handle_data_packet), (vorbis_dec_chain),
20581         (vorbis_dec_change_state):
20582         * ext/vorbis/vorbisdec.h:
20583           Vorbis streams can be embedded in other container formats
20584           than ogg, container formats where the demuxer might set 
20585           timestamps on encoded vorbis buffers instead of those silly 
20586           granulepos thingies. In short: make vorbisdec handle 
20587           timestamps on incoming buffers as well.
20588
20589 2005-10-20  Wim Taymans  <wim@fluendo.com>
20590
20591         * gst/playback/gstplaybasebin.c: (group_destroy),
20592         (gst_play_base_bin_change_state):
20593         Fix leak.
20594         Handle case where playbasebin is now ASYNC because
20595         decodebin is.
20596
20597 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20598
20599         * gst/audioconvert/Makefile.am:
20600         * gst/audioconvert/bufferframesconvert.c:
20601         * gst/audioconvert/plugin.c: (plugin_init):
20602         * gst/audioconvert/plugin.h:
20603           And bye bye buffer-frames-convert
20604
20605 2005-10-19  Wim Taymans  <wim@fluendo.com>
20606
20607         * check/elements/audioconvert.c:
20608         * docs/libs/tmpl/gstaudio.sgml:
20609         * docs/libs/tmpl/gstcolorbalance.sgml:
20610         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20611         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
20612         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
20613         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
20614         * gst-libs/gst/audio/audio.h:
20615         * gst/audioconvert/audioconvert.h:
20616         * gst/audioconvert/gstaudioconvert.c:
20617         (gst_audio_convert_parse_caps):
20618         * gst/volume/gstvolume.c:
20619         Bye bye buffer-frames.
20620
20621 2005-10-19  Wim Taymans  <wim@fluendo.com>
20622
20623         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20624         (query_positions_elems), (query_positions_pads), (update_scale),
20625         (do_seek), (set_update_scale), (message_received), (main):
20626         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20627         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
20628         (gst_ogg_demux_loop):
20629         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
20630         * ext/theora/theoradec.c: (theora_dec_src_query),
20631         (theora_dec_sink_event):
20632         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20633         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
20634         * gst/adder/gstadder.c: (gst_adder_query):
20635         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20636         * gst/playback/test3.c: (update_scale):
20637         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20638         (dump_element_stats), (main):
20639         * gst/playback/test6.c: (main):
20640         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20641         Query API update.
20642
20643 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20644
20645         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
20646         (xml_check_first_element), (xml_type_find), (smil_type_find),
20647         (plugin_init):
20648           Add typefinding for SMIL and for generic XML. Based on patch by
20649           Akos Maroy (#308663).
20650
20651 2005-10-18  Wim Taymans  <wim@fluendo.com>
20652
20653         * gst/playback/Makefile.am:
20654         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20655         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
20656         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
20657         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
20658         (gst_decode_bin_change_state):
20659         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20660         (gst_play_bin_send_event_to_sink):
20661         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20662         (dump_element_stats), (main):
20663         * gst/playback/test6.c: (main):
20664         Make playbin async, it'll commit state to paused when all streams
20665         are detected.
20666         Remove ugly hack.
20667         Added test6.c to show async behaviour.
20668
20669 2005-10-18  Wim Taymans  <wim@fluendo.com>
20670
20671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
20672         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
20673         Fix for segment-start/stop API change.
20674
20675 2005-10-18  Wim Taymans  <wim@fluendo.com>
20676
20677         * check/Makefile.am:
20678         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
20679         (main):
20680         Add future test for clock selection.
20681
20682 2005-10-18  Wim Taymans  <wim@fluendo.com>
20683
20684         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
20685         (gst_alsasink_close):
20686         Set handle to NULL.
20687
20688         * gst-libs/gst/audio/gstringbuffer.c:
20689         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20690         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20691         (gst_ring_buffer_start), (gst_ring_buffer_pause),
20692         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
20693         (gst_ring_buffer_read):
20694         More debug info.
20695
20696 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
20697
20698         * gst/audiotestsrc/Makefile.am:
20699         * gst/sine/Makefile.am:
20700         * gst/volume/Makefile.am:
20701           fix broken build of controllerized plugins
20702
20703 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
20704
20705         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20706
20707         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20708         (gst_riff_create_video_template_caps):
20709           Add support for Indeo-3 (IV32).
20710
20711 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20712
20713         * configure.ac:
20714           rewrite
20715
20716 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20717
20718         * gst-libs/gst/video/video.c: (gst_video_get_size):
20719         * gst/audiotestsrc/gstaudiotestsrc.c:
20720           doc updates
20721
20722 2005-10-17  Andy Wingo  <wingo@pobox.com>
20723
20724         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
20725         with the collectpads change.
20726         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
20727
20728         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
20729
20730         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
20731
20732         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
20733         alloc_buffer flow return to callers.
20734         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
20735         change. Fix some memleaks in theoraenc.
20736
20737         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
20738         in strange circumstance.
20739
20740 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20741
20742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20743         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
20744         from caps, let's use the caps...
20745
20746 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20747
20748         * configure.ac:
20749           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
20750
20751 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20752
20753         * gst-libs/gst/interfaces/Makefile.am:
20754           fix silly typo
20755
20756 2005-10-16  Andy Wingo  <wingo@pobox.com>
20757
20758         * gst/playback/gstdecodebin.c
20759         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
20760         function!
20761         (try_to_link_1): Increase kraziness level.
20762
20763 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20764
20765         * configure.ac:
20766           restructure like the core one
20767         * gst-libs/gst/audio/Makefile.am:
20768         * gst-libs/gst/interfaces/Makefile.am:
20769         * gst-libs/gst/net/Makefile.am:
20770         * gst-libs/gst/riff/Makefile.am:
20771         * gst-libs/gst/rtp/Makefile.am:
20772         * gst-libs/gst/tag/Makefile.am:
20773         * gst-libs/gst/video/Makefile.am:
20774           use correct linker flags, now the libs are properly versioned
20775         * check/elements/audioconvert.c: (verify_convert):
20776         * ext/alsa/gstalsaplugin.c:
20777         * ext/cdparanoia/gstcdparanoia.c:
20778         * ext/gnomevfs/gstgnomevfs.c:
20779         * ext/libvisual/visual.c:
20780         * ext/ogg/gstogg.c:
20781         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
20782         * ext/theora/theora.c:
20783         * ext/vorbis/vorbis.c:
20784         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20785         * gst-libs/gst/tag/gsttagediting.c:
20786         * gst-libs/gst/video/video.c:
20787         * gst/adder/gstadder.c:
20788         * gst/audioconvert/plugin.c:
20789         * gst/audiorate/gstaudiorate.c:
20790         * gst/audioresample/gstaudioresample.c:
20791         * gst/audioresample/resample_ref.c: (resample_scale_ref):
20792         * gst/audioscale/gstaudioscale.c:
20793         * gst/audioscale/resample.c:
20794         * gst/audiotestsrc/gstaudiotestsrc.c:
20795         * gst/ffmpegcolorspace/gstffmpeg.c:
20796         * gst/playback/gstdecodebin.c: (close_pad_link):
20797         * gst/playback/gstplaybin.c: (gen_video_element),
20798         (gen_audio_element):
20799         * gst/sine/gstsinesrc.c:
20800         * gst/subparse/gstsubparse.c:
20801         * gst/tags/gsttagediting.c:
20802         * gst/tcp/gsttcpplugin.c:
20803         * gst/typefind/gsttypefindfunctions.c:
20804         * gst/videorate/gstvideorate.c:
20805         * gst/videoscale/gstvideoscale.c:
20806         * gst/videotestsrc/gstvideotestsrc.c:
20807         * gst/volume/gstvolume.c:
20808         * sys/v4l/gstv4l.c:
20809         * sys/ximage/ximage.c:
20810         * sys/xvimage/xvimagesink.c:
20811           fix up defines
20812
20813 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20814
20815         * ext/vorbis/vorbisenc.c:
20816         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20817         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
20818         (gst_tag_to_vorbis_comments):
20819           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
20820
20821 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20822
20823         * examples/stats/mp2ogg.c:
20824         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20825           typo fixes
20826
20827 2005-10-13  Michael Smith <msmith@fluendo.com>
20828
20829         * ext/ogg/gstoggmux.c:
20830           Use magic glib macros to define constants as 64 bit, to ensure
20831           appropriate vararg passing.
20832
20833 2005-10-13  Michael Smith <msmith@fluendo.com>
20834
20835         * ext/ogg/gstoggmux.c:
20836         * gst/audioconvert/audioconvert.c: (float):
20837           Don't use LL suffix, as it's not portable, and neither of these
20838           uses required it anyway.
20839
20840 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
20841
20842         * examples/indexing/indexmpeg.c: (main):
20843         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
20844         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
20845         (cdparanoia_convert), (cdparanoia_query):
20846         * ext/cdparanoia/gstcdparanoia.h:
20847         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20848         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
20849         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
20850         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
20851         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
20852         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
20853         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
20854         (gst_multifdsink_render), (gst_multifdsink_start),
20855         (gst_multifdsink_stop):
20856         * gst/tcp/gstmultifdsink.h:
20857         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
20858         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
20859         (gst_tcpclientsink_stop):
20860         * gst/tcp/gsttcpclientsink.h:
20861         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
20862         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
20863         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
20864         * gst/tcp/gsttcpclientsrc.h:
20865         * gst/tcp/gsttcpserversink.h:
20866         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
20867         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
20868         (gst_tcpserversrc_stop):
20869         * gst/tcp/gsttcpserversrc.h:
20870         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
20871         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
20872         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
20873           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
20874           moved bitshift from macro to enum definition
20875
20876 2005-10-12  Wim Taymans  <wim@fluendo.com>
20877
20878         * examples/seeking/Makefile.am:
20879         Oops.
20880
20881 2005-10-12  Wim Taymans  <wim@fluendo.com>
20882
20883         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
20884         (gst_ring_buffer_read), (gst_ring_buffer_clear):
20885         Don't assert on normal stuff.
20886
20887         * gst/playback/gstplaybin.c: (do_playbin_seek):
20888         API fix.
20889
20890 2005-10-12  Wim Taymans  <wim@fluendo.com>
20891
20892         * check/pipelines/simple_launch_lines.c: (run_pipeline):
20893         * examples/seeking/Makefile.am:
20894         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
20895         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20896         (do_seek), (set_update_scale), (message_received), (main):
20897         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
20898         (gst_ring_buffer_read), (gst_ring_buffer_clear):
20899         Update for _get_state() API change.
20900
20901 2005-10-11  Wim Taymans  <wim@fluendo.com>
20902
20903         * gst-libs/gst/audio/gstbaseaudiosink.c:
20904         (gst_base_audio_sink_render):
20905         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20906         (gst_base_audio_src_create):
20907         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
20908         (gst_ring_buffer_read):
20909         Cleanups.
20910         Commit and read from ringbuffer in samples rather than bytes.
20911
20912 2005-10-11  Wim Taymans  <wim@fluendo.com>
20913
20914         * gst-libs/gst/audio/gstbaseaudiosink.c:
20915         (gst_base_audio_sink_render):
20916         Respect segment rate and accum when scheduling samples.
20917
20918 2005-10-11  Julien MOUTTE  <julien@moutte.net>
20919
20920         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20921         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
20922         EOS correctly, that needs more work.
20923
20924 2005-10-11  Wim Taymans  <wim@fluendo.com>
20925
20926         * check/generic/states.c: (GST_START_TEST):
20927         remove old property.
20928
20929         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
20930         (gst_ogg_demux_perform_seek):
20931         * ext/theora/theoradec.c: (theora_dec_sink_event):
20932         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20933         (vorbis_handle_data_packet):
20934         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20935         (gst_base_rtp_depayload_set_gst_timestamp):
20936         * gst/videorate/gstvideorate.c: (gst_videorate_event):
20937         Update for newsegment API change.
20938
20939 2005-10-11  Michael Smith <msmith@fluendo.com>
20940
20941         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
20942         (do_playbin_seek), (gst_play_bin_send_event):
20943           Override send_event differently, so that we can takes bits of
20944           functionality from GstPipeline (special handling for seeks,
20945           including pausing/resuming, and resetting stream time) and still get
20946           the appropriate behaviour of only forwarding event to a single sink,
20947           rather than all of them.
20948           Unfortunately requires a lot of code duplication, but the
20949           alternatives are equally ugly in the end.
20950
20951 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20952
20953         * check/elements/audioconvert.c: (setup_audioconvert),
20954         (cleanup_audioconvert), (get_int_caps), (verify_convert),
20955         (GST_START_TEST), (audioconvert_suite):
20956           clean up tests a little, fix some leaks.
20957
20958 2005-10-10  Wim Taymans  <wim@fluendo.com>
20959
20960         * ext/alsa/gstalsasink.c:
20961         Also allow unsigned int.
20962
20963         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20964         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
20965         Small cleanup
20966
20967 2005-10-10  Wim Taymans  <wim@fluendo.com>
20968
20969         * check/pipelines/simple_launch_lines.c: (run_pipeline):
20970         Small update, use API as stated in design docs.
20971
20972         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20973         (update_scale), (do_seek), (seek_cb), (set_update_scale),
20974         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
20975         (message_received), (main):
20976         Updated seek example for GOption. Some usability improvements.
20977
20978 2005-10-10  Wim Taymans  <wim@fluendo.com>
20979
20980         * gst/audioconvert/audioconvert.h:
20981         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
20982         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
20983         Alloc temp storage somewhere else where we can do it more
20984         portable.
20985
20986 2005-10-10  Wim Taymans  <wim@fluendo.com>
20987
20988         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
20989         (gst_tcpserversrc_start):
20990         Don't block in accept while doing the state change, move
20991         to poll and make cancellable.
20992
20993 2005-10-09  Philippe Khalaf <burger@speedy.org>
20994
20995         * gst-libs/gst/rtp/rtpbasedepayload.c:
20996         Set timestamp and add queue delay to timestamp
20997         * gst-libs/gst/rtp/rtpbuffer.h:
20998         Set correct payload type for h263
20999
21000 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21001
21002         * gst/audiotestsrc/gstaudiotestsrc.c:
21003         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21004         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21005         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21006         (gst_audiotestsrc_create_triangle),
21007         (gst_audiotestsrc_create_silence),
21008         (gst_audiotestsrc_create_white_noise),
21009         (gst_audiotestsrc_init_pink_noise),
21010         (gst_audiotestsrc_generate_pink_noise_value),
21011         (gst_audiotestsrc_create_pink_noise),
21012         (gst_audiotestsrc_change_wave):
21013         * gst/audiotestsrc/gstaudiotestsrc.h:
21014           fixed typo, added pink noise
21015
21016 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21017
21018         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21019         (plugin_init):
21020           Add wavpack and spc typefind functions from 0.8 branch.
21021
21022 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21023
21024         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21025         (ar_type_find), (msdos_type_find), (plugin_init):
21026           Add typefind functions for tar archives, ar archives,
21027           RAR archives, and msdos-executables (dlls, exe, etc.).
21028           Some of those would be wrongly identified as mpeg
21029           streams of some sort before (#315550).
21030
21031 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21032
21033         * configure.ac:
21034         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21035         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21036         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21037         * gst/audiotestsrc/Makefile.am:
21038         * gst/audiotestsrc/gstaudiotestsrc.c:
21039         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21040         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21041         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21042         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21043         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21044         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21045         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21046         (gst_audiotestsrc_create_silence),
21047         (gst_audiotestsrc_create_white_noise),
21048         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21049         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21050         (gst_audiotestsrc_start), (plugin_init):
21051         * gst/audiotestsrc/gstaudiotestsrc.h:
21052           add new plugin and element
21053         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21054           use gobject_class
21055
21056 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21057
21058         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21059         (gst_adder_init), (gst_adder_request_new_pad),
21060         (gst_adder_change_state):
21061           Add query function to source pad, so adder reports the correct
21062           time/sample position when queried (#315457); fix state change
21063           function; use GST_DEBUG_FUNCPTR() for pad functions.
21064
21065 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21066
21067         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21068           Fix leaks in typefind registration
21069           Clean up the gratuitous commenting and whitespacing a little
21070
21071 2005-10-08  Wim Taymans  <wim@fluendo.com>
21072
21073         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21074         Only actually wait for the thread to be stopped if it's 
21075         running.
21076
21077 2005-10-08  Wim Taymans  <wim@fluendo.com>
21078
21079         * gst-libs/gst/audio/gstbaseaudiosink.c:
21080         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21081         If we receive EOS we can start playback of what we had.
21082
21083 2005-10-08  Wim Taymans  <wim@fluendo.com>
21084
21085         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21086         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21087         (gst_multifdsink_stop):
21088         Fix crasher when going to NULL multiple times.
21089
21090 2005-10-06  Wim Taymans  <wim@fluendo.com>
21091
21092         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21093         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21094         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21095         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21096         patch from Edgard Lima <edgard.lima@indt.org.br>
21097         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21098
21099 2005-10-06  Wim Taymans  <wim@fluendo.com>
21100
21101         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21102         Report the FLOW_RETURN as string in the error message.
21103
21104         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21105         Don't assert when clearing an unnegotiated buffer.
21106
21107 2005-10-04  Michael Smith <msmith@fluendo.com>
21108
21109         * gst/playback/gstplaybasebin.c: (group_destroy),
21110         (gen_preroll_element), (remove_groups), (setup_source):
21111         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21112         (setup_sinks), (gst_play_bin_send_event),
21113         (gst_play_bin_change_state):
21114           Set state to NULL before removing from bin. Fix refcounting.
21115
21116 2005-10-04  Michael Smith <msmith@fluendo.com>
21117
21118         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21119           Correct refcounting in send_event() function. Previously was wrong
21120           if the first sink was unable to handle the event.
21121
21122 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21123
21124         * configure.ac:
21125           back to development
21126
21127 === release 0.9.3 ===
21128
21129 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21130
21131         * configure.ac:
21132           Releasing 0.9.3, "De Facto"
21133
21134 2005-10-03  Andy Wingo  <wingo@pobox.com>
21135
21136         * gst/playback/gstdecodebin.c (try_to_link_1)
21137         (remove_element_chain): set element to NULL before removing it.
21138
21139 2005-10-02  Johan Dahlin  <johan@gnome.org>
21140
21141         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21142         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21143         MT safe.
21144
21145 2005-10-02  Andy Wingo  <wingo@pobox.com>
21146
21147         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21148         (gst_ring_buffer_prepare_read): 
21149         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21150         Demote to LOG.
21151
21152 2005-09-29  Wim Taymans  <wim@fluendo.com>
21153
21154         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21155         * ext/theora/theoradec.c: (theora_handle_data_packet):
21156         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21157         Propagate error codes from alloc_buffer too.
21158
21159 2005-09-29  Wim Taymans  <wim@fluendo.com>
21160
21161         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21162         We use fixed caps.
21163
21164         * gst/playback/Makefile.am:
21165         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21166         (dump_element_stats), (main):
21167         Added example stream introspection code.
21168
21169 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21170
21171         * gst/adder/gstadder.c: (gst_adder_collected):
21172           fix adder for float elements
21173
21174 2005-09-28  Wim Taymans  <wim@fluendo.com>
21175
21176         * gst-libs/gst/audio/gstbaseaudiosink.c:
21177         (gst_base_audio_sink_class_init),
21178         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21179         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21180         (gst_base_audio_src_class_init),
21181         (gst_base_audio_src_provide_clock):
21182         get_clock -> provide_clock
21183
21184 2005-09-28  Andy Wingo  <wingo@pobox.com>
21185
21186         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21187         and unlocking.
21188
21189         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21190         unlocking.
21191
21192         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21193         Actually add the pad template.
21194         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21195
21196         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21197         I'm at it...
21198
21199         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21200         from fdsrc. Get caps in create() instead of start() so it can be
21201         interrupted. Interruption somewhat untested.
21202
21203         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21204         Proper EOS handling.
21205
21206 2005-09-27  Andy Wingo  <wingo@pobox.com>
21207
21208         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21209
21210         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21211
21212         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21213
21214         * gst/tcp/gsttcp.h: 
21215         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21216         out of tcpclientsrc.c. Cancellable.
21217         (gst_tcp_socket_read): Made private, cancellable, with better
21218         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21219         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21220         whole buffer, and better diagnostics.
21221         (gst_tcp_gdp_read_caps): Same.
21222
21223         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21224
21225 2005-09-26  Andy Wingo  <wingo@pobox.com>
21226
21227         * gst/sine/gstsinesrc.h:
21228         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21229         change the 'sync' property to 'is-live' and implement it halfway,
21230         update for controller api change.
21231
21232         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21233         controller api change.
21234
21235 2005-09-24  Wim Taymans  <wim@fluendo.com>
21236
21237         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21238         * gst-libs/gst/audio/gstaudiosink.c:
21239         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21240         (gst_audioringbuffer_stop):
21241         * gst-libs/gst/audio/gstbaseaudiosink.c:
21242         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21243         (gst_base_audio_sink_change_state):
21244         * gst-libs/gst/audio/gstbaseaudiosink.h:
21245         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21246         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21247         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21248         * gst-libs/gst/audio/gstringbuffer.h:
21249         Fix sync again. Moved sample alignment to basesink.
21250
21251 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21252
21253         * docs/plugins/Makefile.am:
21254         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21255         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21256         * gst/volume/gstvolume.c:
21257           add/fix docs
21258         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21259         * gst-libs/gst/audio/audio.h:
21260           add conversion macros for frames <-> clocktime
21261
21262 2005-09-23  David Schleef  <ds@schleef.org>
21263
21264         * gst/audioresample/Makefile.am:
21265         * gst/audioresample/debug.h:
21266         * gst/audioresample/gstaudioresample.c:
21267         * gst/audioresample/resample.c: Convert to using gst debugging
21268
21269 2005-09-22  Wim Taymans  <wim@fluendo.com>
21270
21271         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21272         (gst_play_bin_send_event):
21273         Only seek on one sink, the first one that succeeds.
21274
21275 2005-09-22  Michael Smith <msmith@fluendo.com>
21276
21277         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21278         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21279         Don't flush encoder state unless we have an initialised encoder.
21280         Clear out encoder state on PAUSED_TO_READY.
21281
21282 2005-09-22  Wim Taymans  <wim@fluendo.com>
21283
21284         * gst-libs/gst/rtp/gstbasertppayload.c:
21285         (gst_basertppayload_class_init), (gst_basertppayload_init),
21286         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21287         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21288         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21289         (gst_basertppayload_set_property),
21290         (gst_basertppayload_get_property),
21291         (gst_basertppayload_change_state):
21292         * gst-libs/gst/rtp/gstbasertppayload.h:
21293         Added max-ptime to control amount of data in the rtp packets.
21294
21295 2005-09-21  Andy Wingo  <wingo@pobox.com>
21296
21297         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21298         thingies.
21299
21300         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21301         can be called multiple times, dogs.
21302
21303 2005-09-21  Wim Taymans  <wim@fluendo.com>
21304
21305         * gst-libs/gst/rtp/gstbasertppayload.c:
21306         (gst_basertppayload_class_init), (gst_basertppayload_init),
21307         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21308         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21309         (gst_basertppayload_push), (gst_basertppayload_get_property),
21310         (gst_basertppayload_change_state):
21311         Allow 0 ssrc too.
21312
21313 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21314
21315         * docs/libs/compiling.sgml:
21316           fixing typos
21317
21318 2005-09-20  Wim Taymans  <wim@fluendo.com>
21319
21320         * gst-libs/gst/rtp/gstbasertppayload.c:
21321         (gst_basertppayload_class_init), (gst_basertppayload_init),
21322         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21323         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21324         (gst_basertppayload_push), (gst_basertppayload_set_property),
21325         (gst_basertppayload_get_property),
21326         (gst_basertppayload_change_state):
21327         * gst-libs/gst/rtp/gstbasertppayload.h:
21328         Added property to configure sequence number offsets.
21329
21330 2005-09-20  Wim Taymans  <wim@fluendo.com>
21331
21332         * gst-libs/gst/rtp/gstbasertppayload.c:
21333         (gst_basertppayload_class_init), (gst_basertppayload_init),
21334         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21335         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21336         (gst_basertppayload_push), (gst_basertppayload_set_property),
21337         (gst_basertppayload_get_property),
21338         (gst_basertppayload_change_state):
21339         * gst-libs/gst/rtp/gstbasertppayload.h:
21340         Make timestamp offset configurable.
21341
21342 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21343
21344         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21345           fix wrong pop/unref
21346
21347 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21348
21349         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21350
21351         * gst-libs/gst/interfaces/propertyprobe.c:
21352         (gst_property_probe_probe_property_name),
21353         (gst_property_probe_needs_probe_name),
21354         (gst_property_probe_get_values_name),
21355         (gst_property_probe_probe_and_get_values_name):
21356           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21357           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21358
21359 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21360
21361         * check/Makefile.am:
21362           have some tests be disabled for valgrinding
21363         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21364         (GST_START_TEST):
21365         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21366           Fix A Leak.  Chain To Parent Finalize.
21367
21368 2005-09-19  Wim Taymans  <wim@fluendo.com>
21369
21370         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21371         Fixed wav pipeline.
21372
21373 2005-09-19  Wim Taymans  <wim@fluendo.com>
21374
21375         * gst-libs/gst/rtp/gstbasertppayload.c:
21376         (gst_basertppayload_class_init), (gst_basertppayload_init),
21377         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21378         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21379         (gst_basertppayload_push), (gst_basertppayload_get_property),
21380         (gst_basertppayload_change_state):
21381         Posting ERROR and WARNING messages is good.
21382
21383 2005-09-19  Wim Taymans  <wim@fluendo.com>
21384
21385         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21386         (gst_base_rtp_depayload_add_to_queue),
21387         (gst_base_rtp_depayload_push),
21388         (gst_base_rtp_depayload_set_gst_timestamp),
21389         (gst_base_rtp_depayload_queue_release):
21390         This one was not supposed to go in.
21391
21392 2005-09-19  Wim Taymans  <wim@fluendo.com>
21393
21394         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21395         Fix for bus API.
21396
21397         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21398         (gst_base_rtp_depayload_chain),
21399         (gst_base_rtp_depayload_add_to_queue),
21400         (gst_base_rtp_depayload_push),
21401         (gst_base_rtp_depayload_set_gst_timestamp),
21402         (gst_base_rtp_depayload_queue_release):
21403         Some cleanups.
21404
21405         * gst-libs/gst/rtp/gstbasertppayload.c:
21406         (gst_basertppayload_class_init), (gst_basertppayload_init),
21407         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21408         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21409         (gst_basertppayload_get_property),
21410         (gst_basertppayload_change_state):
21411         Added debugging category.
21412
21413 2005-09-18  David Schleef  <ds@schleef.org>
21414
21415         * gst/playback/gstdecodebin.c: free plugin list correctly
21416         * gst/playback/gstplaybin.c: emit warning if autovideosink
21417           and autoaudiosink can't be found (instead of segfaulting)
21418
21419 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21420
21421         * check/elements/audioconvert.c: (GST_START_TEST):
21422           try out 24 bit conversion
21423
21424 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21425
21426         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21427         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21428         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21429         * ext/vorbis/vorbisenc.h:
21430           Fix EOS handling.  Still needs a fix in the ogg muxer to
21431           mark the last page as eos.
21432
21433 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21434
21435         * common/gtk-doc-plugins.mak:
21436         * docs/plugins/Makefile.am:
21437         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21438         * gst/ffmpegcolorspace/Makefile.am:
21439         * gst/ffmpegcolorspace/avcodec.h:
21440         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21441         * gst/tcp/gstmultifdsink.c:
21442           fix up ffmpegcolorspace docs; extract header
21443
21444 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21445
21446         * common/gtk-doc-plugins.mak:
21447         * docs/plugins/Makefile.am:
21448         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21449         * ext/theora/Makefile.am:
21450         * ext/theora/gsttheoraenc.h:
21451         * ext/theora/theoraenc.c:
21452         * ext/vorbis/vorbisenc.c:
21453           pick up signals and args for vorbis; add some docs for vorbis
21454
21455 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21456
21457         * common/gstdoc-scangobj:
21458         * common/gtk-doc-plugins.mak:
21459         * docs/libs/Makefile.am:
21460         * docs/plugins/gst-plugins-base-plugins.args:
21461         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21462         * docs/plugins/gst-plugins-base-plugins.interfaces:
21463         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21464         * docs/plugins/gst-plugins-base-plugins.signals:
21465           only scanobj stuff from our source module.  Not sure yet
21466           if that's correct, given the hierarchy stuff :)
21467
21468 2005-09-15  Wim Taymans  <wim@fluendo.com>
21469
21470         * gst/audioconvert/gstaudioconvert.c:
21471         And enable 24 bits mode as well..
21472
21473 2005-09-15  Wim Taymans  <wim@fluendo.com>
21474
21475         * gst-libs/gst/rtp/Makefile.am:
21476         * gst-libs/gst/rtp/gstbasertppayload.c:
21477         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21478         (gst_basertppayload_class_init), (gst_basertppayload_init),
21479         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21480         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21481         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21482         (gst_basertppayload_set_property),
21483         (gst_basertppayload_get_property),
21484         (gst_basertppayload_change_state):
21485         * gst-libs/gst/rtp/gstbasertppayload.h:
21486         Added rtp payloader base class.
21487
21488 2005-09-15  Andy Wingo  <wingo@pobox.com>
21489
21490         * configure.ac (plugindir): Remove the EOL matcher from the
21491         regexp, as it causes me problems. Libtool? Make? Who knows?
21492
21493 2005-09-14  David Schleef  <ds@schleef.org>
21494
21495         * check/generic/states.c: 
21496         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21497         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21498           Fixes for changes in registry API.
21499
21500         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21501           to GST_PLUGIN_LDFLAGS.
21502         * ext/libvisual/visual.c: Make the library shut up.
21503         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21504         * gst-libs/gst/audio/gstaudiofilter.c: same
21505
21506 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21507
21508         * docs/plugins/Makefile.am:
21509         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21510         * docs/plugins/inspect/plugin-libvisual.xml:
21511         * docs/plugins/tmpl/element-tcpserversink.sgml:
21512         * ext/theora/theoraenc.c:
21513           add libvisual plugin and theoraenc element to docs
21514
21515 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21516
21517         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21518         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21519         * ext/theora/theoraenc.c:
21520           add theoraenc
21521
21522 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21523
21524         * gst/audioconvert/Makefile.am:
21525           Audioconvert derives from GstBaseTransform and should
21526           link to the library with our base elements to avoid
21527           unresolved symbols. Makes things work with MinGW (#316160)
21528
21529         * gst/playback/test4.c: (main):
21530           Fix MinGW build problem and use g_usleep() instead of 
21531           sleep() (#316162)
21532
21533 2005-09-12  Wim Taymans  <wim@fluendo.com>
21534
21535         * gst/audioconvert/audioconvert.c: (float),
21536         (audio_convert_prepare_context), (audio_convert_convert):
21537         * gst/audioconvert/audioconvert.h:
21538         Cleanups, speedups, simplifications, added back support
21539         for 24 bits.
21540
21541 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21542
21543         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21544         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21545         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21546         * docs/plugins/tmpl/element-tcpserversink.sgml:
21547         * gst/ffmpegcolorspace/gstffmpeg.c:
21548         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21549         * gst/videotestsrc/gstvideotestsrc.c:
21550         * gst/volume/gstvolume.c:
21551           add more elements to the docs
21552
21553 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21554
21555         * check/Makefile.am:
21556         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21557         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21558           Add extra tests for basetransform based components. 
21559           Comment out the test_element_negotiation test until we decide
21560           if it's testing correct behaviour.
21561         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21562         (gst_visual_chain), (gst_visual_change_state):
21563           Slightly more correct but still bogus timestamping.
21564           Fix state change function.
21565         * gst/audioconvert/gstaudioconvert.c:
21566         (gst_audio_convert_class_init):
21567         * gst/audioresample/gstaudioresample.c:
21568         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21569         (gst_ffmpegcsp_class_init):
21570         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21571         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21572         (gst_videoscale_prepare_image):
21573         * gst/volume/gstvolume.c: (gst_volume_class_init),
21574         (volume_transform_ip):
21575           Basetransform updates. Enable passthrough modes.
21576         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21577         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21578         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21579           Negotiation fix that allows the window to return to the original
21580           size and renegotiate passthrough upstream. Extra debug output.
21581
21582 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21583
21584         * gst/sine/gstsinesrc.c:
21585         * gst/volume/gstvolume.c:
21586           fix up header include
21587
21588 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21589
21590         * gst-libs/gst/audio/gstbaseaudiosink.c:
21591         (gst_base_audio_sink_render):
21592         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21593         * gst/volume/gstvolume.c: (gst_volume_class_init),
21594         (volume_transform):
21595           fixing lost sync, some more debugging
21596
21597 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
21598
21599         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21600         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21601         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21602         (gst_xvimagesink_check_xshm_calls):
21603           Fix compilation when XShm is not available.
21604
21605 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21606
21607         * ext/libvisual/visual.c: (gst_visual_dispose),
21608         (gst_visual_getcaps), (gst_visual_src_setcaps),
21609         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21610         (gst_visual_change_state):
21611           Finish fixing up libvisual plugin so that it runs. 
21612
21613 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21614
21615         * ext/vorbis/vorbisenc.c:
21616         * gst-libs/gst/tag/gstvorbistag.c:
21617           gsttaginterface.h -> gsttagsetter.h
21618
21619 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21620
21621         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
21622           added another test that failes for me (test is not active by default)
21623
21624 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21625
21626         * configure.ac:
21627           v4l2 is no longer in gst-plugins-base
21628
21629 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21630
21631         * configure.ac:
21632           In the output at the end, don't show the first plugin on the same
21633           line as "Core plug-ins, always built:".
21634           Indent the output as for other plugin categories
21635         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
21636           #define that can be used to not use peer buffer_alloc functions for
21637           test purposes.
21638         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21639         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
21640         (gst_ximagesink_show_frame):
21641         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21642         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
21643         (gst_xvimagesink_show_frame):
21644           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
21645           fails gracefully instead of XError aborting or deadlocking.
21646
21647 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21648
21649         * ext/libvisual/Makefile.am:
21650           link against gst-base-libs
21651
21652 2005-09-06  David Schleef  <ds@schleef.org>
21653
21654         * configure.ac: Enable libvisual plugin.
21655         * ext/libvisual/Makefile.am:
21656         * ext/libvisual/visual.c: Fixes to make it compile.
21657
21658 === release 0.9.2 ===
21659
21660 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21661
21662         * NEWS:
21663         * RELEASE:
21664         * configure.ac:
21665         * docs/random/ChangeLog-0.8:
21666           releasing 0.9.2, "Spoon"
21667
21668 2005-09-05  Michael Smith <msmith@fluendo.com>
21669
21670         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
21671           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
21672           that in the vorbisenc element.
21673
21674 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21675
21676         * common/gtk-doc-plugins.mak:
21677         * docs/plugins/Makefile.am:
21678           fix distcheck
21679         * gst/audioresample/resample.c:
21680           fix wrong docstring
21681
21682 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21683
21684         * common/gst-xmlinspect.py:
21685         * common/gtk-doc-plugins.mak:
21686           only inspect plugins for this given package
21687           require gst-python 0.9
21688
21689 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21690
21691         * Makefile.am:
21692         * autogen.sh:
21693         * common/gst-xmlinspect.py:
21694         * configure.ac:
21695         * docs/Makefile.am:
21696         * docs/plugins/inspect/plugin-alsa.xml:
21697         * docs/plugins/inspect/plugin-audioresample.xml:
21698         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21699         * docs/plugins/inspect/plugin-ogg.xml:
21700         * docs/plugins/tmpl/element-gnomevfssink.sgml:
21701         * docs/plugins/tmpl/element-multifdsink.sgml:
21702         * docs/plugins/tmpl/element-tcpserversink.sgml:
21703         * docs/plugins/tmpl/element-vorbisenc.sgml:
21704         * gst-plugins-base.spec.in:
21705           various doc-related updates
21706
21707 2005-08-31  Wim Taymans  <wim@fluendo.com>
21708
21709         * gst-libs/gst/audio/gstbaseaudiosink.c:
21710         (gst_base_audio_sink_render):
21711         Resync if the buffer timestamps drift more than a 10th 
21712         of a second.
21713
21714 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
21715
21716         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
21717         (gst_v4lsrc_get_property):
21718           The 'timestamp-offset' property is registered as an int64, so
21719           let's use g_value_{set|get}_int64() in our setter and getter
21720           functions (makes it work and fixes warnings with gst-inspect).
21721
21722 2005-08-30  Wim Taymans  <wim@fluendo.com>
21723
21724         * check/elements/audioconvert.c: (setup_audioconvert):
21725         * check/elements/audioresample.c: (setup_audioresample):
21726         * check/elements/volume.c: (setup_volume):
21727         Fix checks.
21728
21729 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21730
21731         * common/gtk-doc-plugins.mak:
21732         * common/plugins.xsl:
21733         * docs/plugins/Makefile.am:
21734           make module a param
21735
21736 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21737
21738         * examples/seeking/seek.c: (make_mp3_pipeline),
21739         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
21740         (play_cb), (pause_cb), (stop_cb):
21741           update the example
21742
21743 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21744
21745         * gst/volume/gstvolume.c: (gst_volume_class_init),
21746         (volume_transform):
21747           do not update controlled params, if buffer has no timestamp
21748
21749 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
21750
21751         * configure.ac:
21752         * gst/sine/Makefile.am:
21753         * gst/volume/Makefile.am:
21754           controllerized elements also need to link against controller-libs ;)
21755
21756 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
21757
21758         * docs/libs/tmpl/gstcolorbalance.sgml:
21759         * docs/libs/tmpl/gstgconf.sgml:
21760         * docs/libs/tmpl/gstmixer.sgml:
21761         * docs/libs/tmpl/gstringbuffer.sgml:
21762         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21763         (gst_sinesrc_create):
21764         * gst/volume/gstvolume.c: (gst_volume_class_init),
21765         (volume_transform):
21766           controllerized two audio plugins
21767
21768 2005-08-29  Andy Wingo  <wingo@pobox.com>
21769
21770         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
21771         (vorbis_handle_data_packet): Fix some int overflow errors.
21772
21773         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
21774         -1.
21775         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
21776         valid.
21777         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
21778         if it's valid. Fixed streaming-mode playback.
21779
21780         * check/elements/volume.c (cleanup_volume): Fix for running
21781         CK_FORK=no.
21782
21783         * check/elements/audioconvert.c: Convert from native endian, not
21784         little endian.
21785
21786 2005-08-29  Michael Smith <msmith@fluendo.com>
21787
21788         * ext/ogg/Makefile.am:
21789         * ext/ogg/gstogg.c: (plugin_init):
21790         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
21791         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
21792         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
21793         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
21794         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
21795         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
21796         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
21797         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
21798         Add an ogg parser element.
21799
21800 2005-08-28  Andy Wingo  <wingo@pobox.com>
21801
21802         * Updates for two-arg init from GST_BOILERPLATE_FULL.
21803
21804 2005-08-26  Wim Taymans  <wim@fluendo.com>
21805
21806         * gst/audioconvert/audioconvert.c: (if), (float),
21807         (audio_convert_get_func_index), (check_default),
21808         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21809         (audio_convert_clean_context), (audio_convert_get_sizes),
21810         (audio_convert_convert):
21811         Cleanups.
21812
21813 2005-08-26  Wim Taymans  <wim@fluendo.com>
21814
21815         * gst/audioconvert/audioconvert.c: (if), (float),
21816         (audio_convert_get_func_index), (check_default),
21817         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21818         (audio_convert_clean_context), (audio_convert_get_sizes),
21819         (audio_convert_convert):
21820         More elegant and working temp buffer selection algo.
21821
21822 2005-08-26  Wim Taymans  <wim@fluendo.com>
21823
21824         * gst/audioconvert/audioconvert.c: (if), (float),
21825         (audio_convert_get_func_index), (check_default),
21826         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21827         (audio_convert_clean_context), (audio_convert_get_sizes),
21828         (get_temp_buffer), (audio_convert_convert):
21829         Use realloc else we lose our original data.
21830
21831 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21832
21833         * gst/audioresample/gstaudioresample.c:
21834           use base class' newsegment to properly timestamp
21835
21836 2005-08-26  Wim Taymans  <wim@fluendo.com>
21837
21838         * gst/audioconvert/audioconvert.c: (if), (float),
21839         (audio_convert_get_func_index), (check_default),
21840         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21841         (audio_convert_clean_context), (audio_convert_get_sizes),
21842         (get_temp_buffer), (audio_convert_convert):
21843         * gst/audioconvert/gstaudioconvert.c:
21844         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
21845         (gst_audio_convert_transform_caps),
21846         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
21847         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
21848         Oops, allocate enough space to perform the channel mix.
21849
21850 2005-08-26  Wim Taymans  <wim@fluendo.com>
21851
21852         * gst/audioconvert/Makefile.am:
21853         * gst/audioconvert/audioconvert.c: (if), (float),
21854         (audio_convert_get_func_index), (check_default),
21855         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21856         (audio_convert_clean_context), (audio_convert_get_sizes),
21857         (get_temp_buffer), (audio_convert_convert):
21858         * gst/audioconvert/audioconvert.h:
21859         * gst/audioconvert/gstaudioconvert.c:
21860         (gst_audio_convert_class_init), (gst_audio_convert_init),
21861         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
21862         (gst_audio_convert_get_unit_size),
21863         (gst_audio_convert_transform_caps),
21864         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
21865         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
21866         * gst/audioconvert/gstaudioconvert.h:
21867         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21868         (gst_channel_mix_fill_identical),
21869         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
21870         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
21871         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
21872         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
21873         (gst_channel_mix_mix):
21874         * gst/audioconvert/gstchannelmix.h:
21875         Cleanups, librarify a bit, optimize, better negotiation and more.
21876
21877 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
21878
21879         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
21880         Another from MikeS:
21881         During typefinding, don't support negative offsets
21882         (offsets from the end of the stream) in our typefind->peek() function
21883         - nothing embedded in ogg ever needs them. However, we need to recognise
21884         those requests and reject them, otherwise we return invalid pointers.
21885
21886 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
21887
21888         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
21889         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
21890         (vorbisdec_finalize), (vorbis_handle_type_packet):
21891           Big shout-out to MikeS for fixing this giant memory leak.
21892           Huzzah!
21893
21894 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21895
21896         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
21897         (audio_convert_get_unit_size):
21898           plug some leaks
21899
21900 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21901
21902         * check/Makefile.am:
21903         * check/elements/audioconvert.c: (setup_audioconvert),
21904         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21905         (GST_START_TEST), (audioconvert_suite), (main):
21906           add a test for audioconvert
21907         * gst/audioresample/gstaudioresample.c:
21908         * gst/audioresample/gstaudioresample.h:
21909           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
21910           note that for buffers of 1/3 sec this means DURATION(c) is 
21911           one nanosecond more than for a and b
21912
21913 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21914
21915         * check/Makefile.am:
21916         * check/elements/audioresample.c: (setup_audioresample),
21917         (cleanup_audioresample), (fail_unless_perfect_stream),
21918         (test_perfect_stream_instance), (GST_START_TEST),
21919           add a check for audioresample
21920         (audioresample_suite), (main):
21921         * check/elements/volume.c: (GST_START_TEST):
21922           remove unused method
21923         * gst/audioresample/gstaudioresample.c:
21924           set correct buffer parameters since we're changing them
21925         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21926           add some debug
21927
21928 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21929
21930         * gst/audioresample/debug.c:
21931         * gst/audioresample/gstaudioresample.c:
21932           add room for extra overlap samples when asked to transform size
21933           protect against possible mem corruption and check for discrepancies
21934           between written size and outbuffer's size so we can warn for
21935           potential problems
21936         * gst/audioresample/resample.c: (resample_init),
21937         (resample_get_output_size_for_input), (resample_get_output_size),
21938         (resample_set_n_channels), (resample_set_format):
21939           set debug level based on RESAMPLE_DEBUG env var
21940           make sure that get_output_size* returns a whole number of
21941           sample_size
21942           set sample_size each time either channel or format is set
21943         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
21944         * gst/audioresample/resample_functable.c:
21945         (resample_scale_functable):
21946         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21947           remove r->sample_size, it's done in resample.c now
21948           add some debugging to the ref implementation
21949           make sure we only give back bytes that are wholes of the sample
21950           size
21951
21952 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
21953         * gst/playback/gstplaybasebin.c: (fill_buffer):
21954         Revert unpopular change for GST_MESSAGE_SRC to GObject.
21955
21956 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
21957
21958         * gst/volume/gstvolume.c:
21959           made set_caps function static
21960
21961 2005-08-24  Wim Taymans  <wim@fluendo.com>
21962
21963         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21964         (gst_vorbisenc_change_state):
21965         Stop leaking taglists.
21966
21967 2005-08-24  Wim Taymans  <wim@fluendo.com>
21968
21969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
21970         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
21971         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
21972         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
21973         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
21974         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
21975         Parse seeking events better.
21976         Unref static caps.
21977         Generate correct newsegment events, fixes seeking in live oggs.
21978
21979         * ext/theora/theoradec.c: (theora_dec_src_query),
21980         (theora_dec_src_event), (theora_dec_src_getcaps),
21981         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
21982         Use newsegment values to report correct play time.
21983
21984         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
21985         (vorbis_dec_src_event), (vorbis_dec_sink_event):
21986         * ext/vorbis/vorbisdec.h:
21987         Parse and use newsegment values to report correct play time.
21988
21989         * gst-libs/gst/audio/gstbaseaudiosink.c:
21990         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21991         Clear ringbuffer on flush.
21992         Use newsegment values to calculate playback time.
21993
21994         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
21995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
21996         Basesink does newsegment calculations for us now.
21997
21998 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21999
22000         * check/Makefile.am:
22001         * configure.ac:
22002           add core's plugins to the mix so that playbin works
22003         * check/generic/states.c: (GST_START_TEST):
22004           set a 0 timeout on pipelines, so they don't force the next
22005           state change
22006         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22007         (gst_play_base_bin_change_state):
22008           remove the crappy error handling and do GST error handling
22009
22010 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22011
22012         * check/Makefile.am:
22013         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22014           add same test as to core, it bitches out on playbin atm.
22015
22016 2005-08-24  Wim Taymans  <wim@fluendo.com>
22017
22018         * configure.ac:
22019         Remove audioscale.
22020
22021 2005-08-24  Wim Taymans  <wim@fluendo.com>
22022
22023         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22024         (gst_videoscale_prepare_size), (parse_caps),
22025         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22026         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22027         (gst_videoscale_transform):
22028         * gst/videoscale/gstvideoscale.h:
22029         Refactor, make use of BaseTranform really well.
22030
22031 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22032
22033         * configure.ac:
22034           compile audioresample
22035         * gst/audioresample/Makefile.am:
22036         * gst/audioresample/buffer.c:
22037         * gst/audioresample/functable.c:
22038         * gst/audioresample/gstaudioresample.c:
22039         * gst/audioresample/gstaudioresample.h:
22040         * gst/audioresample/resample.c:
22041         (resample_get_output_size_for_input):
22042         * gst/audioresample/resample.h:
22043         * gst/audioresample/resample_chunk.c:
22044         * gst/audioresample/resample_functable.c:
22045         * gst/audioresample/resample_ref.c:
22046           port to use basetransform; doesn't work in all cases yet
22047
22048 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22049
22050         * gst/audioconvert/gstaudioconvert.c:
22051         (gst_audio_convert_class_init), (gst_audio_convert_init),
22052         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22053         (audio_convert_fixate_caps), (audio_convert_set_caps),
22054         (audio_convert_transform),
22055         (gst_audio_convert_buffer_to_default_format),
22056         (gst_audio_convert_buffer_from_default_format),
22057         (gst_audio_convert_channels):
22058         * gst/audioconvert/gstchannelmix.c:
22059         * gst/audioconvert/gstchannelmix.h:
22060           port to basetransform
22061         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22062         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22063         (gst_ffmpegcsp_get_unit_size):
22064         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22065         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22066           fix for basetransform changes
22067
22068 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22069
22070         * check/Makefile.am:
22071           Add CHECK_CFLAGS and LDFLAGS
22072
22073         * gst/playback/gstplaybasebin.c: (fill_buffer):
22074           GST_MESSAGE_SRC became a GObject
22075
22076 2005-08-24  Wim Taymans  <wim@fluendo.com>
22077
22078         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22079         (gst_ring_buffer_clear_all):
22080         * gst-libs/gst/audio/gstringbuffer.h:
22081         Added function to clear the ringbuffer.
22082
22083 2005-08-24  Andy Wingo  <wingo@pobox.com>
22084
22085         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22086         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22087         of _open and _close.
22088
22089         * sys/v4l/gstv4lxoverlay.h:
22090         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22091         an Xv connection here, instead of all the time. Make Xv only be
22092         loaded if you axe for it. Kindof a workaround for buggy behaviour
22093         of Xv when using remote xservers (XvQueryExtension would block).
22094         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22095         replace the _open and _close public API. Only start the xv
22096         connection if necessary.
22097         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22098
22099 2005-08-23  David Schleef  <ds@schleef.org>
22100
22101         * gst/audioresample/Makefile.am: Leet audioresampling code
22102         * gst/audioresample/buffer.c:
22103         * gst/audioresample/buffer.h:
22104         * gst/audioresample/debug.c:
22105         * gst/audioresample/debug.h:
22106         * gst/audioresample/functable.c:
22107         * gst/audioresample/functable.h:
22108         * gst/audioresample/gstaudioresample.c:
22109         * gst/audioresample/gstaudioresample.h:
22110         * gst/audioresample/resample.c:
22111         * gst/audioresample/resample.h:
22112         * gst/audioresample/resample_chunk.c:
22113         * gst/audioresample/resample_functable.c:
22114         * gst/audioresample/resample_ref.c:
22115
22116 2005-08-23  Wim Taymans  <wim@fluendo.com>
22117
22118         * examples/seeking/seek.c: (make_vorbis_pipeline),
22119         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22120         Small seek updates.
22121
22122 2005-08-23  Andy Wingo  <wingo@pobox.com>
22123
22124         * gst-libs/gst/audio/gstbaseaudiosrc.c
22125         (gst_base_audio_src_fixate): Only fixate endianness if it is
22126         present in the caps.
22127
22128 2005-08-22  Andy Wingo  <wingo@pobox.com>
22129
22130         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22131         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22132         device-name property.
22133
22134         * gst-libs/gst/audio/gstaudiosrc.h:
22135         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22136         close_device in the ring buffer, like gstaudiosink.
22137
22138         * ext/alsa/gstalsamixer.h:
22139         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22140         macro to implement the interface without much code. Cleanups. 
22141
22142         * ext/alsa/gstalsasrc.h:
22143         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22144         READY.
22145
22146         * ext/alsa/Makefile.am: Add new files.
22147         * ext/alsa/gstalsamixerelement.c: 
22148         * ext/alsa/gstalsamixerelement.c: Split element code out from
22149         mixer code so that alsasrc can be a mixer too.
22150
22151 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22152
22153         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22154         (GST_START_TEST):
22155         * check/elements/vorbisdec.c: (setup_vorbisdec),
22156         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22157         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22158         (vorbis_handle_identification_packet),
22159         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22160         (vorbis_handle_header_packet), (vorbis_dec_push),
22161         (vorbis_dec_chain):
22162           use the setup/teardown methods to save code.  save code is good.
22163
22164 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22165
22166         * check/Makefile.am:
22167           add ext dir for plugins
22168           add vorbisdec test conditionally
22169         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22170         (GST_START_TEST), (volume_suite):
22171           add a test with wrong caps
22172         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22173         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22174           add a vorbisdec test
22175         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22176         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22177           clean up debug output
22178         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22179           yay, fix a segfault/security issue in vorbisdec
22180           gst-launch fakesrc ! vorbisdec wasn't happy
22181         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22182         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22183         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22184         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22185         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22186         (gst_vorbisenc_set_metadata), (get_constraints_string),
22187         (update_start_message), (gst_vorbisenc_setup),
22188         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22189         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22190         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22191         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22192         * ext/vorbis/vorbisenc.h:
22193           march in line
22194         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22195         (gst_ffmpegcsp_transform):
22196           have the kow come home
22197         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22198           debug my func ptr
22199         * gst/volume/gstvolume.c: (volume_set_caps):
22200           add a debug
22201
22202 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22203
22204         * Makefile.am:
22205         * check/.cvsignore:
22206         * check/Makefile.am:
22207         * check/elements/.cvsignore:
22208         * check/elements/volume.c: (chain_func), (event_func),
22209         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22210         (main):
22211         * configure.ac:
22212           add unit test structure for gst-plugins-base
22213           add a test for volume
22214         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22215         (gst_volume_set_volume), (gst_volume_get_volume),
22216         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22217         (volume_funcfind), (volume_process_float), (volume_process_int16),
22218         (volume_set_caps), (volume_transform), (volume_update_mute),
22219         (volume_update_volume), (volume_set_property),
22220         (volume_get_property):
22221           document a little; use basetransform vmethod _set_caps
22222
22223 2005-08-19  Andy Wingo  <wingo@pobox.com>
22224
22225         * ext/alsa/gstalsamixertrack.h:
22226         * ext/alsa/gstalsamixertrack.c:
22227         * ext/alsa/gstalsamixeroptions.h:
22228         * ext/alsa/gstalsamixeroptions.c:
22229         * ext/alsa/gstalsamixer.h:
22230         * ext/alsa/gstalsamixer.c: Port to 0.9.
22231
22232         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22233         Remove gstalsa.c and alsaclock. No more cruft here.
22234         
22235 2005-08-18  Wim Taymans  <wim@fluendo.com>
22236
22237         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22238         (gst_base_rtp_depayload_chain),
22239         (gst_base_rtp_depayload_add_to_queue),
22240         (gst_base_rtp_depayload_push),
22241         (gst_base_rtp_depayload_queue_release):
22242         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22243         Fix for RTPBuffer changes.
22244
22245         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22246         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22247         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22248         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22249         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22250         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22251         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22252         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22253         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22254         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22255         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22256         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22257         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22258         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22259         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22260         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22261         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22262         (gst_rtpbuffer_get_payload):
22263         * gst-libs/gst/rtp/gstrtpbuffer.h:
22264         Don't subclass GstBuffer but add methods and helper functions
22265         to construct and manipulate RTP packets in regular GstBuffers.
22266
22267 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22268
22269         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22270           moved statement below switch
22271         * gst/volume/gstvolume.c: (gst_volume_class_init):
22272           added debug ptr
22273
22274 2005-08-16  Wim Taymans  <wim@fluendo.com>
22275
22276         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22277         (gst_base_audio_src_change_state):
22278         Open and close device in READY<->NULL state change.
22279
22280 2005-08-16  Andy Wingo  <wingo@pobox.com>
22281
22282         * examples/seeking/Makefile.am: Don't compile non-compiling
22283         compiled objects with the compiler.
22284
22285         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22286         elements.
22287
22288 2005-08-12  Philippe Khalaf <burger@speedy.org>
22289         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22290         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22291           Made a thread to release the queue.
22292           Removed timestamp conversion for now.
22293
22294 2005-08-10  Philippe Khalaf <burger@speedy.org>
22295         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22296         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22297           Added rtp timestamp -> gst timestamp conversion.
22298           Fixed several problems with queue.
22299
22300 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22301
22302         * gst-libs/gst/audio/gstaudioclock.h:
22303         * gst-libs/gst/audio/gstaudiofilter.h:
22304         * gst-libs/gst/audio/gstaudiosink.h:
22305         * gst-libs/gst/audio/gstaudiosrc.h:
22306         * gst-libs/gst/audio/gstbaseaudiosink.h:
22307         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22308         * gst-libs/gst/audio/gstringbuffer.h:
22309         * gst-libs/gst/net/gstnetbuffer.h:
22310         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22311         * gst-libs/gst/rtp/gstrtpbuffer.h:
22312           Add padding (you will need to rebuild gst-plugins-base,
22313           gst-plugins and all applications afterwards!)
22314
22315 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22316
22317         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22318         (gst_riff_parse_chunk):
22319           Fix bug in debug message and add some more debug messages.
22320
22321 2005-08-08  Edward Hervey  <edward@fluendo.com>
22322
22323         * gst-libs/gst/riff/riff-media.c:
22324         backported updates since branch
22325
22326 2005-08-08  Andy Wingo  <wingo@pobox.com>
22327
22328         * gst-libs/gst/audio/gstbaseaudiosink.c
22329         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22330         like good elements should. Close on READY->NULL too.
22331
22332         * gst-libs/gst/audio/gstaudiosink.c
22333         (gst_audioringbuffer_open_device,
22334         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22335         (gst_audioringbuffer_release): Updates for new ring buffer API,
22336         hook into the new audio sink api.
22337
22338         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22339         (GstAudioSinkClass.close): Just open and close the device -- no
22340         resource allocation or configuration.
22341         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22342         vmethods, handle device setup and resource allocation.
22343
22344         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22345         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22346         base class API.
22347
22348         * gst-libs/gst/audio/gstringbuffer.h
22349         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22350         New vmethods.
22351
22352         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22353         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22354         New API functions. The device should be opened before acquiring
22355         and closed after releasing.
22356
22357 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22358
22359         * gst-libs/gst/interfaces/mixer.h:
22360           Reset padding to GST_PADDING.
22361
22362 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22363
22364         * gst/playback/gstplaybin.c: (remove_sinks):
22365           Remove visualization from parent explicitely; works around some
22366           apparent refcount issue that I haven't tracked down yet.
22367
22368 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22369
22370         * ext/alsa/gstalsasink.c: (set_hwparams):
22371           Assign debug category, add negotiation debug msgs.
22372
22373 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22374
22375         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22376           Fix error code for file-not-found to NOT_FOUND.
22377
22378 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22379
22380         * common/gtk-doc-plugins.mak:
22381         * docs/plugins/Makefile.am:
22382         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22383         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22384           renamed to actual element names, so much nicer to look at
22385         * docs/plugins/tmpl/gstmultifdsink.sgml:
22386           remove
22387         * docs/plugins/tmpl/multifdsink.sgml:
22388         * docs/plugins/tmpl/tcpserversink.sgml:
22389           add
22390         * ext/alsa/gstalsa.c:
22391         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22392         * ext/ogg/gstoggmux.c:
22393         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22394         * gst/playback/gstdecodebin.c:
22395         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22396         * gst/tcp/gsttcpserversink.c:
22397           various fixes and documentation additions
22398
22399 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22400
22401         * common/Makefile.am:
22402         * common/gstdoc-scangobj:
22403         * common/gtk-doc-plugins.mak:
22404         * common/gtk-doc.mak:
22405           add a custom scangobj that uses the registry
22406           add a custom gtk-doc-plugins.mak that uses it
22407           some doc build fixes
22408         * configure.ac:
22409         * docs/Makefile.am:
22410         * docs/plugins/Makefile.am:
22411         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22412         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22413         * docs/plugins/gst-plugins-base-plugins.types:
22414         * docs/plugins/tmpl/gstmultifdsink.sgml:
22415           add docs for one element, multifdsink
22416         * gst/adder/gstadder.h:
22417         * gst/volume/gstvolume.h:
22418           don't privatize enum
22419         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22420         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22421         (gst_sync_method_get_type), (gst_client_status_get_type),
22422         (gst_multifdsink_class_init),
22423         (gst_multifdsink_client_queue_buffer),
22424         (gst_multifdsink_handle_client_write):
22425         * gst/tcp/gstmultifdsink.h:
22426         * gst/tcp/gsttcp.h:
22427         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22428         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22429         (gst_tcpclientsink_render):
22430         * gst/tcp/gsttcpclientsink.h:
22431         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22432         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22433         (gst_tcpclientsrc_start):
22434         * gst/tcp/gsttcpclientsrc.h:
22435         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22436         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22437         * gst/tcp/gsttcpserversrc.h:
22438         * gst/typefind/gsttypefindfunctions.c:
22439           remove superfluous Type stuff
22440
22441 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22442
22443         * gst/playback/gstplaybin.c: (gen_video_element):
22444           Enable videoscale.
22445
22446 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22447
22448         * gst-libs/gst/gconf/gconf.c:
22449         * gst-libs/gst/gconf/gconf.h:
22450           Fix some Andy Problem [tm].
22451
22452 2005-08-04  Andy Wingo  <wingo@pobox.com>
22453
22454         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22455         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22456         (gst_ffmpegcsp_get_size): Adapt to API changes.
22457
22458         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22459         Implement an in-place do-nothing transform.
22460
22461 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22462
22463         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22464         (gst_ximagesink_renegotiate_size):
22465           Do not set new window sizes yet if we prepare a new buffer size
22466           for upstream renegotiation (software scaling) at some point in the
22467           future, because this new size waqs not actually accepted yet. Once
22468           accepted, renegotiation later on will set the new sizes just fine.
22469           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22470           embedding testcase.
22471
22472 2005-08-03  Andy Wingo  <wingo@pobox.com>
22473
22474         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22475         (gst_ximagesink_buffer_alloc): 
22476         Protect the height, width, and desired_caps with the pool_lock.
22477         Fixes videotestsrc ! queue ! ximagesink.
22478
22479 2005-08-02  Edward Hervey  <edward@fluendo.com>
22480
22481         * gst/volume/gstvolume.c:
22482         include left from controller cleanup
22483
22484 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22485         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22486           Stop collectpads before calling the parent state
22487           change function on PAUSED->READY.
22488
22489 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22490         * configure.ac:
22491           When testing for X libs, use the X CFlags 
22492         * gst/adder/gstadder.c: (gst_adder_change_state):
22493           Stop the collectpads before calling parent state change function
22494           on PAUSED->READY, otherwise we deadlock deactivating pads.
22495
22496 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22497
22498         * configure.ac:
22499         * docs/libs/tmpl/gstcolorbalance.sgml:
22500         * docs/libs/tmpl/gstmixer.sgml:
22501         * examples/Makefile.am:
22502         * gst/sine/Makefile.am:
22503         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22504         (gst_sinesrc_set_property), (plugin_init):
22505         * gst/sine/gstsinesrc.h:
22506         * gst/volume/Makefile.am:
22507         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22508         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22509         (volume_process_float), (volume_process_int16),
22510         (volume_set_property), (plugin_init):
22511         * gst/volume/gstvolume.h:
22512           deactivate and remove dparams (libgstcontrol)
22513
22514 2005-07-29  Wim Taymans  <wim@fluendo.com>
22515
22516         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22517         Convert me to BaseTransform!! help..
22518
22519 2005-07-29  Andy Wingo  <wingo@pobox.com>
22520
22521         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22522         sinks.
22523
22524         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22525         support of both endiannesses.
22526
22527 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22528
22529         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22530           Fix confusing debug message (s/event/query/)
22531
22532 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22533
22534         * gst/videotestsrc/videotestsrc.h:
22535           Use "_stdint.h" instead of <stdint.h>
22536
22537 2005-07-27  Wim Taymans  <wim@fluendo.com>
22538
22539         * ext/vorbis/Makefile.am:
22540         Revert wrong commit.
22541
22542 2005-07-27  Wim Taymans  <wim@fluendo.com>
22543
22544         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22545         More compilation fixen.
22546
22547 2005-07-27  Wim Taymans  <wim@fluendo.com>
22548
22549         * gst-libs/gst/audio/gstbaseaudiosink.c:
22550         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22551         (gst_base_audio_sink_create_ringbuffer),
22552         (gst_base_audio_sink_change_state):
22553         Fix compilation.
22554
22555 2005-07-27  Wim Taymans  <wim@fluendo.com>
22556
22557         * examples/seeking/seek.c: (setup_dynamic_link),
22558         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22559         (query_positions_elems), (query_positions_pads), (do_seek):
22560         Update seek example.
22561
22562         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22563         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22564         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22565         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22566         (gst_ogg_demux_handle_event),
22567         (gst_ogg_demux_deactivate_current_chain),
22568         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22569         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22570         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22571         (gst_ogg_demux_loop):
22572         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22573         * ext/theora/theoradec.c: (theora_dec_src_event),
22574         (theora_dec_src_getcaps), (theora_dec_sink_event),
22575         (theora_dec_push), (theora_dec_chain):
22576         * ext/vorbis/Makefile.am:
22577         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22578         (vorbis_dec_sink_event), (vorbis_dec_push),
22579         (vorbis_handle_data_packet):
22580         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22581         (gst_vorbisenc_chain):
22582         * gst/playback/gststreaminfo.c: (cb_probe):
22583         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22584         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22585         * gst/videoscale/gstvideoscale.c:
22586         (gst_videoscale_handle_src_event):
22587         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22588         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22589         (gst_ximagesink_navigation_send_event):
22590         * sys/xvimage/xvimagesink.c:
22591         (gst_xvimagesink_navigation_send_event):
22592         Various event updates and cleanups
22593
22594 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22595
22596         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22597           Fix segfault for I420/YV12.
22598
22599 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22600
22601         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22602           Report bitrate.
22603
22604 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22605
22606         * gst/playback/gstplaybin.c: (gen_video_element),
22607         (gen_audio_element):
22608           Switch to auto*sink elements as default sinks; add volume element
22609           so that volume control in totem works.
22610
22611 2005-07-21  Wim Taymans  <wim@fluendo.com>
22612
22613         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22614         * gst/playback/gstplaybin.c: (setup_sinks),
22615         (gst_play_bin_change_state):
22616         Refcount fix and more comments.
22617
22618 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22619
22620         * sys/ximage/Makefile.am:
22621         * sys/ximage/ximage.c: (plugin_init):
22622         * sys/ximage/ximagesink.c:
22623         Prepare for adding ximagesrc, rename of plugin to ximage etc.
22624         
22625
22626 2005-07-21  Wim Taymans  <wim@fluendo.com>
22627
22628         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22629         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22630         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22631         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22632         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22633         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
22634         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
22635         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
22636         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
22637         Generate correct disconts for live chained oggs.
22638
22639         * gst-libs/gst/audio/gstbaseaudiosink.c:
22640         (gst_base_audio_sink_render),
22641         (gst_base_audio_sink_create_ringbuffer),
22642         (gst_base_audio_sink_change_state):
22643         Handle discont math correctly.
22644
22645         * gst/playback/gstplaybin.c: (add_sink):
22646         Some small debug cleanup.
22647
22648 2005-07-21  Wim Taymans  <wim@fluendo.com>
22649
22650         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
22651         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22652         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22653         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22654         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22655         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
22656         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22657         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
22658         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22659         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
22660         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
22661         (gst_ogg_demux_change_state), (gst_ogg_print):
22662         Reorganize code to send the right disconts when in streaming
22663         mode.
22664
22665 2005-07-20  Andy Wingo  <wingo@pobox.com>
22666
22667         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
22668         fix (?), fixes a seggie mcfalterson (#310894).
22669
22670 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22671
22672         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
22673         (gst_ogg_mux_set_header_on_caps):
22674         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
22675         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22676         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
22677         * gst-libs/gst/audio/multichannel.c:
22678         (gst_audio_set_channel_positions),
22679         (gst_audio_set_structure_channel_positions_list):
22680         * gst/playback/gstdecodebin.c: (dynamic_create):
22681         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
22682         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
22683           Fixes for API changes in core.
22684
22685 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22686
22687         * gst/playback/gstplaybasebin.c: (fill_buffer):
22688           Use _new_custom() so we can set custom message types for buffering
22689           messages.
22690
22691 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22692
22693         * configure.ac:
22694         * gst-libs/gst/Makefile.am:
22695         * gst-libs/gst/gconf/.cvsignore:
22696         * gst-libs/gst/gconf/Makefile.am:
22697         * gst-libs/gst/gconf/test-gconf.c:
22698         * pkgconfig/Makefile.am:
22699         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22700         * pkgconfig/gstreamer-gconf.pc.in:
22701           Remove gconf stuff, use gconf elements instead from now on.
22702
22703 2005-07-20  Wim Taymans  <wim@fluendo.com>
22704
22705         * gst-libs/gst/audio/TODO:
22706         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
22707         (gst_audio_clock_get_internal_time):
22708         * gst-libs/gst/audio/gstaudioclock.h:
22709         * gst-libs/gst/audio/gstbaseaudiosink.c:
22710         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
22711         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
22712         (gst_base_audio_sink_render),
22713         (gst_base_audio_sink_create_ringbuffer),
22714         (gst_base_audio_sink_change_state):
22715         Make sure the audio clock always returns an increasing value.
22716
22717 2005-07-19  Andy Wingo  <wingo@pobox.com>
22718
22719         * gst/videotestsrc/: Cleanups.
22720
22721 2005-07-19  Wim Taymans  <wim@fluendo.com>
22722
22723         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
22724         Better debugging.
22725
22726 2005-07-19  Wim Taymans  <wim@fluendo.com>
22727
22728         * examples/seeking/seek.c: (make_dv_pipeline),
22729         (make_vorbis_theora_pipeline), (query_rates),
22730         (query_positions_elems), (query_positions_pads), (do_seek):
22731         Make correct DV pipeline.
22732
22733 2005-07-18  Andy Wingo  <wingo@pobox.com>
22734
22735         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
22736         default. Also because it's the only thing that really works. (This
22737         is used in the GConf elements).
22738         Use AS_LIBTOOL_TAGS.
22739
22740 2005-07-18  Wim Taymans  <wim@fluendo.com>
22741
22742         * gst/playback/gstdecodebin.c: (remove_element_chain):
22743         * gst/playback/gstplaybin.c: (add_sink):
22744         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22745         (gst_stream_info_set_mute):
22746         * gst/playback/gststreamselector.c:
22747         (gst_stream_selector_get_linked_pad),
22748         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
22749         More leak and compile fixes.
22750
22751 2005-07-18  Wim Taymans  <wim@fluendo.com>
22752
22753         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22754         (query_rates), (query_positions_elems), (query_positions_pads),
22755         (do_seek), (seek_cb), (stop_seek):
22756         Updated seek example. 
22757
22758         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
22759         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
22760         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
22761         * gst/playback/gstplaybin.c: (add_sink):
22762         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22763         (gst_stream_info_set_mute):
22764         Some refcount leak fixes.
22765
22766 2005-07-16  Wim Taymans  <wim@fluendo.com>
22767
22768         * gst-libs/gst/audio/gstbaseaudiosink.c:
22769         (gst_base_audio_sink_render):
22770         Align samples even if we have roundoff errors in the 
22771         timestamp conversion.
22772
22773 2005-07-16  Wim Taymans  <wim@fluendo.com>
22774
22775         * docs/libs/tmpl/gstringbuffer.sgml:
22776         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22777         (query_rates), (query_positions_elems), (query_positions_pads),
22778         (update_scale), (do_seek):
22779         Updated seek example.
22780
22781         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22782         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
22783         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
22784         (gst_ogg_demux_loop):
22785         Push out correct discont values.
22786
22787         * ext/theora/theoradec.c: (theora_dec_src_convert),
22788         (theora_dec_sink_convert), (theora_dec_src_getcaps),
22789         (theora_dec_sink_event), (theora_handle_type_packet),
22790         (theora_handle_header_packet), (theora_dec_push),
22791         (theora_handle_data_packet), (theora_dec_chain),
22792         (theora_dec_change_state):
22793         Better timestamping.
22794
22795         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22796         (vorbis_dec_sink_event), (vorbis_dec_push),
22797         (vorbis_handle_data_packet), (vorbis_dec_chain):
22798         * ext/vorbis/vorbisdec.h:
22799         Better timestamping.
22800
22801         * gst-libs/gst/audio/gstbaseaudiosink.c:
22802         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
22803         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22804         Handle syncing on timestamps instead of sample offsets. Make
22805         use of DISCONT values as described in design docs.
22806
22807         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22808         (gst_base_audio_src_get_time):
22809         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
22810         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
22811         (gst_ring_buffer_read):
22812         * gst-libs/gst/audio/gstringbuffer.h:
22813         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
22814         (gst_ximagesink_show_frame):
22815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22816         Correcly convert buffer timestamp to stream time.
22817
22818 2005-07-16  Wim Taymans  <wim@fluendo.com>
22819
22820         * gst/audioconvert/gstaudioconvert.c:
22821         (gst_audio_convert_get_buffer):
22822         Timestamp buffers correctly.
22823
22824         * gst/playback/gstplaybin.c: (gen_video_element):
22825         Make internal fakesink silent.
22826
22827 2005-07-15  Wim Taymans  <wim@fluendo.com>
22828
22829         * gst/ffmpegcolorspace/Makefile.am:
22830         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22831         (gst_ffmpegcsp_caps_remove_format_info),
22832         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
22833         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
22834         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
22835         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
22836         Ported ffmpegcolorspace to basetransform.
22837
22838         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
22839         * gst/volume/gstvolume.c: (volume_transform):
22840         Ported to new API.
22841
22842 2005-07-14  Wim Taymans  <wim@fluendo.com>
22843
22844         * gst/videotestsrc/Makefile.am:
22845         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
22846         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
22847         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
22848         (gst_videotestsrc_init), (gst_videotestsrc_event),
22849         (gst_videotestsrc_create), (gst_videotestsrc_start),
22850         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
22851         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22852         (gst_videotestsrc_get_property):
22853         * gst/videotestsrc/gstvideotestsrc.h:
22854         Make videotestsrc a pushsrc.
22855
22856 2005-07-14  Wim Taymans  <wim@fluendo.com>
22857
22858         * gst/tcp/gstfdset.c: (gst_fdset_free):
22859         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
22860         (gst_multifdsink_add), (gst_multifdsink_remove),
22861         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22862         (gst_multifdsink_remove_client_link),
22863         (gst_multifdsink_client_queue_data),
22864         (gst_multifdsink_client_queue_caps),
22865         (gst_multifdsink_client_queue_buffer),
22866         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22867         (gst_multifdsink_stop):
22868         * gst/tcp/gstmultifdsink.h:
22869         0.8 backporting.
22870
22871         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
22872         Also draw image when not from a pool.
22873
22874 2005-07-14  Wim Taymans  <wim@fluendo.com>
22875
22876         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
22877         (mute_stream), (silence_stream):
22878         Small debug additions.
22879
22880 2005-07-14  Wim Taymans  <wim@fluendo.com>
22881
22882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
22883         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22884         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
22885         Better error recovery, ignore unconnected pads and
22886         non-fatal errors.
22887
22888 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
22889
22890         * docs/libs/tmpl/gstaudio.sgml:
22891         * docs/libs/tmpl/gstcolorbalance.sgml:
22892         * docs/libs/tmpl/gstgconf.sgml:
22893         * docs/libs/tmpl/gstmixer.sgml:
22894         * docs/libs/tmpl/gstringbuffer.sgml:
22895         * docs/libs/tmpl/gsttuner.sgml:
22896         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22897         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
22898         (gst_tcpclientsrc_class_init):
22899         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
22900         (gst_tcpserversrc_class_init):
22901         * sys/v4l/gstv4lelement.c:
22902           more autistic cleanliness in functions/names/defines
22903
22904 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
22905
22906         * configure.ac:
22907           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
22908           added manually to each Makefile.am so we are sure it goes
22909           *last* and doesn't add -L flags before linking in libs of our
22910           own, like, say, internal .la libs, that then accidentally pick
22911           up the installed copy.
22912         * docs/libs/Makefile.am:
22913         * ext/alsa/Makefile.am:
22914         * ext/cdparanoia/Makefile.am:
22915         * ext/gnomevfs/Makefile.am:
22916         * ext/libvisual/Makefile.am:
22917         * ext/ogg/Makefile.am:
22918         * ext/theora/Makefile.am:
22919         * ext/vorbis/Makefile.am:
22920         * gst-libs/gst/video/Makefile.am:
22921         * gst/adder/Makefile.am:
22922         * gst/audioconvert/Makefile.am:
22923         * gst/audiorate/Makefile.am:
22924         * gst/audioscale/Makefile.am:
22925         * gst/ffmpegcolorspace/Makefile.am:
22926         * gst/playback/Makefile.am:
22927         * gst/sine/Makefile.am:
22928         * gst/subparse/Makefile.am:
22929         * gst/tags/Makefile.am:
22930         * gst/tcp/Makefile.am:
22931         * gst/typefind/Makefile.am:
22932         * gst/videorate/Makefile.am:
22933         * gst/videoscale/Makefile.am:
22934         * gst/videotestsrc/Makefile.am:
22935         * gst/volume/Makefile.am:
22936         * sys/v4l/Makefile.am:
22937         * sys/ximage/Makefile.am:
22938         * sys/xvimage/Makefile.am:
22939           adapt properly to this change. This should make sure that
22940           plugins and libs properly link to the as-yet-uninstalled
22941           copies of stuff like libgstinterfaces and libgstvideo
22942
22943 2005-07-13  Andy Wingo  <wingo@pobox.com>
22944
22945         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
22946         (gst_v4lsrc_fixate): Fixate on format as well.
22947
22948         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
22949         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
22950         buffer points to it.
22951         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
22952         rather just doing X calls ourselves. Also fixes a memleak.
22953
22954 2005-07-12  Andy Wingo  <wingo@pobox.com>
22955
22956         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
22957         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
22958         (gst_v4lsrc_create): Re-add the copy-mode property, default to
22959         TRUE to avoid deadlocks if an element holds on to our buffers.
22960
22961 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22962
22963         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22964         (gst_sinesrc_init), (gst_sinesrc_create),
22965         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
22966         (gst_sinesrc_start):
22967         * gst/sine/gstsinesrc.h:
22968           removing num-buffers property before moving it
22969
22970 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
22971
22972         * configure.ac:
22973           use overridable ERROR_CFLAGS
22974         * docs/libs/gst-plugins-base-libs.types:
22975         * docs/libs/tmpl/gstringbuffer.sgml:
22976         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
22977         (gst_alsasink_class_init):
22978         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
22979         (gst_alsasrc_class_init):
22980         * gst-libs/gst/audio/audio.h:
22981         * gst-libs/gst/audio/gstaudioclock.h:
22982         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
22983         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
22984         (gst_audio_filter_link), (gst_audio_filter_init),
22985         (gst_audio_filter_chain), (gst_audio_filter_set_property),
22986         (gst_audio_filter_get_property),
22987         (gst_audio_filter_class_add_pad_templates):
22988         * gst-libs/gst/audio/gstaudiofilter.h:
22989         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
22990         (gst_audio_filter_template_get_type),
22991         (gst_audio_filter_template_base_init),
22992         (gst_audio_filter_template_class_init),
22993         (gst_audio_filter_template_init),
22994         (gst_audio_filter_template_set_property),
22995         (gst_audio_filter_template_get_property), (plugin_init),
22996         (gst_audio_filter_template_setup),
22997         (gst_audio_filter_template_filter),
22998         (gst_audio_filter_template_filter_inplace):
22999         * gst-libs/gst/audio/gstaudiosink.c:
23000         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23001         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23002         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23003         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23004         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23005         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23006         * gst-libs/gst/audio/gstaudiosink.h:
23007         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23008         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23009         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23010         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23011         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23012         (gst_audio_src_class_init), (gst_audio_src_init),
23013         (gst_audio_src_create_ringbuffer):
23014         * gst-libs/gst/audio/gstaudiosrc.h:
23015         * gst-libs/gst/audio/gstbaseaudiosink.c:
23016         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23017         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23018         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23019         (gst_base_audio_sink_set_property),
23020         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23021         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23022         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23023         (gst_base_audio_sink_create_ringbuffer),
23024         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23025         * gst-libs/gst/audio/gstbaseaudiosink.h:
23026         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23027         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23028         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23029         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23030         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23031         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23032         (gst_base_audio_src_event), (gst_base_audio_src_create),
23033         (gst_base_audio_src_create_ringbuffer),
23034         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23035         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23036         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23037         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23038         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23039         (gst_ring_buffer_debug_spec_caps),
23040         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23041         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23042         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23043         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23044         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23045         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23046         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23047         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23048         (gst_ring_buffer_clear):
23049         * gst-libs/gst/audio/gstringbuffer.h:
23050         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23051         (gst_video_sink_class_init), (gst_video_sink_get_type):
23052         * gst-libs/gst/video/videosink.h:
23053         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23054         (gst_multifdsink_class_init),
23055         (gst_multifdsink_handle_client_write),
23056         (gst_multifdsink_change_state):
23057         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23058         (gst_tcpclientsink_setcaps):
23059         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23060         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23061         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23062         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23063         (gst_ximagesink_send_pending_navigation),
23064         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23065         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23067         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23068         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23069         (gst_xvimagesink_send_pending_navigation),
23070         (gst_xvimagesink_navigation_send_event),
23071         (gst_xvimagesink_set_xwindow_id),
23072         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23073         (gst_xvimagesink_get_type):
23074         more macro splitting
23075
23076 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23077
23078         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23079           plug a memleak, allows me to import 1479 albums in one go
23080           in jamboree
23081         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23082         (vorbis_handle_type_packet), (vorbis_dec_chain),
23083         (vorbis_dec_change_state):
23084           fix some format strings
23085
23086 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23087
23088         * docs/libs/tmpl/gstcolorbalance.sgml:
23089         * docs/libs/tmpl/gstmixer.sgml:
23090         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23091         (gst_alsasink_set_property), (gst_alsasink_get_property):
23092         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23093         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23094           add device property
23095
23096 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23097
23098         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23099         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23100         (audiocast_register_listener), (audiocast_thread_run),
23101         (gst_gnomevfssrc_send_additional_headers_callback),
23102         (gst_gnomevfssrc_received_headers_callback),
23103         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23104         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23105         (gst_gnomevfssrc_get_size):
23106           add/clean up debugging
23107         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23108           cleanups
23109
23110 2005-07-07  Andy Wingo  <wingo@pobox.com>
23111
23112         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23113         framerate. Need to get a handle on when exactly this function is
23114         called, tho.
23115
23116         * sys/v4l/v4lsrc_calls.h:
23117         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23118         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23119         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23120
23121         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23122         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23123         v4lelements are sources.
23124
23125         * sys/v4l/gstv4lxoverlay.h:
23126         * sys/v4l/gstv4lxoverlay.c:
23127         * sys/v4l/gstv4ltuner.h:
23128         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23129         
23130         * sys/v4l/gstv4lsrc.h:
23131         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23132         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23133         or something should handle that. Made a live source.
23134
23135         * sys/v4l/gstv4lelement.h:
23136         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23137         signals. Some cleanups.
23138
23139         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23140
23141         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23142         stuff.
23143
23144         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23145         stuff.
23146
23147         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23148
23149 2005-07-07  Wim Taymans  <wim@fluendo.com>
23150
23151         * ext/theora/theoradec.c: (theora_get_query_types),
23152         (theora_dec_src_getcaps), (theora_dec_push):
23153         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23154         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23155         Remove deprecated/unused query types.
23156
23157 2005-07-06  Wim Taymans  <wim@fluendo.com>
23158
23159         * ext/alsa/Makefile.am:
23160         * ext/alsa/gstalsaplugin.c: (plugin_init):
23161         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23162         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23163         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23164         (gst_alsasrc_class_init), (gst_alsasrc_init),
23165         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23166         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23167         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23168         (gst_alsasrc_reset):
23169         * ext/alsa/gstalsasrc.h:
23170         * gst-libs/gst/audio/Makefile.am:
23171         * gst-libs/gst/audio/gstaudiosink.c:
23172         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23173         (gst_audioringbuffer_start):
23174         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23175         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23176         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23177         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23178         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23179         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23180         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23181         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23182         * gst-libs/gst/audio/gstaudiosrc.h:
23183         * gst-libs/gst/audio/gstbaseaudiosink.c:
23184         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23185         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23186         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23187         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23188         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23189         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23190         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23191         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23192         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23193         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23194         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23195         (gst_baseaudiosrc_change_state):
23196         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23197         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23198         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23199         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23200         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23201         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23202         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23203         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23204         * gst-libs/gst/audio/gstringbuffer.h:
23205         Added audiosource base classes.
23206         Ported alsasrc, still very basic.
23207
23208 2005-07-06  Wim Taymans  <wim@fluendo.com>
23209
23210         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23211         (theora_dec_push), (theora_handle_data_packet):
23212         Prepare for better timestamp fix later.
23213
23214         * gst/audioconvert/gstaudioconvert.c:
23215         List most accurate caps first
23216
23217         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23218         Use proper pad task function.
23219
23220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23221         (gst_xvimagesink_show_frame):
23222         Fix deadlock when alloc failed.
23223
23224 2005-07-05  Andy Wingo  <wingo@pobox.com>
23225
23226         * ext/gnomevfs/gstgnomevfssrc.c:
23227         * gst/sine/gstsinesrc.c:
23228         * gst/tcp/gsttcpserversrc.c:
23229         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23230
23231         * sys/v4l/: Port from 0.8.
23232
23233         * Many files: Null if we got it....
23234
23235 2005-07-05  Andy Wingo  <wingo@pobox.com>
23236
23237         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23238         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23239         Signedness fixes.
23240
23241 2005-07-05  Wim Taymans  <wim@fluendo.com>
23242
23243         * configure.ac:
23244         * gst/tcp/Makefile.am:
23245         * gst/tcp/README:
23246         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23247         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23248         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23249         (is_sync_frame), (gst_multifdsink_handle_client_write),
23250         (gst_multifdsink_render), (gst_multifdsink_start),
23251         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23252         * gst/tcp/gstmultifdsink.h:
23253         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23254         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23255         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23256         * gst/tcp/gsttcp.h:
23257         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23258         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23259         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23260         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23261         * gst/tcp/gsttcpclientsink.h:
23262         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23263         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23264         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23265         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23266         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23267         * gst/tcp/gsttcpclientsrc.h:
23268         * gst/tcp/gsttcpplugin.c: (plugin_init):
23269         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23270         * gst/tcp/gsttcpserversink.h:
23271         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23272         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23273         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23274         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23275         (gst_tcpserversrc_stop):
23276         * gst/tcp/gsttcpserversrc.h:
23277         * gst/tcp/gsttcpsink.c:
23278         * gst/tcp/gsttcpsink.h:
23279         * gst/tcp/gsttcpsrc.c:
23280         * gst/tcp/gsttcpsrc.h:
23281         Ported tcp plugins to 0.9. 
23282         
23283
23284 2005-07-05  Andy Wingo  <wingo@pobox.com>
23285
23286         * gst/playback/gstplaybasebin.c (fill_buffer):
23287         message_new_application fixen.
23288
23289         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23290         Style fix.
23291
23292 2005-07-04  Wim Taymans  <wim@fluendo.com>
23293
23294         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23295         Set caps on output buffer.
23296
23297 2005-07-04  Andy Wingo  <wingo@pobox.com>
23298
23299         * ext/gnomevfs/gstgnomevfssrc.c
23300         (gst_gnomevfssrc_received_headers_callback) 
23301         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23302         hopefully.
23303
23304         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23305         No refcount leakage.
23306
23307         * configure.ac: Enable -Werror.
23308         
23309         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23310         * gst/audioconvert/bufferframesconvert.c
23311         (buffer_frames_convert_fixate):
23312         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23313         (gst_audio_convert_fixate):
23314         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23315         (gst_sinesrc_create): Fixate func changes.
23316         
23317         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23318         (gst_ximagesink_buffer_alloc): Unused var.
23319
23320 2005-07-01  Andy Wingo  <wingo@pobox.com>
23321
23322         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23323         getcaps to do explicit caps. Needs to be done in all decoders,
23324         possibly via a base class.
23325
23326         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23327
23328         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23329         caps on the sink pad, just rely on the pad template. Also, setting
23330         ANY caps on a pad is not valid because the caps are not fixed.
23331
23332         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23333         caps on the buffer, and get the width from the desired_caps if
23334         they're set.
23335         (gst_ximagesink_renegotiate_size): Implement via setting the
23336         desired_caps on the ximagesink.
23337         (gst_ximagesink_setcaps): Only reset the width of the player if it
23338         wasn't already set. Not sure if this is right.
23339         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23340
23341         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23342         that the user wants. NULL unless the window has been resized.
23343
23344         * gst/volume/gstvolume.c (volume_transform): Adapt to
23345         basetransform refcount changes.
23346         
23347 2005-07-01  Andy Wingo  <wingo@pobox.com>
23348
23349         * gst/videoscale/gstvideoscale.c:
23350         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23351         from BaseTransform, implements a transform_caps. Removed dead code
23352         including some PAR stuff that was never reached -- should probably
23353         be added back somehow.
23354
23355 2005-07-01  Andy Wingo  <wingo@pobox.com>
23356
23357         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23358         come later.
23359
23360 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23361
23362         * configure.ac:
23363         * docs/libs/Makefile.am:
23364         * docs/libs/gst-plugins-libs.types:
23365         * ext/alsa/Makefile.am:
23366         * ext/alsa/gstalsamixer.h:
23367         * ext/alsa/gstalsamixeroptions.h:
23368         * ext/alsa/gstalsamixertrack.h:
23369         * gst-libs/gst/Makefile.am:
23370         * gst-libs/gst/colorbalance/.cvsignore:
23371         * gst-libs/gst/colorbalance/Makefile.am:
23372         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23373         * gst-libs/gst/colorbalance/colorbalance.c:
23374         * gst-libs/gst/colorbalance/colorbalance.h:
23375         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23376         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23377         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23378         * gst-libs/gst/interfaces/Makefile.am:
23379         * gst-libs/gst/interfaces/colorbalance.c:
23380         (gst_color_balance_class_init):
23381         * gst-libs/gst/interfaces/colorbalance.h:
23382         * gst-libs/gst/interfaces/interfaces-marshal.list:
23383         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23384         * gst-libs/gst/interfaces/mixer.h:
23385         * gst-libs/gst/interfaces/mixeroptions.h:
23386         * gst-libs/gst/interfaces/navigation.c:
23387         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23388         * gst-libs/gst/interfaces/tuner.h:
23389         * gst/volume/Makefile.am:
23390         * gst/volume/gstvolume.c:
23391         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23392         * sys/ximage/Makefile.am:
23393         * sys/ximage/ximagesink.c:
23394         * sys/xvimage/Makefile.am:
23395         * sys/xvimage/xvimagesink.c:
23396           fold in all interfaces into an interfaces dir, preserving CVS
23397           history
23398
23399 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23400
23401         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23402           Fix build after riff changes.
23403
23404 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23405
23406         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23407         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23408         (gst_riff_create_video_template_caps),
23409         (gst_riff_create_audio_template_caps),
23410         (gst_riff_create_iavs_template_caps):
23411         * gst-libs/gst/riff/riff-media.h:
23412         * gst-libs/gst/riff/riff-read.h:
23413         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23414           Add gst_riff_init() to initialize the debug category, instead
23415           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23416
23417 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23418
23419         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23420           Oops, I shouldn't apply hacks.
23421
23422 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23423
23424         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23425           Remove pad_loop function which doesn't work.
23426
23427 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23428
23429         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23430           Send EOS when deactivating.
23431         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23432         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23433         (gen_preroll_element), (probe_triggered), (mute_stream),
23434         (silence_stream), (new_decoded_pad), (setup_substreams),
23435         (set_active_source):
23436         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23437         (remove_sinks), (add_sink):
23438         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23439           Change for new probe API.
23440
23441 2005-06-29  Wim Taymans  <wim@fluendo.com>
23442
23443         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23444         * gst-libs/gst/audio/gstbaseaudiosink.c:
23445         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23446         (gst_baseaudiosink_change_state):
23447         * gst-libs/gst/audio/gstbaseaudiosink.h:
23448         * gst-libs/gst/audio/gstringbuffer.c:
23449         (gst_ringbuffer_set_callback):
23450         Fix compilation error.
23451         Ringbuffer starts out as not running.
23452         Free our clock in dispose.
23453         When releasing the ringbuffer we need to renegotiate so
23454         clear the pad caps.
23455
23456 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23457
23458         * autogen.sh:
23459         * configure.ac:
23460         * docs/Makefile.am:
23461         * docs/libs/Makefile.am:
23462         * docs/libs/gst-plugins-libs-docs.sgml:
23463         * docs/libs/gst-plugins-libs-sections.txt:
23464         * docs/libs/gst-plugins-libs.types:
23465         * docs/libs/tmpl/gstaudio.sgml:
23466         * docs/libs/tmpl/gstcolorbalance.sgml:
23467         * docs/libs/tmpl/gstringbuffer.sgml:
23468         * gst-libs/gst/audio/gstringbuffer.c:
23469         (gst_ringbuffer_set_callback):
23470           reinstate gtk-doc docs for plugin libs
23471
23472 2005-06-28  Wim Taymans  <wim@fluendo.com>
23473
23474         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23475         (gst_ogg_demux_init):
23476         Removed pad loop function.
23477
23478 2005-06-28  Wim Taymans  <wim@fluendo.com>
23479
23480         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23481         If we're building a chain we are not in an error case
23482         when we queue a buffer.
23483
23484 2005-06-28  Andy Wingo  <wingo@pobox.com>
23485
23486         * *.c: Don't cast to GstObject before reffing/unreffing.
23487
23488 2005-06-27  Andy Wingo  <wingo@pobox.com>
23489
23490         * gst/videotestsrc/gstvideotestsrc.c
23491         (gst_videotestsrc_activate_push): Activation API changes.
23492
23493         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23494         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23495         they have refs on the decodebin.
23496
23497         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23498         parent class.
23499         (gst_ogg_pad_typefind): Don't leak a pad ref.
23500         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23501         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23502         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23503
23504 2005-06-27  Edward Hervey  <edward@fluendo.com>
23505
23506         * ext/theora/theoradec.c: (theora_dec_change_state): 
23507         re-arranged call to parent's state change in order to avoid locks (or
23508         worse).
23509
23510 2005-06-26  Edward Hervey  <edward@fluendo.com>
23511
23512         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23513         2nd argument of 'unknow-type' signal is a GstCaps and not a
23514         GstMiniObject
23515
23516 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23517         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23518           Set the worker thread's running flag to TRUE before starting the
23519           thread.
23520         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23521           Catch a failure to add typefind to the bin.
23522
23523 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23524
23525         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23526         (gst_sinesrc_init), (gst_sinesrc_create),
23527         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23528         (gst_sinesrc_start):
23529         * gst/sine/gstsinesrc.h:
23530           add num-buffers and timestamp-offset properties
23531         * gst/videotestsrc/gstvideotestsrc.c:
23532         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23533         (gst_videotestsrc_get_property):
23534           add timestamp-offset property
23535
23536 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23537
23538         * configure.ac: add videorate
23539         * gst-plugins-base.spec.in: add videorate
23540
23541 2005-06-23  Wim Taymans  <wim@fluendo.com>
23542
23543         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23544         (gst_videorate_getcaps), (gst_videorate_setcaps),
23545         (gst_videorate_event), (gst_videorate_chain):
23546         Fixed videorate, fixating an already fixated caps is not
23547         an error.
23548
23549 2005-06-23  Wim Taymans  <wim@fluendo.com>
23550
23551         * ext/ogg/README:
23552         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23553         Buffer on caps is not boxed anymore.
23554
23555 2005-06-22  Wim Taymans  <wim@fluendo.com>
23556
23557         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23558         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23559         Set buffers on caps as miniobjects and not as boxed.
23560
23561 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23562
23563         * configure.ac:
23564           back to HEAD
23565
23566 === release 0.9.1 ===
23567
23568 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23569
23570         * .cvsignore:
23571         * NEWS:
23572         * README:
23573         * RELEASE:
23574         * configure.ac:
23575         * po/af.po:
23576         * po/az.po:
23577         * po/cs.po:
23578         * po/en_GB.po:
23579         * po/hu.po:
23580         * po/it.po:
23581         * po/nb.po:
23582         * po/nl.po:
23583         * po/or.po:
23584         * po/sq.po:
23585         * po/sr.po:
23586         * po/sv.po:
23587         * po/uk.po:
23588         * po/vi.po:
23589           updates for release
23590
23591 2005-06-09  Andy Wingo  <wingo@pobox.com>
23592
23593         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23594         
23595 2005-06-09  Andy Wingo  <wingo@pobox.com>
23596
23597         * configure.ac:
23598         * gst-libs/gst/Makefile.am:
23599         * gst-libs/gst/net/Makefile.am:
23600         Add gstnet to build.
23601
23602 2005-06-09  Andy Wingo  <wingo@pobox.com>
23603
23604         * gst-libs/gst/gconf/gconf.c:
23605         * gst/playback/test.c:
23606         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23607         fixes.
23608
23609         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23610
23611         * ext/theora/theoraenc.c (theora_enc_chain): 
23612         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
23613
23614         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
23615         RealPad.
23616
23617 2005-06-02  Wim Taymans  <wim@fluendo.com>
23618
23619         * gst-libs/gst/net/Makefile.am:
23620         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23621         * pkgconfig/gstreamer-libs.pc.in:
23622         Added net stuff, version net lib.
23623
23624 2005-06-02  Wim Taymans  <wim@fluendo.com>
23625
23626         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23627         (query_rates), (query_positions_elems), (query_positions_pads),
23628         (do_seek):
23629         Updated seek example.
23630
23631 2005-06-02  Andy Wingo  <wingo@pobox.com>
23632
23633         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
23634         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
23635         list.
23636
23637         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
23638         remove the typefind, the bin dispose will do it for us. When it's
23639         removed and unreffed, the signal handler will be disconnected,
23640         too.
23641         (unlinked): It's too difficult to disconnect from unlinked
23642         handlers, as they are on pads not elements. Just punt if the pads
23643         aren't grandkids of the bin.
23644
23645 2005-06-02  Wim Taymans  <wim@fluendo.com>
23646
23647         * ext/ogg/README:
23648         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23649         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
23650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
23651         * ext/theora/theoradec.c: (theora_dec_src_query),
23652         (theora_handle_data_packet):
23653         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23654         (theora_enc_chain):
23655         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23656         (vorbis_handle_data_packet):
23657         * gst/audioconvert/bufferframesconvert.c:
23658         (buffer_frames_convert_chain):
23659         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23660         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23661         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23662         (gst_ffmpegcsp_chain):
23663         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23664         (gst_videorate_getcaps), (gst_videorate_setcaps),
23665         (gst_videorate_event), (gst_videorate_chain):
23666         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
23667         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
23668         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23669         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
23670         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23671         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23672         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23673         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23674         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
23675         Cleanups and buffer alloc.
23676
23677 2005-05-31  Wim Taymans  <wim@fluendo.com>
23678
23679         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
23680         Don't try to call the delay method when the device is not
23681         opened.
23682
23683 2005-05-31  Wim Taymans  <wim@fluendo.com>
23684
23685         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
23686         Get actual segment size and buffer size after opening
23687         the device.
23688
23689 2005-05-30  Wim Taymans  <wim@fluendo.com>
23690
23691         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
23692         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
23693         Also FLUSH upstream, makes the loop function exit faster.
23694         
23695         * ext/theora/theoradec.c: (theora_dec_src_query):
23696         Some more debug info in the query.
23697         
23698         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23699         (gst_ximagesink_setcaps):
23700         Release lock on par error, better error reporting.
23701
23702 2005-05-26  Wim Taymans  <wim@fluendo.com>
23703
23704         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23705         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
23706         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
23707         Clear chains in READY
23708         Queue packets until the chain is activated.
23709
23710 2005-05-25  Wim Taymans  <wim@fluendo.com>
23711
23712         * gst-libs/gst/audio/gstaudiosink.c:
23713         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23714         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23715         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23716         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23717         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23718         (gst_audiosink_create_ringbuffer):
23719         * gst-libs/gst/audio/gstbaseaudiosink.c:
23720         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23721         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23722         (gst_baseaudiosink_set_property), (build_linear_format),
23723         (debug_spec_caps), (debug_spec_buffer),
23724         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23725         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23726         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23727         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23728         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23729         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23730         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
23731         (gst_ringbuffer_play), (gst_ringbuffer_pause),
23732         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
23733         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
23734         (wait_segment), (gst_ringbuffer_commit),
23735         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
23736         (gst_ringbuffer_clear):
23737         Various small cleanups.
23738
23739         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23740         (gst_audio_convert_change_state):
23741         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
23742         No need to take the locks anymore.
23743
23744 2005-05-25  Wim Taymans  <wim@fluendo.com>
23745
23746         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23747         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
23748         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
23749         (type_found):
23750         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
23751         (group_destroy), (group_commit), (queue_overrun),
23752         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
23753         (mute_stream), (new_decoded_pad), (setup_substreams),
23754         (setup_source), (mute_group_type), (set_active_source),
23755         (gst_play_base_bin_change_state):
23756         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
23757         (gen_video_element), (gen_text_element), (gen_audio_element),
23758         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
23759         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
23760         (gst_stream_info_dispose), (gst_stream_info_set_mute):
23761         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
23762         Some playbin cleanups mostly refcounting sloppyness.
23763
23764 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23765
23766         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23767           Work with streaming input.
23768
23769 2005-05-25  Wim Taymans  <wim@fluendo.com>
23770
23771         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23772         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23773         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23774         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
23775         No need to take the STREAM lock anymore.
23776
23777 2005-05-25  Wim Taymans  <wim@fluendo.com>
23778
23779         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23780         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
23781         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
23782         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
23783         (gst_ogg_demux_sink_activate):
23784         * ext/theora/theoradec.c: (theora_dec_src_event),
23785         (theora_handle_comment_packet), (theora_dec_chain),
23786         (theora_dec_change_state):
23787         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23788         (vorbis_handle_data_packet), (vorbis_dec_chain),
23789         (vorbis_dec_change_state):
23790         Remove STREAM locks as they are taken in core now.
23791         Never set bogus granulepos on vorbis/theora.
23792         Fix leaks in theoradec tag parsing.
23793
23794 2005-05-25  Wim Taymans  <wim@fluendo.com>
23795
23796         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23797         Fix memleaks, GST_BUFFER_DATA() is not freed.
23798
23799 2005-05-25  Wim Taymans  <wim@fluendo.com>
23800
23801         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23802         Open non-blocking, set to blocking mode afterwards to avoid
23803         lockups when audio device is busy.
23804
23805 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23806
23807         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
23808           This can't be good.
23809
23810 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23811
23812         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23813         (gst_audio_convert_chain), (gst_audio_convert_link_src),
23814         (gst_audio_convert_setcaps):
23815           Implement instant setup switching.
23816
23817 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23818
23819         * gst/playback/gstplaybasebin.c: (probe_triggered):
23820           Fix missing unlock.
23821         * gst/playback/gstplaybin.c: (add_sink):
23822           First add, then link (otherwise pad link fails).
23823
23824 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23825
23826         * examples/Makefile.am:
23827         fix buildbot (make distcheck)
23828
23829 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23830
23831         * gst/playback/gstplaybin.c: (gen_vis_element):
23832           Remove some wrong code. Doesn't work yet.
23833
23834 2005-05-19  Wim Taymans  <wim@fluendo.com>
23835
23836         * gst-libs/gst/net/Makefile.am:
23837         * gst-libs/gst/net/README:
23838         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
23839         (gst_netbuffer_class_init), (gst_netbuffer_init),
23840         (gst_netbuffer_finalize), (gst_netbuffer_copy),
23841         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
23842         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
23843         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
23844         * gst-libs/gst/net/gstnetbuffer.h:
23845         Added buffer subclass to store extra to/from addresses for
23846         network sources/sinks.
23847
23848 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23849
23850         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
23851           Don't lock an unassigned variable.
23852
23853 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23854
23855         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
23856           Increase buffer for video, decrease buffer for other media types.
23857         * gst/playback/gstplaybin.c: (gen_video_element),
23858         (gen_audio_element):
23859           Change names for debugging purposes.
23860
23861 2005-05-18  Wim Taymans  <wim@fluendo.com>
23862
23863         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23864         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23865         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23866         (gst_ffmpegcsp_chain):
23867         Enable buffer alloc passthrough if the source and dest
23868         formats are the same.
23869
23870 2005-05-17  Wim Taymans  <wim@fluendo.com>
23871
23872         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
23873         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
23874         (gst_ogg_demux_chain_unlocked):
23875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23876         (gst_audio_convert_caps_remove_format_info),
23877         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
23878         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
23879         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23880         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23881         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
23882         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
23883         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
23884         (gst_ffmpegcsp_get_property):
23885         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23886         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23887         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23888         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
23889         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
23890         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23891         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
23892         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
23893         Leak fixes in oggdemux.
23894         Some cleanups in audioconvert.
23895         Make passthrough work along with buffer_alloc etc.
23896         Make buffer_alloc and buffer recycling actually work in
23897         xvimagesink.
23898
23899 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23900
23901         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
23902           make the compiler happy
23903
23904 2005-05-17  Wim Taymans  <wim@fluendo.com>
23905
23906         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
23907         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
23908         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
23909         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
23910         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23911         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
23912         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
23913         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
23914         (gst_xvimagesink_set_xwindow_id):
23915         * sys/xvimage/xvimagesink.h:
23916         Port xvimagesink to new MiniObject.
23917
23918 2005-05-17  Wim Taymans  <wim@fluendo.com>
23919
23920         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
23921         (gst_audiofilter_chain):
23922         * gst-libs/gst/audio/gstaudiosink.c:
23923         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23924         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23925         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23926         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23927         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23928         (gst_audiosink_create_ringbuffer):
23929         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23930         (gst_audio_convert_caps_remove_format_info),
23931         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
23932         (gst_audio_convert_fixate), (gst_audio_convert_channels):
23933         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23934         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23935         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
23936         Fix passthrough in ffmpegcolorspace.
23937         Fix memset in audiosink on wrong memory.
23938
23939 2005-05-16  David Schleef  <ds@schleef.org>
23940
23941         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
23942         to GstMiniObject.
23943
23944 2005-05-16  David Schleef  <ds@schleef.org>
23945
23946         Port from GstData to GstMiniObject.
23947         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
23949         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
23950         (gst_ogg_mux_collected):
23951         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23952         * ext/theora/theoradec.c: (theora_handle_comment_packet),
23953         (theora_handle_data_packet):
23954         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23955         (theora_set_header_on_caps), (theora_enc_chain):
23956         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23957         (vorbis_handle_comment_packet):
23958         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23959         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
23960         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
23961         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
23962         * gst/audioconvert/gstaudioconvert.c:
23963         (gst_audio_convert_get_buffer):
23964         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23965         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23966         (mute_stream), (silence_stream):
23967         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
23968         * gst/volume/gstvolume.c: (volume_transform):
23969         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
23970         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
23971         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
23972         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
23973         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
23974         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
23975         (gst_ximagesink_buffer_alloc):
23976         * sys/ximage/ximagesink.h:
23977
23978 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23979
23980         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23981         (fill_buffer), (check_queue), (queue_threshold_reached),
23982         (queue_out_of_data):
23983         * gst/playback/gstplaybasebin.h:
23984           Post buffer-fullness on the bus.
23985
23986 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23987
23988         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
23989         (try_to_link_1):
23990         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
23991         (group_commit), (probe_triggered), (setup_source),
23992         (gst_play_base_bin_change_state):
23993         * gst/playback/gstplaybasebin.h:
23994         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
23995         (gst_play_bin_init), (remove_sinks), (setup_sinks),
23996         (gst_play_bin_change_state):
23997           Move setup_output_pads into a virtual function, remove
23998           group-switch (no longer needed) and redirect (handled by bus
23999           now) signals.
24000
24001 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24002
24003         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24004         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24005         (get_active_group), (get_building_group), (group_destroy),
24006         (group_commit), (check_queue), (queue_overrun),
24007         (queue_threshold_reached), (queue_out_of_data),
24008         (gen_preroll_element), (remove_groups), (unknown_type),
24009         (add_element_stream), (no_more_pads), (probe_triggered),
24010         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24011         (setup_substreams), (setup_source), (finish_source),
24012         (prepare_output), (muted_group_change_state),
24013         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24014         (gst_play_base_bin_change_state):
24015         * gst/playback/gstplaybasebin.h:
24016         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24017         (gst_play_bin_init), (gst_play_bin_set_property),
24018         (gen_video_element), (gen_text_element), (gen_audio_element),
24019         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24020         (gst_play_bin_change_state):
24021         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24022         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24023         (stream_info_change_state), (gst_stream_info_set_mute),
24024         (gst_stream_info_get_property):
24025         * gst/playback/gststreaminfo.h:
24026         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24027         (gst_stream_selector_get_linked_pad),
24028         (gst_stream_selector_getcaps),
24029         (gst_stream_selector_get_linked_pads),
24030         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24031         * gst/playback/gststreamselector.h:
24032           Rough port of playbin. Needs some more work, but is mostly done,
24033           and uses a few locks in important places, which should make stuff
24034           like chain-switches clean. Still uses GST_STATE() in a few places,
24035           which isn't all that good an idea, subtitles/elements disabled
24036           because no elements to test with and thus probably broken, query
24037           and event handling moved to GstBin, internal thread removed
24038           alltogether because the pipeline does that for us now. Can play
24039           Ogg/Vorbis files. Haven't tested anything else yet.
24040
24041 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24042
24043         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24044           Do no-more-pads (needed for autoplugging).
24045
24046 2005-05-10  Andy Wingo  <wingo@pobox.com>
24047
24048         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24049         message to the bus with the tags. Still not sent downstream tho.
24050
24051         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24052         get_parent.
24053         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24054         avoid refcounting hassles.
24055
24056 2005-05-09  Andy Wingo  <wingo@pobox.com>
24057
24058         * gst/volume/Makefile.am:
24059         * gst/volume/demo.c
24060         * gst/volume/gstvolume.h
24061         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24062         basetransform. Probably need an audio filter base class.
24063
24064 2005-05-09  Wim Taymans  <wim@fluendo.com>
24065
24066         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24067         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24068         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24069         (gst_vorbisenc_chain):
24070         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24071         (gst_audio_convert_caps_remove_format_info),
24072         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24073         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24074         Make caps writable before writing to it.
24075         Fix negotiation in audioconvert some more.
24076
24077 2005-05-09  Wim Taymans  <wim@fluendo.com>
24078
24079         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24080         (gst_videorate_getcaps), (gst_videorate_setcaps),
24081         (gst_videorate_event), (gst_videorate_chain):
24082         Better negotiation.
24083
24084 2005-05-09  Wim Taymans  <wim@fluendo.com>
24085
24086         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24087         (gst_videorate_getcaps), (gst_videorate_setcaps),
24088         (gst_videorate_blank_data), (gst_videorate_init),
24089         (gst_videorate_event), (gst_videorate_chain),
24090         (gst_videorate_change_state):
24091         Port videorate, do a better job at negotiation while we're at
24092         it.
24093
24094 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24095
24096         * configure.ac:
24097           Disable libvisual
24098
24099         * examples/Makefile.am:
24100         * gst-libs/gst/audio/Makefile.am:
24101         * gst-libs/gst/riff/Makefile.am:
24102         * gst-libs/gst/tag/Makefile.am:
24103         * gst-libs/gst/video/Makefile.am:
24104           Fixups for missing variables.
24105
24106 2005-05-09  Wim Taymans  <wim@fluendo.com>
24107
24108         * examples/seeking/seek.c: (make_theora_pipeline),
24109         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24110         (query_rates), (query_positions_elems), (query_positions_pads),
24111         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24112         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24113         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24114         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24115         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24116         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24117         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24118         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24119         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24120         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24121         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24122         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24123         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24124         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24125         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24126         (theora_dec_src_convert), (theora_dec_sink_convert),
24127         (theora_dec_src_query), (theora_dec_sink_query),
24128         (theora_dec_src_event), (theora_dec_sink_event),
24129         (theora_handle_comment_packet), (theora_handle_type_packet),
24130         (theora_handle_header_packet), (theora_handle_data_packet),
24131         (theora_dec_chain):
24132         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24133         (vorbis_dec_convert), (vorbis_dec_src_query),
24134         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24135         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24136         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24137         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24138         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24139         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24140         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24141         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24142         (gst_play_bin_query):
24143         * gst/playback/test3.c: (update_scale):
24144         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24145         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24146         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24147         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24148         (gst_videotestsrc_src_query):
24149         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24150         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24151         (paint_hline_YUV9):
24152         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24153         Port to new query API.
24154         Updated seek.
24155         Cleanups in x[v]imagesink
24156
24157 2005-05-09  Andy Wingo  <wingo@pobox.com>
24158
24159         * ext/alsa/gstalsasink.h:
24160         * ext/gnomevfs/gstgnomevfssrc.c:
24161         (gst_gnomevfssrc_get_icy_metadata):
24162         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24163         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24164         * ext/theora/theoradec.c (theora_dec_src_query)
24165         (theora_dec_src_event, theora_dec_sink_event)
24166         (theora_handle_comment_packet, theora_handle_data_packet):
24167         * ext/theora/theoraenc.c (theora_enc_chain):
24168         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24169         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24170         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24171         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24172         (qt_type_find):
24173         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24174         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24175         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24176         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24177         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24178         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24179         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24180         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24181         (paint_setup_RGB565, paint_setup_xRGB1555):
24182         * gst/videotestsrc/videotestsrc.h:
24183         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24184         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24185         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24186         GCC4 fixes.
24187         
24188         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24189         gst_pad_query_position. Fixes oggdemux.
24190
24191 2005-05-08  David Schleef  <ds@schleef.org>
24192
24193         * configure.ac: Require liboil.
24194         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24195         a few more.
24196         * gst/videotestsrc/videotestsrc.c:
24197         * gst/videotestsrc/videotestsrc.h:
24198
24199 2005-05-06  Wim Taymans  <wim@fluendo.com>
24200
24201         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24202         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24203         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24204         Well, unreffing a buffer right before pushing it is asking
24205         for trouble..
24206
24207 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24208
24209         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24210
24211 2005-05-06  Wim Taymans  <wim@fluendo.com>
24212
24213         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24214         (gst_audio_convert_caps_remove_format_info),
24215         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24216         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24217         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24218         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24219         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24220         * gst/sine/Makefile.am:
24221         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24222         (gst_sinesrc_class_init), (gst_sinesrc_init),
24223         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24224         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24225         (gst_sinesrc_update_freq):
24226         * gst/sine/gstsinesrc.h:
24227         * gst/tcp/gstmultifdsink.c:
24228         * sys/xvimage/xvimagesink.c:
24229         Fixed negotiation wrt _peer_get_caps()
24230         Some cleanups.
24231
24232
24233 2005-05-06  Wim Taymans  <wim@fluendo.com>
24234
24235         * gst-libs/gst/audio/gstaudiosink.c:
24236         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24237         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24238         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24239         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24240         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24241         (gst_audiosink_create_ringbuffer):
24242         * gst-libs/gst/audio/gstbaseaudiosink.c:
24243         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24244         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24245         (gst_baseaudiosink_set_property), (build_linear_format),
24246         (debug_spec_caps), (debug_spec_buffer),
24247         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24248         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24249         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24250         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24251         * gst-libs/gst/audio/gstbaseaudiosink.h:
24252         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24253         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24254         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24255         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24256         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24257         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24258         (wait_segment), (gst_ringbuffer_commit),
24259         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24260         (gst_ringbuffer_clear):
24261         * gst-libs/gst/audio/gstringbuffer.h:
24262         Make the base audiosink return an error when there is no
24263         audiobuffer negotiated.
24264
24265 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24266
24267         * ext/Makefile.am:
24268         Disable cdparanoia until someone ports it!
24269
24270 2005-05-06  Wim Taymans  <wim@fluendo.com>
24271
24272         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24273         (gst_ogg_demux_sink_activate):
24274         And revert after wingo's revert.. sigh..
24275
24276 2005-05-05  Andy Wingo  <wingo@pobox.com>
24277
24278         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24279         GObject.
24280         * configure.ac: Return audiorate and subparse from the ghetto.
24281         Re-enable -Wall -Werror.
24282         * gst/subparse/gstsubparse.c:
24283         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24284         or chain-based. Cleaned up a bit. Not tested.
24285         
24286 2005-05-05  Christian Schaller <christian@fluendo.com> 
24287
24288         * Makefile.am: remove stuff that is not building
24289         * configure.ac: remove stuff that is not building
24290         * examples/Makefile.am: remove stuff that is not building
24291         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24292         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24293         * sys/Makefile.am: remove stuff that is not building
24294         * testsuite/Makefile.am: remove stuff that is not building
24295
24296 2005-05-05  Andy Wingo  <wingo@pobox.com>
24297
24298         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24299         * gst-libs/gst/tag/gstvorbistag.c:
24300         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24301         * gst/adder/gstadder.h:
24302         * gst/audioconvert/gstchannelmix.c:
24303         (gst_audio_convert_fill_one_other):
24304         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24305         (gst_audiorate_init), (gst_audiorate_chain):
24306         * gst/playback/gstplaybasebin.c: (setup_source):
24307         * gst/playback/test3.c: (update_scale):
24308         Some GCC4 fixes
24309         
24310         * po/af.po:
24311         * po/az.po:
24312         * po/cs.po:
24313         * po/en_GB.po:
24314         * po/hu.po:
24315         * po/it.po:
24316         * po/nb.po:
24317         * po/nl.po:
24318         * po/or.po:
24319         * po/sq.po:
24320         * po/sr.po:
24321         * po/sv.po:
24322         * po/uk.po:
24323         * po/vi.po: Foo
24324
24325 2005-05-05  Wim Taymans  <wim@fluendo.com>
24326
24327         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24328         (gst_audio_convert_caps_remove_format_info),
24329         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24330         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24331         * gst/videotestsrc/gstvideotestsrc.c:
24332         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24333         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24334         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24335         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24336         Don't ignore _push() return values.
24337         Make sure no processing is done when shutting down.
24338         Videotestsrc pad activation fix.
24339
24340 2005-05-05  Wim Taymans  <wim@fluendo.com>
24341
24342         * gst/adder/Makefile.am:
24343         * gst/adder/gstadder.c: (gst_adder_setcaps),
24344         (gst_adder_class_init), (gst_adder_init),
24345         (gst_adder_request_new_pad), (gst_adder_collected),
24346         (gst_adder_change_state):
24347         * gst/adder/gstadder.h:
24348         Ported adder as an example of a mixer element using
24349         collect pads. Needs more negotiation work.
24350
24351 2005-05-05  Wim Taymans  <wim@fluendo.com>
24352
24353         * ext/theora/theoradec.c: (_inc_granulepos),
24354         (theora_dec_src_event), (theora_dec_sink_event),
24355         (theora_handle_comment_packet), (theora_handle_type_packet),
24356         (theora_handle_header_packet), (theora_handle_data_packet),
24357         (theora_dec_chain):
24358         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24359         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24360         (theora_push_buffer), (theora_push_packet),
24361         (theora_enc_sink_event), (theora_enc_chain),
24362         (theora_enc_change_state), (theora_enc_set_property),
24363         (theora_enc_get_property):
24364         Added stream lock to decoder so that we can serialize
24365         the discont event.
24366         More theoraenc porting, recover from errors, do clean
24367         shutdown.
24368
24369 2005-05-05  Wim Taymans  <wim@fluendo.com>
24370
24371         * ext/ogg/Makefile.am:
24372         * ext/ogg/README:
24373         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24374         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24375         (gst_ogg_print):
24376         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24377         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24378         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24379         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24380         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24381         (gst_ogg_mux_change_state):
24382         Ported ogg muxer.
24383
24384 2005-05-05  Wim Taymans  <wim@fluendo.com>
24385
24386         * docs/design-audiosinks.txt:
24387         * gst-libs/gst/audio/TODO:
24388         * gst-libs/gst/audio/gstaudiosink.c:
24389         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24390         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24391         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24392         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24393         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24394         (gst_audiosink_create_ringbuffer):
24395         * gst-libs/gst/audio/gstbaseaudiosink.c:
24396         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24397         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24398         (gst_baseaudiosink_set_property), (build_linear_format),
24399         (debug_spec_caps), (debug_spec_buffer),
24400         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24401         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24402         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24403         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24404         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24405         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24406         (gst_ringbuffer_release), (gst_ringbuffer_play),
24407         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24408         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24409         (gst_ringbuffer_set_sample), (wait_segment),
24410         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24411         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24412         More work on the audiosink, mostly debugging and a race in
24413         shutdown.
24414
24415 2005-04-28  Wim Taymans  <wim@fluendo.com>
24416
24417         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24418         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24419         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24420         (vorbis_dec_src_query), (vorbis_dec_src_event),
24421         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24422         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24423         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24424         Don't crap out when seeking back to position 0.
24425
24426 2005-04-28  Wim Taymans  <wim@fluendo.com>
24427
24428         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24429         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24430         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24431         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24432         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24433         Make audio sink configurable, use alsasink as default.
24434
24435 2005-04-28  Wim Taymans  <wim@fluendo.com>
24436
24437         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24438         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24439         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24440         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24441         (vorbis_dec_change_state):
24442         * ext/vorbis/vorbisdec.h:
24443         Refactor, use STREAM_LOCK.
24444
24445 2005-04-28  Wim Taymans  <wim@fluendo.com>
24446
24447         * ext/theora/theoradec.c: (_inc_granulepos),
24448         (theora_dec_sink_event), (theora_handle_comment_packet),
24449         (theora_handle_type_packet), (theora_handle_header_packet),
24450         (theora_handle_data_packet), (theora_dec_chain),
24451         (theora_dec_change_state):
24452         Refactor a bit, use STREAM_LOCK.
24453
24454 2005-04-28  Wim Taymans  <wim@fluendo.com>
24455
24456         * ext/alsa/Makefile.am:
24457         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24458         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24459         (gst_alsa_link), (gst_alsa_close_audio):
24460         * ext/alsa/gstalsaplugin.c: (plugin_init):
24461         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24462         (gst_alsasink_dispose), (gst_alsasink_base_init),
24463         (gst_alsasink_class_init), (gst_alsasink_init),
24464         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24465         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24466         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24467         (gst_alsasink_reset):
24468         * ext/alsa/gstalsasink.h:
24469         Implement alsasink with simple open/write/close API. 
24470         Make alsa dir build by disabling compilation of code.
24471
24472 2005-04-28  Wim Taymans  <wim@fluendo.com>
24473
24474         * gst-libs/gst/audio/Makefile.am:
24475         * gst-libs/gst/audio/audio.h:
24476         * gst-libs/gst/audio/audioclock.c:
24477         * gst-libs/gst/audio/audioclock.h:
24478         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24479         (gst_audio_clock_class_init), (gst_audio_clock_init),
24480         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24481         * gst-libs/gst/audio/gstaudioclock.h:
24482         * gst-libs/gst/audio/gstaudiosink.c:
24483         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24484         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24485         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24486         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24487         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24488         (gst_audiosink_create_ringbuffer):
24489         * gst-libs/gst/audio/gstbaseaudiosink.c:
24490         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24491         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24492         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24493         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24494         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24495         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24496         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24497         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24498         * gst-libs/gst/audio/gstbaseaudiosink.h:
24499         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24500         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24501         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24502         (gst_ringbuffer_release), (gst_ringbuffer_play),
24503         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24504         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24505         (gst_ringbuffer_set_sample), (wait_segment),
24506         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24507         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24508         * gst-libs/gst/audio/gstringbuffer.h:
24509         Make ringbuffer faster and more simple by removing the locks
24510         in the playback thread.
24511         Add sample accurate playback based on buffer sample offsets.
24512         Make the baseaudiosink provide a clock.
24513         Parse caps in the base class.
24514         Correctly handle seeking, flushing and state changes.
24515
24516 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24517
24518         * configure.ac:
24519         * gst/audioconvert/Makefile.am:
24520         * gst/audioscale/Makefile.am:
24521           Fix part of the build.  Come on guys, autogen didn't even work :)
24522
24523 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24524
24525         * configure.ac:
24526         * gst-libs/gst/Makefile.am:
24527         * gst-libs/gst/media-info/.cvsignore:
24528         * gst-libs/gst/media-info/Makefile.am:
24529         * gst-libs/gst/media-info/README:
24530         * gst-libs/gst/media-info/media-info-priv.c:
24531         * gst-libs/gst/media-info/media-info-priv.h:
24532         * gst-libs/gst/media-info/media-info-test.c:
24533         * gst-libs/gst/media-info/media-info.c:
24534         * gst-libs/gst/media-info/media-info.h:
24535         * gst-libs/gst/media-info/media-info.vcproj:
24536         * pkgconfig/Makefile.am:
24537         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24538         * pkgconfig/gstreamer-media-info.pc.in:
24539           Remove media-info, which is also successed by playbin (see Totem
24540           implementation).
24541
24542 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24543
24544         * configure.ac:
24545         * examples/Makefile.am:
24546         * examples/gstplay/.cvsignore:
24547         * examples/gstplay/Makefile.am:
24548         * examples/gstplay/player.c:
24549         * gst-libs/gst/Makefile.am:
24550         * gst-libs/gst/play/.cvsignore:
24551         * gst-libs/gst/play/Makefile.am:
24552         * gst-libs/gst/play/play.c:
24553         * gst-libs/gst/play/play.h:
24554         * gst-libs/gst/play/play.vcproj:
24555         * pkgconfig/Makefile.am:
24556         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24557         * pkgconfig/gstreamer-play.pc.in:
24558           Remove libgstplay, playbin is now the official successor.
24559
24560 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24561
24562         * configure.ac:
24563         * gst-libs/gst/Makefile.am:
24564         * gst-libs/gst/xwindowlistener/Makefile.am:
24565         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24566         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24567           Remove deprecated xwindowlistener (I've moved xwindowlistening
24568           in the v4l/v4l2 plugins over to serverside).
24569
24570 2005-04-25  David Schleef  <ds@schleef.org>
24571
24572         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24573         to examples/dynparams.  Examples do not belong interspersed with
24574         source code.
24575         * examples/dynparams/demo-dparams.c:
24576         * gst/sine/Makefile.am:
24577         * gst/sine/demo-dparams.c:
24578
24579 2005-04-25  David Schleef  <ds@schleef.org>
24580
24581         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24582         * gst-libs/gst/audio/Makefile.am:
24583         * gst-libs/gst/riff/Makefile.am:
24584         * gst-libs/gst/tag/Makefile.am:
24585         * gst-libs/gst/video/Makefile.am:
24586         * gst-libs/gst/xwindowlistener/Makefile.am:
24587
24588         Convert to 0.9 API, seems to work:
24589         * sys/ximage/Makefile.am:
24590         * sys/ximage/ximagesink.c:
24591
24592 2005-04-24  David Schleef  <ds@schleef.org>
24593
24594         Link plugins against libraries:
24595         * ext/alsa/Makefile.am:
24596         * gst/tcp/Makefile.am:
24597
24598         Remove asm code that should be in liboil
24599         * gst/videoscale/Makefile.am:
24600         * gst/videoscale/videoscale_x86_asm.s:
24601
24602         gettext wants these checked in:
24603         * po/af.po:
24604         * po/az.po:
24605         * po/cs.po:
24606         * po/en_GB.po:
24607         * po/hu.po:
24608         * po/it.po:
24609         * po/nb.po:
24610         * po/nl.po:
24611         * po/or.po:
24612         * po/sq.po:
24613         * po/sr.po:
24614         * po/sv.po:
24615         * po/uk.po:
24616         * po/vi.po:
24617
24618 2005-04-24  David Schleef  <ds@schleef.org>
24619
24620         Convert gst_main() to g_main_loop_run()
24621         * gst/playback/decodetest.c: (main):
24622         * gst/playback/test2.c: (main):
24623         * gst/playback/test3.c: (main):
24624         * gst/playback/test4.c: (main):
24625
24626         Link plugins against libraries:
24627         * ext/libvisual/Makefile.am:
24628         * sys/xvimage/Makefile.am:
24629
24630 2005-04-24  David Schleef  <ds@schleef.org>
24631
24632         * configure.ac: Remove idct and resample libs
24633         * gst-libs/gst/Makefile.am: same
24634
24635         Remove usage of gst_library_load():
24636         * ext/alsa/gstalsaplugin.c: (plugin_init):
24637         * ext/libvisual/visual.c: (plugin_init):
24638         * ext/ogg/gstogg.c: (plugin_init):
24639         * ext/theora/theora.c: (plugin_init):
24640         * ext/vorbis/vorbis.c: (plugin_init):
24641         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
24642         * gst/audioscale/gstaudioscale.c:
24643         * gst/adder/gstadder.c: (plugin_init):
24644         * gst/audioconvert/plugin.c: (plugin_init):
24645         * sys/ximage/ximagesink.c: (plugin_init):
24646         * sys/xvimage/xvimagesink.c: (plugin_init):
24647         * gst/tcp/gsttcpplugin.c: (plugin_init):
24648
24649         Link plugins against libraries:
24650         * ext/ogg/Makefile.am:
24651         * ext/theora/Makefile.am:
24652         * ext/vorbis/Makefile.am:
24653         * gst/audioconvert/Makefile.am:
24654
24655         Create proper libraries:
24656         * gst-libs/gst/riff/Makefile.am:
24657         * gst-libs/gst/audio/Makefile.am:
24658         * gst-libs/gst/video/Makefile.am:
24659
24660         Move resample library to audioscale plugin directory:
24661         * gst-libs/gst/resample/Makefile.am:
24662         * gst-libs/gst/resample/README:
24663         * gst-libs/gst/resample/dtof.c:
24664         * gst-libs/gst/resample/dtos.c:
24665         * gst-libs/gst/resample/functable.c:
24666         * gst-libs/gst/resample/private.h:
24667         * gst-libs/gst/resample/resample.c:
24668         * gst-libs/gst/resample/resample.h:
24669         * gst-libs/gst/resample/resample.vcproj:
24670         * gst-libs/gst/resample/test.c:
24671         * gst/audioscale/Makefile.am:
24672         * gst/audioscale/README:
24673         * gst/audioscale/dtof.c:
24674         * gst/audioscale/dtos.c:
24675         * gst/audioscale/functable.c:
24676         * gst/audioscale/private.h:
24677         * gst/audioscale/resample.c:
24678         * gst/audioscale/resample.h:
24679         * gst/audioscale/test.c:
24680
24681         Move tagedit library to gst-libs:
24682         * gst-libs/gst/tag/Makefile.am:
24683         * gst-libs/gst/tag/gstid3tag.c:
24684         * gst-libs/gst/tag/gsttagediting.c:
24685         * gst-libs/gst/tag/gsttageditingprivate.h:
24686         * gst-libs/gst/tag/gstvorbistag.c:
24687         * gst/tags/Makefile.am:
24688         * gst/tags/gstid3tag.c:
24689         * gst/tags/gstvorbistag.c:
24690
24691         Fix for core changes:
24692         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24693         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
24694         (gst_sinesrc_getrange):
24695
24696 2005-04-23  David Schleef  <ds@schleef.org>
24697
24698         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
24699         in gst-plugins in a long time, and properly belongs in liboil.
24700         * gst-libs/gst/idct/Makefile.am:
24701         * gst-libs/gst/idct/README:
24702         * gst-libs/gst/idct/dct.h:
24703         * gst-libs/gst/idct/doieee:
24704         * gst-libs/gst/idct/fastintidct.c:
24705         * gst-libs/gst/idct/floatidct.c:
24706         * gst-libs/gst/idct/idct.c:
24707         * gst-libs/gst/idct/idct.h:
24708         * gst-libs/gst/idct/idtc.vcproj:
24709         * gst-libs/gst/idct/ieeetest.c:
24710         * gst-libs/gst/idct/intidct.c:
24711
24712 2005-04-20  Wim Taymans  <wim@fluendo.com>
24713
24714         * docs/design-audiosinks.txt:
24715         * gst-libs/gst/audio/Makefile.am:
24716         * gst-libs/gst/audio/TODO:
24717         * gst-libs/gst/audio/gstaudiosink.c:
24718         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24719         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24720         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
24721         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24722         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24723         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
24724         (gst_audiosink_class_init), (gst_audiosink_init),
24725         (gst_audiosink_create_ringbuffer):
24726         * gst-libs/gst/audio/gstaudiosink.h:
24727         * gst-libs/gst/audio/gstbaseaudiosink.c:
24728         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
24729         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
24730         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
24731         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
24732         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
24733         (gst_baseaudiosink_create_ringbuffer),
24734         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24735         * gst-libs/gst/audio/gstbaseaudiosink.h:
24736         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24737         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
24738         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
24739         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24740         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
24741         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24742         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
24743         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
24744         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
24745         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
24746         * gst-libs/gst/audio/gstringbuffer.h:
24747         An attempt at a set of audio base classes together with some
24748         design docs.
24749
24750 2005-04-20  Wim Taymans  <wim@fluendo.com>
24751
24752         * gst/audioconvert/Makefile.am:
24753         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24754         (gst_audio_convert_caps_remove_format_info),
24755         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24756         (gst_audio_convert_channels):
24757         Link against audio libs.
24758         Fix audio convert plugin.
24759
24760 2005-04-20  Wim Taymans  <wim@fluendo.com>
24761
24762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
24763         (gst_ogg_demux_sink_activate):
24764         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
24765         (theora_set_header_on_caps), (theora_enc_sink_event),
24766         (theora_enc_chain):
24767         Fix theora encoder.
24768
24769 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24770
24771         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
24772         * gst/playback/gstdecodebin.c: (find_compatibles):
24773           Work with staticpadtemplates in elementfactories.
24774
24775 2005-04-12  Wim Taymans  <wim@fluendo.com>
24776
24777         * gst/playback/README:
24778         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24779         (compare_ranks), (print_feature), (gst_decode_bin_init),
24780         (dynamic_create), (dynamic_free), (find_compatibles),
24781         (mimetype_is_raw), (close_pad_link), (got_redirect),
24782         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
24783         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
24784         (gst_decode_bin_change_state):
24785         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24786         (gst_play_base_bin_init), (group_destroy), (group_commit),
24787         (check_queue), (queue_overrun), (queue_threshold_reached),
24788         (queue_out_of_data), (gen_preroll_element), (unknown_type),
24789         (new_decoded_pad), (setup_subtitle), (gen_source_element),
24790         (got_redirect), (setup_source), (play_base_eos),
24791         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
24792         (gst_play_base_bin_remove_element):
24793         * gst/playback/gstplaybasebin.h:
24794         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24795         (gst_play_bin_init), (gst_play_bin_dispose),
24796         (gst_play_bin_set_property), (gen_video_element),
24797         (gen_text_element), (gen_audio_element), (remove_sinks),
24798         (gst_play_bin_send_event):
24799         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
24800         (stream_info_change_state), (gst_stream_info_set_mute):
24801         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24802         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
24803         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
24804         (gst_stream_selector_chain):
24805         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
24806         (main):
24807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24808         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
24809         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
24810         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
24811         Raw and crude port of decodebin. 
24812         Make playbin compile.
24813
24814 2005-04-06  Wim Taymans  <wim@fluendo.com>
24815
24816         * ext/gnomevfs/Makefile.am:
24817         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
24818         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
24819         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
24820         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
24821         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
24822         (gst_gnomevfssrc_stop):
24823         * ext/ogg/Makefile.am:
24824         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
24825         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
24826         * ext/theora/Makefile.am:
24827         * ext/theora/theoradec.c: (_inc_granulepos),
24828         (theora_dec_sink_event), (theora_dec_chain):
24829         * ext/vorbis/Makefile.am:
24830         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24831         (vorbis_dec_sink_event), (vorbis_dec_chain):
24832         * gst-libs/gst/audio/Makefile.am:
24833         * sys/xvimage/Makefile.am:
24834         Make gnomevfssrc extend the source base class.
24835         Fix linking against libs in various plugins.
24836
24837 2005-04-06  Andy Wingo  <wingo@pobox.com>
24838
24839         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
24840         GST_BASE_LIBS.
24841
24842         * configure.ac: Add check and AC_SUBST for libgstbase.
24843
24844 2005-03-31  Wim Taymans  <wim@fluendo.com>
24845
24846         * examples/seeking/Makefile.am:
24847         * examples/seeking/cdparanoia.c: (main):
24848         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
24849         (play_cb), (pause_cb), (stop_cb), (main):
24850         * examples/seeking/playbin.c:
24851         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
24852         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
24853         (make_sid_pipeline), (make_vorbis_pipeline),
24854         (make_theora_pipeline), (make_vorbis_theora_pipeline),
24855         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24856         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
24857         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
24858         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
24859         (stop_cb), (main):
24860         * examples/seeking/spider_seek.c:
24861         * examples/seeking/vorbisfile.c:
24862         * ext/gnomevfs/Makefile.am:
24863         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
24864         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
24865         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
24866         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
24867         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
24868         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
24869         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
24870         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
24871         * ext/ogg/README:
24872         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
24873         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
24874         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
24875         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
24876         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
24877         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
24878         (gst_ogg_pad_event), (gst_ogg_pad_reset),
24879         (gst_ogg_demux_factory_filter), (compare_ranks),
24880         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
24881         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
24882         (gst_ogg_chain_new), (gst_ogg_chain_free),
24883         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
24884         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
24885         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
24886         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
24887         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
24888         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
24889         (gst_ogg_demux_get_prev_page),
24890         (gst_ogg_demux_deactivate_current_chain),
24891         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
24892         (gst_ogg_demux_bisect_forward_serialno),
24893         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
24894         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
24895         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
24896         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
24897         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
24898         (gst_ogg_demux_change_state), (gst_ogg_print):
24899         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24900         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
24901         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24902         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
24903         (gst_ogg_mux_loop):
24904         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24905         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24906         (theora_dec_src_convert), (theora_dec_sink_convert),
24907         (theora_dec_src_query), (theora_dec_src_event),
24908         (theora_dec_sink_event), (theora_dec_chain),
24909         (theora_dec_change_state):
24910         * ext/theora/theoraenc.c: (gst_theora_enc_init),
24911         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
24912         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
24913         (theora_enc_change_state):
24914         * ext/vorbis/Makefile.am:
24915         * ext/vorbis/oggvorbisenc.c:
24916         * ext/vorbis/oggvorbisenc.h:
24917         * ext/vorbis/vorbis.c: (plugin_init):
24918         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24919         (vorbis_dec_src_query), (vorbis_dec_src_event),
24920         (vorbis_dec_sink_event), (vorbis_dec_chain),
24921         (vorbis_dec_change_state):
24922         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24923         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
24924         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24925         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
24926         (gst_vorbisenc_change_state):
24927         * ext/vorbis/vorbisenc.h:
24928         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
24929         * gst-libs/gst/audio/audioclock.c:
24930         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24931         (gst_audiofilter_init), (gst_audiofilter_chain):
24932         * gst-libs/gst/audio/testchannels.c: (main):
24933         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24934         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
24935         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
24936         (gmip_find_track_streaminfo), (gmip_find_track_format):
24937         * gst-libs/gst/media-info/media-info.c:
24938         (gst_media_info_read_idler):
24939         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
24940         (gst_play_get_all_by_interface):
24941         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
24942         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
24943         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
24944         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
24945         (gst_riff_parse_info):
24946         * gst-libs/gst/riff/riff-read.h:
24947         * gst-libs/gst/riff/riff.c: (plugin_init):
24948         * gst-libs/gst/video/Makefile.am:
24949         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
24950         (gst_videosink_class_init), (gst_videosink_get_type):
24951         * gst-libs/gst/video/videosink.h:
24952         * gst/audioconvert/bufferframesconvert.c:
24953         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
24954         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
24955         * gst/audioconvert/channelmixtest.c: (main):
24956         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24957         (gst_audio_convert_chain),
24958         (gst_audio_convert_caps_remove_format_info),
24959         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
24960         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
24961         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
24962         (gst_audio_convert_buffer_to_default_format),
24963         (gst_audio_convert_buffer_from_default_format),
24964         (gst_audio_convert_channels):
24965         * gst/audioconvert/gstchannelmix.h:
24966         * gst/ffmpegcolorspace/avcodec.h:
24967         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24968         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24969         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
24970         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
24971         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
24972         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
24973         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
24974         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
24975         (mpeg_video_type_find), (mpeg_video_stream_type_find),
24976         (dv_type_find):
24977         * gst/videotestsrc/gstvideotestsrc.c:
24978         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
24979         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
24980         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
24981         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
24982         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
24983         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
24984         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
24985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
24986         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
24987         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
24988         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
24989         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
24990         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24991         (gst_xvimagesink_navigation_send_event),
24992         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
24993         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
24994         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
24995         * sys/xvimage/xvimagesink.h:
24996         Plugin port to 0.9, ogg/theora playback should work in the seek
24997         example now.
24998         Removed old examples.
24999         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25000         explained in 0.9 TODO doc.
25001
25002
25003 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25004
25005         * autogen.sh:
25006         * configure.ac:
25007         * ext/Makefile.am:
25008         * gst/Makefile.am:
25009         * po/POTFILES.in:
25010         * po/af.po:
25011         * po/az.po:
25012         * po/cs.po:
25013         * po/en_GB.po:
25014         * po/hu.po:
25015         * po/it.po:
25016         * po/nb.po:
25017         * po/nl.po:
25018         * po/or.po:
25019         * po/sq.po:
25020         * po/sr.po:
25021         * po/sv.po:
25022         * po/uk.po:
25023         * po/vi.po:
25024         * sys/Makefile.am:
25025         * testsuite/Makefile.am:
25026           remove a whole bunch of plugins.  This module now contains a set
25027           of free reference plugins/elements as agreed.
25028
25029 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25030
25031         * configure.ac:
25032           hunting season on 0.9 is now OPEN
25033
25034 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25035
25036         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25037           Kick the hell out of gcc for not warning me about a symbol conflict.
25038
25039 2005-02-22  Luca Ognibene  <luogni@tin.it>
25040
25041         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25042
25043         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25044           Don't leak caps string (fixes #168134)
25045
25046         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25047         (gst_jpegenc_init), (gst_jpegenc_finalize),
25048         (gst_jpegenc_change_state):
25049           Don't leak line buffers and context struct (fixes #168133).
25050
25051 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25052
25053         * configure.ac:
25054         * ext/dirac/gstdiracdec.cc:
25055         (gst_diracdec_chain):
25056           Since dirac 0.5.0 the framerate in dirac is expressed as a
25057           rational number. Fix build and up requirement to 0.5.0, and
25058           also pass parameters to gst_diracdec_link in the right order
25059           (fixes #167959).
25060
25061 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25062
25063         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25064         * ext/faad/gstfaad.h:
25065         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25066         certain invalid muxed streams, where some packets will contain 
25067         junk after decoder data. Partially fixes #149158.
25068
25069 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25070         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25071           Make sure we only write to writable buffers
25072
25073 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25074
25075         * gst-libs/gst/riff/riff-media.c:
25076         (gst_riff_create_audio_caps_with_data):
25077           Do actually fix invalid RIFF fmt header values for alaw
25078           and mulaw audio instead of just saying so.
25079
25080         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25081           Give gst_riff_create_audio_caps_with_data() a chance to
25082           fix up broken format header fields before extracting any
25083           parameters from the header. (fixes #167633)
25084
25085 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25086
25087         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25088
25089         * gst/audioconvert/bufferframesconvert.c:
25090         (buffer_frames_convert_link):
25091           Don't leak othercaps. (fixes #167878)
25092
25093 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25094
25095         * configure.ac:
25096         * ext/libvisual/visual.c: (gst_visual_srclink),
25097         (gst_visual_change_state):
25098           Support libvisual 0.2.0.
25099
25100 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25101
25102         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25103         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25104           Use same rowstrides for I420 as used everywhere else.
25105
25106 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25107
25108         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25109           Declare variables at beginning of block and make gcc-2.95 happy
25110           (fixes # 167482, patch by Gergely Nagy).
25111           
25112         * gst/tcp/gsttcpclientsrc.c:
25113         * gst/tcp/gsttcpclientsrc.h:
25114           Move some includes into the header, so that struct sockaddr_in is
25115           defined when it should be defined on FreeBSD as well (fixes
25116           #167483).
25117           
25118         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25119           Don't pass uninitialised values to setsockopt() here either.
25120
25121 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25122
25123         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25124
25125         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25126           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25127
25128 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25129
25130         * gst/playback/gstplaybin.c: (add_sink):
25131           Invert bin_add/link order to workaround deadlock in opt.
25132
25133 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25134
25135         * gst/modplug/gstmodplug.cc:
25136           Add missing break causing position queries to fail.
25137
25138 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25139
25140         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25141           Granpos can apparently be -1, which screws up calculations...
25142
25143 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25144
25145         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25146         (gst_ximagesink_send_pending_navigation),
25147         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25148         (gst_ximagesink_init):
25149         * sys/ximage/ximagesink.h:
25150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25151         (gst_xvimagesink_send_pending_navigation),
25152         (gst_xvimagesink_navigation_send_event),
25153         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25154         * sys/xvimage/xvimagesink.h:
25155           Use a mutex protected list to marshal navigation
25156           events into the stream thread from whichever thread
25157           sends them.
25158
25159 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25160
25161         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25162           Display current position and track length; misc. clean-ups.
25163           
25164         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25165         (speed_init), (speed_chain):
25166           Add query function, so that the stream length and current position
25167           get adjusted when queried (note that current position queries may
25168           still be wrong if the audio sink returns values based on buffer
25169           timestamps instead of passing on the query).
25170
25171 2005-02-13  Benjamin Otte  <otte@gnome.org>
25172
25173         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25174         (gst_audio_convert_channels):
25175           create channel conversion matrix when linking
25176         * gst/audioconvert/.cvsignore:
25177         * gst/audioconvert/Makefile.am:
25178         * gst/audioconvert/channelmixtest.c: (main):
25179           add (ugly) test that ensures stereo <=> mono conversion works
25180           correctly
25181
25182 2005-02-13  Benjamin Otte  <otte@gnome.org>
25183
25184         * gst/audioconvert/gstchannelmix.h:
25185           include missing header file
25186         * gst/audioconvert/gstchannelmix.c:
25187         (gst_audio_convert_fill_compatible):
25188           use same sign for both channels when converting to/from compatible
25189           channel. Previously used different signs made the signals cancel
25190           each other out and appear like silence. (fixes #167269)
25191
25192 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25193
25194         * gst/ffmpegcolorspace/avcodec.h:
25195         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25196         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25197         (gst_ffmpegcsp_avpicture_fill):
25198         * gst/ffmpegcolorspace/imgconvert.c:
25199           Convert to and from YV12 (fixes #156379).
25200
25201 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25202
25203         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25204         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25205         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25206         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25207         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25208         methods from chain and negotiation and vice versa (Fixes #166142).
25209         * sys/ximage/ximagesink.h: Add stream_lock.
25210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25211         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25212         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25213         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25214
25215 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25216
25217         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25218           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25219           error message when we can't open the DVD device (when dvdnav_open()
25220           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25221           the above). Send something more useful instead (fixes #167117).
25222
25223 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25224
25225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25226         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25227         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25228         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25229         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25230         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25231         methods from chain and negotiation and vice versa (Fixes #166142).
25232         Fix a possible bug of images in the buffer pool being discarded because
25233         we are looking at the wrong geometry.
25234         * sys/xvimage/xvimagesink.h: Add stream_lock.
25235
25236 2005-02-11  David Schleef  <ds@schleef.org>
25237
25238         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25239         unsigned int. (fixes #167128)
25240
25241 2005-02-11  David Schleef  <ds@schleef.org>
25242
25243         * gst/librfb/Makefile.am: Testing stuff before committing is
25244           for wimps... and people with fast machines.  Fix stupid
25245           mistake.
25246
25247 2005-02-11  David Schleef  <ds@schleef.org>
25248
25249         * configure.ac: Pull in librfb from my CVS tree, because it is
25250           too small and annoying to be separate.  Move rfbsrc plugin
25251           to gst/.
25252         * ext/Makefile.am:
25253         * ext/librfb/Makefile.am:
25254         * ext/librfb/gstrfbsrc.c:
25255         * gst/librfb/Makefile.am:
25256         * gst/librfb/gstrfbsrc.c:
25257         * gst/librfb/rfb.c:
25258         * gst/librfb/rfb.h:
25259         * gst/librfb/rfbbuffer.c:
25260         * gst/librfb/rfbbuffer.h:
25261         * gst/librfb/rfbbytestream.c:
25262         * gst/librfb/rfbbytestream.h:
25263         * gst/librfb/rfbcontext.h:
25264         * gst/librfb/rfbdecoder.c:
25265         * gst/librfb/rfbdecoder.h:
25266         * gst/librfb/rfbutil.h:
25267
25268 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25269
25270         * gst/speed/Makefile.am:
25271         * gst/speed/demo-mp3.c: (main):
25272         * gst/speed/filter.func:
25273         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25274         (speed_class_init), (speed_init), (speed_chain_int16),
25275         (speed_chain_float32), (speed_chain), (speed_set_property),
25276         (speed_get_property), (speed_change_state):
25277         * gst/speed/gstspeed.h:
25278           Fix speed element and make it chain-based (fixes #156467),
25279           and make it handle more than one channel.
25280
25281 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25282
25283         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25284         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25285         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25286         * ext/dts/gstdtsdec.h:
25287           Don't clobber the stack constructing the channels array.
25288           Make the element chain-based. DTS tracks can now be played.
25289           
25290 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25291
25292         * gst-libs/gst/audio/multichannel.h:
25293         * gst-libs/gst/gconf/gconf.h:
25294         * gst-libs/gst/idct/idct.h:
25295         * gst-libs/gst/media-info/media-info-priv.h:
25296         * gst-libs/gst/play/play.h:
25297         * gst-libs/gst/resample/private.h:
25298         * gst-libs/gst/resample/resample.h:
25299         * gst-libs/gst/riff/riff-ids.h:
25300         * gst-libs/gst/video/video.h:
25301         * gst-libs/gst/video/videosink.h:
25302           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25303           missing, so that they work when included from C++ code.
25304
25305 2005-02-09  David Schleef  <ds@schleef.org>
25306
25307         * testsuite/gst-lint: Check for non-statically scoped
25308           parent_class variables.  This won't be a problem once
25309           plugins are loaded with RTLD_LOCAL.
25310
25311 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25312
25313         * ext/mplex/gstmplexibitstream.cc:
25314           gcc madness.
25315
25316 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25317
25318         * ext/ogg/gstogmparse.c:
25319         * gst/debug/gstnavigationtest.c:
25320           Die, thou faulty symbol pollutors (non-static parent_class).
25321
25322 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25323
25324         * ext/mplex/gstmplexibitstream.cc:
25325           Fix event handling (#165525).
25326
25327 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25328
25329         * ext/mikmod/gstmikmod.c:
25330         * gst/modplug/gstmodplug.cc:
25331           Add missing endianness to template (fixes #165509).
25332
25333 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25334
25335         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25336           Fix wrong order of reading of optional bytes (#165290).
25337
25338 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25339
25340         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25341           Implement FILLER event awareness.
25342
25343 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25344
25345         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25346           Fix track calculations (#166208).
25347
25348 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25349
25350         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25351
25352         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25353         * ext/libpng/gstpngenc.c:
25354           Fix byte-order, use proper fixed caps. Fixes #164197.
25355
25356 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25357
25358         * configure.ac:
25359           Add dvdlpcmdec 
25360
25361         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25362         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25363           Don't push buffers if the src pad isn't negotiated yet.
25364           
25365         * gst/audioconvert/gstaudioconvert.c:
25366         (gst_audio_convert_buffer_to_default_format),
25367         (gst_audio_convert_buffer_from_default_format):
25368           Add support for 24-bit width.
25369
25370         * gst/dvdlpcmdec/.cvsignore:
25371         * gst/dvdlpcmdec/Makefile.am:
25372         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25373         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25374         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25375         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25376         (plugin_init):
25377         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25378           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25379           format. Needs support for the channels maps if someone can find 
25380           a DVD LPCM track with > 2 channels.
25381
25382         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25383         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25384         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25385         * gst/mpegstream/gstdvddemux.h:
25386         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25387         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25388         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25389         * gst/mpegstream/gstmpegdemux.h:
25390         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25391         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25392         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25393         (gst_mpeg_parse_handle_src_query),
25394         (gst_mpeg_parse_handle_src_event):
25395           Use audio/x-dvd-lpcm for LPCM output.
25396           Add DTS output.
25397
25398 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25399
25400         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25401
25402         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25403         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25404           Add BGRA handling (#165736).
25405
25406 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25407
25408         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25409
25410         * gst/law/alaw-decode.c: (alawdec_link):
25411         * gst/law/alaw-encode.c: (alawenc_link):
25412         * gst/law/mulaw-decode.c: (mulawdec_link):
25413         * gst/law/mulaw-encode.c: (mulawenc_link):
25414           Fix caps memleaks (#166600).
25415
25416 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25417
25418         * ext/tarkin/mem.h:
25419         * ext/tarkin/wavelet.h:
25420         * ext/tarkin/yuv.h:
25421         * gst/ffmpegcolorspace/avcodec.h:
25422           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25423           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25424
25425 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25426
25427         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25429         (gst_xvimagesink_change_state):
25430           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25431           Xv video (and thereby regenerate Xv colourkey) in clear() so
25432           that PLAY -> READY -> PLAY works (fixes #162504).
25433
25434 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25435
25436         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25437           Switch to list instead of range, since MJPEG-devices really just
25438           support decimations, not any size.
25439
25440 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25441         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25442         (gst_mpeg2dec_reset), (free_all_buffers),
25443         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25444         * ext/mpeg2dec/gstmpeg2dec.h:
25445           The libmpeg2 user-allocated buffer management is awkward, 
25446           to say the least. Hopefully this fixes things.
25447
25448 2005-02-04  Andy Wingo  <wingo@pobox.com>
25449
25450         * gst/audioconvert/bufferframesconvert.c
25451         (buffer_frames_convert_fixate): New function, fixates to 256
25452         frames per buffer by default. (Much better than 1.)
25453         (buffer_frames_convert_init): Set the fixate function for both src
25454         and sink pad.
25455         (buffer_frames_convert_link): After success setting nonfixed caps,
25456         get the negotiated caps so we can know how many buffer-frames it
25457         will be. No idea how this worked at all before.
25458
25459 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25460
25461         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25462         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25463         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25464         (handle_sequence), (handle_picture):
25465         * ext/mpeg2dec/gstmpeg2dec.h:
25466           Rearrange buffer tracking and refcounting and refactor
25467           a little for readability. 
25468
25469 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25470         * sys/v4l/gstv4l.c: (plugin_init):
25471         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25472         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25473         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25474         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25475         * sys/v4l/gstv4ljpegsrc.h:
25476         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25477         * sys/v4l/v4l_calls.h:
25478         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25479         (gst_v4lsrc_get_fps):
25480         * sys/v4l/v4lsrc_calls.h:
25481           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25482           you jpeg inside rgb frames" driver.
25483           Don't error in the v4lsrc link function, just return 
25484           REFUSED.
25485
25486 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25487
25488         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25489         (gst_qcamsrc_open):
25490           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25491
25492 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25493
25494         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25495           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25496
25497 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25498
25499         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25500           Reset negotiated state on PAUSED->READY.
25501
25502 2005-02-02  David Schleef  <ds@schleef.org>
25503
25504         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25505         whereever possible.  (Fixes #165997)
25506         * examples/capsfilter/capsfilter1.c: (main):
25507         * examples/dynparams/filter.c: (create_ui):
25508         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25509         * examples/seeking/chained.c: (main):
25510         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25511         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25512         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25513         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25514         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25515         * examples/switch/switcher.c: (main):
25516         * ext/dv/demo-play.c: (main):
25517         * ext/faad/gstfaad.c: (gst_faad_change_state):
25518         * ext/mad/gstmad.c: (gst_mad_chain):
25519         * ext/smoothwave/demo-osssrc.c: (main):
25520         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25521         (gst_gconf_render_bin_from_description),
25522         (gst_gconf_get_default_audio_sink),
25523         (gst_gconf_get_default_video_sink),
25524         (gst_gconf_get_default_audio_src),
25525         (gst_gconf_get_default_video_src),
25526         (gst_gconf_get_default_visualization_element):
25527         * gst/level/demo.c: (main):
25528         * gst/level/plot.c: (main):
25529         * gst/playback/gstplaybin.c: (gen_video_element),
25530         (gen_audio_element):
25531         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25532         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25533         * gst/sine/demo-dparams.c: (main):
25534         * gst/spectrum/demo-osssrc.c: (main):
25535         * gst/speed/demo-mp3.c: (main):
25536         * gst/volume/demo.c: (main):
25537         * testsuite/embed/embed.c: (main):
25538
25539 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25540
25541         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25542         (gst_tcpclientsink_finalize):
25543         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25544         (gst_tcpclientsrc_finalize):
25545         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25546         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25547         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25548         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25549           Don't leak the hostname when shutting down.
25550           In tcpserversrc, take a copy of the default hostname.
25551
25552 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25553
25554         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25555           Set caps to systemstream=TRUE.
25556
25557 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25558
25559         * testsuite/Makefile.am:
25560           Fix more OSX buildbots.
25561
25562 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25563
25564         * ext/mpeg2dec/gstmpeg2dec.c:
25565           Don't send things to NULL PAD_PEERs
25566
25567         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25568           Copy-on-write the incoming buffer.
25569
25570         * gst/mpegstream/gstdvddemux.h:
25571         * gst/mpegstream/gstmpegclock.h:
25572         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25573         (normal_seek), (gst_mpeg_demux_handle_src_event):
25574         * gst/mpegstream/gstmpegdemux.h:
25575         * gst/mpegstream/gstmpegpacketize.h:
25576         * gst/mpegstream/gstmpegparse.c:
25577         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25578         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25579         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25580         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25581         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25582         * gst/mpegstream/gstmpegparse.h:
25583         * gst/mpegstream/gstrfc2250enc.h:
25584           Various changes to the way time is computed that make seeking and
25585           total time estimation much better here.
25586           Use G_BEGIN/END_DECLS instead of __cplusplus
25587
25588         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25589           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25590
25591 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25592
25593         * gst/subparse/gstsubparse.c:
25594           Fix OSX buildbot.
25595
25596 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25597
25598         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25599         (theora_enc_chain), (theora_enc_change_state):
25600         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25601         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25602         (gst_vorbisenc_change_state):
25603         * ext/vorbis/vorbisenc.h:
25604           Set granulepos and timestamp correctly for streams not
25605           starting at 0, taking into account the initial delay.
25606
25607 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25608
25609         * gst/mpegstream/gstdvddemux.c:
25610           Add audio/x-dts to audio pad template caps
25611
25612 2005-01-30  David Schleef  <ds@schleef.org>
25613
25614         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
25615         (create_context), (gst_polypsink_link): Fix silly endianness
25616         bug.  Add some debugging.  Remove float from caps; it doesn't
25617         work.  Attempt to get remote audio working.
25618
25619 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25620
25621         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25622           Add 3IV2 fourcc.
25623
25624 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25625
25626         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
25627         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
25628         (gst_avi_demux_stream_data):
25629         * gst/avi/gstavidemux.h:
25630           Invert DIB images. Fixes #132341.
25631
25632 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25633
25634         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25635         (gst_ffmpegcsp_chain):
25636           D'oh, reference the palette data, not the palette structure.
25637           Fixes color distortion in #132341.
25638
25639 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25640
25641         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25642           PAR can be non-fixed when not provided as argument (#162626).
25643
25644 2005-01-29  David Moore  <dcm@acm.org>
25645
25646         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25647
25648         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25649         (gst_qtdemux_loop_header):
25650           Re-apply patch from #142272 that allows non-seekable sources,
25651           re-proposed by Daniel Drake <dsd@gentoo.org>.
25652
25653 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25654
25655         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
25656           Use the src template for creating the src pad (#162330).
25657
25658 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25659
25660         * configure.ac:
25661         * ext/musepack/Makefile.am:
25662         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
25663         (gst_musepackdec_init), (gst_musepackdec_dispose),
25664         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
25665         (gst_musepack_stream_init), (gst_musepackdec_loop),
25666         (gst_musepackdec_change_state):
25667         * ext/musepack/gstmusepackdec.cpp:
25668         * ext/musepack/gstmusepackdec.h:
25669         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
25670         (gst_musepack_reader_read), (gst_musepack_reader_seek),
25671         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
25672         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
25673         * ext/musepack/gstmusepackreader.cpp:
25674         * ext/musepack/gstmusepackreader.h:
25675           Update to 1.1 API (#165446).
25676
25677 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25678
25679         * ext/Makefile.am:
25680           Unbreak buildbot.
25681
25682 2005-01-28  Andy Wingo  <wingo@pobox.com>
25683
25684         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
25685         to reflect a different dubious internet source. Add a reference
25686         and some commentary.
25687
25688 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25689
25690         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25691         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
25692         * gst/playback/gststreamselector.h:
25693           Be more selective when we're redoing caps negotiation from
25694           within the chain function on a stream change.
25695
25696 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25697
25698         * configure.ac:
25699         * ext/Makefile.am:
25700         * ext/amrnb/Makefile.am:
25701         * ext/amrnb/amrnb.c: (plugin_init):
25702         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
25703         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
25704         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
25705         (gst_amrnbdec_state_change):
25706         * ext/amrnb/amrnbdec.h:
25707         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
25708         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
25709         (gst_amrnbparse_init), (gst_amrnbparse_formats),
25710         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
25711         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
25712         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
25713         * ext/amrnb/amrnbparse.h:
25714           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
25715         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25716           Add AMR-NB/-WB raw formats.
25717         * ext/alsa/gstalsa.c: (gst_alsa_link):
25718           Keep valid time when changing format.
25719         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25720         (qtdemux_parse_trak):
25721           Add some more format-specific options (#140141, #143555, #155163).
25722
25723 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25724
25725         * gst/matroska/matroska-demux.c:
25726         (gst_matroska_demux_parse_blockgroup):
25727           Fix logic error in timing of subtitle stream synchronization.
25728         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25729           Add skip-chunk, which is found in kodak-camera streams.
25730
25731 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25732
25733         * po/LINGUAS:
25734         * po/vi.po:
25735           Adding Vietnamese translation (submitted by Clytie Siddall)
25736
25737 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25738
25739         * gst/playback/gstdecodebin.c: (try_to_link_1):
25740           Use realpad for signal.
25741
25742 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25743
25744         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
25745           Fix category so decodebin picks it up.
25746
25747 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25748
25749         * ext/mad/Makefile.am:
25750         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
25751         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
25752         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
25753         (found_type), (gst_id3demux_bin_change_state):
25754         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
25755         (gst_id3_tag_init), (gst_id3_tag_handle_event),
25756         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25757         (gst_id3_tag_change_state), (plugin_init):
25758         * ext/mad/gstmad.h:
25759           Add id3demuxbin (which is a simple bin consisting of id3demux
25760           and typefind), take over rank from id3demux, remove typefind
25761           code from id3demux. Makes all broken mp3s that I know of work,
25762           and thereby fixes #152688.
25763
25764 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
25765
25766         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25767
25768         * ext/mad/gstmad.c: (gst_mad_src_event):
25769         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
25770           Allow seeks on audio pad, make mad forward those (#164826).
25771         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25772           Set duration (#165335).
25773
25774 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25775
25776         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
25777         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
25778         (gst_asf_demux_process_ext_content_desc),
25779         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
25780         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
25781         * gst/asfdemux/gstasfdemux.h:
25782           Improve metadata display, e.g. if the metadata comes before the
25783           streams are loaded (which is perfectly valid).
25784
25785 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25786
25787         * tools/gst-launch-ext-m.m:
25788           Fix AVI/ASF pipelines (#165340).
25789
25790 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
25791         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
25792         build failure on amd64
25793
25794 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
25795
25796         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
25797         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
25798           Check environment variables GST_ID3V2_TAG_ENCODING,
25799           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
25800           list of character encodings to force interpretation of non-unicode
25801           strings stored in an ID3v2 tag to a particular encoding. If none
25802           is specified, try to use current locale's encoding, then fall back
25803           to ISO-8859-1 (which will always succeed). (Resolves #149274)
25804         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
25805         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
25806           Check environment variables GST_ID3V1_TAG_ENCODING,
25807           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
25808           list of character encodings to use in case a string encountered
25809           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
25810           specified, try to use the current locale's encoding, then fall
25811           back to ISO-8859-1 (which will always succeed).
25812
25813 2005-01-25  Benjamin Otte  <otte@gnome.org>
25814
25815         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
25816           - on half framerate, compute the rate in advance so the comparisons
25817             don't compare wrong values
25818           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
25819             behaviour
25820           - don't use mad_header_decode anymore, mad_frame_decode does that
25821             automatically
25822           - when getting rid of consumed bytes, reset the stream's skiplen
25823           (fixes #163867)
25824
25825 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
25826
25827         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
25828           Use 1/2 a second for default max_discont, as PES streams from DVB
25829           seem to have larger spacings in the SCR. 
25830           Fix a typo.
25831
25832 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25833
25834         * gst/playback/gstplaybasebin.c: (group_commit):
25835           Notify delayed stream-info availability.
25836
25837 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
25838         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
25839         (gst_a52dec_handle_event), (gst_a52dec_chain):
25840         Add some debug output. Check that a discont has a valid
25841         time associated.
25842         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
25843         (gst_alsa_sink_loop):
25844         Ignore TAG events. A little extra debug for broken timestamps.
25845         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
25846         (dvdnavsrc_change_state):
25847         Ensure we send a discont to engage the link before we send any
25848         other events.
25849         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
25850         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
25851         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
25852         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
25853         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
25854         dvd://title works in totem because typefinding sends a seek that ends
25855         up going back to chapter 1 regardless.
25856         * ext/mpeg2dec/gstmpeg2dec.c:
25857         * ext/mpeg2dec/gstmpeg2dec.h:
25858         Output correct timestamps and handle disconts.
25859         * ext/ogg/gstoggdemux.c: (get_relative):
25860         Small guard against a null dereference.
25861         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
25862         (gst_textoverlay_set_property):
25863         Free memory when done. Don't call gst_event_filler_get_duration on
25864         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
25865         g_warning.
25866         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
25867         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
25868         (gst_sw_srclink), (gst_smoothwave_chain):
25869         Draw solid lines, prettier colours.
25870         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
25871         Add a default palette that'll work for some movies.
25872         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
25873         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
25874         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
25875         * gst/mpegstream/gstdvddemux.h:
25876         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25877         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
25878         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
25879         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
25880         * gst/mpegstream/gstmpegparse.h:
25881         Use PTM/NAV events when for timestamp adjustment when connected to 
25882         dvdnavsrc. Don't use many discont events where one suffices.
25883         * gst/playback/gstplaybasebin.c: (group_destroy),
25884         (gen_preroll_element), (gst_play_base_bin_add_element):
25885         * gst/playback/gstplaybasebin.h:
25886         Make sure we remove subtitles from the same bin we put them in.
25887         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
25888         (gst_subparse_buffer_format_autodetect),
25889         (gst_subparse_change_state):
25890         Fix some memleaks and invalid accesses.
25891         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
25892         (oggskel_type_find), (cmml_type_find), (plugin_init):
25893         Some typefind functions for Annodex v3.0 files
25894         * gst/wavparse/gstwavparse.h:
25895         GstRiffReadClass is the correct parent class.
25896
25897 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25898
25899         * gst-libs/gst/riff/riff-media.c:
25900         (gst_riff_create_video_caps_with_data):
25901           Add extradata to huffyuv (fixes #165013).
25902         * gst-libs/gst/riff/riff-read.c:
25903         (gst_riff_read_strf_vids_with_data):
25904           Fix extradata extraction if it is in the chunk size.
25905
25906 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
25907
25908         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25909
25910         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
25911         (gst_quarktv_change_state), (gst_quarktv_dispose):
25912           Memory free'ing location fix (#164708).
25913
25914 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25915
25916         * gst/playback/gstplaybasebin.c: (group_commit),
25917         (gen_preroll_element), (probe_triggered), (gen_source_element),
25918         (setup_source), (gst_play_base_bin_change_state),
25919         (gst_play_base_bin_add_element):
25920           Don't block for streams.
25921         * gst/playback/gststreaminfo.c: (stream_info_change_state),
25922         (gst_stream_info_set_mute):
25923           Use gst_pad_set_active_recursive.
25924
25925 2005-01-25  Andy Wingo  <wingo@pobox.com>
25926
25927         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
25928         for #ifndef HAVE_XVIDEO.
25929
25930 2005-01-24  Jeffrey C. Ollie
25931
25932         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
25933
25934         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
25935         * ext/gsm/gstgsmdec.h:
25936         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
25937         * ext/gsm/gstgsmenc.h:
25938         Fix rate to 8kHz as per spec, removes obscure errors when no rate
25939         was given by property. Add proper buffer timestamps and offsets.
25940
25941 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25942
25943         * gst-libs/gst/riff/riff-media.c:
25944         (gst_riff_create_audio_caps_with_data):
25945           Audio can be <8000Hz.
25946
25947 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25948
25949         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
25950           Explicit state change to workaround refcount bugs.
25951
25952 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25953
25954         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
25955         (gst_avimux_riff_get_avi_header):
25956           Fix...
25957
25958 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25959
25960         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
25961         (gst_riff_read_element_data):
25962         * gst-libs/gst/riff/riff-read.h:
25963           Add _peek version (req'ed in CDXA).
25964         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
25965         (gst_cdxaparse_loop):
25966           Fix parsing in playbin.
25967         * gst/playback/gstdecodebin.c: (close_pad_link):
25968           Ignore current_ pads, they cause major annoyance.
25969
25970 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25971
25972         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25973           Safety guard.
25974
25975 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25976
25977         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
25978           Fix padding...
25979
25980 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25981
25982         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
25983           Allow for 0-sized buffers. Fixes length query problems in
25984           starwars.mkv from the testsuite.
25985
25986 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
25987
25988         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
25989         (gst_video_box_i420), (gst_video_box_chain):
25990           Fix row strides for I420 (fixes #163159)
25991           
25992 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25993
25994         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
25995           MPEG2 has a useful rate property, so we can actually use that.
25996           For MPEG-1, continue using the bytes/time properties.
25997
25998 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25999
26000         * gst-libs/gst/riff/riff-media.c:
26001         (gst_riff_create_video_caps_with_data),
26002         (gst_riff_create_video_template_caps):
26003           Add intel-h263.
26004
26005 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26006
26007         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26008           Fail if caps negotiation fails. Should fix #162184, and should
26009           definately be in there regardless of it fixing the actual bug.
26010         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26011         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26012         (gst_avimux_riff_get_avix_header),
26013         (gst_avimux_riff_get_video_header),
26014         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26015         (gst_avimux_start_file), (gst_avimux_handle_event),
26016         (gst_avimux_change_state):
26017         * gst/avi/gstavimux.h:
26018           Refactor structure writing to use GST_WRITE_UINT macros, add
26019           metadata writing support.
26020
26021 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26022
26023         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26024           Elements may already be destroyed when this function is called.
26025
26026 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26027
26028         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26029         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26030           More memory leak fixes (#149162).
26031
26032 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26033
26034         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26035         (gst_qtdemux_add_stream):
26036           Fix two memleaks.
26037
26038 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26039
26040         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26041           Argh...
26042
26043 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26044
26045         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26046           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26047           when fixating to six channels in Totem.
26048
26049 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26050
26051         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26052           Fix compile warnings on Solaris 10 buildbot
26053
26054 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26055
26056         * ext/dvdread/dvdreadsrc.c: (_read):
26057           Don't read beyond the last cell in a chapter (fixes 
26058           invalid memory access)
26059
26060 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26061
26062         * ext/dvdread/stream_labels.c:
26063         (dvdreadsrc_get_audio_stream_labels):
26064           Use NULL for an empty GList instead of g_list_alloc(); fix 
26065           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26066           of GString (easier to bulk free later)
26067
26068 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26069
26070         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26071
26072         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26073         (gst_ffmpeg_pixfmt_to_caps):
26074           Fix BGRA32 caps (#164209).
26075
26076 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26077
26078         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26079
26080         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26081         (gst_ffmpeg_caps_to_pixfmt):
26082           alpha_mask can be RGBA/ABGR. Fixes #164265.
26083
26084 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26085
26086         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26087
26088         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26089         (gst_mpeg2dec_alloc_buffer):
26090         * ext/mpeg2dec/gstmpeg2dec.h:
26091           Crop if decoding size is not the actual image size (#163676).
26092
26093 2005-01-17  Steve Baker  <steve@stevebaker.org>
26094
26095         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26096
26097         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26098         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26099           Add libsndfile typefind functions (#163309).
26100
26101 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26102
26103         * tools/gst-launch-ext-m.m:
26104           Add .aac, fix .m1v/.m2v (#163891).
26105
26106 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26107
26108         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26109           Sanity check, don't wait endlessly since the clock might not
26110           actually run at this point (which is a deadlock). Fixes #164069.
26111
26112 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26113
26114         * gst/playback/gstplaybasebin.c: (probe_triggered):
26115           Of course, only pause if group is done...
26116
26117 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26118
26119         * gst/playback/gstplaybasebin.c: (probe_triggered):
26120           Thread safety.
26121
26122 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26123
26124         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26125           Don't return state change success when the parent
26126           failed.
26127
26128 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26129
26130         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26131           Free events (fix memleak in #162905).
26132
26133 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26134
26135         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26136
26137         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26138         (gst_ffmpeg_caps_to_pixfmt):
26139           Fix for depth = 15. Fixes #161675.
26140
26141 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26142
26143         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26144           Set FPS correctly, even for webcams and the like.
26145         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26146           Don error on setting while capturing.
26147
26148 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26149
26150         * ext/dv/gstdvdec.c:
26151         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26152         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26153           I'm a bad boy. using /1001. to force C to do float division
26154           and not integer division (as it did in my last commit)
26155           Thanks to David I. Lehn for pointing this mistake.
26156
26157 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26158
26159         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26160           Revert Johan's 1.35->1.36 since it breaks compat.
26161
26162 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26163
26164         * ext/dv/gstdvdec.c:
26165         * ext/libfame/gstlibfame.c:
26166         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26167         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26168           replace framerate aproximations by their real value
26169           (24000/1001, 30000/1001, 60000/1001)
26170           Finish fixing bug #164049
26171
26172 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26173
26174         * ext/ogg/gstoggmux.c:
26175           eos/bos debugging
26176         * gst/tcp/gstmultifdsink.c:
26177         * gst/tcp/gstmultifdsink.h:
26178         * gst/tcp/gsttcp.c:
26179         * gst/tcp/gsttcp.h:
26180         * gst/tcp/gsttcpclientsink.c:
26181         * gst/tcp/gsttcpclientsrc.c:
26182         * gst/tcp/gsttcpserversink.c:
26183         * gst/tcp/gsttcpserversrc.c:
26184           improve reusability of elements after state changes and errors
26185           make multifdsink throw away streamheaders when receiving new ones
26186
26187 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26188
26189         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26190           Fix for if items are already in list...
26191
26192 2005-01-12  Benjamin Otte  <otte@gnome.org>
26193
26194         * gst/adder/gstadder.c: (gst_adder_loop):
26195           fix adder a bit so it doesn't screw up with events as much anymore
26196
26197 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26198
26199         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26200         (pixbufscale_scale), (gst_pixbufscale_chain):
26201         * ext/gdk_pixbuf/pixbufscale.h:
26202           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26203           to ensure rowstrides are calculated the same way as 
26204           ffmpegcolorspace
26205           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26206           that we pick up duration and offset also.
26207
26208 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26209
26210         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26211         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26212           Reusability fixes.
26213
26214 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26215
26216         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26217         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26218         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26219         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26220           Update flags when requested.
26221
26222 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26223
26224         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26225           Fix dmix.
26226
26227 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26228
26229         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26230         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26231         (probe_triggered), (new_decoded_pad), (gen_source_element),
26232         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26233         * gst/playback/gstplaybasebin.h:
26234         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26235         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26236         (gst_play_bin_change_state):
26237           Implement group-switch signal for use in apps to clear metadata
26238           cache, clean up subtitle, add suburi property instead of # hack,
26239           some error-out fixes.
26240
26241 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26242
26243         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26244           Debug.
26245         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26246           If we got a state change in the _get handler, don't return success.
26247
26248 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26249
26250         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26251         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26252           Make jpegdec quiet on MJPEG decoding
26253         * gst/asfdemux/README:
26254           Fix mimetypes for MJPEG and H263
26255
26256 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26257
26258         * ext/theora/theoradec.c: (theora_dec_chain):
26259           Fix broken code generation by gcc by swapping arguments.
26260         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26261           Fix \n in debug.
26262
26263 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26264
26265         * TODO:
26266           delete this file, it is by far outdated
26267         * ext/alsa/gstalsa.1: remove
26268         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26269         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26270         (gst_alsa_get_caps):
26271           Add HW probing for supported sample rates. Fixes #161704
26272
26273 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26274
26275         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26276           Don't crash, biatch! :).
26277
26278 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26279
26280         * ext/musepack/gstmusepackreader.cpp:
26281         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26282           Some work on tags - still doesn't work in playbin...
26283         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26284           Handle events...
26285
26286 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26287
26288         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26289           Also shove tags on kid pads.
26290
26291 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26292
26293         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26294           Don't bail on unknown events.
26295         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26296           Don't crash on events before negotiation.
26297         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26298           Send tags on pads, too.
26299         * gst/playback/gststreamselector.c:
26300         (gst_stream_selector_request_new_pad):
26301           Forward events on first pad if no input was selected yet.
26302
26303 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26304
26305         * gst/playback/gstplaybasebin.c: (setup_substreams):
26306           Don't disable streamtype if the stream doesn't exist, since
26307           then playing a video after audio will disable both and nothing
26308           will happen. Fixes the testsuite.
26309
26310 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26311
26312         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26313         (gst_v4l_xoverlay_set_xwindow_id):
26314         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26315         (gst_v4l2_xoverlay_set_xwindow_id):
26316           Add debug categories, fix overlay disabling.
26317
26318 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26319
26320         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26321         * ext/alsa/gstalsa.h:
26322           Add HW probing for period_count/size and buffer_size MIX/MAX
26323           Adjust default/user defined value if out of bounds
26324           Should fix bug #162024
26325
26326 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26327
26328         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26329           Fix warning (#161191).
26330
26331 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26332
26333         * ext/dvdread/stream_labels.c:
26334         (dvdreadsrc_get_audio_stream_labels):
26335           Fix warning (init the good variable in switch default)
26336
26337 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26338
26339         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26340
26341         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26342           Fix gcc-2.95 compile (#163485).
26343
26344 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26345
26346         * configure.ac:
26347         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26348         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26349         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26350         (gst_flacenc_change_state):
26351         * ext/flac/gstflacenc.h:
26352           Update for API change in flac-1.1.1. Update requirement in
26353           configure.ac. Fixes #162974.
26354
26355 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26356
26357         * gst/playback/gstplaybasebin.c: (group_destroy):
26358           Remove hack to get rid of assert and get rid of unlinked
26359           signals properly.
26360
26361 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26362
26363         * gst/playback/gstplaybasebin.c: (setup_source):
26364           Set source to NULL so that resources are free'ed. Fixes issues
26365           with playback of CDDA and similar device-accessing things.
26366
26367 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26368
26369         * testsuite/embed/Makefile.am:
26370           test->noinst, fix make test in buildbot.
26371
26372 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26373
26374         * ext/dvdread/stream_labels.c: new file
26375         * ext/dvdread/stream_labels.h: new file
26376         * ext/dvdread/Makefile.am:
26377         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26378           Extract audio stream label from DVD IFO files.
26379           It only dump them on the console for now, still have to
26380           make playbin aware of them.
26381
26382 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26383
26384         * gst/playback/gstplaybasebin.c: (setup_source):
26385           Fix hanging subs.
26386
26387 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26388
26389         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26390         (gen_preroll_element), (remove_groups), (setup_subtitle),
26391         (gen_source_element), (setup_source):
26392         * gst/playback/gstplaybasebin.h:
26393           Multiple .sub files is just a stupid idea... Fix some threading
26394           mistakes. Interestingly, external .sub files cause playbin to
26395           hang, I don't know why... Parsing fixes contributed by Fran??ois
26396           Kooman <fkooman@tuxed.net>.
26397
26398 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26399
26400         * testsuite/embed/Makefile.am:
26401           Fix buildbot.
26402
26403 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26404
26405         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26406
26407         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26408         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26409         (gst_pngenc_set_property):
26410         * ext/libpng/gstpngenc.h:
26411           Add compression level property (#163323).
26412
26413 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26414
26415         * configure.ac:
26416         * examples/capsfilter/capsfilter1.c: (main):
26417         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26418         * ext/dvdread/Makefile.am:
26419         * ext/dvdread/demo-play:
26420         * ext/dvdread/demo-play.c:
26421         * gconf/gstreamer.schemas.in:
26422         * gst-libs/gst/gconf/gconf.c:
26423         * sys/v4l/TODO:
26424         * testsuite/Makefile.am:
26425         * testsuite/embed/Makefile.am:
26426         * testsuite/embed/embed.c: (cb_expose), (main):
26427           Remove all references to xvideosink, fix examples (#140845).
26428         * gst/playback/gstplaybasebin.c: (group_destroy):
26429           Apparently, disposal does not unlink - so do explicitely.
26430         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26431           Add debug.
26432
26433 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26434
26435         * README: fix PKG_CONFIG_PATH instructions, what was there
26436         previously was breaking default search path, not nice. 
26437         Fixes #163358
26438
26439 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26440
26441         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26442         (gst_audioscale_chain):
26443           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26444           when resampling - how the ^@$^!@^! is this possible?!?
26445
26446 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26447
26448         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26449           Reset variables on READY.
26450         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26451         (gst_matroska_mux_loop):
26452           Require data before writing header.
26453
26454 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26455
26456         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26457
26458         * ext/mad/gstmad.c: (gst_mad_chain):
26459           Don't call mad_stream_sync() directly after recovering sync.
26460           Fixes #151661.
26461
26462 2005-01-09  Martin Eikermann  <meiker@upb.de>
26463
26464         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26465
26466         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26467         (snapshot_handler), (gst_snapshot_sinkconnect),
26468         (gst_snapshot_chain):
26469           Allocate resources when required, fix recursive signal emission
26470           and fix caps. Fixes #161667.
26471
26472 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26473
26474         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26475
26476         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26477         (gst_pngdec_chain):
26478           Handle only 8-bppc (bits-per-pixel-component) images, better
26479           error handling and correct strides. Fixes #163177.
26480         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26481         (gst_pngenc_chain):
26482           Better error handling. Fixes #163348.
26483
26484 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26485
26486         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26487         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26488         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26489         (dvdnavsrc_uri_handler_init):
26490           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26491         * gst/playback/gstplaybasebin.c: (gen_source_element):
26492           Add MMS to streaming URIs.
26493
26494 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26495
26496         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26497         * sys/xvimage/xvimagesink.c:
26498         (gst_xvimagesink_navigation_send_event):
26499           Check for pad availability before sending event.
26500
26501 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26502
26503         * gst-plugins.spec.in:
26504           Add subparse.
26505
26506 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26507
26508         * configure.ac:
26509           Since we use functions from CVS, up requirement.
26510
26511 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26512
26513         * gst/playback/Makefile.am:
26514         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26515         (group_destroy), (group_commit), (group_is_muted),
26516         (gen_preroll_element), (add_stream), (unknown_type),
26517         (probe_triggered), (preroll_unlinked), (mute_stream),
26518         (silence_stream), (new_decoded_pad), (setup_substreams),
26519         (setup_source), (get_active_source), (mute_group_type),
26520         (muted_group_change_state), (set_active_source),
26521         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26522         (play_base_eos), (gst_play_base_bin_change_state):
26523         * gst/playback/gstplaybasebin.h:
26524         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26525         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26526         (gst_stream_info_dispose), (stream_info_mute_pad),
26527         (stream_info_change_state), (gst_stream_info_set_mute):
26528         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26529         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26530         (gst_stream_selector_init), (gst_stream_selector_dispose),
26531         (gst_stream_selector_get_linked_pad),
26532         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26533         (gst_stream_selector_get_linked_pads),
26534         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26535         * gst/playback/gststreamselector.h:
26536           Adding stream selection support plus required properties for
26537           applications to use this. Fully fixes #100931.
26538
26539 2005-01-08  Benjamin Otte  <otte@gnome.org>
26540
26541         * gst/games/gstpuzzle.c: (nav_event_handler):
26542           - handle nav events differently: forward every event no matter if it
26543             was handled or not.
26544           - translate events
26545           You can now cheat by using navigationtest ! puzzle and moving the
26546           mouse close to the edge of a tile. ;)
26547
26548 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26549
26550         * configure.ac:
26551         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26552         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26553         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26554         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26555         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26556         (gst_ogm_parse_plugin_init):
26557         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26558         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26559         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26560         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26561         * ext/pango/gsttextoverlay.h:
26562         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26563         (gst_matroska_demux_handle_seek_event),
26564         (gst_matroska_demux_sync_streams),
26565         (gst_matroska_demux_parse_blockgroup),
26566         (gst_matroska_demux_subtitle_caps),
26567         (gst_matroska_demux_plugin_init):
26568         * gst/matroska/matroska-ids.h:
26569         * gst/playback/gstdecodebin.c: (close_pad_link):
26570         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26571         (gen_preroll_element), (remove_groups), (add_stream),
26572         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26573         (setup_source):
26574         * gst/playback/gstplaybasebin.h:
26575         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26576         * gst/subparse/Makefile.am:
26577         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26578         (gst_subparse_base_init), (gst_subparse_class_init),
26579         (gst_subparse_init), (gst_subparse_formats),
26580         (gst_subparse_eventmask), (gst_subparse_event),
26581         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26582         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26583         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26584         (parse_mpsub_deinit), (parse_mpsub_init),
26585         (gst_subparse_buffer_format_autodetect),
26586         (gst_subparse_format_autodetect), (gst_subparse_loop),
26587         (gst_subparse_change_state), (gst_subparse_type_find),
26588         (plugin_init):
26589         * gst/subparse/gstsubparse.h:
26590         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26591         (plugin_init):
26592           Add subtitle support, .sub parser (supports SRT and MPsub),
26593           OGM text support, Matroska UTF-8 text support, deadlock fixes
26594           all over the place, subtitle awareness in decodebin/playbin
26595           and some fixes to textoverlay to handle subtitles in a stream
26596           correctly. Fixes #100931.
26597
26598 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26599
26600         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26601           Check for pad availability before doing a query on it.
26602
26603 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26604
26605         * ext/dv/gstdvdec.c:
26606           really fix bpp24/32 dvdec caps (classic rgba indeed)
26607         * gst/asfdemux/gstasfdemux.c:
26608         (gst_asf_demux_process_ext_content_desc):
26609           don't send text tags if they are empty (bis repetita)
26610
26611 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26612
26613         * ext/dv/gstdvdec.c:
26614          remove unneeded comment from dvdec
26615           (related to DV 4CC codes in AVI files)
26616           moved them in gstreamer/docs/random/mimetypes
26617         * gst/asfdemux/gstasfdemux.c:
26618         (gst_asf_demux_process_ext_content_desc):
26619          don't send text tags if they are empty
26620          fix mem leak on error path
26621         * gst/ffmpegcolorspace/avcodec.h:
26622         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26623         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26624         (gst_ffmpegcsp_avpicture_fill):
26625         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
26626         * gst/ffmpegcolorspace/imgconvert_template.h:
26627          adds BGR32 and BGRA32 to ffmpegcolorspace
26628           (still bad colors, fixing it on next commit)
26629           helps with dvdec outputing BGR32
26630
26631 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26632
26633         * ext/dv/gstdvdec.c:
26634          Fix audio caps i just broke (missing ',')
26635         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
26636         (gst_matroska_mux_reset):
26637          Fix typo + add FIXME about old "x-gst-metadata" crap
26638
26639 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26640
26641         * ext/dv/demo-play.c: (main):
26642          xvideosink -> xvimagesink
26643         * ext/dv/gstdvdec.c:
26644          change rgb 32/32 caps to 24/32 (no alpha)
26645          change nb of channels to be a list (2 or 4, not 2)
26646          change sample rate to be a list (32, 44.1, 48 kHz) not a range
26647         * gst/asfdemux/gstasfdemux.c:
26648         (gst_asf_demux_process_ext_content_desc):
26649          Add 'date/year' to extracted metadata list
26650
26651 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26652
26653         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
26654           The return value of fixate_to does not imply that the requested
26655           value was set, so don't assume.
26656
26657 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
26658
26659         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26660
26661         * ext/libpng/gstpngdec.c:
26662         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
26663         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
26664         * ext/libpng/gstpngenc.h:
26665           Alpha support (encoder; #163161), mime fixage.
26666
26667 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
26668
26669         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26670
26671         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
26672         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
26673         (gst_faac_set_property), (gst_faac_get_property):
26674         * ext/faac/gstfaac.h:
26675           Allow for ADTS output (#153434).
26676
26677 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26678
26679         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26680           Fix against template (#150576).
26681
26682 2005-01-06  Benjamin Otte  <otte@gnome.org>
26683
26684         * gst/games/gstpuzzle.c: (draw_puzzle):
26685           don't draw a puzzle if either width or height of tiles would be 0.
26686
26687 2005-01-06  Benjamin Otte  <otte@gnome.org>
26688
26689         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
26690         (gst_puzzle_class_init), (gst_puzzle_finalize):
26691           no memleaks, please
26692         (gst_puzzle_create), (gst_puzzle_init),
26693         (gst_puzzle_set_property), (gst_puzzle_setup):
26694           change initialization code around so we don't reshuffle on resize
26695         (draw_puzzle):
26696           fix another stupid typo
26697
26698 2005-01-06  Benjamin Otte  <otte@gnome.org>
26699
26700         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
26701           fix stupid typo that borked copying on YUY2
26702
26703 2005-01-06  Benjamin Otte  <otte@gnome.org>
26704
26705         * gst/games/gstpuzzle.c: (draw_puzzle):
26706           fix edges when image sizes aren't multiples of tile sizes
26707
26708 2005-01-06  Benjamin Otte  <otte@gnome.org>
26709
26710         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
26711           make RGB endianness work correctly
26712         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
26713           refactor and fix race with initial shuffling
26714         (nav_event_handler):
26715           allow using the mouse to puzzle
26716         (draw_puzzle):
26717           insist on tiles having width and height as multiples of 4 to get
26718           clean YUV image handling
26719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26720         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
26721           s/DEBUG/LOG/ for common messages
26722         (gst_xvimagesink_navigation_send_event):
26723           fix mouse event translation to not include screen PAR
26724         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26725           fix mouse event translation to actually work
26726
26727 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26728
26729         * gst/asfdemux/gstasfdemux.c:
26730         (gst_asf_demux_process_ext_content_desc):
26731          Extract TrackNumber metadata + clean up code
26732         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
26733          Hope this is the good fix (var used unitialised)
26734
26735 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26736
26737         * ext/faad/gstfaad.c: (gst_faad_chain):
26738           Only increment timestamp if it's valid. Fixes raw AAC streams.
26739
26740 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26741
26742         * configure.ac:
26743         * gst/games/Makefile.am:
26744         * gst/games/gstpuzzle.c:
26745           add a puzzle game with...
26746         * gst/games/gstvideoimage.c:
26747         * gst/games/gstvideoimage.h:
26748           ... full colorspace support (that includes YUV9 and RGB16)) stolen
26749           from videotestsrc and made into something that would be a nice
26750           library for a lot of other plugins.
26751
26752 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26753
26754         * configure.ac:
26755          don't compile faad plugin if a RC of 2.0 is found
26756          Fixes #155346 (and FC1 buildbot)
26757         * gst/asfdemux/gstasfdemux.c:
26758         (gst_asf_demux_process_ext_content_desc):
26759          try to make Solaris compiler happier
26760
26761 2005-01-06  Paul Jack  <pjack@sfaf.org>
26762
26763         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26764
26765         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
26766           Fix segfault (#161667).
26767
26768 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26769
26770         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26771           Fix framerate reporting.
26772
26773 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26774
26775         * gst-libs/gst/riff/riff-ids.h:
26776         * gst/wavenc/riff.h:
26777          Add AMR (VBR and CBR) ids to riff.h audio codec list
26778         * gst/asfdemux/gstasfdemux.c:
26779         (gst_asf_demux_process_ext_content_desc),
26780         (gst_asf_demux_process_object):
26781           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
26782
26783 2005-01-05  Martin Eikermann  <meiker@upb.de>
26784
26785         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26786
26787         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26788         (gst_dvd_demux_handle_discont):
26789         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
26790         (gst_mpeg_demux_handle_discont):
26791           Recreate pads on new-media (#160730).
26792         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
26793           Send discont even if manager changes timestamps (#161929).
26794
26795 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
26796
26797         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26798
26799         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
26800           Fix invalid memory access (#159211).
26801
26802 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26803
26804         * examples/gstplay/player.c: (main):
26805           Don't iterate.
26806         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
26807           Add visualizations.
26808         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26809         (gst_a52dec_handle_frame):
26810           Set duration.
26811         * ext/dvdnav/gst-dvd:
26812           Add audioconvert. Fixes #161325.
26813         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
26814           Explicitely case to gint64. Possible valgrind error.
26815         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
26816         (gst_play_tick_callback), (gst_play_change_state),
26817         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
26818         (gst_play_set_location), (gst_play_get_location),
26819         (gst_play_seek_to_time), (gst_play_set_data_src),
26820         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26821         (gst_play_set_visualization), (gst_play_connect_visualization),
26822         (gst_play_get_framerate), (gst_play_get_all_by_interface),
26823         (gst_play_new):
26824           Use playbin. Fixes #139749 and #147744.
26825         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
26826           Add genre tag.
26827         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
26828         (audioscale_get_type), (gst_audioscale_base_init),
26829         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
26830         (gst_audioscale_getcaps), (gst_audioscale_fixate),
26831         (gst_audioscale_link), (gst_audioscale_get_buffer),
26832         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
26833         (gst_audioscale_init), (gst_audioscale_dispose),
26834         (gst_audioscale_chain), (gst_audioscale_set_property),
26835         (gst_audioscale_get_property), (plugin_init):
26836           Indent properly.
26837         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26838           Fix LPCM.
26839         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
26840         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
26841         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
26842           Add more metadata (fixes #162656).
26843
26844 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26845
26846         * configure.ac:
26847           back to cvs
26848
26849 === release 0.8.7 ===
26850
26851 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26852
26853         * NEWS:
26854         * RELEASE:
26855         * configure.ac:
26856           releasing 0.8.7, "Hyperspace"
26857
26858 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26859
26860         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
26861
26862         * gst/playback/gstplaybasebin.c:
26863          Fix for #162924 - free caps after use, not before
26864
26865 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26866
26867         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
26868
26869         * gst/playback/gstplaybasebin.c:
26870         * gst/wavparse/gstwavparse.c:
26871           Fix for #154773 - fixes playback of small .wav files
26872
26873 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26874
26875         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
26876
26877         * gst/audioscale/gstaudioscale.c:
26878           Fix for #162819 - make audioscale reusable
26879           Fixes playback of more than one file with playbin/totem
26880
26881 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26882
26883         * gst/ffmpegcolorspace/avcodec.h:
26884         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26885         * gst/ffmpegcolorspace/imgconvert.c:
26886           clean up the mess that made me cry and avoid needless duplication
26887
26888 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26889
26890         * gst/ffmpegcolorspace/imgconvert.c:
26891           give some indication of why we're segfaulting
26892
26893 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26894
26895         * configure.ac:
26896           Fix indentation, fix v4l2 plugin detection.
26897         * ext/Makefile.am:
26898           Fix libmms location (Maciej, use diff -u!).
26899         * ext/alsa/gstalsa.c: (gst_alsa_init):
26900           Initialize caps cache to NULL.
26901         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
26902           Only change state on audiosink if it exists.
26903
26904 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
26905
26906         * gst/matroska/matroska-demux.c:
26907         * gst/matroska/matroska-ids.h:
26908         * gst/matroska/matroska-demux.h:
26909         Fix Vorbis streams failing to decode in some files, where cluster_time
26910         isn't 0, because then it doesn't send codec_priv before actual data.
26911         Remove time-based test and replace it with marker set on beginning of
26912         new stream
26913
26914 2004-12-28  David Schleef  <ds@schleef.org>
26915
26916         Merge patch from Ronald fixing problems with streaming
26917         text.
26918         * ext/cairo/gstcairo.c: (plugin_init):
26919         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
26920         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
26921         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
26922         (gst_textoverlay_font_init), (gst_textoverlay_init),
26923         (gst_textoverlay_set_property):
26924         * ext/cairo/gsttextoverlay.h:
26925
26926 2004-12-27  David Schleef  <ds@schleef.org>
26927
26928         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
26929         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
26930         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
26931         (gst_textoverlay_font_init), (gst_textoverlay_init),
26932         (gst_textoverlay_set_property): Improvements to actually
26933         render text as white on black outline on video, including
26934         font selection and horizontal/vertical alignment.  (Ronald's
26935         christmas present)
26936         * ext/cairo/gsttextoverlay.h:
26937
26938 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
26939
26940         * ext/ogg/gstogg.c:
26941         * ext/ogg/gstogmparse.c:
26942           fix ogm[audio/video]parse plugin registration
26943           (riff won't load if bytestream is already loaded)
26944
26945 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26946
26947         * gst/audioconvert/gstchannelmix.c:
26948           fix for GLIB < 2.4
26949
26950 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26951
26952         * Makefile.am:
26953         * configure.ac:
26954           disable docs again until it actually passes make distcheck.
26955
26956 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26957
26958         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
26959         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
26960         (plugin_init):
26961           Add 3GP (variables name Q3GP because they can't start with a
26962           number). Add samr audio fourcc (used in .3gp files), decoder
26963           is work in progress. Also do a GST_WARNING instead of ERROR
26964           in case of unknown nodes, to decrease output.
26965
26966 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
26967
26968         * Makefile.am:
26969           really fix dist
26970
26971 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26972
26973         * configure.ac:
26974         * ext/speex/gstspeexdec.h:
26975         * ext/speex/gstspeexenc.h:
26976           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
26977           Fix detection code in configure.ac
26978
26979 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26980
26981         * gst/matroska/matroska-demux.c:
26982         (gst_matroska_demux_parse_blockgroup):
26983           Save position, so that queries give proper return values. Don't
26984           know how this could ever have worked before...
26985
26986 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
26987
26988         * configure.ac:
26989           Put additional LAME check inside the conditional.  Fixes #152339
26990
26991 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26992
26993         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26994         (gst_avi_demux_stream_scan):
26995           Add some more debug. Fix logic error when setting movi offset
26996           while reading index.
26997
26998 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26999
27000         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27001         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27002         (gst_avi_demux_process_next_entry):
27003           Add some debugging. Better detection of broken indexes and the
27004           accompanying index recovery. No infinite loops on state changes
27005           when we're still in our loopfunction.
27006
27007 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27008
27009         * configure.ac:
27010           Fix up.
27011
27012 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27013
27014         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27015
27016         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27017           Normalizing the value before setting
27018         (gst_sunaudiomixer_get_volume):
27019           Normalizing the value after getting. Fixes bug# 161980
27020
27021 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27022
27023         * Makefile.am: Make sure docs gets disted
27024         * docs/Makefile.am: Make sure all needed files get disted
27025         * gst-plugins.spec.in: latest updates
27026
27027 2004-12-22  Wim Taymans  <wim@fluendo.com>
27028
27029         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27030         Revert patch 1.38 as clock distribution over schedulers does
27031         not work correcly in the core yet.
27032
27033 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27034
27035         * sys/oss/README: remove this file, which predates my birth
27036           (and which content is by far outdated)
27037
27038 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27039
27040         * Makefile.am:
27041         * configure.ac:
27042         * docs/Makefile.am:
27043         * docs/libs/Makefile.am:
27044         * docs/libs/gst-plugins-libs-docs.sgml:
27045         * docs/libs/gst-plugins-libs-sections.txt:
27046         * docs/libs/tmpl/gstgconf.sgml:
27047         * docs/upload.mak:
27048         * docs/version.entities.in:
27049           Added boilerplate gtk-doc files for plugin-libs documentation.
27050
27051 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27052
27053         * gst/auparse/gstauparse.c: fix int and float audio caps
27054
27055 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27056
27057         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27058         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27059           g_assert() can be a macro, don't use #ifdef inside it.
27060
27061 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27062
27063         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27064
27065         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27066         (gst_videorate_init), (gst_videorate_chain),
27067         (gst_videorate_change_state):
27068           Event handling (fixes #159986).
27069
27070 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27071
27072         * gst-libs/gst/riff/riff-media.c:
27073         (gst_riff_create_video_caps_with_data):
27074           Add BLZ0 (Blizzard's version of DivX) fourcc.
27075
27076 2004-12-18  David Schleef  <ds@schleef.org>
27077
27078         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27079         portability fix.
27080
27081 2004-12-18  David Schleef  <ds@schleef.org>
27082
27083         * gst/tta/ttadec.h: Disable some header code that isn't used
27084         and clearly isn't portable.
27085
27086 2004-12-18  David Schleef  <ds@schleef.org>
27087
27088         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27089         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27090         (avcodec_get_pix_fmt), (avpicture_layout),
27091         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27092         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27093         Fix code to not use GCC extensions (and c99 extensions that
27094         Forte does not like.)
27095
27096 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27097
27098         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27099
27100         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27101         (gst_deinterlace_chain):
27102           Rowstride fixes. Fixes #161039.
27103         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27104         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27105         (gst_video_crop_getcaps), (gst_video_crop_link),
27106         (gst_video_crop_i420), (gst_video_crop_chain),
27107         (gst_video_crop_change_state):
27108           Rework of negotiation. Actually works now. Fixes #158650.
27109
27110 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27111
27112         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27113           That was very stupid.
27114
27115 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27116
27117         * gst/matroska/matroska-demux.c:
27118         (gst_matroska_demux_parse_blockgroup):
27119           Fix possible crasher.
27120
27121 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27122
27123         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27124         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27125           Lace sizes can be zero.
27126
27127 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27128
27129         * ext/musepack/gstmusepackdec.cpp:
27130           Fetch error return values. Fixes #161624.
27131         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27132           Really EOS.
27133
27134 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27135
27136         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27137           Work for truncated (unfinished download etc.) files. Fixes #160514.
27138
27139 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27140
27141         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27142           Fix for integer overflow. Makes #156001 not crash. Probably masks
27143           the real bug.
27144
27145 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27146
27147         * gst/ac3parse/gstac3parse.c: (plugin_init):
27148           Parsers never have ranks. Fixes #159651.
27149
27150 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27151
27152         * gst/playback/gstdecodebin.c: (compare_ranks):
27153           make sure the facotries are ordered the same every time even if they
27154           have the same rank by using the name
27155         * gst/playback/gstdecodebin.c: (find_compatibles):
27156           make sure we don't add factories to the list twice
27157
27158 2004-12-16  David Schleef  <ds@schleef.org>
27159
27160         * configure.ac: look for musepack headers as musepack/*.h
27161         (fixes #159847)
27162         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27163         * ext/musepack/gstmusepackreader.h: same
27164
27165 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27166
27167         * gst-libs/gst/riff/riff-read.c:
27168         (gst_riff_read_strf_auds_with_data):
27169           Read extradata correctly (fixes #155879).
27170
27171 2004-12-16  David Schleef  <ds@schleef.org>
27172
27173         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27174         audio.  does _not_ attempt or allow conversion unless channels
27175         is 1 or 2.
27176
27177 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27178
27179         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27180
27181 2004-12-16  David Schleef  <ds@schleef.org>
27182
27183         * gst/audioscale/gstaudioscale.c: the resample library only
27184         handles 1 or 2 channels.  Change caps to compensate.
27185
27186 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27187
27188         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27189         (gst_matroska_demux_audio_caps):
27190           Some MPEG-AAC hacks, because else it doesn't work...
27191
27192 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27193
27194         * gst-libs/gst/riff/riff-media.c:
27195         (gst_riff_create_video_caps_with_data),
27196         (gst_riff_create_video_template_caps):
27197           Add h264.
27198
27199 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27200
27201         * gst-libs/gst/audio/Makefile.am:
27202           Try to fix buildbot.
27203
27204 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27205
27206         * gst/tcp/gstmultifdsink.c:
27207           Clean up and uniformize debugging.
27208
27209 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27210
27211         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27212
27213         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27214         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27215         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27216         (gst_mpeg_demux_change_state):
27217           Reset on ready. Fixes 160276.
27218
27219 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27220
27221         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27222
27223         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27224         (gst_ffmpegcsp_pad_link):
27225           Fix memleak (#154815).
27226
27227 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27228
27229         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27230
27231         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27232         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27233         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27234         * ext/musicbrainz/gsttrm.h:
27235           Add support for using a proxy server when getting a trm id from
27236           the MusicBrainz database (#149613).
27237
27238 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27239
27240         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27241
27242         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27243         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27244           Fix memleaks (#157233).
27245
27246 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27247
27248         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27249
27250         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27251         * gst-libs/gst/resample/resample.h:
27252         * gst/audioscale/gstaudioscale.c:
27253           Fix memleak (#159215).
27254
27255 2004-12-16  Toni Willberg  <toniw@iki.fi>
27256
27257         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27258
27259         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27260         * sys/oss/oss_probe.c: (main):
27261           Check for mono/stereo support (similar to samplerate probing),
27262           fixes #159433. Also add missing copyright header to oss_probe.c.
27263
27264 2004-12-15  David Schleef  <ds@schleef.org>
27265
27266         * configure.ac: add audioresample and cairo plugins.  Remove
27267         HAVE_MMX stuff, because it's not used.
27268         * ext/Makefile.am: same
27269         * ext/audioresample/Makefile.am: You are not ready for an
27270         audio resampling element based on audioresample.
27271         * ext/audioresample/gstaudioresample.c:
27272         * ext/audioresample/gstaudioresample.h:
27273         * ext/cairo/Makefile.am: You are not ready for overlay elements
27274         based on cairo.  Don't look too closely, these elements kinda
27275         suck right now.
27276         * ext/cairo/gstcairo.c: new
27277         * ext/cairo/gsttextoverlay.c: new
27278         * ext/cairo/gsttextoverlay.h: new
27279         * ext/cairo/gsttimeoverlay.c: new
27280         * ext/cairo/gsttimeoverlay.h: new
27281         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27282         problem with compilers that don't support variadic macros.
27283
27284 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27285
27286         Reviewed by:  David Schleef  <ds@schleef.org>
27287
27288         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27289         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27290         bit.  Also ran indent-gst.
27291         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27292         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27293         (gst_sunaudiosrc_setparams):
27294
27295 2004-12-14  David Schleef  <ds@schleef.org>
27296
27297         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27298         output rate to 16000.  Should fix #160235.
27299
27300 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27301
27302         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27303         Add typefinding for mpeg2 pes streams
27304
27305 2004-12-13  David Schleef  <ds@schleef.org>
27306
27307         * configure.ac:  Applied patch from bug #143659, making default
27308         sources and sinks OS-dependent (for Solaris), and added code
27309         for OS/X.
27310         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27311
27312 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27313
27314         * gst-libs/gst/riff/riff-media.c:
27315           forgot to add h2.64 to avidemux template caps
27316
27317 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27318
27319         * gst/wavenc/riff.h:
27320         * gst-libs/gst/riff/riff-media.c:
27321         * gst-libs/gst/riff/riff-ids.h:
27322         * gst/avi/gstavimux.c
27323         add 4CC code for VideoSoft h264 in AVI (VSSH)
27324           fixes bug #160655
27325         remove s323 from riff, it's quicktime specific :(
27326
27327 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27328
27329         * gst/asfdemux/README
27330         * gst/wavenc/riff.h
27331         * gst-libs/gst/riff/riff-ids.h
27332         * gst-libs/gst/riff/riff-media.c
27333         * gst/qtdemux/qtdemux.c:
27334           add new 4CC codes for h263 related codecs
27335           fixes partially bug #155163
27336
27337 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27338
27339         * configure.ac: Update polyaudio requirement to 0.7
27340         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27341
27342 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27343
27344         * gst/interleave/deinterleave.c:
27345         fix my name's spelling! :)
27346
27347 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27348
27349         * AUTHORS ChangeLog
27350         * gst/auparse/gstauparse.c
27351         * gst/interleave/deinterleave.c
27352         * gst/law/:
27353                 alaw-decode.c alaw-encode.c
27354                 mulaw-decode.c mulaw-encode.c
27355         * gst/oneton/gstoneton.c
27356         * sys/osxaudio/:
27357                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27358         * sys/osxvideo/:
27359                 cocoawindow.h cocoawindow.m
27360                 osxvideosink.h osxvideosink.m
27361
27362         put the same mail address for Zaheer Abbas Merali everywhere
27363
27364 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27365
27366         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27367           Align by packetsize, and assert that we a packet available before
27368           playing. The first makes webstreams work (they often include
27369           trailing padding data in a packet), the second allows pausing a
27370           ASF stream in totem without getting demux errors afterwards.
27371
27372 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27373
27374         * ext/ogg/gstoggdemux.c: (get_relative):
27375           Check for non-NULL before accessing member (end-of-chain).
27376
27377 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27378
27379         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27380         (cdparanoia_set_property), (cdparanoia_get_property):
27381         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27382         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27383         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27384         (dvdreadsrc_init), (dvdreadsrc_set_property),
27385         (dvdreadsrc_get_property):
27386         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27387         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27388           Synchronize property names where not yet the case. Devices are
27389           now device=X, other versions are deprecated (but still exist).
27390           Also use g_free() unconditionally.
27391         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27392         (setup_source), (gst_play_base_bin_get_property):
27393           Expose source.
27394
27395 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27396
27397         * configure.ac: move GCONF macro outside conditional for the am
27398           conditional. Fixes #160439
27399
27400 2004-12-08  David Schleef  <ds@schleef.org>
27401
27402         * tools/gst-visualise-m.m: Switch to elements that currently
27403         exist.
27404
27405 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27406
27407         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27408           We love wrong commas.
27409
27410 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27411
27412         * gst/matroska/matroska-demux.c:
27413         (gst_matroska_demux_handle_src_query):
27414           Don't set DEFAULT, unsupported - makes length display incorrectly
27415           in some cases.
27416
27417 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27418
27419         * gst/monoscope/README: remove blurb about files being GPL
27420         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27421         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27422           monoscope is now effectively LGPL licensed
27423
27424 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27425
27426         * gst/monoscope/README: Update information to be more correct
27427         * gst/monoscope/convolve.c: Relicense to LGPL
27428         * gst/monoscope/convolve.h: Relicense to LGPL
27429
27430 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27431
27432         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27433           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27434         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27435           set default_duration for mpeg1 audio
27436
27437 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27438
27439         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27440         * ext/alsa/gstalsa.h:
27441           refactor big chunks of the core caps negotiation code to make it
27442           a lot faster, because people claim it's really slow
27443           (actually, just cache the getcaps when the device is opened)
27444
27445 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27446
27447         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27448         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27449         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27450         (gst_a52dec_change_state), (plugin_init):
27451         * ext/a52dec/gsta52dec.h:
27452           Do something useful with timestamps. Make chain-based (since
27453           there's really no reason to be loopbased).
27454         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27455           Update current_byte/frame correctly.
27456
27457 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27458
27459         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27460         (gst_ape_demux_stream_init):
27461           Forward tags, too.
27462
27463 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27464
27465         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27466           Let's make sure we're done typefinding when detecting tags.
27467
27468 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27469
27470         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27471         (gst_ebml_read_init), (gst_ebml_read_use_event),
27472         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27473         (gst_ebml_read_seek), (gst_ebml_read_skip),
27474         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27475         (gst_ebml_read_master):
27476         * gst/matroska/ebml-read.h:
27477         * gst/matroska/matroska-demux.c:
27478         (gst_matroska_demux_parse_contents),
27479         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27480           Disgustingly evil hack for working around INTERRUPT events and
27481           their extremely annoying habit of being a pain in the ass. We
27482           simply peek a cluster before reading any of it.
27483
27484 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27485
27486         * ext/musepack/gstmusepackdec.cpp:
27487           There's also floating point libmusepacks.
27488
27489 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27490
27491         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27492         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27493           Set DURATION even if source buffer didn't. Also use increasing
27494           timestamps.
27495         * gst-libs/gst/riff/riff-media.c:
27496         (gst_riff_create_audio_caps_with_data):
27497           Block_align can have larger values than 8192.
27498
27499 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27500
27501         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27502         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27503         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27504         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27505           Fix caps.
27506
27507 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27508
27509         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27510           Fix logic bug.
27511
27512 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27513
27514         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27515           Yay, another one.
27516
27517 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27518
27519         * ext/esd/esdsink.c: (gst_esdsink_chain):
27520           Make error actually say something useful (fixes #156798).
27521         * gst-libs/gst/riff/riff-media.c:
27522         (gst_riff_create_video_caps_with_data),
27523         (gst_riff_create_video_template_caps):
27524           Add Intel Video 5.0 fourcc (IV50).
27525
27526 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27527
27528         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27529         detection on mono and stereo mp3 files.
27530
27531 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27532
27533         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27534           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27535           the contained stream).
27536
27537 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27538
27539         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27540           Oops, remove debug.
27541
27542 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27543
27544         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27545
27546         * gst/law/alaw-decode.c: (alawdec_getcaps):
27547         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27548           Prevent warnings when negotiating caps (fixes #159338).
27549
27550 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27551
27552         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27553         (gst_ffmpegcsp_chain):
27554           Remove old leftover that shouldn't be there...
27555
27556 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27557
27558         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27559
27560         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27561           Don't forward DISCONT events (fixes #159684).
27562
27563 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27564
27565         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27566           Unlink manually since sometimes bin disposal (and therefore
27567           pad unlinking) is delayed, which will cause a new media file
27568           to not be able to start playing instantly.
27569
27570 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27571
27572         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27573           On mute of an unlinked stream, check for pad availability so
27574           we don't crash on unlinked pad.
27575
27576 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27577
27578         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27579         (gst_avi_demux_massage_index):
27580           Fix quite humiliating bug in omitting 0-sized index chunks but
27581           forgetting to count them for timestamps.
27582
27583 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27584
27585         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27586           Actually leave the loop if we failed to sync. Don't crash.
27587
27588 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27589
27590         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27591         (gst_dvd_demux_process_private):
27592         * gst/mpegstream/gstdvddemux.h:
27593           Fix crash (#159759). Doesn't work, though. :-(.
27594
27595 2004-11-28  Benjamin Otte  <otte@gnome.org>
27596
27597         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27598           more overwriting protection due to modifying channels one by one
27599           instead of all at once
27600
27601 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27602
27603         * gst/audioconvert/gstchannelmix.c:
27604         (gst_audio_convert_fill_normalize):
27605           Normalize using absolute values.
27606
27607 2004-11-28  Julien MOUTTE  <julien@moutte.net>
27608
27609         * configure.ac:
27610         * ext/Makefile.am:
27611         * ext/directfb/Makefile.am:
27612         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
27613         (gst_directfbvideosink_get_pixel_format),
27614         (gst_directfbvideosink_get_format_from_fourcc),
27615         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
27616         (gst_directfbvideosink_sink_link),
27617         (gst_directfbvideosink_change_state),
27618         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
27619         (gst_directfbvideosink_buffer_alloc),
27620         (gst_directfbvideosink_interface_supported),
27621         (gst_directfbvideosink_interface_init),
27622         (gst_directfbvideosink_navigation_send_event),
27623         (gst_directfbvideosink_navigation_init),
27624         (gst_directfbvideosink_set_property),
27625         (gst_directfbvideosink_get_property),
27626         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
27627         (gst_directfbvideosink_base_init),
27628         (gst_directfbvideosink_class_init),
27629         (gst_directfbvideosink_get_type), (plugin_init):
27630         * ext/directfb/directfbvideosink.h: Adding a first version of
27631         directfbvideosink.
27632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
27633         more.
27634
27635 2004-11-28  Benjamin Otte  <otte@gnome.org>
27636
27637         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27638           walk the samples backwards if out_channels > in_channels so we don't
27639           overwrite data
27640
27641 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27642
27643         * gst/audioconvert/Makefile.am:
27644         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
27645         (gst_audio_convert_link), (gst_audio_convert_change_state),
27646         (gst_audio_convert_channels):
27647         * gst/audioconvert/gstchannelmix.c:
27648         (gst_audio_convert_unset_matrix),
27649         (gst_audio_convert_fill_identical),
27650         (gst_audio_convert_fill_compatible),
27651         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
27652         (gst_audio_convert_fill_others),
27653         (gst_audio_convert_fill_normalize),
27654         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
27655         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
27656         * gst/audioconvert/gstchannelmix.h:
27657           Implement a channel mixer.
27658
27659 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
27660
27661         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
27662         * ext/alsa/gstalsa.h:
27663         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
27664         Make alsasink actually honor gst_element_set_clock and use that
27665         clock instead of its internal one.
27666
27667 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27668
27669         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
27670         (gst_play_base_bin_change_state): nullify source and decoder when
27671         going from READY to NULL so that we don't try to do weird stuff with
27672         them when going from NULL to READY
27673         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
27674         instead of g_object_unref
27675         (gen_video_element), (gen_audio_element): more refcounting fixes, now
27676         it should be correct
27677         (gst_play_bin_change_state): don't call remove_sinks if we are
27678         currently disposing the object
27679
27680 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27681
27682         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27683           Don't forget bass if it's there. Else left channel is silent...
27684
27685 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27686
27687         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
27688         (gst_a52dec_change_state):
27689           Don't do sample adjusting anymore, we use float audio now.
27690         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27691           Don't fixate to non-existing properties.
27692
27693 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27694
27695         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
27696         (gst_a52dec_change_state):
27697           Advertise that we can do surround sound.
27698
27699 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27700
27701         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
27702           Add buffer-frames=0.
27703         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
27704         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
27705         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
27706         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
27707         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
27708         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
27709         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
27710         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
27711         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
27712         * ext/dvdread/dvdreadsrc.h:
27713           Add seeking, querying for bytes, sectors, title, angle and
27714           chapter. Handle multiple chapters. Relicense to LGPL because
27715           Billy agreed on that (thanks Billy!).
27716
27717 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27718
27719         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
27720         call parent dispose method
27721
27722 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
27723
27724         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
27725         (gst_audio_clock_get_internal_time):
27726         Fix active <-> inactive transitions: ensure time value always
27727         grows and avoid abrupt value changes.
27728
27729 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
27730
27731         * configure.ac:
27732         * gst/tta/Makefile.am:
27733         * gst/tta/crc32.h:
27734         * gst/tta/filters.h:
27735         * gst/tta/gsttta.c:
27736         * gst/tta/gstttadec.c:
27737         * gst/tta/gstttadec.h:
27738         * gst/tta/gstttaparse.c:
27739         * gst/tta/gstttaparse.h:
27740         * gst/tta/ttadec.h:
27741           added TTA parser and decoder
27742
27743 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27744
27745         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27746         (probe_triggered), (check_queue), (buffer_underrun),
27747         (buffer_running), (buffer_overrun), (gen_source_element),
27748         (setup_source):
27749         * gst/playback/gstplaybasebin.h:
27750           Implement buffering. Needs some more work.
27751
27752 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27753
27754         * ext/theora/theoradec.c: (theora_dec_chain):
27755           Fix ilog mask range overflow.
27756
27757 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27758
27759         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27760           Don't omit the last (which in case of dmix is the only :) )
27761           channel count. Don't set channels if <= 2.
27762
27763 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
27764
27765         * gst/playback/gstplaybin.c: (gen_video_element),
27766         (gen_audio_element): Removed 2 obsolete comments
27767
27768 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27769
27770         * ext/vorbis/oggvorbisenc.c
27771         * ext/vorbis/vorbisenc.c :
27772           change description fields of those plugins to differentiate them
27773           (pitivi show Encoders by description, they had the same one)
27774
27775 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
27776
27777         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27778
27779         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
27780         (gst_play_bin_set_property), (gen_video_element),
27781         (gen_audio_element):
27782           Refcounting fixes for provided audio-/videosinks.
27783
27784 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27785
27786         * gst/playback/gstplaybin.c: (gen_video_element),
27787         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
27788           Don't reference all sinks, but only the video- and audiosinks.
27789           The vis. element should be disposed when we're done with it.
27790           We don't have any reason to keep it around. This fixes warnings
27791           when reusing playbin for playing multiple audio files with
27792           vis. enabled. Also release audio device on pause - idea stolen
27793           from Rhythmbox.
27794
27795 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27796
27797         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
27798         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
27799         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27800         * ext/alsa/gstalsaplugin.c: (plugin_init):
27801         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
27802         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
27803         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
27804         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
27805         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
27806         (gst_faad_change_state), (plugin_init):
27807         * ext/faad/gstfaad.h:
27808         * ext/vorbis/vorbis.c: (plugin_init):
27809         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27810         * gst-libs/gst/audio/Makefile.am:
27811         * gst-libs/gst/audio/audio.c: (plugin_init):
27812         * gst-libs/gst/audio/multichannel.c:
27813         (gst_audio_check_channel_positions),
27814         (gst_audio_get_channel_positions),
27815         (gst_audio_set_channel_positions),
27816         (gst_audio_set_structure_channel_positions_list),
27817         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
27818         (gst_audio_fixate_channel_positions):
27819         * gst-libs/gst/audio/multichannel.h:
27820         * gst-libs/gst/audio/testchannels.c: (main):
27821         * gst/audioconvert/gstaudioconvert.c:
27822         (gst_audio_convert_class_init), (gst_audio_convert_init),
27823         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
27824         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
27825         (gst_audio_convert_fixate), (gst_audio_convert_channels):
27826         * gst/audioconvert/plugin.c: (plugin_init):
27827           Surround sound support.
27828
27829 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27830
27831         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
27832           Fix position for discont if we're close as well. Nitpicking, but
27833           saves a few milliseconds of extra waiting or skipping.
27834
27835 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27836
27837         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
27838           We sometimes need parsers for playback, so add those too.
27839
27840 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27841
27842         * configure.ac:
27843         * gst/apetag/Makefile.am:
27844         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
27845         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
27846         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
27847         (gst_ape_demux_get_src_query_types),
27848         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
27849         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
27850         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
27851         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
27852         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
27853         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
27854         (gst_ape_demux_change_state):
27855         * gst/apetag/apedemux.h:
27856         * gst/apetag/apetag.c: (plugin_init):
27857         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
27858         (plugin_init):
27859           APE v1/2 tag reader plus typefind function.
27860
27861 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27862
27863         * configure.ac:
27864         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27865         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
27866           Remove hacks for older core. Require newer core version
27867           accordingly.
27868
27869 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27870
27871         * gst/cdxaparse/Makefile.am:
27872         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
27873         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
27874         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
27875         * gst/cdxaparse/gstcdxaparse.h:
27876         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
27877         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
27878         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
27879         (gst_cdxastrip_get_src_query_types),
27880         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
27881         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
27882         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
27883         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
27884         * gst/cdxaparse/gstcdxastrip.h:
27885           SVCD/VCD header stripping separated from CDXA image parsing.
27886         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
27887         (plugin_init):
27888           Add VCD/SVCD header typefinding for VCD/SVCD.
27889         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
27890         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
27891         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
27892         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
27893         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
27894         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
27895         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
27896         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
27897         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
27898         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
27899         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
27900         * sys/vcd/vcdsrc.h:
27901           Fix up, add seeking, querying, URI interface. Works in totem now.
27902
27903 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27904
27905         * configure.ac:
27906           back to CVS
27907
27908 === release 0.8.6 ===
27909
27910 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27911
27912         * NEWS:
27913         * RELEASE:
27914         * configure.ac:
27915         * po/af.po:
27916         * po/az.po:
27917         * po/cs.po:
27918         * po/en_GB.po:
27919         * po/hu.po:
27920         * po/it.po:
27921         * po/nb.po:
27922         * po/nl.po:
27923         * po/or.po:
27924         * po/sq.po:
27925         * po/sr.po:
27926         * po/sv.po:
27927         * po/uk.po:
27928           releasing 0.8.6, "IOU Love"
27929
27930 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27931
27932         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27933
27934         * gst/playback/gstplaybasebin.c:
27935           Fix unplayable files error handling.  Fixes #158365
27936
27937 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27938
27939         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27940
27941         * gst/typefind/gsttypefindfunctions.c:
27942           Fix broken mp3 typefinding.  Fixes #158375
27943
27944 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27945
27946         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27947
27948         * ext/ogg/gstoggdemux.c:
27949           Fix sync on broken files.  Fixes #158976
27950
27951 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27952
27953         patch by: Edward Hervey <bilboed@bilboed.com>
27954
27955         * ext/libpng/gstpngenc.c:
27956           Copy over buffer properties.  Fixes #158832
27957
27958 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27959
27960         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
27961
27962         * ext/dvdread/dvdreadsrc.c:
27963           Fixes invalid reads (#158462)
27964
27965 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27966
27967         * sys/v4l/gstv4lsrc.c:
27968         * sys/v4l/gstv4lsrc.h:
27969         * sys/v4l/v4lsrc_calls.c:
27970           Probe less and cache it.  Fixes #159187.
27971
27972 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27973
27974         * gst/videorate/gstvideorate.c:
27975           Handle all video formats. Fixes #159186.
27976
27977 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
27978         * gst/synaesthesia/gstsynaesthesia.c:
27979         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
27980         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
27981         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
27982         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
27983         (gst_synaesthesia_change_state), (plugin_init):
27984         Fix up synaesthesia to work under different samplerates/ buffer sizes.
27985         Force 320x200 output, as that's the only thing the underlying
27986         synaesthesia implementation supports. Still needs to be made
27987         re-entrant.
27988
27989 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27990
27991         * configure.ac:
27992           Fix mpeg2enc configure check (similar to mplex check below).
27993
27994 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
27995
27996         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27997
27998         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27999           Fix for gcc-2.95 (fixes #158221).
28000
28001 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28002
28003         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28004           Re-add clock distribution hack (until new core is released).
28005           Fixes #158125.
28006
28007 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28008         * configure.ac:
28009           fix mplex configure check segfaulting on some systems (bug #140994)
28010
28011 2004-11-13  Benjamin Otte  <otte@gnome.org>
28012
28013         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28014           add debugging
28015         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28016           do a wait when we enter the loop func with no data available to
28017           write instead of getting into an 100% CPU loop by just returning and
28018           being called again by the scheduler
28019
28020 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28021
28022         * configure.ac:
28023         * ext/libvisual/visual.c: (gst_visual_get_type),
28024         (libvisual_log_handler), (gst_visual_getcaps),
28025         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28026         (plugin_init):
28027           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28028         * ext/smoothwave/Makefile.am:
28029         * ext/smoothwave/demo-osssrc.c: (main):
28030         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28031         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28032         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28033         (plugin_init):
28034         * ext/smoothwave/gstsmoothwave.h:
28035           Make gstsmoothwave a working element in the 20th century.
28036
28037         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28038           Fix incorrect link function
28039
28040 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28041
28042         * gst/volume/gstvolume.c:
28043           Allow buffer-frames=0.
28044
28045 2004-11-12 Iain <iaingnome@gmail.com>
28046
28047         * configure.ac: Check for polypaudio
28048
28049         * ext/Makefile.am: Build the polyp dir
28050
28051         * ext/polyp: The polypsink sources.
28052
28053 2004-10-30 Iain <iaingnome@gmail.com>
28054
28055         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28056         caps to reflect the new number of channels.
28057
28058 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28059
28060         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28061           Fix for negotiation order problem. This would show when the
28062           ALSA loopfuction was called before any other function. ALSA
28063           wouldn't do anything because we're not negotiated yet, leading
28064           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28065
28066 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28067
28068         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28069
28070         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28071           No warnings (#157986).
28072
28073 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28074
28075         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28076           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28077
28078 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28079
28080         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28081           Signal no-more-pads (so it works in playbin).
28082
28083 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28084
28085         * ext/musepack/gstmusepackreader.cpp:
28086           Workaround for older core.
28087
28088 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28089
28090         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28091           Actually test for odd width/height rather than testing whether
28092           a temporary variable that was 0 before we subtracted 1 is now
28093           not equal to zero (which it always is).
28094
28095 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28096
28097         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28098         Fix compilation if HAVE_XVIDEO is not defined
28099
28100 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28101
28102         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28103         Fix compilation if HAVE_XVIDEO is not defined
28104
28105 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28106
28107         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28108         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28109         (gst_goom_change_state), (plugin_init):
28110         Use the bytestream adapter so goom doesn't depend on the input
28111         buffer size.
28112         Add a debug category
28113
28114 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28115
28116         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28117           Only set hardware parameters *after* negotiation. Before
28118           negotiation, it will set ANY and that seems to cause crashes
28119           (see e.g. #151288, #153227).
28120
28121 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28122
28123         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28124           This seems to be antique leftover. It needs to pass error
28125           checking.
28126         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28127         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28128         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28129         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28130           Fix GstXOverlay implementation (#151059).
28131
28132 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28133
28134         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28135           Don't assert (#157853).
28136
28137 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28138
28139         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28140           Fix bytes/samples confustion.
28141         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28142           Fix for underrun (#144389).
28143
28144 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28145
28146         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28147           Disable halfway-seek for pending release (since it needs a new
28148           core release).
28149
28150 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28151
28152         * sys/v4l/gstv4lsrc.c:
28153         * sys/v4l/gstv4lsrc.h:
28154         * sys/v4l/v4lsrc_calls.c:
28155           add autoprobe-fps property so we can separate autoprobing parts
28156
28157 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28158
28159         * sys/v4l/gstv4lsrc.c:
28160         * sys/v4l/v4lsrc_calls.c:
28161         initialise fourcc to catch unset fourcc's, and debug
28162
28163 2004-11-09  Wim Taymans  <wim@fluendo.com>
28164
28165         * gst/playback/README:
28166         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28167         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28168         (gst_play_bin_dispose), (gst_play_bin_set_property),
28169         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28170         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28171         (gst_play_bin_get_formats), (gst_play_bin_convert),
28172         (gst_play_bin_get_query_types), (gst_play_bin_query):
28173         Cleanups and some more documentation.
28174
28175 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28176
28177         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28178         (gst_cacasink_init), (gst_cacasink_chain):
28179         * ext/libcaca/gstcacasink.h:
28180         Cacasink inherits from VideoSink, so let that store the clock.
28181
28182 2004-11-09  Wim Taymans  <wim@fluendo.com>
28183
28184         * gst/playback/README:
28185         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28186         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28187         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28188         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28189         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28190         (setup_sinks):
28191         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28192         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28193         * gst/playback/gststreaminfo.h:
28194         Updated README.
28195         Only switch groups if all streams have muted (EOSed).
28196         Send Tags in sync with the stream playback instead of in
28197         the playback/preroll phase.
28198         Some cleanups, free the fakesrc elements.
28199
28200 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28201
28202         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28203           buffer-frames property was missing
28204         * ext/arts/gst_arts.c:
28205           rate missing from sinkcaps
28206         * ext/audiofile/gstafparse.c:
28207         * ext/audiofile/gstafsink.c:
28208         * ext/audiofile/gstafsrc.c:
28209         * ext/swfdec/gstswfdec.c:
28210           int audio doesn't know buffer-frames
28211         * ext/cdparanoia/gstcdparanoia.c:
28212           int audio doesn't know chunksize either
28213         * ext/nas/nassink.c:
28214           it's endianness, not endianess
28215         * gst-libs/gst/audio/audio.h:
28216           make float standard pad template caps really describe float
28217         * gst/law/mulaw.c: (linear_factory):
28218           signed only, please
28219         * gst/mpegstream/gstdvddemux.c:
28220           widths of 20 are not valid
28221
28222 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28223
28224         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28225
28226         * po/LINGUAS:
28227         * po/it.po:
28228           Add Italian
28229
28230 2004-11-08  Wim Taymans  <wim@fluendo.com>
28231
28232         * gst/playback/README:
28233         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28234         * gst/playback/gstplaybasebin.c: (probe_triggered),
28235         (gst_play_base_bin_change_state):
28236         Updated README, added more comments for fixmes etc..
28237
28238 2004-11-08  Wim Taymans  <wim@fluendo.com>
28239
28240         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28241         We can remove this hack now.
28242
28243 2004-11-08  Wim Taymans  <wim@fluendo.com>
28244
28245         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28246         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28247         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28248         Only mix AYUV for maximum quality.
28249
28250 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28251
28252         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28253         (gst_ogg_demux_push), (gst_ogg_pad_push):
28254           Let's act as if we're synchronized now! :).
28255         * ext/theora/theoradec.c: (theora_dec_chain):
28256           Add some debug.
28257
28258 2004-11-08  Wim Taymans  <wim@fluendo.com>
28259
28260         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28261         (gst_alpha_set_property), (gst_alpha_sink_link),
28262         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28263         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28264         (gst_alpha_init_params), (gst_alpha_chain):
28265         Implement alpha functions for AYUV too, this increases
28266         accuracy quite a bit.
28267
28268 2004-11-08  Wim Taymans  <wim@fluendo.com>
28269
28270         * gst/ffmpegcolorspace/avcodec.h:
28271         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28272         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28273         (gst_ffmpegcsp_avpicture_fill):
28274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28275         (gst_ffmpegcsp_caps_remove_format_info):
28276         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28277         (shrink12), (img_get_alpha_info), (deinterlace_line),
28278         (deinterlace_line_inplace):
28279         * gst/ffmpegcolorspace/imgconvert_template.h:
28280         Added AYUV colorspace and handle RGBA a bit more respectful.
28281
28282 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28283
28284         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28285           Actually always send a discont (cornercase when resending the
28286           same serial-tagged chain twice).
28287
28288 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28289
28290         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28291         (gst_ximagesink_finalize):
28292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28293         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28294
28295 2004-11-08  Wim Taymans  <wim@fluendo.com>
28296
28297         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28298         Don't segfault on NULL data.
28299
28300 2004-11-08  Wim Taymans  <wim@fluendo.com>
28301
28302         * gst/playback/gstdecodebin.c: (unlinked):
28303         * gst/playback/gstplay-marshal.list:
28304         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28305         (gst_play_base_bin_init), (group_create), (get_active_group),
28306         (get_building_group), (group_destroy), (group_commit),
28307         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28308         (add_element_stream), (no_more_pads), (probe_triggered),
28309         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28310         (state_change), (setup_source), (gst_play_base_bin_get_property),
28311         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28312         (gst_play_base_bin_link_stream),
28313         (gst_play_base_bin_get_streaminfo):
28314         * gst/playback/gstplaybasebin.h:
28315         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28316         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28317         Add support for chained ogg files. Prepare for playlist
28318         support. This patch introduces the concept of pad groups, which
28319         together compose one playable media file.
28320
28321 2004-11-07  David Schleef  <ds@schleef.org>
28322
28323         * testsuite/gst-lint: Check for pad templates that aren't statically
28324         scoped.
28325
28326 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28327
28328         * configure.ac:
28329         * ext/Makefile.am:
28330         * ext/musepack/Makefile.am:
28331         * ext/musepack/gstmusepackdec.cpp:
28332         * ext/musepack/gstmusepackdec.h:
28333         * ext/musepack/gstmusepackreader.cpp:
28334         * ext/musepack/gstmusepackreader.h:
28335           Add musepack decoder.
28336         * ext/faad/gstfaad.c: (gst_faad_base_init):
28337           Make pad templates static.
28338         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28339         (plugin_init):
28340           Add musepack typefinder, make mp3 typefinding work halfway stream,
28341           which doesn't actually work yet because id3demux doesn't implement
28342           _get_length().
28343
28344 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28345
28346         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28347         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28348           Fix interrupt event handling (#144436).
28349
28350 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28351
28352         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28353           Hide unused glory.
28354
28355 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28356
28357         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28358
28359         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28360           Fix weird caps (#157548).
28361
28362 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28363
28364         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28365
28366         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28367           Add missing NULL terminator (#157543).
28368
28369 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28370
28371         * gst/tcp/gsttcp.h:
28372         * gst/tcp/gsttcpclientsink.c:
28373         * gst/tcp/gsttcpclientsrc.c:
28374         * gst/tcp/gsttcpserversink.c:
28375         * gst/tcp/gsttcpserversrc.c:
28376           ports can go up to 65535.  Move common defines to gsttcp.h
28377
28378 2004-11-05  Wim Taymans  <wim@fluendo.com>
28379
28380         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28381         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28382         Added two more colorspaces.
28383
28384 2004-11-05  Wim Taymans  <wim@fluendo.com>
28385
28386         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28387         (gst_ffmpegcsp_avpicture_fill):
28388         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28389         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28390         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28391         More stride fixes.
28392
28393 2004-11-05  Wim Taymans  <wim@fluendo.com>
28394
28395         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28396         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28397         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28398         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28399         (gst_videomixer_loop):
28400         More stride fixes.
28401
28402 2004-11-05  Benjamin Otte  <otte@gnome.org>
28403
28404         * ext/mad/gstmad.c: (gst_mad_chain):
28405           don't overflow data buffer. Flush not needed sync data when syncing
28406           failed.
28407
28408 2004-11-04  Wim Taymans  <wim@fluendo.com>
28409
28410         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28411         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28412         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28413         (gst_alpha_init_params), (gst_alpha_chain),
28414         (gst_alpha_change_state):
28415         Updated the chroma keying algorithm with something more
28416         sophisticated.
28417
28418 2004-11-03  Wim Taymans  <wim@fluendo.com>
28419
28420         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28421         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28422         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28423         Fix stride issues. Does not completely work for odd
28424         heights.
28425
28426 2004-11-03  Wim Taymans  <wim@fluendo.com>
28427
28428         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28429         (gst_alpha_chroma_key), (gst_alpha_chain):
28430         Fix stride issues. Does not completely work for odd
28431         heights.
28432
28433 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28434
28435         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28436         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28437         leak fixes
28438
28439 2004-11-03  Wim Taymans  <wim@fluendo.com>
28440
28441         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28442         (gst_ffmpegcsp_avpicture_fill):
28443         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28444         (avpicture_alloc):
28445         * gst/ffmpegcolorspace/imgconvert_template.h:
28446         Use correct _fill function to get correct strides.
28447
28448 2004-11-02  David Schleef  <ds@schleef.org>
28449
28450         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28451         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28452         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28453         Change all g_print()s to debugging.  Add a bunch of consistency
28454         checks.
28455
28456 2004-11-02  Wim Taymans  <wim@fluendo.com>
28457
28458         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28459         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28460         (unlinked), (no_more_pads), (close_link):
28461         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28462         (unknown_type), (add_element_stream), (new_decoded_pad),
28463         (removed_decoded_pad), (setup_source):
28464         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28465         (gst_stream_info_class_init), (gst_stream_info_init),
28466         (gst_stream_info_new), (gst_stream_info_dispose),
28467         (stream_info_mute_pad), (gst_stream_info_set_property),
28468         (gst_stream_info_get_property):
28469         * gst/playback/gststreaminfo.h:
28470         Fix playback of multiple files.
28471         a slightly different approach to handling dynamic pad removals.
28472         This one only looks at pads that we have linked.
28473
28474 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28475
28476         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28477         free" warning from libc.
28478
28479 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28480
28481         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28482         (get_unconnected_element), (remove_starting_from), (pad_removed),
28483         (close_link):
28484           Implement support for dynamic pad changing. We listen to "live"
28485           pad removals (i.e. while playing) and re-setup autoplugging
28486           after that. Playbasebin/playbin need some more work for this
28487           to finally work, but decodebin supports (and replugs) chained
28488           ogg now.
28489
28490 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28491
28492         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28493         (gst_alsa_finalize):
28494         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28495         (gst_cdaudio_finalize):
28496         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28497         (cdparanoia_finalize):
28498         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28499         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28500         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28501         (dvdreadsrc_finalize):
28502         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28503         (gst_flacdec_finalize):
28504         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28505         (gst_flacenc_finalize):
28506         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28507         (gst_gnomevfssink_finalize):
28508         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28509         (gst_gnomevfssrc_finalize):
28510         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28511         (gst_fameenc_finalize):
28512         * ext/nas/nassink.c: (gst_nassink_class_init),
28513         (gst_nassink_finalize):
28514         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28515         (gst_sdlvideosink_class_init):
28516         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28517         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28518         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28519         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28520         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28521         (gst_x_window_listener_dispose):
28522         * gst/audioscale/gstaudioscale.c:
28523         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28524         (play_on_demand_finalize):
28525         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28526         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28527         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28528         (cdplayer_finalize):
28529         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28530         (gst_glimagesink_class_init):
28531         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28532         (gst_osselement_finalize):
28533         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28534         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28535         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28536           Fixes a bunch of problems with finalize and dispose functions,
28537           either assumptions that dispose is only called once, or not calling
28538           the parent class dispose/finalize function
28539
28540 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28541
28542         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28543           added two api precondition guards
28544           use g_strdup with getenv to fix crash when using ENVVAR
28545
28546 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28547         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28548         (gst_esdsink_finalize):
28549         Use a finalize function, not dispose, and more importantly,
28550         call the parent class finalize function too
28551
28552 2004-11-01  Johan Dahlin  <johan@gnome.org>
28553
28554         * ext/ogg/gstoggdemux.c:
28555         * gst/tags/gstvorbistag.c:
28556         Plug leaks.
28557
28558 2004-10-31  Benjamin Otte  <otte@gnome.org>
28559
28560         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28561           lotsa memleaks today. But they're all small...
28562
28563 2004-10-31  Benjamin Otte  <otte@gnome.org>
28564
28565         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28566           another memleak crushed
28567
28568 2004-10-31  Benjamin Otte  <otte@gnome.org>
28569
28570         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28571           fix memleak
28572
28573 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28574
28575         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28576           Hack to prevent crash when going to READY inside signal handler
28577           while this function is active.
28578
28579 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28580
28581         * gst/ffmpegcolorspace/Makefile.am:
28582         * gst/ffmpegcolorspace/avcodec.h:
28583         * gst/ffmpegcolorspace/common.h:
28584         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28585         * gst/ffmpegcolorspace/dsputil.h:
28586         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28587         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28588         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28589         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28590         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28591         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28592         (gst_ffmpegcsp_avpicture_fill):
28593         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28594         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28595         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28596         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28597         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28598         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28599         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28600         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28601         * gst/ffmpegcolorspace/imgconvert.c:
28602         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28603         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28604         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28605         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28606         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28607         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28608         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28609         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28610         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
28611         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
28612         (grow21), (grow22), (grow41), (grow44), (conv411),
28613         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
28614         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
28615         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
28616         (avpicture_free), (is_yuv_planar), (img_convert),
28617         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
28618         (deinterlace_line_inplace), (deinterlace_bottom_field),
28619         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
28620         * gst/ffmpegcolorspace/imgconvert_template.h:
28621         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
28622         * gst/ffmpegcolorspace/mmx.h:
28623         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
28624         (av_fast_realloc), (av_mallocz_static), (av_free_static),
28625         (av_freep), (avcodec_get_context_defaults),
28626         (avcodec_alloc_context), (avcodec_init):
28627           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
28628           handling plus update from ffmpeg CVS. Large clean-up.
28629
28630 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28631
28632         * gst/playback/Makefile.am:
28633           We need the marshallers for decodebin, too.
28634
28635 2004-10-30  David Schleef  <ds@schleef.org>
28636
28637         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
28638           quicktime typefinding work with 64-bit offsets.
28639
28640 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
28641
28642         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
28643           Set EOS on the element when processing an EOS event.
28644         * ext/speex/gstspeexdec.h:
28645         * ext/speex/gstspeexenc.h:
28646           Only keep a const ptr to the mode
28647         * gst-libs/gst/riff/riff-media.c:
28648         (gst_riff_create_audio_caps_with_data),
28649         (gst_riff_create_audio_template_caps):
28650           Allow WMAV3, with up to 6 channels.
28651         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
28652           Don't call gst_pad_set_event_function on a sink pad.
28653         * gst/mpegstream/gstdvddemux.c:
28654         (gst_dvd_demux_get_subpicture_stream),
28655         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
28656           Copy the explicit caps that were set across to the cur_* pads,
28657           instead of trying to use a possibly non-existent negotiated caps.
28658           Reset the type of subpicture pads to UNKNOWN after calling
28659           init_stream, so that the caps get set.
28660
28661 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
28662
28663         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28664
28665         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28666           Don't touch buffer if it is of size 0 (fixes #151064).
28667
28668 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28669
28670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
28671           Synchronized discont handling.
28672
28673 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28674
28675         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28676         (gst_ogg_demux_push):
28677           Make seeking sort-of exact again (fixes #156387).
28678
28679 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28680
28681         * gst/playback/gstplaybasebin.c: (unknown_type),
28682         (add_element_stream), (new_decoded_pad),
28683         (gst_play_base_bin_change_state):
28684         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
28685         (gst_stream_info_init), (gst_stream_info_new),
28686         (gst_stream_info_dispose), (gst_stream_info_get_property):
28687         * gst/playback/gststreaminfo.h:
28688           Make caps explicitely available. Makes testing for unsupported
28689           types possible. Improves error reporting.
28690
28691 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28692
28693         * gst/audioconvert/gstaudioconvert.c:
28694         (gst_audio_convert_buffer_to_default_format):
28695           Really don't touch read-only buffers (#156563).
28696
28697 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
28698
28699         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28700
28701         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
28702           Fix memleak (#155223).
28703
28704 2004-10-29  Wim Taymans  <wim@fluendo.com>
28705
28706         * gst/tcp/.cvsignore:
28707         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
28708         (gst_multifdsink_class_init), (gst_multifdsink_init),
28709         (gst_multifdsink_add), (gst_multifdsink_remove),
28710         (gst_multifdsink_remove_client_link), (is_sync_frame),
28711         (gst_multifdsink_new_client),
28712         (gst_multifdsink_handle_client_write),
28713         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28714         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
28715         (gst_multifdsink_get_property):
28716         * gst/tcp/gstmultifdsink.h:
28717         Added burst on connect sync_method, deprecated sync_clients,
28718         streamlined the sync code some more.
28719
28720 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28721
28722         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
28723         (gst_play_base_bin_change_state):
28724           Improve error reporting.
28725
28726 2004-10-28  Wim Taymans  <wim@fluendo.com>
28727
28728         * gst/tcp/Makefile.am:
28729         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
28730         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
28731         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
28732         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
28733         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
28734         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
28735         (gst_fdset_wait):
28736         Added more locks around fdset structures. Fixed/reworked
28737         the poll array resizing code.
28738         Added stress test for fdset.
28739
28740 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28741
28742         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28743         fix build
28744
28745 2004-10-28  Benjamin Otte  <otte@gnome.org>
28746
28747         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28748           fix link function to always query channels and query width for
28749           floats
28750         * configure.ac:
28751           add equalizer dir
28752         * gst/equalizer/Makefile.am:
28753         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
28754         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
28755         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
28756         (arg_to_scale), (setup_filter),
28757         (gst_iir_equalizer_compute_frequencies),
28758         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
28759         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
28760         (plugin_init):
28761           add an equalizer
28762
28763 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28764
28765         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
28766
28767         * po/LINGUAS:
28768         * po/nb.po:
28769           Added Norwegian Bokmaal translation
28770
28771 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28772
28773         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28774           Don't break on options (fixes #156488).
28775
28776 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28777
28778         * configure.ac:
28779         * ext/cdaudio/Makefile.am:
28780         * sys/Makefile.am:
28781           fix build on older automake
28782
28783 2004-10-26  Wim Taymans  <wim@fluendo.com>
28784
28785         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
28786         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
28787         Allow a little margin when negotiating the framerate.
28788
28789 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
28790
28791         * gst/level/gstlevel.c:
28792           synchonised naming of pads and pad-templates
28793
28794 2004-10-26  Wim Taymans  <wim@fluendo.com>
28795
28796         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28797         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
28798         (_find_streams_check), (gst_ogg_demux_push):
28799         Fix EOS again. Needs to be done in a better way. We should not
28800         remove the pad if there is no new chained stream.
28801
28802 2004-10-26 Iain <iaingnome@gmail.com>
28803
28804         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
28805         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
28806         of the caps.
28807         * gst/interleave/interleave.c (interleave_class_init): Hook up release
28808         pad.
28809         (interleave_release_pad): Remove the pad.
28810         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
28811         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
28812         the set device.
28813         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
28814         attrs
28815         (gst_xvimagesink_xcontext_clear): Free the xcontext.
28816         (gst_xvimagesink_finalize): Free the par.
28817
28818 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28819
28820         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
28821         (gst_avimux_stop_file):
28822           First calculate the rate, and only then use it. Hdr.rate is a
28823           multiple and not a derivative of hdr.scale. Scale is not the
28824           same as blockalign but is solely related to rate.
28825
28826 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28827
28828         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
28829         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
28830           Implement seeking.
28831
28832 2004-10-25  James Henstridge  <james@jamesh.id.au>
28833
28834         Reviewed by:  David Schleef  <ds@schleef.org>
28835
28836         * examples/gstplay/player.c: (got_stream_length), (main):
28837         * examples/seeking/cdplayer.c: (update_scale):
28838         * examples/seeking/seek.c: (format_value), (update_scale):
28839         * examples/seeking/spider_seek.c: (format_value), (update_scale),
28840         (stop_seek):
28841         Build fixes on AMD64.
28842
28843 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28844
28845         reviewed by: Ronald Bultje <rbultje at gnome dot org>
28846
28847         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
28848         Fix for some v4l cards which hang in v4lsrc
28849
28850 2004-10-25  Wim Taymans  <wim@fluendo.com>
28851
28852         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
28853         (gst_ogg_demux_push), (gst_ogg_chains_clear):
28854         Make sure to remove the pad when a new chain is
28855         encountered. Set some vars to NULL so we don't try
28856         to reference freed memory.
28857
28858 2004-10-25  Wim Taymans  <wim@fluendo.com>
28859
28860         * examples/seeking/Makefile.am:
28861         * examples/seeking/cdplayer.c: (update_scale):
28862         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
28863         * examples/seeking/playbin.c: (make_playerbin_pipeline),
28864         (format_value), (update_scale), (iterate), (start_seek),
28865         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
28866         (print_usage), (main):
28867         Added some more examples, update others.
28868
28869 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28870
28871         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
28872         * ext/speex/gstspeexdec.c: (speex_dec_chain):
28873         * ext/theora/theoradec.c: (theora_dec_chain):
28874         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28875           Add codec-name metadata.
28876
28877 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
28878
28879         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28880
28881         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28882         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
28883         * ext/alsa/gstalsamixertrack.h:
28884         * po/POTFILES.in:
28885           ALSA mixer track label internationalization (#154054).
28886
28887 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28888
28889         * ext/theora/theoradec.c: (theora_dec_chain):
28890           Export bitrate as metadata.
28891
28892 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28893
28894         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28895         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
28896         * ext/alsa/gstalsamixertrack.h:
28897           Fix names, fix loop.
28898
28899 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28900
28901         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
28902         (speex_dec_convert):
28903           sinkconvert function so oggdemux can get the file length (totem).
28904
28905 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
28906
28907         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28908
28909         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28910           Don't push incomplete packets.
28911         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
28912           Fix MPEG-4 audio typefinding.
28913
28914 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28915
28916         * sys/v4l/Makefile.am:
28917         * sys/v4l/gstv4l.c: (plugin_init):
28918         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
28919         (gst_v4lelement_init), (gst_v4lelement_dispose),
28920         (gst_v4lelement_change_state):
28921         * sys/v4l/gstv4lelement.h:
28922         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
28923         (gst_v4l_xoverlay_close), (idle_refresh),
28924         (gst_v4l_xoverlay_set_xwindow_id):
28925         * sys/v4l/gstv4lxoverlay.h:
28926         * sys/v4l/v4l-overlay_calls.c:
28927         * sys/v4l/v4l_calls.h:
28928         * sys/v4l2/Makefile.am:
28929         * sys/v4l2/gstv4l2.c: (plugin_init):
28930         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
28931         (gst_v4l2element_init), (gst_v4l2element_dispose),
28932         (gst_v4l2element_change_state):
28933         * sys/v4l2/gstv4l2element.h:
28934         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
28935         (gst_v4l2_xoverlay_close), (idle_refresh),
28936         (gst_v4l2_xoverlay_set_xwindow_id):
28937         * sys/v4l2/gstv4l2xoverlay.h:
28938         * sys/v4l2/v4l2-overlay_calls.c:
28939         * sys/v4l2/v4l2_calls.h:
28940           Remove client-side overlay handling, use the X-server v4l plugin
28941           for that. Nicer overlay, less code. Also make the plugin
28942           compileable without X (but then without overlay, obviously).
28943           Makes xwindowlistener obsolete, should we remove that?
28944
28945 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28946
28947         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
28948         (gst_osssrc_src_query):
28949         * sys/oss/gstosssrc.h:
28950           OK, so people want offset in DEFAULT. This time, actually fix all
28951           cases.
28952         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
28953           Add FPS properly.
28954
28955 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28956
28957         * gst/asfdemux/gstasfmux.c:
28958         * gst/avi/gstavimux.c:
28959           Framerate.
28960
28961 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28962
28963         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
28964           Fix properties (channel, norm, frequency).
28965
28966 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28967
28968         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
28969           Flag typo.
28970         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
28971           No warnings.
28972
28973 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28974
28975         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
28976           Fix hang.
28977
28978 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28979
28980         * sys/v4l2/gstv4l2element.h:
28981           Yet Another Hack (tm) for kernel header borkedness.
28982         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
28983         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
28984         (gst_v4l2src_link), (gst_v4l2src_getcaps),
28985         (gst_v4l2src_change_state):
28986         * sys/v4l2/gstv4l2src.h:
28987         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
28988         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
28989           Fix caps, keep track of state, work.
28990
28991 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28992
28993         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
28994           Quiet.
28995
28996 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28997
28998         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28999           Don't mix bytes and samples.
29000
29001 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29002
29003         * ext/ogg/gstoggmux.c:
29004           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29005           and theora. Any is incorrect.
29006         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29007           Fix caps.
29008         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29009         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29010         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29011         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29012         * sys/v4l/gstv4lmjpegsrc.h:
29013         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29014         (gst_v4lsrc_change_state):
29015         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29016         (gst_v4lmjpegsrc_capture_stop):
29017           Fix caps. Keep track of internal state. Work.
29018
29019 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29020
29021         * ext/Makefile.am:
29022           Fix the build fixes.
29023
29024 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29025
29026         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29027         (gst_ogg_demux_src_event), (_find_chain_seek),
29028         (gst_ogg_pad_push):
29029           Check for pad availability before using it.
29030         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29031           Fix parsing of chained ogg. Needs more work on the decoder side.
29032
29033 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29034
29035         * gst/spectrum/Makefile.am:
29036         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29037         (idle_func):
29038           Fix demo and reenable it. Yes, I'm currently playing with audio
29039           analysis tools
29040
29041 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29042
29043         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29044           We love it if files that start at zero work too...
29045
29046 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29047
29048         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29049           Handle files with missing EOS headers.
29050
29051 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29052
29053         * gst/tcp/gsttcpserversink.c:
29054         (gst_tcpserversink_handle_server_read),
29055         (gst_tcpserversink_init_send):
29056         Zero some variables first (need for accept not to return EINVAL)
29057
29058 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29059
29060         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29061         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29062         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29063         (theora_dec_chain):
29064         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29065         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29066           Seeking and querying finetune.
29067
29068 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29069
29070         * configure.ac:
29071         * ext/Makefile.am:
29072         * ext/raw1394/Makefile.am:
29073           fix the build
29074
29075 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29076
29077         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29078           Wrong return.
29079         * gst/playback/Makefile.am:
29080         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29081         * gst/playback/gstplay-marshal.list:
29082         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29083           Fix marshallers.
29084
29085 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29086
29087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29088           Silence.
29089
29090 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29091
29092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29093         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29094         (gst_ogg_pad_push):
29095           Yay for non-lineair granulepos in theora.
29096
29097 2004-10-18  Wim Taymans  <wim@fluendo.com>
29098
29099         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29100         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29101         * ext/dv/gstdvdec.h:
29102         Make sure we renegotiate aspect ratio when the camera switches.
29103
29104 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29105
29106         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29107         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29108           Start at zero.
29109         * ext/theora/theoradec.c: (theora_dec_chain):
29110           Skip headers. Bad idea for chained ogg, but fixes seeking.
29111
29112 2004-10-18  Wim Taymans  <wim@fluendo.com>
29113
29114         * configure.ac:
29115         I swear, this is the last time I touch this.
29116
29117 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29118
29119         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29120         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29121         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29122           Faster seeking.
29123         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29124           Time-to-default conversion.
29125         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29126           Don't error on unknown packets, just skip. We should probably
29127           read them if we want to support chained ogg.
29128
29129 2004-10-18  Wim Taymans  <wim@fluendo.com>
29130
29131         * configure.ac:
29132         Added cdaudio to wrong list.
29133
29134 2004-10-18  Wim Taymans  <wim@fluendo.com>
29135
29136         * configure.ac:
29137         Revive cdaudio.
29138
29139 2004-10-18  Wim Taymans  <wim@fluendo.com>
29140
29141         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29142         (gst_dvdec_video_link), (gst_dvdec_push):
29143         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29144         (gst_smokeenc_resync), (gst_smokeenc_chain):
29145         Fix mimetype on smoke encoder.
29146         Add aspect ratio to dvdec. Not sure if these
29147         values are correct though....
29148
29149 2004-10-18  Wim Taymans  <wim@fluendo.com>
29150
29151         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29152         Fix vorbis property descriptions and ranges.
29153
29154 2004-10-18  Wim Taymans  <wim@fluendo.com>
29155
29156         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29157         Really do nothing when no data is available.
29158         Go to the playing state when the stream is not seekable
29159         instead of failing.
29160
29161 2004-10-18  Wim Taymans  <wim@fluendo.com>
29162
29163         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29164         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29165         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29166         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29167         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29168         Added uri handler for cd://
29169         Port to new API.
29170
29171 2004-10-18  Wim Taymans  <wim@fluendo.com>
29172
29173         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29174         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29175         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29176         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29177         (remove_prerolls), (unknown_type), (add_element_stream),
29178         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29179         (gst_play_base_bin_remove_element),
29180         (gst_play_base_bin_link_stream):
29181         * gst/playback/gstplaybin.c: (gen_video_element),
29182         (gen_vis_element), (remove_sinks), (setup_sinks):
29183         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29184         (gst_stream_info_get_type), (gst_stream_info_class_init),
29185         (gst_stream_info_init), (gst_stream_info_new),
29186         (gst_stream_info_dispose), (stream_info_mute_pad),
29187         (gst_stream_info_set_property), (gst_stream_info_get_property):
29188         * gst/playback/gststreaminfo.h:
29189         Add sink padtemplate to decodebin.
29190         Added some more comments.
29191         Make queue size configurable in playbasebin.
29192         Added possibility to use elements as sinks (ex cdaudio).
29193
29194 2004-10-15  Wim Taymans  <wim@fluendo.com>
29195
29196         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29197         (gst_speexenc_chain):
29198         Fix speex timestamps so that it gets muxed properly.
29199
29200 2004-10-15  Wim Taymans  <wim@fluendo.com>
29201
29202         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29203         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29204         (gst_dv1394src_init), (gst_dv1394src_dispose),
29205         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29206         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29207         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29208         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29209         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29210         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29211         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29212         * ext/raw1394/gstdv1394src.h:
29213         Added conversion/query functions.
29214         Update buffer timestamps,
29215         Added signals.
29216         Added uri dv:// so it might play from the firewire in playbin.
29217         Fix a possible leak.
29218         Added debugging.
29219
29220 2004-10-15  Wim Taymans  <wim@fluendo.com>
29221
29222         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29223         (gst_dv1394src_init), (gst_dv1394src_set_property),
29224         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29225         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29226         * ext/raw1394/gstdv1394src.h:
29227         Added AV/C VTR control support needed for some cameras.
29228         Added automatic port detection.
29229         Added properties for selecting the channel.
29230         The configure.ac script is not yet updated to reflect the
29231         new libavc1394 and librom1394 dependencies.
29232
29233 2004-10-15  Wim Taymans  <wim@fluendo.com>
29234
29235         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29236         (qtdemux_parse), (gst_qtdemux_handle_esds):
29237         An esds box is not a container.
29238         Fix parsing of mp4v boxes.
29239         Do not try to renegotiate fps for each frame. Need to
29240         find a better method. This should fix mp4 playback.
29241
29242 2004-10-14  David Schleef  <ds@schleef.org>
29243
29244         * configure.ac: update for swfdec-0.3 and liboil-0.2
29245         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29246         * ext/swfdec/gstswfdec.h: same
29247         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29248         * gst/videotestsrc/videotestsrc.c: same
29249
29250 2004-10-14  Wim Taymans  <wim@fluendo.com>
29251
29252         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29253         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29254         (is_sync_frame), (gst_multifdsink_new_client),
29255         (gst_multifdsink_handle_client_write),
29256         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29257         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29258         Turn warnings into info.
29259         Don't allow a state change in the streaming thread.
29260
29261 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29262
29263         * ext/vorbis/oggvorbisenc.c:
29264         * ext/vorbis/vorbisdec.c:
29265           fix template sample rate
29266
29267 2004-10-13  Wim Taymans  <wim@fluendo.com>
29268
29269         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29270         Decoding the header first fixes some problems in resyncing
29271         in more mp3s.
29272
29273 2004-10-12  Wim Taymans  <wim@fluendo.com>
29274
29275         * gst/playback/gstplaybin.c: (gen_video_element),
29276         (gen_vis_element), (remove_sinks), (setup_sinks):
29277         Added vis plugin support, need to configure the vis
29278         element to activate it.
29279
29280 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29281
29282         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29283         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29284           Some debug.
29285         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29286         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29287         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29288         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29289         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29290         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29291         * gst/avi/gstavidemux.h:
29292           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29293           recovery (where, if part of the index is broken, we will still read
29294           the rest of the index and recover the broken part by stream
29295           scanning). More broken media support. EOS workarounds. General AVI
29296           braindamage headache recovery. Aspirin included.
29297
29298 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29299
29300         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29301         (cdparanoia_event), (cdparanoia_query):
29302           Get rid of hideous lead-in.
29303
29304 2004-10-11  Wim Taymans  <wim@fluendo.com>
29305
29306         * gst/playback/gstplaybasebin.c: (setup_source):
29307         Wrong var used to get g_list_next.
29308
29309 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29310
29311         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29312         (cdparanoia_get), (cdparanoia_open):
29313           Report discid as metadata, add duration.
29314
29315 2004-10-11  Wim Taymans  <wim@fluendo.com>
29316
29317         * gst/playback/gstplaybasebin.c: (setup_source):
29318         Cleanup the previous pipeline a little earlier for the
29319         case that a source element provides raw data.
29320
29321 2004-10-11  Benjamin Otte  <otte@gnome.org>
29322
29323         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29324           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29325           consuming the last 128 bytes, even though it was valid mp3 data.
29326
29327 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29328
29329         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29330         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29331         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29332         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29333
29334 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29335
29336         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29337         Fix for webcams that support only specific width or height
29338
29339 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29340
29341         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29342
29343         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29344           Fix wrong discont event setup (fixes #154967).
29345
29346 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29347
29348         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29349
29350         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29351           Error out on invalid data (fixes #154807).
29352
29353 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29354
29355         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29356
29357         * ext/dvdread/dvdreadsrc.c: (_read):
29358           Make titles > 0 work again (fixes #154834).
29359
29360 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29361
29362         * gst-libs/gst/riff/riff-media.c:
29363         (gst_riff_create_video_template_caps):
29364           WMV3 missing in template caps.
29365
29366 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29367
29368         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29369           OK, so the original code was too strict. It makes random AVI files
29370           hang for seconds upon opening, which is unacceptable and is far
29371           beyond the original goal of getting multiple chunks for one-chunk
29372           sounc stream files. So now do just that.
29373
29374 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29375
29376         * gst/playback/gstplaybasebin.c: (setup_source),
29377         (gst_play_base_bin_change_state):
29378           Actually clean up streaminfo if output fails. This would trigger
29379           if, for example, there was no CD in the drive. No preroll, so
29380           a streaminfo structure is created, but the subsequent state change
29381           of the thread fails.
29382         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29383           Don't change state if parent failed.
29384
29385 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29386
29387         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29388         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29389         (gen_video_element), (remove_sinks):
29390           Add small bits of code for screenshot handling.
29391
29392 2004-10-08  Wim Taymans  <wim@fluendo.com>
29393
29394         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29395         (gen_video_element), (gen_audio_element), (setup_sinks):
29396         Don't assume the user provided sinks are named "sink"...
29397
29398 2004-10-08  Wim Taymans  <wim@fluendo.com>
29399
29400         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29401         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29402         (gst_play_base_bin_link_stream):
29403         Do not try to autoplug sources that generate raw streams like
29404         cdparanoia.
29405         disconnect the preroll overrun signal when we don't need it anymore.
29406
29407 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29408
29409         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29410         Added reworked patch from #154903 from milosz derezynski (deadchip).
29411
29412 2004-10-08  Wim Taymans  <wim@fluendo.com>
29413
29414         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29415         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29416         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29417         (cdparanoia_convert), (cdparanoia_uri_get_type),
29418         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29419         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29420         * ext/cdparanoia/gstcdparanoia.h:
29421         This adds the cdda://<tracknum> uri.
29422
29423 2004-10-08  Wim Taymans  <wim@fluendo.com>
29424
29425         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29426         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29427         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29428         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29429         (unknown_type), (gst_play_base_bin_remove_element),
29430         (gst_play_base_bin_link_stream):
29431         * gst/playback/gstplaybasebin.h:
29432         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29433         (gst_play_bin_set_property), (gen_video_element),
29434         (gen_audio_element), (setup_sinks):
29435         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29436         (gst_stream_info_get_type), (gst_stream_info_class_init),
29437         (gst_stream_info_init), (gst_stream_info_new),
29438         (gst_stream_info_dispose), (stream_info_mute_pad),
29439         (gst_stream_info_set_property), (gst_stream_info_get_property):
29440         * gst/playback/gststreaminfo.h:
29441         Reuse the audio and video bins.
29442         Some internal cleanups in the stream selection code.
29443
29444 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29445
29446         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29447         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29448         * sys/ximage/ximagesink.h:
29449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29450         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29451         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29452         not coming from those elements. Moreover these elements should not keep
29453         the xid they have been given when in NULL state.
29454
29455 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29456
29457         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29458         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29459         * sys/ximage/ximagesink.h:
29460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29461         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29462         * sys/xvimage/xvimagesink.h:
29463           Actually only create a new toplevel window if we're not gonna
29464           embed it right after.
29465
29466 2004-10-07  Wim Taymans  <wim@fluendo.com>
29467
29468         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29469         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29470         * gst/playback/gstplaybin.c: (setup_sinks):
29471         Implement muting/unmuting of streams, mute streams that are not
29472         used.
29473
29474 2004-10-07  Wim Taymans  <wim@fluendo.com>
29475
29476         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29477         (plugin_init):
29478         Added lame audio/x-ac3 typefind function.
29479
29480 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29481
29482         * configure.ac:
29483           bump nano to cvs
29484
29485 === release 0.8.5 ===
29486
29487 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29488
29489         * NEWS:
29490         * RELEASE:
29491         * configure.ac:
29492           releasing 0.8.5, "Take You On"
29493
29494 2004-10-06  Wim Taymans  <wim@fluendo.com>
29495
29496         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29497         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29498         (no_more_pads), (close_link), (type_found):
29499         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29500         * gst/playback/gstplaybin.c: (gen_video_element):
29501         Do not signal the no_more_pads after the first pad when
29502         we are plugging a non dynamic element with multiple
29503         output pads (like swfdec, dvdec, ...).
29504
29505 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29506
29507         * configure.ac:
29508           bump for prerelease
29509
29510 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29511
29512         * gst/wavparse/gstwavparse.c:
29513           add ATRAC3 to STATIC CAPS to fix a warning
29514
29515         * gst/matroska/ebml-read.c:
29516         * gst-libs/gst/riff/riff-read.c:
29517           fix typos
29518
29519 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29520
29521         * gst-libs/gst/riff/riff-media.c:
29522           generate caps for ATRAC3 audio streams
29523
29524         * gst/realmedia/rmdemux.c:
29525           generate caps for ATRAC3 audio streams
29526
29527 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29528
29529         * gst/wavparse/Makefile.am
29530         * gst/wavparse/riff.h
29531         * gst/wavparse/wavparse.vcproj
29532           riff.h removal (unused and duplication with riff-ids.h)
29533
29534 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29535
29536         * gst/wavparse/gstwavparse.h
29537           remove duplicated defines for audio codec codes
29538
29539         * gst-libs/gst/riff/riff-ids.h
29540         * gst/wavenc/riff.h:
29541           add "4CC" code for ATRAC3 audio streams
29542           add "4CC" code for ITU_G721_ADPCM (unused for now)
29543
29544 2004-10-06  Wim Taymans  <wim@fluendo.com>
29545
29546         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29547         Actually _do_ negotiation. Pass gdouble as arg instead
29548         of guint64 for the framerate.
29549
29550 2004-10-06  Wim Taymans  <wim@fluendo.com>
29551
29552         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29553         (find_compatibles), (close_pad_link), (try_to_link_1),
29554         (no_more_pads), (close_link), (type_found):
29555         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29556         * gst/playback/gstplaybin.c: (gen_video_element),
29557         (gen_audio_element):
29558         Set state on newly added element to READY so that negotiation
29559         can happen ASAP.
29560         Addes some more debug info.
29561         Do not try to plug pads with multiple caps structures or ANY
29562         because it is too dangerous since we do not do dynamic
29563         replugging.
29564
29565 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29566
29567         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29568
29569         * po/LINGUAS:
29570         * po/or.po:
29571           add Oriya translation
29572
29573 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29574
29575         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29576           Prevent overwrite of size member. Makes audio sound crappy.
29577
29578 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29579
29580         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29581         Add rmvb to the list of known RealMedia extensions
29582
29583 2004-10-05  Wim Taymans  <wim@fluendo.com>
29584
29585         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29586         (mngdec_openstream), (mngdec_closestream),
29587         (mngdec_handle_sink_event), (mngdec_readdata),
29588         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29589         (mngdec_getcanvasline), (mngdec_refresh),
29590         (gst_mngdec_change_state):
29591         Set the framerate correctly.
29592
29593 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29594
29595         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29596           There was something wrong with the index massaging.
29597
29598 2004-10-04  Wim Taymans  <wim@fluendo.com>
29599
29600         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29601         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29602         (gst_smokedec_chain):
29603         * ext/jpeg/gstsmokedec.h:
29604         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29605         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29606         * ext/jpeg/gstsmokeenc.h:
29607         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29608         (smokecodec_decode_new), (smokecodec_info_free),
29609         (smokecodec_set_quality), (smokecodec_get_quality),
29610         (smokecodec_set_threshold), (smokecodec_get_threshold),
29611         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29612         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
29613         (smokecodec_encode), (smokecodec_parse_id),
29614         (smokecodec_parse_header), (smokecodec_decode):
29615         * ext/jpeg/smokecodec.h:
29616         * ext/jpeg/smokeformat.h:
29617         Updated smoke, new bitstream, allows embedding in ogg.
29618
29619 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29620
29621         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
29622           Fix seeking in some files. All this code is no longer needed (and
29623           actually breaks stuff) because we now synchronize the full index
29624           right when reading the header.
29625
29626 2004-10-04  Wim Taymans  <wim@fluendo.com>
29627
29628         * configure.ac:
29629         configure update for libmng.
29630
29631 2004-10-04  Wim Taymans  <wim@fluendo.com>
29632
29633         * ext/libmng/Makefile.am:
29634         * ext/libmng/gstmng.c: (plugin_init):
29635         * ext/libmng/gstmng.h:
29636         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
29637         (gst_mngdec_base_init), (gst_mngdec_class_init),
29638         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
29639         (gst_mngdec_loop), (gst_mngdec_get_property),
29640         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
29641         (mngdec_closestream), (mngdec_handle_sink_event),
29642         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
29643         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
29644         (gst_mngdec_change_state):
29645         * ext/libmng/gstmngdec.h:
29646         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
29647         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
29648         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
29649         (gst_mngenc_chain), (gst_mngenc_get_property),
29650         (gst_mngenc_set_property):
29651         * ext/libmng/gstmngenc.h:
29652         Added basic MNG decoder. Needs more work. The encoder does
29653         not work yet.
29654
29655 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29656
29657         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
29658         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
29659         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
29660           Don't hang on length=0 chunks. Some negotiation fixes. Signal
29661           no-more-pads.
29662
29663 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29664
29665         * configure.ac:
29666           you need at least 1.0.4 of speex
29667
29668 2004-10-04 Iain <iaingnome@gmail.com>
29669
29670         * ext/speex/gstspeexdec.h: Revert the includes changes.
29671
29672         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
29673
29674 2004-09-30 Iain <iaingnome@gmail.com>
29675
29676         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
29677         found during init or set as a property instead of hardcoding /dev/audio
29678
29679 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29680
29681         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
29682         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
29683         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
29684         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
29685         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
29686         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
29687         (gst_rmdemux_dump_data):
29688           Use debug category, fix EOS handling. filesrc ! rmdemux now
29689           works.
29690
29691 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29692
29693         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29694         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
29695         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
29696           Improve allocation, cutting and sorting of the index. How takes a
29697           few seconds instead of minutes.
29698
29699 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
29700
29701         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
29702           fixed compilation
29703
29704 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29705
29706         * gst-libs/gst/riff/riff-media.c:
29707         (gst_riff_create_video_caps_with_data),
29708         (gst_riff_create_video_template_caps):
29709           Add wing commander format mimetype/fourccs.
29710         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29711           Don't crash if some value is 0.
29712
29713 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29714
29715         * gst-libs/gst/riff/riff-media.c:
29716         (gst_riff_create_video_caps_with_data),
29717         (gst_riff_create_video_template_caps):
29718           Add DIB fourcc (raw, palettized 8-bit RGB).
29719         * gst-libs/gst/riff/riff-read.c:
29720         (gst_riff_read_strf_vids_with_data):
29721           Oops, fix strf_data reading bug.
29722         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29723           Use a non-NULL tag.
29724         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29725           Time for hacks. Sorry Dave. At least one quicktime movie (a
29726           trailer) that I've encountered contains multiple video tracks.
29727           One of those is the actual video track, the other are one-frame
29728           tracks (images). Unfortunately, the number of frames according
29729           to the trak header is 1 for each, so that doesn't help. So
29730           instead, I look at the duration and discard tracks with a
29731           duration shorter than 20% of the length of the stream. Better
29732           than nothing.
29733
29734 2004-10-01  Christian Schaller <christian@fluendo.com>
29735
29736         * ext/ivorbis/vorbis.c:
29737           Patch from Phil Blundell (Bug 152341)
29738
29739 2004-10-01  Wim Taymans  <wim@fluendo.com>
29740
29741         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
29742         (speex_dec_get_formats), (speex_dec_convert),
29743         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
29744         (speex_dec_chain), (gst_speexdec_get_property),
29745         (gst_speexdec_set_property):
29746         Small cleanups.
29747
29748 2004-10-01  Wim Taymans  <wim@fluendo.com>
29749
29750         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
29751         (gst_wavparse_stream_init), (gst_wavparse_fmt),
29752         (gst_wavparse_other), (gst_wavparse_loop),
29753         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
29754         (gst_wavparse_srcpad_event):
29755         * gst/wavparse/gstwavparse.h:
29756         Added some more debugging info.
29757         Fix the case where the length of the file is 0.
29758         Make sure we seek to sample borders.
29759
29760 2004-10-01  Wim Taymans  <wim@fluendo.com>
29761
29762         * gst/playback/README:
29763         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
29764         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29765         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29766         Add some debug info to decodebin, update README
29767
29768 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29769
29770         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
29771           Don't use g_print(); use GST_DEBUG().
29772
29773 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29774
29775         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29776         (gst_ogg_mux_queue_pads):
29777           Handle EOS properly.
29778
29779 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
29780
29781         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29782
29783         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
29784         (gst_faad_chain), (gst_faad_change_state):
29785         * ext/faad/gstfaad.h:
29786           Allow playback of raw (unframed) MPEG AAC files (#148993).
29787
29788 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
29789
29790         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29791
29792         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29793           Throw error if we didn't recognize the stream. Fixes #152289.
29794
29795 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29796
29797         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
29798           Fix negotiation.
29799
29800 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
29801
29802         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29803
29804         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29805           Fix memleak.
29806
29807 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
29808
29809         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29810
29811         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
29812           Solve #152805.
29813         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
29814           Solve 152806.
29815
29816 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29817
29818         * gst-libs/gst/riff/riff-media.c:
29819         (gst_riff_create_video_caps_with_data),
29820         (gst_riff_create_audio_caps_with_data):
29821           Add codec_data handling (like asfdemux used to do).
29822         * gst/asfdemux/gstasf.c: (plugin_init):
29823         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
29824         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
29825           Use riff-media for caps creation instead of our own (mostly
29826           broken) copy of its functions.
29827
29828 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29829
29830         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
29831           Don't actually error out if we get another return value than
29832           -EINVAL. Opposite to what I first thought, drivers have random
29833           return values for this, although -EINVAL is the expected return
29834           value. Since this is not fatal, we shouldn't use
29835           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
29836
29837 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29838
29839         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
29840         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
29841         (dvdreadsrc_get_property), (_open), (_seek), (_read),
29842         (dvdreadsrc_get), (dvdreadsrc_open_file),
29843         (dvdreadsrc_change_state):
29844           Fix. Don't do one big huge loop around the whole DVD, that will
29845           cache all data and thus eat sizeof(dvd) (several GB) before we
29846           see something.
29847         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
29848           Actually NULL'ify event after using it.
29849         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
29850         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
29851         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29852         (gst_ebml_read_seek), (gst_ebml_read_skip):
29853           Handle events.
29854         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
29855         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
29856         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
29857           Fix timing (this will probably break if I seek using menus, but
29858           I didn't get there yet). VOBs and normal DVDs should now work.
29859           Add a mpeg2-only pad with high rank so this get autoplugged for
29860           MPEG-2 movies.
29861         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
29862         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
29863         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
29864         (gst_mpeg_demux_get_audio_stream),
29865         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
29866         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
29867           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
29868           MPEG-1 but use dvddemux for MPEG-2.
29869         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
29870         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
29871         (gst_mpeg_parse_parse_packhead):
29872           Timing. Only add pad template if it exists. Add sink template from
29873           class and not from ourselves. This means we will always use the
29874           correct sink template even if it is not the one defined in this
29875           file.
29876
29877 2004-09-29  Wim Taymans  <wim@fluendo.com>
29878
29879         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
29880         (gst_mpeg_demux_parse_pes):
29881         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
29882         Fix playback of mpeg again, timestamps where screwed up by
29883         patch 1.61.
29884
29885 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29886
29887         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
29888           Only return true if we actually filled something in. Prevents
29889           player applications from showing a random length for flac files.
29890         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29891         (gst_riff_read_use_event), (gst_riff_read_handle_event),
29892         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
29893         (gst_riff_read_strf_vids_with_data),
29894         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
29895           OK, ok, so I implemented event handling. Apparently it's normal
29896           that we receive random events at random points without asking
29897           for it.
29898         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29899         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
29900         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
29901         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29902         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
29903         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
29904         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
29905         * gst/avi/gstavidemux.h:
29906           Implement non-lineair chunk handling and subchunk processing.
29907           The first solves playback of AVI files where the audio and video
29908           data of individual buffers that we read are not synchronized.
29909           This should not happen according to the wonderful AVI specs, but
29910           of course it does happen in reality. It is also a prerequisite for
29911           the second. Subchunk processing allows us to cut chunks in small
29912           pieces and process each of these pieces separately. This is
29913           required because I've seen several AVI files with incredibly large
29914           audio chunks, even some files with only one audio chunk for the
29915           whole file. This allows for proper playback including seeking.
29916           This patch is supposed to fix all AVI A/V sync issues.
29917         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
29918         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
29919           Work.
29920         * gst/modplug/gstmodplug.cc:
29921           Proper return value setting for the query() function.
29922         * gst/playback/gstplaybasebin.c: (setup_source):
29923           Being in non-playing state (after, e.g., EOS) is not necessarily
29924           a bad thing. Allow for that. This fixes playback of short files.
29925           They don't actually playback fully now, because the clock already
29926           runs. This means that small files (<500kB) with a small length
29927           (<2sec) will still not or barely play. Other files, such as mod
29928           or flx, will work correctly, however.
29929
29930 2004-09-28  Wim Taymans  <wim@fluendo.com>
29931
29932         * ext/speex/gstspeex.c: (plugin_init):
29933         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
29934         (gst_speex_dec_class_init), (speex_dec_get_formats),
29935         (speex_get_event_masks), (speex_get_query_types),
29936         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
29937         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
29938         (gst_speexdec_get_property), (gst_speexdec_set_property),
29939         (speex_dec_change_state):
29940         * ext/speex/gstspeexdec.h:
29941         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
29942         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
29943         (gst_speexenc_base_init), (gst_speexenc_class_init),
29944         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
29945         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
29946         (gst_speexenc_src_query), (gst_speexenc_init),
29947         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
29948         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
29949         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
29950         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
29951         (gst_speexenc_chain), (gst_speexenc_get_property),
29952         (gst_speexenc_set_property), (gst_speexenc_change_state):
29953         * ext/speex/gstspeexenc.h:
29954         Rewrote speex encoder, make sure it can be embedded in ogg.
29955         Implemented speex decoder.
29956
29957 2004-09-28  Christian Schaller <christian@fluendo.com>
29958
29959         * configure.ac:
29960         Remove kioslave plugin. Markey is brewing a new working one
29961         * ext/Makefile.am: Remove kioslave plugin
29962         * ext/kio: remove
29963         * gst-plugins.spec.in: remove kio plugin from spec
29964
29965 2004-09-27  Wim Taymans  <wim@fluendo.com>
29966
29967         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29968         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29969         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
29970         (gst_multifdsink_new_client),
29971         (gst_multifdsink_handle_client_write),
29972         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29973         (gst_multifdsink_handle_clients):
29974         * gst/tcp/gstmultifdsink.h:
29975         Make syncing to keyframes actually work for new clients and lagging
29976         clients.
29977
29978 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29979
29980         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
29981         (gst_navigationtest_handle_src_event), (draw_box_planar411),
29982         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
29983         * gst/debug/gstnavigationtest.h:
29984           make navigationtest display button-press and button-release events
29985
29986 2004-09-26 Iain <iaingnome@gmail.com>
29987
29988         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
29989         the channels have received a new media event.
29990         (interleave_buffered_loop): Compresses a new media event on all
29991         channels into one.
29992
29993 2004-09-26 Iain <iaingnome@gmail.com>
29994
29995         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
29996         call the sinkpad's default event handler and not the srcpads. He also
29997         says this is confusing :)
29998         (gst_wavenc_stop_file): Company says that seek events only go upstream
29999         we should send a discontinuous downstream instead.
30000
30001 2004-09-25  Christian Schaller <christian@fluendo.com>
30002
30003         * Update SPEC file to be usable in conjunction with Fedora Core,
30004           Fedora.us and freshrpms packages
30005         * Fix typo in multifilesrc test Makefile
30006
30007 2004-09-24  Wim Taymans  <wim@fluendo.com>
30008
30009         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30010         Only signal the no_more_pads signal when we have
30011         added the stream to our list.
30012
30013 2004-09-24  Wim Taymans  <wim@fluendo.com>
30014
30015         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30016         (new_decoded_pad):
30017         * gst/playback/gstplaybasebin.h:
30018         * gst/playback/gstplaybin.c: (setup_sinks):
30019         Don't try to preroll or decode more than one audio/video
30020         track.
30021
30022 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30023
30024         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30025           Throw error if we failed to find a suitable output. This should
30026           throw an error if we successfully set up a pipeline (e.g. because
30027           we recognized a media file) but found no decodable streams in it
30028           (e.g. because it contains only media stream types for which we
30029           have no decoders, or because it's not a media type).
30030
30031 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30032
30033         * ext/dirac/Makefile.am:
30034         * ext/dirac/gstdirac.cc:
30035         * ext/dirac/gstdiracdec.cc:
30036         * ext/dirac/gstdiracdec.h:
30037           Do something. Don't actually know if this works because I don't
30038           have a demuxer yet.
30039         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30040           Add channels=1 to caps returned from _getcaps().
30041         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30042         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30043         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30044         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30045         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30046         (gst_ogm_parse_change_state):
30047           Separate between audio/video so ogmaudioparse actually uses the
30048           audio pad templates. Both audio and video work now, including
30049           autoplugging. Also use sometimes-srcpad hack.
30050         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30051           Handle events better. Don't hang on infinite loops.
30052         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30053         (gst_avi_demux_init), (gst_avi_demux_reset),
30054         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30055         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30056         (gst_avi_demux_change_state):
30057         * gst/avi/gstavidemux.h:
30058           Improve A/V sync. Still not perfect.
30059         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30060         (gst_ebml_read_skip):
30061           Handle events better.
30062         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30063         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30064         (qtdemux_audio_caps):
30065           Add IMA4. Improve event handling. Save offset after a seek when
30066           the headers are at the end of the file so that we don't end up in
30067           an infinite loop.
30068         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30069           Add low-priority typefind support for files with no length.
30070
30071 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30072
30073         * testsuite/multifilesink/Makefile.am:
30074         fix typo
30075
30076 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30077
30078         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30080         mistakes from thaytan's patches.
30081
30082 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30083
30084         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30085           For completeness, XSync in the destroy function as xvimage does.
30086
30087 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30088
30089         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30090            Correct caps negotiation
30091         * gst/volume/gstvolume.c: (volume_chain_float),
30092         (volume_chain_int16):
30093            Modify debug output to be little more informative
30094         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30096         (gst_xvimagesink_xvimage_destroy):
30097           Add XSync calls after detaching from the shared memory segment to
30098           avoid a crash.
30099
30100 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30101
30102         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30103         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30104         * ext/vorbis/vorbis.c: (plugin_init):
30105         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30106         (gst_vorbisenc_chain):
30107         * ext/vorbis/vorbisenc.h:
30108         remove explicit newmedia support from oggmux and vorbisenc
30109         add debug category to vorbisenc
30110         * gst/multifilesink/gstmultifilesink.c:
30111         (gst_multifilesink_class_init), (gst_multifilesink_init),
30112         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30113         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30114         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30115         (plugin_init):
30116         * gst/multifilesink/gstmultifilesink.h:
30117         add support for streamheader in multifilesink
30118
30119 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30120
30121         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30122         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30123         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30124           Prevent infinite loops. More correct error reporting.
30125         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30126           Error out if negotiation fails.
30127         * gst/playback/gstplaybasebin.c: (setup_source),
30128         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30129         (gst_play_base_bin_found_tag):
30130           Error/tag forwarding. Pre-roll fixes for source errors on state
30131           changes (e.g. "file does not exist") to prevent hangs.
30132
30133 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30134
30135         * testsuite/multifilesink/Makefile.am:
30136         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30137         (gst_newmedia_class_init), (gst_newmedia_init),
30138         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30139         (newfile_signal), (test_signal), (main):
30140         * testsuite/multifilesink/multifilesrc_test.c: (main):
30141         * testsuite/multifilesink/oggtheora_test.c:
30142         (gst_newmedia_base_init), (gst_newmedia_class_init),
30143         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30144         (test_format), (newfile_signal), (test_signal), (main):
30145         * testsuite/multifilesink/oggvorbis_test.c:
30146         (gst_newmedia_base_init), (gst_newmedia_class_init),
30147         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30148         (test_format), (newfile_signal), (test_signal), (main):
30149         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30150         (gst_newmedia_class_init), (gst_newmedia_init),
30151         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30152         (newfile_signal), (test_signal), (main):
30153         New media tests
30154
30155 2004-09-20  Christian Schaller <christian@fluendo.com>
30156
30157         * Fix mikmod license to LGPL as they have relicensed
30158         * Move Dirac and Effectv into LGPL section of README_license
30159
30160 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30161
30162         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30163         (gst_mad_change_state):
30164           Allow for mp3 rate/channels changes. However, only very
30165           conservatively. Reason that we *have* to enable this is smiply
30166           because the mad find_sync() function is not good enough, it will
30167           regularly sync on random data as valid frames and therefore make
30168           us provide random caps as *final* caps of the stream. The best fix
30169           I could think of is to simply require several of the same stream
30170           changes in a row before we change caps.
30171           The actual testcase that works now is #
30172         * ext/ogg/Makefile.am:
30173         * ext/ogg/gstogg.c: (plugin_init):
30174         * ext/ogg/gstogmparse.c:
30175           OGM support (video only for now; I need an audio sample file).
30176         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30177         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30178         (gst_asf_demux_add_video_stream):
30179           WMV extradata.
30180         * gst/playback/gstplaybasebin.c: (unknown_type):
30181           Don't error out on single unknown-types after all. It's wrong.
30182           If we found type of video and audio but not of a subtitle stream,
30183           it will still error out (which is unwanted). Will find a better fix
30184           later on.
30185         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30186         (ogmaudio_type_find), (plugin_init):
30187           OGM support.
30188
30189 2004-09-20  Johan Dahlin  <johan@gnome.org>
30190
30191         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30192         after setting caps.
30193
30194 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30195
30196         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30197         * gst/wavenc/gstwavenc.h:
30198         Added newmedia support to wavenc
30199
30200 2004-09-17  Wim Taymans  <wim@fluendo.com>
30201
30202         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30203         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30204         (gst_fdset_fd_can_write), (gst_fdset_wait):
30205         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30206         (gst_multifdsink_init), (gst_multifdsink_add),
30207         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30208         (gst_multifdsink_remove_client_link),
30209         (gst_multifdsink_client_queue_buffer),
30210         (gst_multifdsink_handle_client_write),
30211         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30212         (gst_multifdsink_close), (gst_multifdsink_change_state):
30213         * gst/tcp/gstmultifdsink.h:
30214         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30215         (gst_tcpserversink_removed):
30216         Small cleanups in fdset.c
30217         Use a hastable to map fd to the client structure for faster
30218         lookup in _remove and get_stats.
30219         Added virtual function to close the fds.
30220         Handle clients even when the select/poll call was unblocked because
30221         of a command.
30222         Implement syncing to keyframe in the recovery procedure.
30223
30224 2004-09-16 Iain <iaingnome@gmail.com>
30225
30226         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30227         try caps.
30228
30229 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30230
30231         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30232           Caps are only set if the type of the stream is unknown, but this
30233           is initialized in ->init_stream(), so set to UNKNOWN after calling
30234           ->init_stream() so that capsnego starts.
30235
30236 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30237
30238         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30239         (gst_avi_demux_stream_data):
30240           Just hardcode for raw audio then. AVI audio sucks.
30241
30242 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30243
30244         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30245         * gst/matroska/matroska-mux.c: (audiosink_templ),
30246         (gst_matroska_mux_audio_pad_link):
30247         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30248         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30249
30250 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30251
30252         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30253         (gst_avi_demux_stream_data):
30254           Try to fix a/v sync issues.
30255
30256 2004-09-15  David Schleef  <ds@schleef.org>
30257
30258         * configure.ac: remove NASM check, since we don't use it.  Update
30259         dirac check to 0.4
30260         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30261         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30262         Initialized variables.
30263         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30264         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30265         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30266         SVQ3 format
30267
30268 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30269
30270         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30271         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30272         * gst/avi/gstavidemux.h:
30273           Fix for compressed audio (mp3) timestamp generation. How did this
30274           ever work?
30275
30276 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30277
30278         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30279           Volume is a double not a float.
30280
30281 2004-09-15  Wim Taymans  <wim@fluendo.com>
30282
30283         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30284         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30285         Don't close the fd in multifdsink as we didn't open it in the
30286         first place. Some cleanups.
30287
30288 2004-09-15  Wim Taymans  <wim@fluendo.com>
30289
30290         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30291         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30292         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30293         Fix the case where the muxer would mark pages as delta
30294         frames when they are not (vorbis only ogg).
30295
30296 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30297
30298         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30299         (gst_play_base_bin_change_state):
30300           Handle the case where we failed to setup a clear pipeline. This
30301           will throw an error (or EOS, another nice case) and if you don't
30302           catch that, the app will wait for the signal forever (and thus
30303           hang).
30304
30305 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30306
30307         * ext/gnomevfs/gstgnomevfssink.c:
30308         (gst_gnomevfssink_uri_get_protocols):
30309         * ext/gnomevfs/gstgnomevfssrc.c:
30310         (gst_gnomevfssrc_uri_get_protocols):
30311         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30312         * ext/gnomevfs/gstgnomevfsuri.h:
30313           Use _uri_new() instead of _open(), so it doesn't take as long and
30314           Christophe's computer won't hang.
30315         * gst/playback/gstplaybasebin.c: (unknown_type):
30316           Throw error on unknown media type, so apps actually display it.
30317
30318 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30319
30320         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30321           this script to work on Solaris since bash shell handles echo
30322           differenly than bash.
30323
30324 2004-09-17  Wim Taymans  <wim@fluendo.com>
30325
30326         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30327         (setup_source), (gst_play_base_bin_set_property),
30328         (gst_play_base_bin_add_element):
30329         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30330         Some more work on making sure seeking pauses the pipeline and
30331         that changing the uri actually does something.
30332
30333 2004-09-17  Wim Taymans  <wim@fluendo.com>
30334
30335         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30336         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30337         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30338         (gst_tcpserversink_close):
30339         Be a bit more paranoid when freeing memory.
30340
30341 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30342
30343         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30344         (qtdemux_parse_trak):
30345           Don't crash by dividing by zero (see sample movie in #126922).
30346
30347 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30348
30349         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30350           Don't touch non-existing data (fixes crash on file in #140147).
30351
30352 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30353
30354         * gst/playback/gstplaybasebin.c:
30355         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30356           Handle double disposals, and proper change of URIs.
30357
30358 2004-09-13  Martin Eikermann <meiker@upb.de>
30359
30360         * gst/mpegstream/gstmpegparse.c:
30361           fix synchronistation for streams recorded from digital PCR
30362           fixes bug #119376
30363
30364 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30365
30366         * ext/gnomevfs/Makefile.am:
30367         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30368         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30369         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30370         (gst_gnomevfssink_uri_get_type),
30371         (gst_gnomevfssink_uri_get_protocols),
30372         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30373         (gst_gnomevfssink_uri_handler_init),
30374         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30375         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30376         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30377         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30378         (gst_gnomevfssrc_uri_get_type),
30379         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30380         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30381         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30382         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30383         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30384         * ext/gnomevfs/gstgnomevfsuri.h:
30385           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30386           of fake URIs to see which this version of Gnome-VFS likes, and
30387           uses that for the Gst-URI interface. Makes playbin support http://
30388           streams. Also fix up some stupid behaviour in gnomevfssrc.
30389
30390 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30391
30392         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30393         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30394         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30395         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30396           Update mixer (to sync with other sessions) if we try to obtain
30397           a new value. This makes alsamixer work accross applications.
30398         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30399           Only call sync functions if we're running, else alsalib asserts.
30400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30401           Sometimes fails to compile. Possibly a gcc bug.
30402         * gst/playback/gstplaybin.c: (gen_video_element),
30403         (gen_audio_element):
30404           Add a reference to an application-provided object, because we lose
30405           this same reference if we add it to the bin. If we don't do this,
30406           we can only use this object once and thus crash if we go from
30407           ready to playing, back to ready and back to playing again.
30408           Also add an audioscale element because several cheap soundcards -
30409           like mine - don't support all samplerates.
30410         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30411         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30412           Fix wrong order or PAR calls. Makes automatically obtained PAR
30413           from the X server atually being used.
30414
30415 2004-09-12  David Schleef  <ds@schleef.org>
30416
30417         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30418         #151887, #152102, #152247.
30419         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30420         * examples/seeking/cdparanoia.c: same
30421         * examples/seeking/cdplayer.c: same
30422         * examples/seeking/seek.c: same
30423         * examples/seeking/spider_seek.c: same
30424         * examples/seeking/vorbisfile.c: same
30425         * examples/stats/mp2ogg.c: same
30426         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30427         (gst_esdsink_dispose): Dispose of element properly.
30428         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30429         fixes.
30430         * ext/nas/nassink.c: (gst_nassink_class_init),
30431         (gst_nassink_dispose): Dispose of element correctly.
30432         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30433         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30434         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30435         Fix 64-bit warning.
30436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30437         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30438         Fix 64-bit warning.
30439
30440 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30441
30442         * configure.ac : change speex detection as 1.1.6 now uses
30443           .pc/pkg-config and they changed their headers location.
30444
30445 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30446
30447         * gst/matroska/matroska-mux.h:
30448         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30449         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30450         (gst_matroska_mux_write_data):
30451           Write multiple blocks/frames per cluster.
30452                 Write meta-seek information (seek heads).
30453
30454 2004-09-09  Scott Wheeler <wheeler@kde.org>
30455
30456         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30457         (gst_play_bin_set_property), (gst_play_bin_get_property),
30458         (gen_audio_element), (gen_audio_element):
30459           Add a volume element / property to the pipeline.
30460
30461 2004-09-07  Wim Taymans  <wim@fluendo.com>
30462
30463         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30464         Copy timestamps from the master pad to the output buffers.
30465
30466 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30467
30468         * ext/raw1394/gstdv1394src.c:
30469           throw errors when applicable
30470
30471 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30472
30473         * gst/matroska/ebml-ids.h:
30474         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30475         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30476         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30477           automatically convert unix time <-> ebml time when reading/writing
30478           a date, use gst_ebml_write_uint to write CUETIME,
30479           not gst_ebml_write_date.
30480         * gst/matroska/matroska-ids.h:
30481         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30482         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30483         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30484         (gst_matroska_mux_write_data):
30485           Write track and segment UIDs, write muxing date, write
30486           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30487           Create cues for audio only files.
30488
30489 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30490
30491         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30492         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30493           Re-commit ALSA switches.
30494         * gst/adder/gstadder.c: (gst_adder_loop):
30495           64-bit fix (#151416).
30496         * gst/debug/progressreport.c: (gst_progressreport_report):
30497           64-bit fix (#151419).
30498         * gst/matroska/matroska-demux.c:
30499         (gst_matroska_demux_parse_contents):
30500           64-bit fix (#151420).
30501         * gst/playback/test3.c: (update_scale):
30502           64-bit fix (#151421).
30503
30504 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30505
30506         * configure.ac:
30507           bump nano to cvs
30508
30509 === release 0.8.4 ===
30510
30511 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30512
30513         * configure.ac: releasing 0.8.4, "Alias"
30514
30515 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30516
30517         * ext/theora/Makefile.am:
30518           fix makefile.  Fixes #151462.
30519
30520 2004-08-30  Wim Taymans  <wim@fluendo.com>
30521
30522         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30523         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30524         (gst_multifdsink_remove_client_link),
30525         (gst_multifdsink_client_queue_buffer),
30526         (gst_multifdsink_handle_client_write):
30527         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30528         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30529         Fix some memory leaks.
30530
30531 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30532
30533         Patch by: David Schleef
30534
30535         * configure.ac:
30536         * sys/Makefile.am:
30537           rename our detection macro for V4L2.  Fixes #151236.
30538
30539 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30540
30541         Patch by: David Schleef
30542
30543         * configure.ac:
30544           check to define LAMEPRESET.  Fixes #151232.
30545
30546 2004-08-27  David Schleef  <ds@schleef.org>
30547
30548         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30549         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30550         (gst_glimagesink_fixate):  Move local variable declarations to
30551         make gcc-2.95 happy.
30552
30553 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30554
30555         * configure.ac:
30556           bump nano for prerelease
30557
30558 2004-08-27  David Schleef  <ds@schleef.org>
30559
30560         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30561         * sys/sunaudio/gstsunaudiosrc.c:
30562         * sys/sunaudio/gstsunaudiosrc.h:
30563
30564 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30565
30566         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30567         handle EOS correctly
30568         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30569         * gst/matroska/matroska-mux.h:
30570         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30571         VFW compatibility mode
30572
30573 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30574
30575         patch by: Zaheer Abbas Merali
30576
30577         * ext/ogg/gstoggmux.c:
30578         * ext/vorbis/vorbisenc.c:
30579         * ext/vorbis/vorbisenc.h:
30580           handle NEWMEDIA
30581
30582 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30583
30584         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30585         fix byte order reversion on little endian machines.
30586         * gst/matroska/matroska-mux.c: (audiosink_templ),
30587         (gst_matroska_mux_audio_pad_link):
30588         add TTA codec to the list of supported codecs.
30589         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30590         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30591         (gst_matroska_mux_write_data):
30592         * gst/matroska/matroska-mux.h:
30593         write segment duration correctly, write muxing app string, fixes bugs
30594         #140897 and #140898.
30595         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30596         wait for all pads to be negotiated before starting to mux.
30597
30598 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30599
30600         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30601         * ext/lame/gstlame.h:
30602         Added new media support to lame
30603
30604 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30605
30606         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30607         send vorbis headers at the beginning of a stream, fixes bug #141554.
30608         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30609         bug #148950.
30610         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
30611         (gst_matroska_demux_plugin_init):
30612         * gst/matroska/matroska-ids.h:
30613         enable demuxing of TTA audio streams, fixes bug #148951.
30614         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
30615         enable typefinding for TTA audio files, fixes bug #148711.
30616         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
30617         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
30618         fixes playback of packed bitstream and xvid with bframes, bug #135407.
30619
30620 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
30621
30622         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30623         (gst_riff_read_element_data), (gst_riff_read_seek),
30624         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
30625         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
30626         <teuf@gnome.org>
30627
30628 2004-08-23 Iain <iaingnome@gmail.com>
30629
30630         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
30631         tags. They appear to be handled differently to normal.
30632         (tag_list_to_id3_tag_foreach): Ditto.
30633
30634 2004-08-22  Wim Taymans  <wim@fluendo.com>
30635
30636         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30637         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30638         Make sure we never send -1 granulepos.
30639
30640 2004-08-20  Wim Taymans  <wim@fluendo.com>
30641
30642         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30643         (gst_ogg_mux_loop):
30644         I will accept bitchslappings with non sharp objects.
30645
30646 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30647
30648         * configure.ac:
30649         Clean up the test for lame presets
30650
30651 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30652
30653         * configure.ac:
30654         * ext/lame/Makefile.am:
30655         * ext/lame/gstlame.c: (gst_lame_class_init),
30656         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30657         Only enable lame presets if version of lame has presets in API
30658
30659 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
30660         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
30661         * gst/udp/gstudpsrc.h:
30662           Don't call gst_pad_push in a get function. Fixes #150449
30663
30664 2004-08-18  Wim Taymans  <wim@fluendo.com>
30665
30666         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
30667         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
30668         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30669         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30670         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30671         (gst_fdset_wait):
30672         * gst/tcp/gstfdset.h:
30673         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30674         (gst_multifdsink_client_queue_buffer),
30675         (gst_multifdsink_handle_client_write):
30676         * gst/tcp/gstmultifdsink.h:
30677         Some extra checks in gstfdset.
30678         Only use send() when the fd is a socket. Don't try to
30679         read from write only fds.
30680
30681 2004-08-18  Wim Taymans  <wim@fluendo.com>
30682
30683         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
30684         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30685         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30686         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30687         (gst_fdset_wait):
30688         Add more locking and bounds checking.
30689
30690 2004-08-18  Wim Taymans  <wim@fluendo.com>
30691
30692         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
30693         Realloc test fdset in the lock and right before starting
30694         the poll call. Bump the limit to 4096.
30695
30696 2004-08-17  David Schleef  <ds@schleef.org>
30697
30698         * sys/sunaudio/Makefile.am:
30699         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
30700         of rates and channels.  Make debugging less obnoxious.
30701
30702         Patch from Balamurali Viswanathan implementing a mixer for
30703         Sun audio.  (bug #144091):
30704         * sys/sunaudio/gstsunelement.c:
30705         * sys/sunaudio/gstsunelement.h:
30706         * sys/sunaudio/gstsunmixer.c:
30707         * sys/sunaudio/gstsunmixer.h:
30708
30709 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30710
30711         * gst/audioscale/gstaudioscale.c:
30712         * gst/audioscale/gstaudioscale.h:
30713         made audioscale resample from any sample rate to any sample rate
30714
30715 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30716
30717         * ext/libpng/gstpngdec.c:
30718           error out on unsupported types
30719
30720 2004-08-17  Iain <iaingnome@gmail.com>
30721
30722         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
30723         mid_side and loose_mid_side properties if its a stereo stream.
30724
30725 2004-08-17  Wim Taymans  <wim@fluendo.com>
30726
30727         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30728         (theora_get_formats), (theora_dec_src_convert),
30729         (theora_dec_sink_convert), (theora_dec_src_query),
30730         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
30731         Add a debug line.
30732
30733 2004-08-17  Wim Taymans  <wim@fluendo.com>
30734
30735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
30736         (gst_ogg_pad_push):
30737         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30738         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
30739         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
30740         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30741         Mark delta units in the muxer.
30742         Try to decode the packet after an out-of-sync error from
30743         libogg.
30744
30745 2004-08-17  Wim Taymans  <wim@fluendo.com>
30746
30747         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30748         (gst_multifdsink_init), (gst_multifdsink_add),
30749         (gst_multifdsink_client_queue_buffer),
30750         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
30751         * gst/tcp/gstmultifdsink.h:
30752         Added option to send a keyframe to clients as the first buffer.
30753         Make timeout property writable.
30754
30755 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30756
30757         patch by: Wim Taymans
30758
30759         * gst/tcp/gstfdset.c:
30760         * gst/tcp/gstmultifdsink.c:
30761           fix index comparison, should include 0
30762
30763 2004-08-16  Wim Taymans  <wim@fluendo.com>
30764
30765         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
30766         (gst_fdset_add_fd), (gst_fdset_remove_fd),
30767         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30768         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30769         (gst_fdset_wait):
30770           copy when reallocing for poll so the select arguments don't get
30771           changed during the call
30772
30773 2004-08-16  Wim Taymans  <wim@fluendo.com>
30774
30775         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
30776         (gst_theora_enc_class_init), (theora_enc_sink_link),
30777         (theora_buffer_from_packet), (theora_enc_chain):
30778         Fix bug where buffers were not marked as keyframes
30779         correctly.
30780
30781 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30782
30783         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
30784         (gst_lame_preset_get_type), (gst_lame_class_init):
30785         describe the enum values for vbr mode and presets more verbosely
30786
30787 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30788
30789         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
30790         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
30791         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
30792         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30793         * ext/lame/gstlame.h:
30794         add preset property to lame so it can use lame presets
30795
30796 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30797
30798         * ext/lame/gstlame.c: (gst_lame_get_property):
30799         whoops forgot break, thanks teuf
30800
30801 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30802
30803         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
30804         (gst_lame_class_init), (gst_lame_src_getcaps),
30805         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
30806         (gst_lame_get_property), (gst_lame_setup):
30807         * ext/lame/gstlame.h:
30808         fix lame's broken vbr stuff, allow it to resample if need be, and also
30809         make xing header optional
30810
30811 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30812
30813         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
30814         added getcaps function so samplerate doesnt get fixated to silly values
30815
30816 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30817
30818         * ext/lame/gstlame.c: (gst_lame_src_link):
30819         revert previous fix
30820
30821 2004-08-12  Johan Dahlin  <johan@gnome.org>
30822
30823         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
30824         checks. Doesn't matter what state we are in. Interfaces are a
30825         compile time thing, not runtime. It also broke the python bindings.
30826
30827 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30828
30829         * ext/lame/gstlame.c: (gst_lame_src_link):
30830         made source pad link function check if sinkpad is ok..fixes the problem
30831         where core fixates the output rate of lame stupidly
30832
30833 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30834
30835         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
30836         * sys/v4l/v4l_calls.c:
30837         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
30838           fix fixate function to handle nonsimple caps.
30839           remove bogus check in _link
30840           cleanups
30841
30842 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30843
30844         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
30845         set default compression ratio parameter to 0.0 so bitrate parameter
30846         works :)
30847
30848 2004-08-11  David Schleef  <ds@schleef.org>
30849
30850         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
30851
30852 2004-08-11  David Schleef  <ds@schleef.org>
30853
30854         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
30855         before.
30856
30857 2004-08-11  David Schleef  <ds@schleef.org>
30858
30859         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
30860
30861 2004-08-11  David Schleef  <ds@schleef.org>
30862
30863         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
30864           license field
30865         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
30866         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
30867           LGPL.
30868         * gst/auparse/gstauparse.c: Fix plugin license field.
30869         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
30870         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
30871         * gst/rtp/gstrtp.c: Fix plugin license field.
30872
30873 2004-08-11  Wim Taymans  <wim@fluendo.com>
30874
30875         * gst/tcp/Makefile.am:
30876         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
30877         (ensure_size), (gst_fdset_new), (gst_fdset_free),
30878         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
30879         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
30880         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
30881         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30882         (gst_fdset_fd_can_write), (gst_fdset_wait):
30883         * gst/tcp/gstfdset.h:
30884         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
30885         (gst_multifdsink_class_init), (gst_multifdsink_init),
30886         (gst_multifdsink_add), (gst_multifdsink_remove),
30887         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
30888         (gst_multifdsink_remove_client_link),
30889         (gst_multifdsink_handle_client_read),
30890         (gst_multifdsink_client_queue_data),
30891         (gst_multifdsink_client_queue_caps),
30892         (gst_multifdsink_client_queue_buffer),
30893         (gst_multifdsink_handle_client_write),
30894         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30895         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
30896         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
30897         (gst_multifdsink_close):
30898         * gst/tcp/gstmultifdsink.h:
30899         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30900         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
30901         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
30902         (gst_tcpserversink_close):
30903         * gst/tcp/gsttcpserversink.h:
30904         Abstracted away the select call, implemented poll (yes we ran into
30905         the 1024 limit in production).
30906
30907 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
30908
30909         * gst/tcp/gsttcp.c:
30910         * gst/tcp/gsttcpplugin.c:
30911           improve debuggging, remove assert
30912
30913 2004-08-10  Wim Taymans  <wim@fluendo.com>
30914
30915         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
30916         (gst_client_status_get_type), (gst_multifdsink_class_init),
30917         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
30918         (gst_multifdsink_handle_client_read),
30919         (gst_multifdsink_handle_client_write),
30920         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30921         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
30922         (gst_multifdsink_get_property):
30923         * gst/tcp/gstmultifdsink.h:
30924         * gst/tcp/gsttcp-marshal.list:
30925         Starting to prepare for specifying buffer time in other units
30926         than buffers. Expose remove reason in signal.
30927
30928 2004-08-10  Wim Taymans  <wim@fluendo.com>
30929
30930         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30931         (gst_multifdsink_remove), (gst_multifdsink_clear),
30932         (gst_multifdsink_remove_client_link),
30933         (gst_multifdsink_handle_client_read),
30934         (gst_multifdsink_client_queue_data),
30935         (gst_multifdsink_client_queue_buffer),
30936         (gst_multifdsink_handle_client_write),
30937         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
30938         (gst_multifdsink_chain), (gst_multifdsink_close):
30939         * gst/tcp/gstmultifdsink.h:
30940         Added more debugging info. Changed the way clients are
30941         removed from the lists. Fixed a bug where a bad file descriptor
30942         could cause many clients to be removed.
30943
30944 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30945
30946         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
30947           allow all pixel-aspect-ratios, not just 1:1
30948
30949 2004-08-09  David Schleef  <ds@schleef.org>
30950
30951         * sys/glsink/ARB_multitexture.h:  Remove old files.
30952         * sys/glsink/EXT_paletted_texture.h:
30953         * sys/glsink/NV_register_combiners.h:
30954         * sys/glsink/gstgl_nvimage.c:
30955         * sys/glsink/gstgl_pdrimage.c:
30956         * sys/glsink/gstgl_rgbimage.c:
30957         * sys/glsink/gstglsink.c:
30958         * sys/glsink/gstglsink.h:
30959         * sys/glsink/gstglxwindow.c:
30960         * sys/glsink/regcomb_yuvrgb.c:
30961
30962 2004-08-09  David Schleef  <ds@schleef.org>
30963
30964         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
30965         GL sink plugin.  (Bug #147302)
30966
30967         * configure.ac: Test for OpenGL
30968         * sys/Makefile.am: Use test for OpenGL
30969         * sys/glsink/Makefile.am:
30970         * sys/glsink/glimagesink.c: rewrite
30971         * sys/glsink/glimagesink.h: rewrite
30972
30973 2004-08-09  David Schleef  <ds@schleef.org>
30974
30975         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
30976         sane framerates.
30977         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
30978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
30979         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
30980
30981 2004-08-09  Wim Taymans  <wim@fluendo.com>
30982
30983         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30984         (gst_multifdsink_add), (gst_multifdsink_get_stats),
30985         (gst_multifdsink_client_remove),
30986         (gst_multifdsink_handle_client_read),
30987         (gst_multifdsink_handle_client_write),
30988         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
30989         Do a bit more logging, make the client_read code more robust.
30990
30991 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
30992
30993         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
30994         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
30995         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
30996         (gst_jpegdec_init), (gst_jpegdec_chain):
30997         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
30998         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
30999           cleanups, debugging fixes and memleak plugging
31000
31001 2004-08-09  Wim Taymans  <wim@fluendo.com>
31002
31003         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31004         (theora_get_formats), (theora_dec_src_convert),
31005         (theora_dec_sink_convert), (theora_dec_src_query),
31006         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31007         (theora_dec_change_state):
31008         Don't crash on missing header packets.
31009
31010 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31011
31012         * po/LINGUAS:
31013         * po/sq.po:
31014           Added Albanian translation (Laurent Dhima)
31015         * po/cs.po:
31016           updated
31017
31018 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31019
31020         * ext/lame/gstlame.c:
31021           fix/add debugging
31022
31023 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31024
31025         * sys/ximage/ximagesink.c:
31026         * sys/xvimage/xvimagesink.c:
31027           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31028
31029 2004-08-06  Wim Taymans  <wim@fluendo.com>
31030
31031         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31032         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31033         (gst_multifdsink_client_remove),
31034         (gst_multifdsink_handle_client_read),
31035         (gst_multifdsink_handle_client_write),
31036         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31037         Make sure we don't try to read more from a client that what
31038         ioctl says us or we deadlock.
31039
31040 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31041
31042         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31043         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31044         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31045           decouple running_time and n_frames so it can handle changing
31046           framerate while running
31047
31048 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31049
31050         * po/nl.po:
31051         * po/sv.po:
31052           updated translations
31053
31054 2004-08-04  Benjamin Otte  <otte@gnome.org>
31055
31056         * gst/videotestsrc/gstvideotestsrc.c:
31057         (gst_videotestsrc_get_capslist), (generate_capslist),
31058         (plugin_init):
31059           generate the list of supported caps at startup and reuse it instead
31060           of always generating it
31061
31062 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31063
31064         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31065           whoops, last checkin broke normal build
31066
31067 2004-08-03  Benjamin Otte  <otte@gnome.org>
31068
31069         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31070         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31071         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31072         (gst_alsa_mixer_get_option):
31073         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31074         (dvdnavsrc_print_event):
31075         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31077         (gst_ogg_mux_pad_unlink):
31078         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31079         (gst_multipart_mux_pad_unlink):
31080         * gst/videofilter/gstvideobalance.c:
31081         (gst_videobalance_colorbalance_set_value):
31082         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31083         (gst_videomixer_pad_unlink):
31084         * po/uk.po:
31085         * sys/oss/gstossmixer.c:
31086         * sys/v4l/gstv4lcolorbalance.c:
31087         * sys/v4l/gstv4ltuner.c:
31088         * sys/v4l/v4lsrc_calls.c:
31089         * sys/v4l2/gstv4l2colorbalance.c:
31090         * sys/v4l2/gstv4l2tuner.c:
31091           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31092
31093 2004-08-03  Benjamin Otte  <otte@gnome.org>
31094
31095         * examples/dynparams/filter.c: (ui_control_create):
31096         * examples/gstplay/player.c: (print_tag):
31097         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31098         * ext/gdk_pixbuf/gstgdkanimation.c:
31099         (gst_gdk_animation_iter_may_advance):
31100         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31101         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31102         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31103         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31104         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31105         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31106         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31107         * gst/sine/demo-dparams.c: (main):
31108         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31109         * testsuite/alsa/formats.c: (create_pipeline):
31110         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31111           fixes for G_DISABLE_ASSERT and friends
31112         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31113         (mp3_type_frame_length_from_header), (mp3_type_find),
31114         (plugin_init):
31115           require mp3 typefinding to have at least MIN_HEADERS valid headers
31116           add typefinding for AAC adts files
31117
31118 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31119
31120         * sys/ximage/ximagesink.c:
31121         (gst_ximagesink_calculate_pixel_aspect_ratio):
31122         * sys/xvimage/xvimagesink.c:
31123         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31124         Make sure we calculate pixel-aspect-ratio using floating point maths
31125
31126 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31127
31128         * po/uk.po:
31129           updated translation
31130
31131 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31132
31133         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31135           add debugging for display PAR calculation
31136
31137 2004-08-02  David Schleef  <ds@schleef.org>
31138
31139         * configure.ac: Fix mikmod CFLAGS.
31140
31141 2004-07-27  Benjamin Otte  <otte@gnome.org>
31142
31143         * gst/audioscale/gstaudioscale.c:
31144         - fix templates to only support S16, it's the only format that works
31145         - make caps nego code use try_set_caps_nonfixed and fixation instead
31146         of try_set_caps twice, which is not nice for autopluggers
31147         - change rank to secondary, so autopluggers can pick it up after
31148         audioconvert
31149
31150 2004-08-02  Iain <iain@prettypeople.org>
31151
31152         * gst/interleave/interleave.c (interleave_init),
31153         (interleave_request_new_pad),
31154         (interleave_pad_removed),
31155         (interleave_buffered_loop): Use the real pad count, not the artificial
31156         one.
31157
31158 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31159
31160         * configure.ac: bump nano back to development
31161
31162 === release 0.8.3 ===
31163
31164 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31165
31166         * configure.ac: releasing 0.8.3, "Water"
31167
31168 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31169
31170         * sys/xvimage/xvimagesink.c:
31171         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31172         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31173         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31174         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31175         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31176         * sys/xvimage/xvimagesink.h:
31177           apply similar PAR fixes as to ximagesink
31178
31179 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31180
31181         patch from: Benjamin Otte
31182
31183         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31184           add link function to lame.  Fixes #148986.
31185
31186 2004-08-02  Johan Dahlin  <johan@gnome.org>
31187
31188         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31189         fix debugging log
31190
31191 2004-07-30  David Schleef  <ds@schleef.org>
31192
31193         * gst/videomixer/Makefile.am: Fix things that should have been
31194         fixed in the last checkin.
31195
31196 2004-07-30  David Schleef  <ds@schleef.org>
31197
31198         * gst/multipart/Makefile.am: Fix things that should have been
31199         fixed in the last checkin.
31200
31201 2004-07-30  David Schleef  <ds@schleef.org>
31202
31203         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31204
31205 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31206
31207         * configure.ac:
31208           bump nano for prerelease
31209         * po/af.po:
31210         * po/az.po:
31211         * po/cs.po:
31212         * po/en_GB.po:
31213         * po/hu.po:
31214         * po/nl.po:
31215         * po/sr.po:
31216         * po/sv.po:
31217         * po/uk.po:
31218           updates
31219
31220 2004-07-30  Wim Taymans  <wim@fluendo.com>
31221
31222         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31223         (gst_multifdsink_add), (gst_multifdsink_remove),
31224         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31225         (gst_multifdsink_client_remove),
31226         (gst_multifdsink_handle_client_write),
31227         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31228         * gst/tcp/gstmultifdsink.h:
31229         Recover from a select with a bad file descriptor by removing
31230         the client.
31231
31232 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31233
31234         * configure.ac:
31235           fix requirement of core
31236         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31237         (gst_play_pipeline_setup):
31238           don't use colorspace element.  do use hermescolorspace element.
31239           make macro to get a colorspace element.
31240           mark strings for translation.
31241         * po/POTFILES.in:
31242           add play.c
31243         * po/af.po:
31244         * po/az.po:
31245         * po/cs.po:
31246         * po/en_GB.po:
31247         * po/hu.po:
31248         * po/nl.po:
31249         * po/sr.po:
31250         * po/sv.po:
31251         * po/uk.po:
31252           update translations
31253
31254 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31255
31256         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31257         fix default for newmedia flag
31258
31259 2004-07-30  Wim Taymans  <wim@fluendo.com>
31260
31261         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31262         (gst_theora_dec_init), (theora_get_formats),
31263         (theora_dec_src_convert), (theora_dec_sink_convert),
31264         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31265         (theora_dec_chain), (theora_dec_set_property),
31266         (theora_dec_get_property):
31267         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31268         (gst_theora_enc_class_init), (gst_theora_enc_init),
31269         (theora_enc_sink_link), (theora_enc_chain),
31270         (theora_enc_set_property), (theora_enc_get_property):
31271         Added cropping option to theora decoder.
31272         Added border option to theora encoder.
31273
31274 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31275
31276         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31277         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31278         (gst_pngenc_set_property):
31279         * ext/libpng/gstpngenc.h:
31280         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
31281
31282 2004-07-30  Wim Taymans  <wim@fluendo.com>
31283
31284         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31285         (theora_enc_sink_link), (theora_enc_chain),
31286         (theora_enc_set_property), (theora_enc_get_property):
31287         Fix encoding of non-multiple-of-16 video.
31288
31289 2004-07-29  David Schleef  <ds@schleef.org>
31290
31291         * configure.ac: make test for audiofile more strict
31292
31293 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31294
31295         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31296           give different names to typefind functions
31297
31298 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31299
31300         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31301         (gst_ximagesink_calculate_pixel_aspect_ratio),
31302         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31303         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31304         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31305         (gst_ximagesink_get_property), (gst_ximagesink_init):
31306         * sys/ximage/ximagesink.h:
31307           allocate PAR's dynamically.
31308           use autodetected PAR if no object-set PAR is given.
31309           add workaround for directfb's X not setting physical size.
31310           fix to xvimagesink will follow tomorrow.
31311
31312 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31313
31314         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31315         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31316         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31317         (gst_shout2send_class_init), (gst_shout2send_init),
31318         (set_shout_metadata), (gst_shout2send_set_metadata),
31319         (gst_shout2send_chain), (gst_shout2send_set_property),
31320         (gst_shout2send_get_property), (gst_shout2send_connect),
31321         (gst_shout2send_change_state):
31322         * ext/shout2/gstshout2.h:
31323         - fix for sending mp3 audio to icecast2 server, if pad link function not
31324         called before PAUSED state
31325         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31326         - added tagging support for mp3 audio broadcasted
31327         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31328         debug info
31329
31330 2004-07-28  Wim Taymans  <wim@fluendo.com>
31331
31332         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31333         (gst_ogg_demux_push):
31334         Return query failure when we don't know the length of
31335         an ogg stream insteda of returning TRUE with a bogus value.
31336
31337 2004-07-28  Wim Taymans  <wim@fluendo.com>
31338
31339         * ext/theora/theoradec.c: (theora_get_formats),
31340         (theora_dec_src_convert), (theora_dec_sink_convert),
31341         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31342         (theora_dec_chain):
31343         Don't screw up the 1 Chroma for 1 luma sample situation when we
31344         have an odd offset/width by adding a black border in those cases.
31345
31346 2004-07-28  Wim Taymans  <wim@fluendo.com>
31347
31348         * ext/theora/theoradec.c: (theora_get_formats),
31349         (theora_dec_src_convert), (theora_dec_sink_convert),
31350         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31351         (theora_dec_chain):
31352         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31353         Added first attempt at cropping of the image as required by the
31354         theora spec. We need more properties in the caps (offset_x,
31355         offset_y,stride) to implement this correctly.
31356
31357 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31358
31359         * ext/dvdnav/README:
31360           Update the README to use dvddemux
31361         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31362           Ensure getcaps returns a subset of the template caps
31363         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31364         (gst_mpeg2subt_init):
31365           Ensure getcaps returns a subset of the template caps
31366         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31367         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31368         (gst_dvd_demux_get_subpicture_stream),
31369         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31370         * gst/mpegstream/gstdvddemux.h:
31371           Set the explicit caps on the current_video pad before pushing
31372           anything
31373         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31374         (gst_mpeg_demux_get_audio_stream):
31375           Free caps used to gst_pad_set_explicit_caps, which takes a const
31376           GstCaps *
31377
31378 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31379
31380         * configure.ac: update GStreamer requirement to 0.8.4 because of
31381           GstFraction.
31382
31383 2004-07-28  Wim Taymans  <wim@fluendo.com>
31384
31385         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31386         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31387         Add the pad to the element after setting up the caps. This
31388         makes it a lot easier to autoplug.
31389
31390 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31391
31392         * gst/median/gstmedian.c:
31393         * gst/mpeg2subt/gstmpeg2subt.c:
31394         * gst/mpegaudioparse/gstmpegaudioparse.c:
31395         * gst/mpegstream/gstdvddemux.c:
31396         * gst/mpegstream/gstmpegdemux.c:
31397         * gst/mpegstream/gstmpegpacketize.c:
31398         * gst/rtjpeg/gstrtjpeg.c:
31399         * gst/rtjpeg/gstrtjpegdec.c:
31400         * gst/rtjpeg/gstrtjpegenc.c:
31401         * gst/sine/gstsinesrc.c:
31402         * gst/smooth/gstsmooth.c:
31403         * gst/smpte/gstsmpte.c:
31404         * gst/smpte/gstsmpte.h:
31405         * gst/stereo/gststereo.c:
31406         * gst/videofilter/gstgamma.c:
31407         * gst/videofilter/gstvideobalance.c:
31408         * gst/videofilter/gstvideofilter.c:
31409         * gst/videofilter/gstvideoflip.c:
31410         * gst/videoscale/gstvideoscale.c:
31411         * gst/videoscale/videoscale.c:
31412         * gst/videotestsrc/gstvideotestsrc.c:
31413         * gst/videotestsrc/videotestsrc.c:
31414         * gst/wavenc/gstwavenc.c:
31415         * gst/wavparse/gstwavparse.c:
31416           fix local includes and 64 bits constants
31417
31418 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31419
31420         * win32/gst.sln:
31421         * gst-libs/gst/*/*.vcproj:
31422         * gst/*/*.vcproj:
31423           more working plugins
31424
31425 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31426
31427         * testsuite/alsa/Makefile.am:
31428         * testsuite/alsa/srcstate.c:
31429         add test for alsasrc changing state
31430
31431 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31432
31433         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31434         (gst_silence_get):
31435         * gst/silence/gstsilence.h:
31436         fix silence generation for 16bit raw audio
31437
31438 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31439
31440         * gst/matroska/matroska-demux.c:
31441         (gst_matroska_demux_parse_metadata),
31442         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31443         * gst/mpegaudio/common.c:
31444         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31445         (gst_videoscale_getcaps), (gst_videoscale_link),
31446         (gst_videoscale_src_fixate), (gst_videoscale_init),
31447         (gst_videoscale_finalize):
31448         * gst/videoscale/gstvideoscale.h:
31449         * gst/videotestsrc/gstvideotestsrc.c:
31450         (gst_videotestsrc_get_capslist):
31451         * gst/wavenc/gstwavenc.c:
31452         * sys/oss/gstossmixer.c: (fill_labels):
31453         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31454         (gst_ximagesink_handle_xevents),
31455         (gst_ximagesink_calculate_pixel_aspect_ratio),
31456         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31457         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31458         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31459         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31460         (gst_ximagesink_init), (gst_ximagesink_class_init):
31461         * sys/ximage/ximagesink.h:
31462         * sys/xvimage/xvimagesink.c:
31463         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31464         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31465         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31466         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31467         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31468         * sys/xvimage/xvimagesink.h:
31469           first batch of pixel aspect ratio commits.
31470
31471 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31472
31473         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31474         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31475         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31476           handle stride, needs work if we want to move stride handling
31477           upstream, but works correctly for our purposes.
31478
31479 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31480
31481         * gst/videoscale/README:
31482           add testing examples
31483         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31484         (gst_videoscale_chain):
31485         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31486         (gst_videoscale_get_size):
31487           add get_size function that handles stride like videotestsrc.
31488           fixes conversion for YUV formats for as much as I can test them.
31489
31490 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31491
31492         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31493         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31495         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31496         (gst_xvimagesink_xvimage_put):
31497           further cleanups, logging, error handling and synchronizing
31498
31499 2004-07-27  Wim Taymans  <wim@fluendo.com>
31500
31501         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31502         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31503         (gst_videomixer_pad_set_property),
31504         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31505         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31506         (gst_videomixer_class_init), (gst_videomixer_init),
31507         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31508         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31509         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31510         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31511         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31512         (gst_videomixer_loop), (plugin_init):
31513         Be a nicer negotiation citizen and provide a getcaps function on
31514         the srcpad. This also fixes a crash when resizing.
31515
31516 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31517
31518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31519         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31520
31521 2004-07-27  Wim Taymans  <wim@fluendo.com>
31522
31523         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31524         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31525         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31526         (gst_pngenc_set_property):
31527         * ext/libpng/gstpngenc.h:
31528         Added snapshot property to pngenc.
31529         removed g_print from pngdec
31530
31531 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31532
31533         * gst/ac3parse/ac3parse.vcproj
31534         * gst/adder/adder.vcproj
31535         * gst/alpha/alpha.vcproj
31536         * gst/alpha/alphacolor.vcproj
31537         * gst/asfdemux/asf.vcproj
31538         * gst/audioconvert/audioconvert.vcproj
31539         * gst/audiorate/audiorate.vcproj
31540         * gst/audioscale/audioscale.vcproj
31541         * gst/auparse/auparse.vcproj
31542         * gst/avi/avi.vcproj
31543         * gst/cdxaparse/cdxaparse.vcproj
31544         * gst/chart/chart.vcproj
31545         * gst/colorspace/colorspace.vcproj
31546         * gst/cutter/cutter.vcproj
31547         * gst/debug/debug.vcproj
31548         * gst/debug/efence.vcproj
31549         * gst/debug/navigationtest.vcproj
31550         * gst/deinterlace/deinterlace.vcproj
31551         * gst/effectv/effectv.vcproj
31552         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31553         * gst/filter/filter.vcproj
31554         * gst/flx/flxdec.vcproj
31555         * gst/goom/goom.vcproj
31556         * gst/interleave/interleave.vcproj
31557         * gst/law/alaw.vcproj
31558         * gst/law/mulaw.vcproj
31559         * gst/matroska/matroska.vcproj
31560         * gst/median/median.vcproj
31561         * gst/mixmatrix/mixmatrix.vcproj
31562         * gst/mpeg1sys/mpeg1systemencode.vcproj
31563         * gst/mpeg1videoparse/mp1videoparse.vcproj
31564         * gst/mpeg2sub/mpeg2subt.vcproj
31565         * gst/mpegaudio/mpegaudio.vcproj
31566         * gst/mpegaudioparse/mpegaudioparse.vcproj
31567         * gst/mpegstream/mpegstream.vcproj
31568         * gst/multifilesink/multifilesink.vcproj
31569         * gst/multipart/multipart.vcproj
31570         * gst/oneton/oneton.vcproj
31571         * gst/overlay/overlay.vcproj
31572         * gst/passthrough/passthrough.vcproj
31573         * gst/qtdemux/qtdemux.vcproj
31574         * gst/realmedia/rmdemux.vcproj
31575         * gst/rtjpeg/rtjpeg.vcproj
31576         * gst/rtp/rtp.vcproj
31577         * gst/silence/silence.vcproj
31578         * gst/sine/sinesrc.vcproj
31579         * gst/smooth/smooth.vcproj
31580         * gst/smpte/smpte.vcproj
31581         * gst/spectrum/spectrum.vcproj
31582         * gst/speed/speed.vcproj
31583         * gst/stereo/stereo.vcproj
31584         * gst/switch/switch.vcproj
31585         * gst/tags/tagedit.vcproj
31586         * gst/tcp/tcp.vcproj
31587         * gst/typefind/typefindfunctions.vcproj
31588         * gst/udp/udp.vcproj
31589         * gst/videobox/videobox.vcproj
31590         * gst/videocrop/videocrop.vcproj
31591         * gst/videodrop/videodrop.vcproj
31592         * gst/videofilter/gamma.vcproj
31593         * gst/videofilter/videobalance.vcproj
31594         * gst/videofilter/videofilter.vcproj
31595         * gst/videofilter/videoflip.vcproj
31596         * gst/videoflip/videoflip.vcproj
31597         * gst/videomixer/videomixer.vcproj
31598         * gst/videorate/videorate.vcproj
31599         * gst/videoscale/videoscale.vcproj
31600         * gst/videotestsrc/videotestsrc.vcproj
31601         * gst/virtualdub/virtualdub.vcproj
31602         * gst/volenv/volenv.vcproj
31603         * gst/volume/volume.vcproj
31604         * gst/wavenc/wavenc.vcproj
31605         * gst/wavparse/wavparse.vcproj
31606         * gst/y4m/y4menc.vcproj
31607         * gst-libs/gst/audio/audio.vcproj
31608         * gst-libs/gst/audio/audiofilter.vcproj
31609         * gst-libs/gst/colorbalance/colorbalance.vcproj
31610         * gst-libs/gst/idct/idtc.vcproj
31611         * gst-libs/gst/media-info/media-info.vcproj
31612         * gst-libs/gst/mixer/mixer.vcproj
31613         * gst-libs/gst/navigation/navigation.vcproj
31614         * gst-libs/gst/play/play.vcproj
31615         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
31616         * gst-libs/gst/resample/resample.vcproj
31617         * gst-libs/gst/riff/riff.vcproj
31618         * gst-libs/gst/tuner/tuner.vcproj
31619         * gst-libs/gst/video/video.vcproj
31620         * gst-libs/gst/xoverlay/xoverlay.vcproj
31621           avoid problems with math.h, fix release dependancy
31622           rename GStreamer-0.8.lib to libgstreamer.lib
31623
31624 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31625
31626         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
31628         the atom is not available we have to unlock the mutex. Fixes #148023
31629
31630 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31631
31632         * gst-libs/gst/media-info/media-info.h:
31633           issue for a vararg macro with MSVC
31634
31635 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31636
31637         * gst/effectv/effectv.vcproj
31638         * gst-libs/gst/idct/idct.vcproj:
31639         * gst-libs/gst/media-info/media-info.vcproj:
31640         * gst-libs/gst/navigation/navigation.vcproj:
31641         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31642         * gst-libs/gst/video/video.vcproj:
31643         * gst-libs/gst/xoverlay/xoverlay.vcproj:
31644           fixes for build problems
31645
31646 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31647
31648         * gst-libs/gst/audio/audio.def:
31649         * gst-libs/gst/audio/riff.def:
31650           add some definitions needed by plugins
31651
31652 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31653
31654         * gst/asfdemux/gstasfmux.c
31655           Fix some 64 bits constants to be glib friendly
31656
31657 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31658
31659         * gst/ac3parse/gstac3parse.c
31660         * gst/audioscale/gstaudioscale.c
31661         * gst/auparse/gstauparse.c
31662         * gst/colorspace/gstcolorspace.c
31663         * gst/colorspace/yuv2rgb.h
31664           local include fixes
31665
31666 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31667
31668         * win32/gst.sln
31669           add more plugins to the build
31670
31671 2004-07-26  Julien MOUTTE  <julien@moutte.net>
31672
31673         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31674         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
31675
31676 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31677
31678         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
31679         (gst_level_set_property), (gst_level_get_property),
31680         (gst_level_base_init), (gst_level_class_init):
31681           add debugging categories.  cleanups.
31682
31683 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31684
31685         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31686         (gst_videoscale_planar411), (gst_videoscale_planar400),
31687         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
31688         (gst_videoscale_scale_nearest_str1),
31689         (gst_videoscale_scale_nearest_str2),
31690         (gst_videoscale_scale_nearest_str4),
31691         (gst_videoscale_scale_nearest_16bit),
31692         (gst_videoscale_scale_nearest_24bit):
31693           fixed stride issues
31694           tested with 320x240 -> 321, 322, 324 x240
31695           tested with YV12, I420, YUY2, UYVY
31696           fixed packed422rev (don't think it could have worked before)
31697           by testing with UYVY
31698
31699 2004-07-26  Benjamin Otte  <otte@gnome.org>
31700
31701         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
31702         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
31703         (plugin_init):
31704           add debugging category, add error checks like checking return values
31705           of setup calls, make sure it still works after
31706           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
31707
31708 2004-07-26  Wim Taymans  <wim@fluendo.com>
31709
31710         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31711         (gst_mpeg_demux_get_audio_stream),
31712         (gst_mpeg_demux_process_private):
31713         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
31714         Check for error codes from the negotiation functions. Make sure
31715         we really set the pad caps when a new pad is created.
31716
31717 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31718
31719         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31720         (gst_ffmpeg_caps_to_pix_fmt):
31721         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31722         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31723         (gst_ffmpegcolorspace_pad_link):
31724           don't make function do two things at the same time without reason.
31725
31726 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31727
31728         * gst/ac3parse/ac3parse.vcproj
31729         * gst/adder/adder.vcproj
31730         * gst/alpha/alpha.vcproj
31731         * gst/alpha/alphacolor.vcproj
31732         * gst/asfdemux/asf.vcproj
31733         * gst/audioconvert/audioconvert.vcproj
31734         * gst/audiorate/audiorate.vcproj
31735         * gst/audioscale/audioscale.vcproj
31736         * gst/auparse/auparse.vcproj
31737         * gst/avi/avi.vcproj
31738         * gst/cdxaparse/cdxaparse.vcproj
31739         * gst/chart/chart.vcproj
31740         * gst/colorspace/colorspace.vcproj
31741         * gst/cutter/cutter.vcproj
31742         * gst/debug/debug.vcproj
31743         * gst/debug/efence.vcproj
31744         * gst/debug/navigationtest.vcproj
31745         * gst/deinterlace/deinterlace.vcproj
31746         * gst/effectv/effectv.vcproj
31747         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31748         * gst/filter/filter.vcproj
31749         * gst/flx/flxdec.vcproj
31750         * gst/goom/goom.vcproj
31751         * gst/interleave/interleave.vcproj
31752         * gst/law/alaw.vcproj
31753         * gst/law/mulaw.vcproj
31754         * gst/matroska/matroska.vcproj
31755         * gst/median/median.vcproj
31756         * gst/mixmatrix/mixmatrix.vcproj
31757         * gst/mpeg1sys/mpeg1systemencode.vcproj
31758         * gst/mpeg1videoparse/mp1videoparse.vcproj
31759         * gst/mpeg2sub/mpeg2subt.vcproj
31760         * gst/mpegaudio/mpegaudio.vcproj
31761         * gst/mpegaudioparse/mpegaudioparse.vcproj
31762         * gst/mpegstream/mpegstream.vcproj
31763         * gst/multifilesink/multifilesink.vcproj
31764         * gst/multipart/multipart.vcproj
31765         * gst/oneton/oneton.vcproj
31766         * gst/overlay/overlay.vcproj
31767         * gst/passthrough/passthrough.vcproj
31768         * gst/qtdemux/qtdemux.vcproj
31769         * gst/realmedia/rmdemux.vcproj
31770         * gst/rtjpeg/rtjpeg.vcproj
31771         * gst/rtp/rtp.vcproj
31772         * gst/silence/silence.vcproj
31773         * gst/sine/sinesrc.vcproj
31774         * gst/smooth/smooth.vcproj
31775         * gst/smpte/smpte.vcproj
31776         * gst/spectrum/spectrum.vcproj
31777         * gst/speed/speed.vcproj
31778         * gst/stereo/stereo.vcproj
31779         * gst/switch/switch.vcproj
31780         * gst/tags/tagedit.vcproj
31781         * gst/tcp/tcp.vcproj
31782         * gst/typefind/typefindfunctions.vcproj
31783         * gst/udp/udp.vcproj
31784         * gst/videobox/videobox.vcproj
31785         * gst/videocrop/videocrop.vcproj
31786         * gst/videodrop/videodrop.vcproj
31787         * gst/videofilter/gamma.vcproj
31788         * gst/videofilter/videobalance.vcproj
31789         * gst/videofilter/videofilter.vcproj
31790         * gst/videofilter/videoflip.vcproj
31791         * gst/videoflip/videoflip.vcproj
31792         * gst/videomixer/videomixer.vcproj
31793         * gst/videorate/videorate.vcproj
31794         * gst/videoscale/videoscale.vcproj
31795         * gst/videotestsrc/videotestsrc.vcproj
31796         * gst/virtualdub/virtualdub.vcproj
31797         * gst/volenv/volenv.vcproj
31798         * gst/volume/volume.vcproj
31799         * gst/wavenc/wavenc.vcproj
31800         * gst/wavparse/wavparse.vcproj
31801         * gst/y4m/y4menc.vcproj
31802           more plugins supported under windows
31803
31804 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31805
31806         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31807         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
31808         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
31809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31810         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
31811           Add debugging statements.  Use the sizes as returned by the
31812           *CreateImage calls.
31813
31814 2004-07-26  Johan Dahlin  <johan@gnome.org>
31815
31816         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
31817         the pad is negotiated.
31818
31819         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
31820
31821 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31822
31823         * gst-libs/gst/colorbalance/colorbalance.vcproj:
31824         * gst-libs/gst/idct/idct.vcproj:
31825         * gst-libs/gst/media-info/media-info.vcproj:
31826         * gst-libs/gst/mixer/mixer.vcproj:
31827         * gst-libs/gst/navigation/navigation.vcproj:
31828         * gst-libs/gst/play/play.vcproj:
31829         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31830         * gst-libs/gst/resample/resample.vcproj:
31831         * gst-libs/gst/tuner/tuner.vcproj:
31832         * gst-libs/gst/video/video.vcproj:
31833         * gst-libs/gst/xoverlay/xoverlay.vcproj:
31834           more plugins supported under windows
31835
31836 2004-07-25 Iain <iain@prettypeople.org>
31837
31838         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
31839         pad now rather than when the pad is created because state changes wipe
31840         explicit caps (fixes #148043).
31841
31842 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
31843
31844         reviewed by Benjamin Otte  <otte@gnome.org>
31845
31846         * ext/mad/gstmad.c:
31847           fix mad plugin crashing on Sun (fixes #148289)
31848
31849 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
31850
31851         * gst/avi/avi.def:
31852         * gst/avi/avi.vcproj:
31853         * gst/matroska/matroska.def:
31854         * gst/matroska/matroska.vcproj:
31855           remove unused .def files
31856
31857 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
31858
31859         * gst-libs/gst/audio/gstaudiofilter.c:
31860           Clean the local include
31861
31862 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
31863
31864         * win32/gst.sln:
31865         * gst-libs/gst/audio/audio.def:
31866         * gst-libs/gst/audio/audio.vcproj:
31867         * gst-libs/gst/audio/audiofilter.vcproj:
31868         * gst-libs/gst/audio/riff.def:
31869         * gst-libs/gst/audio/riff.vcproj:
31870         * gst-libs/gst/gst-libs.def:
31871         * gst-libs/gst/gst-libs.vcproj:
31872         * gst/avi/avi.vcproj:
31873         * gst/avi/avi.vcproj:
31874           Copy the files where needed after building, cleaner projects
31875
31876 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
31877
31878         * gst/matroska/ebml-write.c:
31879           Fix some 64 bits constants to be glib friendly
31880
31881 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
31882
31883         * win32/gst.sln:
31884         * gst-libs/gst/gst-libs.def:
31885         * gst-libs/gst/gst-libs.vcproj:
31886         * gst/matroska/matroska.def:
31887         * gst/matroska/matroska.vcproj:
31888           Add the preliminary canvas to build plugins on Win32
31889
31890 2004-07-23  Benjamin Otte  <otte@gnome.org>
31891
31892         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
31893           don't enfore negotiation from source side, it breaks
31894           sinesrc ! audioconvert ! osssink
31895
31896 2004-07-22  David Schleef  <ds@schleef.org>
31897
31898         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
31899         for ELF files, since they can easily be recognized as audio/mpeg.
31900         (bug #147441)
31901
31902 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
31903
31904         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31905         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
31906         (gst_videoscale_scale_nearest_24bit),
31907         (gst_videoscale_scale_nearest_16bit):
31908           fix 16bit and 24bit for stride (24bit might need testing)
31909           don't pretend we do more than one algorithm
31910
31911 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31912
31913         * configure.ac:
31914         * gst/Makefile.am:
31915         * gst/multifilesink/Makefile.am:
31916         * gst/multifilesink/gstmultifilesink.c:
31917         (gst_multifilesink_get_formats),
31918         (gst_multifilesink_get_query_types), (_do_init),
31919         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
31920         (gst_multifilesink_init), (gst_multifilesink_dispose),
31921         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
31922         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
31923         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
31924         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
31925         (gst_multifilesink_chain), (gst_multifilesink_change_state),
31926         (gst_multifilesink_uri_get_type),
31927         (gst_multifilesink_uri_get_protocols),
31928         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
31929         (gst_multifilesink_uri_handler_init), (plugin_init):
31930         * gst/multifilesink/gstmultifilesink.h:
31931         * testsuite/Makefile.am:
31932         * testsuite/multifilesink/Makefile.am:
31933         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
31934         (gst_newmedia_class_init), (gst_newmedia_init),
31935         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
31936         (newfile_signal), (test_signal), (main):
31937         multifilesink plugin for creating new files every time a new media
31938         discontinuity event occurs
31939
31940 2004-07-22  Wim Taymans  <wim@fluendo.com>
31941
31942         * gst/alpha/Makefile.am:
31943         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
31944         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
31945         (gst_alpha_color_init), (gst_alpha_color_set_property),
31946         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
31947         (transform), (gst_alpha_color_chain),
31948         (gst_alpha_color_change_state), (plugin_init):
31949         Stupid plugin to to RGBA to AYUV conversion because none of
31950         the colorspace plugins can handle that yet.
31951
31952 2004-07-22  Wim Taymans  <wim@fluendo.com>
31953
31954         * examples/seeking/seek.c: (update_scale), (main):
31955         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
31956         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
31957         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
31958         (gst_decode_bin_init), (gst_decode_bin_dispose),
31959         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
31960         (no_more_pads), (close_link), (type_found),
31961         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
31962         (plugin_init):
31963         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
31964         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
31965         (gst_play_base_bin_dispose), (queue_overrun),
31966         (gen_preroll_element), (remove_prerolls), (unknown_type),
31967         (no_more_pads), (new_stream), (setup_source),
31968         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
31969         (play_base_eos), (gst_play_base_bin_change_state),
31970         (gst_play_base_bin_add_element),
31971         (gst_play_base_bin_remove_element),
31972         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
31973         (gst_play_base_bin_unlink_stream),
31974         (gst_play_base_bin_get_streaminfo):
31975         * gst/playback/gstplaybin.c: (gen_video_element),
31976         (gen_audio_element):
31977         * gst/playback/gststreaminfo.h:
31978         More playback updates, attempt to fix things after the state change
31979         breakage.
31980
31981 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
31982
31983         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
31984         (gst_videoscale_scale_nearest_16bit):
31985           comment algorithm
31986
31987 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
31988
31989         * gst/videotestsrc/gstvideotestsrc.c:
31990         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
31991         (gst_videotestsrc_init), (gst_videotestsrc_get),
31992         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
31993         (gst_videotestsrc_get_property):
31994         * gst/videotestsrc/gstvideotestsrc.h:
31995         * gst/videotestsrc/videotestsrc.c:
31996         * gst/videotestsrc/videotestsrc.h:
31997           cleanup and commenting
31998
31999 2004-07-21  Wim Taymans  <wim@fluendo.com>
32000
32001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32002         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32003         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32004         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32005         (_find_chain_get_unknown_part), (_find_streams_check),
32006         (gst_ogg_demux_push), (gst_ogg_pad_push):
32007         * ext/theora/theoradec.c: (theora_get_formats),
32008         (theora_dec_src_convert), (theora_dec_sink_convert),
32009         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32010         (theora_dec_chain):
32011         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32012         (vorbis_dec_convert), (vorbis_dec_src_query),
32013         (vorbis_dec_src_event), (vorbis_dec_event):
32014         More seeking fixes, oggdemux now supports seeking to time and
32015         uses the downstream element to convert granulepos to time.
32016         Seeking in theora-only ogg files now works.
32017
32018 2004-07-21  Wim Taymans  <wim@fluendo.com>
32019
32020         * ext/theora/theoradec.c: (gst_theora_dec_init),
32021         (theora_get_formats), (theora_get_event_masks),
32022         (theora_get_query_types), (theora_dec_src_convert),
32023         (theora_dec_sink_convert), (theora_dec_src_query),
32024         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32025         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32026         (vorbis_get_event_masks), (vorbis_get_query_types),
32027         (gst_vorbis_dec_init), (vorbis_dec_convert),
32028         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32029         Added query/convert/formats functions to vorbis and theora decoders
32030         so that the outside world can use them too. Fixed seeking on an
32031         ogg/theora/vorbis file by disabling the seeking seeking on the
32032         theora srcpad.
32033
32034 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32035
32036         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32037         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32038         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32039         images creation for both elements. We don't create the image on caps
32040         nego or renego, we just destroy the internal one if present if it does
32041         not match the needs. The chain function takes care of creating a new
32042         image when needed.
32043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32044         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32045         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32046         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32047         the image format information. The buffer pool checks for the context
32048         image format and discard images with different formats.
32049         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32050
32051 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32052
32053         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32054         (gst_ffmpegcolorspace_chain):
32055           no point in doing any chaining if the pad we want to push from
32056           isn't usable.
32057
32058 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32059
32060         * gst-libs/gst/riff/riff-media.c:
32061         (gst_riff_create_audio_caps_with_data):
32062           Fix double end-to-native symbol conversion (#148021).
32063
32064 2004-07-20  David Schleef  <ds@schleef.org>
32065
32066         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32067         Don't use an Atom that doesn't exist.
32068
32069 2004-07-20  Wim Taymans  <wim@fluendo.com>
32070
32071         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32072         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32073         (gst_multifdsink_client_remove),
32074         (gst_multifdsink_handle_client_write),
32075         (gst_multifdsink_queue_buffer):
32076         * gst/tcp/gstmultifdsink.h:
32077         More multifdsink stats. Avoid deadlock by releasing locks
32078         before sending out a signal.
32079
32080 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32081
32082         * po/LINGUAS:
32083         * po/hu.po:
32084           added Hungarian translation (Laszlo Dvornik)
32085
32086 2004-07-20  Wim Taymans  <wim@fluendo.com>
32087
32088         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32089         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32090         (gst_multifdsink_handle_client_write),
32091         (gst_multifdsink_queue_buffer):
32092         * gst/tcp/gsttcp-marshal.list:
32093         Fixed the stupid marshal definition.
32094
32095 2004-07-20  Wim Taymans  <wim@fluendo.com>
32096
32097         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32098         (gst_multifdsink_init), (gst_multifdsink_add),
32099         (gst_multifdsink_client_remove),
32100         (gst_multifdsink_handle_client_write),
32101         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32102         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32103         (gst_multifdsink_init_send):
32104         * gst/tcp/gstmultifdsink.h:
32105         Added more stats, added timeout for a client, fixed some typos
32106         and added some comments.
32107
32108 2004-07-20  Wim Taymans  <wim@fluendo.com>
32109
32110         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32111         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32112         (gst_multifdsink_client_remove),
32113         (gst_multifdsink_handle_client_write):
32114         * gst/tcp/gstmultifdsink.h:
32115         * gst/tcp/gsttcp-marshal.list:
32116         Added get_stats method that returns a GValueArray of
32117         stats values.
32118
32119 2004-07-19  Benjamin Otte  <otte@gnome.org>
32120
32121         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32122           make sure longname, description and author are valid UTF-8
32123
32124 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32125
32126         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32127         (gst_ximagesink_set_property):
32128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32129         (gst_xvimagesink_set_property):
32130           make sure SYNCHRONOUS is respected after getting the X context
32131
32132 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32133
32134         * gst/matroska/matroska-demux.c:
32135         (gst_matroska_demux_handle_src_event),
32136         (gst_matroska_demux_parse_blockgroup):
32137         * gst/matroska/matroska-ids.h:
32138           add BlockReference tag and ignore it to clear out log.
32139           ignore NAVIGATION events to clear out log.
32140
32141 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32142
32143         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32144         (gst_matroska_demux_add_stream):
32145         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32146           add debug categories
32147
32148 2004-07-16  Wim Taymans  <wim@fluendo.com>
32149
32150         * ext/libpng/Makefile.am:
32151         * ext/libpng/gstpng.c: (plugin_init):
32152         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32153         (gst_pngdec_get_type), (gst_pngdec_base_init),
32154         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32155         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32156         * ext/libpng/gstpngdec.h:
32157         Added png decoder.
32158
32159 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32160
32161         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32162         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32163         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32164         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32165         (gst_ximagesink_buffer_alloc):
32166         * sys/ximage/ximagesink.h:
32167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32168         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32169         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32170         (gst_xvimagesink_buffer_alloc):
32171         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32172         again. Using internal data pointer of the x(v)image to store image's
32173         data to be coherent with the buffer alloc mechanism. Investigated the
32174         image destruction code to be sure that everything gets freed correctly.
32175
32176 2004-07-16  Wim Taymans  <wim@fluendo.com>
32177
32178         * gst-libs/gst/riff/riff-read.c:
32179         (gst_riff_read_strf_vids_with_data),
32180         (gst_riff_read_strf_auds_with_data):
32181         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32182         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32183         Make sure we don't create 0 sized subbuffers in riff-read.
32184         Signal the no more pads signal after reading the avi header.
32185
32186 2004-07-16  Wim Taymans  <wim@fluendo.com>
32187
32188         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32189         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32190         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32191         (gst_decode_bin_init), (gst_decode_bin_dispose),
32192         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32193         (no_more_pads), (close_link), (type_found),
32194         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32195         (gst_decode_bin_change_state), (plugin_init):
32196         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32197         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32198         (gst_play_base_bin_dispose), (queue_overrun),
32199         (gen_preroll_element), (remove_prerolls), (unknown_type),
32200         (no_more_pads), (new_stream), (setup_source),
32201         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32202         (play_base_eos), (gst_play_base_bin_change_state),
32203         (gst_play_base_bin_add_element),
32204         (gst_play_base_bin_remove_element),
32205         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32206         (gst_play_base_bin_unlink_stream),
32207         (gst_play_base_bin_get_streaminfo):
32208         * gst/playback/gstplaybasebin.h:
32209         Better error recovery. Added configurable preroll queue size. Faster
32210         detection of no-more-pads.
32211
32212 2004-07-16  Wim Taymans  <wim@fluendo.com>
32213
32214         * gst-libs/gst/video/video.h:
32215         Added 32 bits RGBA. Not sure if we should use another mime-type
32216         for alpha rgb. Currently the presence of the alpha_mask property
32217         signals an alpha channel.
32218
32219 2004-07-16  Wim Taymans  <wim@fluendo.com>
32220
32221         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32223         FPS seems to be 0.0 to MAX everywhere else.
32224
32225 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32226
32227         * gst-libs/gst/riff/riff-media.c:
32228         (gst_riff_create_video_caps_with_data):
32229           mp42/mp43 (no caps) exist too.
32230         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32231           Set pixel_width/height; we've got them in-caps.
32232         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32233         * gst/wavparse/gstwavparse.c: (plugin_init):
32234           Both are valid primary.
32235         * sys/oss/gstossmixer.c:
32236           Remove i18n hack and enable translations.
32237
32238 2004-07-15  Benjamin Otte  <otte@gnome.org>
32239
32240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32241         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32242           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32243
32244 2004-07-15  Benjamin Otte  <otte@gnome.org>
32245
32246         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32247         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32248         (gst_alsa_close_audio):
32249           disable some of the debugging code for now. Writing debugging to a
32250           buffer is broken in current alsalib releases.
32251
32252 2004-07-12  Benjamin Otte  <otte@gnome.org>
32253
32254         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32255           use bufferpools
32256
32257 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32258
32259         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32260         (theora_dec_src_query), (theora_dec_event):
32261         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32262           add debugging categories.  Remove \n's.
32263
32264 2004-07-13  Johan Dahlin  <johan@gnome.org>
32265
32266         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32267         (gst_play_bin_get_property): Impl.
32268
32269 2004-07-13  Wim Taymans  <wim@fluendo.com>
32270
32271         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32272         When trying to find the stream length, seek back N pages
32273         instead of just one, where N is the number of streams in
32274         the current chain.
32275
32276 2004-07-13  Wim Taymans  <wim@fluendo.com>
32277
32278         * gst-libs/gst/riff/riff-media.c:
32279         (gst_riff_create_audio_caps_with_data),
32280         (gst_riff_create_audio_caps),
32281         (gst_riff_create_audio_template_caps):
32282         * gst-libs/gst/riff/riff-media.h:
32283         * gst-libs/gst/riff/riff-read.c:
32284         (gst_riff_read_strf_vids_with_data),
32285         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32286         * gst-libs/gst/riff/riff-read.h:
32287         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32288         (gst_avi_demux_add_stream):
32289         Set codec_data on caps for avidemuxer.
32290
32291 2004-07-12  David Schleef  <ds@schleef.org>
32292
32293         * configure.ac: Fix test for Objective C
32294
32295 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32296         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32297         (gst_gdk_pixbuf_chain):
32298           Add svg and pcx to template caps, and ensure that getcaps returns a
32299           subset of the template caps.
32300           Copy each row manually for output, as gdkpixbuf may pad the
32301           rowstride to a 32-bit word boundary.
32302
32303 2004-07-12  Wim Taymans  <wim@fluendo.com>
32304
32305         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32306         (gst_riff_create_video_template_caps):
32307         Fix the template caps to include some more media types.
32308
32309 2004-07-12  Wim Taymans  <wim@fluendo.com>
32310
32311         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32312         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32313         (compare_ranks), (print_feature), (gst_decode_bin_init),
32314         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32315         (try_to_link_1), (new_pad), (close_link), (type_found),
32316         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32317         (gst_decode_bin_change_state), (plugin_init):
32318         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32319         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32320         (gst_play_base_bin_dispose), (queue_overrun),
32321         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32322         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32323         (gst_play_base_bin_get_property), (play_base_eos),
32324         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32325         (gst_play_base_bin_remove_element),
32326         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32327         (gst_play_base_bin_unlink_stream),
32328         (gst_play_base_bin_get_streaminfo):
32329         * gst/playback/gstplaybasebin.h:
32330         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32331         (gst_play_bin_class_init), (gst_play_bin_init),
32332         (gst_play_bin_dispose), (gst_play_bin_set_property),
32333         (gst_play_bin_get_property), (gen_video_element),
32334         (gen_audio_element), (remove_sinks), (setup_sinks),
32335         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32336         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32337         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32338         (gst_play_bin_query), (plugin_init):
32339         * gst/playback/test4.c: (main):
32340         More fixes on reusing of the element.
32341
32342 2004-07-11  Benjamin Otte  <otte@gnome.org>
32343
32344         * ext/mad/gstmad.c: (normal_seek):
32345           allow seeking for other methods than just SET
32346
32347 2004-07-11  Andy Wingo  <wingo@pobox.com>
32348
32349         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32350         float, "any" caps -> buffer_frames=[0,MAX].
32351
32352         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32353         doesn't intersect our caps with the template any more. Do it
32354         ourselves.
32355         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32356
32357 2004-07-09  Wim Taymans  <wim@fluendo.com>
32358
32359         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32360         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32361         (compare_ranks), (print_feature), (gst_decode_bin_init),
32362         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32363         (try_to_link_1), (new_pad), (close_link), (type_found),
32364         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32365         (gst_decode_bin_change_state), (plugin_init):
32366         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32367         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32368         (gst_play_base_bin_dispose), (queue_overrun),
32369         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32370         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32371         (gst_play_base_bin_get_property), (play_base_eos),
32372         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32373         (gst_play_base_bin_remove_element),
32374         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32375         (gst_play_base_bin_unlink_stream),
32376         (gst_play_base_bin_get_streaminfo):
32377         * gst/playback/gstplaybasebin.h:
32378         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32379         (gst_play_bin_class_init), (gst_play_bin_init),
32380         (gst_play_bin_dispose), (gst_play_bin_set_property),
32381         (gst_play_bin_get_property), (gen_video_element),
32382         (gen_audio_element), (remove_sinks), (setup_sinks),
32383         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32384         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32385         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32386         (gst_play_bin_query), (plugin_init):
32387         * gst/playback/test4.c: (main):
32388         Work on object reuse and seeking.
32389
32390 2004-07-09  Wim Taymans  <wim@fluendo.com>
32391
32392         * examples/seeking/seek.c: (iterate):
32393         Don't consume all CPU in the idle loop.
32394
32395 2004-07-09  Wim Taymans  <wim@fluendo.com>
32396
32397         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32398         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32399         Add pad to element *after* setting the pad functions so that
32400         the scheduler can use the correct ones.
32401
32402 2004-07-09  Wim Taymans  <wim@fluendo.com>
32403
32404         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32405         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32406         Sync to keyframe after seek
32407
32408 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32409
32410         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32411         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32412         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32413         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32414         * ext/libvisual/visual.c: (gst_visual_change_state):
32415         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32416         * ext/theora/theoradec.c: (theora_dec_change_state):
32417         * ext/theora/theoraenc.c: (theora_enc_change_state):
32418         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32419         * gst-libs/gst/navigation/navigation.c:
32420         * gst/adder/gstadder.c: (gst_adder_change_state):
32421         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32422         (gst_audio_convert_get_buffer):
32423         * gst/multipart/multipartdemux.c:
32424         (gst_multipart_demux_change_state):
32425         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32426         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32427         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32428         * gst/videoscale/gstvideoscale.c:
32429         (gst_videoscale_handle_src_event):
32430         * gst/volume/gstvolume.c: (volume_chain_int16):
32431           don't assert in state change, this should be done by the base
32432           GstElement class.
32433           various debugging fixes.
32434
32435 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32436
32437         * configure.ac:
32438         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32439         (gst_play_dispose), (gst_play_set_location),
32440         (gst_play_set_data_src), (gst_play_set_video_sink),
32441         (gst_play_set_audio_sink), (gst_play_set_visualization),
32442         (gst_play_connect_visualization), (gst_play_get_sink_element),
32443         (gst_play_get_all_by_interface):
32444         * gst-libs/gst/play/play.h:
32445           add new method to get elements implementing an interface.
32446           add various error logging
32447
32448 2004-07-08  Wim Taymans  <wim@fluendo.com>
32449
32450         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32451         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32452         (make_playerbin_pipeline), (query_durations_elems),
32453         (query_durations_pads), (query_positions_elems),
32454         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32455         (main):
32456         Added playbin seeking example.
32457
32458 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32459
32460         * gst-libs/gst/play/play.c: (gst_play_set_location),
32461         (gst_play_set_data_src), (gst_play_set_video_sink),
32462         (gst_play_set_audio_sink), (gst_play_set_visualization),
32463         (gst_play_connect_visualization), (gst_play_get_framerate):
32464           use a macro to look up elements from hash table
32465
32466 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32467
32468         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32469         (gst_play_get_length_callback), (gst_play_set_location),
32470         (gst_play_seek_to_time), (gst_play_set_data_src),
32471         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32472         (gst_play_set_visualization), (gst_play_connect_visualization),
32473         (gst_play_get_sink_element):
32474         - add debugging info
32475         - fix looking up sink elements by iterating over complete caps
32476         - put everything except for source and autoplugger in a complete bin
32477
32478 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32479
32480         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32481         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32482         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32483         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32484         * ext/alsa/gstalsasink.h:
32485         - add debugging info
32486         - clean up schizophrenia of data/buffer/event
32487         - fix double event unref error
32488
32489 2004-07-08  Wim Taymans  <wim@fluendo.com>
32490
32491         * gst/playback/Makefile.am:
32492         Add headers to noinst
32493
32494 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32495
32496         * tools/gst-launch-ext-m.m:
32497         * tools/gst-launch-ext.1.in:
32498           convert to the third millenium
32499
32500 2004-07-07  David Schleef  <ds@schleef.org>
32501
32502         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32503
32504 2004-07-07  Wim Taymans  <wim@fluendo.com>
32505
32506         * gst/playback/Makefile.am:
32507         * gst/playback/README:
32508         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32509         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32510         (compare_ranks), (print_feature), (gst_decode_bin_init),
32511         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32512         (try_to_link_1), (new_pad), (close_link), (type_found),
32513         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32514         (plugin_init):
32515         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32516         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32517         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32518         (gen_preroll_element), (no_more_pads), (new_stream),
32519         (setup_source), (gst_play_base_bin_set_property),
32520         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32521         (gst_play_base_bin_add_element),
32522         (gst_play_base_bin_remove_element),
32523         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32524         (gst_play_base_bin_unlink_stream),
32525         (gst_play_base_bin_get_streaminfo):
32526         * gst/playback/gstplaybasebin.h:
32527         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32528         (gst_play_bin_class_init), (gst_play_bin_init),
32529         (gst_play_bin_dispose), (gst_play_bin_set_property),
32530         (gst_play_bin_get_property), (gen_video_element),
32531         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32532         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32533         (gst_play_bin_get_formats), (gst_play_bin_convert),
32534         (gst_play_bin_get_query_types), (gst_play_bin_query),
32535         (plugin_init):
32536         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32537         (gst_stream_info_get_type), (gst_stream_info_class_init),
32538         (gst_stream_info_init), (gst_stream_info_new),
32539         (gst_stream_info_dispose), (gst_stream_info_set_property),
32540         (gst_stream_info_get_property):
32541         * gst/playback/gststreaminfo.h:
32542         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32543         (main):
32544         * gst/playback/test2.c: (main):
32545         * gst/playback/test3.c: (update_scale), (main):
32546         More playbin fixes. Added README. Do better element filtering.
32547         Added base class to preroll media. Added test apps.
32548
32549 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32550
32551         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32552         * ext/mpeg2dec/gstmpeg2dec.h:
32553           various debugging improvements.  Reset stream to next picture
32554           instead of sequence header, otherwise seeks cannot work.
32555
32556 2004-07-07  Wim Taymans  <wim@fluendo.com>
32557
32558         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32559         (gst_video_box_class_init), (gst_video_box_set_property),
32560         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32561         Use pad_alloc where possible.
32562
32563 2004-07-07  Wim Taymans  <wim@fluendo.com>
32564
32565         * sys/oss/gstosselement.c: (gst_osselement_reset),
32566         (gst_osselement_parse_caps):
32567         * sys/oss/gstosselement.h:
32568         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32569         Fix offset on osssrc.
32570
32571 2004-07-07  Wim Taymans  <wim@fluendo.com>
32572
32573         * ext/theora/theora.c: (plugin_init):
32574         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32575         (theora_dec_src_query), (theora_dec_chain):
32576         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32577         (theora_enc_sink_link), (theora_buffer_from_packet),
32578         (theora_push_packet), (theora_enc_chain):
32579         Fix theora granulepos calculation.
32580         Fix overflow in duration/position calculation.
32581         Bump rank to PRIMARY for theoradec.
32582         Use granulepos of last packet to calculate position.
32583         Set keyframe flag on buffers when needed.
32584
32585 2004-07-06  David Schleef  <ds@schleef.org>
32586
32587         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32588         serious?  (Fixed, obviously.)
32589
32590 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32591
32592         * po/LINGUAS:
32593         * po/cs.po:
32594           added Czech translation (Miloslav Trmac)
32595
32596 2004-07-05  Wim Taymans  <wim@fluendo.com>
32597
32598         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32599         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32600         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32601         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32602         (close_link), (type_found), (gst_decode_bin_set_property),
32603         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
32604         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32605         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32606         (gst_decode_bin_query), (plugin_init):
32607         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32608         (gst_play_bin_class_init), (gst_play_bin_init),
32609         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32610         (get_video_element), (new_pad), (setup_source),
32611         (gst_play_bin_set_property), (gst_play_bin_get_property),
32612         (gst_play_bin_change_state), (gst_play_bin_add_element),
32613         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32614         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32615         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32616         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32617         * gst/playback/test.c: (main):
32618         More fixes, cleaned up playbin, make it use decodebin. Added
32619         threaded property to playbin.
32620
32621 2004-07-05  Wim Taymans  <wim@fluendo.com>
32622
32623         * configure.ac:
32624         * gst/playback/Makefile.am:
32625         * gst/playback/decodetest.c: (main):
32626         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32627         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32628         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32629         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32630         (close_link), (type_found), (gst_decode_bin_set_property),
32631         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
32632         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
32633         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
32634         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
32635         (plugin_init):
32636         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32637         (gst_play_bin_class_init), (gst_play_bin_init),
32638         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
32639         (collect_sink_pads), (find_compatibles), (close_pad_link),
32640         (try_to_link_1), (new_pad), (close_link), (type_found),
32641         (setup_source), (gst_play_bin_set_property),
32642         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
32643         (compare_ranks), (gst_play_bin_collect_factories),
32644         (gst_play_bin_change_state), (gst_play_bin_add_element),
32645         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32646         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32647         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32648         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32649         * gst/playback/test.c: (main):
32650         Added some playback helper elements and some test apps, very alpha
32651         still.
32652
32653 2004-07-04  Benjamin Otte  <otte@gnome.org>
32654
32655         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32656           only restart audio when we indeed have an xrun to fix repeated
32657           xruns. Fix suggested by Giuliano Pochini.
32658
32659 2004-07-03  David Schleef  <ds@schleef.org>
32660
32661         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
32662         call to gst_debug_log() if debugging is disabled (bug #145118)
32663
32664 2004-07-03  Benjamin Otte  <otte@gnome.org>
32665
32666         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32667           use our own functions for restarting the alsa device.
32668         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32669           I should apply patches myself - use MIN for the third argument, not
32670           the second, this fixes seeking
32671
32672 2004-07-02  David Schleef  <ds@schleef.org>
32673
32674         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
32675         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
32676         do with the logic.
32677
32678 2004-07-02  David Schleef  <ds@schleef.org>
32679
32680         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
32681         output buffers.  Fix logic mistake.  (bug #144866)
32682
32683 2004-07-02  David Schleef  <ds@schleef.org>
32684
32685         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
32686         on X.  (bug #144753)
32687
32688 2004-07-02  David Schleef  <ds@schleef.org>
32689
32690         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
32691         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
32692         (bug #144624)
32693         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
32694         (gst_osselement_rate_probe_check): Add another workaround for
32695         buggy drivers (bug #145336)
32696
32697 2004-07-02  David Schleef  <ds@schleef.org>
32698
32699         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
32700         Most systems don't have MSG_NOSIGNAL.
32701
32702 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32703
32704         * Makefile.am:
32705         * gst-libs/gst/colorbalance/Makefile.am:
32706         * gst-libs/gst/mixer/Makefile.am:
32707         * gst-libs/gst/play/Makefile.am:
32708         * gst-libs/gst/tuner/Makefile.am:
32709           (hopefully) fix both install and dist and make error message useful.
32710           needs testing across automakes.
32711
32712 2004-07-02  Benjamin Otte  <otte@gnome.org>
32713
32714         * ext/ogg/gstogg.c: (plugin_init):
32715           we require bytestream now
32716         * ext/ogg/gstoggdemux.c:
32717           huge diff to implement chain setup in a fast and generic way. This
32718           improves tag reading and startup of huge files (read: Theora videos)
32719           quite a bit. It probably contains bugs, too, so please test.
32720           Seeking is not improved to the fast method.
32721
32722 2004-06-29  Wim Taymans  <wim@fluendo.com>
32723
32724         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
32725         * ext/ogg/gstoggmux.c:
32726         Fix memleak in oggdemux when running unconnected pads.
32727         doc update in mux, start working on keyframe mode.
32728
32729 2004-06-29  Benjamin Otte  <otte@gnome.org>
32730
32731         * sys/oss/gstosssink.c:
32732         * sys/oss/gstosssrc.c:
32733           advertise correct template caps - we indeed do non-native endianness
32734           and 8bit audio has no endianness
32735         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
32736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
32737           avoid (wrong) duplications in getcaps function and return
32738           template caps
32739
32740 2004-06-29  Wim Taymans  <wim@fluendo.com>
32741
32742         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32743         (gst_multifdsink_class_init), (gst_multifdsink_add),
32744         (gst_multifdsink_remove), (gst_multifdsink_clear),
32745         (gst_multifdsink_client_remove),
32746         (gst_multifdsink_handle_client_read),
32747         (gst_multifdsink_client_queue_data),
32748         (gst_multifdsink_client_queue_caps),
32749         (gst_multifdsink_client_queue_buffer),
32750         (gst_multifdsink_handle_client_write),
32751         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32752         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32753         (gst_multifdsink_init_send), (gst_multifdsink_close):
32754         Fix wrong GList iteration that could crash the server when
32755         more then 2 clients disconnect at the same time. Read all the
32756         pending commands in one batch to recover from command storms under
32757         very heavy load.
32758
32759 2004-06-28  Wim Taymans  <wim@fluendo.com>
32760
32761         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32762         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32763         (gst_videomixer_pad_set_property),
32764         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32765         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32766         (gst_videomixer_class_init), (gst_videomixer_init),
32767         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
32768         (pad_zorder_compare), (gst_videomixer_sort_pads),
32769         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
32770         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
32771         (gst_videomixer_update_queues), (gst_videomixer_loop),
32772         (plugin_init):
32773         Avoid divide by zero, choose masterpad as the pad with the highest
32774         framerate.
32775
32776 2004-06-27  Julien Moutte  <julien@moutte.net>
32777
32778         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
32779         (gst_ximagesink_xwindow_new):
32780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
32781         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
32782         function directly. We might want to call it from somewhere else one day.
32783
32784 2004-06-27  Julien Moutte  <julien@moutte.net>
32785
32786         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
32787         (gst_ximagesink_xwindow_new):
32788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
32789         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
32790         window decorations.
32791
32792 2004-06-27  Wim Taymans  <wim@fluendo.com>
32793
32794         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
32795         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
32796         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
32797         (gst_dvdec_set_property), (gst_dvdec_get_property):
32798         * ext/dv/gstdvdec.h:
32799         Implement drop_factor property to lower the framerate with
32800         a factor.
32801
32802 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32803
32804         * gst-libs/gst/colorbalance/Makefile.am:
32805         * gst-libs/gst/mixer/Makefile.am:
32806         * gst-libs/gst/play/Makefile.am:
32807         * gst-libs/gst/tuner/Makefile.am:
32808           unbreak Company's fix that didn't install the -enum.h files
32809
32810 2004-06-27  Wim Taymans  <wim@fluendo.com>
32811
32812         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
32813         (gst_dvdec_change_state):
32814         * ext/dv/gstdvdec.h:
32815         Fix timestamp, duration and offset of the buffers.
32816
32817 2004-06-27  Wim Taymans  <wim@fluendo.com>
32818
32819         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32820         (gst_multifdsink_class_init), (gst_multifdsink_add),
32821         (gst_multifdsink_remove), (gst_multifdsink_clear),
32822         (gst_multifdsink_client_remove),
32823         (gst_multifdsink_handle_client_read),
32824         (gst_multifdsink_client_queue_data),
32825         (gst_multifdsink_client_queue_caps),
32826         (gst_multifdsink_client_queue_buffer),
32827         (gst_multifdsink_handle_client_write),
32828         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32829         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32830         (gst_multifdsink_init_send), (gst_multifdsink_close):
32831         * gst/tcp/gstmultifdsink.h:
32832         * gst/tcp/gsttcpserversink.c:
32833         (gst_tcpserversink_handle_server_read),
32834         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
32835         More multifdsink fixes, more recovery policy fixes.
32836         Removed stupid g_print
32837
32838 2004-06-26  Wim Taymans  <wim@fluendo.com>
32839
32840         * gst/tcp/Makefile.am:
32841         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32842         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
32843         (gst_multifdsink_class_init), (gst_multifdsink_init),
32844         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
32845         (gst_multifdsink_handle_client_read),
32846         (gst_multifdsink_client_queue_data),
32847         (gst_multifdsink_client_queue_caps),
32848         (gst_multifdsink_client_queue_buffer),
32849         (gst_multifdsink_handle_client_write),
32850         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32851         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32852         (gst_multifdsink_chain), (gst_multifdsink_set_property),
32853         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
32854         (gst_multifdsink_close), (gst_multifdsink_change_state):
32855         * gst/tcp/gstmultifdsink.h:
32856         * gst/tcp/gsttcpplugin.c: (plugin_init):
32857         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
32858         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
32859         (gst_tcpserversink_handle_server_read),
32860         (gst_tcpserversink_handle_select),
32861         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
32862         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
32863         * gst/tcp/gsttcpserversink.h:
32864         Added multifdsink, made tcpserversink a subclass of fdsink, removed
32865         one of the locks, added recovery policy to multifdsink.
32866
32867 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32868
32869         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
32870           fix decision for when getting frames with same timestamp
32871         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
32872         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
32873         (gst_v4lsrc_get_property):
32874         * sys/v4l/gstv4lsrc.h:
32875           add latency offset property
32876
32877 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32878
32879         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
32880         (plugin_init):
32881           fix debugging. add category.
32882
32883 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32884
32885         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
32886           fix wrong offsets
32887
32888 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32889
32890         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
32891         (gst_alsa_src_get_time), (gst_alsa_src_loop),
32892         (gst_alsa_src_change_state):
32893           return a time that is in sync with the element's processing
32894
32895 2004-06-25  Wim Taymans  <wim@fluendo.com>
32896
32897         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
32898         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
32899         (gst_tcpserversink_client_remove),
32900         (gst_tcpserversink_handle_client_read),
32901         (gst_tcpserversink_client_queue_data),
32902         (gst_tcpserversink_client_queue_caps),
32903         (gst_tcpserversink_client_queue_buffer),
32904         (gst_tcpserversink_handle_client_write),
32905         (gst_tcpserversink_queue_buffer),
32906         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
32907         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
32908         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
32909         (gst_tcpserversink_close):
32910         * gst/tcp/gsttcpserversink.h:
32911         Serversink rewrite. Really do non blocking writes to clients and
32912         maintain an internal queue to handle slower clients while not
32913         disturbing fast clients.
32914
32915 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
32916
32917         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
32918           better debug, don't override OFFSET and OFFSET_END
32919
32920 2004-06-25  Iain <iain@prettypeople.org>
32921
32922         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
32923         name=source for the wavparse pipeline.
32924
32925 2004-06-24  Johan Dahlin  <johan@gnome.org>
32926
32927         * ext/theora/theoraenc.c (theora_enc_chain): Call
32928         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
32929         streamheader caps are set correctly.
32930
32931 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
32932
32933         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
32934         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
32935           respect minimum bitrate; same could be done for max bitrate
32936
32937 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
32938
32939         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
32940         (gst_vorbisenc_setup):
32941           fix sample rate range
32942
32943 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
32944
32945         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
32946         (gst_oggvorbisenc_setup):
32947         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
32948         (gst_vorbisenc_setup):
32949           resolve ambiguities in code and description
32950
32951 2004-06-24  Wim Taymans  <wim@fluendo.com>
32952
32953         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
32954         * ext/alsa/gstalsa.h:
32955         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
32956         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
32957         Use alsa trigger_tstamp to get the timestamp of the first
32958         sample in the buffer for more precise sync. Some cleanups.
32959
32960 2004-06-24  Wim Taymans  <wim@fluendo.com>
32961
32962         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
32963         (gst_audiorate_init), (gst_audiorate_chain),
32964         (gst_audiorate_set_property), (gst_audiorate_get_property):
32965         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
32966         (gst_videorate_chain):
32967         Added some logging, fixed an overflow bug in videorate.
32968
32969 2004-06-24  Benjamin Otte  <otte@gnome.org>
32970
32971         * ext/kio/Makefile.am:
32972           fix for builddir != srcdir and distcheck
32973
32974 2004-06-24  Benjamin Otte  <otte@gnome.org>
32975
32976         * gst-libs/gst/colorbalance/Makefile.am:
32977         * gst-libs/gst/mixer/Makefile.am:
32978         * gst-libs/gst/play/Makefile.am:
32979         * gst-libs/gst/tuner/Makefile.am:
32980         * gst/tcp/Makefile.am:
32981         * sys/dxr3/Makefile.am:
32982           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
32983           tarball.
32984           Also add all *.list files that were missing.
32985         * Makefile.am:
32986           add a distcheck hook to ensure the above doesn't happen again.
32987
32988 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
32989
32990         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
32991
32992 2004-06-23  Colin Walters  <walters@redhat.com>
32993
32994         * m4/Makefile.am: Distribute gst-fionread.m4.
32995
32996 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
32997
32998         * configure.ac: back to dev
32999
33000 2004-06-23  Wim Taymans  <wim@fluendo.com>
33001
33002         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33003         (gst_alsa_xrun_recovery):
33004         * ext/alsa/gstalsa.h:
33005         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33006         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33007         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33008         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33009         (gst_alsa_src_loop):
33010         Add clock to alsasrc. Take new capture timestamp when
33011         restarting after an overrun. Split up some functions between
33012         alsasrc and alsasink.
33013
33014 === release 0.8.2 ===
33015
33016 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33017
33018         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33019         (gst_alsa_change_state), (gst_alsa_update_avail),
33020         (gst_alsa_xrun_recovery):
33021         * ext/alsa/gstalsa.h:
33022         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33023           merge back changes from release
33024
33025 2004-06-23  Wim Taymans  <wim@fluendo.com>
33026
33027         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33028         (gst_audiorate_init), (gst_audiorate_chain),
33029         (gst_audiorate_set_property), (gst_audiorate_get_property):
33030         Implement sample dropping and notify
33031
33032 2004-06-22  Wim Taymans  <wim@fluendo.com>
33033
33034         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33035         (theora_enc_sink_link), (theora_buffer_from_packet),
33036         (theora_push_packet), (theora_enc_chain):
33037         Some cleanups, make sure the timestamps are correct.
33038
33039 2004-06-22  Wim Taymans  <wim@fluendo.com>
33040
33041         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33042         (gst_alsa_change_state), (gst_alsa_update_avail),
33043         (gst_alsa_xrun_recovery):
33044         * ext/alsa/gstalsa.h:
33045         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33046         Cleanups, take queued samples into account when reporting
33047         the time.
33048
33049 2004-06-22  Wim Taymans  <wim@fluendo.com>
33050
33051         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33052         (gst_videorate_init):
33053         Initialize the property as well.
33054
33055 2004-06-22  Wim Taymans  <wim@fluendo.com>
33056
33057         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33058         (gst_videorate_init), (gst_videorate_chain),
33059         (gst_videorate_set_property), (gst_videorate_get_property):
33060         Add property to make videorate silent.
33061         Add property to prefer new frames over old ones.
33062
33063 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33064
33065         * sys/osxvideo/Makefile.am:
33066         Workaround so that the osxvideo .so file gets linked with the
33067         Cocoa, OpenGL and QuickTime frameworks
33068
33069 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33070
33071         * sys/osxaudio/Makefile.am:
33072         Workaround so that the osxaudio .so file gets linked with the
33073         CoreAudio framework
33074
33075 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33076
33077         * configure.ac:
33078         Whoops, my fault...fixed build issues
33079
33080 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33081
33082         * configure.ac:
33083         Add objective-c support if running in Darwin/Mac OS X
33084         * sys/Makefile.am:
33085         * sys/osxvideo:
33086         * sys/osxvideo/Makefile.am:
33087         * sys/osxvideo/osxvideosink.h:
33088         * sys/osxvideo/osxvideosink.m:
33089         * sys/osxvideo/cocoawindow.h:
33090         * sys/osxvideo/cocoawindow.m:
33091         Add osxvideosink, a cocoa-based osx video sink
33092
33093
33094 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33095         * ext/dvdnav/gst-dvd:
33096         Grab the gconf key from the right spot
33097         * gst/debug/gstnavseek.c: (gst_navseek_init),
33098         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33099         (gst_navseek_chain):
33100         * gst/debug/gstnavseek.h:
33101           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33102           and loop parameters of a segment seek.
33103         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33104         (gst_videotestsrc_get_event_masks),
33105         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33106         * gst/videotestsrc/gstvideotestsrc.h:
33107           Add seeking support to videotestsrc
33108           Initialise the timestamp_offset variable.
33109
33110 2004-06-18  Wim Taymans  <wim@fluendo.com>
33111
33112         * ext/sidplay/gstsiddec.cc:
33113         Fix negotiation and set correct end offset.
33114
33115 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33116
33117         * configure.ac: branch and prerelease
33118
33119 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33120
33121         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33122         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33123         (gst_tcpclientsrc_init_receive):
33124         * gst/tcp/gsttcpclientsrc.h:
33125           read caps when connecting to server for GDP so we set them correctly
33126
33127 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33128
33129         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33130           notify drops and duplicates
33131         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33132           no good reason to limit ourselves to 100x100
33133
33134 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33135
33136         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33137         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33138         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33139         (gst_v4lsrc_get_property):
33140         * sys/v4l/gstv4lsrc.h:
33141         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33142         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33143         (gst_v4l_set_audio):
33144         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33145         (gst_v4lsrc_try_capture):
33146         * sys/v4l/v4lsrc_calls.h:
33147           change try_palette to more general try_capture
33148           add autoprobe option so we can turn off autoprobing
33149           various fixes
33150
33151 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33152
33153         * configure.ac:
33154           add videorate
33155         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33156         (gst_ximagesink_class_init):
33157         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33158         (gst_xvimagesink_class_init):
33159           run them as finalize, not dispose, since dispose can be invoked
33160           multiple times
33161
33162 2004-06-17  Wim Taymans  <wim@fluendo.com>
33163
33164         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33165         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33166         * ext/alsa/gstalsa.h:
33167         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33168         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33169         (gst_alsa_src_change_state):
33170         * ext/alsa/gstalsasrc.h:
33171         Make the xrun code timestamp and offset the buffers correctly.
33172         moved the clock to the base class, use alsa methods to get time.
33173         Do correct timestamping on outgoing buffers.
33174
33175 2004-06-17  Wim Taymans  <wim@fluendo.com>
33176
33177         * gst/audiorate/Makefile.am:
33178         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33179         (gst_audiorate_base_init), (gst_audiorate_class_init),
33180         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33181         (gst_audiorate_set_property), (gst_audiorate_get_property),
33182         (gst_audiorate_change_state), (plugin_init):
33183         Added an audiorate converter that fills in gaps.
33184
33185 2004-06-17  Johan Dahlin  <johan@gnome.org>
33186
33187         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33188
33189 2004-06-16  Wim Taymans  <wim@fluendo.com>
33190
33191         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33192         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33193         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33194         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33195         (gst_v4lsrc_get_property):
33196         * sys/v4l/gstv4lsrc.h:
33197         Added a copy mode to v4lsrc where it will output a copied version
33198         of its internal hardware buffer.
33199         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33200         can't | them.
33201
33202 2004-06-16  Wim Taymans  <wim@fluendo.com>
33203
33204         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33205         Timestamp fixes.
33206
33207 2004-06-16  Wim Taymans  <wim@fluendo.com>
33208
33209         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33210         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33211         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33212         (gst_v4lsrc_get_property):
33213         * sys/v4l/gstv4lsrc.h:
33214         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33215         Added a sync mode enum property to control v4lsrc timestamp method
33216         Removed the use-fixed-fps property and moved functionality in
33217         the enum.
33218         Don't error on an error value from v4l-conf, it might not always
33219         be a real error.
33220
33221 2004-06-16  Wim Taymans  <wim@fluendo.com>
33222
33223         * gst/videorate/Makefile.am:
33224         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33225         (gst_videorate_base_init), (gst_videorate_class_init),
33226         (gst_videorate_getcaps), (gst_videorate_link),
33227         (gst_videorate_init), (gst_videorate_chain),
33228         (gst_videorate_set_property), (gst_videorate_get_property),
33229         (gst_videorate_change_state), (plugin_init):
33230         Added a video timestamp corrector.
33231
33232 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33233
33234         fixed a potential leak with previous commit
33235
33236         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33237
33238 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33239
33240         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33241         Added missing refcount, fixes bug #144425
33242         Cheers Tim for finding the bug
33243
33244 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33245
33246         * sys/v4l/gstv4l.c: (plugin_init):
33247         * sys/v4l/gstv4lcolorbalance.c:
33248         * sys/v4l/gstv4lcolorbalance.h:
33249         * sys/v4l/gstv4lelement.c:
33250         * sys/v4l/gstv4lelement.h:
33251         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33252         * sys/v4l/gstv4lmjpegsink.h:
33253         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33254         * sys/v4l/gstv4lmjpegsrc.h:
33255         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33256         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33257         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33258         * sys/v4l/gstv4lsrc.h:
33259         * sys/v4l/gstv4ltuner.c:
33260         * sys/v4l/gstv4ltuner.h:
33261         * sys/v4l/gstv4lxoverlay.c:
33262         * sys/v4l/gstv4lxoverlay.h:
33263         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33264         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33265         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33266         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33267         (gst_v4l_set_audio):
33268         * sys/v4l/v4l_calls.h:
33269         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33270         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33271         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33272         (gst_v4lmjpegsink_playback_init),
33273         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33274         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33275         (gst_v4lmjpegsink_playback_stop),
33276         (gst_v4lmjpegsink_playback_deinit):
33277         * sys/v4l/v4lmjpegsink_calls.h:
33278         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33279         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33280         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33281         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33282         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33283         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33284         * sys/v4l/v4lmjpegsrc_calls.h:
33285         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33286         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33287         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33288         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33289         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33290         (gst_v4lsrc_try_palette):
33291         * sys/v4l/v4lsrc_calls.h:
33292           bunch of paranoia cleanups
33293
33294 2004-06-14  David Schleef  <ds@schleef.org>
33295
33296         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33297         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33298         Send discont events and change timestamps appropriately when
33299         we get a seek event.  (bug #144240)
33300         * ext/cdparanoia/gstcdparanoia.h:
33301
33302 2004-06-14  Benjamin Otte  <otte@gnome.org>
33303
33304         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33305           snd_pcm_hw_params_set_rate  since the latter fails for no good
33306           reason on some setups.
33307
33308 2004-06-14  David Schleef  <ds@schleef.org>
33309
33310         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33311         standard.  Thank you for playing.
33312
33313 2004-06-14  Wim Taymans  <wim@fluendo.com>
33314
33315         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33316         Patch 1.3 broke the ordering of the colorspace info and
33317         made the plugin basically work by coincidence, reordered
33318         the info.
33319
33320 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33321
33322         * ext/lame/gstlame.c:
33323         * ext/mad/gstmad.c:
33324           sync caps.  Make sure mad can only output a list of rates, not
33325           a full range.  In the future, have three caps lists for each of the
33326           mpeg versions.  Change mpegversion to a double as well.
33327
33328 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33329
33330         * gst/volume/.cvsignore:
33331         * gst/volume/Makefile.am:
33332         * gst/volume/demo.c: (value_changed_callback), (idler),
33333         (setup_gui), (main):
33334           added small demo app
33335
33336 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33337         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33338         * ext/esd/esdsink.h:
33339         Close the esd connection on pause, because esd will just wait -
33340         blocking all other esd clients indefinitely.
33341
33342 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33343
33344         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33345           previous commit with GST_DEBUG
33346
33347 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33348
33349         * configure.ac:
33350           add a header check for a dvdread header in dvdnav.  Fixes #133002
33351
33352 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33353
33354         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33355         * gst/tcp/gsttcpclientsink.h:
33356         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33357         * gst/tcp/gsttcpclientsrc.h:
33358         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33359         (gst_tcpserversink_handle_server_read),
33360         (gst_tcpserversink_init_send):
33361         * gst/tcp/gsttcpserversink.h:
33362         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33363         * gst/tcp/gsttcpserversrc.h:
33364         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33365         version of IP)
33366
33367 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33368
33369         * configure.ac:
33370         Added ogg library so that OSX detects libtheora properly
33371
33372 2004-06-11  Wim Taymans  <wim@fluendo.com>
33373
33374         * ext/theora/theoradec.c: (theora_dec_chain),
33375         (theora_dec_change_state):
33376         Don't try to decode frames before we received a keyframe.
33377
33378 2004-06-11  Wim Taymans  <wim@fluendo.com>
33379
33380         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33381         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33382         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33383         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33384         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33385         Added property to set the maximum delay of a page.
33386
33387 2004-06-10  Wim Taymans  <wim@fluendo.com>
33388
33389         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33390         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33391         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33392         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33393         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33394         Added max-delay property to control the maximum amount
33395         of data to put in one page.
33396
33397 2004-06-10  Wim Taymans  <wim@fluendo.com>
33398
33399         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33400         (gst_theora_enc_init), (theora_enc_sink_link),
33401         (theora_buffer_from_packet), (theora_enc_set_property),
33402         (theora_enc_get_property):
33403         Set duration on encoded buffer, added some more properties
33404
33405 2004-06-10  Wim Taymans  <wim@fluendo.com>
33406
33407         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33408         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33409         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33410         * ext/theora/theoraenc.c: (theora_enc_chain):
33411         Fix refcounting bugs
33412
33413 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33414
33415         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33416         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33417         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33418         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33419         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33420         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33421         (gst_asf_demux_change_state):
33422         * gst/asfdemux/gstasfdemux.h:
33423           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33424           feels like. I think we should set a new requirement for demuxers
33425           from now on to implement sane loop functions, data loops, query
33426           and seek functions before first commit into CVS. And this commit
33427           fixes all of the above.
33428
33429 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33430
33431         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33432           vorbis comments are properly encoded in UTF-8 before adding them
33433           to a GstTagList
33434
33435 2004-06-09  Benjamin Otte  <otte@gnome.org>
33436
33437         * ext/alsa/gstalsa.c: (add_channels):
33438           handle min <= max correctly
33439         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33440         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33441           add fixation functions so we fixate correctly. No preferring of alaw
33442           anymore because it's the first structure.
33443         * ext/alsa/gstalsa.h:
33444         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33445         (gst_alsa_hw_params_dump):
33446           add functions to ease debugging in alsalib
33447         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33448         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33449         (gst_alsa_start_audio):
33450           only specify hw params if we really setup a format (fixes #134007 -
33451           or at least works around it)
33452
33453 2004-06-09  Wim Taymans  <wim@fluendo.com>
33454
33455         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33456         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33457         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33458         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33459         (gst_ogg_mux_loop):
33460         Use stream caps to setup the initial pages in the ogg stream.
33461         Correctly set the streamheader caps on the srcpad.
33462
33463 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33464
33465         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33466         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33467         (gst_v4lsrc_getcaps):
33468         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33469         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33470           add querying of fps lists for webcams.  Negotiating to a framerate
33471           now works.
33472
33473 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33474
33475         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33476         (theora_push_buffer), (theora_push_packet),
33477         (theora_set_header_on_caps), (theora_enc_chain):
33478           mark buffers and put on streamheader, raw theora streaming
33479           now works too, whee
33480
33481 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33482
33483         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33484         (gst_tcp_gdp_read_caps):
33485           do a looping read for caps and GDP headers too
33486
33487 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33488
33489         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33490         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33491           return EOS instead of NULL in _get
33492
33493 2004-06-08  Wim Taymans  <wim@fluendo.com>
33494
33495         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33496         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33497         (gst_tcp_gdp_write_caps):
33498         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33499         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33500         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33501         Memory leak fixes
33502
33503 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33504
33505         * ext/vorbis/Makefile.am:
33506         * ext/vorbis/vorbis.c: (plugin_init):
33507         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33508         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33509         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33510         (vorbis_parse_change_state):
33511         * ext/vorbis/vorbisparse.h:
33512           adding a vorbisparse element that marks the buffers, streaming
33513           raw vorbis using GDP now works, whee
33514
33515 2004-06-08  Wim Taymans  <wim@fluendo.com>
33516
33517         * ext/jpeg/Makefile.am:
33518         * ext/jpeg/README:
33519         * ext/jpeg/gstjpeg.c: (plugin_init):
33520         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33521         (gst_smokedec_base_init), (gst_smokedec_class_init),
33522         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33523         * ext/jpeg/gstsmokedec.h:
33524         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33525         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33526         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33527         (gst_smokeenc_resync), (gst_smokeenc_chain),
33528         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33529         * ext/jpeg/gstsmokeenc.h:
33530         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33531         (smokecodec_flush_destination), (smokecodec_term_destination),
33532         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33533         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33534         (smokecodec_term_source), (smokecodec_encode_new),
33535         (smokecodec_decode_new), (smokecodec_info_free),
33536         (smokecodec_set_quality), (smokecodec_get_quality),
33537         (smokecodec_set_threshold), (smokecodec_get_threshold),
33538         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33539         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33540         (smokecodec_parse_header), (smokecodec_decode):
33541         * ext/jpeg/smokecodec.h:
33542         Added a new simple jpeg based codec
33543
33544 2004-06-08  Wim Taymans  <wim@fluendo.com>
33545
33546         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33547         (gst_multipart_mux_loop):
33548         Fix memory leak
33549
33550 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33551
33552         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33553         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33554         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33555         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33556         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33557         * gst/tcp/gsttcpserversink.h:
33558           take streamheader into account
33559
33560 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33561
33562         * gst/level/Makefile.am:
33563         * gst/level/gstlevel.c: (gst_level_class_init):
33564           clean up marshal generation
33565
33566 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33567
33568         * gst/tcp/Makefile.am:
33569         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33570         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33571         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33572         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33573         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33574         (gst_tcpclientsrc_get_property):
33575         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33576         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33577         (gst_tcpserversink_handle_client_read),
33578         (gst_tcpserversink_handle_client_write),
33579         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33580         * gst/tcp/gsttcpserversink.h:
33581           add signals client-added and client-removed
33582         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33583         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33584         (gst_tcpserversrc_get_property):
33585         uniformized, change default protocol to NONE
33586         * gst/tcp/gsttcp-marshal.list: added
33587 2004-06-07  Benjamin Otte  <otte@gnome.org>
33588
33589         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33590           handle discont events if they happen before caps nego
33591
33592 2004-06-07  Wim Taymans  <wim@fluendo.com>
33593
33594         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33595         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33596         (gst_multipart_demux_plugin_init):
33597         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33598         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33599         (gst_multipart_mux_change_state):
33600         Small updates, fix a memleak
33601
33602 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33603
33604         * configure.ac: OSS portability
33605         * ext/arts/gst_arts.c: idem
33606         * sys/oss/gstosselement.c: idem
33607         * sys/oss/gstossmixer.c: idem
33608         * sys/oss/gstosssink.c: idem
33609         * sys/oss/gstosssrc.c: idem
33610         * sys/oss/oss_probe.c: idem
33611           - check for soundcard.h in different places for some BSD
33612
33613 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
33614
33615         * AUTHORS:
33616         Add me to the authors file
33617         * configure.ac:
33618         Increase the libdv requirement to >= version 0.100
33619         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33620         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
33621         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
33622         * ext/dv/gstdvdec.h:
33623         Add support for the new_media flag when sending DISCONT events
33624         Make the querying work when video pad is not linked
33625
33626 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33627
33628         reviewed by Benjamin Otte  <otte@gnome.org>
33629
33630         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
33631           create a NULL-initialized array of pads, so we don't think they
33632           exist already. (fixes #143130)
33633
33634 2004-06-07  Benjamin Otte  <otte@gnome.org>
33635
33636         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
33637         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
33638         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
33639           don't use // coments
33640
33641 2004-06-07  Benjamin Otte  <otte@gnome.org>
33642
33643         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
33644           cast to GstClockTime to get higher granularity
33645         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33646           use gst_element_set_time_delay to get the exact time
33647         * ext/mad/gstmad.c: (gst_mad_chain):
33648           use the negotiated rate instead of the current frame's rate which
33649           might be wrong because of bit errors. This avoids emitting totally
33650           bogus timestamps and screwing sync.
33651         (fixes #143454)
33652
33653 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33654
33655         reviewed by Benjamin Otte  <otte@gnome.org>
33656
33657         * gst/adder/gstadder.c: (gst_adder_loop):
33658           properly error out when no negotiation has happened yet. (fixes
33659           #143032)
33660
33661 2004-06-06  Benjamin Otte  <otte@gnome.org>
33662
33663         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33664           forward correctly transformed offset in discont events. Based on
33665           patch by Arwed v. Merkatz. (fixes #142851)
33666
33667 2004-06-06  David Schleef  <ds@schleef.org>
33668
33669         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
33670         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
33671         problems on several systems.
33672
33673 2004-06-06  Benjamin Otte  <otte@gnome.org>
33674
33675         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
33676           use explicit caps on the srcpad
33677         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33678           properly error out if caps couldn't be set (fixes #142764)
33679
33680 2004-06-06  Benjamin Otte  <otte@gnome.org>
33681
33682         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33683         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33684         (gst_alsa_start_audio):
33685           - don't call set_periods_integer anymore, it breaks the
33686           configuration randomly
33687           - call snd_pcm_hw_params_set_access directly instead of using masks
33688           - don't fail if the sw_params can't be set, just use the default
33689           params and hope it works. Alsalib has weird issues when you touch
33690           sw_params and does no proper error reporting about what failed.
33691         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33692         (gst_alsa_close_audio):
33693           make our alsa debugging go via gst debugging and not conditionally
33694           defined
33695         * ext/alsa/gstalsa.h:
33696           add ALSA_DEBUG_FLUSH macro
33697         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
33698         (plugin_init):
33699           wrap alsa errors to be printed via the gst debugging system and not
33700           spammed to stderr
33701
33702 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33703
33704         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
33705         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
33706         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
33707         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
33708         (qtdemux_parse_trak):
33709         * gst/qtdemux/qtdemux.h:
33710           Bitch. Also known as seeking, querying & co.
33711         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33712         (gst_osssink_change_state):
33713         * sys/oss/gstosssink.h:
33714           Resyncing is for weenies, this hack is no longer needed and was
33715           broken anyway (since it - unintendedly - always leaves resync to
33716           TRUE).
33717
33718 2004-06-05  Andrew Turner <zxombie@hotpop.com>
33719
33720         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
33721         * gst/tcp/gsttcpclientsrc.h: idem
33722           - define MSG_NOSIGNAL if not done
33723           - include unistd.h for off_t
33724           (fixes #143749)
33725
33726 2004-06-05  Benjamin Otte  <otte@gnome.org>
33727
33728         * configure.ac:
33729         * ext/kio/Makefile.am:
33730           check for qt's moc preprocessor explicitly and use it
33731
33732 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33733
33734         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
33735           don't get a signal for EPIPE on socket writes
33736           (somebody check if this works on other platforms)
33737
33738 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33739
33740         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33741         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33742           check error condition on available samples correctly
33743
33744 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33745
33746         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
33747           avoid a segfault
33748         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
33749         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
33750         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33751         (gst_tcpserversrc_gdp_read_header):
33752          use ssize_t over size_t since the former is signed and thus the
33753          check for error codes can work
33754
33755 2004-06-02  Wim Taymans  <wim@fluendo.com>
33756
33757         reviewed by: Johan
33758
33759         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33760         (gst_multipart_mux_loop):
33761         Oops
33762
33763 2004-06-02  Wim Taymans  <wim@fluendo.com>
33764
33765         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33766         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33767         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
33768         (gst_multipart_mux_change_state):
33769         Added configurable boundary specifier, added the value as a
33770         caps field as well.
33771
33772 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33773
33774         * gst/tcp/gsttcp.c:
33775         * gst/tcp/gsttcpclientsrc.c:
33776         * gst/tcp/gsttcpclientsrc.h:
33777         * gst/tcp/gsttcpserversrc.c:
33778           - portability fix, to compile on OSX
33779             (fixes #143146)
33780
33781         * sys/osxaudio/gstosxaudioelement.c:
33782         * sys/osxaudio/gstosxaudiosink.c:
33783         * sys/osxaudio/gstosxaudiosrc.c:
33784           - compilation warnings on OSX
33785             (fixes #143153)
33786
33787 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33788
33789         * ext/vorbis/vorbisdec.c : sign warning fixes
33790
33791         * gst-libs/gst/mixer/mixertrack.c :
33792           do no use defines which are glib 2.4 specific
33793
33794 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
33795
33796         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
33797           buffer since libflac doesn't expect it (reports a sync error when
33798           it encounters that)
33799
33800
33801 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
33802
33803         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
33804         * gst-libs/gst/mixer/mixertrack.c:
33805         (gst_mixer_track_get_property), (get_mixer_track_init),
33806         (get_mixer_track_get_property): Added property accessors
33807         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
33808         * gst-libs/gst/mixer/mixeroptions.c:
33809         (gst_mixer_options_get_values): Added
33810         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
33811         * gst-libs/gst/mixer/mixer.c: Fixed comment
33812
33813
33814 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33815
33816         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
33817           improve error messages on open
33818
33819
33820 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33821
33822         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33823           check if v4l-conf is in path
33824
33825 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33826
33827         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
33828           change assert to a more readable error message
33829
33830 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33831
33832         * gst-libs/gst/tuner/tunerchannel.h:
33833           - add a freq_multiplicator field to make the conversion
33834             between internal frequency unit and Hz
33835         * sys/v4l/gstv4lelement.c:
33836         * sys/v4l2/gstv4l2element.c:
33837           - change default video device to /dev/video0
33838         * sys/v4l/v4l_calls.c:
33839         * sys/v4l2/v4l2_calls.c:
33840           - we only expose frequency to the user in Hz instead of
33841             bastard v4lX unit (either 62.5kHz or 62.5Hz)
33842
33843 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
33844         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33845           Initialise b_o_s and e_o_s variables
33846         * gst-libs/gst/riff/riff-media.c:
33847         (gst_riff_create_video_caps_with_data):
33848           Add some unusual fourcc's from mplayer avi's
33849         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
33850           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
33851           autoplugging.
33852
33853 2004-05-28  Wim Taymans  <wim@fluendo.com>
33854
33855         * configure.ac:
33856         * gst/alpha/Makefile.am:
33857         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
33858         (gst_alpha_get_type), (gst_alpha_base_init),
33859         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
33860         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
33861         (gst_alpha_chroma_key), (gst_alpha_chain),
33862         (gst_alpha_change_state), (plugin_init):
33863         A plugin to add an alpha channel to I420 video. Can optionally do
33864         chroma keying.
33865         * gst/multipart/Makefile.am:
33866         * gst/multipart/multipart.c: (plugin_init):
33867         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33868         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
33869         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
33870         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33871         (gst_multipart_demux_change_state),
33872         (gst_multipart_demux_plugin_init):
33873         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
33874         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
33875         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
33876         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
33877         (gst_multipart_mux_pad_unlink),
33878         (gst_multipart_mux_request_new_pad),
33879         (gst_multipart_mux_handle_src_event),
33880         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
33881         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
33882         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
33883         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
33884         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
33885         send multipart jpeg images to a browser.
33886         * gst/videobox/Makefile.am:
33887         * gst/videobox/README:
33888         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
33889         (gst_video_box_get_type), (gst_video_box_base_init),
33890         (gst_video_box_class_init), (gst_video_box_init),
33891         (gst_video_box_set_property), (gst_video_box_get_property),
33892         (gst_video_box_sink_link), (gst_video_box_i420),
33893         (gst_video_box_ayuv), (gst_video_box_chain),
33894         (gst_video_box_change_state), (plugin_init):
33895         Crops or adds borders around an image. can do alpha channel
33896         borders as well.
33897         * gst/videomixer/Makefile.am:
33898         * gst/videomixer/README:
33899         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33900         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
33901         (gst_videomixer_pad_get_sink_event_masks),
33902         (gst_videomixer_pad_get_property),
33903         (gst_videomixer_pad_set_property),
33904         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
33905         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
33906         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33907         (gst_videomixer_base_init), (gst_videomixer_class_init),
33908         (gst_videomixer_init), (gst_videomixer_request_new_pad),
33909         (gst_videomixer_handle_src_event),
33910         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
33911         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
33912         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
33913         (gst_videomixer_loop), (gst_videomixer_get_property),
33914         (gst_videomixer_set_property), (gst_videomixer_change_state),
33915         (plugin_init):
33916         Generic video mixer plugin, can handle multiple inputs all with
33917         different framerates and video sizes. Is fully alpha channel
33918         aware.
33919
33920 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33921
33922         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
33923           Select first track as master track. Not sure how else to handle
33924           that...
33925         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
33926           Discard discont events. Should fix #142962.
33927
33928 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33929
33930         * ext/alsa/Makefile.am:
33931         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
33932         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
33933         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
33934         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
33935         (gst_alsa_mixer_get_option):
33936         * ext/alsa/gstalsamixer.h:
33937         * ext/alsa/gstalsamixeroptions.c:
33938         (gst_alsa_mixer_options_get_type),
33939         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
33940         (gst_alsa_mixer_options_new):
33941         * ext/alsa/gstalsamixeroptions.h:
33942         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
33943         * ext/alsa/gstalsamixertrack.h:
33944           Add enumerations (as GstMixerOptions). Make correct distinction
33945           between input/output tracks. Add capture/playback private flag.
33946           Use flag to decide on whether to set capture or playback volumes
33947           or switches. Use playback and record switches.
33948         * gst-libs/gst/mixer/Makefile.am:
33949         * gst-libs/gst/mixer/mixer-marshal.list:
33950         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
33951         (gst_mixer_set_option), (gst_mixer_get_option),
33952         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
33953         (gst_mixer_volume_changed), (gst_mixer_option_changed):
33954         * gst-libs/gst/mixer/mixer.h:
33955         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
33956         (gst_mixer_options_class_init), (gst_mixer_options_init),
33957         (gst_mixer_options_dispose):
33958         * gst-libs/gst/mixer/mixeroptions.h:
33959           Add GstMixerOptions.
33960         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
33961           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
33962           broken device detection on computers with multiple OSS sound
33963           cards.
33964
33965 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33966
33967         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
33968           fixate nicely even when the peer is not negotiating
33969
33970 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
33971
33972         * gst/audioconvert/gstaudioconvert.c:
33973         (gst_audio_convert_parse_caps):
33974           make sure we don't allow depth > width
33975         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
33976           fixate endianness to G_BYTE_ORDER as default
33977         * gst/audioscale/gstaudioscale.c:
33978           we don't handle another endianness as host-endianness
33979
33980 2004-05-25  David Schleef  <ds@schleef.org>
33981
33982         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
33983
33984 2004-05-24  Benjamin Otte  <otte@gnome.org>
33985
33986         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
33987         (gst_oggvorbisenc_setup):
33988           properly fail when we can't setup the vorbis encoder due to
33989           unsupported settings
33990         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
33991         (gst_vorbisenc_setup):
33992           same
33993         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
33994           fix case where warnings occured when one pad was unlinked while the
33995           other's link function was called
33996
33997 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33998
33999         * gst/tcp/Makefile.am:
34000           use GST_ENABLE_NEW
34001
34002 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34003
34004         * gst-libs/gst/resample/private.h:
34005           don't use optimizations that are #if 0'ed
34006
34007 2004-05-24  Wim Taymans  <wim@fluendo.com>
34008
34009         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34010         Fix potential division by zero error and hopefully get
34011         the position query right to get correct timestamps on avi
34012         audio.
34013
34014 2004-05-24  Wim Taymans  <wim@fluendo.com>
34015
34016         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34017         (gst_videoscale_scale_nearest_str2),
34018         (gst_videoscale_scale_nearest_str4),
34019         (gst_videoscale_scale_nearest_32bit),
34020         (gst_videoscale_scale_nearest_24bit),
34021         (gst_videoscale_scale_nearest_16bit):
34022         Fix the scaling algorithm and avoid a buffer overflow.
34023         removed the while loop in the scaling function as it
34024         was used for point sampling only.
34025
34026 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34027
34028         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34029         (gst_id3_tag_class_init), (gst_id3_tag_init),
34030         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34031         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34032         (gst_id3_tag_send_tag_event):
34033           lots of fixes to make id3mux work and id3demux work correctly
34034
34035 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34036
34037         * ext/Makefile.am:
34038           add rules to build shout2send (was removed by accident
34039           when this module was no more marked experimental/broken)
34040
34041 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34042
34043         * ext/shout2/gstshout2.c:
34044         * ext/shout2/gstshout2.h:
34045           adding a "connection problem" signal to shout2send
34046           (fixes #142954)
34047
34048 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34049
34050         * ext/kio/kioreceiver.cpp:
34051         * ext/kio/kioreceiver.h:
34052           fix sign comparison issues
34053
34054 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34055
34056         * gst/cdxaparse/gstcdxaparse.c:
34057         * gst/cdxaparse/gstcdxaparse.h:
34058           some renaming
34059           add some checks/sanity
34060           prepare for seek addition
34061
34062         * sys/sunaudio/gstsunaudio.c:
34063           remove exported dupe init function
34064
34065 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34066
34067         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34068         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34069           Fix format conversion and position querying.
34070         * gst/debug/progressreport.c: (gst_progressreport_report):
34071           Don't output a bogus total value that we didn't query.
34072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34073           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34074           only a blank window after xine has been used.
34075
34076 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34077
34078         * m4/as-arts.m4:
34079           sync with upstream version to fix test on FC2
34080           readd with -ko to preserve Id header
34081
34082 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34083
34084         * configure.ac:
34085           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34086         * gst/tcp/gsttcpclientsrc.c: idem
34087         * gst/tcp/gsttcpserversink.c: idem
34088         * gst/tcp/gsttcpserversrc.c: idem
34089         * m4/gst-fionread.m4: idem
34090
34091         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34092
34093         * configure.ac: enable speex plugin for speex 1.1.5+
34094         * ext/speex/gstspeexenc.c: fix cast warning
34095
34096         * ext/esd/README: fix typo
34097
34098 2004-05-20  David Schleef  <ds@schleef.org>
34099
34100         * configure.ac: Minor cosmetic change to convince the buildbot to
34101         reautogen.
34102         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34103         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34104         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34105         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34106         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34107         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34108         More hacking.  Plays audio now.
34109
34110 2004-05-20  David Schleef  <ds@schleef.org>
34111
34112         * configure.ac:
34113         * sys/Makefile.am:
34114
34115 2004-05-20  David Schleef  <ds@schleef.org>
34116
34117         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34118         * sys/osxaudio/gstosxaudio.c:
34119         * sys/osxaudio/gstosxaudioelement.c:
34120         * sys/osxaudio/gstosxaudioelement.h:
34121         * sys/osxaudio/gstosxaudiosink.c:
34122         * sys/osxaudio/gstosxaudiosink.h:
34123         * sys/osxaudio/gstosxaudiosrc.c:
34124         * sys/osxaudio/gstosxaudiosrc.h:
34125
34126 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34127
34128         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34129         (gst_vorbisenc_chain):
34130           put the codec headers on the caps as streamheader as well as
34131           pushing them out
34132
34133 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34134
34135         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34136         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34137         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34138         split up push_packet into two functions
34139
34140 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34141
34142         * gst/tcp/.cvsignore:
34143           ignore enums
34144         * gst/tcp/Makefile.am:
34145         * gst/tcp/README:
34146         * gst/tcp/gsttcp.c:
34147         * gst/tcp/gsttcp.h:
34148         * gst/tcp/gsttcpclientsink.c:
34149         * gst/tcp/gsttcpclientsink.h:
34150         * gst/tcp/gsttcpclientsrc.c:
34151         * gst/tcp/gsttcpclientsrc.h:
34152         * gst/tcp/gsttcpplugin.c:
34153         * gst/tcp/gsttcpserversink.c:
34154         * gst/tcp/gsttcpserversink.h:
34155         * gst/tcp/gsttcpserversrc.c:
34156         * gst/tcp/gsttcpserversrc.h:
34157           add new tcp elements
34158
34159 2004-05-19  Wim Taymans  <wim@fluendo.com>
34160
34161         * gst/law/mulaw-conversion.c: (mulaw_encode):
34162         Fix overflow bug in ulaw encoding.
34163
34164 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34165
34166         * ext/mad/gstmad.c: (gst_mad_handle_event):
34167           don't unref the event twice
34168
34169 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34170
34171         * configure.ac:
34172           remove -Wno-sign-compare
34173
34174 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34175
34176         * configure.ac:
34177           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34178           if you want to work against glib 2.2 and 2.4
34179
34180 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34181
34182         * gst/tcp/Makefile.am:
34183         * gst/tcp/gsttcp.c:
34184         * gst/tcp/gsttcp.h:
34185         * gst/tcp/gsttcpsink.h:
34186         * gst/tcp/gsttcpsrc.h:
34187           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34188
34189 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34190
34191         * gst/debug/tests.c: (md5_get_value):
34192           fix segfault on gst-inspect
34193
34194 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34195
34196         * gst/debug/testplugin.c:
34197         * gst/debug/tests.c:
34198         * gst/debug/tests.h:
34199           add new extensible and configurable testing element. Current tests
34200           include buffer count, stream length, timestamp/duration matching and
34201           md5.
34202         * gst/debug/Makefile.am:
34203         * gst/debug/gstdebug.c: (plugin_init):
34204           add infrastructure for new element
34205
34206 2004-05-19  Johan Dahlin  <johan@gnome.org>
34207
34208         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34209         ending of the array. Fixes gst-inspect segfault on ppc.
34210
34211 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34212
34213         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34214
34215         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34216
34217 2004-05-18  David Schleef  <ds@schleef.org>
34218
34219         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34220         warnings (bugs, actually) noticed by gcc but not forte.
34221
34222 2004-05-18  David Schleef  <ds@schleef.org>
34223
34224         * sys/sunaudio/Makefile.am:
34225         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34226
34227 2004-05-18  David Schleef  <ds@schleef.org>
34228
34229         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34230         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34231         to allow qtdemux to use non-seekable streams. (bug #142272)
34232
34233 2004-05-18  David Schleef  <ds@schleef.org>
34234
34235         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34236         (gst_resample_sinc_ft_float): Remove use of static temporary
34237         buffer.  This code was obviously not supposed to last long, but
34238         it's stuck in our ABI, so it required a little hack to make it
34239         ABI-compatible.  Fixes #142585.
34240         * gst-libs/gst/resample/resample.h: same.
34241
34242 2004-05-18  David Schleef  <ds@schleef.org>
34243
34244         * configure.ac: Add sunaudio
34245         * examples/Makefile.am: make gstplay depend on gconf
34246         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34247         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34248         (convert_table_lookup), (img_convert): remove c99-isms
34249         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34250           unsigned, to fix a warning on Solaris
34251         * gst/mpeg1sys/systems.c: bcopy->memcpy
34252         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34253         * sys/Makefile.am: Add sunaudio
34254
34255 2004-05-18  Wim Taymans  <wim@fluendo.com>
34256
34257         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34258         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34259         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34260         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34261         (gst_ogg_mux_loop):
34262         Fix an ugly memleak where the muxer didn't flush enough ogg
34263         pages. This also resulted in badly muxed ogg files.
34264
34265 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34266
34267         * gst/asfdemux/asfheaders.c :
34268         * gst/asfdemux/asfheaders.h :
34269         * gst/asfdemux/gstasfdemux.c :
34270           - fix ASF_OBJ_PADDING guid
34271           - add 3 new object guids (language list, metadata,
34272             extended stream properties)
34273           - add a function to parse extended header objects
34274
34275 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34276
34277         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34278           remove leftover debugging g_print
34279
34280 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34281
34282         * ext/mad/gstmad.c: (gst_mad_handle_event):
34283           Fix for when the first format in a discont event is not a
34284           byte-based one. Should fix #137710.
34285
34286 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34287
34288         * m4/a52.m4 : fix compilation with -Wall -Werror
34289         * m4/libfame.m4 : idem
34290         * m4/libmikmod.m4 : idem
34291
34292 2004-05-17  Benjamin Otte  <otte@gnome.org>
34293
34294         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34295           signal the new tags before giving up the reference
34296
34297 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34298
34299         * ext/shout2/gstshout2.c:
34300           use application/ogg instead of application/x-ogg (patch by Patrick
34301           Guimond, fixes #142432)
34302         * sys/oss/gstosselement.c: (gst_osselement_reset),
34303         (gst_osselement_sync_parms):
34304           don't set fragment size unless specified (fixes #142493)
34305
34306 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34307
34308         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34309           fixes #142664
34310
34311 2004-05-17  Benjamin Otte  <otte@gnome.org>
34312
34313         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34314           compute offsets correctly for internal buffers so timestamps are set
34315           correctly when we can't seek. Also handle cases where there are no
34316           offsets. (based on a patch by David Moore, fixes #142507)
34317
34318 2004-05-17  Benjamin Otte  <otte@gnome.org>
34319
34320         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34321           use correct variable when determining amount of data to skip so we
34322           don't skip into the void and segfault
34323
34324 2004-05-16  Benjamin Otte  <otte@gnome.org>
34325
34326         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34327           Hi, I'm a memleak
34328
34329 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34330
34331         * gst/asfdemux/gstasfdemux.c:
34332           - fix a mem leak and always propagate tags
34333           - add WMV3 to known video codecs (but no decoder yet)
34334           - replace "surplus data" at end of audio header for what
34335             it is : codec specific data
34336           - fix a typo
34337
34338 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34339
34340         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34341
34342         * gst-libs/gst/audio/audioclock.c:
34343           Fix wrong return type (#142205).
34344
34345 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34346
34347         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34348           Ignore CRCs by default (fixes #142566).
34349
34350 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34351
34352         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34353         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34354         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34355         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34356         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34357         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34358           Fix for cases where we fail to attach to a mixer.
34359
34360 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34361
34362         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34363           Don't touch events after not owning them anymore.
34364         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34365         (gst_wavparse_fmt), (gst_wavparse_other),
34366         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34367         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34368         (gst_wavparse_srcpad_event):
34369         * gst/wavparse/gstwavparse.h:
34370           Add seeking, fix querying.
34371
34372 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34373
34374         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34375           - process comments even if they don't end with \0\0
34376             g_convert would ignore them if present and works well without them
34377
34378 2004-05-16  Benjamin Otte  <otte@gnome.org>
34379
34380         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34381           simplify caps
34382
34383 2004-05-16  Benjamin Otte  <otte@gnome.org>
34384
34385         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34386           don't write to memory we might not write to - g_convert does that
34387           for us anyway (fixes #142613)
34388         (gst_asf_demux_audio_caps):
34389           comment out gst_util_dump_mem
34390
34391 2004-05-16  Benjamin Otte  <otte@gnome.org>
34392
34393         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34394           compute correct expected timestamps after seek (broken since
34395           last commit)
34396         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34397           rename element and debugging category to gdkpixbufscale
34398
34399 2004-05-16  Benjamin Otte  <otte@gnome.org>
34400
34401         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34402           add error checking to snd_pcm_delay and remove duplicate call to
34403           snd_pcm_delay that caused issues (see inline code comments)
34404         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34405           make more readable and fix return value when snd_pcm_delay fails
34406         (fixes #142586)
34407
34408 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34409         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34410         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34411         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34412         (gst_pixbufscale_link), (gst_pixbufscale_init),
34413         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34414         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34415         (gst_pixbufscale_get_property), (pixbufscale_init):
34416         * ext/gdk_pixbuf/pixbufscale.h:
34417         Add these files I forgot earlier
34418
34419 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34420         * ext/gdk_pixbuf/Makefile.am:
34421         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34422         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34423         Add new pixbufscale element to scale RGB video
34424         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34425         and HYPER interpolation correctly.
34426         * ext/theora/theoraenc.c: (theora_enc_chain),
34427         Discard buffer and return if explicit caps could not be set
34428         (theora_enc_get_property):
34429         Make _get return kbps for the bitrate consistent with
34430         the _set function.
34431
34432
34433 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34434
34435         * ext/libvisual/visual.c: (gst_visual_chain):
34436           add missing visual_audio_analyze
34437
34438 2004-05-14  David Schleef  <ds@schleef.org>
34439
34440         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34441         is killed while we're playing.
34442         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34443         gst_element_no_more_pads().
34444
34445 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34446
34447         * gst-libs/gst/riff/riff-read.c :
34448           - fix INFO tag extraction in RIFF/AVI files
34449             because gst_event_unref (event) also freed taglist
34450           - avoid a mem leak
34451
34452 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34453
34454         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34455         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34456
34457         * gst/auparse/gstauparse.c :
34458           - add code (commented for now) to support audio/x-adpcm on src pad
34459             (we have no decoder for those layout yet)
34460
34461         * gst/cdxaparse/gstcdxaparse.c :
34462         * gst/cdxaparse/gstcdxaparse.h :
34463           - partial rewrite using RiffRead (ripped iain's wavparse code)
34464
34465         * gst/rtp/gstrtpL16enc.c : typo
34466         * gst/rtp/gstrtpgsmenc.c : typo
34467
34468 2004-05-13  Benjamin Otte  <otte@gnome.org>
34469
34470         * configure.ac:
34471           check for exact version of libvisual, it's not supposed to be
34472           API/ABI stable yet
34473
34474 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34475
34476         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34477           signal no-more-pads
34478
34479 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34480
34481         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34482         Report which format was used for GST_FORMAT_DEFAULT
34483         * gst/debug/Makefile.am:
34484         * gst/debug/gstdebug.c: (plugin_init):
34485         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34486         (gst_progressreport_class_init), (gst_progressreport_init),
34487         (gst_progressreport_report), (gst_progressreport_set_property),
34488         (gst_progressreport_get_property), (gst_progressreport_chain),
34489         (gst_progressreport_plugin_init):
34490         Add progressreport element for testing.
34491
34492 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34493
34494         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34495         * sys/v4l/gstv4lsrc.h:
34496         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34497         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34498         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34499         (gst_v4lsrc_grab_frame):
34500           add more debugging
34501           send a discont at start
34502
34503 2004-05-12  Colin Walters  <walters@redhat.com>
34504
34505         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34506         inflooping if we can't find a chunk.  Or in other words, don't blow
34507         chunks if we don't have a chunk to blow.
34508
34509 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34510         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34511         Remove old debug output
34512         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34513         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34514         (gst_dvdec_set_property), (gst_dvdec_get_property):
34515         Change the quality setting to an enum, so it works from gst-launch
34516         Don't renegotiate a non-linked pad. Allows audio only decoding.
34517         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34518         (gst_deinterlace_link), (gst_deinterlace_init):
34519         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34520         (gst_videodrop_link):
34521         Some caps negotiation fixes
34522
34523 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34524
34525         * ext/tarkin/gsttarkin.c :
34526           - Change RANK from NONE to PRIMARY
34527         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34528           - Change RANK from NONE to MARGINAL
34529         * ext/divx/gstdivxenc.c :
34530           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34531
34532 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34533
34534         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34535         (gst_vorbisenc_push_packet):
34536           copy a function that was added between 1.0 and 1.0.1 until we
34537           depend on worthwhile features of post-1.0
34538
34539 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34540
34541         * configure.ac:
34542           enable shout2 by default
34543         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34544         (gst_shout2send_base_init), (gst_shout2send_init),
34545         (gst_shout2send_connect), (gst_shout2send_change_state):
34546         * ext/shout2/gstshout2.h:
34547           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34548           #142262)
34549         * ext/theora/theora.c: (plugin_init):
34550           don't set rank on encoders
34551
34552 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34553
34554         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34555           Use codec_data property instead of flag1 and flag2 for wma
34556
34557 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34558
34559         * gst/cdxaparse/gstcdxaparse.c :
34560           - Add mpegversion to CAPS to make it link
34561           - Rank is as GST_RANK_SECONDARY instead of NONE
34562         * gst/auparse/gstauparse.c :
34563           - Document all audio encoding we can encounter from Solaris 9
34564             headers and libsndfile information.
34565           - Increase max. rate from 48000 to 192000 (to match other elements)
34566           - Don't try to play junk data between header and samples
34567
34568 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34569
34570         * ext/libvisual/visual.c: (gst_visual_getcaps):
34571           use the right caps depending on endianness (I hope)
34572         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34573           use GST_RANK_NONE for all non-decoding elements or spider gets
34574           mighty confused
34575
34576 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34577
34578         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34579           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34580
34581 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34582
34583         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34584         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34585         (gst_switch_loop), (gst_switch_get_type):
34586           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34587           HEADERS. Had to be said.
34588
34589 2004-05-10  David Schleef  <ds@schleef.org>
34590
34591         * configure.ac: Add prototype Dirac support.
34592         * ext/Makefile.am:
34593         * ext/dirac/Makefile.am:
34594         * ext/dirac/gstdirac.cc:
34595         * ext/dirac/gstdiracdec.cc:
34596
34597 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34598
34599         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34600         (gst_auparse_init), (gst_auparse_chain),
34601         (gst_auparse_change_state):
34602           Hack around spider. Remove me some day please.
34603
34604 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34605
34606         * gst/auparse/gstauparse.c: (gst_auparse_chain):
34607           Fix for some uninitialized variables in previous patch, also
34608           makes it work. Fixes #142286 while we're at it.
34609
34610 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34611
34612         * gst/auparse/gstauparse.c:
34613                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
34614                 only unsupported formats are ADPCM/CCITT G.72x
34615                 reviewed by Ronald
34616         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
34617
34618 2004-05-10  Wim Taymans  <wim@fluendo.com>
34619
34620         * ext/vorbis/Makefile.am:
34621         * ext/vorbis/README:
34622         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
34623         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
34624         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
34625         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
34626         (gst_oggvorbisenc_convert_sink),
34627         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
34628         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
34629         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
34630         (get_constraints_string), (update_start_message),
34631         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
34632         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
34633         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
34634         * ext/vorbis/oggvorbisenc.h:
34635         * ext/vorbis/vorbis.c: (plugin_init):
34636         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
34637         (raw_caps_factory), (gst_vorbisenc_class_init),
34638         (gst_vorbisenc_init), (gst_vorbisenc_setup),
34639         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
34640         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
34641         * ext/vorbis/vorbisenc.h:
34642         Added a raw vorbis encoder to be used with the oggmuxer.
34643         We still need the old encoder for some gnome applications,
34644         read the README to find out how that works.
34645         The raw encoder is called "rawvorbisenc" until 0.9.
34646
34647 2004-05-10  Wim Taymans  <wim@fluendo.com>
34648
34649         * ext/ogg/gstogg.c: (plugin_init):
34650         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
34651         (gst_ogg_print):
34652         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
34653         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
34654         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
34655         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
34656         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
34657         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
34658         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
34659         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
34660         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
34661         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
34662         Added an ogg muxer.
34663         Small typo fixes in the demuxer.
34664
34665 2004-05-10  Wim Taymans  <wim@fluendo.com>
34666
34667         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34668         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34669         (theora_enc_change_state), (theora_enc_set_property),
34670         (theora_enc_get_property):
34671         Mark the last packet with an EOS flag which is not really needed
34672         in gstreamer.
34673         Do some better video framerate initialisation.
34674         Update the buffer timestamp.
34675
34676 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
34677
34678         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
34679         Return the result of the parent state change call
34680
34681 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34682
34683         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
34684         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
34685         * gst/law/alaw-encode.c : (idem)
34686         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
34687         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
34688         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
34689
34690 2004-05-09  Benjamin Otte  <otte@gnome.org>
34691
34692         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34693           don't use a fixed buffer size when writing variable length data to
34694           it. Fixes memory corruption and makes alsasrc work
34695
34696 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34697
34698         * ext/gnomevfs/gstgnomevfssink.c:
34699         (_gst_boolean_allow_overwrite_accumulator),
34700         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
34701           Run glib's default signal handler (??) in RUN_CLEANUP rather than
34702           RUN_LAST, and don't use that to set the accumulator value because
34703           then it's always FALSE.
34704
34705 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34706
34707         * gst-libs/gst/riff/riff-media.c:
34708         (gst_riff_create_video_caps_with_data),
34709         (gst_riff_create_audio_caps),
34710         (gst_riff_create_audio_template_caps):
34711         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34712           Fix for unaligned RIFF files (i.e. where all the chunks together
34713           in a LIST chunk are not of the same size as the size given in
34714           the LIST chunk header). Fixes several odd WAVE files. Also fix
34715           ADPCM (block_align property) in audio, so that wavparse based
34716           on this works now as it used to stand-alone.
34717
34718 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
34719
34720         reviewed by Benjamin Otte  <otte@gnome.org>
34721
34722         * ext/a52dec/gsta52dec.c:
34723         * ext/divx/gstdivxdec.c:
34724         * ext/divx/gstdivxenc.c:
34725         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
34726         * ext/faac/gstfaac.c: (gst_faac_base_init):
34727         * ext/faad/gstfaad.c: (gst_faad_base_init):
34728         * ext/ivorbis/vorbisfile.c:
34729         * ext/lame/gstlame.c:
34730         * ext/libfame/gstlibfame.c:
34731         * ext/mpeg2enc/gstmpeg2enc.cc:
34732         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
34733         * ext/sidplay/gstsiddec.cc:
34734         * ext/speex/gstspeexdec.c:
34735         * ext/speex/gstspeexenc.c:
34736         * ext/xvid/gstxviddec.c:
34737         * ext/xvid/gstxvidenc.c:
34738           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
34739           (fixes #142193)
34740
34741 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34742
34743         * ext/alsa/gstalsa.c: (device_list),
34744         (gst_alsa_class_probe_devices):
34745         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
34746           Fix alsa oddness in mixer after the combination of using mixer
34747           in source/sink elements and using hw:x,y instead of just hw:x.
34748
34749 2004-05-09  Benjamin Otte  <otte@gnome.org>
34750
34751         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
34752         (gst_wavparse_create_sourcepad):
34753           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
34754           sourcepads
34755
34756 2004-05-09  Benjamin Otte  <otte@gnome.org>
34757
34758         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34759           allow discont events before caps nego
34760
34761 2004-05-08  Benjamin Otte  <otte@gnome.org>
34762
34763         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34764           don't leak events
34765
34766 2004-05-08  Benjamin Otte  <otte@gnome.org>
34767
34768         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
34769         (gst_level_change_state), (gst_level_init):
34770         * gst/level/gstlevel.h:
34771           figure out if we're initialized directly instead of keeping a
34772           variable that's wrong in 90% of cases
34773           don't initialize pads and then leak them and use a new unitialized
34774           pad. (fixes #142084)
34775           these were bugs so n00bish I didn't find them for an hour :/
34776
34777 2004-05-08 Iain <iain@prettypeople.org>
34778
34779         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
34780         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
34781         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
34782         return the length that was read.
34783         (gst_riff_read_strf_auds): Allow fmt tags as well.
34784
34785 2004-05-07  David Schleef  <ds@schleef.org>
34786
34787         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
34788         signed char assumption in faad.h.
34789
34790 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34791
34792         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
34793           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
34794
34795 2004-05-07  Colin Walters  <walters@redhat.com>
34796
34797         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
34798         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
34799         function.
34800         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
34801         Add dispose function.
34802
34803 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
34804         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
34805           Fix caps nego and pad templates. RGB mode caps should
34806           work now.
34807         * ext/dvdnav/gst-dvd:
34808           Move mpeg2dec inside the thread because otherwise the
34809           queue rejects cap changes mid-stream
34810         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
34811         (gst_mpeg2dec_flush_decoder):
34812           For mpeg2dec > 0.4.0, call the flush function instead of
34813           manually extracting all in-flight frames.
34814         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
34815         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
34816           Change mime type video/dv go video/x-dv to match the
34817           rest of gst-plugins
34818
34819 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34820
34821         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34822         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
34823         (gst_alsa_sink_class_init):
34824         * ext/alsa/gstalsasink.h:
34825         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
34826         (gst_alsa_src_class_init):
34827         * ext/alsa/gstalsasrc.h:
34828           Make alsasink/src a subclass of alsamixer so that mixer stuff
34829           shows up in gst-rec. Needs some finetuning.
34830
34831 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34832
34833         * ext/lame/gstlame.c: (gst_lame_chain):
34834           simplify
34835         * ext/mad/gstmad.c: (gst_mad_handle_event):
34836           fix event leak
34837         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
34838           be able to detect mp3 files < 4096 bytes
34839
34840 2004-05-06  Wim Taymans  <wim@fluendo.com>
34841
34842         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34843         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34844         (theora_enc_set_property), (theora_enc_get_property):
34845         Also encode the first frame, cleanup some code.
34846
34847 2004-05-06  Wim Taymans  <wim@fluendo.com>
34848
34849         * ext/mpeg2enc/gstmpeg2enc.cc:
34850         Forward events first before deciding that negotiation was
34851         not performed.
34852
34853 2004-05-06  Wim Taymans  <wim@fluendo.com>
34854
34855         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
34856         First process the events before deciding that negotiation
34857         was not performed.
34858
34859 2004-05-06  Wim Taymans  <wim@fluendo.com>
34860
34861         * ext/theora/Makefile.am:
34862         * ext/theora/theora.c: (plugin_init):
34863         * ext/theora/theoradec.c: (theora_dec_change_state):
34864         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
34865         (gst_theora_enc_class_init), (gst_theora_enc_init),
34866         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
34867         (theora_enc_chain), (theora_enc_change_state),
34868         (theora_enc_set_property), (theora_enc_get_property):
34869         Added a theora encoder, grouped the encoder and decoder into the
34870         same plugin.
34871
34872 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
34873
34874         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
34875         (gst_jpegenc_chain):
34876         fix DURATION on outgoing buffers
34877         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
34878         debug using time formats
34879         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
34880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
34881         (gst_xvimagesink_sink_link):
34882         windows with width/height 0 generate X errors, so don't allow them
34883
34884 2004-05-05  Wim Taymans  <wim@fluendo.com>
34885
34886         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
34887         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
34888         (gst_mpeg2dec_negotiate_format):
34889         * ext/mpeg2dec/gstmpeg2dec.h:
34890           removed the static pad template so that we can add the
34891           more accurate framerate value to the caps.
34892
34893
34894 2004-05-04  Benjamin Otte  <otte@gnome.org>
34895
34896         * configure.ac:
34897           check for kdemacros.h, too (should fix #141821)
34898         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
34899           don't crash if no header was sent, but nicely error out (fixes part
34900           of #141554)
34901
34902 2004-05-04  Wim Taymans  <wim@fluendo.com>
34903
34904         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
34905         parent dispose function to avoid segfault on destroy.
34906
34907 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
34908
34909         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
34910         (plugin_init):
34911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
34912         (gst_xvimagesink_sink_link):
34913         clean up debugging caps
34914         also recreate xvimage when format has changed
34915
34916 2004-05-04  Benjamin Otte  <otte@gnome.org>
34917
34918         * ext/libvisual/Makefile.am:
34919         * ext/libvisual/visual.c: (gst_visual_class_init),
34920         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
34921         (gst_visual_srclink), (gst_visual_chain),
34922         (gst_visual_change_state), (plugin_init):
34923           use a GstAdapter to correctly adapt buffer sizes - allows using a
34924           framerate
34925
34926 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
34927
34928         * sys/v4l/gstv4lelement.h:
34929         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
34930         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
34931         (gst_v4lsrc_buffer_free):
34932         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
34933         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
34934         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
34935         (gst_v4lsrc_requeue_frame):
34936         move some debugging categories around
34937         query for fps index and set accordingly if found
34938
34939 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34940
34941         * ext/lame/gstlame.c:
34942         correct defaults that lame_init puts out of range
34943
34944 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
34945
34946         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
34947         (gst_divxenc_class_init):
34948         fix range since -1 is the default
34949         * gst/mpeg1sys/gstmpeg1systemencode.c:
34950         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
34951         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
34952         (gst_rtjpegdec_chain):
34953         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
34954         (gst_rtjpegenc_chain):
34955         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
34956         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
34957         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
34958         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
34959         * sys/v4l/gstv4lsrc.c:
34960         * sys/v4l/v4l_calls.c: (gst_v4l_open):
34961         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34962         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34963         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
34964         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
34965           remove gst_info calls
34966
34967 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
34968
34969         * Makefile.am:
34970         * po/af.po:
34971         * po/az.po:
34972         * po/en_GB.po:
34973         * po/nl.po:
34974         * po/sr.po:
34975         * po/sv.po:
34976           Updated translations
34977
34978 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
34979
34980         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
34981           refactor/comment code
34982
34983 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34984
34985         * gst/asfdemux/Makefile.am:
34986         * gst/asfdemux/asfheaders.c:
34987         * gst/asfdemux/asfheaders.h:
34988         * gst/asfdemux/gstasf.c: (plugin_init):
34989         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
34990         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
34991         (gst_asf_demux_setup_pad):
34992         * gst/asfdemux/gstasfdemux.h:
34993         * gst/asfdemux/gstasfmux.c:
34994         * gst/asfdemux/gstasfmux.h:
34995           Add tagging support to demuxer, split out registration in its own
34996           file instead of in demux (hacky), and prevent having some tables
34997           in our memory multiple times (in asfheaders.h).
34998
34999 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35000
35001         * gst/matroska/matroska-demux.c:
35002         (gst_matroska_demux_parse_metadata):
35003         * gst/matroska/matroska-ids.h:
35004           Basic tag reading support.
35005
35006 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35007
35008         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35009           Really detect ac-3 audio.
35010         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35011           really detect matroska files (off-by-1).
35012
35013 2004-04-30  David Schleef  <ds@schleef.org>
35014
35015         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35016         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35017         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35018         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35019         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35020         hackage -- parse a lot more atoms, extract a few tags.  One might even
35021         mistake this for tag support.  Maybe it is.
35022         * gst/qtdemux/qtdemux.h:
35023
35024 2004-04-30  Colin Walters  <walters@verbum.org>
35025
35026         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35027
35028 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35029
35030         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35031         (gst_ffmpegcolorspace_getcaps):
35032           remove broken nego fix
35033
35034 2004-04-30  Benjamin Otte  <otte@gnome.org>
35035
35036         * configure.ac:
35037         * ext/Makefile.am:
35038         * ext/libvisual/Makefile.am:
35039         * ext/libvisual/visual.c:
35040           add initial support for libvisual (http://libvisual.sourceforge.net)
35041           libvisual is still quite alpha, so expect crashes in there :)
35042
35043 2004-04-29  David Schleef  <ds@schleef.org>
35044
35045         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35046         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35047         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35048         code; you will no longer respect me.
35049
35050 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35051
35052         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35053         * ext/alsa/gstalsa.h :
35054         change alsa pcm device discovery to find more than 1 device
35055         per card. code review by Ronald.
35056
35057 2004-04-29  David Schleef  <ds@schleef.org>
35058
35059         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35060         Add a check for a driver bug on FreeBSD.  (bug #140565)
35061
35062 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35063
35064         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35065         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35066         (gst_jpegenc_getcaps):
35067           move format setting to inner loop
35068         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35069         (gst_ffmpegcolorspace_getcaps):
35070           use GST_PAD_CAPS if available so that we use already negotiated
35071           caps
35072         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35073         (qtdemux_parse_moov), (qtdemux_parse):
35074           extra debugging
35075         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35076         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35077           move hardcoded path to DEFINE
35078
35079 2004-04-28  David Schleef  <ds@schleef.org>
35080
35081         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35082         (bug #140064)
35083
35084 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35085
35086         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35087           Don't probe for playback device if we're a source element. Fixes
35088           #139658.
35089
35090 2004-04-29  Benjamin Otte  <otte@gnome.org>
35091
35092         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35093         (gst_id3_tag_chain):
35094           rewrite buffer offset
35095
35096 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35097
35098         * configure.ac:
35099         * ext/Makefile.am:
35100         * ext/dts/Makefile.am:
35101         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35102         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35103         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35104         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35105         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35106         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35107         (plugin_init):
35108         * ext/dts/gstdtsdec.h:
35109           New DTS decoder.
35110         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35111         (gst_faad_srcconnect):
35112           Add ESDS atom handling (.m4a).
35113
35114 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35115
35116         * ext/divx/gstdivxdec.c: (plugin_init):
35117           Remove comment that makes no sense.
35118         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35119           Fix for obvious typo that resulted in warnings during gst-register.
35120         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35121         (gst_xviddec_sink_link):
35122           Fix caps negotiation a bit better.
35123         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35124           We call this 'codec_data', not 'esds'.
35125
35126 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35127
35128         * gst/monoscope/gstmonoscope.c:
35129           make sure we only provide 256x128
35130         * gst/monoscope/monoscope.c: (monoscope_init):
35131           assert size of 256x128
35132
35133 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35134
35135         * Makefile.am:
35136         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35137         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35138           fixate to max width and height of device
35139
35140 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35141
35142         * Makefile.am:
35143         * sys/v4l/gstv4l.c:
35144         * sys/v4l/gstv4lsrc.c:
35145         * sys/v4l/v4l_calls.c:
35146         * sys/v4l/v4lsrc_calls.c:
35147           fix for qc-usb driver which fakes having more than one buffer
35148           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35149           buffer_free override
35150           add debugging
35151
35152 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35153
35154         * Makefile.am:
35155         * gst/videotestsrc/gstvideotestsrc.c:
35156         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35157         (gst_videotestsrc_init), (gst_videotestsrc_get),
35158         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35159         * gst/videotestsrc/gstvideotestsrc.h:
35160           add num-buffers property
35161
35162         2004-04-26  Benjamin Otte  <otte@gnome.org>
35163
35164         * ext/mad/gstid3tag.c: (plugin_init):
35165           set id3mux rank to NONE so it doesn't confuse spider
35166           require audio/mpeg,mpegversion=1 in id3mux
35167
35168 2004-04-26  Benjamin Otte  <otte@gnome.org>
35169
35170         * configure.ac:
35171           detect faad correctly as non-working if it's indeed non-working
35172
35173 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35174
35175         * Makefile.am:
35176         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35177         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35178         fix _getcaps so it only negotiates to its supported format
35179
35180 2004-04-25  Benjamin Otte  <otte@gnome.org>
35181
35182         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35183           fix memleak
35184
35185 2004-04-23  Benjamin Otte  <otte@gnome.org>
35186
35187         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35188           audio/x-raw-int with height rules! not. Now it's depth.
35189
35190 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35191
35192         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35193         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35194         (gst_wavparse_loop):
35195           Missing variable initialization. Add handling of DVI ADPCM. Fix
35196           mis-parsing of LIST chunks. This works around a bug where we mis-
35197           parse non-aligning LIST chunks (so LIST chunks where the contents
35198           don't align with the actual LIST size). The correct fix is to use
35199           rifflib, I'm not going to fix wavparse - too much work. All this
35200           fixes #104878.
35201
35202 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35203
35204         reviewed by Benjamin Otte  <otte@gnome.org>
35205
35206         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35207           fix shoutcast not working (fixes #140844)
35208
35209 2004-04-22  Benjamin Otte  <otte@gnome.org>
35210
35211         * ext/hermes/gsthermescolorspace.c:
35212         (gst_hermes_colorspace_caps_remove_format_info):
35213         * gst/colorspace/gstcolorspace.c:
35214         (gst_colorspace_caps_remove_format_info):
35215         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35216         (gst_ffmpegcolorspace_caps_remove_format_info):
35217           s/gst_caps_simplify/gst_caps_do_simplify/
35218
35219 2004-04-22  Benjamin Otte  <otte@gnome.org>
35220
35221         * gst-libs/gst/riff/riff-media.c:
35222         (gst_riff_create_video_caps_with_data):
35223           mpegversion is an int
35224         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35225           don't try to create pad templates with NULL caps, use any caps
35226           instead.
35227
35228 2004-04-20  David Schleef  <ds@schleef.org>
35229
35230         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35231         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35232         (bug #140384)
35233
35234 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35235
35236         reviewed by David Schleef
35237
35238         * ext/mad/gstid3tag.c: Add stdlib.h
35239         * gst/rtp/gstrtpgsmenc.c: same
35240         * gst/tags/gstid3tag.c: same
35241         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35242         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35243         GST_DISABLE_LOADSAVE use.
35244         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35245         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35246         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35247         atol(3)).
35248         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35249         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35250         strtoul(3)).
35251         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35252         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35253         $(ID3_CFLAGS).
35254         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35255         $(LIBFAME_CFLAGS).
35256
35257 2004-04-20  David Schleef  <ds@schleef.org>
35258
35259         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35260         last checkin.  Same idea.
35261
35262 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35263
35264         reviewed by David Schleef
35265
35266         * configure.ac: bump required gstreamer version to 0.8.1.1
35267         because of following changes [--ds]
35268
35269         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35270         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35271         (gst_riff_read_header):  Use GST_READ_UINT*
35272         macros to access possibly unaligned memory.
35273
35274         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35275         (mp3_type_find):  Use GST_READ_UINT*
35276         macros to access possibly unaligned memory.
35277         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35278         (speex_type_find): Likewise
35279
35280         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35281
35282         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35283         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35284         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35285         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35286         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35287         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35288         macros to access possibly unaligned memory.
35289
35290         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35291         Likewise.
35292
35293         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35294         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35295
35296         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35297         Likewise.
35298
35299         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35300         (gst_mpeg2subt_chain_subtitle): Likewise.
35301
35302         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35303         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35304         Likewise.
35305
35306         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35307         Likewise.
35308
35309         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35310         Likewise.
35311
35312         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35313         Likewise.
35314
35315 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35316
35317         * configure.ac:
35318           update required version of GStreamer because of GST_TIME_FORMAT
35319
35320 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35321
35322         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35323           remove leftover g_print
35324         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35325           don't try setting only a subset of the caps. We don't want to kill
35326           autoplugging on purpose
35327
35328 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35329
35330         * sys/ximage/ximagesink.c: (plugin_init):
35331         * sys/xvimage/xvimagesink.c: (plugin_init):
35332           add debugging categories
35333
35334 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35335
35336         * po/en_GB.po:
35337         * po/LINGUAS:
35338           Adding en_GB translation (Gareth Owen)
35339
35340 2004-04-20  David Schleef  <ds@schleef.org>
35341
35342         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35343         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35344         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35345         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35346         A number of new features and hacks to extract the esds atom and
35347         put it into the caps.  (bug #137724)
35348
35349 2004-04-19  David Schleef  <ds@schleef.org>
35350
35351         * gconf/Makefile.am: Fix for non-GNU make
35352         * gst-libs/gst/Makefile.am: Change directory order to handle
35353         GstPlay linking with gstinterfaces
35354         * gst-libs/gst/audio/make_filter: make use of tr portable
35355         * gst-libs/gst/play/Makefile.am: Add intended \
35356         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35357         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35358         function prototype instead of void *.
35359         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35360         macro.
35361         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35362         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35363         * gst/videofilter/make_filter: make use of tr portable
35364         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35365
35366 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35367
35368         * po/LINGUAS:
35369         * po/uk.po:
35370           Added Ukrainian translation (Maxim V. Dziumanenko)
35371
35372 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35373
35374         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35375         (gst_gsmdec_link), (gst_gsmdec_chain):
35376           Fix capsnego, simplify chain function slightly.
35377         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35378           Add GSM.
35379
35380 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35381
35382         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35383         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35384         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35385           Hack to make wavparse work with spider (always -> sometimes pad).
35386           Fixes #135862 && #140411.
35387
35388 2004-04-18  Benjamin Otte  <otte@gnome.org>
35389
35390         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35391         (gst_osselement_rate_probe_check),
35392         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35393           get rid of \n in debug output
35394
35395 2004-04-17  Iain <iain@prettypeople.org>
35396
35397         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35398         not just EOS.
35399
35400 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35401
35402         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35403         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35404         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35405         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35406         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35407         (gst_id3_tag_change_state), (plugin_init):
35408           deprecate id3tag element and replace with id3demux/id3mux.
35409           great side effect: this ugly file is now even uglier, yay!
35410         * ext/mad/gstmad.h:
35411           remove non-available function
35412           update for new get_type
35413
35414 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35415
35416         * configure.ac:
35417           require mpeg2dec >= 0.4.0
35418
35419 2004-04-17  Benjamin Otte  <otte@gnome.org>
35420
35421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35422         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35423         (gst_xvimagesink_set_xwindow_id):
35424           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35425           assorted cleanup fixes.
35426
35427 2004-04-16  David Schleef  <ds@schleef.org>
35428
35429         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35430         * sys/xvimage/xvimagesink.h: same
35431
35432 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35433
35434         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35435           Fix GST_ELEMENT_ERROR with (NULL)
35436
35437 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35438
35439         * gst-libs/gst/riff/riff-media.c:
35440         (gst_riff_create_video_caps_with_data):
35441           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35442
35443 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35444
35445         * gst-libs/gst/riff/riff-media.c:
35446         (gst_riff_create_video_caps_with_data),
35447         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35448         (gst_riff_create_video_template_caps),
35449         (gst_riff_create_audio_template_caps):
35450         * gst-libs/gst/riff/riff-media.h:
35451         * gst-libs/gst/riff/riff-read.c:
35452         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35453         * gst-libs/gst/riff/riff-read.h:
35454         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35455           Add MS RLE support. I added some functions to read out strf chunks
35456           into strf chunks and the data behind it. This is usually color
35457           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35458           caps creation. Lastly, add ADPCM (similar to wavparse - which
35459           should eventually be rifflib based).
35460         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35461         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35462         * gst/matroska/matroska-demux.h:
35463           Remove placeholders for some prehistoric tagging system. Didn't add
35464           support for any tag system really anyway.
35465         * gst/qtdemux/qtdemux.c:
35466           Add support for audio/x-m4a (MPEG-4) through spider.
35467         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35468         (gst_wavparse_loop):
35469           ADPCM support (#135862). Increase max. buffer size because we
35470           cannot split buffers for ADPCM (screws references) and I've seen
35471           files with 2048 byte chunks. 4096 seems safe for now.
35472
35473 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35474
35475         * configure.ac: bump nano to 1
35476
35477 === release 0.8.1 ===
35478
35479 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35480
35481         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35482
35483 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35484
35485         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35486           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35487           Fixes #140058
35488
35489 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35490
35491         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35492           lower rank of dvddemux so that it's not used for mpeg playback.
35493
35494 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35495
35496         * configure.ac:
35497           save libs correctly when checking mad
35498
35499 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35500
35501         * ext/mad/gstid3tag.c: (plugin_init):
35502           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35503
35504 2004-04-13  David Schleef  <ds@schleef.org>
35505
35506         * common/m4/gst-feature.m4: Call -config scripts with
35507         --plugin-libs if it is supported.
35508         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35509         JPEG images are image/jpeg.
35510         * gst/debug/Makefile.am:
35511         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35512         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35513         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35514         (gst_negotiation_plugin_init): Add a property that acts like
35515         filter caps.
35516         * testsuite/gst-lint:  Move license checking to be a standard
35517         test.
35518
35519 2004-04-13  David Schleef  <ds@schleef.org>
35520
35521         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35522         patch from Sebastien Cote (bug #139958)
35523
35524 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35525
35526         * examples/gstplay/Makefile.am:
35527         * examples/gstplay/player.c: (main):
35528           make the commandline player example use gconf settings
35529
35530 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35531
35532         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35533         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35534         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35535           init/end library during state transition, not object
35536           creation/disposal.  get rid of custom dispose handler.
35537
35538
35539 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35540
35541         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35542         be a symlink
35543
35544 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35545
35546         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35547           Handle JUNK chunks inside data section. Prevents warnings.
35548
35549 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35550
35551         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35552         (gst_riff_create_video_template_caps):
35553           Add MS video v1.
35554         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35555         (gst_avi_demux_stream_data):
35556           Add support for "rec-list" chunks.
35557
35558 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35559
35560         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35561           Fix another codecname mismatch.
35562
35563 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35564
35565         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35566           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35567           so that MJPEG plays back.
35568
35569 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35570
35571         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35572         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35573         * gst/mpeg1videoparse/gstmp1videoparse.h:
35574           Fix for some slight mis-cuts in buffer parsing, and for some
35575           potential overflows or faults-causers. Adds disconts. Also fixes
35576           #139105 while we're at it.
35577
35578 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35579
35580         * configure.ac:
35581         * sys/v4l2/gstv4l2element.h:
35582           Workaround for missing struct v4l2_buffer declaration in Suse 9
35583           and Mandrake 10 linux/videodev2.h header file (#135919).
35584
35585 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35586
35587         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35588           Bail out if no filename was given.
35589
35590 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35591
35592         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35593         (gst_v4l2_fourcc_from_structure):
35594           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35595           Y41B somewhere).
35596
35597 2004-04-09  Benjamin Otte  <otte@gnome.org>
35598
35599         * ext/gnomevfs/gstgnomevfssink.c:
35600         (_gst_boolean_allow_overwrite_accumulator),
35601         (gst_gnomevfssink_class_init):
35602           fix erase signal - if any handler returns false the file will not be
35603           overwritten. If no handler is connected, the file will not be
35604           overwritten either.
35605           renamed signal to "allow-overwrite"
35606         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35607           free string when adding it to ID3 failed
35608         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35609           unref event when done
35610         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35611           free caps
35612         * gst/typefind/gsttypefindfunctions.c:
35613         (mpeg_video_stream_type_find):
35614           fix invalid read
35615
35616 2004-04-08  David Schleef  <ds@schleef.org>
35617
35618         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35619         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
35620
35621 2004-04-08  David Schleef  <ds@schleef.org>
35622
35623         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
35624         we don't support (bug #139532)
35625
35626 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35627
35628         * ext/mad/gstmad.c: (gst_mad_handle_event),
35629         (gst_mad_check_caps_reset), (gst_mad_chain),
35630         (gst_mad_change_state):
35631           only set explicit caps if they haven't been set before for
35632           this stream.  MPEG-audio sample rate/channels aren't allowed
35633           to change in-stream.
35634           Fixes #139382
35635
35636 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35637
35638         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
35639         (_gst_boolean_did_something_accumulator),
35640         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
35641         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
35642         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
35643         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
35644         (gst_gnomevfssink_change_state):
35645           Fix erase signal. Don't erase by default. Remove handoff signal.
35646           Remove erase property. Don't segfault. General cleanup.
35647
35648 2004-04-07  Benjamin Otte  <otte@gnome.org>
35649
35650         * gst-libs/gst/gconf/test-gconf.c: (main):
35651           add missing gst_init
35652
35653 2004-04-07  Benjamin Otte  <otte@gnome.org>
35654
35655         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35656           free the mutexes, too
35657
35658 2004-04-07  Benjamin Otte  <otte@gnome.org>
35659
35660         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35661           actually free the URI string
35662         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
35663           compute offset correctly when passing discont events
35664         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35665           don't leak discont events
35666         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35667           add some missing breaks so caps aren't copied randomly
35668         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
35669           if we realloc memory, we better use it
35670
35671 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35672
35673         * ext/mad/gstmad.c: (normal_seek):
35674           fix GST_FORMAT_TIME usage
35675
35676 2004-04-05  David Schleef  <ds@schleef.org>
35677
35678         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
35679         a deprecated function (hack!)
35680
35681 2004-04-05  Benjamin Otte  <otte@gnome.org>
35682
35683         * ext/esd/esdmon.c: (gst_esdmon_get):
35684           fix nonterminated vararg and memleak
35685
35686 2004-04-05  Benjamin Otte  <otte@gnome.org>
35687
35688         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
35689         (gst_ladspa_init), (gst_ladspa_force_src_caps),
35690         (gst_ladspa_set_property), (gst_ladspa_get_property),
35691         (gst_ladspa_instantiate), (gst_ladspa_activate),
35692         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
35693           clean up debugging
35694
35695 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
35696
35697         reviewed by Benjamin Otte  <otte@gnome.org>
35698
35699         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
35700           check for broken LADSPA parameters (fixes #138635)
35701
35702 2004-04-05  Benjamin Otte  <otte@gnome.org>
35703
35704         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
35705           advertise buffer-frames correctly on sinkpads
35706
35707 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35708
35709         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
35710         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
35711         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
35712         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
35713         (gst_mad_check_caps_reset), (gst_mad_chain):
35714         add more debugging, only reset caps when we're not in error state
35715
35716 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35717
35718         * ext/mad/gstmad.c: add debugging category, comment + cleanups
35719
35720 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35721
35722         reviewed by Benjamin Otte  <otte@gnome.org>
35723
35724         * configure.ac:
35725           fix == in test(1) operator
35726
35727 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35728
35729         reviewed by Benjamin Otte  <otte@gnome.org>
35730
35731         * configure.ac:
35732           fix --export-symblos-regex to a working regex.
35733
35734 2004-04-04  Benjamin Otte  <otte@gnome.org>
35735
35736         * sys/oss/.cvsignore:
35737           add for oss_probe
35738
35739 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
35740
35741         reviewed by Benjamin Otte  <otte@gnome.org>
35742
35743         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35744           add missing 'new_media' argument (fixes #138168)
35745         * gst/matroska/matroska-demux.c:
35746         (gst_matroska_demux_handle_seek_event):
35747           add vararg terminator (fixes #138169)
35748
35749 2004-04-02  David Schleef  <ds@schleef.org>
35750
35751         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
35752         disted (bug #138914)
35753
35754 2004-04-01  Benjamin Otte  <otte@gnome.org>
35755
35756         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
35757         (gst_alsa_close_audio):
35758           handle case better where a soundcard can't pause
35759         * ext/ogg/gstoggdemux.c:
35760           don't crash when we get events but don't have pads yet
35761
35762 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35763
35764         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
35765           throw an error if we couldn't probe any caps.
35766
35767 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
35768
35769         * ext/dvdnav/gst-dvd:
35770         Add a really simple sample DVD player
35771
35772 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
35773
35774         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
35775         (gst_a52dec_push), (gst_a52dec_handle_event),
35776         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
35777         (gst_a52dec_change_state):
35778         * ext/a52dec/gsta52dec.h:
35779           Use a debug category, Output timestamps correctly
35780           Emit tag info, Handle events, tell liba52dec about cpu
35781           capabilities so it can use MMX etc.
35782         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
35783           Fix a crasher accessing invalid memory
35784         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
35785         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
35786         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
35787         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
35788         (dvdnavsrc_query):
35789           Some support for byte-format seeking.
35790           Small fixes for still frames and menu button overlays
35791         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35792         (gst_mpeg2dec_alloc_buffer):
35793           Use a debug category. Adjust the report level of several items to
35794           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
35795           so it doesn't lose the GstBuffer pointer
35796         * gst/debug/Makefile.am:
35797         * gst/debug/gstdebug.c: (plugin_init):
35798         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
35799         (gst_navseek_base_init), (gst_navseek_class_init),
35800         (gst_navseek_init), (gst_navseek_seek),
35801         (gst_navseek_handle_src_event), (gst_navseek_set_property),
35802         (gst_navseek_get_property), (gst_navseek_chain),
35803         (gst_navseek_plugin_init):
35804         * gst/debug/gstnavseek.h:
35805           Add the navseek debug element for seeking back and forth in a
35806           video stream using arrow keys.
35807         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
35808         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
35809         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
35810         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
35811         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
35812         (gst_mpeg2subt_parse_header), (gst_get_nibble),
35813         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
35814         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
35815         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
35816         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
35817         * gst/mpeg2sub/gstmpeg2subt.h:
35818           Pretty much a complete rewrite. Now a loopbased element. May still
35819           require work to properly synchronise subtitle buffers.
35820         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
35821         (gst_dvd_demux_send_subbuffer):
35822         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
35823           Don't attempt to create subbuffers of size 0
35824           Reduce a couple of error outputs to warnings.
35825         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
35826         (gst_y4mencode_chain):
35827         Output the y4m frame header correctly.
35828
35829 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35830
35831         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
35832           throw errors instead of allowing SIGFPE
35833
35834 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35835
35836         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
35837         (gst_gconf_render_bin_from_key):
35838           leak plugging and style fixing
35839
35840 2004-03-31  David Schleef  <ds@schleef.org>
35841
35842         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
35843         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
35844         (bug #138225)
35845         * gst/debug/Makefile.am:
35846         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
35847         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
35848         plugin.
35849         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
35850         (gst_negotiation_base_init), (gst_negotiation_class_init),
35851         (gst_negotiation_init), (gst_negotiation_getcaps),
35852         (gst_negotiation_pad_link), (gst_negotiation_chain),
35853         (gst_negotiation_set_property), (gst_negotiation_get_property),
35854         (gst_negotiation_plugin_init):  New element to talk about random
35855         negotiation things happening in a pipeline.
35856
35857 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
35858
35859         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
35860           fix integer addition with help of Stefan Kost
35861
35862 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
35863
35864         * po/nl.po: updated Dutch translation (Elros Cyriatan)
35865
35866 2004-03-30  David Schleef  <ds@schleef.org>
35867
35868         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
35869         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
35870         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
35871         (bug #137504)
35872         * ext/mpeg2dec/gstmpeg2dec.h:
35873
35874 2004-03-30  David Schleef  <ds@schleef.org>
35875
35876         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
35877
35878 2004-03-30  David Schleef  <ds@schleef.org>
35879
35880         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
35881         Michael Petullo) to handle .mov
35882
35883 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35884
35885         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
35886         (gst_osselement_rate_check_rate):
35887           probe caps correctly for sound cards that only support one format
35888
35889 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35890
35891         * ext/kio/kiosrc.cpp: (process_events):
35892           update handling event processing if inside KDE - untested
35893
35894 2004-03-29  David Schleef  <ds@schleef.org>
35895
35896         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
35897         by 2 to not interfere with other colorspaces.
35898         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
35899         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
35900         one to not interfere with ffmpeg_colorspace.
35901
35902 2004-03-29  David Schleef  <ds@schleef.org>
35903
35904         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
35905         aren't in the caps.
35906         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
35907         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
35908
35909 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35910
35911         * gst-libs/gst/riff/riff-media.c:
35912           fail on error, don't try to set stuff on NULL caps
35913
35914 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35915
35916         * configure.ac:
35917         * ext/Makefile.am:
35918         * ext/kio/Makefile.am:
35919         * ext/kio/kioreceiver.cpp:
35920         * ext/kio/kioreceiver.h:
35921         * ext/kio/kiosrc.cpp:
35922         * ext/kio/kiosrc.h:
35923           add experimental kiosrc plugin
35924         * ext/alsa/gstalsaplugin.c: (plugin_init):
35925           initialize debugging category only when we're sure registering the
35926           plugins worked.
35927
35928 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35929
35930         * examples/gstplay/player.c: (main):
35931         * gst-libs/gst/play/play.c: (gst_play_class_init),
35932         (gst_play_set_location), (gst_play_set_data_src),
35933         (gst_play_set_video_sink), (gst_play_set_audio_sink),
35934         (gst_play_set_visualization), (gst_play_connect_visualization):
35935           check return values of element_set_state and return FALSE where
35936           failed
35937
35938 2004-03-29  Benjamin Otte  <otte@gnome.org>
35939
35940         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35941           try harder to check if an event is really a discont
35942
35943 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35944
35945         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
35946         * po/az.po:
35947
35948 2004-03-28  Benjamin Otte  <otte@gnome.org>
35949
35950         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
35951         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
35952         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
35953           get rid of non-standard "..." ranges in case statements.
35954
35955 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
35956
35957         * gst/mpegstream/gstmpegdemux.c:
35958         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
35959         specific functionality split to the new dvddemux element.
35960         * gst/mpegstream/gstdvddemux.c:
35961         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
35962         streams, derived from mpegdemux.
35963         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
35964         up. SCR based timestamp rewriting can be turned off (will probably
35965         completely disappear soon).
35966         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
35967         hacking. General cleanup. All printf statements replaced by
35968         debugging messages. Almost complete libdvdnav support.
35969         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
35970         by events. New properties for audio and subpicture languages.
35971         (dvdnavsrc_update_highlight): Now uses events.
35972         (dvdnavsrc_user_op): Cleaned up.
35973         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
35974         based). Lots of cleanup, and propper support for most libdvdnav
35975         events.
35976         (dvdnavsrc_make_dvd_event): New function.
35977         (dvdnavsrc_make_dvd_nav_packet_event): New function.
35978         (dvdnavsrc_make_clut_change_event): New function.
35979
35980 2004-03-26  Benjamin Otte  <otte@gnome.org>
35981
35982         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
35983           fix bug where typefinding would claim it's theora whenever less then
35984           7 bytes of data were available
35985
35986 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35987
35988         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
35989         (gst_alawdec_base_init), (gst_alawdec_class_init),
35990         (gst_alawdec_init), (gst_alawdec_chain):
35991         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
35992         (gst_alawenc_base_init), (gst_alawenc_class_init),
35993         (gst_alawenc_init), (gst_alawenc_chain):
35994         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
35995         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
35996         (gst_mulawdec_init), (gst_mulawdec_chain):
35997         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
35998         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
35999         (gst_mulawenc_init), (gst_mulawenc_chain):
36000           Fix capsnego in all four, remove the unused property functions and
36001           simplify the chain functions slightly. I guess we could use macros
36002           or something similar for those, since the code is so similar, but
36003           I'm currently too lazy...
36004
36005 2004-03-24  David Schleef  <ds@schleef.org>
36006
36007         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36008         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36009         (gst_osselement_get_format_structure),
36010         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36011         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36012         (gst_osselement_rate_int_compare): Add code to handle rate probing
36013         (bug #120883)
36014         * sys/oss/gstosselement.h: same
36015         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36016         Use rate probing provided by osselement.
36017         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36018
36019 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36020
36021         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36022         (gst_xvidenc_get_property):
36023           ulong/int mess-up.
36024
36025 2004-03-24  David Schleef  <ds@schleef.org>
36026
36027         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36028         (gst_speexdec_init):
36029         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36030         (gst_speexenc_init):  Create the pad template correctly (from
36031         the static pad template, not a NULL pointer.)
36032
36033 2004-03-25  Benjamin Otte  <otte@gnome.org>
36034
36035         * gst/debug/Makefile.am:
36036         * gst/debug/breakmydata.c:
36037           add element that quasi-randomly changes bytes in the stream.
36038           Intended use is robustness checking of demuxers and decoders in
36039           media tests.
36040
36041 2004-03-24  Benjamin Otte  <otte@gnome.org>
36042
36043         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36044         (gst_alsa_probe_hw_params):
36045         * ext/alsa/gstalsa.h:
36046           debugging output fixes
36047
36048 2004-03-24  Benjamin Otte  <otte@gnome.org>
36049
36050         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36051           don't g_return_if_fail if element is PLAYING, fail silently as every
36052           other element.
36053         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36054           only fix needed for cast lvalue issues in gst-plugins
36055         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36056           add proxy_getcaps
36057
36058 2004-03-24  Benjamin Otte  <otte@gnome.org>
36059
36060         * gst/level/gstlevel.c: (gst_level_init):
36061           add proxying getcaps function, so level doesn't advertise impossible
36062           caps
36063
36064 2004-03-24  David Schleef  <ds@schleef.org>
36065
36066         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36067         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36068         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36069         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36070         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36071         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36072         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36073         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36074         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36075         messages.  Divide the chunk size by the compression ratio
36076         (needed for MACE audio)
36077
36078 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36079
36080         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36081           Fix buffer overflow read error.
36082
36083 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36084
36085         * ext/alsa/gstalsa.h:
36086           Remove unused entry.
36087         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36088           Add cinepak.
36089         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36090         (gst_videodrop_link), (gst_videodrop_chain):
36091           Fix, sort of. Was horribly broken with new capsnego. Bah...
36092
36093 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36094
36095         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36096         (plugin_init):
36097         Add a monkeysaudio typefind function
36098
36099 2004-03-23  Johan Dahlin  <johan@gnome.org>
36100
36101         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36102         (gst_play_video_fixate): Check so the structure has the field
36103         before trying to fixate them, this makes it possible to have
36104         fakesinks for video and audio output without printing errors on
36105         the output console.
36106
36107 2004-03-22  David Schleef  <ds@schleef.org>
36108
36109         * sys/oss/Makefile.am:
36110         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36111         (check_rate), (add_rate):  Rate probing test app.
36112
36113 2004-03-21  Benjamin Otte  <otte@gnome.org>
36114
36115         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36116         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36117           add a fixation function that pretty much does the right thing (fixes
36118           #137556)
36119
36120 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36121
36122         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36123
36124 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36125
36126         reviewed by: Benjamin Otte  <otte@gnome.org>
36127
36128         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36129           terminate gst_event_new_discontinuous correctly (fixes parts of
36130           #137711)
36131
36132 2004-03-19  David Schleef  <ds@schleef.org>
36133
36134         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36135         since it doesn't depend on X, and it's part of our ABI.
36136
36137 2004-03-19  Iain <iain@prettypeople.org>
36138
36139         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36140         is_int in the structure, not the local variable.
36141
36142 2004-03-19  David Schleef  <ds@schleef.org>
36143
36144         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36145         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36146         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36147         Improvements in caps negotiation.
36148
36149 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36150
36151         * po/LINGUAS:
36152         * po/af.po:
36153           adding Afrikaans (Petri Jooste)
36154
36155 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36156
36157         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36158         (gst_ffmpegcolorspace_chain):
36159         throw error instead of g_critical (#137588)
36160
36161 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36162
36163         * Makefile.am:
36164         * configure.ac:
36165           dist common and m4 correctly
36166         * po/sv.po:
36167
36168 2004-03-17  David Schleef  <ds@schleef.org>
36169
36170         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36171         (bug #137348)
36172
36173 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36174
36175         * po/LINGUAS:
36176         * po/sv.po:
36177           adding Swedish translation (Christian Rose)
36178
36179 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36180
36181         * Makefile.am: use release.mak
36182
36183 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36184
36185         * common/ChangeLog:
36186         * common/gst-autogen.sh:
36187           add some explanation about the version detection
36188         * configure.ac:
36189           fix X check
36190
36191 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36192
36193         * configure.ac: bump nano to 1
36194
36195 === release 0.8.0 ===
36196
36197 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36198
36199         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36200
36201 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36202
36203         * configure.ac:
36204           update libtool version
36205         * gst-libs/gst/media-info/Makefile.am:
36206           actually use libtool version
36207
36208 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36209
36210         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36211
36212 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36213
36214         * configure.ac:
36215         * gst-plugins.spec.in:
36216         * pkgconfig/Makefile.am:
36217         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36218         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36219         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36220         * pkgconfig/gstreamer-libs.pc.in:
36221         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36222         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36223         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36224         * pkgconfig/gstreamer-plugins.pc.in:
36225           remove @VERSION@ from some of the pc files since core and plugins
36226           are decoupled.
36227           created gstreamer-plugins.pc as it's a better name, but keeping
36228           -libs around for now to get fixes upstream done first.
36229
36230 2004-03-15  Julien MOUTTE <julien@moutte.net>
36231
36232         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36233         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36234         * gst-libs/gst/play/play.h:
36235
36236 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36237
36238         * *.c, *.cc: don't mix tabs and spaces
36239
36240 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36241
36242         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36243           use the new ffmpegcolorspace
36244         * gst-plugins.spec.in:
36245           package new colorspace and media-info
36246         * configure.ac:
36247         * pkgconfig/Makefile.am:
36248           fix some more disting issues
36249         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36250         * pkgconfig/gstreamer-media-info.pc.in:
36251           generate media-info pc files
36252
36253 2004-03-15  Johan Dahlin  <johan@gnome.org>
36254
36255         * *.h: Revert indenting
36256
36257 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36258
36259         * configure.ac:
36260           adding ffmpegcolorspace element
36261         * gst/ffmpegcolorspace/Makefile.am:
36262         * gst/ffmpegcolorspace/avcodec.h:
36263         * gst/ffmpegcolorspace/common.h:
36264         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36265         * gst/ffmpegcolorspace/dsputil.h:
36266         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36267         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36268         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36269         (gst_ffmpeg_caps_to_pix_fmt):
36270         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36271         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36272         (gst_ffmpegcolorspace_caps_remove_format_info),
36273         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36274         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36275         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36276         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36277         (gst_ffmpegcolorspace_set_property),
36278         (gst_ffmpegcolorspace_get_property),
36279         (gst_ffmpegcolorspace_register):
36280         * gst/ffmpegcolorspace/imgconvert.c:
36281         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36282         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36283         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36284         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36285         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36286         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36287         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36288         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36289         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36290         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36291         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36292         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36293         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36294         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36295         (img_get_alpha_info), (deinterlace_line),
36296         (deinterlace_line_inplace), (deinterlace_bottom_field),
36297         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36298         * gst/ffmpegcolorspace/imgconvert_template.h:
36299         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36300         * gst/ffmpegcolorspace/mmx.h:
36301         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36302           adding ffmpegcolorspace element supplied by Ronald after cleaning
36303           up and pulling in the right bits of upstream source.
36304           I'm sure a better C/compiler wizard could do some cleaning up (for
36305           example use GLIB's malloc stuff), but as a first pass this
36306           works very well
36307
36308 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36309
36310         * ext/alsa/gstalsa.h:
36311           I assume Ronald forgot to commit the change to have cardname
36312           as a struct member.  Expect some public spanking at the next
36313           opportunity.
36314
36315 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36316
36317         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36318         (gst_alsa_open_audio), (gst_alsa_close_audio):
36319         * ext/alsa/gstalsa.c:
36320           Don't open the device if we're a mixer (= padless).
36321         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36322         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36323         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36324           Open mixer during state change rather than during object
36325           initialization. Also, get a device name. Currently in a somewhat
36326           hackish fashion, but I didn't really find something better.
36327
36328 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36329
36330         * *.c, *.h: run gst-indent
36331
36332 2004-03-14  Benjamin Otte  <otte@gnome.org>
36333
36334         * gst/modplug/gstmodplug.cc:
36335         * gst/modplug/gstmodplug.h:
36336           set correct timestamps on outgoing buffers
36337
36338 2004-03-14  Benjamin Otte  <otte@gnome.org>
36339
36340         * gst/modplug/gstmodplug.cc:
36341           handle events - don't do crap when a discont arrives that's not
36342           necessary
36343           This allows correct loading and playback of mods in Rhythmbox
36344
36345 2004-03-14  Benjamin Otte  <otte@gnome.org>
36346
36347         * configure.ac:
36348         * gst-libs/gst/gconf/Makefile.am:
36349         * pkgconfig/Makefile.am:
36350           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36351           they get rebuilt properly
36352         * configure.ac:
36353           when checking for vorbis, try pkgconfig first.
36354         * gst/modplug/gstmodplug.cc:
36355           add fixate function
36356
36357 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36358
36359         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36360           Fix for obvious mistake, where we first shift the offset and then
36361           read a samplesize element assuming the old offset. Note that this
36362           part still has something weird, i.e. my movies containing those
36363           don't actually play well, but at least there's something that looks
36364           like sound now.
36365
36366 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36367         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36368         (plugin_init):
36369         Add a typefind function for speex format
36370
36371 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36372
36373         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36374         (gst_asf_demux_setup_pad):
36375           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36376           instead of 0. Reason is simple: some elements have a fps range
36377           of 1-max instead of 0-max. So now ASF video actually works.
36378
36379 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36380
36381         * po/LINGUAS:
36382         * po/sr.po:
36383           adding serbian as a language
36384
36385 2004-03-13  Benjamin Otte  <otte@gnome.org>
36386
36387         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36388           return taglist correctly from _get function, don't gst_pad_push it.
36389           (fixes #137042)
36390
36391 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36392         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36393
36394 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36395
36396         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36397         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36398         (gst_alsa_mixer_track_new):
36399         * ext/alsa/gstalsamixertrack.h:
36400           Fix ancient leftovers... MixerTrack is a GObject.
36401
36402 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36403
36404         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36405         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36406           Don't block during probing...
36407
36408 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36409
36410         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36411         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36412         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36413         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36414         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36415         (gst_alsa_open_audio), (gst_alsa_close_audio):
36416         * ext/alsa/gstalsa.h:
36417           Add propertyprobe interface implementation, add some device-name
36418           property, all this so that it looks good in gnome-volume-control.
36419
36420 2004-03-12  David Schleef  <ds@schleef.org>
36421
36422         * configure.ac: the Hermes library controls hermescolorspace, not
36423         colorspace.
36424         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36425         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36426         not /* */
36427         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36428         * ext/sdl/sdlvideosink.h: ditto.
36429         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36430
36431 2004-03-12  Benjamin Otte  <otte@gnome.org>
36432
36433         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36434         (gst_x_overlay_got_xwindow_id):
36435         * gst-libs/gst/xoverlay/xoverlay.h:
36436           replace XID with unsigned long to get rid of the xlibs dependency in
36437           XOverlay (fixes #137004)
36438
36439 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36440         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36441         (gst_agingtv_setup):
36442         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36443         (gst_dicetv_base_init), (gst_dicetv_class_init),
36444         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36445         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36446         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36447         (gst_edgetv_setup), (gst_edgetv_rgb32):
36448         * gst/effectv/gsteffectv.c:
36449         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36450         (gst_quarktv_set_property):
36451         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36452         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36453         (gst_revtv_setup), (gst_revtv_rgb32):
36454         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36455         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36456         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36457         (gst_shagadelictv_rgb32):
36458         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36459         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36460         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36461         * gst/effectv/gstwarp.c:
36462         Port everything that can be ported to videofilter and fix up the caps.
36463         Can someone with a big-endian machine please check these?
36464
36465 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36466
36467         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36468         (gst_osssink_chain), (gst_osssink_change_state):
36469           Latest fixes for A/V sync, audio playback and such. This is about
36470           all... MPEG playback issues are mostly related to the async build-
36471           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36472
36473 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36474
36475         patch from: Stephane Loeuillet
36476
36477         * configure.ac:
36478           use pkg-config for some libraries, falling back to the old .m4 way
36479           (fixes #131270)
36480         * m4/libdv.m4:
36481           removed
36482
36483 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36484
36485         * configure.ac:
36486         * tools/Makefile.am:
36487         * tools/Makefile.in:
36488         * tools/gst-launch-ext-m.m:
36489         * tools/gst-launch-ext.1.in:
36490         * tools/gst-visualise-m.m:
36491         * tools/gst-visualise.1:
36492         * tools/gst-visualise.1.in:
36493           reorganizing generation of script tools
36494
36495 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36496
36497         * ext/divx/gstdivxdec.c:
36498           Downgrade priority. We prefer ffdec_mpeg4.
36499         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36500         (gst_faad_chain), (gst_faad_change_state):
36501           Fix capsnego. Doesn't work for some sounds because we don't have
36502           a 5:1 to stereo element.
36503         * ext/xvid/gstxvid.c: (plugin_init):
36504           Add priority.
36505         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36506         (gst_osssink_change_state):
36507           Add discont handling.
36508
36509 2004-03-09  Colin Walters  <walters@verbum.org>
36510
36511         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36512         conversion.
36513
36514 2004-03-09  Benjamin Otte  <otte@gnome.org>
36515
36516         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36517           the signals take 2 arguments
36518
36519 2004-03-09  David Schleef  <ds@schleef.org>
36520
36521         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36522         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36523         * ext/alsa/gstalsa.h:
36524         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36525
36526 2004-03-09  Benjamin Otte  <otte@gnome.org>
36527
36528         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36529         (gst_mikmod_change_state):
36530         * ext/mikmod/gstmikmod.h:
36531           make mikmod's loop function not loop infinitely and call
36532           gst_element_yield anymore
36533         * gst/modplug/gstmodplug.cc:
36534           fix pad negotiation (fixes #136590)
36535
36536 2004-03-09  David Schleef  <ds@schleef.org>
36537
36538         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36539         doesn't conflict with the internal colorspace plugin.
36540         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36541         satisfy the crappy-ass shell shipped by a certain vendor.
36542         * gst/videofilter/make_filter: same (bug #135299)
36543
36544 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36545
36546         * configure.ac: bump nano to 1
36547
36548 === release 0.7.6 ===
36549
36550 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36551
36552         * configure.in: releasing 0.7.6, "There"
36553
36554 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36555
36556         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36557         * pkgconfig/gstreamer-play.pc.in:
36558           synchronize the two
36559
36560 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36561
36562         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36563         (cdparanoia_open), (cdparanoia_event):
36564           fix/add error handling
36565         * po/POTFILES.in:
36566           add cdparanoia source
36567         * tools/Makefile.am:
36568           make scripts executable
36569
36570 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36571
36572         * configure.ac:
36573         * ext/vorbis/Makefile.am:
36574         * sys/Makefile.am:
36575           remove id3types, vorbisfile and xvideosink from the build (#133783)
36576
36577 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36578
36579         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36580           Fix metadata read crash (#136537).
36581
36582 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36583
36584         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36585         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36586           adding mime types, fixing the one-stop function
36587
36588 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36589
36590         * ext/nas/nassink.c and /ext/nas/nassink.h:
36591         More NAS love from Arwed von Merkatz
36592         So lets all sing 'Can you feel the NAS tonight'
36593
36594 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36595
36596         * tools/gst-launch-ext.in:
36597         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36598
36599 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36600
36601         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36602         (gst_mpeg2dec_init):
36603         remove the user_data pad for now, because it is being used in
36604         fixating causing MPEG playback to fixate on 1000 Hz for playback.
36605         If someone knows how to fix this properly, please do.
36606
36607 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36608
36609         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36610         (gst_osssink_get_time):
36611         add a warning, IMO this won't get triggered anymore, remove later
36612
36613 2004-03-07  David Schleef  <ds@schleef.org>
36614
36615         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
36616         format (bug #136470)
36617
36618 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36619
36620         * gst-libs/Makefile.am:
36621         * gst-libs/gst/media-info/Makefile.am:
36622         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
36623         (error_callback), (gst_media_info_error_create),
36624         (gst_media_info_error_element), (gmip_init), (gmip_reset),
36625         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
36626         * gst-libs/gst/media-info/media-info-priv.h:
36627         * gst-libs/gst/media-info/media-info-test.c: (main):
36628         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
36629         (gst_media_info_class_init), (gst_media_info_instance_init),
36630         (gst_media_info_set_source), (gst_media_info_read_with_idler),
36631         (gst_media_info_read_idler), (gst_media_info_read):
36632         * gst-libs/gst/media-info/media-info.h:
36633         fixed, should work now
36634
36635 2004-03-07  Christian Schaller <Uraeus@gnome.org>
36636
36637         * ext/nas/nassink.c:
36638         A bunch of NAS fixes from Arwed von Merkatz
36639
36640 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36641
36642         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
36643         (qtdemux_parse_trak):
36644           Fix crash (j might be greater than n_samples, in which case we're
36645           writing outside the allocated space for the array) and memleak.
36646
36647 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36648
36649         * sys/oss/gstosssink.c: (gst_osssink_chain):
36650           And another caller that couldn't handle delay < 0 (unsigned
36651           integer overflow). Video now continues playing on an audio
36652           buffer underrun, and the clock continues working. Audio still
36653           stalls.
36654
36655 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36656
36657         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36658         (gst_osssink_get_time):
36659           get_delay() may return values lower than 0. In those cases, we
36660           should not actually cast to *unsigned* int64, that will break
36661           stuff horribly. In my case, it screwed up A/V sync in movies
36662           in totem rather badly.
36663
36664 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36665
36666         * ext/faac/gstfaac.c: (gst_faac_chain):
36667         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36668         * ext/libpng/gstpngenc.c: (user_write_data):
36669         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36670         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
36671         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
36672         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36673         Fix several misuse of gst_buffer_merge (it doesn't take ownership
36674         of any buffer), should fix some leaks. I hope I didn't unref buffers
36675         that shouldn't be...
36676
36677 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36678
36679         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
36680         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
36681         (error_callback), (gmi_reset), (gmi_seek_to_track),
36682         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
36683         (gmip_find_type_post), (gmip_find_stream_post),
36684         (gmip_find_track_streaminfo_post):
36685         * gst-libs/gst/media-info/media-info-priv.h:
36686         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
36687         (info_print), (main):
36688         * gst-libs/gst/media-info/media-info.c:
36689         (gst_media_info_error_create), (gst_media_info_error_element),
36690         (gst_media_info_instance_init), (gst_media_info_get_property),
36691         (gst_media_info_new), (gst_media_info_set_source),
36692         (gst_media_info_read_idler), (gst_media_info_read):
36693         * gst-libs/gst/media-info/media-info.h:
36694           first pass at making this work again.  This seems to work on
36695           tagged ogg/vorbis and mp3 files.
36696
36697 2004-03-06  Benjamin Otte  <otte@gnome.org>
36698
36699         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
36700           fix huge leak: gst_buffer_merge doesn't unref the first argument
36701           itself.
36702
36703 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36704
36705         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
36706           report layer/mode/emphasis
36707
36708 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36709
36710         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
36711
36712 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36713
36714         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
36715           signal serial
36716
36717 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36718
36719         * ext/vorbis/vorbis.c: (plugin_init):
36720         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
36721         (gst_vorbis_dec_init), (vorbis_dec_event):
36722         add debug category
36723         make vorbisdec handle _BYTE and _TIME queries
36724
36725 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36726
36727         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
36728           from the xing header
36729
36730 2004-03-06  Benjamin Otte  <otte@gnome.org>
36731
36732         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
36733         (gst_audio_convert_link), (gst_audio_convert_change_state),
36734         (gst_audio_convert_buffer_from_default_format):
36735           do conversions from/to float correctly, fix some caps nego errors,
36736           export correct supported caps in template and getcaps, use correct
36737           caps in try_set_caps functions
36738
36739 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36740
36741         For some reason, I only committed a ChangeLog entry yesterday and
36742         not the corresponding code...
36743         * ext/mad/gstmad.c: Fix detection of Xing headers
36744         * gst/tags/gstid3tag.c: Changes to support TLEN tags
36745
36746 2004-03-06  Benjamin Otte  <otte@gnome.org>
36747
36748         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
36749         (gst_ogg_demux_src_query):
36750           make sure to handle the case where there's no current chain
36751           gracefully.
36752
36753 2004-03-05  David Schleef  <ds@schleef.org>
36754
36755         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
36756         Add fixate function. (bug #131128)
36757         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
36758         (gst_sdlvideosink_fixate):  Add fixate function.
36759         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36760         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
36761         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
36762         Fix missing break that was causing ulaw to be interpreted as
36763         raw int.
36764
36765 2004-03-05  David Schleef  <ds@schleef.org>
36766
36767         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36768         Fix code that ignores return value of gst_buffer_merge().
36769         (bug #114560)
36770         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
36771         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
36772         * testsuite/gst-lint:  Check for above.
36773
36774 2004-03-05  David Schleef  <ds@schleef.org>
36775
36776         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
36777         caps and throw an element error.  (bug #136334)
36778
36779 2004-03-05  David Schleef  <ds@schleef.org>
36780
36781         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
36782         (gst_faad_chain): Fix negotiation.
36783         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
36784         key and button events.
36785         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
36786         dung heap of code.
36787         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
36788         depends on gconf
36789         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
36790         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
36791         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
36792         function to encourage better negotiation, particularly between
36793         audioconvert and osssink.
36794         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
36795         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
36796         more important.
36797         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
36798         typefinding.
36799         * gst/vbidec/vbiscreen.c:  Add glib header
36800         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
36801
36802 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
36803
36804         * ext/mad/gstmad.c: Fix detection of Xing headers
36805         * gst/tags/gstid3tag.c: Changes to support TLEN tags
36806
36807 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36808
36809         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36810         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
36811           debug updates
36812
36813 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36814
36815         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
36816         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
36817         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
36818         files, and report the parsed length as a GST_TAG_DURATION tag.
36819         * gst/tags/gstid3tag.c: support TLEN (duration) tag
36820
36821 2004-03-05  Benjamin Otte  <otte@gnome.org>
36822
36823         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
36824           convert channels correctly. convert correctly to unsigned.
36825
36826 2004-03-05  Julien MOUTTE <julien@moutte.net>
36827
36828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
36829         we have a window before clearing it.
36830
36831 2004-03-05  Julien MOUTTE <julien@moutte.net>
36832
36833         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
36834         have a window before clearing it.
36835
36836 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
36837
36838         * gconf/gstreamer.schemas.in:
36839         * gst-libs/gst/gconf/Makefile.am:
36840           version installation path the same way as for 0.6
36841         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36842         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36843         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36844           remove comment that was fixed
36845
36846 2004-03-05  David Schleef  <ds@schleef.org>
36847
36848         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
36849         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
36850         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
36851         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
36852         Add prototype code for handling seeking and querying.
36853
36854 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36855
36856         * examples/gstplay/player.c: (main):
36857           Initialize variables to NULL. Prevents a segfault because the
36858           (uninitialized) variable is not NULL, resulting in a crash on
36859           trying to reach error->message.
36860
36861 2004-03-05  Benjamin Otte  <otte@gnome.org>
36862
36863         * gst/audioconvert/gstaudioconvert.c:
36864         (gst_audio_convert_buffer_to_default_format):
36865         make float=>int conversion work correctly even in cornercases.
36866
36867 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
36868
36869         * debian/README.Debian:
36870         * debian/build-deps:
36871         * debian/changelog:
36872         * debian/control:
36873         * debian/control.in:
36874         * debian/copyright:
36875         * debian/gstreamer-a52dec.files:
36876         * debian/gstreamer-aa.files:
36877         * debian/gstreamer-alsa.files:
36878         * debian/gstreamer-alsa.manpages:
36879         * debian/gstreamer-arts.files:
36880         * debian/gstreamer-artsd.files:
36881         * debian/gstreamer-audiofile.files:
36882         * debian/gstreamer-avifile.files:
36883         * debian/gstreamer-cdparanoia.files:
36884         * debian/gstreamer-colorspace.files:
36885         * debian/gstreamer-doc.files:
36886         * debian/gstreamer-dv.files:
36887         * debian/gstreamer-dvd.files:
36888         * debian/gstreamer-esd.files:
36889         * debian/gstreamer-festival.files:
36890         * debian/gstreamer-flac.files:
36891         * debian/gstreamer-gconf.conffiles:
36892         * debian/gstreamer-gconf.files:
36893         * debian/gstreamer-gconf.postinst:
36894         * debian/gstreamer-gnomevfs.files:
36895         * debian/gstreamer-gsm.files:
36896         * debian/gstreamer-http.files:
36897         * debian/gstreamer-jack.files:
36898         * debian/gstreamer-jpeg.files:
36899         * debian/gstreamer-mad.files:
36900         * debian/gstreamer-mikmod.files:
36901         * debian/gstreamer-misc.files:
36902         * debian/gstreamer-mpeg2dec.files:
36903         * debian/gstreamer-oss.files:
36904         * debian/gstreamer-plugin-apps.files:
36905         * debian/gstreamer-plugin-apps.manpages:
36906         * debian/gstreamer-plugin-libs-dev.files:
36907         * debian/gstreamer-plugin-libs.files:
36908         * debian/gstreamer-plugin-template.postinst:
36909         * debian/gstreamer-plugin-template.postrm:
36910         * debian/gstreamer-sdl.files:
36911         * debian/gstreamer-sid.files:
36912         * debian/gstreamer-vorbis.files:
36913         * debian/gstreamer-x.files:
36914         * debian/mk.control:
36915         * debian/rules:
36916         Debian package info not maintained here.
36917
36918 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
36919
36920         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
36921         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
36922         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
36923         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
36924         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
36925         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
36926         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
36927         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
36928         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
36929         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
36930         * gst-libs/gst/colorbalance/colorbalance.c:
36931         (gst_color_balance_class_init):
36932         * gst-libs/gst/colorbalance/colorbalancechannel.c:
36933         (gst_color_balance_channel_class_init):
36934         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36935         * gst-libs/gst/play/play.c: (gst_play_class_init):
36936         * gst-libs/gst/propertyprobe/propertyprobe.c:
36937         (gst_property_probe_iface_init):
36938         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
36939         * gst-libs/gst/tuner/tunerchannel.c:
36940         (gst_tuner_channel_class_init):
36941         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
36942         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
36943         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
36944         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
36945         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
36946         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
36947         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
36948         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
36949         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
36950           fix signals to use - instead of _
36951         * ext/libcaca/gstcacasink.h:
36952         * ext/sdl/sdlvideosink.h:
36953           fix header rename
36954
36955 2004-03-04  David Schleef  <ds@schleef.org>
36956
36957         * testsuite/gst-lint:  Add a check for bad signal names.
36958
36959 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
36960
36961         reviewed by David Schleef
36962
36963         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
36964         modified the alpha channel and caused a warning. (bug #136192)
36965
36966 2004-04-03  Christian Schaller <Uraeus@gnome.org>
36967
36968         * gst-plugins.spec.in:
36969         Change names of plugins to actually be correct. Try to keep things
36970         alphabetical to avoid getting beat up by Thomas
36971
36972 2004-03-03  Julien MOUTTE <julien@moutte.net>
36973
36974         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
36975         Using ximagesink as a default if no gconf key found. We should
36976         probably consider using alsasink instead of osssink for the audio
36977         part.
36978
36979 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
36980
36981         * configure.ac:
36982           fix --with-plugins, don't think it ever worked before
36983         * gst-plugins.spec.in:
36984           even more updates
36985
36986 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36987
36988         * ext/sdl/sdlvideosink.h:
36989         * sys/ximage/ximagesink.h:
36990         * sys/xvideo/xvideosink.h:
36991         * sys/xvimage/xvimagesink.h:
36992           Fix for move of gstvideosink.h -> videosink.h.
36993
36994 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
36995
36996         * gst-libs/gst/xwindowlistener/Makefile.am:
36997           this is a plugin library, not a library
36998
36999 2004-03-01  David Schleef  <ds@schleef.org>
37000
37001         * AUTHORS:  Added some names.  Add yourself if you're still
37002         missing.
37003
37004 2004-03-01  David Schleef  <ds@schleef.org>
37005
37006         * MAINTAINERS: Add
37007
37008 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37009
37010         * gst-plugins.spec.in: clean up spec file
37011
37012 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37013
37014         * gst-libs/gst/video/Makefile.am:
37015         * gst-libs/gst/video/gstvideosink.c:
37016         * gst-libs/gst/video/gstvideosink.h:
37017           rename gstvideosink.h to videosink.h to match other headers
37018         * gst/mixmatrix/Makefile.am:
37019           fix plugin filename
37020         * gst/tags/Makefile.am: fix plugin filename
37021
37022 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37023
37024         * gst/tags/Makefile.am: fix plugin filename
37025
37026 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37027
37028         * examples/gstplay/player.c: (got_time_tick), (main):
37029           add error handler
37030           display time_tick more readably
37031         * gst/mixmatrix/Makefile.am:
37032           fix plugin file name
37033
37034 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37035
37036         * sys/oss/gstosselement.c: (gst_osselement_probe),
37037         (device_combination_append), (gst_osselement_class_probe_devices):
37038         * sys/oss/gstosselement.h:
37039           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37040           on my system using alsa oss emulation, fixes bug #135597
37041
37042 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37043
37044         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37045         (gst_videodrop_chain), (gst_videodrop_change_state):
37046         * gst/videodrop/gstvideodrop.h:
37047           Work based on timestamp of input data, not based on the expected
37048           framerate from the input. The consequence is that this element now
37049           not only scales framerates, but also functions as a framerate
37050           corrector or framerate stabilizer/constantizer.
37051
37052 2004-02-27  David Schleef  <ds@schleef.org>
37053
37054         patches from jmmv@menta.net (Julio M. Merino Vidal)
37055
37056         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37057         GST_ELEMENT_ERROR call (bug #135634)
37058         * gst/interleave/interleave.c: (interleave_buffered_loop),
37059         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37060         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37061         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37062         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37063         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37064         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37065         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37066         Fix GST_ELEMENT_ERROR call.
37067         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37068         GST_ELEMENT_ERROR call.
37069
37070 2004-02-27  Benjamin Otte  <otte@gnome.org>
37071
37072         * gst-libs/gst/audio/audio.h:
37073           add macro to make sure header isn't included twice
37074         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37075           don't use gst_buffer_free
37076         * gst/playondemand/filter.func:
37077           don't use gst_data_free. Free data only once.
37078
37079 2004-02-26  David Schleef  <ds@schleef.org>
37080
37081         * gst-libs/gst/colorbalance/Makefile.am:
37082         * gst-libs/gst/mixer/Makefile.am:
37083         * gst-libs/gst/tuner/Makefile.am:
37084         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37085         should not be disted, -marshal.h files should not be installed,
37086         and -enum.h files _should_ be installed.  Fix to make this the
37087         case.
37088
37089 === release 0.7.5 ===
37090
37091 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37092
37093         * configure.ac: release 0.7.5, "Under The Sea"
37094
37095 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37096
37097         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37098         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37099         * gst/videoscale/gstvideoscale.c:
37100         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37101           assorted debug/warning fixes
37102
37103 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37104
37105         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37106         (gst_videoscale_init), (gst_videoscale_chain),
37107         (gst_videoscale_set_property), (plugin_init):
37108         * gst/videoscale/gstvideoscale.h:
37109         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37110         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37111         (gst_videoscale_planar400), (gst_videoscale_packed422),
37112         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37113         (gst_videoscale_24bit), (gst_videoscale_16bit),
37114         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37115         (gst_videoscale_scale_plane_slow),
37116         (gst_videoscale_scale_point_sample),
37117         (gst_videoscale_scale_nearest),
37118         (gst_videoscale_scale_nearest_str2),
37119         (gst_videoscale_scale_nearest_str4),
37120         (gst_videoscale_scale_nearest_32bit),
37121         (gst_videoscale_scale_nearest_24bit),
37122         (gst_videoscale_scale_nearest_16bit):
37123         add debugging category and use it properly
37124         fix use of GST_PTR_FORMAT
37125
37126 2004-02-25  Andy Wingo  <wingo@pobox.com>
37127
37128         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37129         push only when channel->buffer is NULL. Prevents segfaults doing
37130         the state change after a nonlocal exit, like a scheme exception.
37131
37132         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37133         Handle the case where the intersected caps is empty.
37134
37135 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37136
37137         * gst/law/mulaw-decode.c: (mulawdec_link):
37138         * gst/law/mulaw.c: (plugin_init):
37139           fix mulawdec so it actually works again
37140
37141 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37142
37143         reviewed by: David Schleef  <ds@schleef.org>
37144
37145         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37146         (gst_gamma_init), (gst_gamma_set_property),
37147         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37148         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37149         for RGB, with separate r g and b correction factors. (#131167)
37150
37151 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37152
37153         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37154           only signal tags for bitrate if they're > 0 (#134894)
37155
37156 2004-02-24  David Schleef  <ds@schleef.org>
37157
37158         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37159         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37160         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37161         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37162         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37163         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37164         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37165         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37166         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37167         category.  Attempt to fix timestamp calculation.
37168
37169 2004-02-24  Johan Dahlin  <johan@gnome.org>
37170
37171         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37172
37173 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37174
37175         * configure.ac:
37176         * gconf/Makefile.am:
37177         * gconf/gstreamer.schemas:
37178         * gst-libs/gst/gconf/Makefile.am:
37179         * gst-libs/gst/gconf/gconf.c:
37180           version gconf schemas and install locations
37181
37182 2004-02-23  Benjamin Otte  <otte@gnome.org>
37183
37184         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37185         (gst_xine_input_subclass_init):
37186           call parent dispose.
37187           change pad template for CD reader correctly
37188         * ext/xine/Makefile.am:
37189         * ext/xine/gstxine.h:
37190         * ext/xine/xine.c: (plugin_init):
37191         * ext/xine/xineaudiosink.c:
37192           wrap audio sinks, too
37193         * gst-libs/gst/resample/private.h:
37194         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37195         (gst_resample_reinit), (gst_resample_scale),
37196         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37197         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37198         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37199         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37200         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37201         * gst-libs/gst/resample/resample.h:
37202         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37203         (gst_audioscale_class_init), (gst_audioscale_link),
37204         (gst_audioscale_get_buffer), (gst_audioscale_init),
37205         (gst_audioscale_chain), (gst_audioscale_set_property),
37206         (gst_audioscale_get_property):
37207         * gst/audioscale/gstaudioscale.h:
37208           s/resample_*/gst_resample_*/i to not clobber namespaces
37209
37210 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37211
37212         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37213         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37214         (gst_riff_create_video_template_caps),
37215         (gst_riff_create_audio_template_caps),
37216         (gst_riff_create_iavs_template_caps):
37217         * gst-libs/gst/riff/riff-media.h:
37218         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37219         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37220         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37221         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37222         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37223         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37224         (gst_matroska_demux_plugin_init): First batch implementing audio and
37225         video codec tags in demuxers.
37226
37227 2004-02-22  Benjamin Otte  <otte@gnome.org>
37228
37229         * ext/xine/Makefile.am:
37230         * ext/xine/gstxine.h:
37231         * ext/xine/xine.c: (plugin_init):
37232         * ext/xine/xineinput.c:
37233           add input plugin wrapper. Playback from files, http, mms and cdda
37234           works.
37235         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37236           remove leftover G_GNUC_UNUSED
37237         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37238         (gst_asf_demux_identify_guid):
37239           improve debugging output
37240
37241 2004-02-22  Benjamin Otte  <otte@gnome.org>
37242
37243         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37244
37245         * autogen.sh:
37246           replace test -e with test -x for mkinstalldirs to be more portable.
37247           (fixes #134816)
37248
37249 2004-02-22  Benjamin Otte  <otte@gnome.org>
37250
37251         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37252
37253         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37254           set rank to PRIMARY
37255         * gst/volume/gstvolume.c: (plugin_init):
37256           set rank to NONE
37257         fixes #134960
37258
37259 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37260
37261         reviewed by Benjamin Otte  <otte@gnome.org>
37262
37263         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37264           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37265
37266 2004-02-22  Benjamin Otte  <otte@gnome.org>
37267
37268         * configure.ac:
37269           export [_]*{gst,Gst,GST}.* symbols from plugins
37270
37271 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37272
37273         reviewed by: Benjamin Otte  <otte@gnome.org>
37274
37275         * ext/lame/gstlame.c: (add_one_tag):
37276         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37277         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37278         (gst_vorbisenc_metadata_set1):
37279         * gst/tags/gstid3tag.c:
37280         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37281           apply fixes from bugs #135042 (lame can't write tags) and #133817
37282           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37283
37284 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37285
37286         * configure.ac: Export only gst_plugin_desc from plugins.
37287          Note that this change only makes any effect with Linux using libtool
37288          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37289          fine. And don't try to have several versions of libtool in different
37290          directories.
37291
37292 2004-02-20  Andy Wingo  <wingo@pobox.com>
37293
37294         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37295         interleave respectively.
37296
37297         * gst/interleave/deinterleave.c: New plugin: deinterleave
37298         (replaces on oneton).
37299         * gst/interleave/interleave.c: New plugin: interleave.
37300         * gst/interleave/plugin.h: Support file.
37301         * gst/interleave/plugin.c: Support file.
37302
37303         * configure.ac: Remove intfloat and oneton, add interleave.
37304
37305         * ext/sndfile/gstsf.c: Handle events better.
37306
37307         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37308         and float2int operation. int2float has scheduling problems as
37309         noted in in2float_chain.
37310
37311 2004-02-20  Benjamin Otte  <otte@gnome.org>
37312
37313         * ext/xine/Makefile.am:
37314         * ext/xine/gstxine.h:
37315         * ext/xine/xine.c:
37316         * ext/xine/xineaudiodec.c:
37317         * ext/xine/xinecaps.c:
37318           add first version of xine plugin wrapper. Currently only wraps the
37319           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37320         * configure.ac:
37321         * ext/Makefile.am:
37322           add xine plugin wrapper, disabled by default. Use --enable-xine to
37323           build. Note that it'll segfault on gst-register if you don't remove
37324           the goom and tvtime post plugins from xine.
37325         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37326         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37327           add extradata parsing for QDM2.
37328           change around debugging prints.
37329
37330 2004-02-19  Benjamin Otte  <otte@gnome.org>
37331
37332         * ext/lame/gstlame.c: (gst_lame_chain):
37333         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37334           use gst_tag_list_insert when you want to insert tags
37335
37336 2004-02-18  David Schleef  <ds@schleef.org>
37337
37338         * configure.ac:  Move massink to gst-rotten
37339         * ext/Makefile.am:
37340         * ext/mas/Makefile.am:
37341         * ext/mas/massink.c:
37342         * ext/mas/massink.h:
37343
37344 2004-02-18  David Schleef  <ds@schleef.org>
37345
37346         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37347         typefinding, since it seems to be worse than nothing.
37348         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37349         atom to recognize .mp4 and .m4a files as video/quicktime.
37350
37351 2004-02-18  David Schleef  <ds@schleef.org>
37352
37353         * gst/sine/demo-dparams.c: (quit_live),
37354         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37355         Use double dparams, not float.
37356         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37357         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37358         sync'd elements don't really work correctly.
37359         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37360         (volume_update_volume), (volume_get_property):  Change dparam
37361         to double.
37362
37363 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37364
37365         * sys/ximage/ximagesink.c:
37366         (gst_ximagesink_xwindow_update_geometry),
37367         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37368         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37369         (gst_ximagesink_init): Rework the way software video scaling works. So
37370         now we check on each chain call if the video frames are feeling the
37371         window. If not we try to renegotiate caps. On failure we memorize that
37372         and we won't try again for that PLAYING sessions.
37373         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37374         failure.
37375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37376         synchronous flag.
37377
37378 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37379
37380         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37381           break up _link so we can give a better debug message for errors
37382
37383 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37384
37385         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37386           set up debug category
37387
37388 2004-02-18  Julien MOUTTE <julien@moutte.net>
37389
37390         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37391         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37392         the way renegotiation work. The event handling function is not taking
37393         care of external windows and renegotiate method check for pad flags
37394         NEGOTIATING. Should fix : #133209
37395
37396 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37397
37398         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37399         pad is negotiating before trying renegotiation.
37400
37401 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37402
37403         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37404           pass on all possible mime types as typefind hints
37405
37406 2004-02-17  Julien MOUTTE <julien@moutte.net>
37407
37408         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37410         possible SHM leak if we crash. All other apps using XShm are doing
37411         that.
37412
37413 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37414
37415         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37416         (gst_ximagesink_expose): Renegotiate size on expose.
37417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37418         size on expose.
37419
37420 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37421
37422         * testsuite/alsa/sinesrc.c:
37423           cosmetic fix to fix compile issue with gcc 2.95.4
37424
37425 2004-02-16  Julien MOUTTE <julien@moutte.net>
37426
37427         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37428         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37429         failed opening the audio device.
37430         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37431         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37432         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37433         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37434         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37435         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37436         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37437         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37438         Removing some useless g_return_if_fail like wingo suggested.
37439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37440         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37441         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37442         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37443         (gst_xvimagesink_update_colorbalance),
37444         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37445         (gst_xvimagesink_xcontext_clear),
37446         (gst_xvimagesink_get_fourcc_from_caps),
37447         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37448         (gst_xvimagesink_set_xwindow_id),
37449         (gst_xvimagesink_colorbalance_list_channels),
37450         (gst_xvimagesink_colorbalance_set_value),
37451         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37452         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37453
37454 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37455
37456         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37457           throw error when not negotiated instead of asserting
37458
37459 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37460
37461         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37462         correct data refcounting.
37463
37464 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37465
37466         * gst/switch/gstswitch.c: (gst_switch_change_state),
37467         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37468         change, mostly the EOS flag.
37469
37470 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37471
37472         * examples/gstplay/player.c: (got_eos), (main): Adding some
37473         output for debugging.
37474         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37475         timeouts if we go to any state different from PLAYING.
37476         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37477         more EOS bugs in riff lib.
37478
37479 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37480
37481         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37482         visualization until i find a way to fix switch correctly.
37483         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37484         EOS arrives.
37485         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37486         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37487         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37488         Reworked switch to get a more correct behaviour with events and refing
37489         of data stored in sinkpads.
37490         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37491         we don't pull from a pad in EOS.
37492
37493 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37494
37495         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37496           remove v1 tag even if we can't read it (makes sure we don't detect
37497           it again)
37498
37499 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37500
37501         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37502         (gst_alsa_xrun_recovery):
37503         * ext/alsa/gstalsa.h:
37504           try xrun recovery when wait failed. Make xrun recovery function
37505           return TRUE/FALSE to indicate success. (might fix #134354)
37506
37507 2004-02-13  David Schleef  <ds@schleef.org>
37508
37509         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37510         (dynparm_value_changed), (main): Convert from float to double.
37511         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37512
37513 2004-02-13  David Schleef  <ds@schleef.org>
37514
37515         * gst/silence/gstsilence.c: (gst_silence_class_init),
37516         (gst_silence_set_clock), (gst_silence_get),
37517         (gst_silence_set_property), (gst_silence_get_property):
37518         * gst/silence/gstsilence.h: Add sync property.
37519         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37520         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37521         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37522         * gst/sine/gstsinesrc.h: Add sync property.
37523
37524 2004-02-13  David Schleef  <ds@schleef.org>
37525
37526         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37527         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37528
37529 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37530
37531         * configure.ac:
37532         * ext/Makefile.am:
37533         * gst-libs/ext/Makefile.am:
37534           move ffmpeg plugin to gst-ffmpeg module
37535
37536 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37537
37538         * configure.ac: use GST_ARCH to detect architecture
37539
37540 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37541
37542         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37543
37544 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37545
37546         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37547           classify LADSPA plugins based on number of src/sink pads
37548           (#133663, Stefan Kost)
37549         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37550           fix dparams registration
37551           (#133528, Stefan Kost)
37552         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37553           fix use of isprint and use g_ascii_isprint instead
37554           (#133316, Stefan Kost)
37555
37556 2004-02-11  David Schleef  <ds@schleef.org>
37557
37558         Convert a few inner loops to use liboil.  This is currently
37559         optional, and is only enabled if liboil is present (duh!).
37560         * configure.ac: Check for liboil-0.1
37561         * gst/intfloat/Makefile.am:
37562         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37563         (gst_int2float_chain_gint16):
37564         * gst/videofilter/Makefile.am:
37565         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37566         (tablelookup_u8), (gst_videobalance_planar411):
37567         * gst/videotestsrc/Makefile.am:
37568         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37569         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37570         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37571         (paint_hline_RGB565), (paint_hline_xRGB1555):
37572
37573 2004-02-11  David Schleef  <ds@schleef.org>
37574
37575         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37576         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37577         (gst_colorspace_getcaps), (gst_colorspace_link),
37578         (gst_colorspace_base_init), (gst_colorspace_init),
37579         (gst_colorspace_chain), (gst_colorspace_change_state),
37580         (plugin_init): Merge Ronald's patch (bug #117897) and update
37581         for new caps and negotiation.  Seems to work, although it
37582         shows off bugs in lcs.
37583
37584 2004-02-11  David Schleef  <ds@schleef.org>
37585
37586         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37587         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37588
37589 2004-02-11  David Schleef  <ds@schleef.org>
37590
37591         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37592         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37593         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37594         Add server and port properties
37595
37596 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37597
37598         * m4/a52.m4:
37599         * m4/aalib.m4:
37600         * m4/as-ffmpeg.m4:
37601         * m4/as-liblame.m4:
37602         * m4/as-slurp-ffmpeg.m4:
37603         * m4/check-libheader.m4:
37604         * m4/esd.m4:
37605         * m4/freetype2.m4:
37606         * m4/gconf-2.m4:
37607         * m4/glib.m4:
37608         * m4/gst-alsa.m4:
37609         * m4/gst-artsc.m4:
37610         * m4/gst-ivorbis.m4:
37611         * m4/gst-matroska.m4:
37612         * m4/gst-sdl.m4:
37613         * m4/gst-shout2.m4:
37614         * m4/gst-sid.m4:
37615         * m4/gtk.m4:
37616         * m4/libdv.m4:
37617         * m4/libfame.m4:
37618         * m4/libmikmod.m4:
37619         * m4/ogg.m4:
37620         * m4/vorbis.m4:
37621           fix underquotedness of macros (#133800)
37622         * m4/as-avifile.m4:
37623         * m4/xmms.m4:
37624           removed because no longer used
37625
37626 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37627
37628         * configure.ac:
37629           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
37630           by autopoint (fixes #132996)
37631
37632 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37633
37634         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
37635         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
37636         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
37637         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
37638           fix memleaks
37639
37640 2004-02-11  David Schleef  <ds@schleef.org>
37641
37642         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
37643         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
37644         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
37645         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
37646         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
37647         (gst_jpegenc_class_init), (gst_jpegenc_init),
37648         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
37649         (gst_jpegenc_chain), (gst_jpegenc_set_property),
37650         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
37651         * ext/jpeg/gstjpegenc.h: Fix negotiation.
37652
37653 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37654
37655         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
37656         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
37657         * ext/mikmod/gstmikmod.h:
37658           fix caps negotiation in mikmod
37659         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
37660           output debug information
37661
37662 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37663
37664         * gst-libs/gst/colorbalance/Makefile.am:
37665         * gst-libs/gst/navigation/Makefile.am:
37666         * gst-libs/gst/xoverlay/Makefile.am:
37667           remove unused GST_OPT_CFLAGS from Makefiles
37668           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
37669
37670 2004-02-07  David Schleef  <ds@schleef.org>
37671
37672         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
37673         push events to pads that haven't been created (#133508)
37674
37675 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
37676
37677         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
37678         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
37679         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
37680         (gst_dvdec_loop), (gst_dvdec_change_state):
37681         Second attempt at committing a working dvdec element.
37682
37683 2004-02-06  David Schleef  <ds@schleef.org>
37684
37685         Build fixes for OS X: (see #129600)
37686         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
37687         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
37688         (gst_riff_read_strf_iavs):
37689         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
37690         (gst_avi_demux_stream_odml):
37691         * gst/playondemand/Makefile.am:
37692         * gst/rtp/rtp-packet.c:
37693
37694 2004-02-05  David Schleef  <ds@schleef.org>
37695
37696         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
37697         last change, because it Just Doesn't Compile.
37698
37699 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37700
37701         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37702           skip undecodable id3v2 tag instead of keeping it
37703
37704 2004-02-05  David Schleef  <ds@schleef.org>
37705
37706         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37707         Unref leaked buffer.  (Noticed by Ronald)
37708
37709 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
37710
37711         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37712         Sync requires with other checks.  >= vs =.
37713
37714 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
37715
37716         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
37717         (gst_dvdec_video_link), (gst_dvdec_loop):
37718         * ext/dv/gstdvdec.h:
37719           rework the caps negotiation so that dvdec works again instead
37720           of just segfaulting.
37721
37722 === release 0.7.4 ===
37723
37724 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37725
37726         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
37727         * configure.ac: changed for release
37728
37729 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37730
37731         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
37732         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37733         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37734         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37735           reworked patch by David Lehn to fix libdir and includedir for
37736           uninstalled libraries
37737           removed play and gconf from gstreamer-libs since they have their
37738           own pkgconfig files
37739
37740 2004-02-04  David Schleef  <ds@schleef.org>
37741
37742         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
37743         memleak.
37744
37745 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37746
37747         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37748           use correct GST_TAG_ENCODER tag
37749
37750 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37751
37752         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
37753           be sure to stop the clock when going to paused
37754         * sys/oss/gstosssink.c: (gst_osssink_change_state):
37755           reset number of transmitted when going to ready.
37756         fixes #132935
37757
37758 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
37759
37760         reviewed by Benjamin Otte
37761
37762         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37763           extract track count (fixes #133410)
37764
37765 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37766
37767         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
37768           that should be !=, not == (fixes #132519)
37769
37770 2004-02-04  David Schleef  <ds@schleef.org>
37771
37772         Make sure set_explicit_caps() is called before adding pad.
37773         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
37774         * gst/id3/gstid3types.c: (gst_id3types_loop):
37775         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
37776         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37777
37778 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37779
37780         * configure.ac:
37781           bump nano to 2, first prerelease
37782           put back AM_PROG_LIBTOOL
37783
37784 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37785
37786         * testsuite/alsa/Makefile.am:
37787           these are user test apps, not automatic testsuite tests
37788
37789 2004-02-04  David Schleef  <ds@schleef.org>
37790
37791         Convert GST_DEBUG_CAPS() to GST_DEBUG():
37792         * gst/mpeg1videoparse/gstmp1videoparse.c:
37793         (mp1videoparse_parse_seq):
37794         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37795         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
37796         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
37797         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
37798         (gst_xvideosink_getcaps):
37799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
37800         * testsuite/gst-lint: more tests
37801
37802 2004-02-04  David Schleef  <ds@schleef.org>
37803
37804         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
37805         with the code that they would expand to.
37806         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
37807         (gst_flacdec_get_src_query_types),
37808         (gst_flacdec_get_src_event_masks):
37809         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
37810         (gst_gnomevfssrc_get_query_types),
37811         (gst_gnomevfssrc_get_event_mask):
37812
37813 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37814
37815         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37816         (gst_sinesrc_dispose):
37817           fix memleak by properly disposing sinesrc
37818
37819 2004-02-04  Julien MOUTTE  <julien@moutte.net>
37820
37821         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
37822         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
37823         an overlay to redraw the image because it has been exposed.
37824         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
37825         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
37826         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
37827         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
37828         interface
37829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
37830         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
37831         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
37832         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
37833         interface
37834
37835 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37836
37837         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37838           more memleak fixage
37839
37840 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37841
37842         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37843         * gst/typefind/gsttypefindfunctions.c:
37844           fix memleaks shown by gst-typefind
37845
37846 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
37847
37848         * common/glib-gen.mak:
37849           add hack rule to touch .Plo files
37850         * gst-libs/gst/colorbalance/Makefile.am:
37851         * gst-libs/gst/mixer/Makefile.am:
37852         * gst-libs/gst/play/Makefile.am:
37853         * gst-libs/gst/tuner/Makefile.am:
37854           remove glib_root variable
37855
37856 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37857
37858         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
37859           set explicit caps before adding the element, so the autopluggers can
37860           plug correctly.
37861         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
37862         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
37863         (mpeg_video_type_find), (mpeg_video_stream_type_find),
37864         (dv_type_find):
37865           fix memleaks in typefind functions. gst_type_find_suggest takes a const
37866           argument.
37867
37868 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
37869
37870         * gst-libs/gst/colorbalance/Makefile.am:
37871         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
37872         * gst-libs/gst/colorbalance/colorbalance.c:
37873         * gst-libs/gst/colorbalance/colorbalance.h:
37874         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
37875         * gst-libs/gst/mixer/Makefile.am:
37876         * gst-libs/gst/mixer/mixer-marshal.list:
37877         * gst-libs/gst/mixer/mixer.c:
37878         * gst-libs/gst/mixer/mixer.h:
37879         * gst-libs/gst/mixer/mixermarshal.list:
37880         * gst-libs/gst/play/Makefile.am:
37881         * gst-libs/gst/play/play.h:
37882         * gst-libs/gst/tuner/Makefile.am:
37883         * gst-libs/gst/tuner/tuner-marshal.list:
37884         * gst-libs/gst/tuner/tuner.c:
37885         * gst-libs/gst/tuner/tuner.h:
37886         * gst-libs/gst/tuner/tunermarshal.list:
37887           use new glib-gen.mak snippet to clean up Makefile.am
37888           fix various bugs in Makefile.am's
37889
37890 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37891
37892         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
37893           handle chain parsing correctly in the multichain case
37894         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
37895         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
37896         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
37897         (theora_dec_chain):
37898           handle events and queries correctly
37899
37900 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
37901
37902         * .cvsignore:
37903         Ignore generated file _stdint.h.
37904
37905 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
37906
37907         * gst-libs/gst/colorbalance/Makefile.am:
37908         * gst-libs/gst/colorbalance/colorbalance.h:
37909         * gst-libs/gst/mixer/Makefile.am:
37910         * gst-libs/gst/mixer/mixer.h:
37911         * gst-libs/gst/play/Makefile.am:
37912         * gst-libs/gst/play/play.h:
37913         * gst-libs/gst/tuner/Makefile.am:
37914         * gst-libs/gst/tuner/tuner.h:
37915         Generate enum type code with glib-mkenums.
37916         * gst-libs/gst/colorbalance/.cvsignore:
37917         * gst-libs/gst/mixer/.cvsignore:
37918         * gst-libs/gst/play/.cvsignore:
37919         * gst-libs/gst/tuner/.cvsignore:
37920         Ignore generated files.
37921
37922 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
37923
37924         * gst-libs/gst/audio/.cvsignore:
37925         Ignore generated file.
37926         * gst-libs/gst/audio/Makefile.am:
37927         Do not install example filter.
37928
37929 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
37930
37931         * examples/switch/.cvsignore:
37932         Ignore generated file.
37933
37934 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37935
37936         * common/m4/ax_create_stdint_h.m4:
37937         * configure.ac:
37938           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
37939           _stdint.h.
37940         * Makefile.am:
37941           remove generated _stdint.h in DISTCLEANFILES
37942         * ext/a52dec/gsta52dec.c:
37943           include _stdint.h for a52dec. (should fix #133064)
37944
37945 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
37946
37947         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
37948         (gst_tag_to_vorbis_comments):
37949         Add replaygain support to vorbistag
37950
37951 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
37952         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
37953         (gst_ffmpeg_caps_to_extradata):
37954           Fix SVQ3 caps flag properties
37955           Use glib macro for bytes swap
37956
37957 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37958
37959         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
37960         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
37961         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
37962         * ext/sndfile/gstsf.c: (plugin_init):
37963         * gst/avi/gstavi.c: (plugin_init):
37964         * sys/dxr3/dxr3init.c: (plugin_init):
37965         * sys/oss/gstossaudio.c: (plugin_init):
37966         * sys/v4l/gstv4l.c: (plugin_init):
37967         * sys/v4l2/gstv4l2.c: (plugin_init):
37968           remove textdomain calls
37969         * po/nl.po:
37970           update Dutch translation
37971
37972 2004-02-02  Julien MOUTTE  <julien@moutte.net>
37973
37974         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37975         (gst_play_set_audio_sink): Moving volume in the audio thread for
37976         instantaneous volume change. Maybe i will add another volume in front
37977         of visualization later, not sure yet though.
37978
37979 2004-02-02  Julien MOUTTE  <julien@moutte.net>
37980
37981         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37982         (gst_ximagesink_handle_xevents): Better X events handling, only take
37983         the latest events for configure and motion.
37984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
37985
37986 2004-02-02  Jon Trowbridge  <trow@gnu.org>
37987
37988         reviewed by: David Schleef  <ds@schleef.org>
37989
37990         Fix memory leaks:
37991         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
37992         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
37993
37994 2004-02-02  David Schleef  <ds@schleef.org>
37995
37996         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
37997         of lines.
37998         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
37999         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38000         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38001         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38002         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38003         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38004         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38005         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38006         (gst_float2_2_int_link):
38007         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38008         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38009         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38010         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38011         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38012         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38013         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38014         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38015         * testsuite/gst-lint: Add tests for bzero and ;;
38016
38017 2004-02-02  David Schleef  <ds@schleef.org>
38018
38019         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38020
38021 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38022
38023         * ext/aalib/gstaasink.c: (gst_aasink_open):
38024         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38025         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38026         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38027         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38028         (gst_afsink_close_file):
38029         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38030         (gst_afsrc_close_file):
38031         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38032         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38033         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38034         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38035         * ext/esd/esdmon.c: (gst_esdmon_get):
38036         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38037         * ext/faac/gstfaac.c: (gst_faac_chain):
38038         * ext/faad/gstfaad.c: (gst_faad_chain):
38039         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38040         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38041         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38042         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38043         (gst_flacdec_loop):
38044         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38045         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38046         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38047         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38048         (gst_gnomevfssink_close_file):
38049         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38050         (gst_gnomevfssrc_open_file):
38051         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38052         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38053         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38054         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38055         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38056         * ext/mad/gstmad.c: (gst_mad_chain):
38057         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38058         * ext/mpeg2dec/gstmpeg2dec.c:
38059         * ext/mpeg2enc/gstmpeg2enc.cc:
38060         * ext/mplex/gstmplex.cc:
38061         * ext/mplex/gstmplexibitstream.cc:
38062         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38063         (gst_ogg_demux_push):
38064         * ext/raw1394/gstdv1394src.c:
38065         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38066         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38067         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38068         (gst_sf_loop):
38069         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38070         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38071         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38072         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38073         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38074         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38075         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38076         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38077         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38078         (gst_riff_read_element_data), (gst_riff_read_seek),
38079         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38080         * gst/adder/gstadder.c: (gst_adder_loop):
38081         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38082         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38083         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38084         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38085         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38086         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38087         * gst/goom/gstgoom.c: (gst_goom_chain):
38088         * gst/id3/gstid3types.c: (gst_id3types_loop):
38089         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38090         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38091         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38092         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38093         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38094         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38095         (gst_ebml_read_float), (gst_ebml_read_header):
38096         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38097         (gst_matroska_demux_parse_blockgroup):
38098         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38099         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38100         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38101         * gst/silence/gstsilence.c: (gst_silence_get):
38102         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38103         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38104         * gst/speed/gstspeed.c: (speed_loop):
38105         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38106         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38107         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38108         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38109         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38110         (gst_wavparse_loop):
38111         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38112         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38113         (dxr3audiosink_close):
38114         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38115         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38116         (dxr3videosink_close), (dxr3videosink_write_data):
38117         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38118         * sys/oss/gstosssink.c: (gst_osssink_chain):
38119         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38120         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38121         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38122         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38123         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38124         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38125         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38126         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38127         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38128         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38129         (gst_v4l_set_audio):
38130         * sys/v4l/v4l_calls.h:
38131         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38132         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38133         (gst_v4lmjpegsink_playback_init),
38134         (gst_v4lmjpegsink_playback_start):
38135         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38136         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38137         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38138         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38139         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38140         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38141         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38142         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38143         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38144         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38145         (gst_v4l2_get_output), (gst_v4l2_set_output),
38146         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38147         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38148         (gst_v4l2_set_attribute):
38149         * sys/v4l2/v4l2_calls.h:
38150         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38151         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38152         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38153         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38154         (gst_v4l2src_capture_stop):
38155         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38156         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38157         (gst_ximagesink_chain):
38158         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38159         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38160         (gst_xvideosink_xwindow_new):
38161         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38162         (gst_xvimagesink_chain):
38163
38164 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38165
38166         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38167         (gst_volume_get_volume), (volume_class_init), (volume_init),
38168         (volume_chain_int16), (volume_update_volume):
38169         * gst/volume/gstvolume.h:
38170           make code more readable by removing magic numbers
38171           make mixer interface export 0-100 range
38172           make it internally map to 0.0-1.0 range so users don't distort
38173           output by putting the sliders at full volume
38174
38175 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38176
38177         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38178         (gst_play_state_change), (gst_play_seek_to_time):
38179         block the tick callback for 0.5 secs after doing a seek
38180
38181 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38182
38183         * gst-libs/gst/play/play.c: (gst_play_new):
38184           check for GError
38185
38186 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38187
38188         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38189         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38190         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38191         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38193         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38194
38195 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38196
38197         * configure.ac:
38198         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38199           check for a function added in vorbis 1.1
38200
38201 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38202
38203         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38204         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38205           really start/stop clock only on PLAYING <=> PAUSED
38206         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38207           remove \n from debugging lines
38208         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38209           make it work when seeking does not
38210         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38211           reset on DISCONT
38212
38213 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38214
38215         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38216           start clock on PAUSED=>PLAYING, not later
38217         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38218           extract correct time for different discont formats
38219         (gst_alsa_sink_get_time):
38220           don't segfault when no format is negotiated yet, just return 0
38221         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38222         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38223         (gst_ogg_pad_push):
38224           handle flush and discont events correctly
38225         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38226           handle discont events correctly
38227
38228 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38229
38230         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38231         (gst_play_error_create), (gst_play_error_plugin),
38232         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38233         * gst-libs/gst/play/play.h:
38234           add error handling during creation
38235         * examples/gstplay/player.c: (main):
38236           use new gst_play_new
38237
38238
38239 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38240
38241         * ext/theora/theoradec.c: (theora_dec_chain):
38242           make comments work
38243         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38244         (vorbis_dec_src_event), (vorbis_dec_chain):
38245           add encoder tag, fix tag reading to be more error tolerant, change
38246           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38247           gst_pad_event_default.
38248         * gst/tags/gstvorbistag.c:
38249         (gst_tag_list_from_vorbiscomment_buffer):
38250           undefine function specific define at end of function
38251
38252 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38253
38254         * ext/flac/gstflac.c: (plugin_init):
38255         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38256         * ext/flac/gstflacdec.h:
38257         * ext/flac/gstflacenc.h:
38258           Fix typos
38259
38260 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38261
38262         * examples/gstplay/player.c: s/gstplay.h/play.h/
38263
38264 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38265
38266         * gst-libs/gst/play/Makefile.am:
38267         * gst-libs/gst/play/gstplay.c:
38268         * gst-libs/gst/play/gstplay.h:
38269         * gst-libs/gst/play/play.c:
38270           more surgery, operation complete
38271
38272 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38273
38274         * gst-libs/gst/play/play.old.c:
38275         * gst-libs/gst/play/play.old.h:
38276           after CVS surgery by moving, remove
38277         * gst-libs/gst/play/playpipelines.c:
38278           remove
38279
38280         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38281           add negotiation error
38282
38283 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38284
38285         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38286         (gst_ogg_demux_push):
38287           add some seeking debug info
38288           send a flush when seeking
38289
38290 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38291
38292         * configure.ac:
38293           use AC_C_INLINE
38294         * configure.ac:
38295         * ext/Makefile.am:
38296         * ext/theora/Makefile.am:
38297         * ext/theora/theoradec.c:
38298           add theora video decoder. Does just do simple decoding for now and
38299           has been tested against Theora cvs only. It only works when theora
38300           is compiled with --enable-static.
38301         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38302           always reset packetno on DISCONT
38303
38304 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38305
38306         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38307           Fix audio.
38308
38309 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38310
38311         * gst/mpegaudioparse/gstmpegaudioparse.c:
38312         (mp3_type_frame_length_from_header):
38313           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38314
38315 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38316
38317         * ext/esd/esdsink.c: (gst_esdsink_init):
38318           Since we have static pad template caps, we don't need to negotiate;
38319           either the core errors out or we know the format.
38320
38321 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38322
38323         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38324         (gst_riff_read_seek):
38325         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38326         (gst_ebml_read_seek):
38327           Fix event handling.
38328
38329 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38330
38331         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38332           removee video/x-theora from vp3 decoder, it doesn't handle raw
38333           theora streams
38334         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38335           fix bug with finalizing element that never went to PAUSED
38336         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38337           length and position queries were swapped
38338         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38339         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38340         (vorbis_dec_src_event):
38341           implement querying time and bytes
38342
38343 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38344
38345         * just about every source file:
38346           gst_element_error -> GST_ELEMENT_ERROR
38347
38348 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38349
38350         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38351         emiting FLUSH and even before DISCONT.
38352         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38353         get the best instant seeking as possible yay!
38354
38355 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38356
38357         * gst/mpeg1videoparse/gstmp1videoparse.c:
38358         (gst_mp1videoparse_real_chain):
38359           Committed wrong version last week... Grr... Didn't notice until now.
38360
38361 2004-01-29  Julien MOUTTE <julien@moutte.net>
38362
38363         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38365         have_xwindow_id signal in xwindow_create.
38366
38367 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38368
38369         * ext/ogg/gstoggdemux.c:
38370           lots of changes - mainly support for chained bitstreams, seeking,
38371           querying and bugfixes of course
38372         * ext/vorbis/Makefile.am:
38373         * ext/vorbis/vorbisdec.c:
38374         * ext/vorbis/vorbisdec.h:
38375           add vorbisdec raw vorbis decoder
38376         * ext/vorbis/vorbis.c: (plugin_init):
38377           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38378         * gst/intfloat/Makefile.am:
38379         * gst/intfloat/float22int.c:
38380         * gst/intfloat/float22int.h:
38381         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38382           add float2intnew plugin. It converts multichannel interleaved float to
38383           multichannel interleaved int. The name should probably be changed.
38384         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38385         (plugin_init):
38386           add typefinding for raw theora video so oggdemux can detect it.
38387
38388 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38389
38390         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38391         sink element first.
38392         * gst/videoscale/gstvideoscale.c:
38393         (gst_videoscale_handle_src_event): Fixing src event handler.
38394
38395 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38396
38397         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38398         (gst_v4lsrc_open), (gst_v4lsrc_close),
38399         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38400         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38401         * sys/v4l/gstv4lsrc.h:
38402         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38403         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38404           Implement resizing... Hack. But that's why v4l is b0rked...
38405
38406 2004-01-28  Julien MOUTTE <julien@moutte.net>
38407
38408         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38409         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38410         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38411         (gst_ximagesink_xwindow_destroy):
38412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38413         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38414         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38415         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38416         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38417         correctly cleaning the image created to check xshm calls on succes,
38418         added a lot of XSync calls in X11 functions, and fixed a segfault when
38419         no image format was defined before negotiation happened.
38420
38421 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38422
38423         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38424           use gst_element_get_time to get correct time
38425
38426 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38427
38428         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38429         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38430         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38432         (gst_xvimagesink_check_xshm_calls),
38433         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38434         X plugins are now able to detect that XShm calls will fail even if the
38435         server claims that it has XShm support (remote displays most of the
38436         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38437         so that we use non XShm functions. This feature is almost useless for
38438         xvimagesink as Xv is not supported on remote displays anyway, but
38439         it might happen than even on the local display XShm calls fail.
38440
38441 2004-01-27  David Schleef  <ds@schleef.org>
38442
38443         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38444         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38445         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38446         changed esdsink to only use 44100,16,2, since esd sucks at rate
38447         conversion and esdsink has had difficulty negotiating.
38448
38449 2004-01-27  Julien MOUTTE <julien@moutte.net>
38450
38451         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38452         (gst_play_seek_to_time): Fixing the way to get current position.
38453
38454 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38455
38456         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38457           use gst_element_get_time to get correct time
38458
38459 2004-01-27  Julien MOUTTE <julien@moutte.net>
38460
38461         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38462         fix ever... Inverting 2 lines of code make spider autoplug correctly
38463         tagged mp3 !
38464
38465 2004-01-27  David Schleef  <ds@schleef.org>
38466
38467         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38468         Use gst_pad_try_set_caps_nonfixed().
38469
38470 2004-01-27  David Schleef  <ds@schleef.org>
38471
38472         * gst/ac3parse/gstac3parse.c: update to checklist 5
38473         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38474         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38475         * gst/audioscale/gstaudioscale.c: same
38476         * gst/auparse/gstauparse.c: same
38477         * gst/avi/gstavidemux.c: same
38478
38479 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38480
38481         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38482           stop processing after EOS
38483
38484 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38485
38486         * gst/asfdemux/asfheaders.h:
38487         * gst/asfdemux/gstasfdemux.c:
38488         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38489         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38490         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38491           lot's of fixes to make data extraction simpler and get the code
38492           architecture and compiler independant. Add debugging category
38493         * gst/goom/gstgoom.c: (gst_goom_change_state):
38494           reset channel count on PAUSED=>READY, not READY=>PAUSED
38495
38496 2004-01-26  Colin Walters  <walters@verbum.org>
38497
38498         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38499         code to pull a bigger buffer in iradio mode.  This as a side effect
38500         makes typefinding work.
38501
38502 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38503
38504         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38505         Fix SVQ3 decoding on PPC
38506
38507 2004-01-26  Julien MOUTTE <julien@moutte.net>
38508
38509         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38510         that one managed to stay there... Fixed.
38511
38512 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38513
38514         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38515         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38516         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38517         (qtdemux_video_caps):
38518         * gst/qtdemux/qtdemux.h:
38519         Add SVQ3 specific flags to qtdemux and ffmpeg
38520
38521 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38522
38523         * gst-libs/gst/audio/audio.h:
38524           remove buffer-frames from audio caps
38525         * gst/audioconvert/gstaudioconvert.c:
38526           fix plugin to really work.
38527
38528 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38529
38530         * gst-libs/gst/mixer/mixer.c:
38531         * gst-libs/gst/propertyprobe/propertyprobe.c:
38532         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38533         (gst_tuner_find_channel_by_name):
38534         * gst-libs/gst/tuner/tuner.h:
38535           Add gtk-doc style comments. Also fix a function name.
38536
38537 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38538
38539         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38540         (gst_divxdec_negotiate):
38541           Fix for new capsnego - also fixes gst-player with divxdec.
38542
38543 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38544
38545         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38546         (gst_play_identity_handoff), (gst_play_set_location),
38547         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38548         try in visualization implementation. Still have an issue with switch
38549         blocking when pulling from video_queue and only audio comes out of
38550         spider.
38551         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38552         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38553         release method. And check if the pad is usable before pulling.
38554
38555 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38556
38557         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38558         (gst_videobalance_init),
38559         (gst_videobalance_colorbalance_list_channels),
38560         (gst_videobalance_colorbalance_set_value),
38561         (gst_videobalance_colorbalance_get_value),
38562         (gst_videobalance_update_properties),
38563         (gst_videobalance_update_tables_planar411),
38564         (gst_videobalance_planar411):
38565         * gst/videofilter/gstvideobalance.h:
38566           Implement lookup-tables. +/- 10x faster.
38567
38568 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38569
38570         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38571         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38572           The index reading was broken. The rest worked fine, but the whole
38573           goal of my rewrite was to make avidemux readable, and this was
38574           not at all readable. Please use typed variables.
38575
38576 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38577
38578         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38579           Additional pad usability check.
38580         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38581         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38582         (gst_mp1videoparse_real_chain):
38583           Fix MPEG video stream parsing. The original plugin had several
38584           issues, including not timestamping streams where the source was
38585           not timestamped (this happens with PTS values in mpeg system
38586           streams, but MPEG video is also a valid stream on its own so
38587           that needs timestamps too). We use the display time code for that
38588           for now. Also, if one incoming buffer contains multiple valid
38589           frames, we push them all on correctly now, including proper EOS
38590           handling. Lastly, several potential segfaults were fixed, and we
38591           properly sync on new sequence/gop headers to include them in next,
38592           not previous frames (since they're header for the next frame, not
38593           the previous). Also see #119206.
38594         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38595         (bpf_from_header):
38596           Move caps setting so we only do it after finding several valid
38597           MPEG-1 fraes sequentially, not right after the first one (which
38598           might be coincidental).
38599         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38600         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38601         (plugin_init):
38602           Add unsynced MPEG video stream typefinding, and change some
38603           probability values so we detect streams rightly. The idea is as
38604           follows: I can have an unsynced system stream which contains
38605           video. In the current code, I would randomly get a type for either
38606           system or video stream type found, because the probabilities are
38607           being calculated rather randomly. I now use fixed values, so we
38608           always prefer system stream if that was found (and that is how it
38609           should be). If no system stream was found, we can still identity                the stream as video-only.
38610
38611 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38612
38613         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38614         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38615           don't write to buffer. Extract data without the need of
38616           __attribute__ ((packed))
38617
38618 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38619
38620         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
38621         (mpeg1_sys_type_find):
38622           Fix MPEG-1 stream typefinding.
38623
38624 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38625
38626         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
38627           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
38628
38629 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38630
38631         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
38632         * ext/esd/gstesd.c: (plugin_init):
38633           private debugging, better error reporting
38634
38635 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38636
38637         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
38638         (gst_riff_read_init), (gst_riff_read_change_state):
38639         * gst-libs/gst/riff/riff-read.h:
38640           Remove stuff fromold metadata system.
38641
38642 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38643
38644         * ext/ogg/gstoggdemux.c:
38645           Fix wrong file comment.
38646         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38647         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
38648           Add metadata reading properly.
38649
38650 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38651
38652         * ext/Makefile.am:
38653           Fix nas DIST_SUBDIRS
38654           Uraeus:
38655           Fix bug where make distcheck doesn't get run on adding stuff to
38656           the build.
38657
38658 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38659
38660         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
38661         * ext/divx/gstdivxdec.h:
38662           Fix divx3 ("msmpeg4") playback using divxdec.
38663
38664 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38665
38666         * gst/typefind/gsttypefindfunctions.c:
38667         (mp3_type_frame_length_from_header): fix bug in length computation
38668         (mp3_type_find): improve debugging output
38669
38670 2004-01-23  Julien MOUTTE  <julien@moutte.net>
38671
38672         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38673         (gst_play_set_location), (gst_play_seek_to_time),
38674         (gst_play_set_audio_sink), (gst_play_set_visualization),
38675         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
38676         the pipeline from scratch. Visualization is back and switch went out as
38677         i realized it was not possible to use the way i wanted.
38678         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
38679         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
38680         clearing in state change from READY to NULL. So that one can clean the
38681         X ressources keeping the element.
38682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38683         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
38684         (gst_xvimagesink_colorbalance_set_value),
38685         (gst_xvimagesink_colorbalance_get_value),
38686         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
38687         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
38688         change from READY to NULL and fixed some stupid bugs in colorbalance
38689         get/set values. Also added the following feature : when nobody tries to
38690         set some values to the colorbalance levels before the xcontext is
38691         grabbed, then when creating channels list from Xv attributes we set the
38692         internal values to the Xv defaults. This way we handle buggy Xv drivers
38693         that set default hue values far from the middle of the range (Thanks
38694         to Jon Trowbridge for pointing that issue).
38695         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
38696         colorbalance levels have been set before xcontext is grabbed.
38697
38698 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38699
38700         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
38701           Fix the ossmixer case where we shouldn't open /dev/dsp* because
38702           it might block operations (which is bad for a mixer).
38703
38704 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38705
38706         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
38707         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
38708         (gmip_find_type_pre):
38709         * gst-libs/gst/media-info/media-info-priv.h:
38710         * gst-libs/gst/media-info/media-info.c:
38711         (gst_media_info_instance_init), (gst_media_info_read_idler):
38712         add fakesink to get caps on decoder src pad again
38713         fix callback prototype to match new have_type signal signature
38714
38715 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38716
38717         * gst/adder/gstadder.c: (gst_adder_link):
38718           fix non-compile and cut-n-paste code
38719
38720 2004-01-21  David Schleef  <ds@schleef.org>
38721
38722         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
38723         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
38724         (gst_swfdec_init), (gst_swfdec_change_state):
38725         * ext/swfdec/gstswfdec.h:
38726         Fix negotiation.
38727         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
38728         (gst_adder_request_new_pad): Fix negotiation.
38729         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
38730         Add a fixate function.
38731         * gst/intfloat/gstfloat2int.c:
38732         * gst/intfloat/gstfloat2int.h:
38733         * gst/intfloat/gstint2float.c:
38734         * gst/intfloat/gstint2float.h:
38735         Completely rewrite the negotiation.  Doesn't quite work yet,
38736         due to some buffer-frames problem.
38737
38738 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
38739
38740         * ext/gnomevfs/gstgnomevfssrc.c:
38741         * sys/v4l2/v4l2_calls.h:
38742           fix includes for distcheck
38743
38744 2004-01-21  Christian Schaller <uraeus@gnome.org>
38745
38746         * ext/nas/
38747         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
38748         based on earlier patch from Laurent Vivier
38749
38750 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
38751
38752         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38753         Fix wma caps property
38754         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
38755         Fix typo (flags1 and flags2)
38756
38757 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38758
38759         * gst-libs/gst/media-info/media-info-priv.c:
38760         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
38761         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
38762         (gmip_find_stream), (gmip_find_track_metadata),
38763         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
38764         (gmip_find_track_format):
38765         * gst-libs/gst/media-info/media-info-priv.h:
38766         * gst-libs/gst/media-info/media-info-test.c: (main):
38767         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
38768         (gst_media_info_read_idler), (gst_media_info_read):
38769         * gst-libs/gst/media-info/media-info.h:
38770           register debugging category and use it for debugging
38771
38772 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38773
38774         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
38775         (gst_vorbisfile_new_link):
38776           signal streaminfo through tags
38777
38778 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38779
38780         * ext/mplex/gstmplex.cc:
38781         * ext/mplex/gstmplexibitstream.cc:
38782           g++ doesn't like NULL in our i18n/error macros, should be
38783           either (NULL) or ("").
38784
38785 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38786
38787         * sys/dxr3/dxr3audiosink.c:
38788         * sys/dxr3/dxr3init.c:
38789         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
38790         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
38791           Fix more error error error errors (missing includes here).
38792
38793 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38794
38795         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38796           fix thomas' error errors.
38797
38798 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38799
38800         * ext/mpeg2enc/gstmpeg2enc.cc:
38801           fix error errors.
38802
38803 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38804
38805         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38806         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38807           Fix for new error system.
38808
38809 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38810
38811         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38812           fix for new error reporting
38813
38814 2004-01-20  David Schleef  <ds@schleef.org>
38815
38816         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
38817         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
38818         (gst_ximagesink_set_xwindow_id): Change to using a framerate
38819         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
38820         and neither is 100+, most likely.
38821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
38822         (gst_xvimagesink_getcaps): same
38823
38824 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38825
38826         * configure.ac:
38827           Up version requirement to 2.0.3 (not yet released) to avoid symbol
38828           clashes with ffmpeg.
38829
38830 2004-01-20  Julien MOUTTE  <julien@moutte.net>
38831
38832         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
38833         (gst_switch_init): Fixed switch element : proxying link and setting
38834         caps from src to sink on request.
38835
38836 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38837
38838         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
38839         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38840         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38841         fix element_error
38842
38843 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38844
38845         * sys/v4l/v4l_calls.h:
38846         * sys/v4l2/v4l2_calls.h:
38847           element_error fixes
38848
38849 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38850
38851         * gst-libs/gst/gst-i18n-plugin.h:
38852           add locale.h
38853           remove config.h inclusion
38854
38855 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38856
38857         * autogen.sh:
38858           adding autopoint invocation
38859         * Makefile.am:
38860         * configure.ac:
38861         * gst-libs/gst/gettext.h:
38862           adding gettext bits
38863         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38864         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38865         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38866         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38867         (gst_gnomevfssink_close_file):
38868         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
38869         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
38870         * gst-libs/gst/gst-i18n-plugin.h:
38871         * gst/avi/gstavi.c: (plugin_init):
38872         * sys/dxr3/dxr3init.c: (plugin_init):
38873         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
38874         * sys/oss/gstossaudio.c: (plugin_init):
38875         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38876         * sys/v4l/gstv4l.c: (plugin_init):
38877         * sys/v4l/v4l_calls.c: (gst_v4l_open):
38878         * sys/v4l2/gstv4l2.c: (plugin_init):
38879         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38880         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
38881         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
38882         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
38883         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
38884         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
38885           make sure locale and translation domain are set
38886           fix translated strings
38887         * po/.cvsignore:
38888         * po/LINGUAS:
38889         * po/Makevars:
38890         * po/POTFILES.in:
38891         * po/nl.po:
38892           put translation files into place
38893         * sys/xvideo/imagetest.c: (main):
38894         * ext/dv/demo-play.c: (main):
38895           fix unnecessary translations
38896
38897 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
38898
38899         * ext/sndfile/gstsf.c:
38900         * gst/avi/gstavimux.c:
38901         * ext/audiofile/gstafsink.c:
38902         * ext/audiofile/gstafsrc.c:
38903         * ext/gnomevfs/gstgnomevfssink.c:
38904         * ext/gnomevfs/gstgnomevfssrc.c:
38905         * sys/oss/gstosselement.c:
38906         * sys/v4l/v4l_calls.h:
38907           fix i18n include
38908
38909 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38910
38911         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38912         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38913         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38914         (gst_v4l2_get_output), (gst_v4l2_set_output),
38915         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38916         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38917         (gst_v4l2_set_attribute):
38918         update to new error handling
38919
38920 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38921
38922         * ext/sidplay/gstsiddec.cc:
38923         * gst/modplug/gstmodplug.cc:
38924           parenthese NULL because C++ seems angry about it
38925
38926 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
38927
38928         * gst-libs/gst/gst-i18n-plugin.h:
38929           add skeleton i18n stuff, but needs to be further implemented
38930
38931 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
38932
38933         * examples/gstplay/player.c: (main):
38934         * ext/aalib/gstaasink.c: (gst_aasink_open):
38935         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38936         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38937         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38938         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38939         (gst_afsink_close_file):
38940         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38941         (gst_afsrc_close_file):
38942         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38943         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38944         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38945         * ext/esd/esdmon.c: (gst_esdmon_get):
38946         * ext/esd/esdsink.c: (gst_esdsink_chain):
38947         * ext/faac/gstfaac.c: (gst_faac_chain):
38948         * ext/faad/gstfaad.c: (gst_faad_chain):
38949         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38950         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38951         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38952         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38953         (gst_flacdec_loop):
38954         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38955         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38956         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38957         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38958         (gst_gnomevfssink_close_file):
38959         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38960         (gst_gnomevfssrc_open_file):
38961         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38962         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38963         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38964         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38965         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38966         * ext/mad/gstmad.c: (gst_mad_chain):
38967         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38968         * ext/mpeg2dec/gstmpeg2dec.c:
38969         * ext/mpeg2enc/gstmpeg2enc.cc:
38970         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38971         * ext/mplex/gstmplex.cc:
38972         * ext/mplex/gstmplexibitstream.cc:
38973         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38974         (gst_ogg_demux_push), (gst_ogg_pad_push):
38975         * ext/raw1394/gstdv1394src.c:
38976         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38977         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38978         * ext/sidplay/gstsiddec.cc:
38979         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38980         (gst_sf_loop):
38981         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38982         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38983         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38984         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38985         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38986         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38987         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38988         * gst-libs/gst/Makefile.am:
38989         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38990         (gst_riff_read_element_data), (gst_riff_read_seek),
38991         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38992         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
38993         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38994         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38995         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38996         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38997         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38998         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38999         * gst/goom/gstgoom.c: (gst_goom_chain):
39000         * gst/id3/gstid3types.c: (gst_id3types_loop):
39001         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39002         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39003         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39004         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39005         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39006         (gst_ebml_read_float), (gst_ebml_read_header):
39007         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39008         (gst_matroska_demux_parse_blockgroup):
39009         * gst/modplug/gstmodplug.cc:
39010         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39011         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39012         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39013         * gst/silence/gstsilence.c: (gst_silence_get):
39014         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39015         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39016         * gst/speed/gstspeed.c: (speed_loop):
39017         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39018         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39019         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39020         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39021         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39022         (gst_wavparse_loop):
39023         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39024         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39025         (dxr3audiosink_close):
39026         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39027         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39028         (dxr3videosink_close), (dxr3videosink_write_data):
39029         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39030         * sys/oss/gstosselement.h:
39031         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39032         (gst_osssink_chain):
39033         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39034         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39035         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39036         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39037         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39038         (gst_v4l_enable_overlay):
39039         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39040         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39041         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39042         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39043         (gst_v4l_set_audio):
39044         * sys/v4l/v4l_calls.h:
39045         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39046         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39047         (gst_v4lmjpegsink_playback_init),
39048         (gst_v4lmjpegsink_playback_start):
39049         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39050         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39051         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39052         (gst_v4lmjpegsrc_requeue_frame):
39053         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39054         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39055         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39056         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39057         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39058         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39059         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39060         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39061         (gst_v4l2src_capture_stop):
39062         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39063         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39064         (gst_ximagesink_chain):
39065         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39066         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39067         (gst_xvideosink_xwindow_new):
39068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39069         (gst_xvimagesink_chain):
39070         use new error signal, function and categories
39071
39072 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39073
39074         * configure.ac:
39075         * ext/Makefile.am:
39076         * ext/musicbrainz/gsttrm.c:
39077         * ext/musicbrainz/gsttrm.h:
39078         * ext/musicbrainz/Makefile.am:
39079         Add a trm plugin
39080
39081 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39082
39083         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39084         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39085         synchronous property for debugging.
39086         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39088         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39089         smaller block, fixing indent.
39090
39091 2004-01-16  David Schleef  <ds@schleef.org>
39092
39093         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39094         property affects the video stream.
39095         * sys/xvimage/xvimagesink.c:
39096         * sys/xvimage/xvimagesink.h:
39097         Add synchronous property for debugging.  Should probably be
39098         disabled in non-CVS builds.  Make sure that the Xv attribute
39099         exists before we set it (crash!).  Fix a silly float bug that
39100         caused colorbalance to just not work.
39101
39102 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39103
39104         * tools/gst-launch-ext.in - update for new plugins
39105
39106 2004-01-16  David Schleef  <ds@schleef.org>
39107
39108         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39109         already-freed caps.
39110
39111 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39112
39113         * Update spec for new colorspace plugin and libcaca plugin
39114         * Fix compilation of libcaca plugin (clock -> id)
39115
39116 2004-01-16  Julien MOUTTE <julien@moutte.net>
39117
39118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39119         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39120         (gst_xvimagesink_set_xwindow_id),
39121         (gst_xvimagesink_colorbalance_set_value),
39122         (gst_xvimagesink_colorbalance_get_value),
39123         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39124         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39125         correct colorbalance properties. They can now be set when the element
39126         is still in NULL state. The values will be committed to the Xv Port
39127         when xcontext is initialized.
39128         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39129         brightness int values in the GstXvImagesink structure.
39130
39131 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39132
39133         * gst-libs/gst/Makefile.am:
39134           restructure so having local patches works easier.
39135
39136 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39137
39138         * ext/mpeg2enc/Makefile.am:
39139         * ext/mpeg2enc/gstmpeg2enc.cc:
39140         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39141           Bugfix with respect to EOS handling.
39142
39143 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39144
39145         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39146           Link with right caps (else, it segfaults).
39147         * ext/mplex/gstmplexjob.cc:
39148           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39149
39150 2004-01-15  David Schleef  <ds@schleef.org>
39151
39152         * gst-libs/gst/audio/Makefile.am:
39153         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39154         from the template.
39155         * gst-libs/gst/audio/gstaudiofilter.c:
39156         * gst-libs/gst/audio/gstaudiofilter.h:
39157         Add bytes_per_sample and size and n_samples calculation.
39158         * gst-libs/gst/audio/gstaudiofilterexample.c:
39159         Remove, now autogenerated.
39160         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39161         Moved from gstaudiofilterexample, object name changed, code added
39162         so that it actually works.
39163         * gst-libs/gst/audio/make_filter:
39164         Script to build an audiofilter subclass from the template.
39165         * gst/colorspace/Makefile.am:
39166         * gst/colorspace/yuv2yuv.c:
39167         Remove file, since it's GPL, and we don't use it.
39168
39169 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39170
39171         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39173         them use the buffer free function to test how the buffer was allocated.
39174
39175 2004-01-15  David Schleef  <ds@schleef.org>
39176
39177         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39178         that handles osssink fallback.
39179         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39180         (gst_audio_convert_getcaps):
39181         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39182         Add audio/x-qdm2 for QDM2 audio.
39183         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39184         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39185         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39186         Decrease minimum size to 16x16.
39187         * gst/wavparse/gstwavparse.c:
39188         Convert disabled pad template caps to new caps.
39189         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39191         (gst_xvimagesink_chain): Throw element error when display cannot
39192         be opened.  Increase minimum framerate to 1.0.  Check the data
39193         free function on a buffer to make sure it is the type we expect
39194         before manipulating it.
39195
39196 2004-01-15  Julien MOUTTE <julien@moutte.net>
39197
39198         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39199         (gst_videobalance_colorbalance_set_value): Implement passthru if
39200         settings are in the middle.
39201         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39202
39203 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39204
39205         * gst/videofilter/Makefile.am:
39206         * gst/volume/Makefile.am:
39207           Since we use videofilter symbols, link to it.
39208
39209 2004-01-15  Julien MOUTTE <julien@moutte.net>
39210
39211         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39212         mixer interface type to HARDWARE.
39213         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39214         type to SOFTWARE.
39215         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39216         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39217         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39218         (gst_volume_interface_init), (gst_volume_list_tracks),
39219         (gst_volume_set_volume), (gst_volume_get_volume),
39220         (gst_volume_set_mute), (gst_volume_mixer_init),
39221         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39222         (volume_init): Implementing mixer interface.
39223         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39224         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39225         (gst_osselement_change_state): Removing some trailing commas in
39226         structures.
39227         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39228         interface type to HARDWARE.
39229         * sys/v4l/gstv4lcolorbalance.c:
39230         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39231         type to HARDWARE.
39232         * sys/v4l2/gstv4l2colorbalance.c:
39233         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39234         interface type to HARDWARE.
39235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39236         same code than ximagesink for event handling.
39237
39238 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39239
39240         * ext/snapshot/Makefile.am:
39241         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39242         (gst_snapshot_chain):
39243         * ext/snapshot/gstsnapshot.h:
39244           This has to be a joke... Snapshot should be connected to a tee,
39245           colorspace element before it and EOS after that, where the other
39246           src of the tee receives normal data.
39247           The current way is *wrong*.
39248
39249 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39250
39251         * ext/hermes/gsthermescolorspace.c:
39252           Fix another compile error. Same as below.
39253
39254 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39255
39256         * gst/colorspace/gstcolorspace.c:
39257         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39258         (gst_colorspace_i420_to_yv12):
39259           Fix compiling... Didn't test if it actually works.
39260
39261 2004-01-15  David Schleef  <ds@schleef.org>
39262
39263         * configure.ac:
39264         * gst/colorspace/Makefile.am:
39265         * gst/colorspace/gstcolorspace.c:
39266         * gst/colorspace/gstcolorspace.h:
39267         * gst/colorspace/yuv2rgb.c:
39268         * gst/colorspace/yuv2rgb.h:
39269         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39270         code and GPL code.  Fix for new caps negotiation.  Rewrite
39271         much of the format handling code, and some of the conversion
39272         code.  Basically, rewrote almost everything.  This element
39273         handles I420, YV12 to RGB conversions.
39274         * ext/hermes/Makefile.am:
39275         * ext/hermes/gsthermescolorspace.c:
39276         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39277         Remove non-Hermes related code.  This element handles lots of
39278         RGB to RGB conversions, but no YUV.
39279         * ext/hermes/gstcolorspace.c:
39280         * ext/hermes/gstcolorspace.h:
39281         * ext/hermes/rgb2yuv.c:
39282         * ext/hermes/yuv2rgb.c:
39283         * ext/hermes/yuv2rgb.h:
39284         * ext/hermes/yuv2rgb_mmx16.s:
39285         * ext/hermes/yuv2yuv.c:
39286         * ext/hermes/yuv2yuv.h:
39287         Remove old code.
39288
39289 2004-01-14  Colin Walters  <walters@verbum.org>
39290
39291         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39292         they've already been.
39293
39294 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39295
39296         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39297           assume tag mode when pad is not connected
39298
39299 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39300
39301         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39302           Don't update the time of the clock
39303         (gst_alsa_sink_loop):
39304           sync to the clock given to alsasink, not the own clock
39305         * sys/oss/gstosssink.c: (gst_osssink_chain):
39306           sync to the clock
39307         (gst_osssink_change_state):
39308           activate the clock
39309         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39311           remove bogus code that made DISCONT events unhandled
39312         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39313           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39314           #131502)
39315         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39316         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39317         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39318           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39319           2nd warning in bug #131502)
39320
39321 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39322
39323         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39324         (gst_videobalance_colorbalance_set_value),
39325         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39326         for colorbalance interface implementation.
39327         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39328         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39329         (gst_ximagesink_dispose), (gst_ximagesink_init),
39330         (gst_ximagesink_class_init): Adding DISPLAY property.
39331         * sys/ximage/ximagesink.h: Adding display_name to store display.
39332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39333         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39334         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39335         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39336         properties (they still need polishing though for gst-launch use : no
39337         xcontext yet, i ll do that tomorrow).
39338         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39339
39340 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39341
39342         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39343         (gst_play_set_location), (gst_play_set_visualization): Preparing
39344         switch integration, adding videobalance in the pipeline.
39345
39346 2004-01-14  Julien MOUTTE <julien@moutte.net>
39347
39348         * gst-libs/gst/colorbalance/colorbalance.c:
39349         (gst_color_balance_class_init): Adding a default type.
39350         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39351         the type.
39352         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39353         (gst_videobalance_dispose), (gst_videobalance_class_init),
39354         (gst_videobalance_init), (gst_videobalance_interface_supported),
39355         (gst_videobalance_interface_init),
39356         (gst_videobalance_colorbalance_list_channels),
39357         (gst_videobalance_colorbalance_set_value),
39358         (gst_videobalance_colorbalance_get_value),
39359         (gst_videobalance_colorbalance_init): Implementing colorbalance
39360         interface.
39361         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39362         list.
39363         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39364         bug which was triggering a BadAccess X error when setting an overlay
39365         before pad was really negotiated.
39366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39367         Using the colorbalance type macro.
39368
39369 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39370
39371         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39372         (gst_flacenc_chain):
39373           handle tags correctly
39374         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39375           extract ID3v1 tags correctly
39376
39377 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39378
39379         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39380         (plugin_init):
39381           Improve matroska typefinding for odd-typed headers...
39382
39383 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39384
39385         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39386           Fix for using incremental number on padnames.
39387
39388 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39389
39390         * ext/divx/gstdivxdec.c:
39391         * ext/divx/gstdivxenc.c:
39392           Set category to divx4linux instead of divx (too generic).
39393         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39394         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39395         (gst_wavparse_loop), (gst_wavparse_change_state):
39396         * gst/wavparse/gstwavparse.h:
39397           fix parsing of WAV files with non-standard fmt-tag size and fix
39398           skipping of unrecognized chunks... Someone please fix this thing
39399           to use rifflib so all this is automated.
39400         * sys/v4l/Makefile.am:
39401         * sys/v4l2/Makefile.am:
39402           Add X_CFLAGS because we depend on X (for overlay).
39403
39404 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39405
39406         * ext/mpeg2dec/gstmpeg2dec.c:
39407           Don't issue a timestamp unless we tagged the frame
39408           with a PTS.
39409
39410 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39411
39412         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39413           Query the audio element to get the time, not the clock. We're
39414           interested in the element's time here.
39415
39416 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39417
39418         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39419         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39420         * ext/esd/esdsink.c: (gst_esdsink_chain):
39421         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39422         * ext/mas/massink.c: (gst_massink_chain):
39423         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39424         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39425         (gst_matroska_demux_parse_metadata):
39426         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39427         (gst_mpeg_parse_release_locks):
39428         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39429         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39430         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39431         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39432         (gst_osssink_change_state):
39433         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39434         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39435         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39436         (gst_xvideosink_release_locks):
39437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39438           use element time.
39439         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39440         (gst_alsa_clock_stop):
39441         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39442         (gst_audio_clock_get_internal_time):
39443           simplify for use with new clocking code.
39444         * testsuite/alsa/Makefile.am:
39445         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39446           fix testsuite for new caps system
39447
39448 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39449
39450         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39451         * ext/flac/gstflacenc.c: (add_one_tag):
39452           length is already host endian, no need to convert. Fixes playback of
39453           tagged files on PPC. (bug #128384)
39454
39455 2004-01-13  Julien MOUTTE <julien@moutte.net>
39456
39457         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39458         colorbalance interface stating if it is hardware based or software
39459         based.
39460         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39461         Removing a trailing comma.
39462         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39463         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39464         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39465         the documentation seems to be wrong on the -1000 to 1000 interval.
39466
39467 2004-01-12  David Schleef  <ds@schleef.org>
39468
39469         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39470         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39471         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39472         Fix negotiation.  Add a bufferalloc function for the sink pad,
39473         and generally clean up some of the code.
39474
39475 2004-01-12  Julien MOUTTE <julien@moutte.net>
39476
39477         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39478         (gst_color_balance_channel_dispose): Adding safety check in dispose
39479         method.
39480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39481         (gst_xvimagesink_xcontext_clear),
39482         (gst_xvimagesink_interface_supported),
39483         (gst_xvimagesink_colorbalance_list_channels),
39484         (gst_xvimagesink_colorbalance_set_value),
39485         (gst_xvimagesink_colorbalance_get_value),
39486         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39487         Adding colorbalance interface support to set XV parameters such as
39488         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39489         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39490         interface.
39491
39492 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39493
39494         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39495         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39496         (gst_audio_convert_init), (gst_audio_convert_set_property),
39497         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39498         (gst_audio_convert_link),
39499         (gst_audio_convert_buffer_to_default_format),
39500         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39501           - implement _getcaps and use it
39502           - improve linking
39503           - remove float caps since no float conversion is actually done
39504           - remove properties and arguments that were to be used for rate
39505             conversion
39506
39507 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39508
39509         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39510         (gst_audio_structure_set_int):
39511         * gst-libs/gst/audio/audio.h:
39512           add helper functions for _getcaps matching the standard audio
39513           templates
39514
39515 2004-01-12  David Schleef  <ds@schleef.org>
39516
39517         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39518         Test that pad is negotiated before getting its caps.
39519
39520 2004-01-12  Julien MOUTTE <julien@moutte.net>
39521
39522         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39523         analyzing the pads of an element the bin is mostly in READY state so
39524         no caps were negotiated. This helper function needs to work with
39525         _get_caps directly then. I was not freeing them though, added that to
39526         fix the mem leak.
39527
39528 2004-01-12  Julien MOUTTE <julien@moutte.net>
39529
39530         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39532         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39533         than the free_func.
39534
39535 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39536
39537         * sys/oss/gstossaudio.c: (plugin_init):
39538         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39539         * sys/oss/gstosselement.h:
39540           make an oss debugging category
39541           make failure more descriptive
39542
39543 2004-01-11  David Schleef  <ds@schleef.org>
39544
39545         * ext/ffmpeg/gstffmpeg.c:
39546         * ext/ffmpeg/gstffmpegcodecmap.c:
39547         * ext/ffmpeg/gstffmpegdec.c:
39548         * ext/ffmpeg/gstffmpegenc.c:
39549         * ext/ffmpeg/gstffmpegprotocol.c:
39550         * ext/gdk_pixbuf/gstgdkanimation.c:
39551         * ext/jpeg/gstjpeg.c:
39552         * ext/libpng/gstpng.c:
39553         * ext/mpeg2dec/perftest.c:
39554         * ext/speex/gstspeex.c:
39555         * gst-libs/gst/resample/dtos.c:
39556         * gst/intfloat/gstintfloatconvert.c:
39557         * gst/oneton/gstoneton.c:
39558         * gst/rtjpeg/RTjpeg.c:
39559         * gst/rtp/gstrtp.c:
39560         * sys/dxr3/dxr3init.c:
39561         * sys/glsink/gstgl_nvimage.c:
39562         * sys/glsink/gstgl_pdrimage.c:
39563         * sys/glsink/gstglsink.c:
39564         * testsuite/gst-lint:
39565         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39566
39567 2004-01-11  David Schleef  <ds@schleef.org>
39568
39569         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39570         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39571         * ext/gdk_pixbuf/gstgdkanimation.c:
39572         (gst_gdk_animation_iter_create_pixbuf):
39573         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39574         (gst_gdk_pixbuf_chain):
39575         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39576         * ext/jack/gstjack.c: (gst_jack_change_state):
39577         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39578         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39579         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39580         * gst/videofilter/gstvideofilter.c:
39581         (gst_videofilter_set_output_size):
39582         Remove all usage of gst_pad_get_caps(), and replace it with
39583         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39584
39585 2004-01-11  David Schleef  <ds@schleef.org>
39586
39587         * configure.ac:
39588         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39589         * ext/divx/gstdivxdec.c:
39590         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39591         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39592         handle images that span multiple buffers.  Now work with both
39593         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39594         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39595         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39596         video/video.h changes
39597         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39598         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39599         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39600         of GstData free function.
39601         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39602         same.
39603
39604 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39605
39606         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39607         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39608         (gst_v4l2element_get_property):
39609         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39610           add norm, channel and frequency properties.
39611         * sys/v4l2/gstv4l2tuner.c:
39612           fixes for tuner interface changes
39613         * sys/v4l2/gstv4l2element.h:
39614         * sys/v4l2/gstv4l2src.c:
39615         * sys/v4l2/gstv4l2src.h:
39616         * sys/v4l2/v4l2src_calls.c:
39617         * sys/v4l2/v4l2src_calls.h:
39618           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
39619
39620 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39621
39622         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
39623         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
39624         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
39625         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
39626         * gst-libs/gst/tuner/tuner.h:
39627           GObjects aren't const.
39628           Add find_by_name functions.
39629           Add checks to _changed functions.
39630         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
39631         (gst_v4l_tuner_get_norm):
39632           Fixes for above.
39633
39634 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39635
39636         * gst-libs/gst/video/video.h:
39637           Fix caps template names to be understandable.
39638           Prefix everything with GST_VIDEO.
39639         * ext/aalib/gstaasink.c:
39640         * ext/divx/gstdivxdec.c:
39641         * ext/divx/gstdivxenc.c:
39642         * ext/gdk_pixbuf/gstgdkpixbuf.c:
39643         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
39644         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
39645         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
39646         * ext/libcaca/gstcacasink.c:
39647         * ext/libpng/gstpngenc.c: (raw_caps_factory):
39648         * ext/snapshot/gstsnapshot.c:
39649         * ext/swfdec/gstswfdec.c:
39650         * ext/xvid/gstxviddec.c:
39651         * ext/xvid/gstxvidenc.c:
39652         * gst/chart/gstchart.c:
39653         * gst/deinterlace/gstdeinterlace.c:
39654         * gst/effectv/gsteffectv.c:
39655         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39656         * gst/goom/gstgoom.c:
39657         * gst/median/gstmedian.c:
39658         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
39659         (gst_monoscope_srcconnect), (gst_monoscope_chain):
39660         * gst/overlay/gstoverlay.c:
39661         * gst/smooth/gstsmooth.c:
39662         * gst/smpte/gstsmpte.c:
39663         * gst/synaesthesia/gstsynaesthesia.c:
39664         * gst/videocrop/gstvideocrop.c:
39665         * gst/videodrop/gstvideodrop.c:
39666         * gst/y4m/gsty4mencode.c:
39667         * sys/qcam/gstqcamsrc.c:
39668         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
39669           Make them work with new video.h file.
39670         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39671         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39673         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39674           Make it work with new buffer allocation system.
39675
39676 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39677
39678         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
39679         pad_alloc_buffer implementation to use ->srcpad
39680         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
39681         pad_alloc_buffer implementation to use ->srcpad
39682         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
39683         pad_alloc_buffer implementation to use ->srcpad
39684         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
39685         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
39686         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39687         a reference to everything we need.
39688         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
39689         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
39690         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
39691         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39692         a reference to everything we need.
39693         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
39694
39695 2004-01-11  David Schleef  <ds@schleef.org>
39696
39697         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
39698         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
39699         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
39700         structure members.
39701         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
39702         value during a resize/renegotiation.
39703         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
39704         gst_pad_alloc_buffer();
39705         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39706         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
39707         structure members.
39708         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39709         Fix for rename of buffer private structure members.
39710         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39711         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39712         Fix for rename of buffer private structure members.
39713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39714         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39715         Fix for rename of buffer private structure members.
39716
39717 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
39718
39719         reviewed by: David Schleef <ds@schleef.org>
39720
39721         * gst/videofilter/Makefile.am:
39722         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
39723         from the patch by ds to fit in with recent make_filter changes.
39724
39725 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39726
39727         * configure.ac: Adding examples/switch/Makefile
39728         * examples/Makefile.am: Adding examples/switch
39729         * examples/switch/Makefile.am: Adding switcher example.
39730         * examples/switch/switcher.c: (got_eos), (idle_iterate),
39731         (switch_timer), (main): Adding an example demonstrating switch usage
39732         with 2 videotestsrc showing different patterns.
39733         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39734         (gst_switch_init): Fixing switch with the new caps system.
39735
39736 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39737
39738         * gst-libs/gst/video/video.h:
39739           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
39740           They should probably be like
39741           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
39742
39743 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39744
39745         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
39746         (qtdemux_parse_trak):
39747           fix audio chunk size/timestamp calculation
39748
39749 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39750
39751         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39752           fix SVQ3 caps
39753
39754 2004-01-11  Steve Baker  <steve@stevebaker.org>
39755
39756         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
39757         (gst_agingtv_base_init), (gst_agingtv_class_init),
39758         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
39759         (gst_agingtv_set_property), (gst_agingtv_get_property):
39760         Port agingTV to videofilter
39761
39762 2004-01-09  Julien MOUTTE <julien@moutte.net>
39763
39764         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
39765         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39766
39767 2004-01-09  Julien MOUTTE <julien@moutte.net>
39768
39769         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
39770         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39771         * gst-libs/gst/xoverlay/xoverlay.c:
39772         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
39773         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
39774         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39775         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39776         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39777         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39778         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
39779         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
39780         the bufferalloc_function to replace bufferpools, fixing the XOverlay
39781         interface implementation to handle xid being 0 and fix some bugs
39782         triggered by Benjamin's testcase.
39783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39784         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
39785         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
39786         the bufferalloc_function to replace bufferpools, fixing the XOverlay
39787         interface implementation to handle xid being 0 and fix some bugs
39788         triggered by Benjamin's testcase.
39789
39790 2004-01-09  David Schleef  <ds@schleef.org>
39791
39792         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
39793         mouse pointer events.  It works.
39794
39795 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39796
39797         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
39798           Use explicit caps - fix capsnego.
39799         * ext/xvid/gstxviddec.c:
39800         * ext/xvid/gstxvidenc.c:
39801           Remove macro-inside-macro which caused compile errors.
39802         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
39803           Error out if it's not a RIFF file. Else we error out without
39804           gst_element_error() which is not good...
39805
39806 2004-01-08  David Schleef  <ds@schleef.org>
39807
39808         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39809         Fix pad_link function to handle formats that ffmpeg returns
39810         as multiple caps structures.
39811         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
39812         Only complain if source buffer is _smaller_ than expected.
39813         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
39814         (gst_videoscale_handle_src_event): Resize navigation events
39815         when passing them upstream.
39816         * gst/videotestsrc/gstvideotestsrc.c:
39817         * gst/videotestsrc/gstvideotestsrc.h:
39818         * gst/videotestsrc/videotestsrc.c:
39819         * gst/videotestsrc/videotestsrc.h:
39820         Rewrite many of the buffer painting functions to handle odd
39821         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
39822         been verified to work with my video card.
39823         * testsuite/gst-lint:  Add check for elements calling
39824         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
39825
39826 2004-01-08  David Schleef  <ds@schleef.org>
39827
39828         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
39829         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
39830
39831 2004-01-08  Julien MOUTTE  <julien@moutte.net>
39832
39833         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
39834         configure event is not emiting the desired size signal. That fixes
39835         aspect ratio issues with gst-player.
39836
39837 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39838
39839         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
39840           Fix capsnego.
39841
39842 2004-01-08  Julien MOUTTE  <julien@moutte.net>
39843
39844         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
39845         public method to fire size signal.
39846
39847 2004-01-07  Julien MOUTTE  <julien@moutte.net>
39848
39849         * examples/gstplay/Makefile.am: Adding the interface library.
39850         * gst-libs/gst/play/Makefile.am: Adding the interface library.
39851         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
39852         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
39853         GST_IS_X_OVERLAY before signal connect.
39854         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
39855         Removing the have_video_size signal.
39856         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
39857         and associated public method.
39858         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39859         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
39860         signal.
39861         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
39862         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
39863         signal.
39864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
39865         Using XOverlay public method to fire size signal.
39866
39867 2004-01-07  David Schleef  <ds@schleef.org>
39868
39869         * gst/videofilter/Makefile.am:
39870         * gst/videofilter/gstvideotemplate.c:
39871         * gst/videofilter/make_filter:
39872         Create gstvideoexample.c in a srcdir!=builddir friendly way.
39873         Convert make_filter to /bin/sh script.
39874
39875 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
39876
39877         * gst/modplug/gstmodplug.cc: fix element description
39878
39879 2004-01-07  Julien MOUTTE  <julien@moutte.net>
39880
39881         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
39882         (got_video_size): Adding some new lines in g_print calls.
39883         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
39884         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
39885         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
39886         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
39887         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
39888         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
39889         Complete code review, reverting some stuff i disagree with, adding
39890         some fixes : time synchronization on invalid timestamps, renegotiation
39891         of private window.
39892         * sys/ximage/ximagesink.h:
39893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
39894         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
39895         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
39896         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
39897         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
39898         (gst_xvimagesink_buffer_new),
39899         (gst_xvimagesink_navigation_send_event),
39900         (gst_xvimagesink_set_xwindow_id),
39901         (gst_xvimagesink_get_desired_size),
39902         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
39903         stuff i disagree with, adding some fixes : Renegotiation of private
39904         window, implementing get_desired_size.
39905
39906 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39907
39908         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
39909         (gst_afsink_handle_event):
39910         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
39911         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
39912         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
39913         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
39914         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
39915           Fix for instantiate-test (see core). Also remove dead code from
39916           jpegenc (which still needs fixing, but that's lower on my TODO
39917           list...).
39918         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
39919           Never return NULL as caps.
39920
39921 2004-01-07  David Schleef  <ds@schleef.org>
39922
39923         * configure.ac:
39924         * ext/Makefile.am:
39925         * ext/librfb/Makefile.am:
39926         * ext/librfb/gstrfbsrc.c:
39927         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
39928         is the protocol used by VNC.
39929
39930 2004-01-07  David Schleef  <ds@schleef.org>
39931
39932         * gst/videofilter/gstvideotemplate.c:
39933         * gst/videofilter/gstvideotemplate.h:
39934         * gst/videofilter/make_filter:
39935         Merge videotemplate header into source file.
39936         * gst/effectv/Makefile.am:
39937         * gst/effectv/gsteffectv.c: (plugin_init):
39938         * gst/effectv/gstwarp.c:
39939         Make warpTV a subclass of videofilter.
39940
39941 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39942
39943         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
39944           Add guard against invalid utf-8 conversions in mad. Just in case.
39945
39946 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39947
39948         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
39949           Fix for bug shown by poisoning
39950
39951 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39952
39953         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39954         (gst_v4lmjpegsrc_buffer_free):
39955         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
39956         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
39957         (gst_v4lsrc_buffer_free):
39958           Fix for removed bufferpools.
39959
39960 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
39961
39962         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39963         Fix caps negotiation.
39964
39965         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
39966         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
39967         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
39968         (dvdnavsrc_event):
39969         * ext/mpeg2dec/gstmpeg2dec.c:
39970         * gst-libs/gst/navigation/navigation.c:
39971         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
39972         * gst-libs/gst/navigation/navigation.h:
39973         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
39974         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
39975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
39976         Super-simple first version of mouse and keyboard events. Clicking
39977         on a DVD menu now works, although it may not take you where you
39978         expected.
39979
39980         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
39981         * gst/videotestsrc/gstvideotestsrc.c:
39982         (gst_videotestsrc_src_fixate):
39983         These fixate functions were broken - they never actually
39984         fixated :)
39985
39986 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39987
39988         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
39989         (gst_icecastsend_init):
39990           fix for new caps system.
39991         * gst-libs/gst/mixer/mixertrack.h:
39992         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
39993           Add 'master track' flag (for tools like ACME that only want to
39994           change the main volume).
39995
39996 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
39997
39998         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
39999         (gst_xvid_csp_to_caps):
40000         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40001         * ext/xvid/gstxvidenc.c:
40002         ifdef out ARGB type when it isn't available
40003         in xvidcore 1.0.0beta2
40004
40005 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40006
40007         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40008           When we have received a new SCR right in the first buffer after
40009           a seek (so in the same cycle that handles the discont), we should
40010           handle the buffer instead of unreffing it, else we lose data.
40011
40012 2004-01-06  Iain <iain@prettypeople.org>
40013
40014         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40015           buffer-frames caps too.
40016
40017         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40018           caps that we need, don't destroy them all and rebuild them. And when
40019           creating src pads, use the src pad template rather than the sink...
40020
40021 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40022
40023         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40024           Add pad to element *after* setting functions such as event handler.
40025           Without this, the scheduler (opt) will link pads, set the event
40026           handler from the default event function (dispatcher in gstpad.c)
40027           and *after* that, we will set our own event function, which will
40028           thus never be used (and thus mpegdemux doesn't handle events).
40029
40030 2004-01-04  David Schleef  <ds@schleef.org>
40031
40032         Fix the fixate functions to handle new prototype:
40033         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40034         * gst/videotestsrc/gstvideotestsrc.c:
40035         (gst_videotestsrc_src_fixate):
40036         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40037         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40038         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40039
40040 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40041
40042         * sys/ximage/ximagesink.h:
40043         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40044         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40045         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40046         (gst_ximagesink_xoverlay_init):
40047           assorted fixes to make (re)embedding work
40048         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40049         (gst_ximagesink_get_desired_size):
40050           implement desired size additions to XOverlay
40051
40052 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40053
40054         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40055         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40056         (gst_x_overlay_got_desired_size):
40057         * gst-libs/gst/xoverlay/xoverlay.h:
40058           Add optional "desired size" signal and querying.
40059
40060 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40061
40062         * gst/matroska/matroska-demux.c:
40063         (gst_matroska_demux_parse_blockgroup):
40064           Fix EBML-laced block parsing. Diffs are relative to previous
40065           lace, not the first lace. Thanks to Mosu from the Matroska
40066           team for detecting this.
40067         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40068         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40069         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40070         (gst_wavparse_change_state):
40071         * gst/wavparse/gstwavparse.h:
40072           Quickfix for capsnego.
40073
40074 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40075
40076         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40077           Fix indenting, fix pad creation.
40078
40079 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40080
40081         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40082         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40083         (gst_xviddec_sink_link):
40084           Implement src_getcaps() so proper size caps is negotiated.
40085
40086 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40087
40088         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40089           Finish flac decoder on EOS. See #116178.
40090
40091 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40092
40093         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40094         (gst_matroska_demux_add_stream):
40095         * gst/matroska/matroska-ids.h:
40096           Add getcaps() function to fix capsnego...
40097
40098 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40099
40100         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40101         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40102         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40103           Fix more integer overflows. Again, see #126967.
40104
40105 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40106
40107         * ext/mpeg2dec/gstmpeg2dec.c:
40108           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40109           #130416.
40110
40111 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40112
40113         * configure.ac:
40114         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40115         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40116         * ext/xvid/gstxvid.h:
40117         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40118         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40119         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40120         (gst_xviddec_change_state):
40121         * ext/xvid/gstxviddec.h:
40122         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40123         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40124         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40125         (gst_xvidenc_link), (gst_xvidenc_set_property),
40126         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40127         * ext/xvid/gstxvidenc.h:
40128           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40129
40130 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40131
40132         * gst/rtp/rtp-packet.c:
40133           Add sys/types.h include, since OS X doesn't define in_addr_t
40134           in netinet/in.h, like it does on Linux (see #129600).
40135
40136 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40137
40138         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40139
40140         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40141           Correct logic of dispose function (see #129306).
40142
40143 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40144
40145         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40146         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40147         (gst_mpeg_parse_init):
40148         * gst/mpegstream/gstmpegparse.h:
40149           Remove clock (which was never provided, i.e. dead code), and
40150           also fix integer overflows at high PTS values (see #126967).
40151
40152 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40153
40154         * ext/flac/gstflacdec.c:
40155         * ext/libpng/gstpngenc.h:
40156         * ext/mikmod/gstmikmod.h:
40157           OS X fixes (see #126628).
40158
40159 2004-01-02  David Schleef  <ds@schleef.org>
40160
40161         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40162         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40163         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40164         (gst_mpeg_parse_class_init): Move pad template registration
40165         to class_init, since the derived class (mpegdemux) doesn't
40166         want them.
40167
40168 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40169
40170         * sys/ximage/Makefile.am:
40171         * sys/xvideo/Makefile.am:
40172         * sys/xvimage/Makefile.am:
40173           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40174           after installation (see #127664).
40175
40176 2004-01-02  David Schleef  <ds@schleef.org>
40177
40178         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40179         (gst_ffmpegenc_connect):  Negotiation fixes.
40180         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40181         Remove inappropriate gst_caps_free().
40182         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40183         Reenable Ronald's internal resize code, since the core handles
40184         it correctly now.
40185
40186 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40187
40188         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40189         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40190         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40191           Fix pad template stuff.
40192
40193 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40194
40195         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40196         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40197           fix signed integer reading/writing.
40198
40199 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40200
40201         * ext/alsa/README:
40202           Remove outdated document
40203
40204 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40205
40206         * gst/cutter/gstcutter.c: (gst_cutter_init):
40207           src pad was being created twice - oops.
40208
40209 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40210
40211         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40212           Comment out internal resize. It doesn't handle the resulting
40213           XEvent internally, does another try_set_caps() which leads to
40214           a really nice loop.
40215           Real fix will come when Julien and Dave are awake. ;).
40216
40217 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40218
40219         * ext/mpeg2enc/gstmpeg2enc.cc:
40220           fix const/nonconst compile issue.
40221
40222 2004-01-02  David Schleef  <ds@schleef.org>
40223
40224         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40225         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40226         Add fixate function and a check for bad formats.
40227
40228 2004-01-01  David Schleef  <ds@schleef.org>
40229
40230         Negotiation fixes:
40231         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40232         (gst_audiofilter_init):
40233         * gst/debug/efence.c: (gst_efence_init):
40234         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40235         (gst_deinterlace_init):
40236         * gst/volume/gstvolume.c: (volume_connect):
40237
40238 2004-01-01  David Schleef  <ds@schleef.org>
40239
40240         Convert elements to use gst_pad_use_explicit_caps() where
40241         appropriate:
40242         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40243         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40244         (gst_afparse_open_file):
40245         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40246         (gst_afsrc_open_file):
40247         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40248         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40249         (gst_ffmpegdec_chain):
40250         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40251         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40252         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40253         (gst_gdk_pixbuf_chain):
40254         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40255         (gst_jpegdec_chain):
40256         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40257         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40258         (gst_mikmod_negotiate):
40259         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40260         (gst_mpeg2dec_negotiate_format):
40261         * ext/mpeg2enc/gstmpeg2enc.cc:
40262         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40263         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40264         (gst_speexdec_sinkconnect):
40265         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40266         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40267         (gst_vorbisfile_new_link):
40268         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40269         (gst_ac3parse_chain):
40270         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40271         (gst_asf_demux_setup_pad):
40272         * gst/auparse/gstauparse.c: (gst_auparse_init),
40273         (gst_auparse_chain):
40274         * gst/id3/gstid3types.c: (gst_id3types_loop):
40275         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40276         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40277         (mp1videoparse_parse_seq):
40278         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40279         (bpf_from_header):
40280         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40281         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40282         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40283         (gst_mpeg_parse_send_data):
40284         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40285         (gst_qtdemux_add_stream):
40286         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40287         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40288         (gst_wavparse_parse_fmt):
40289
40290 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40291
40292         * configure.ac:
40293           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40294           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40295           it therefore uses the wrong include paths. Too bad... Note
40296           that 1.6.1.93 is not release yet. ;).
40297           Also add a check for mplex, which is now using the lib'ified
40298           mplex from mjpegtools, too.
40299         * ext/ffmpeg/gstffmpegcodecmap.c:
40300           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40301           issues. I don't think ffmpeg handles 3ivx correctly, so this
40302           probably won't work. But it won't hurt either.
40303         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40304         (gst_ffmpegdec_chain):
40305         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40306         (gst_ffmpegenc_chain_audio):
40307           Fix memleak in audio encoding. Close codec if open fails, this
40308           calls the cleanup routines so we can re-use the context.
40309         * ext/mpeg2enc/gstmpeg2enc.cc:
40310           Fix pad template names/types, fix memory issue with getcaps().
40311         * ext/mpeg2enc/gstmpeg2encoder.cc:
40312         * ext/mpeg2enc/gstmpeg2encoder.hh:
40313           Fix compile issue with new caps system (const thingy).
40314         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40315         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40316           We read a first frame right on initing, so that we have a caps
40317           when we init the output. This caps is cached in padprivate and
40318           read as first frame.
40319         * ext/mplex/Makefile.am:
40320         * ext/mplex/gstmplex.cc:
40321         * ext/mplex/gstmplex.h:
40322         * ext/mplex/gstmplex.hh:
40323         * ext/mplex/gstmplexibitstream.cc:
40324         * ext/mplex/gstmplexibitstream.hh:
40325         * ext/mplex/gstmplexjob.cc:
40326         * ext/mplex/gstmplexjob.hh:
40327         * ext/mplex/gstmplexoutputstream.cc:
40328         * ext/mplex/gstmplexoutputstream.hh:
40329           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40330           had issues, didn't do capsnego, supported only a subset of the
40331           mplex features and required a mplex fork in our local CVS. Plus
40332           that it worked agaist a very old mplex version. Rewriting was
40333           faster than updating it.
40334         * gst-libs/ext/Makefile.am:
40335         * gst-libs/ext/mplex/INSTRUCT:
40336         * gst-libs/ext/mplex/Makefile.am:
40337         * gst-libs/ext/mplex/README:
40338         * gst-libs/ext/mplex/TODO:
40339         * gst-libs/ext/mplex/ac3strm_in.cc:
40340         * gst-libs/ext/mplex/audiostrm.hh:
40341         * gst-libs/ext/mplex/audiostrm_out.cc:
40342         * gst-libs/ext/mplex/aunit.hh:
40343         * gst-libs/ext/mplex/bits.cc:
40344         * gst-libs/ext/mplex/bits.hh:
40345         * gst-libs/ext/mplex/buffer.cc:
40346         * gst-libs/ext/mplex/buffer.hh:
40347         * gst-libs/ext/mplex/fastintfns.h:
40348         * gst-libs/ext/mplex/format_codes.h:
40349         * gst-libs/ext/mplex/inputstrm.cc:
40350         * gst-libs/ext/mplex/inputstrm.hh:
40351         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40352         * gst-libs/ext/mplex/mjpeg_logging.cc:
40353         * gst-libs/ext/mplex/mjpeg_logging.h:
40354         * gst-libs/ext/mplex/mjpeg_types.h:
40355         * gst-libs/ext/mplex/mpastrm_in.cc:
40356         * gst-libs/ext/mplex/mpegconsts.cc:
40357         * gst-libs/ext/mplex/mpegconsts.h:
40358         * gst-libs/ext/mplex/mplexconsts.hh:
40359         * gst-libs/ext/mplex/multplex.cc:
40360         * gst-libs/ext/mplex/outputstream.hh:
40361         * gst-libs/ext/mplex/padstrm.cc:
40362         * gst-libs/ext/mplex/padstrm.hh:
40363         * gst-libs/ext/mplex/stillsstream.cc:
40364         * gst-libs/ext/mplex/stillsstream.hh:
40365         * gst-libs/ext/mplex/systems.cc:
40366         * gst-libs/ext/mplex/systems.hh:
40367         * gst-libs/ext/mplex/vector.cc:
40368         * gst-libs/ext/mplex/vector.hh:
40369         * gst-libs/ext/mplex/videostrm.hh:
40370         * gst-libs/ext/mplex/videostrm_in.cc:
40371         * gst-libs/ext/mplex/videostrm_out.cc:
40372         * gst-libs/ext/mplex/yuv4mpeg.cc:
40373         * gst-libs/ext/mplex/yuv4mpeg.h:
40374         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40375         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40376           We don't fork mjpegtools' mplex in our CVS anymore.
40377         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40378         (gst_avi_demux_add_stream):
40379         * gst/avi/gstavidemux.h:
40380           Add getcaps() function for proper caps nego. This makes some
40381           parts of AVI playback/reading work.
40382         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40383           Resize window on new capsnego. This is probably wrong, but
40384           I'm still committing it because with current capsnego, the
40385           first successfull capsnego is auto-fixated, therefore rounded
40386           down to the lowest values in the caps. this results in a 16x16
40387           XWindow that is not reized when real capsnego finishes.
40388           Dave, I see more cases of this, do you know a proper solution?
40389         * tools/gst-launch-ext.in:
40390           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40391
40392 2003-12-31  David Schleef  <ds@schleef.org>
40393
40394         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40395         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40396           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40397
40398 2003-12-30  David Schleef  <ds@schleef.org>
40399
40400         * ext/ffmpeg/gstffmpegcolorspace.c:
40401         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40402         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40403         (gst_ffmpegcsp_chain): Negotiation fixes
40404         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40405         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40406         (gst_audio_convert_link), (gst_audio_convert_channels):
40407         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40408         (gst_audioscale_link), (gst_audioscale_get_buffer),
40409         (gst_audioscale_chain): Negotiation fixes
40410         * gst/audioscale/gstaudioscale.h:
40411         * gst/videofilter/gstvideofilter.c:
40412         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40413         (gst_videofilter_link), (gst_videofilter_init),
40414         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40415         (gst_videofilter_find_format_by_structure):
40416         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40417         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40418         (gst_videoscale_link):
40419         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40420         (videoscale_find_by_structure), (gst_videoscale_setup):
40421         * gst/videoscale/videoscale.h: Negotiation fixes
40422         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40423         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40424         function, restrict resizing to a multiple of 4 (hack until
40425         everyone supports odd sizes correctly).
40426
40427 2003-12-29  Colin Walters  <walters@verbum.org>
40428
40429         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40430         signed.
40431
40432 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40433
40434         * ext/sndfile/gstsf.c: (gst_sf_loop):
40435           Fix warning about discarding const qualifier
40436
40437 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40438
40439         * gst/cutter/gstcutter.c:
40440         * gst/videoscale/gstvideoscale.c:
40441         * gst/volenv/gstvolenv.c:
40442         * gst-libs/gst/audio/audio.c:
40443         * gst-libs/gst/video/video.c:
40444           Fix warnings
40445
40446 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40447
40448         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40449           Don't send ALSA debugging to stderr.
40450         * ext/alsa/gstalsa.h:
40451           Use GST_WARNING instead of g_warning when ALSA functions fail.
40452
40453 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40454
40455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40456           Free XVAdapterInfo correctly.
40457
40458 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40459
40460         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40461         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40462           Make id3tag use correct caps nego.
40463
40464 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40465
40466         * ext/ivorbis/vorbis.c:
40467         * ext/ivorbis/vorbisenc.h:
40468         * ext/ivorbis/vorbisfile.c:
40469           Modify so that it uses the new caps things
40470
40471 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40472
40473         * testsuite/spider/spider1.c: (main):
40474         * testsuite/spider/spider2.c: (main):
40475         * testsuite/spider/spider3.c: (main):
40476           Make tests compile again. They probably don't work.
40477
40478 2003-12-24  Colin Walters  <walters@verbum.org>
40479
40480         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40481         we can't fixate the caps anymore.
40482
40483 2003-12-23  David Schleef  <ds@schleef.org>
40484
40485         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40486         * sys/oss/gstosssink.c: (gst_osssink_init),
40487         (gst_osssink_sink_fixate): Add fixate function.
40488
40489 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40490
40491         * ext/ffmpeg/gstffmpegcodecmap.c:
40492         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40493         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40494         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40495         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40496         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40497         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40498         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40499           fix typo in RGB masks, and move back to "old" colorspace
40500           capsnego code until whoever wrote this new crap has actually
40501           tested it so that it works.
40502           And yes, this works, keep it that way please.
40503
40504 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40505
40506         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40507         (gst_divxdec_init), (gst_divxdec_negotiate):
40508         * ext/divx/gstdivxdec.h:
40509         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40510         (gst_divxenc_init):
40511         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40512         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40513         * ext/mpeg2enc/gstmpeg2enc.cc:
40514         * ext/mpeg2enc/gstmpeg2encoder.cc:
40515         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40516         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40517         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40518         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40519         (dxr3spusink_init):
40520         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40521         (dxr3videosink_init):
40522           Fix caps breakage after Dave's caps branch merge.
40523
40524 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40525
40526         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40527           Fix for 24bpp display.
40528
40529 2003-12-23  Colin Walters  <walters@verbum.org>
40530
40531         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40532         a GnomeVFSHandle directly.
40533
40534 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40535
40536         * gst/volume/Makefile.am:
40537         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40538         (volume_base_init), (volume_init):
40539           Reenable volume element and fix to work with new caps stuff.
40540           Rhythmbox needs this.
40541
40542 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40543
40544         * gst/qtdemux/qtdemux.c: (plugin_init):
40545           qtdemux requires bytestream
40546
40547 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40548
40549         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40550           Fix remaining caps handling errors due to CAPS merge.
40551
40552 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40553
40554         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40555         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40556         (gst_faad_srcconnect):
40557           Port to new caps system.
40558
40559 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40560
40561         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40562         (got_video_size), (main): using g_print instead of g_message.
40563         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40564         signal which was not emitted because of "switch" element added to the
40565         bin but not connected. (Removing from the bin temporarily)
40566
40567 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40568
40569         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40570         find X development files. I don't understand the previous tests and
40571         they fail on my debian/ppc unstable. This one works.
40572         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40573         exiting.
40574         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40575         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40576         (gst_play_set_visualization): Add some safety checks in set_ methods
40577         and state_change. This was throwing some ugly CRITICAL messages when
40578         pipeline was getting disposed and casts were failing.
40579
40580 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40581
40582         * configure.ac:
40583           Improve mpeg2enc detection. This is for distributions that do
40584           ship mjpegtools, but without mpeg2enc. Also does object check
40585           for might there ever be ABI incompatibility.
40586         * ext/mpeg2enc/gstmpeg2enc.cc:
40587           Add Andrew as second maintainer (he's helping me), and also add
40588           an error if no caps was set. This happens if I pull before capsnego
40589           and that's something I should solve sometime else.
40590         * gst/matroska/matroska-demux.c:
40591         (gst_matroska_demux_parse_blockgroup):
40592           Fix time parsing.
40593         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40594         (gst_matroska_mux_track_header):
40595           Add caps to templates.
40596         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40597           Add mpegversion=1 to prevent confusion with MPEG/AAC.
40598         * gst/mpegstream/gstmpegdemux.c:
40599           Remove layer since it causes warnings about unfixed caps.
40600         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40601           Fix obvious typo (we error out if caps were set, we should of
40602           course error out if *no* caps were set).
40603         * sys/oss/gstosselement.c: (gst_osselement_convert):
40604           Fix format conversion, we confused bits/bytes.
40605         * sys/oss/gstosselement.h:
40606           Improve documentation for 'bps'.
40607         * sys/v4l/TODO:
40608           Remove stuff about plugins that need removing - this was done
40609           ages ago.
40610         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
40611         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
40612         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
40613         (gst_v4lsrc_src_query):
40614         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
40615         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
40616           Add get_query_types(), get_formats() and query() functions.
40617
40618 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
40619
40620         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
40621           * moved CVS to freedesktop.org