gst-libs/gst/riff/riff-media.c: Fix case where we don't have a range for the rates...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4         Fix case where we don't have a range for the rates or channels as is the
5         case with truespeech.
6
7 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
8
9         * gst/volume/gstvolume.c: (volume_update_real_volume),
10         (gst_volume_set_volume), (gst_volume_get_volume),
11         (gst_volume_set_mute), (gst_volume_init), (volume_setup),
12         (volume_transform_ip), (volume_update_mute),
13         (volume_update_volume), (volume_get_property):
14         * gst/volume/gstvolume.h:
15         Keep negotiated state in a separate variable.
16         Protect the volume and mute properties with the object lock.
17         Protect modifying the transform with the transform lock.
18
19 2008-11-05  Wim Taymans  <wim.taymans@collabora.co.uk>
20
21         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22         (gst_ffmpeg_pixfmt_to_caps):
23         Only convert caps to string when debug is enabled.
24
25 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
26
27         * ext/theora/gsttheoradec.h:
28         * ext/theora/theoradec.c: (gst_theora_dec_init),
29         (gst_theora_dec_reset), (theora_dec_src_event),
30         (theora_dec_sink_event), (theora_handle_type_packet):
31         Copy seqnum.
32         Keep events in a pending list, like vorbisdec, instead of trying
33         to construct a segment event ourselves.
34
35         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
36         (vorbis_dec_src_event), (vorbis_dec_sink_event):
37         * ext/vorbis/vorbisdec.h:
38         Copy seqnum.
39
40 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
41
42         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
43         (gst_ogg_demux_deactivate_current_chain),
44         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
45         (gst_ogg_demux_loop):
46         * ext/ogg/gstoggdemux.h:
47         Copy seqnums around to track playback segments and messages.
48
49 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
50
51         Based on patch by: Matthias Kretz <kretz at kde dot org>
52
53         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
54         (gst_alsasink_prepare), (gst_alsasink_unprepare),
55         (gst_alsasink_write):
56         Make all access non-blocking so that we can better handle unplugging
57         of usb devices. Fixes #559111
58
59 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
60
61         Patch by: Damien Lespiau  <damien.lespiau gmail com>
62
63         * gst-libs/gst/rtsp/gstrtspconnection.c:
64         (gst_rtsp_connection_write):
65         Make the next call to poll not depend on previous calls to poll with or
66         without reading from the active descriptor. Fixes #544293.
67
68 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
69
70         Patch by: Nick Haddad <nick at haddads dot net>
71
72         * gst-libs/gst/riff/riff-ids.h:
73         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
74         Add support for other fourcc codes that are commonly used for
75         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
76         Fixes #558553.
77
78 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
79
80         * gst/audioresample/gstaudioresample.c:
81           Return the result of parent_class->event().
82
83 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
84
85         * gst/audioresample/gstaudioresample.c:
86         (gst_audioresample_class_init), (audioresample_fixate_caps):
87         Fixate the rate to the nearest supported rate instead of
88         the first one. Fixes bug #549510.
89
90 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
91
92         * win32/common/libgstaudio.def:
93         Add new symbols.
94
95 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
96
97         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
98         Attempt to make obfuscated code clearer.
99
100 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
101
102         * docs/libs/gst-plugins-base-libs-sections.txt:
103         * gst-libs/gst/floatcast/floatcast.h:
104         Move float endianness conversion macros to core. Second part of
105         bug ##555196.
106
107 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
108
109         * sys/ximage/ximagesink.h:
110         * sys/xvimage/xvimagesink.h:
111           Don't mark as gtk-doc docs as they aren't public.
112
113 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
114
115         * sys/xvimage/xvimagesink.c:
116         * sys/xvimage/xvimagesink.h:
117         * tests/icles/Makefile.am:
118         * tests/icles/test-colorkey.c:
119           Allow setting colorkey if possible. Implement property probe interface
120           for optional X features (autopaint-colorkey, double-buffer and
121           colorkey). Fixes #554533
122
123 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
124
125         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
126         Remove useless buffer size assignment. It already has this value.
127
128 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
129
130         * gst-libs/gst/audio/gstaudiosink.c:
131         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
132         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
133         (gst_audioringbuffer_stop):
134         Implement a separate activate functions to start monitoring the segments
135         or, in pull mode, pulling in data.
136
137         * gst-libs/gst/audio/gstbaseaudiosink.c:
138         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
139         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
140         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
141         (gst_base_audio_sink_activate_pull),
142         (gst_base_audio_sink_async_play),
143         (gst_base_audio_sink_change_state):
144         Implement pad and element convert query function.
145         Activate the ringbuffer.
146         Use the segment last_stop value as the offset to pull.
147         Use new basesink _do_preroll() method to preroll in the pulling thread.
148         Take appropriate locking in the pulling thread.
149
150         * gst-libs/gst/audio/gstringbuffer.h:
151         Update some docs.
152
153 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
154
155         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
156         Improve MXF typefinding a bit by searching for a header partition
157         pack instead of just a general partition pack and checking more
158         bytes for valid values.
159
160 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
161
162         * tests/icles/.cvsignore:
163         update ignore file.
164
165         * tests/icles/Makefile.am:
166         * tests/icles/test-box.c: (make_pipeline), (main):
167         Add another interactive command line experimentation suite for
168         dynamically boxing/cropping/saling an input video.
169
170 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
171
172         * docs/libs/gst-plugins-base-libs-sections.txt:
173         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
174         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
175         * gst-libs/gst/audio/gstringbuffer.h:
176         Add methods to more accuratly control the pulling thread of a
177         ringbuffer.
178         Add format conversion helper code to the ringbuffer.
179         API: GstRingBuffer:gst_ring_buffer_activate()
180         API: GstRingBuffer:gst_ring_buffer_is_active()
181         API: GstRingBuffer:gst_ring_buffer_convert()
182
183 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
184
185         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
186         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
187         (gst_audioringbuffer_stop):
188         Signal thread startup earlier so that we can immediatly go into pull
189         mode when we have to and block on preroll.
190
191 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
192
193         * gst-libs/gst/audio/gstringbuffer.c:
194         (gst_ring_buffer_prepare_read):
195         In pull mode we want the callback to prepull a buffer we can preroll on
196         even when we are not yet playing.
197
198 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
199
200         * ext/alsa/Makefile.am:
201         * ext/cdparanoia/Makefile.am:
202         * ext/gio/Makefile.am:
203         * ext/gnomevfs/Makefile.am:
204         * ext/libvisual/Makefile.am:
205         * ext/ogg/Makefile.am:
206         * ext/pango/Makefile.am:
207         * ext/theora/Makefile.am:
208         * ext/vorbis/Makefile.am:
209         * gst/adder/Makefile.am:
210         * gst/audioconvert/Makefile.am:
211         * gst/audiorate/Makefile.am:
212         * gst/audioresample/Makefile.am:
213         * gst/audiotestsrc/Makefile.am:
214         * gst/ffmpegcolorspace/Makefile.am:
215         * gst/gdp/Makefile.am:
216         * gst/playback/Makefile.am:
217         * gst/subparse/Makefile.am:
218         * gst/tcp/Makefile.am:
219         * gst/typefind/Makefile.am:
220         * gst/videorate/Makefile.am:
221         * gst/videoscale/Makefile.am:
222         * gst/videotestsrc/Makefile.am:
223         * gst/volume/Makefile.am:
224         * sys/v4l/Makefile.am:
225         * sys/ximage/Makefile.am:
226         * sys/xvimage/Makefile.am:
227           Don't install static libs for plugins. Fixes #550851 for base.
228
229 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
230
231         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
232         Set the default blocksize to -1 because we will then use the configured
233         samplesperbuffer to create our output buffer.
234
235 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
236
237         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
238         (gst_riff_create_video_template_caps):
239         Add mappping for the KMVC (Karl Morton's Video) Codec.
240
241 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
242
243         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
244         Don't forget to advance the offset of what we're matching against, else
245         we end up in a forever loop.
246
247 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
248
249         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
250         Improve typefinding a bit. If we don't have a Unicode charset
251         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
252
253 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
254
255         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
256         Fix build on macosx.
257
258 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
259
260         Based on patch by: Robin Stocker <robin at nibor dot org>
261
262         * ext/theora/gsttheoradec.h:
263         * ext/theora/theoradec.c: (gst_theora_dec_init),
264         (theora_dec_setcaps), (theora_handle_type_packet),
265         (theora_dec_decode_buffer), (theora_dec_change_state):
266         Parse input caps and make the PAR override the encoded PAR when
267         specified by a container. Fixes #555699.
268
269 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
270
271         * gst-libs/gst/rtp/gstbasertpdepayload.c:
272         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
273         (gst_base_rtp_depayload_set_gst_timestamp),
274         (gst_base_rtp_depayload_change_state):
275         * gst-libs/gst/rtp/gstbasertpdepayload.h:
276         Add some more G_LIKELY
277         Fail when the setcaps function was not called.
278
279         * gst-libs/gst/rtp/gstbasertppayload.c:
280         (gst_basertppayload_set_outcaps):
281         Propagate return value of setcaps.
282
283 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
284
285         * gst/subparse/Makefile.am:
286         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
287         (gst_sub_parse_class_init), (gst_sub_parse_init),
288         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
289         (get_next_line), (gst_sub_parse_data_format_autodetect),
290         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
291         (gst_subparse_type_find):
292         * gst/subparse/gstsubparse.h:
293         Add support for UTF16/UTF32 subtitles as long as the first bytes of
294         the first buffer contain the BOM. This also adds support for other
295         encodings that allow NUL bytes via the encoding property.
296         Fixes bugs #552237 and #456788.
297
298 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
299
300         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
301         Don't drop the last byte of image tags if they're not an URI list.
302         Fixes bug #556066.
303
304 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
305
306         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
307         For looking at the 4th byte we have to get 4 bytes of course
308         and not 3.
309
310 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
311
312         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
313         Improve FLAC-without-headers typefinding by looking at most of the
314         frame header and checking if invalid values are used. Should prevent
315         quite some false positives compared to the old version which only
316         check if the first 14 bits are set.
317
318 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
319
320         * sys/xvimage/xvimagesink.c:
321           Don't assert on caps==NULL.
322
323 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
324
325         * gst/subparse/gstsubparse.c:
326         (gst_sub_parse_data_format_autodetect), (handle_buffer),
327         (gst_sub_parse_change_state):
328         * gst/subparse/gstsubparse.h:
329         * tests/check/elements/subparse.c: (GST_START_TEST):
330         Add support for subtitle files with UTF-8 BOM at the beginning
331         by simple stripping it from the first line before passing it
332         to any parsing code. Fixes bug #555257 and playback of files
333         created by Gnome Subtitles.
334
335 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
336
337         * gst/audiotestsrc/gstaudiotestsrc.c:
338         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
339         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
340         (gst_audio_test_src_start), (gst_audio_test_src_stop),
341         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
342         (gst_audio_test_src_create):
343         * gst/audiotestsrc/gstaudiotestsrc.h:
344         Define the default property values in the usual place.
345         Implement start/stop to reset values correctly.
346         Calculate the sample size only once when we negotiate.
347         Rename some values to make more sense.
348         Keep track of our byte range.
349         Add support for pull based scheduling. Disabled for now until we have
350         the whole stack working.
351         Set the BUFFER_OFFSET correctly.
352
353 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
354
355         Based on a patch by: xavierb at gmail dot com
356
357         * gst/subparse/gstsubparse.c:
358         (gst_sub_parse_data_format_autodetect):
359         * tests/check/elements/subparse.c: (GST_START_TEST):
360         Make the detection of the used subtitle a bit less strict
361         for srt subtitles. Fixes bug #555607.
362
363 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
364
365         * ext/vorbis/vorbisenc.c:
366         (gst_vorbis_enc_buffer_check_discontinuous):
367         Fix discontinuity detection which was broken by last commit.
368
369 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
370
371         * configure.ac::
372           Require core CVS for ghostpad API additions used by decodebin2.
373
374 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
375
376         * gst-libs/gst/audio/gstbaseaudiosrc.c:
377         (gst_base_audio_src_create):
378         Fix debug statements (space between '%' and actual format).
379
380 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
381
382         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
383         Remove bogus assert, the decodepad could have been created inside an
384         already existing group.
385
386 2008-10-08  Andy Wingo  <wingo@pobox.com>
387
388         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
389         target instead of setting it.
390         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
391         API for a decode pad. The bugfix is that we set the group in
392         activate(), not when the pad was created because it might be NULL
393         then.
394         (gst_decode_group_control_source_pad, gst_decode_group_expose):
395         Update to use the API.
396
397 2008-10-08  Andy Wingo  <wingo@pobox.com>
398
399         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
400         be a subclass of GstGhostPad.
401         (analyze_new_pad): So, when emitting the signals that determine
402         how we do autoplugging, already create the ghost pad and use it as
403         the pad in the signal arguments. This allows applications to make
404         a connection between the pad passed in e.g. autoplug-continue, and
405         the pad passed in new-decoded-pad.
406         (connect_pad, expose_pad): Update to receive the ghosted decode
407         pad in the args, retargetting it as necessary if we have to plug
408         the target pad through a multiqueue.
409         (gst_decode_group_control_source_pad): Adapt to receive an
410         already-ghosted pad that just needs activation, blocking, and
411         drain notification.
412         (sort_end_pads): Adapt for decode pads actually being pads.
413         (gst_decode_group_expose): Adapt for decode pads actually being
414         pads. Rewrite the decode pad names so they appear in order. Adds a
415         new error case if we couldn't set the name.
416         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
417         logic.
418         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
419         New API for the decode pad, needed because we shouldn't do these
420         things inside gst_decode_pad_new(), but after.
421         (gst_decode_pad_new): Change to actually make the real pad, and
422         delay the blocking/drainage bits.
423
424 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
425
426         Patch by: Daniel Drake <dsd at laptop dot org>
427
428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
429         Unref all buffers when clearing collectpads. Fixes bug #546955.
430
431 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
432
433         Based on a patch by: Klaas <klaas at rivercrew dot net>
434
435         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
436         (gst_vorbis_enc_buffer_check_discontinuous),
437         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
438         * ext/vorbis/vorbisenc.h:
439         Keep track of the upstream segments and use the running time on that
440         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
441
442 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
443
444         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
445         Prevent overflows with big buffer when calculating the size of
446         the intermediate buffer by using gst_util_uint64_scale() instead of
447         plain arithmetics. Fixes bug #552801.
448
449 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
450
451         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
452
453         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
454         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
455         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
456         (gst_clock_overlay_get_property):
457         * ext/pango/gstclockoverlay.h:
458         API: Add ability to specify format for date/time display by
459         adding a "time-format" property.
460         Fixes bug #554879.
461
462 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
463
464         Patch by: Jan Gerber <j at oil21 dot org>
465
466         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
467         (gst_riff_create_video_template_caps):
468         Add FFV1 fourcc to support playback of FFMPEG lossless video
469         in AVI. Fixes bug #555319.
470
471 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
472
473         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
474
475         * gst-libs/gst/audio/gstbaseaudiosrc.c:
476         (gst_base_audio_src_create):
477         Implement skew clock slaving. Fixes #552559.
478
479 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
480
481         * gst-libs/gst/audio/multichannel.c:
482         * gst-libs/gst/audio/testchannels.c:
483         Fix include of config.h
484
485 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
486
487         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
488
489         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
490         (print_media), (gst_sdp_message_dump):
491         Fix parsing of the c= field containing multicast addresses.
492         Fixes #552199.
493         Add the connection info to the session or streams.
494         Fix parsing of the bandwidth.
495         Add debugging for the connections and bandwidths for a media.
496         Add debugging for the bandwidth of the session. 
497
498 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
499
500         * gst-libs/gst/rtp/gstbasertppayload.c:
501         (gst_basertppayload_change_state):
502         Configure the next seqnum and timestamp in the state change so that they
503         can be queried soon after.
504
505 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
506
507         * gst-libs/gst/rtp/gstbasertpdepayload.c:
508         (gst_base_rtp_depayload_chain):
509         Improve debugging of the rtptime.
510
511 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
512
513         * configure.ac:
514         Back to development -> 0.10.21.1
515
516 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
517
518         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
519         (plugin_init):
520         Add typefinding for FLAC without headers in the beginning.
521         This is already handled by flacdec and friends.
522
523 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
524
525         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
526         (plugin_init):
527         Add typefinder for MXF.
528
529 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
530
531         * tests/icles/Makefile.am:
532         Only build test-colorkey if GTK+ is available.
533
534 === release 0.10.21 ===
535
536 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
537
538         * configure.ac:
539           releasing 0.10.21, "We Could Be Wrong"
540
541 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
542
543         * configure.ac:
544         0.10.20.4 pre-release
545
546 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
547
548         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
549
550         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
551         Set the BOS flag on the BOS packet. Fixes #553244.
552
553 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
554
555         * gst-libs/gst/rtsp/gstrtspmessage.c:
556         (gst_rtsp_message_parse_request),
557         (gst_rtsp_message_parse_response):
558         Fix the g_return_val_if_fail() statements.
559
560 2008-09-22  Michael Smith <msmith@songbirdnest.com>
561
562         * gst-libs/gst/tag/gsttagdemux.c:
563           Fail to activate if there's insufficient data in the file to be usable,
564           preventing an assertion fail later. Fixes #552960
565
566 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
567
568         * gst-libs/gst/pbutils/descriptions.c:
569         * gst/typefind/gsttypefindfunctions.c:
570           Recognise Kate subtitle streams (#550582).
571
572 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
573
574         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
575           Remove trailing comma from enum list, which causes problems
576           with -pendantic (#550729).
577
578 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
579
580         * configure.ac:
581         0.10.20.2 pre-release
582
583         * po/LINGUAS:
584         * po/id.po:
585         * po/pt_BR.po:
586
587         New translations.
588
589 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
590
591         * gst-libs/gst/interfaces/propertyprobe.c:
592           (gst_property_probe_get_properties),
593           (gst_property_probe_get_property),
594           (gst_property_probe_probe_property),
595           (gst_property_probe_probe_property_name),
596           (gst_property_probe_needs_probe),
597           (gst_property_probe_needs_probe_name),
598           (gst_property_probe_get_values),
599           (gst_property_probe_get_values_name),
600           (gst_property_probe_probe_and_get_values),
601           (gst_property_probe_probe_and_get_values_name):
602           More sanity checks for our second-favourite interface.
603
604 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
605
606         * gst-libs/gst/interfaces/propertyprobe.c:
607           Check for NULL pointer, in the hope that this fixes #532864.
608
609 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
610
611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
612           No really, the next release is 0.10.21 (fix Since: tags in docs).
613
614 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
615
616         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
617         Disable a code path that is now called but causes a deadlock for some
618         reason and is unneeded.
619
620 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
621
622         * sys/xvimage/xvimagesink.c:
623         * sys/xvimage/xvimagesink.h:
624           Add a "draw-border" property that can be set to false to disable
625           drawing borders.
626           
627         * tests/icles/test-colorkey.c:
628         * tests/icles/Makefile.am:
629           Add new test application for the colorkey handling.
630
631 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
632
633         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
634         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
635         This will also be fixed for upcoming gst-ffmpeg release so that once
636         this release of -base is out, it will work with the latest gst-ffmpeg
637         release.
638
639 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
640
641         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
642         (gst_riff_create_audio_template_caps):
643         Add Truespeech mapping for RIFF formats (AVI/WAV).
644         Fixes #550656
645
646 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
647
648         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
649         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
650         Fixes #550638.
651
652 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
653
654         * configure.ac:
655         * gst/subparse/Makefile.am:
656         * gst/subparse/gstsubparse.c:
657         * gst/subparse/samiparse.c:
658         * tests/check/elements/subparse.c:
659           Rework last change, so that we build subparse, but just disable the
660           sami parse functionality, if we're configured to not use xml. In the
661           tests only the sami test is disabled now.
662
663 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
664
665         * configure.ac:
666           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
667           test runs.
668
669 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
670
671         * po/POTFILES.in:
672           Add some more files with strings for translation.
673
674 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
675
676         * gst-libs/gst/tag/gstvorbistag.c:
677         * tests/check/libs/tag.c:
678           Use new geo location tags from core. Fixes #481169
679
680 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
681
682         * tests/check/elements/audioresample.c: (setup_audioresample),
683         (fail_unless_perfect_stream), (test_perfect_stream_instance),
684         (test_discont_stream_instance):
685         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
686         Add debugging for coherence.
687
688 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
689
690         Patch by: Jonathan Matthew  <notverysmart gmail com>
691
692         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
693           Add typefinder for PDF documents (which is nice to have, since it's a
694           common format, but also helps prevent false positives). Fixes #549814.
695
696 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
697
698         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
699         (no_more_pads_cb):
700         Fix nasty race where multiple decodebins could start pushing data before
701         we manage to configure the sinks, resulting in not-linked errors in
702         typical RTSP streaming cases.
703
704 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
705
706         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
707         Since we now call stop, we trigger this code path that causes a deadlock
708         is apparently not needed.
709
710 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
711
712         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
713         (gst_ring_buffer_stop):
714         Also allow the case where the ringbuffer was paused when we try to stop
715         it so that the basesrc stop function is still called.
716
717 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
718
719         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
720
721         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
722         Reprobe devices again instead of taking a cached list as new
723         devices could've been plugged in. Fixes bug #549062.
724
725 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
726
727         Patch by: Alessandro Dessina <alessandro nnva org>
728
729         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
730         (gst_ogg_demux_activate_chain):
731         Don't add pads and activate them for skeleton streams. These are already
732         handled inside oggdemux. Fixes bug #537599.
733
734 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
735
736         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
737         Reset variable so that query and convert fail after going back to
738         READY. Fixes #548898.
739
740 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
741
742         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
743         If a buffer arrives with a timestamp before the timestamp+duration
744         of the previous buffer clip it instead of dropping it completely.
745         Slight improvement for the unfixable bug #548913.
746
747 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
748
749         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
750         Take the current timestamp instead of timestamp+duration for the offset.
751         This offset will later be used for calculating the timestamp and
752         otherwise vorbisdec will interpolate timestamps wrong if upstream
753         only sends timestamps and no granulepos.
754
755 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
756
757         * tests/examples/seek/seek.c:
758           Don't crash when having no visualisations.
759
760 2008-08-16  David Schleef  <ds@schleef.org>
761
762         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
763           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
764           Fixes #548065.
765
766 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
767
768         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
769         When cleaning up the caps fields also remove "depth" for the same
770         reason we remove "width".
771
772 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
773
774         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
775           Add Lead H.264 here as well.
776
777 2008-08-14  Julien Moutte  <julien@fluendo.com>
778
779         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
780         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
781
782 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
783
784         * gst-libs/gst/audio/gstbaseaudiosrc.c:
785         (gst_base_audio_src_create):
786         When not slaved to another clock also subtract the base_time from our
787         internal clock time to get the running time.
788
789 2008-08-12  David Schleef  <ds@schleef.org>
790
791         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
792           since it has no basis in libtheora.
793
794 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
795
796         * gst-libs/gst/interfaces/propertyprobe.h:
797           Remove double "interface" from doc-string.
798
799         * gst-libs/gst/interfaces/xoverlay.h:
800           Document interface.
801
802         * gst-libs/gst/riff/riff.c:
803           Add basic doc blobs.
804
805 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
806
807         * gst-libs/gst/audio/Makefile.am:
808           Don't try to build that example anymore.
809
810 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
811
812         * gst-libs/gst/audio/.cvsignore:
813         * gst-libs/gst/audio/Makefile.am:
814         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
815         * gst-libs/gst/audio/make_filter:
816           Move audiofiltertemplate to gst-template.
817
818 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
819
820         * docs/libs/gst-plugins-base-libs-sections.txt:
821         * gst-libs/gst/audio/gstaudiosrc.h:
822           More docs and shuffling. What can we do with the hundreds of #defines.
823
824 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
825
826         * gst-libs/gst/audio/audio.h:
827         * gst-libs/gst/audio/gstaudiofilter.h:
828         * gst-libs/gst/audio/gstringbuffer.h:
829         * gst-libs/gst/interfaces/propertyprobe.h:
830         * gst-libs/gst/tag/gsttagdemux.h:
831           Reducing number of dundocumented symbols.
832
833 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
834
835         * gst-libs/gst/audio/audio.c:
836           Fix doc comment syntax.
837
838         * gst-libs/gst/interfaces/propertyprobe.c:
839           Add more doc-comments and a FIXME: for the signal.    
840
841 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
842
843         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
844         (gst_ogg_mux_request_new_pad):
845         * ext/ogg/gstoggmux.h:
846         Don't pretend to support NEWSEGMENT events, instead override the
847         GstCollectPads event function to return FALSE on NEWSEGMENT events
848         and do the normal work for other events.
849
850         This prevents elements like flacenc to seek to the start and rewrite
851         some data which then results in a broken Ogg packet.
852
853 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
854
855         Patch by: Frederic Crozat <fcrozat@mandriva.org>
856
857         * ext/alsa/gstalsaplugin.c: (plugin_init):
858         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
859         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
860         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
861         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
862         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
863         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
864         * gst/playback/gstdecodebin.c: (plugin_init):
865         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
866         * gst/playback/gstplayback.c: (plugin_init):
867         * gst/playback/gstqueue2.c: (plugin_init):
868         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
869         * sys/v4l/gstv4l.c: (plugin_init):
870         Make sure gettext returns translations in UTF-8 encoding rather
871         than in the current locale encoding (#546822).
872
873 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
874
875         * gst-libs/gst/pbutils/descriptions.c:
876           Add audio/x-qdm for qtdemux.
877
878 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
879
880         * ext/vorbis/vorbisdec.c:
881           Do not leak old taglist.
882
883 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
884
885         * tests/icles/test-scale.c:
886           Include <stdlib.h> for atoi().
887
888 2008-08-04  Andy Wingo  <wingo@pobox.com>
889
890         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
891         documentation fix.
892
893 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
894
895         * gst/adder/gstadder.c:
896           Cleanup lots of empty lines that came from gst-indent going havoc
897           before I added the INDENT_ON/OFF marker some time agao.
898
899 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
900
901         * configure.ac:
902         * gst-libs/gst/riff/riff-read.c:
903           Bump requirement to latest core and use new tag for riff formats.
904           Needed for #520694.
905
906 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
907
908         * tests/examples/dynamic/Makefile.am:
909         * tests/examples/dynamic/codec-select.c: (make_encoder),
910         (make_pipeline), (do_switch), (my_bus_callback), (main):
911         Add example app that dynamically switches between 3 'encoders'.
912
913 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
914
915         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
916         Add some more comments.
917
918 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
919
920         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
921         (gst_video_test_src_create):
922         Discard buffers of the wrong size after renegotiation, this is perfectly
923         possible with things like capsfilter that could suggest caps changes
924         upstream without knowing the size of the buffer.
925
926 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
927
928         * tests/icles/.cvsignore:
929         * tests/icles/Makefile.am:
930         * tests/icles/test-scale.c: (make_pipeline), (main):
931         Add dynamic rescaling tests for the new basetransform.
932
933 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
934
935         * gst/audioconvert/Makefile.am:
936           Dist recently-added gstfastrandom.h.
937
938 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
939
940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
941         Fix a "may be used uninitialized in this function" which weirdly only
942         appears on macosx (?).
943
944 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
945
946         * gst-libs/gst/riff/riff-ids.h:
947           Adding acid chunk for tempo and loop information.
948
949 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
950
951         * sys/xvimage/Makefile.am:
952           floor() needs linking to $(LIBM).
953
954 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
955
956         * ext/gnomevfs/gstgnomevfssrc.c:
957           Aggregate short reads and add some comments and debug logging.
958           Fixes #537380
959
960 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
961
962         * gst/playback/gstplaybasebin.c:
963           Fix property doc markup (its not a signal).
964
965         * sys/xvimage/xvimagesink.c:
966           Add since tag for new proeprties (also add sice tags fro the last two
967           other additions).
968
969 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
970
971         * sys/xvimage/xvimagesink.c:
972         * sys/xvimage/xvimagesink.h:
973           Add autofill/colorkey properties. Fixes #538656.
974
975 2008-07-28  David Schleef  <ds@schleef.org>
976
977         * sys/xvimage/xvimagesink.c:
978           Fix rounding errors when converting colorbalance values
979           between hardware and object property ranges.  Partial
980           fix for #537889, however, there still seems to be a small
981           drift problem that could be totem's fault.
982
983 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
984
985         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
986         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
987         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
988         This fixes a critical warning.
989
990 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
991
992         * ext/ogg/gstoggmux.c:
993         Allow muxing of CELT into Ogg streams.
994
995 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
996
997         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
998         (plugin_init):
999         Add simple typefinder for the CELT codec (www.celt-codec.org).
1000
1001 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1002
1003         Patch by: Jan Gerber <j at oil21 dot org>
1004
1005         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
1006         Fix calculation of the start time from skeleton streams.
1007         Fixes bug #530068.
1008
1009 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
1010
1011         * tests/examples/seek/seek.c:
1012           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
1013
1014 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1015
1016         * gst/audioconvert/audioconvert.h:
1017         * gst/audioconvert/gstaudioquantize.c:
1018         (gst_audio_quantize_setup_dither),
1019         (gst_audio_quantize_free_dither):
1020         * gst/audioconvert/gstfastrandom.h:
1021         Implement a linear congruential generator as pseudo random number
1022         generator for the dither noise. This is about 2 times faster than
1023         using GLib's mersenne twister. Also this uses only integer math for
1024         generating integers while GLib internally uses floating point math.
1025
1026 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1027
1028         * configure.ac:
1029           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1030
1031 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1032
1033         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1034
1035         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1036           Use GST_STR_NULL to avoid crashes with libcs that don't
1037           like NULL strings in printf args (such as the win32 one).
1038           Fixes #544306.
1039
1040 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1041
1042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1043         Oops - set the size of the image used for probing back to 1x1, for
1044         consistency with ximagesink
1045
1046 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1047
1048         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1049         (gst_ximagesink_ximage_new):
1050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1051         (gst_xvimagesink_xvimage_new):
1052
1053         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1054         X server to attach to a shared memory segment after we've deleted it,
1055         with the result that MIT-SHM is disabled. Instead, remove it only after 
1056         X succeeds in attaching too.
1057
1058 2008-07-16  David Schleef  <ds@schleef.org>
1059
1060         * gst/audiotestsrc/gstaudiotestsrc.c:
1061         * gst/audiotestsrc/gstaudiotestsrc.h:
1062           Add 'ticks', a 1/30 second sine wave pulse every second.
1063
1064 2008-07-15  David Schleef  <ds@schleef.org>
1065
1066         * gst-libs/gst/video/video.c: Revert ABI change.
1067
1068 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1069
1070         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1071         Make it impossible to have NULL caps at the point where we set
1072         framerate and other things. Also don't return immediately for "3ivd"
1073         video and let framerate, etc be set. Might fix bug #542508.
1074
1075 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1076
1077         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1078         Video format can also be conveniently determined from (many)
1079         non-fixed caps.
1080
1081 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1082
1083         * gst/playback/gstplaybasebin.c:
1084         * gst/playback/gstplaybasebin.h:
1085         * gst/playback/gstplaybin.c:
1086         * gst/playback/gststreamselector.c:
1087         First stab at integrating DVD subpicture overlay into
1088         playbin. Successfully plugs and plays, but the queues need
1089         shrinking - 3 seconds of video is too much buffering.
1090
1091 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1092
1093         * gst/audioconvert/gstaudioconvert.c:
1094           Remove now obsolete note in the docs.
1095
1096 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1097
1098         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1099         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1100         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1101         * docs/plugins/gst-plugins-base-plugins.args:
1102         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1103         * docs/plugins/gst-plugins-base-plugins.interfaces:
1104         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1105         * docs/plugins/gst-plugins-base-plugins.signals:
1106         * docs/plugins/inspect/plugin-adder.xml:
1107         * docs/plugins/inspect/plugin-alsa.xml:
1108         * docs/plugins/inspect/plugin-audioconvert.xml:
1109         * docs/plugins/inspect/plugin-audiorate.xml:
1110         * docs/plugins/inspect/plugin-audioresample.xml:
1111         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1112         * docs/plugins/inspect/plugin-cdparanoia.xml:
1113         * docs/plugins/inspect/plugin-decodebin.xml:
1114         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1115         * docs/plugins/inspect/plugin-gdp.xml:
1116         * docs/plugins/inspect/plugin-gnomevfs.xml:
1117         * docs/plugins/inspect/plugin-libvisual.xml:
1118         * docs/plugins/inspect/plugin-ogg.xml:
1119         * docs/plugins/inspect/plugin-pango.xml:
1120         * docs/plugins/inspect/plugin-playback.xml:
1121         * docs/plugins/inspect/plugin-queue2.xml:
1122         * docs/plugins/inspect/plugin-subparse.xml:
1123         * docs/plugins/inspect/plugin-tcp.xml:
1124         * docs/plugins/inspect/plugin-theora.xml:
1125         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1126         * docs/plugins/inspect/plugin-uridecodebin.xml:
1127         * docs/plugins/inspect/plugin-video4linux.xml:
1128         * docs/plugins/inspect/plugin-videorate.xml:
1129         * docs/plugins/inspect/plugin-videoscale.xml:
1130         * docs/plugins/inspect/plugin-videotestsrc.xml:
1131         * docs/plugins/inspect/plugin-volume.xml:
1132         * docs/plugins/inspect/plugin-vorbis.xml:
1133         * docs/plugins/inspect/plugin-ximagesink.xml:
1134         * docs/plugins/inspect/plugin-xvimagesink.xml:
1135         * ext/alsa/gstalsamixer.c:
1136         * ext/alsa/gstalsasink.c:
1137         * ext/alsa/gstalsasrc.c:
1138         * ext/gio/gstgiosink.c:
1139         * ext/gio/gstgiosrc.c:
1140         * ext/gio/gstgiostreamsink.c:
1141         * ext/gio/gstgiostreamsrc.c:
1142         * ext/gnomevfs/gstgnomevfssink.c:
1143         * ext/gnomevfs/gstgnomevfssrc.c:
1144         * ext/ogg/gstoggdemux.c:
1145         * ext/ogg/gstoggmux.c:
1146         * ext/pango/gstclockoverlay.c:
1147         * ext/pango/gsttextoverlay.c:
1148         * ext/pango/gsttextrender.c:
1149         * ext/pango/gsttimeoverlay.c:
1150         * ext/theora/theoradec.c:
1151         * ext/theora/theoraenc.c:
1152         * ext/theora/theoraparse.c:
1153         * ext/vorbis/vorbisdec.c:
1154         * ext/vorbis/vorbisenc.c:
1155         * ext/vorbis/vorbisparse.c:
1156         * ext/vorbis/vorbistag.c:
1157         * gst/adder/gstadder.c:
1158         * gst/audioconvert/gstaudioconvert.c:
1159         * gst/audioresample/gstaudioresample.c:
1160         * gst/audiotestsrc/gstaudiotestsrc.c:
1161         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1162         * gst/gdp/gstgdpdepay.c:
1163         * gst/gdp/gstgdppay.c:
1164         * gst/playback/gstdecodebin2.c:
1165         * gst/playback/gstplaybin.c:
1166         * gst/playback/gstplaybin2.c:
1167         * gst/playback/gstqueue2.c:
1168         * gst/playback/gsturidecodebin.c:
1169         * gst/tcp/gstmultifdsink.c:
1170         * gst/tcp/gsttcpserversink.c:
1171         * gst/videorate/gstvideorate.c:
1172         * gst/videoscale/gstvideoscale.c:
1173         * gst/videotestsrc/gstvideotestsrc.c:
1174         * gst/volume/gstvolume.c:
1175         * sys/ximage/ximagesink.c:
1176         * sys/xvimage/xvimagesink.c:
1177           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1178           titles. Drop mentining that all our example pipelines are "simple"
1179           pipelines.
1180
1181 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1182
1183         * tests/examples/seek/Makefile.am:
1184         Fix out of tree build by adding all required CFLAGS.
1185
1186 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1187
1188         * gst/playback/gstdecodebin.c: (add_raw_queue):
1189         And ref the pad before returning it again when linking to the queue
1190         failed. Otherwise we will unref the pad twice later and things break.
1191
1192 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1193
1194         * gst/playback/gstdecodebin.c: (add_raw_queue):
1195         If linking the raw pad with a queue fails, try it without a queue
1196         instead of failing completely. This should never happen.
1197
1198 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1199
1200         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1201
1202         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1203         Add a queue after a demuxer if the demuxer outputs raw data. This was
1204         done before only for non-raw data but is required in this case too.
1205         Fixes bug #540215.
1206
1207         decodebin2 doesn't have this issue because all streams of a group
1208         go through multiqueue.
1209
1210 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1211
1212         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1213
1214         * gst-libs/gst/sdp/gstsdpmessage.c:
1215         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1216         that getaddrinfo() can be used. Fixes #541358.
1217
1218 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1219
1220         * gst/videotestsrc/gstvideotestsrc.c:
1221         (gst_video_test_src_class_init), (gst_video_test_src_init),
1222         (gst_video_test_src_set_property),
1223         (gst_video_test_src_get_property), (gst_video_test_src_create):
1224         * gst/videotestsrc/gstvideotestsrc.h:
1225         Cleanups, use default property values as defines.
1226         Add property to enable/disable peer buffer allocation.
1227
1228 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1229
1230         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1231         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1232         Enable unit tests on PPC again as the bugs are now fixed.
1233
1234 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1235
1236         * gst-libs/gst/riff/riff-ids.h:
1237         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1238         (gst_riff_create_audio_template_caps):
1239         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1240         Fixes bug #540351.
1241
1242 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1243
1244         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1245         (gst_ffmpeg_pixfmt_to_caps):
1246         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1247         (gst_ffmpegcsp_get_unit_size):
1248         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1249         it on other formats. Also adjust the unit size only for that format
1250         to not include the palette. Fixes bug #540497.
1251
1252 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1253
1254         * gst/adder/gstadder.c:
1255           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1256
1257 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1258
1259         * ChangeLog:
1260           ChangeLog surgery.
1261   
1262         * tests/examples/seek/seek.c:
1263           Move variable into ifdef too.
1264         
1265
1266 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1267
1268         * tests/examples/seek/seek.c:
1269           Include config.h and check if we have X. Remove XInitThread(), don't
1270           think its needed. Fixes: #540334.
1271
1272 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1273
1274         Patch by: Sam Morris <sam at robots dot org to uk>
1275
1276         * gst-libs/gst/interfaces/mixertrack.c:
1277         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1278         (gst_mixer_track_set_property):
1279         API: Add "index" property to GstMixerTrack to differantiate between
1280         multiple mixer tracks with the same label.
1281
1282         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1283         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1284         Set the "index" property of GstMixerTrack to the index given by ALSA.
1285         Fixes bug #528299.
1286
1287 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1288
1289         * tests/examples/seek/Makefile.am:
1290         * tests/examples/seek/seek.c:
1291           Remove libgstvideo usage. Use gtk_get_option_group instead of
1292           gtk_init().
1293
1294 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1295
1296         * tests/check/Makefile.am:
1297           Name the test registry format neutral.
1298
1299 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1300
1301         * gst/playback/gstqueue2.c:
1302           Do not double notify. Remove the unsued return value.
1303
1304 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1305
1306         * ext/alsa/gstalsamixer.c:
1307           Also consider "speaker" as a name for master volume. If that doesn't
1308           help look for the first non-mono volume control that also has a
1309           playback switch.
1310
1311 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1312
1313         * ChangeLog:
1314           Forgot to save the ChangeLog :/
1315
1316 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1317
1318         * tests/examples/seek/Makefile.am:
1319         * tests/examples/seek/seek.c:
1320           Embedd the xwindow. Allow to play multiple files.
1321
1322 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1323
1324         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1325         (gst_ximagesink_setcaps):
1326         * sys/ximage/ximagesink.h:
1327         When the caps change, make sure to re-draw borders in
1328         force-aspect-ratio=true mode.
1329         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1330         Don't clear the border_draw flag until we actually draw the border.
1331         * tests/check/Makefile.am:
1332         Ignore alsasink/src during the states test too, so it doesn't fail
1333         when running without access to the sound device.
1334
1335 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1336
1337         * tests/examples/seek/seek.c:
1338           Fix crasher when playing a parse-launch line the 2nd time.
1339
1340 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1341
1342         * tests/check/pipelines/oggmux.c:
1343           Properly ifdef tests to fix compilation.
1344
1345 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1346
1347         * gst/playback/gstplay-marshal.list:
1348         * gst/playback/gstplaybin2.c:
1349           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1350           playbin2. This allows the user to get to the selector's sinkpads, and
1351           thus inspect a range of things - caps, tags, etc. 
1352
1353 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1354
1355         * gst/playback/gstplaybin2.c:
1356           Use a different constant for the convert-frame signal id.
1357           Fixes #537009.
1358
1359 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1360
1361         * gst/playback/gstplaybin2.c:
1362         * gst/playback/gstplaysink.c:
1363           Fix a whole bunch of typos in comments and log statements. 
1364
1365 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1366
1367         * sys/xvimage/xvimagesink.c:
1368           Don't set colour balance values on the Xv port if the user hasn't
1369           changed them (via properties or the interface). Avoids accumulating
1370           rounding errors for the common case.
1371           Partial fix for bug #537889.
1372
1373 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1374
1375         * gst/playback/gstdecodebin2.c:
1376           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1377           pads are drained.
1378
1379 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1380
1381         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1382         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1383         Report the encoder latency. Fixes #538232.
1384
1385 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1386
1387         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1388         (notify_source), (activate_group):
1389         Implement the source property, emit notify when it changes in the
1390         underlying uridecodebin.
1391
1392 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1393
1394         * tests/examples/seek/seek.c: (stop_cb):
1395         Free and clear the seek element list so that we don't use invalid
1396         references when seeking after recreating a gst-launch line.
1397
1398 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1399
1400         * gst-libs/gst/audio/gstbaseaudiosink.c:
1401         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1402         (gst_base_audio_sink_render):
1403         Report latency even if we are not live instead of hiding it.
1404         Take ts-offset and render-delay of the basesink into account when
1405         scheduling samples.
1406         Rework the clipping code so that we can take the various offsets into
1407         account and still do correct clipping.
1408
1409 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1410
1411         * configure.ac:
1412         Bump verion back to devel -> 0.10.20.1
1413
1414 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1415
1416         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1417         Don't increase the size of non-string image buffers by one as this
1418         might in theory confuse decoders. Still increase it by one for string
1419         image buffers to append '\0'.
1420
1421 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1422
1423         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1424         
1425         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1426         Fix a buffer memleak and remove a confusing and wrong debug output.
1427         Fixes bug #538663.
1428
1429 === release 0.10.20 ===
1430
1431 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1432
1433         * configure.ac:
1434           releasing 0.10.20, "Here I Go Again"
1435
1436 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1437
1438         * configure.ac:
1439         0.10.19.3 pre-release
1440
1441 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1442
1443         * gst-libs/gst/rtsp/gstrtspconnection.c:
1444         Fix build on win32.
1445         Patch By: David Schleef <ds@schleef.org>
1446         Fixes: #536874
1447
1448 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1449
1450         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1451         (gst_gio_base_src_create):
1452         * ext/gio/gstgiobasesrc.h:
1453         Try to read the requested number of bytes, even if the first
1454         read returns less than requested, until nothing is read anymore
1455         or we have the requested amount of bytes. This fixes playback of
1456         files via Samba as Samba only allows to read 64k at once.
1457
1458         Implement a caching algorithm that makes sure that we read at
1459         least 4k of data every time. Some elements will try to read a few
1460         bytes, then seek, read again a few bytes and so on and this is
1461         painfully slow as every operation has to go over DBus if GVfs is
1462         used as backend.
1463
1464         Fixes bug #536849 and #536848.
1465
1466         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1467         (gst_gio_src_check_get_range):
1468         Override check_get_range() to blacklist http/https URIs
1469         and whitelist file URIs. More to be added on demand.
1470
1471 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1472
1473         * configure.ac:
1474         0.10.19.2 pre-release
1475
1476 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1477
1478         * win32/common/libgstrtsp.def:
1479         * win32/common/libgsttag.def:
1480         Add new API functions to the dll exports
1481
1482 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1483
1484         * gst/playback/gstplaybasebin.c:
1485           Disconnect signals from decodebins we created before we remove it
1486           from playbin, to avoid crashes if the decodebin is eventually
1487           disposed after the playbin itself (possible if the app takes a
1488           reference on the decodebin).
1489           Fixes #536521.
1490
1491 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1492
1493         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1494           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1495           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1496           (h264_video_type_find), (mpeg_video_stream_type_find),
1497           (dv_type_find), (mmsh_type_find):
1498           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1499           copy caps for no good reason (this may be desirable to make it easier
1500           to detect leaks, but then it should probably be done for all caps
1501           in the typefinder somewhere).
1502
1503 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1504
1505         * tests/check/Makefile.am:
1506         Do not try to run the check tests for subparse unless it has been
1507         built.
1508
1509 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1510
1511         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1512         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1513         Do not try to run a test which requires vorbisenc unless we have
1514         actually built it.
1515
1516 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1517
1518         * gst-libs/gst/rtsp/gstrtspconnection.c:
1519         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1520         (gst_rtsp_connection_clear_auth_params),
1521         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1522         * gst-libs/gst/rtsp/gstrtspconnection.h:
1523         Add a couple of missing argument guards.
1524         Add a way of setting the DSCP for an RTSP connection.
1525         Add an accessor method for the ip member of GstRTSPConnection as all
1526         members are supposed to be private.
1527
1528 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1529
1530         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1531         Fixed accidental use of IPv4 options for all IPv6 addresses.
1532
1533 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1534
1535         * gst-libs/gst/interfaces/mixertrack.h:
1536           Document mixer track flags.
1537
1538 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1539
1540         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1541
1542         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1543         Don't set caps on the buffers that contain a copy of the buffer
1544         including the caps of them resulting in an always increasing refcount
1545         of the caps and insanely large caps. Instead include a buffer without
1546         caps in the new caps. Fixes bug #536475.
1547
1548 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1549
1550         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1551         Transform a given PAR to a range on the struct with the generic
1552         height/width instead of the struct with the possibly restricted
1553         height/width.
1554
1555 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1556
1557         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1558         Prefer the given format if it contains something stricter than [1,MAX]
1559         for height or width and only put a structure that requires rescaling
1560         as second. This makes it possible to use videoscale in pipelines where
1561         the source can actually produce the wanted height/width but usually
1562         selects a different one from the requested.
1563
1564 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1565
1566         Based on patch by: John Millikin <jmillikin gmail com>
1567
1568         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1569           (gst_vorbis_tag_add_coverart):
1570           Retrieve COVERART tags from vorbis comments (#512333)
1571
1572 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1573
1574         * gst-libs/gst/tag/tag.h:
1575         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1576           Don't forget to add new enum value here too (should probably use
1577           glib-mkenums here...).
1578
1579 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1580
1581         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1582         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1583         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1584           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1585           (gst_tag_image_data_to_image_buffer):
1586           Add two utility functions to avoid code duplication (#512333):
1587           API: add gst_tag_image_data_to_image_buffer()
1588           API: add gst_tag_list_add_id3_image()
1589           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1590
1591 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1592
1593         * win32/common/libgstaudio.def:
1594         Add gst_audio_check_channel_positions() to the exported symbols.
1595
1596 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1597
1598         * docs/libs/gst-plugins-base-libs-sections.txt:
1599         * gst-libs/gst/audio/multichannel.c:
1600         (gst_audio_check_channel_positions):
1601         * gst-libs/gst/audio/multichannel.h:
1602         API: Make gst_audio_check_channel_positions() public.
1603
1604         * tests/check/libs/audio.c: (GST_START_TEST):
1605         Add some simple checks for gst_audio_check_channel_positions().
1606
1607 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1608
1609         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1610           minrange and maxrange are scaled according to the frequency
1611           multiplier.
1612
1613 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1614
1615         * ext/pango/Makefile.am:
1616         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1617           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1618           Use gstvideo functions to calculate strides and plane offsets. Fixes
1619           rendering issue ('ghost' images of the text on the chroma planes)
1620           with widths or heights that are not multiples of 8 (#506659 and
1621           probably also #485729).
1622
1623         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1624           (main):
1625           Test with odd height/width too.
1626
1627 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1628
1629         * gst/adder/gstadder.c: (gst_adder_query_duration),
1630         (gst_adder_query_latency):
1631         When using gst_element_iterate_pads() one has to unref every pad
1632         after usage.
1633
1634 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1635
1636         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1637         (gst_base_audio_src_class_init):
1638         Add a gtk-doc chunk for the new properties to have a Since: indication.
1639
1640 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1641
1642         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1643         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1644         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1645         (gst_base_audio_src_change_state):
1646         Provide readable actual-buffer-time and actual-latency-time properties
1647         that reflect the configured ringbuffer values. Fixes #524724.
1648         API: GstBaseAudioSrc:actual-buffer-time
1649         API: GstBaseAudioSrc:actual-latency-time
1650
1651 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1652
1653         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1654         (gst_basertppayload_change_state):
1655         Simply converting the running time into an RTP timestamp by scaling it
1656         based on the clock-rate is good enough for making an RTP timestamp. This
1657         has the added benefit that we can later on expose a property with the
1658         RTP timestamp of running time 0, as is needed for RTSP servers to
1659         generate the response of the PLAY request.
1660
1661 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1662
1663         * gst/audioconvert/gstaudioconvert.c:
1664         (structure_has_fixed_channel_positions),
1665         (gst_audio_convert_transform_caps):
1666         Allow up to 11 positioned channels now that audioconvert can handle
1667         this but add no default positions for > 8 channels.
1668         
1669         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1670         Add some unit tests for the above change: Test conversion of
1671         11 positioned channels to stereo and the other way around, test
1672         conversion of 15 unpositioned channels in different ways.
1673
1674 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1675
1676         * win32/common/libgstaudio.def:
1677         Add gst_audio_clock_reset to the list of exported symbols.
1678
1679 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1680
1681         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1682         Remove wrong_channels_identification_header unit test as we now
1683         support 7 (and more channels).
1684
1685 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1686
1687         * gst/audioconvert/gstchannelmix.c:
1688         (gst_channel_mix_fill_one_other):
1689         If mixing left or right to center (or the other way around) only take
1690         the complete value if we don't already have the original position in
1691         the source.
1692
1693 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1694
1695         * gst-libs/gst/audio/multichannel.c:
1696         (gst_audio_check_channel_positions),
1697         (gst_audio_set_structure_channel_positions_list),
1698         (gst_audio_fixate_channel_positions):
1699         Allow rear center together with rear left/right and other previously
1700         conflicting channel positions. The reason why they weren't allowed
1701         was the channel mixing implementation in audioconvert.
1702         Also take this into account when fixing channel layouts.
1703
1704         Allow setting channel positions for 1/2 channels when using
1705         gst_audio_set_structure_channel_position().
1706
1707         * gst/audioconvert/gstchannelmix.c:
1708         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1709         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1710         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1711         Major rewrite of the channel mixing.
1712
1713         We now allow previously conflicting channel positions to appear
1714         together (rear center and rear left/right for example).
1715         Fixes bug #533817.
1716
1717         Rework the way channels are mixed together to take more possible
1718         channel positions into account, properly mix from/to side channels
1719         and don't assume that either center, left&right or nothing of a
1720         specific position is available anymore.
1721
1722         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1723         Adjust unit tests with non-standard 1/2 channel layouts to the more
1724         correct new behaviour.
1725
1726         Add a unit test for 5.1->Stereo downmixing.
1727
1728 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1729
1730         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1731         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1732         Add sane defaults for the 7 and 8 channel layouts as those are
1733         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1734         more than 8 channels instead of erroring out. Fixes bug #535356.
1735
1736 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1737
1738         * docs/plugins/Makefile.am:
1739         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1740         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1741         * ext/theora/theoraparse.c:
1742         Add theoraparse to the docs and fix some docs.
1743
1744 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1745
1746         * gst-libs/gst/cdda/gstcddabasesrc.c:
1747         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1748         Fix EOS condition and track addition check, the track.end sector is
1749         included in the track. Fixes #533265.
1750
1751 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1752
1753         Patch by: Mark Nauwelaerts <manauw at skynet be>
1754
1755         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1756         (gst_video_rate_flush_prev), (gst_video_rate_event),
1757         (gst_video_rate_chain):
1758         * gst/videorate/gstvideorate.h:
1759         React (more) to NEWSEGMENT
1760         Small adjustment in timestamp calculation to prevent mismatches
1761         Fixes #435633.
1762
1763 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1764
1765         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1766           Initialise error to NULL as we should.
1767
1768 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1769
1770         * gst/adder/gstadder.c: (gst_adder_query_duration),
1771         (gst_adder_query_latency), (gst_adder_query):
1772         Implement latency query.
1773
1774 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1775
1776         * gst/adder/gstadder.c: (gst_adder_query_duration):
1777         Correctly resync the iterator if gst_iterator_next() returns
1778         GST_ITERATOR_RESYNC.
1779
1780 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1781
1782         * win32/vs6/libgstpbutils.dsp:
1783           Add pbutils-enumtypes.c to sources (#518037).
1784
1785 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1786
1787         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1788         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1789         * gst-libs/gst/audio/gstaudioclock.h:
1790         Add method to inform the clock that the time starts from 0 again. We use
1791         this info to calculate a clock offset so that the time we report in
1792         internal_time is monotonically increasing, as required by the clock base
1793         class. Fixes #521761.
1794         API: GstAudioClock::gst_audio_clock_reset()
1795
1796         * gst-libs/gst/audio/gstbaseaudiosink.c:
1797         (gst_base_audio_sink_skew_slaving),
1798         (gst_base_audio_sink_change_state):
1799         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1800         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1801         Reset reported time when we (re)create the ringbuffer.
1802
1803 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1804
1805         * ext/alsa/gstalsamixertrack.c:
1806           (gst_alsa_mixer_track_update_alsa_capabilities):
1807           Make sure playback volumes aren't accidentally overwritten by
1808           capture volumes if an alsa mixer track has both playback and
1809           capture capabilities: we create two GstMixerTracks in that
1810           case, so make sure we query only the alsa capabilities that
1811           refer to the type of GstMixerTrack we created from the dual
1812           capability alsa element. Should fix issues with Audigy2 sound
1813           cards (#518082).
1814
1815 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1816
1817         * tests/check/pipelines/oggmux.c: (test_pipeline):
1818           Don't use deprecated function.
1819
1820 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1821
1822         * gst/playback/gstdecodebin2.c:
1823         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1824         Check for NULL cases and log them, creating ghostpads can, for example,
1825         fail when the pad returns wrong caps.
1826
1827         * gst/playback/gstplaybin2.c: (perform_eos):
1828         When pushing out the EOS event, collect the return value and warn when
1829         something failed.
1830
1831 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1832
1833         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1834         (gst_riff_create_video_template_caps):
1835         Add support for DVCPRO.
1836
1837 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1838
1839         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1840           Change default scaling method from nearest-neighbour to bilinear.
1841
1842 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1843
1844         * tests/check/libs/video.c:
1845           More checks.
1846
1847 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
1848
1849         * gst/subparse/gstsubparse.c: (parser_state_init),
1850           (gst_sub_parse_format_autodetect), (handle_buffer):
1851         * gst/subparse/gstsubparse.h:
1852         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1853           Limit duration to a maximum of five seconds for tmplayer format where
1854           we can guess the duration only from the timestamp of the next line of
1855           text. We don't want to show a text for eternities just because nothing
1856           else is being said for a while.
1857
1858 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1859
1860         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1861         (gst_base_rtp_depayload_chain),
1862         (gst_base_rtp_depayload_handle_sink_event),
1863         (gst_base_rtp_depayload_push_full),
1864         (gst_base_rtp_depayload_change_state):
1865         Check sequence numbers, mark input buffers with a discont flag for the
1866         subclass when we detected a gap, drop duplicate buffers. We do this
1867         because one can use the element without a jitterbuffer in front and we
1868         don't want to feed the subclasses invalid or reordered data.
1869         Do an error when the subclass did not provide a process function instead
1870         of crashing.
1871         Some other small cleanups.
1872
1873 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
1874
1875         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1876           May just as well use the precalculated uvstride here.
1877
1878 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
1879
1880         * docs/plugins/Makefile.am:
1881         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1882         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1883         * docs/plugins/gst-plugins-base-plugins.args:
1884         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1885         * docs/plugins/gst-plugins-base-plugins.interfaces:
1886         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1887         * docs/plugins/inspect/plugin-adder.xml:
1888         * docs/plugins/inspect/plugin-alsa.xml:
1889         * docs/plugins/inspect/plugin-audioconvert.xml:
1890         * docs/plugins/inspect/plugin-audiorate.xml:
1891         * docs/plugins/inspect/plugin-audioresample.xml:
1892         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1893         * docs/plugins/inspect/plugin-cdparanoia.xml:
1894         * docs/plugins/inspect/plugin-decodebin.xml:
1895         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1896         * docs/plugins/inspect/plugin-gdp.xml:
1897         * docs/plugins/inspect/plugin-gio.xml:
1898         * docs/plugins/inspect/plugin-gnomevfs.xml:
1899         * docs/plugins/inspect/plugin-libvisual.xml:
1900         * docs/plugins/inspect/plugin-ogg.xml:
1901         * docs/plugins/inspect/plugin-pango.xml:
1902         * docs/plugins/inspect/plugin-playback.xml:
1903         * docs/plugins/inspect/plugin-queue2.xml:
1904         * docs/plugins/inspect/plugin-subparse.xml:
1905         * docs/plugins/inspect/plugin-tcp.xml:
1906         * docs/plugins/inspect/plugin-theora.xml:
1907         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1908         * docs/plugins/inspect/plugin-uridecodebin.xml:
1909         * docs/plugins/inspect/plugin-video4linux.xml:
1910         * docs/plugins/inspect/plugin-videorate.xml:
1911         * docs/plugins/inspect/plugin-videoscale.xml:
1912         * docs/plugins/inspect/plugin-videotestsrc.xml:
1913         * docs/plugins/inspect/plugin-volume.xml:
1914         * docs/plugins/inspect/plugin-vorbis.xml:
1915         * docs/plugins/inspect/plugin-ximagesink.xml:
1916         * docs/plugins/inspect/plugin-xvimagesink.xml:
1917         * ext/cdparanoia/gstcdparanoiasrc.c:
1918         * ext/ogg/gstoggdemux.c:
1919         * ext/ogg/gstoggdemux.h:
1920         * ext/ogg/gstoggmux.c:
1921         * ext/ogg/gstoggmux.h:
1922         * gst/audioconvert/audioconvert.c:
1923         * gst/audioconvert/audioconvert.h:
1924         * gst/audioconvert/gstaudioconvert.h:
1925         * gst/gdp/gstgdpdepay.h:
1926         * gst/gdp/gstgdppay.h:
1927         * gst/playback/gstdecodebin.c:
1928         * gst/playback/gstdecodebin2.c:
1929         * gst/playback/gstplaybin.c:
1930         * gst/playback/gstplaybin2.c:
1931         * gst/playback/gsturidecodebin.c:
1932         * gst/tcp/gstmultifdsink.c:
1933         * gst/tcp/gstmultifdsink.h:
1934         * gst/tcp/gsttcp.h:
1935
1936         Add some documentation comments, and some new headers to be scanned.
1937         Rename some internal enum declarations (audioconvert's DitherType and
1938         NoiseShapingType, GstUnitType from the TCP elements) to match the
1939         documented GObject type names so that the docs pick them up.
1940         Name the playbin2 docs markups properly so they get picked up. They'll
1941         need renaming back when/if playbin2 becomes playbin.
1942
1943         100% symbol coverage for the plugin docs, booya.
1944
1945 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
1946
1947         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
1948
1949         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1950         Fix generation of NV12/NV21 frames. Fixes bug #532454.
1951
1952 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1953
1954         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1955
1956         * gst/playback/gstdecodebin.c: (remove_fakesink):
1957         Lock the fakesink before setting the state to NULL and removing it from
1958         the bin so that a concurrent state change cannot interfere. 
1959         Fixes #534331.
1960
1961 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1962
1963         * docs/Makefile.am:
1964         Fix installing plugin documentation when gtk-doc is disabled.
1965
1966 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1967
1968         * gst-libs/gst/rtsp/Makefile.am:
1969         Distribute, don't install md5.h
1970
1971 2008-05-21  Julien Moutte  <julien@fluendo.com>
1972
1973         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
1974         instead of SOL_IP, works on more platforms.
1975         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
1976         arguments.
1977
1978 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1979
1980         * ext/vorbis/vorbisdec.c:
1981         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
1982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
1983         Some debug and comment fixes.
1984
1985         * tests/examples/dynamic/addstream.c: (main):
1986         Fix , to ;
1987
1988 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1989
1990         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1991         * gst/playback/decodetest.c: (new_decoded_pad_cb):
1992         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1993         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
1994         (cleanup_decodebin):
1995         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1996         (connect_element), (gst_decode_group_control_demuxer_pad):
1997         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
1998         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
1999         (mute_group_type):
2000         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
2001         (gst_play_bin_set_property), (handoff), (gen_video_element),
2002         (gen_text_element), (gen_audio_element), (gen_vis_element),
2003         (remove_sinks), (add_sink), (setup_sinks):
2004         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
2005         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
2006         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
2007         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
2008         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
2009         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
2010         (gen_vis_chain), (gst_play_sink_reconfigure),
2011         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
2012         (gst_play_sink_request_pad):
2013         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
2014         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
2015         (cb_newpad):
2016         * gst/playback/test6.c: (new_decoded_pad_cb):
2017         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2018         * tests/check/elements/audiorate.c: (test_injector_chain),
2019         (do_perfect_stream_test):
2020         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2021         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2022         * tests/check/elements/gnomevfssink.c:
2023         * tests/check/elements/textoverlay.c:
2024         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2025         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2026         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2027         * tests/check/pipelines/oggmux.c: (test_pipeline):
2028         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2029         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2030         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2031         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2032         * tests/examples/seek/seek.c: (make_mod_pipeline),
2033         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2034         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2035         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2036         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2037         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2038         (update_fill), (msg_buffering):
2039         Don't use bad gst_element_get_pad().
2040
2041 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2042
2043         * gst-libs/gst/riff/riff-media.c:
2044           Fix wrong method name in docs. Fix calculation of strf fields for
2045           broken mulaw/alaw.
2046   
2047         * gst-libs/gst/riff/riff-read.c:
2048           Whitespace fix and removing double ';'.
2049
2050 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2051
2052         * docs/design/part-playbin2.txt:
2053         Add some leftover doc.
2054
2055 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2056
2057         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2058         Fix copy & paste error in last commit.
2059
2060 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2061
2062         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2063         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2064         other channel positions when source has SIDE channels and dest doesn't
2065         or the other way around.
2066
2067 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2068
2069         Patch by: Henrik Eriksson <henriken at axis dot com>
2070
2071         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2072         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2073         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2074         (gst_multi_fd_sink_get_property):
2075         * gst/tcp/gstmultifdsink.h:
2076         Add support for DSCP QOS. Fixes #469933.
2077
2078 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2079
2080         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2081         Add another test that checks if conversion between standard 1 and 2
2082         channel layouts with and without positions set is working.
2083
2084 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2085
2086         * gst-libs/gst/audio/multichannel.c:
2087         (gst_audio_check_channel_positions):
2088         Allow non-standard 2 channel layouts.
2089         
2090         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2091         Add some tests for converting and remapping non-standard 1 and 2
2092         channel layouts.
2093
2094 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2095
2096         * gst/audioconvert/gstchannelmix.c:
2097         (gst_channel_mix_fill_normalize):
2098         Prevent division by zero if the channel mix matrix contains only
2099         zeroes.
2100
2101 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2102
2103         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2104
2105         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2106         Close a buffer memory leak. Fixes bug #534071.
2107
2108 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2109
2110         * gst-libs/gst/rtsp/gstrtsptransport.h:
2111         Make the GstRTSPTransport struct members public as there are no
2112         setters/getters and it's supposed to be changed directly.
2113         Fixes bug #533087.
2114
2115 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2116
2117         * gst/adder/gstadder.c:
2118         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2119         claim this on the pad template caps.
2120
2121 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2122
2123         * gst-libs/gst/audio/gstbaseaudiosink.c:
2124         (gst_base_audio_sink_sync_latency):
2125         We can only use our optimal calibration if we prerolled before the
2126         latency expired.
2127
2128 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2129
2130         * configure.ac:
2131           Require core CVS for GstBaseSrc buffer caps setting magic.
2132
2133 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2134
2135         * gst/audioconvert/gstaudioconvert.c:
2136         (gst_audio_convert_fixate_channels):
2137         Fix logic in last commit.
2138
2139 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2140
2141         * gst/audioconvert/gstaudioconvert.c:
2142         (gst_audio_convert_fixate_channels):
2143         Passthrough the channel positions if the number of output channels is
2144         the same as the number of input channels, the input had a channel
2145         layout and downstream requests no special one. We did this already for
2146         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2147
2148 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2149
2150         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2151         (gst_gnome_vfs_src_finalize),
2152         (gst_gnome_vfs_src_received_headers_callback),
2153         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2154         * ext/gnomevfs/gstgnomevfssrc.h:
2155         Set the ICY caps on the srcpad from where they get picked up by the base
2156         class now and set on the outgoing buffers.
2157
2158         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2159         (gst_base_audio_src_create):
2160         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2161         BaseSrc now sets the caps on outgoing buffers automatically.
2162
2163 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2164
2165         * gst-libs/gst/audio/gstbaseaudiosink.c:
2166         (gst_base_audio_sink_resample_slaving),
2167         (gst_base_audio_sink_skew_slaving),
2168         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2169         (gst_base_audio_sink_async_play),
2170         (gst_base_audio_sink_change_state):
2171         Change the way in which the ringbuffer is started when dealing with a
2172         slaved clock and latency. We now sync to the clock until we reach
2173         upstream latency before starting the ringbuffer. This has the effect
2174         that we can accurately align the master and slave clocks and let the
2175         rate correction code take care of the initial drift or rounding errors
2176         instead of leaving them uncorrected with the old approach.
2177
2178 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2179
2180         * gst/audioconvert/gstaudioconvert.c:
2181         (gst_audio_convert_fixate_channels):
2182         Correctly set the default channel positions when converting to 8
2183         channels.
2184
2185 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2186
2187         * configure.ac:
2188           Error out if we don't have the required version of core.
2189
2190 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2191
2192         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2193           Use data scan helper in aac typefinder and stop scanning
2194           for headers when we've found a type. Also fix potential invalid
2195           memory access when calculating the frame length.
2196
2197 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2198
2199         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2200           (mpeg_sys_is_valid_pack):
2201           Don't modify scan context when we return FALSE in ensure_data, so
2202           it's possible to continue scanning, and we don't end up with a NULL
2203           data pointer and a positive size, which might bite us the next time
2204           we're called. Small constification.
2205
2206 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2207
2208         * gst/adder/gstadder.c:
2209         Adder doesn't support 24 bit samples so don't claim it supports them
2210         in the pad template caps.
2211
2212 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2213
2214         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2215         (gst_base_rtp_depayload_chain):
2216         Validate the RTP packet before further processing it. It's just too
2217         dangerous to accept random packets and people are not forced to use a
2218         jitterbuffer or session manager to filter out the bad packets.
2219
2220         * gst-libs/gst/rtp/gstrtpbuffer.c:
2221         (gst_rtp_buffer_set_extension_data),
2222         (gst_rtp_buffer_get_payload_subbuffer):
2223         Small cleanups.
2224         When setting extension data in a buffer that is too small, we fail and
2225         we should not set the extension bit.
2226         Change GST_WARNINGS into g_warning because they really are
2227         programming errors.
2228
2229         * tests/check/libs/rtp.c: (GST_START_TEST):
2230         Catch the g_warnings now in the unit tests and that fact that failing to
2231         set extension data left the extension bit untouched.
2232
2233 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2234
2235         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2236           Revert previous change which made basetransform handle buffer_alloc
2237           and which breaks things badly in the non-passthrough case since it
2238           returned buffers with a different (ie. sometimes smaller) size than
2239           the size requested.
2240
2241 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2242
2243         Patch by: Bernard B <b-gnome at largestprime dot net>
2244
2245         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2246         Fix seqnum compare function for bordercase values and fix the docs
2247         again. Fixes #533075.
2248
2249         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2250         Add a testcase for seqnum compare function.
2251
2252 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2253
2254         * gst/adder/gstadder.c: (gst_adder_setcaps),
2255         (gst_adder_class_init):
2256         Correctly declare the supported endianness on the pad templates
2257         and check for correct endianness in the set caps function. Adder
2258         only supports native endianness.
2259         Also use gst_element_class_set_details_simple().
2260
2261 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2262
2263         * sys/xvimage/xvimagesink.c:
2264           Better debug logging in port value handling. Merging separate port
2265           value loops into one.
2266
2267 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2268
2269         Patch by: Hannes Bistry <hannesb at gmx dot de>
2270
2271         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2272         * gst/tcp/gsttcpserversink.c:
2273         (gst_tcp_server_sink_handle_server_read),
2274         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2275         Fix regression in clientsrc because we did not add the fd to the poll
2276         set anymore. Fixes #532364.
2277         Do some cleanups here and there.
2278
2279 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2280
2281         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2282         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2283         * gst/playback/gstplay-marshal.list:
2284         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2285         Use correct marshallers. GstCaps are a boxed type and no GObject
2286         subclass.
2287
2288 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2289
2290         * win32/common/libgstrtsp.def:
2291         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2292         symbols.
2293
2294 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2295
2296         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2297
2298         * tests/check/elements/audioresample.c:
2299         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2300         (live_switch_push), (GST_START_TEST):
2301         Add unit test for the latest basetransform negotiation changes.
2302         See bug #526768.
2303
2304 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2305
2306         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2307         Fix nv12<->nv21 conversion if stride is larger than width.
2308
2309 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2310
2311         Patch by: Jan Gerber <j at oil21 dot org>
2312
2313         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2314         (gst_ogg_pad_parse_skeleton_fisbone):
2315         * ext/ogg/gstoggdemux.h:
2316         Parse presentation time from skeleton streams and use it as offset
2317         for the timestamps. Fixes bug #530068.
2318
2319 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2320
2321         * gst-libs/gst/audio/gstbaseaudiosink.c:
2322         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2323         Revert previous patch that attempted to more accurately calculate the
2324         initial offset between master and slave clock. The best thing we can do
2325         in general is take the time of both clocks as the diff since we don't
2326         know when the actual preroll happened.
2327
2328 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2329
2330         * gst-libs/gst/pbutils/install-plugins.c:
2331           Fix docs: type and missing word.
2332
2333 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2334
2335         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2336           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2337           for this instead; don't check if we've found enough markers after
2338           each and every step, it's enough to do that only if we've actually
2339           found a new marker.
2340           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2341
2342 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2343
2344         * gst/typefind/gsttypefindfunctions.c:
2345           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2346           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2347           (mpeg_video_stream_type_find):
2348           Move scan helper thingy to the beginning of the file so we can use
2349           it in other typefind functions. Rename it to something more
2350           generic. Also improve handling of things towards the end of the
2351           typefind data: peek as much as we can if we know the size of the
2352           data, rather than just min_size.
2353
2354 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2355
2356         * docs/libs/gst-plugins-base-libs-sections.txt:
2357         * gst-libs/gst/interfaces/colorbalance.c:
2358         * gst-libs/gst/interfaces/colorbalance.h:
2359         * gst-libs/gst/interfaces/colorbalancechannel.c:
2360         * gst-libs/gst/interfaces/colorbalancechannel.h:
2361         * gst-libs/gst/interfaces/tuner.c:
2362         * gst-libs/gst/interfaces/tunerchannel.c:
2363         * gst-libs/gst/interfaces/tunerchannel.h:
2364         * gst-libs/gst/interfaces/tunernorm.c:
2365         * gst-libs/gst/interfaces/tunernorm.h:
2366         * gst-libs/gst/video/video.c:
2367         * gst-libs/gst/video/video.h:
2368         Document the GstTuner and GstColorBalance interfaces, and some
2369         other random API functions that needed it. 70% symbol coverage, woo.
2370
2371 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2372
2373         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2374         Choose to allocate one less segment but require one additional segment
2375         as latency. 
2376
2377         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2378         No need to increment the number of segments in the source.
2379
2380         * gst-libs/gst/audio/gstbaseaudiosink.c:
2381         (gst_base_audio_sink_get_time), (clock_convert_external),
2382         (gst_base_audio_sink_resample_slaving),
2383         (gst_base_audio_sink_skew_slaving),
2384         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2385         (gst_base_audio_sink_async_play):
2386         Remove adding latency when returning the internal time while subtracting
2387         it again when we use the value a little later.
2388         When calculating the end timestamp, we are making a rounding error
2389         with the current algorithm. Ensure that we don't accumulate these
2390         rounding errors when aligning samples by not resampling at all if we
2391         don't need to. Fixes #419351.
2392         Make the initial calibration of the clock slaving a little more
2393         predictable and accurate. Also handle the case where we don't do
2394         clock slaving.
2395
2396 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2397
2398         Based on a patch by:
2399           Björn Benderius <bjoern dot benderius at axis dot com>
2400
2401         * gst/ffmpegcolorspace/avcodec.h:
2402         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2403         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2404         (gst_ffmpegcsp_avpicture_fill):
2405         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2406         * gst/ffmpegcolorspace/imgconvert_template.h:
2407         Add conversions from/to NV12 and NV21 and conversions between those
2408         two formats. Fixes bug #532166.
2409
2410 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2411
2412         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2413         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2414         which happens for example with files smaller than 128kb.
2415
2416 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2417
2418         Patch by: Wouter Cloetens <zombie at e2big dot org>
2419
2420         * gst-libs/gst/rtsp/Makefile.am:
2421         * gst-libs/gst/rtsp/gstrtspconnection.c:
2422         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2423         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2424         (add_auth_header), (gst_rtsp_connection_free),
2425         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2426         (gst_rtsp_connection_set_auth_param),
2427         (gst_rtsp_connection_clear_auth_params):
2428         * gst-libs/gst/rtsp/gstrtspconnection.h:
2429         Add Digest authorization support for RTSP connections. See #532065.
2430
2431         * gst-libs/gst/rtsp/md5.c:
2432         * gst-libs/gst/rtsp/md5.h:
2433         Yeap, another md5 implementation until we can depend on a glib that has
2434         support for it.
2435
2436 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2437
2438         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2439
2440         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2441         Let audioresample use the buffer allocation of basetransform instead
2442         of it's own stuff.
2443
2444         * tests/check/elements/audioresample.c: (alloc_only_48000),
2445         (GST_START_TEST), (audioresample_suite):
2446         Add unit test for the recent basetransform bugfix, where upstream
2447         changes caps to something that can't be passed through anymore.
2448
2449 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2450
2451         * win32/common/config.h.in:
2452           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2453           use the real thing than having "???" unconditionally.
2454
2455 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2456
2457         * gst-libs/gst/audio/gstbaseaudiosink.c:
2458         (gst_base_audio_sink_query):
2459         Report the latency with the new seglatency parameter.
2460
2461         * gst-libs/gst/audio/gstringbuffer.c:
2462         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2463         (gst_ring_buffer_acquire):
2464         * gst-libs/gst/audio/gstringbuffer.h:
2465         Add new field to the ringbufferspec to specify the expected latency
2466         between the underlying device read/write pointer, this is needed
2467         when writing sinks that sit a little closer to the hardware.
2468         Add some more docs for other fields.
2469
2470 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2471
2472         * gst/volume/gstvolume.c: (volume_transform_ip):
2473         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2474         reason instead of crashing later. Might fix bug #509125.
2475
2476 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2477
2478         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2479
2480         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2481         * gst/audioconvert/audioconvert.h:
2482         * gst/audioconvert/gstaudioconvert.c:
2483         (gst_audio_convert_parse_caps),
2484         (structure_has_fixed_channel_positions),
2485         (gst_audio_convert_transform_caps):
2486         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2487         Add support for more than 8 channels and NONE channel layouts. For
2488         more than 8 channels no channel conversion is supported yet, only
2489         format conversions are supported. Fixes bug #398033.
2490
2491         * tests/check/elements/audioconvert.c: (verify_convert),
2492         (GST_START_TEST), (audioconvert_suite):
2493         Add some unit tests by Tim for checking the NONE channel layouts
2494         and more than 8 channels and add some more unit tests for channel
2495         conversions.
2496
2497 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2498
2499         * gst/playback/gstdecodebin2.c: (connect_pad):
2500         When autoplugging fails, set the element back to NULL before
2501         unreffing it.
2502
2503 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2504
2505         * win32/common/libgstaudio.def:
2506         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2507         symbols.
2508
2509 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2510
2511         * gst/subparse/samiparse.c: (handle_start_sync),
2512         (end_sami_element), (characters_sami):
2513         Remove trailing, leading and double whitespaces.
2514         Correctly timestamp buffers and output the last buffer too.
2515
2516         * tests/check/elements/subparse.c: (GST_START_TEST),
2517         (subparse_suite):
2518         Add a simple unit test for SAMI parsing.
2519
2520 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2521
2522         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2523
2524         * gst/subparse/samiparse.c: (handle_start_sync),
2525         (start_sami_element), (end_sami_element), (characters_sami),
2526         (sami_context_reset):
2527         Only output characters inside the "sync" elements. There could be
2528         other elements like "style" that have some content but should
2529         not be printed. Fixes bug #467911.
2530
2531 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2532
2533         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2534         (set_active_source):
2535         * gst/playback/gstplaybasebin.h:
2536         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2537         (playbin_set_audio_mute):
2538         Allow setting -1 as current-audio to mute the current audio stream,
2539         similar to what is done for subtitles. Fixes bug #342294.
2540
2541 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2542
2543         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2544         It's SorensOn and not SorensEn.
2545
2546 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2547
2548         * gst-libs/gst/pbutils/descriptions.c: (formats):
2549           Fix description of video/x-flash-video.
2550
2551 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2552
2553         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2554         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2555         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2556         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2557         Remove some unused code.
2558
2559         * gst/audioconvert/gstaudioquantize.c:
2560         (gst_audio_quantize_free_noise_shaping):
2561         Don't return before freeing the noise shaping history.
2562
2563 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2564
2565         * tests/check/elements/subparse.c: (do_test),
2566           (test_tmplayer_style3b), (subparse_suite):
2567           Add unit test for the tmplayer variant from bug #530962.
2568
2569 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2570
2571         * gst/subparse/gstsubparse.c: (handle_buffer),
2572           (gst_sub_parse_sink_event):
2573         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2574           (tmplayer_parse_line):
2575           Fix parsing of tmplayer subtitle variant where every single line contains
2576           text and there isn't an empty line after each line to determine the
2577           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2578           making sure that we push out the last line of text without a duration if
2579           there's still text left in the buffer at the end.
2580
2581 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2582
2583         * gst/subparse/gstsubparse.c: (feed_textbuf):
2584           Fix detection of discontinuities based on the buffer offset (doesn't work
2585           so well if no buffer offset is set) and also check for the DISCONT buffer
2586           flag. This keeps the parser state from being reset after each buffer in
2587           the unit test.
2588
2589 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2590
2591         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2592           Further fine-tuning: don't absolutely require sequence or GOP headers
2593           (as introduced in the previous commit), but adjust the typefind
2594           probabilities returned accordingly if we don't see them. Also make sure
2595           picture header and first slice are somewhat close to each other (which
2596           is not perfect but still better than requiring a fixed offset or having
2597           no limit at all).
2598
2599 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2600
2601         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2602         (gst_basertppayload_sink_setcaps),
2603         (gst_basertppayload_sink_getcaps):
2604         Rename the setcaps/getcaps function internally to make it clear that
2605         they are called for the sink pad.
2606
2607 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2608
2609         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2610         (gst_base_rtp_depayload_class_init),
2611         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2612         (gst_base_rtp_depayload_packet_lost),
2613         (gst_base_rtp_depayload_set_gst_timestamp):
2614         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2615         Catch packet-lost events from the jitterbuffer and convert them into a
2616         vmethod call (lost-packet) so that depayloaders can do something smart.
2617         Also add a default packet-lost function that sends out a segment update
2618         to the decoders.
2619
2620 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2621
2622         * gst/playback/test4.c:
2623         * gst/playback/test5.c:
2624         * gst/playback/test6.c:
2625         * gst/playback/test7.c:
2626           Also include config.h when relying on defines from it. Fixes the
2627           build. Its been a please to serve :)
2628
2629 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2630
2631         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2632         (paint_setup_NV21), (paint_hline_NV12_NV21):
2633         Add support for NV12 and NV21 in videotestsrc
2634
2635 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2636
2637         * gst/videoscale/gstvideoscale.c:
2638         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2639         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2640         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2641         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2642         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2643         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2644         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2645         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2646         (vs_image_scale_linear_RGB555):
2647         Support 1x1 images as input and output as for example the BBC HQ new
2648         streams have 1x1 GIFs in the playlists for some reason.
2649
2650 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2651
2652         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2653           (try_to_link_1):
2654           If we can't activate one of the decoders we plugged in (such as,
2655           say, musepackdec) for some reason (it might not support push mode,
2656           for example), remove any pad probes that close_pad_link() might
2657           have set up. This makes sure we later don't try to remove a probe
2658           for a pad that doesn't exist any longer, and avoids nast warnings
2659           and probably other things too.
2660
2661 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2662
2663         * gst/typefind/gsttypefindfunctions.c:
2664           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2665           (plugin_init):
2666           Rework mpeg video stream typefinding a bit more: make sure sequence,
2667           GOP, picture and slice headers appear in the order they should and
2668           that we've in fact at least had one of each; fix picture header
2669           detection; decouple picture and slice header check - don't assume
2670           they're at a fixed offset, there may be extra data in between. Also,
2671           announce varying degrees of probability depending on what we found
2672           exactly (multiple pictures, at least one picture, just sequence and
2673           GOP headers). Finally, in _ensure_data(), take into account that we
2674           might be typefinding smaller amounts of data, such as the first
2675           buffer of a stream, so fall back to the minimum size needed as long
2676           as that's available, instead of erroring out if there's less than
2677           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2678           fuzzed file from #399342 as valid.
2679
2680 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2681
2682         * ext/theora/theoradec.c:
2683           Cool kids don't divide by zero.
2684           Treat PAR of x:0 as 1:1.
2685           Fixes #530719.
2686
2687 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2688
2689         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2690           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2691           (mpeg_video_stream_type_find):
2692           Refactor a bit: use context structure to track parsing offset and
2693           size of available data and make the code a bit clearer. Fixes bad
2694           memory access in #356937.
2695
2696 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2697
2698         * gst/playback/test4.c:
2699         * gst/playback/test5.c:
2700         * gst/playback/test6.c:
2701         * gst/tcp/gstmultifdsink.c:
2702           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2703           is defined.
2704
2705 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2706
2707         * gst-libs/gst/audio/gstbaseaudiosink.h:
2708         Clarify some docs.
2709
2710         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2711         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2712         (gst_base_audio_src_set_slave_method),
2713         (gst_base_audio_src_get_slave_method),
2714         (gst_base_audio_src_set_property),
2715         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2716         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2717         Add property and methods for selecting the clock slave method in the
2718         source, like in the sink.
2719         We only implement "none" and "re-timestamp" for now.
2720         API: gst_base_audio_src_set_slave_method()
2721         API: gst_base_audio_src_get_slave_method()
2722
2723 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2724
2725         * gst-libs/gst/rtp/gstrtpbuffer.c:
2726         Fix the docs about the seqnum compare function, it returns a difference.
2727
2728 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2729
2730         * ext/alsa/gstalsadeviceprobe.c:
2731         (gst_alsa_get_device_list): Don't return before freeing up
2732         the allocated structures.
2733
2734 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2735
2736         * gst/playback/gstplaybin.c:
2737           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2738
2739 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2740
2741         * ext/ogg/gstoggdemux.c:
2742           Revert the event part, that should not go in.
2743
2744 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2745
2746         * ext/ogg/gstoggdemux.c:
2747           Don't leak GstPluginFeatures when filtering.
2748
2749 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2750
2751         * sys/xvimage/xvimagesink.c:
2752           Add some logging for cases when grabbing the xv failed.
2753
2754 2008-04-21  David Schleef  <ds@schleef.org>
2755
2756         * ext/ogg/gstoggmux.c:
2757           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2758           packet.  Should conform to what we currently think is the
2759           final Ogg/Dirac muxing spec.
2760
2761 2008-04-21  David Schleef  <ds@schleef.org>
2762
2763         * sys/xvimage/xvimagesink.c:
2764           Fix typo that causes the overlay keying color to bright green
2765           on a 16-bit display.  Dark grey good.  Bright green bad.
2766
2767 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2768
2769         * ext/gnomevfs/gstgnomevfsuri.c:
2770           Add  FIXME comment about using uri-list for source and sink.
2771
2772 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2773
2774         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2775         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2776         vaargs functions to gint. Otherwise the fractions will get 0 set
2777         instead of the correct value on big endian systems. Fixes bug #529018.
2778
2779 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2780
2781         * ext/gnomevfs/gstgnomevfssink.c:
2782         (gst_gnome_vfs_sink_uri_get_protocols):
2783         * ext/gnomevfs/gstgnomevfssrc.c:
2784         (gst_gnome_vfs_src_uri_get_protocols):
2785         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2786         (gst_gnomevfs_get_supported_uris):
2787         Get the list of supported URI schemes in a threadsafe way and use the
2788         same list for the source and sink.
2789
2790 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2791
2792         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2793         (gst_gio_get_supported_protocols):
2794         Don't generate a new supported protocols list on each call but cache
2795         it. It's supposed to be static anyway, this way we only leak it once
2796         per process.
2797
2798         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2799         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2800         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2801         (gst_gio_sink_start):
2802         * ext/gio/gstgiosink.h:
2803         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2804         (gst_gio_src_class_init), (gst_gio_src_finalize),
2805         (gst_gio_src_set_property), (gst_gio_src_get_property),
2806         (gst_gio_src_start):
2807         * ext/gio/gstgiosrc.h:
2808         API: Add "file" properties where one can set a GFile as
2809         source/destination.
2810
2811         Add locking to the properties and use
2812         gst_element_class_set_details_simple() instead of a static
2813         GstElementDetails struct.
2814
2815 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2816
2817         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2818         (plugin_init):
2819         Add "mpp" and "mp+" as possible extensions for MusePack files.
2820
2821         Add typefinding for MusePack StreamVersion 8 files and include the
2822         stream version in the caps.
2823
2824 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2825
2826         * gst-libs/gst/rtp/gstrtppayloads.c:
2827         (gst_rtp_payload_info_for_name):
2828         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2829
2830 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2831
2832         * configure.ac:
2833           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2834           (NB: this only affects compilation of some of the examples).
2835           Remove some configure.ac cruft that's not needed any longer.
2836
2837 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2838
2839         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2840         Don't validate the payload if there isn't any.
2841         Fixes #525915
2842
2843 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2844
2845         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2846         Use g_atomic_int_set() instead of gst_atomic_int_set().
2847
2848 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2849
2850         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2851         Return NULL instead of a gchar * array with one NULL element if we
2852         don't get any supported URI schemes from GIO.
2853
2854 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2855
2856         * gst/audiotestsrc/gstaudiotestsrc.c:
2857           Remove cpp style commented old code.
2858
2859 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2860
2861         * gst/playback/gstdecodebin2.c:
2862           Fix signal docs.
2863
2864 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2865
2866         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2867           (gst_text_overlay_init):
2868           Fix textoverlay unit test again by making the supposed default
2869           value for the wait-text property the actual default value.
2870           Also fix Since: tag for new property.
2871
2872 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2873
2874         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
2875           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
2876           (gst_video_format_get_pixel_stride),
2877           (gst_video_format_get_component_width),
2878           (gst_video_format_get_component_height),
2879           (gst_video_format_get_component_offset), (gst_video_format_get_size),
2880           (gst_video_format_convert):
2881           Add guards to these functions to ensure sane input values.
2882
2883         * tests/check/libs/video.c:
2884           Fix unit test not to create caps with width=0 and height=0.
2885
2886 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2887
2888         * docs/design/draft-keyframe-force.txt:
2889         Fix typo.
2890
2891         * gst/playback/gstqueue2.c: (update_buffering),
2892         (gst_queue_handle_src_query):
2893         Set buffering mode in the messages.
2894         Set buffering percent in the query.
2895
2896         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
2897         (do_stream_buffering), (do_download_buffering), (msg_buffering):
2898         Do some more fancy things based on the buffering method in use.
2899
2900 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2901
2902         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
2903         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
2904         (msg_buffering), (main):
2905         Add basic download reports to seek using the new buffering API.
2906
2907 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2908
2909         * gst/playback/gstqueue2.c: (update_buffering),
2910         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
2911         (gst_queue_src_checkgetrange_function):
2912         Include extra buffering stats in the buffering message.
2913         Implement BUFFERING query.
2914
2915         * gst/playback/gsturidecodebin.c: (do_async_start),
2916         (do_async_done), (type_found), (setup_streaming), (setup_source),
2917         (gst_uri_decode_bin_change_state):
2918         Only add decodebin2 when the type is found in streaming mode.
2919         Make uridecodebin async to PAUSED even when we don't have decodebin2
2920         added yet.
2921
2922 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
2923
2924         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2925         Filter cdda from the supported URI schemes. We can't support
2926         musicbrainz tags and everything else one expects from a cdda source
2927         with GIO. Fixes bug #526794.
2928
2929 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
2930
2931         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
2932         (gst_xvimagesink_buffer_alloc):
2933         Fix calculation of 'expected size' for YV12 buffers.
2934         Be a little more verbose in the debug output for buffer-alloc'ed
2935         buffers which turn out to have the wrong size.
2936
2937 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
2938
2939         * NEWS:
2940         * RELEASE:
2941         * gst-plugins-base.doap:
2942           Merge other changes from 0.10.19 release branch.
2943
2944 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2945
2946         * gst-libs/gst/audio/gstbaseaudiosink.c:
2947           (gst_base_audio_sink_class_init):
2948         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2949           (gst_base_audio_src_class_init):
2950         * gst/playback/gstplayback.c: (plugin_init):
2951         * gst/volume/gstvolume.c: (plugin_init):
2952           Work around missing bits of thread-safety on older GLibs some
2953           more to avoid assertions when starting up multiple playbin
2954           objects concurrently (see #512382).
2955
2956 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2957
2958         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2959           Remove some more fields.
2960
2961 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
2962
2963         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2964
2965         * configure.ac:
2966         Actually build dlls when cross-compiling with mingw32.
2967         Fixes bug #526247.
2968
2969 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2970
2971         * configure.ac:
2972           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
2973
2974 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2975
2976         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
2977         (msg_buffering), (connect_bus_signals), (main):
2978         Add statusbar.
2979         Add buffering support with feedback in the statusbar.
2980
2981 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2982
2983         * ext/ogg/gstoggmux.c:
2984           Fix sample pipeline description.
2985
2986 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
2987
2988         * docs/plugins/Makefile.am:
2989         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2990         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2991         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2992           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
2993
2994         * docs/plugins/gst-plugins-base-plugins.args:
2995         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2996         * docs/plugins/gst-plugins-base-plugins.interfaces:
2997         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2998         * docs/plugins/inspect/plugin-adder.xml:
2999         * docs/plugins/inspect/plugin-alsa.xml:
3000         * docs/plugins/inspect/plugin-audioconvert.xml:
3001         * docs/plugins/inspect/plugin-audiorate.xml:
3002         * docs/plugins/inspect/plugin-audioresample.xml:
3003         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3004         * docs/plugins/inspect/plugin-cdparanoia.xml:
3005         * docs/plugins/inspect/plugin-decodebin.xml:
3006         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3007         * docs/plugins/inspect/plugin-gdp.xml:
3008         * docs/plugins/inspect/plugin-gnomevfs.xml:
3009         * docs/plugins/inspect/plugin-libvisual.xml:
3010         * docs/plugins/inspect/plugin-ogg.xml:
3011         * docs/plugins/inspect/plugin-pango.xml:
3012         * docs/plugins/inspect/plugin-playback.xml:
3013         * docs/plugins/inspect/plugin-queue2.xml:
3014         * docs/plugins/inspect/plugin-subparse.xml:
3015         * docs/plugins/inspect/plugin-tcp.xml:
3016         * docs/plugins/inspect/plugin-theora.xml:
3017         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3018         * docs/plugins/inspect/plugin-uridecodebin.xml:
3019         * docs/plugins/inspect/plugin-video4linux.xml:
3020         * docs/plugins/inspect/plugin-videorate.xml:
3021         * docs/plugins/inspect/plugin-videoscale.xml:
3022         * docs/plugins/inspect/plugin-videotestsrc.xml:
3023         * docs/plugins/inspect/plugin-volume.xml:
3024         * docs/plugins/inspect/plugin-vorbis.xml:
3025         * docs/plugins/inspect/plugin-ximagesink.xml:
3026         * docs/plugins/inspect/plugin-xvimagesink.xml:
3027           Update introspection data.
3028
3029         * ext/ogg/gstoggmux.c:
3030           Document oggmux.
3031
3032         * gst/playback/gstdecodebin2.c:
3033           Don't use gtk-doc style comment start for private stuff, but make it
3034           formatted like this for consistency.
3035
3036 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3037
3038         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3039         (gst_decode_bin_init), (gst_decode_bin_dispose),
3040         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3041         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3042         (analyze_new_pad), (connect_pad), (expose_pad),
3043         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3044         (gst_decode_group_expose), (gst_decode_group_free),
3045         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3046         Remove fakesink hack, we can now implement this more elegantly.
3047         Added property to bypass typefinding.
3048         Removed underrun callback and demuxer pad probe, we now use the srcpad
3049         probe to expose groups.
3050         API::sink-caps property
3051
3052         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3053         Guard against multiple emissions of the no_more_pads signal, which
3054         happens when we are dealing with chained oggs.
3055
3056         * gst/playback/gsturidecodebin.c: (remove_decoders),
3057         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3058         (setup_source):
3059         For streams, use our own typefind element and plug our queue after it.
3060         We will need this to determine the type of buffering to use for the
3061         queue soon.
3062
3063 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3064
3065         * gst-libs/gst/audio/gstbaseaudiosink.c:
3066         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3067         Guard against over and underflows because of clock slaving.
3068         When we are using our own clock, still compensate for any calibrations
3069         that we might have done to our clock.
3070
3071 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3072
3073         * ext/theora/theoradec.c: (theora_handle_type_packet),
3074         (theora_dec_chain):
3075         Don't try to do anything fancy with the return code from pushing an
3076         event, it does not have enough information to turn it into a
3077         GST_FLOW_ERROR.
3078
3079 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3080
3081         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3082         (gst_ogg_demux_chain_elem_pad):
3083         Add small debug line.
3084         Pass return code from the internal decoder instead of the too generic
3085         GST_FLOW_ERROR.
3086
3087 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3088
3089         * gst-libs/gst/cdda/Makefile.am:
3090         * gst-libs/gst/cdda/base64.c:
3091         * gst-libs/gst/cdda/base64.h:
3092         * gst-libs/gst/cdda/gstcddabasesrc.c:
3093         (gst_cddabasesrc_calculate_musicbrainz_discid):
3094         Use GLib's base64 implementation instead of our own.
3095
3096 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3097
3098         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3099         (gst_ogg_demux_read_chain):
3100         Refix oggdemux, we only have a problem if we failed to find a chain and
3101         we are not EOF.
3102
3103 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3104
3105         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3106
3107         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3108         (gst_ogg_demux_read_chain):
3109         When we fail to find a BOS page and we and up with no chain, error out
3110         properly instead of segfaulting. Fixes #525665.
3111
3112 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3113
3114         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3115         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3116         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3117         no-more-pads...
3118
3119 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3120
3121         * gst/playback/gstqueue2.c: (update_out_rates),
3122         (gst_queue_open_temp_location_file),
3123         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3124         (gst_queue_handle_src_query), (gst_queue_set_property):
3125         Update the estimated input data when we push out a buffer.
3126         Add some debug info about the temp file.
3127         Only forward src events when we are not using a temp file.
3128         Don't block the duration query, we need to find something better.
3129         Don't leak the temp filename.
3130
3131 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3132
3133         * configure.ac:
3134         Require GLib 2.12 and liboil 0.3.14.
3135
3136         * gst/volume/gstvolume.c: (volume_process_double):
3137         Unconditionally use liboil 0.3.14 function.
3138
3139 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3140
3141         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3142         ms-gsm can have arbitrarty sample rates. See #481354.
3143
3144 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3145
3146         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3147         MP4S is generic MPEG-4, not a microsoft variant.
3148
3149 2008-03-27  Michael Smith <msmith@fluendo.com>
3150
3151         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3152           Check the body CRC (if set) when depayloading.
3153           Fixes #522401.
3154
3155 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3156
3157         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3158           Fix Since: version for new property.
3159
3160 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3161
3162         * gst-libs/gst/rtsp/gstrtspconnection.c:
3163         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3164         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3165         Don't error when poll_wait returns EAGAIN.
3166
3167 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3168
3169         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3170         The queue is never filled when there are no buffers in the queue at all.
3171         Fixes #523993.
3172
3173 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3174
3175         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3176         (init_group), (free_group), (gst_play_bin_init),
3177         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3178         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3179         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3180         (gst_play_bin_set_current_video_stream),
3181         (gst_play_bin_set_current_audio_stream),
3182         (gst_play_bin_set_current_text_stream),
3183         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3184         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3185         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3186         (activate_group), (deactivate_group), (setup_next_source),
3187         (save_current_group), (gst_play_bin_change_state):
3188         Update some docs.
3189         Add new locks and conds to protect pipeline creation and group
3190         switching.
3191         Implement the sub-uri property.
3192         Keep track of pending uridecodebin creation and configure the output
3193         pipeline after all streams are configured.
3194         Propagate subtitle encoding to the uridecodebins.
3195         Implement getting the video/audio/visualisation elements.
3196         Use input-selector for stream switching.
3197         If we are asked to do visualisation, prefer to autoplug raw sinks
3198         instead of sinks that accept encoded data.
3199
3200 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3201
3202         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3203         (gst_play_sink_init), (gst_play_sink_dispose),
3204         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3205         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3206         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3207         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3208         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3209         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3210         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3211         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3212         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3213         * gst/playback/gstplaysink.h:
3214         Add methods to get audio/video/vis elements.
3215         Add methods to set the font description for the overlay.
3216         Remove properties, we're using this element with its methods only.
3217         Add support for subtitles.
3218         Rearrange the locking a bit to not use the object lock for protecting
3219         the pipeline construction.
3220         Try to use the volume and mute property on the sink when its available.
3221         Implement the mute option with volume when the sink does not have a mute
3222         property.
3223         Only add volume element when the sink has no volume property.
3224         Only do visualisations with raw audio pads.
3225
3226 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3227
3228         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3229         (gst_text_overlay_init), (gst_text_overlay_set_property),
3230         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3231         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3232         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3233         (gst_text_overlay_change_state):
3234         * ext/pango/gsttextoverlay.h:
3235         Add property to configure waiting for text on the textpad or not, with
3236         the default behaviour being the old one (always wait for text before
3237         rendering the video). This default behaviour is usually not the best one
3238         because the text stream can very sparse and could require queueing a lot
3239         of video.
3240         Fix the flushing and EOS handing so that we don't mix up their meaning.
3241
3242 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3243
3244         * gst/playback/gsturidecodebin.c:
3245         (gst_uri_decode_bin_autoplug_factories),
3246         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3247         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3248         (gst_uri_decode_bin_set_property),
3249         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3250         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3251         (proxy_autoplug_factories_signal), (make_decoder),
3252         (source_new_pad), (setup_source):
3253         Add a readonly source property and notify.
3254         Add new lock for protecting the construction of the pipeline.
3255         Keep track of the decodebins we plugged.
3256         Correctly proxy the autoplug signal so that it actually continues.
3257         Proxy subtitle-encoding to the decodebins.
3258
3259 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3260
3261         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3262         (text_toggle_cb), (update_streams), (main):
3263         Rearrange some buttons in playbin2 and make some other boxes insensitive
3264         when needed.
3265         Add language codes to subtitle selection boxes when we gind the right
3266         tags for the streams.
3267
3268 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3269
3270         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3271         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3272         (gst_decode_bin_set_subs_encoding),
3273         (gst_decode_bin_get_subs_encoding),
3274         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3275         (deactivate_free_recursive):
3276         Protect caps property with the object lock.
3277         Protect encoding property with the object lock.
3278         Keep list of elements we added that have the subtitle-encoding property.
3279         Distribute the subtitle-encoding to all of the elements when it
3280         changes.
3281
3282 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3283
3284         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3285         Small debug improvement.
3286
3287         * gst-libs/gst/audio/gstbaseaudiosink.c:
3288         (gst_base_audio_sink_render):
3289         Fix bug in determining the sample start/stop position, we want to base
3290         this decision on the fact that we are going forwards or backwards, not
3291         slower or faster. This fixes some ugly resync warnings when playing at
3292         very slow speeds.
3293
3294 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3295
3296         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3297         Correctly set the supported URI schemes and don't leave
3298         some schemes in the middle or at the start at NULL.
3299
3300 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3301
3302         * tests/check/elements/gdpdepay.c:
3303           Make test compile without unused function/variable warnings on PPC.
3304  
3305 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3306
3307         * configure.ac:
3308         * ext/alsa/gstalsamixerelement.c:
3309         (gst_alsa_mixer_element_class_init):
3310         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3311         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3312         * ext/cdparanoia/gstcdparanoiasrc.c:
3313         (gst_cd_paranoia_src_class_init):
3314         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3315         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3316         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3317         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3318         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3319         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3320         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3321         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3322         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3323         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3324         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3325         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3326         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3327         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3328         (gst_audio_filter_template_class_init):
3329         * gst-libs/gst/audio/gstbaseaudiosink.c:
3330         (gst_base_audio_sink_class_init):
3331         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3332         (gst_base_audio_src_class_init):
3333         * gst-libs/gst/cdda/gstcddabasesrc.c:
3334         (gst_cdda_base_src_class_init):
3335         * gst-libs/gst/interfaces/mixertrack.c:
3336         (gst_mixer_track_class_init):
3337         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3338         (gst_base_rtp_depayload_class_init):
3339         * gst-libs/gst/rtp/gstbasertppayload.c:
3340         (gst_basertppayload_class_init):
3341         * gst/audioconvert/gstaudioconvert.c:
3342         (gst_audio_convert_class_init):
3343         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3344         * gst/audioresample/gstaudioresample.c:
3345         (gst_audioresample_class_init):
3346         * gst/audiotestsrc/gstaudiotestsrc.c:
3347         (gst_audio_test_src_class_init):
3348         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3349         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3350         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3351         (preroll_unlinked):
3352         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3353         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3354         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3355         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3356         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3357         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3358         (gst_stream_selector_class_init):
3359         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3360         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3361         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3362         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3363         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3364         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3365         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3366         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3367         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3368         * gst/videotestsrc/gstvideotestsrc.c:
3369         (gst_video_test_src_class_init):
3370         * gst/volume/gstvolume.c: (gst_volume_class_init):
3371         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3372         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3373         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3374         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3375         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3377         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3378         static strings (i.e. all). This gives us less memory usage,
3379         fewer allocations and thus less memory defragmentation. Depend
3380         on core CVS for this. Fixes bug #523806.
3381
3382 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3383
3384         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3385         Filter http and https protocols. GIO/GVfs handles them but it's
3386         impossible to implement iradio/icecast with it. Better use
3387         souphttpsrc or something else for this.
3388
3389         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3390         If getting the file informations by a query fails try it with the
3391         seek-to-end trick too.
3392
3393 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3394
3395         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3396         (gst_volume_base_init), (gst_volume_class_init),
3397         (volume_process_double), (volume_process_float),
3398         (volume_transform_ip), (plugin_init):
3399         memset buffers to zero if we get a GAP buffer. We usually see a
3400         buffer as one unit so let's handle it as one and don't care about
3401         volume changes while processing one buffer.
3402         Also clean up some stuff a bit.
3403
3404 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3405
3406         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3407         (gst_audio_convert_create_silence_buffer),
3408         (gst_audio_convert_transform):
3409         Make audioconvert GAP-aware by outputting silence buffers when the
3410         input has the GAP flag set. This is up to 8x faster.
3411         Based on a patch by Stefan Kost. Fixes bug #517813.
3412
3413 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3414
3415         * gst/volume/gstvolume.c: (volume_process_double):
3416         Use oil_scalarmultiply_f64_ns() for double processing when it's
3417         available at compile time.
3418
3419 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3420
3421         * configure.ac:
3422         Fix lrint/lrintf checks to actually work. These functions are
3423         in libm on Linux at least so try to link to it.
3424
3425 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3426
3427         * configure.ac:
3428         Back to development - 0.10.18.1
3429
3430 === release 0.10.18 ===
3431
3432 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3433
3434         * configure.ac:
3435           releasing 0.10.18, "I will follow"
3436
3437 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3438
3439         * configure.ac:
3440         * win32/common/config.h:
3441         0.10.17.4 pre-release
3442
3443 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3444
3445         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3446         Use GST_STR_NULL when trying to print strings that could be NULL because
3447         this might crash on some platforms. See #520808.
3448
3449 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3450
3451         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3452
3453         * gst-libs/gst/rtsp/gstrtspconnection.c:
3454         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3455         (read_line), (gst_rtsp_connection_read_internal):
3456         Generic Windows fixes that makes libgstrtsp work on Windows when
3457         coupled with the new GstPoll API. See #520808.
3458
3459 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3460
3461         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3462
3463         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3464           If seeking to a new position succeeds don't simply return from
3465           create() without creating a buffer. Do this only in the case
3466           seeking to the new position fails. Fixes bug #523054.
3467
3468 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3469
3470         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3471           (gst_video_format_from_rgba32_masks):
3472           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3473           (#522635).
3474
3475         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3476           Add unit test for the RGB caps parsing and creation, checking for
3477           internal consistency of the new API and consistency of the API with
3478           the old GST_VIDEO_CAPS_* defines.
3479
3480 2008-03-14  David Schleef  <ds@schleef.org>
3481
3482         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3483           because -base is in freeze.
3484
3485 2008-03-14  David Schleef  <ds@schleef.org>
3486
3487         Patch by: William M. Brack
3488
3489         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3490
3491 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3492
3493         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3494         (gst_selector_pad_chain):
3495         * gst/playback/gststreamselector.h:
3496         Revert change that caused regression until a real fix is found.
3497         Fixes #522203.
3498
3499 2008-03-12  Michael Smith <msmith@fluendo.com>
3500
3501         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3502         * gst-libs/gst/audio/gstringbuffer.h:
3503           Rename recently added buffer types to make more sense.
3504         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3505         (gst_alsasink_write):
3506           Adapt for above API changes.
3507           Fixes bug #520523.
3508
3509 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3510
3511         * win32/common/libgstnetbuffer.def:
3512         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3513
3514 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3515
3516         * configure.ac:
3517         * win32/common/config.h:
3518         0.10.17.3 pre-release
3519
3520 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3521
3522         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3523         (gst_base_audio_src_create):
3524         Fix duration when no clock was provided. Fixes #520300.
3525
3526 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3527
3528         Patch by: Olivier Crete  <tester at tester ca>
3529
3530         * docs/libs/gst-plugins-base-libs-sections.txt:
3531         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3532         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3533         Add trivial function to compare GstNetAddress. See #520626.
3534         API: GstNetBuffer::gst_netaddress_equal
3535
3536 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3537
3538         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3539         Update mode property docs, it's deprecated now.
3540
3541 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3542
3543         * gst-libs/gst/rtsp/gstrtspconnection.c:
3544         (gst_rtsp_connection_create):
3545         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3546         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3547         * gst/tcp/gstmultifdsink.h:
3548         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3549         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3550         Remove GstPollMode from gstpoll constructor.
3551
3552 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3553
3554         * configure.ac:
3555         * win32/common/config.h:
3556         0.10.17.2 pre-release
3557
3558 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3559
3560         * gst/Makefile.am:
3561         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3562         them twice
3563
3564         * win32/common/libgstinterfaces.def:
3565         * win32/common/libgstrtp.def:
3566         Add new API to the defs
3567
3568 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3569
3570         Patch by: Mersad Jelacic  <mersad at axis dot com>
3571
3572         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3573         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3574         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3575         possible to specify the sample size in bits. (#509637)
3576
3577 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3578
3579         * tests/check/libs/mixer.c:
3580           Add a few simple checks for the new message types.
3581
3582 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3583
3584         * docs/libs/gst-plugins-base-libs-sections.txt:
3585         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3586           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3587           (gst_mixer_message_get_type),
3588           (gst_mixer_message_parse_option_changed),
3589           (gst_mixer_message_parse_options_list_changed):
3590         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3591           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3592           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3593           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3594           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3595           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3596
3597 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3598
3599         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3600           (gst_mixer_options_get_values):
3601         * gst-libs/gst/interfaces/mixeroptions.h:
3602           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3603           (_GstMixerOptions), (_GstMixerOptionsClass):
3604           API: add GstMixerOptions::get_values vfunc (#519906)
3605
3606 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3607
3608         * configure.ac:
3609         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3610         plug-ins are included/excluded. (#498222)
3611
3612 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3613
3614         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3615         Add typefinder for IMelody files, using audio/x-imelody.
3616         See bug #519516.
3617
3618 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3619
3620         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3621         * ext/alsa/gstalsasink.c: (set_hwparams):
3622         * ext/alsa/gstalsasrc.c: (set_hwparams):
3623         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3624         * ext/ogg/gstoggmux.h:
3625         * ext/ogg/gstogmparse.c:
3626         * gst-libs/gst/audio/audio.c:
3627         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3628         * gst-libs/gst/pbutils/missing-plugins.c:
3629         (gst_missing_uri_sink_message_new),
3630         (gst_missing_element_message_new),
3631         (gst_missing_decoder_message_new),
3632         (gst_missing_encoder_message_new):
3633         * gst-libs/gst/rtp/gstbasertppayload.c:
3634         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3635         (gst_rtcp_packet_bye_get_reason):
3636         * gst/audioconvert/gstaudioconvert.c:
3637         * gst/audioresample/gstaudioresample.c:
3638         * gst/ffmpegcolorspace/imgconvert.c:
3639         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3640         * gst/typefind/gsttypefindfunctions.c:
3641         * gst/videoscale/vs_4tap.c:
3642         * gst/videoscale/vs_4tap.h:
3643         * sys/v4l/gstv4lelement.c:
3644         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3645         * sys/v4l/v4l_calls.c:
3646         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3647         (gst_v4lsrc_try_capture):
3648         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3649         (gst_ximagesink_ximage_new):
3650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3651         (gst_xvimagesink_xvimage_new):
3652         * tests/check/elements/audioconvert.c:
3653         * tests/check/elements/audioresample.c:
3654         (fail_unless_perfect_stream):
3655         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3656         * tests/check/elements/decodebin.c:
3657         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3658         (setup_gdpdepay_streamheader):
3659         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3660         (setup_gdppay_streamheader):
3661         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3662         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3663         * tests/check/elements/textoverlay.c:
3664         * tests/check/elements/videorate.c: (setup_videorate):
3665         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3666         * tests/check/elements/volume.c: (setup_volume):
3667         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3668         * tests/check/elements/vorbistag.c:
3669         * tests/check/generic/clock-selection.c:
3670         * tests/check/generic/states.c: (setup), (teardown):
3671         * tests/check/libs/cddabasesrc.c:
3672         * tests/check/libs/video.c:
3673         * tests/check/pipelines/gio.c:
3674         * tests/check/pipelines/oggmux.c:
3675         * tests/check/pipelines/simple-launch-lines.c:
3676         (simple_launch_lines_suite):
3677         * tests/check/pipelines/streamheader.c:
3678         * tests/check/pipelines/theoraenc.c:
3679         * tests/check/pipelines/vorbisdec.c:
3680         * tests/check/pipelines/vorbisenc.c:
3681         * tests/examples/seek/scrubby.c:
3682         * tests/examples/seek/seek.c: (query_positions_elems),
3683         (query_positions_pads):
3684         * tests/icles/stress-xoverlay.c: (myclock):
3685         Correct all relevant warnings found by the sparse semantic code
3686         analyzer. This include marking several symbols static, using
3687         NULL instead of 0 for pointers and using "foo (void)" instead
3688         of "foo ()" for declarations.
3689
3690         * win32/common/libgstrtp.def:
3691         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3692
3693 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3694
3695         Patch by: José Alburquerque <jaalburqu svn gnome org>
3696
3697         * gst/playback/gstplaybin2.c:
3698           Make the function signature of the _get_*_tags() functions match
3699           the signature of the vfuncs they implement, ie. return a
3700           GstTagList rather than a GstStructure, which is more correct,
3701           even if one is typedef'ed to the other (#518940).
3702
3703 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3704
3705         * gst-libs/gst/rtsp/gstrtspconnection.c:
3706           Don't include unix headers unconditionally (fixes #518037).
3707
3708 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3709
3710         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3711           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3712           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3713           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3714           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3715           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3716           (gst_video_format_is_packed), (video_format_is_packed):
3717           Add unit test that makes sure that the strides, offsets and
3718           sizes returned for the various YUV formats by the new video API
3719           match the old reference implementation in videotestsrc.
3720
3721 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3722
3723         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3724           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3725           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3726           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3727           (gst_video_format_get_pixel_stride),
3728           (gst_video_format_get_component_width),
3729           (gst_video_format_get_component_height),
3730           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3731         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3732           (GST_VIDEO_FORMAT_Y42B):
3733           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3734
3735 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3736
3737         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3738           YV12 is I420 with swapped components 1 and 2, so the offset of
3739           component 1 for I420 should be the offset for component 2 for YV12
3740           and vice versa.
3741
3742 2008-02-29  Rene Stadler  <mail@renestadler.de>
3743
3744         * sys/v4l/gstv4lelement.c:
3745         Add missing semicolon to fix indentation.
3746
3747 2008-02-29  Julien Moutte  <julien@fluendo.com>
3748
3749         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3750         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3751         if we can do SPDIF output.
3752         * ext/alsa/gstalsa.h:
3753         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3754         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3755         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3756         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3757         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3758         to support AC3, EC3 and IEC958 buffers.
3759
3760 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3761
3762         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3763           (gst_mixer_message_parse_mute_toggled),
3764           (gst_mixer_message_parse_record_toggled),
3765           (gst_mixer_message_parse_volume_changed),
3766           (gst_mixer_message_parse_option_changed):
3767           De-cruft and fix message type assertions (NULL is not a really
3768           valid mixer message type string).
3769
3770 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3771
3772         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3773         When negotiating, actually start from a format that we can support
3774         instead of from the too generic template.
3775
3776 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3777
3778         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3779         Enable vis setting.
3780
3781         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3782         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3783         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3784         (gen_vis_chain):
3785         Implement vis switching while playing.
3786
3787 2008-02-28  David Schleef  <ds@schleef.org>
3788
3789         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3790
3791 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3792
3793         Patch by: Peter Kjellerstedt  <pkj at axis com>
3794
3795         * gst/tcp/Makefile.am:
3796         * gst/tcp/fdsetstress.c:
3797         * gst/tcp/gstfdset.c:
3798         * gst/tcp/gstfdset.h:
3799         Removed fdset and stress test, they are now known as GstPoll in
3800         core. 
3801
3802         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3803         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3804         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3805         (gst_multi_fd_sink_handle_client_write),
3806         (gst_multi_fd_sink_queue_buffer),
3807         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3808         (gst_multi_fd_sink_stop):
3809         * gst/tcp/gstmultifdsink.h:
3810         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3811         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3812         (gst_tcp_gdp_read_caps):
3813         * gst/tcp/gsttcp.h:
3814         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3815         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3816         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3817         * gst/tcp/gsttcpclientsink.h:
3818         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3819         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3820         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3821         * gst/tcp/gsttcpclientsrc.h:
3822         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3823         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3824         * gst/tcp/gsttcpserversink.h:
3825         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3826         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3827         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3828         * gst/tcp/gsttcpserversrc.h:
3829         Port to GstPoll. See #505417.
3830
3831 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3832
3833         Patch by: Peter Kjellerstedt  <pkj at axis com>
3834
3835         * gst-libs/gst/rtsp/gstrtspconnection.c:
3836         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3837         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3838         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3839         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3840         (gst_rtsp_connection_flush):
3841         * gst-libs/gst/rtsp/gstrtspconnection.h:
3842         Use GstPoll for the rtsp connection. See #505417.
3843
3844 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3845
3846         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3847         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3848         Add combo box for visualisations, populate it with a factory list
3849         of all visualisation plugins, configure vis plugin instance in
3850         playbin2. 
3851
3852 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3853
3854         * tests/check/libs/rtp.c: (GST_START_TEST):
3855         Add check for RTP buffer defaults, padding and marker bit API.
3856
3857 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
3858
3859         * gst-libs/gst/cdda/sha1.c: (sha_transform):
3860         Use memcpy() instead of upcasting a byte array to long *. This
3861         fixes an unaligned memory access, resulting in SIGBUS on IA64.
3862         This should be ported to GCheckSum once we can use GLib 2.16.
3863         Partially fixes bug #500833.
3864
3865 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
3866
3867         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
3868           Push tag event after the newsegment event. Log the pointer of
3869           the buffer we're actually going to push rather than the buffer
3870           we're feeding to _make_metadata_writable().
3871
3872 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3873
3874         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3875         Comment smoke typefinder for now. The smokedec plugin needs one
3876         frame per buffer but we have no parser yet, thus it simply crashes
3877         in most situations.
3878
3879 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3880
3881         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3882         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
3883
3884 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3885
3886         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
3887         (plugin_init):
3888         Add midi typefinder, copied from the timidity plugin.
3889
3890 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3891
3892         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
3893
3894         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3895         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
3896           (subparse_suite):
3897           Forward slashes at the beginning and end of a line also signify
3898           italics (Fixes: #518162).
3899
3900 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3901
3902         * tests/check/gst-plugins-base.supp:
3903         Add a suppression for a cached value in GIO that wasn't moved
3904         while moving gio from -bad to -base.
3905
3906 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3907
3908         Patch by: Brian Cameron <brian dot cameron at sun dot com>
3909
3910         * configure.ac:
3911         Don't hardcode -Wall and -Werror for configure checks, this fails
3912         with non-GCC compilers. Fixes bug #517991.
3913
3914 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3915
3916         * gst/audioconvert/gstaudioconvert.c:
3917         * gst/audioconvert/gstaudioquantize.c:
3918         * gst/audioconvert/gstaudioquantize.h:
3919           Make audioconvert gap aware. If noiseshaping is used, wait for
3920           noiseshaping to converge before marking as GAP. Fixes #517813.
3921
3922 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3923
3924         * gst/audiotestsrc/gstaudiotestsrc.c:
3925           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
3926
3927 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
3928
3929         * ext/gnomevfs/gstgnomevfssink.c:
3930         (gst_gnome_vfs_sink_handle_event):
3931         Return FALSE when seeking for a new segment fails instead
3932         of silently ignoring the failure and appending every buffer
3933         that comes for the new segment.
3934
3935 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3936
3937         * gst/playback/gstplaysink.c: (find_property),
3938         (gst_play_sink_find_property), (gen_video_chain),
3939         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
3940         Recursively search the sink element for a last-frame property so that we
3941         can also find the property in autovideosink and friends that don't
3942         always proxy the internal sink properties.
3943
3944 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3945
3946         * gst-libs/gst/audio/multichannel.c:
3947           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
3948           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
3949           (gst_audio_set_structure_channel_positions_list),
3950           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
3951           (gst_audio_fixate_channel_positions):
3952           Fix confusing terminology in docs and code: structure fields are
3953           'fields' and not 'properties'.
3954
3955 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3956
3957         * gst-libs/gst/audio/multichannel.c:
3958           (gst_audio_check_channel_positions), (add_list_to_struct):
3959           Give more useful warning messages if one of the channel
3960           layout enums passed to us is invalid and if the "channels"
3961           field in the caps has a GType we don't expect.
3962
3963 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3964
3965         * gst-libs/gst/audio/multichannel.c:
3966           Fix typo in docs blurb.
3967
3968 2008-02-19  Julien Moutte  <julien@fluendo.com>
3969
3970         Patch by: Josep Torra Valles <josep@fluendo.com>
3971
3972         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
3973         typefind lookup to fix typefinding on HD clips.
3974
3975 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3976
3977         * gst/playback/gstscreenshot.c:
3978         * gst/playback/gstscreenshot.h:
3979           Fix up copyright (I rewrote the GStreamer-0.10 code for
3980           this from scratch back in the days).
3981
3982 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3983
3984         * gst/playback/Makefile.am:
3985         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
3986         (create_element), (gst_play_frame_conv_convert):
3987         * gst/playback/gstscreenshot.h:
3988         Add screenshot conversion code from totem.
3989
3990         * gst/playback/gstplay-marshal.list:
3991         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
3992         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
3993         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
3994         Implement frame property to get a color-unconverted snapshot.
3995         Implement convert-frame action signal to get a converted snapshot image.
3996         Configure connection speed in uridecodebin.
3997         Document some more properties.
3998
3999         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4000         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
4001         (gst_play_sink_get_last_frame):
4002         * gst/playback/gstplaysink.h:
4003         Use last-buffer property of the video sink to get a video snapshot.
4004
4005         * tests/examples/seek/seek.c: (shot_cb), (main):
4006         Add snapshot button for playbin2 and use the frame property to save the
4007         frame as a png in the current directory.
4008
4009 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
4010
4011         Patch by: Josep Torra Valles <josep at fluendo dot com>
4012
4013         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
4014         (plugin_init):
4015         Add typefinding support for h264 elementary streams.
4016         Fixes bug #517420.
4017
4018 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
4019
4020         * configure.ac:
4021           Require CVS of core for new API in collectpads.
4022
4023         * gst/adder/gstadder.c:
4024           Use new API to make adder sparse stream aware.
4025
4026 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4027
4028         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4029         (no_more_pads_cb):
4030         Get the object data correct so that we can remove our channels
4031         correctly.
4032
4033         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4034         (gen_vis_chain), (gst_play_sink_reconfigure),
4035         (gst_play_sink_request_pad):
4036         Add option to disable async behaviour in the sinks when possible. This
4037         makes it possible to avoid an audio queue when dealing with
4038         visualisations.
4039         Add option to add a queue for the audio path.
4040
4041         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4042         (main):
4043         Disable the vis checkbox to match the defaults of playbin2.
4044         Only get the stream info when we need to.
4045
4046 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4047
4048         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4049         (gst_gio_base_sink_set_stream):
4050         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4051         (gst_gio_base_src_set_stream):
4052         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4053         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4054         Don't use async operations as they require a running main loop.
4055         This makes us block again when closing streams and unable
4056         to mount the enclosing volume of an URI if it isn't yet.
4057
4058 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4059
4060         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4061         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4062         (gen_vis_chain), (gst_play_sink_reconfigure),
4063         (gst_play_sink_request_pad):
4064         Move tee in front of the audio and vis pipelines.
4065         Add queue for audio for now.
4066         Add visualisation support.
4067
4068         * tests/examples/seek/seek.c: (main):
4069         Visualisation is by default disabled.
4070
4071 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4072
4073         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4074         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4075         Improve debugging a bit.
4076
4077         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4078         * ext/gio/gstgiosink.h:
4079         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4080         * ext/gio/gstgiosrc.h:
4081         Try to mount the enclosing volume of a GFile if it isn't mounted
4082         yet. This requires us to wait for an async operation to finish, done
4083         with an nested GMainLoop. Authentication is not supported yet, will
4084         come later.
4085
4086 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4087
4088         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4089         (gst_play_bin_set_property), (gst_play_bin_get_property),
4090         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4091         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4092         (gst_play_sink_get_mute), (gen_audio_chain):
4093         * gst/playback/gstplaysink.h:
4094         Add mute property.
4095
4096         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4097         (gst_selector_pad_chain):
4098         * gst/playback/gststreamselector.h:
4099         Make sure we forward the event only once.
4100
4101         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4102         Add and implement the mute button for playbin2.
4103
4104 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4105
4106         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4107
4108         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4109         Add some more debug info.
4110         Make sure we never return a negative delay. Fixes #516246.
4111
4112 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4113
4114         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4115           Revert patch that makes the sink hold the object lock when
4116           calling snd_pcm_delay(), since it breaks playback for me.
4117
4118 2008-02-12  Julien Moutte  <julien@fluendo.com>
4119
4120         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4121         some seek flags when changing rate.
4122
4123 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4124
4125         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4126         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4127         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4128         Fix potential leaks.
4129
4130         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4131         Fix leak when there is no function configured.
4132
4133 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4134
4135         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4136         (gst_v4lsrc_buffer_finalize):
4137         Correctly chain up the finalize method.
4138
4139 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4140
4141         * ext/gio/gstgiostreamsink.c:
4142         * ext/gio/gstgiostreamsrc.c:
4143         Add documentation and example code for giostreamsink/giostreamsrc.
4144
4145         * tests/check/pipelines/gio.c: (GST_START_TEST):
4146         Ask the GMemoryOutputStream for the data instead of assuming that
4147         the pointer to the data stayed the same. It could've been realloc'ed.
4148
4149 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4150
4151         * ext/gio/gstgiosink.c:
4152         * ext/gio/gstgiosrc.c:
4153         Make the documentation of giosink/giosrc complete, large parts
4154         are based on the gnomevfssink/gnomevfssrc docs.
4155
4156 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4157
4158         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4159         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4160         * docs/plugins/gst-plugins-base-plugins.args:
4161         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4162         * docs/plugins/gst-plugins-base-plugins.interfaces:
4163         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4164         * docs/plugins/gst-plugins-base-plugins.signals:
4165         * docs/plugins/inspect/plugin-adder.xml:
4166         * docs/plugins/inspect/plugin-audioconvert.xml:
4167         * docs/plugins/inspect/plugin-audiorate.xml:
4168         * docs/plugins/inspect/plugin-audioresample.xml:
4169         * docs/plugins/inspect/plugin-decodebin.xml:
4170         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4171         * docs/plugins/inspect/plugin-gdp.xml:
4172         * docs/plugins/inspect/plugin-gio.xml:
4173         * docs/plugins/inspect/plugin-gnomevfs.xml:
4174         * docs/plugins/inspect/plugin-libvisual.xml:
4175         * docs/plugins/inspect/plugin-ogg.xml:
4176         * docs/plugins/inspect/plugin-pango.xml:
4177         * docs/plugins/inspect/plugin-playback.xml:
4178         * docs/plugins/inspect/plugin-queue2.xml:
4179         * docs/plugins/inspect/plugin-subparse.xml:
4180         * docs/plugins/inspect/plugin-theora.xml:
4181         * docs/plugins/inspect/plugin-uridecodebin.xml:
4182         * docs/plugins/inspect/plugin-videorate.xml:
4183         * docs/plugins/inspect/plugin-videoscale.xml:
4184         * docs/plugins/inspect/plugin-volume.xml:
4185         * docs/plugins/inspect/plugin-vorbis.xml:
4186         Add the GIO documentation again and while at that run make update.
4187
4188 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4189
4190         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4191         * ext/alsa/gstalsasink.c: (set_swparams):
4192         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4193           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4194           against libasound >= 1.0.16, since it's been deprecated in
4195           0.10.16, and alignment is always 1 then, apparently. (#512899)
4196
4197 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4198
4199         * gst/playback/gstplaybin.c: (gen_audio_element):
4200         * gst/playback/gstplaysink.c: (gen_audio_chain):
4201           Handle case where we can't create the volume element a bit
4202           better (#514307).
4203
4204 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4205
4206         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4207         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4208           Add support for https protocol. Fixes #510229.
4209
4210 2008-02-11  Julien Moutte  <julien@fluendo.com>
4211         
4212         Patch by: Alan Peevers <peeves@pacbell.net>
4213
4214         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4215         lock when calling alsa methods.
4216
4217 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4218
4219         * gst/typefind/gsttypefindfunctions.c:
4220           Bump rank of jpeg and png typefinders, which will return maximum
4221           probability in the most common cases (thus short-circuiting more
4222           expensive typefinders like the mp3 one for these two quite common
4223           image types).
4224
4225 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4226
4227         * ext/theora/theoraparse.c:
4228         Fix long description of the theora parser to be more verbose than just
4229         the type name.
4230
4231 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4232
4233         Patch by: Branko Čibej <brane at xbc dot nu>
4234
4235         * sys/xvimage/xvimagesink.c:
4236         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4237         Fixes bug #515654.
4238
4239 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4240
4241         * gst/playback/gstplaybasebin.c:
4242         Set is_dynamic as True if there are elements with both request
4243         and sometimes src pad templates instead of breaking out when it
4244         finds the first pad template that is a src.
4245
4246 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4247
4248         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4249         (update_streams), (video_combo_cb), (audio_combo_cb),
4250         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4251         Add some stream switching and volume gui for playbin2.
4252
4253 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4254
4255         * gst/playback/gstplay-marshal.list:
4256         Added marshal for streamselector Tags.
4257
4258         * gst/playback/gstplaybasebin.c: (set_active_source):
4259         Streamselector now selects pads based on the pad object instead of its
4260         name.
4261
4262         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4263         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4264         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4265         (gst_play_bin_get_text_tags),
4266         (gst_play_bin_set_current_video_stream),
4267         (gst_play_bin_set_current_audio_stream),
4268         (gst_play_bin_set_current_text_stream),
4269         (gst_play_bin_set_property), (gst_play_bin_get_property),
4270         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4271         Remove option to mute streams with the current-a/v/t property, we have
4272         this functionality in the flags.
4273         Add signals to notify when the number of A/V/T channels changed.
4274         Add action signals to get tags for the A/V/T streams.
4275         Implement setting the current A/V/T stream.
4276         Rearrange some things to simplify stream selection.
4277         Implement volume.
4278
4279         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4280         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4281         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4282         (activate_vis), (gst_play_sink_reconfigure):
4283         * gst/playback/gstplaysink.h:
4284         Add and implement volume setting methods.
4285
4286         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4287         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4288         (gst_selector_pad_event), (gst_stream_selector_class_init),
4289         (gst_stream_selector_init), (gst_stream_selector_finalize),
4290         (gst_stream_selector_set_property),
4291         (gst_stream_selector_get_property),
4292         (gst_stream_selector_get_linked_pad),
4293         (gst_stream_selector_request_new_pad):
4294         * gst/playback/gststreamselector.h:
4295         Add pad properties for tags and status of pads.
4296         Keep tags on pads.
4297         Make active pad selection based on pad object instead of name.
4298
4299 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4300
4301         * configure.ac:
4302           Revert last change as we now check in gtk-doc.m4 for sed.
4303
4304 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4305
4306         * configure.ac:
4307         Find and subst SED when building the docs.
4308
4309 2008-02-08  Julien Moutte  <julien@fluendo.com>
4310
4311         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4312         (main): Make sure bus signals are reconnected when pressing STOP
4313         and then PLAY again for a parse launch pipeline. Fix a ref leak
4314         on the bus.
4315         * win32/common/config.h: Updated.
4316
4317 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4318
4319         * configure.ac:
4320         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4321         pre-releases or releases.
4322
4323 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4324
4325         * configure.ac:
4326         * ext/gio/Makefile.am:
4327         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4328         reporting
4329
4330 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4331
4332         * docs/plugins/Makefile.am:
4333         Add the headers which need scanning for the GIO plugin. The rest of
4334         the docs still need migrating.
4335
4336 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4337
4338         * ext/Makefile.am:
4339         * tests/check/Makefile.am:
4340         * tests/check/pipelines/.cvsignore:
4341         Add gio in a few more places.
4342
4343 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4344
4345         * configure.ac:
4346         * ext/Makefile.am:
4347         * tests/check/Makefile.am:
4348         Move gio plugin from -bad and mark as experimental.
4349
4350 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4351
4352         * gst-libs/gst/interfaces/mixeroptions.c:
4353         * gst-libs/gst/interfaces/mixertrack.c:
4354         Comment out a couple of other things which break the build when
4355         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4356
4357 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4358
4359         * docs/libs/gst-plugins-base-libs-sections.txt:
4360           Fix pbutils header.
4361
4362 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4363
4364         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4365         Fix compiler warning.
4366
4367 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4368
4369         Patch by: Peter Kjellerstedt  <pkj at axis com>
4370
4371         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4372         Clear the addrinfo struct using memset. Fixes #514937.
4373
4374 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4375
4376         * gst/tcp/gstfdset.h:
4377         Remove unused field to same some memory.
4378
4379         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4380         Mark action signals as such.
4381
4382 2008-02-06  Michael Smith <msmith@fluendo.com>
4383
4384         * ext/theora/theoradec.c: (_theora_granule_frame),
4385         (_inc_granulepos):
4386           Increment granulepos for new-bitstream versions appropriately.
4387           Fixes #514623.
4388
4389 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4390
4391         * tests/examples/seek/seek.c: (do_seek),
4392         (rate_spinbutton_changed_cb), (update_streams), (main):
4393         Remove obsolete stream_time reset after flushing seek, core does that
4394         automatically now.
4395         Improve accuracy of speed spinbutton.
4396         Only do playbin2 stuff when we actually use it.
4397
4398 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4399
4400         * tests/check/Makefile.am:
4401           Revert previous change of the test environment's GST_PLUGIN_PATH.
4402           The problem is not with the plugins, but with element factories
4403           and only occurs if elements are split out from existing plugins
4404           or if plugins change name (see #512740).
4405
4406 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4407
4408         * tests/check/Makefile.am:
4409           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4410           with the core's plugins first and our local build directories last,
4411           since we might be building against an installed core, and that
4412           core's plugin directory may contain older or other versions of
4413           our own -base plugins, but we really do want to test our local
4414           ones (if there are multiple plugins or element factories with the
4415           same name, those inspected last will trump those read in earlier).
4416           Fixes #512740 for the most part.
4417
4418 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4419
4420         * configure.ac:
4421         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4422         Use gmtime_r if available as gmtime is not MT-safe.
4423         Fixes bug #511810.
4424
4425 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4426
4427         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4428         Cast glong to time_t as time_t might have a different type on
4429         other platforms, like FreeBSD, and we get a compiler warning
4430         otherwise. Fixes bug #511825.
4431
4432 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4433
4434         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4435         (get_group), (get_n_pads), (gst_play_bin_get_property),
4436         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4437         (autoplug_select_cb), (deactivate_group):
4438         Remove stream-info, we going for something easier.
4439         Refactor getting the current group.
4440         Implement getting the number of audio/video/text streams.
4441
4442         * gst/playback/gststreamselector.c:
4443         (gst_stream_selector_class_init), (gst_stream_selector_init),
4444         (gst_stream_selector_get_property),
4445         (gst_stream_selector_request_new_pad),
4446         (gst_stream_selector_release_pad):
4447         * gst/playback/gststreamselector.h:
4448         Add property for number of pads.
4449
4450         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4451         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4452         (text_toggle_cb), (update_streams), (msg_async_done),
4453         (msg_state_changed), (main):
4454         Block slider callback when updating the slider position.
4455         Add gui elements for controlling playbin2.
4456         Add callback for async_done that updates position/duration.
4457
4458 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4459
4460         * docs/plugins/Makefile.am:
4461         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4462         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4463         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4464         * docs/plugins/gst-plugins-base-plugins.interfaces:
4465         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4466           First round of plugin docs cleansups.
4467
4468         * docs/plugins/inspect/plugin-adder.xml:
4469         * docs/plugins/inspect/plugin-alsa.xml:
4470         * docs/plugins/inspect/plugin-audioconvert.xml:
4471         * docs/plugins/inspect/plugin-audiorate.xml:
4472         * docs/plugins/inspect/plugin-audioresample.xml:
4473         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4474         * docs/plugins/inspect/plugin-cdparanoia.xml:
4475         * docs/plugins/inspect/plugin-decodebin.xml:
4476         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4477         * docs/plugins/inspect/plugin-gdp.xml:
4478         * docs/plugins/inspect/plugin-gnomevfs.xml:
4479         * docs/plugins/inspect/plugin-libvisual.xml:
4480         * docs/plugins/inspect/plugin-ogg.xml:
4481         * docs/plugins/inspect/plugin-pango.xml:
4482         * docs/plugins/inspect/plugin-subparse.xml:
4483         * docs/plugins/inspect/plugin-tcp.xml:
4484         * docs/plugins/inspect/plugin-theora.xml:
4485         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4486         * docs/plugins/inspect/plugin-video4linux.xml:
4487         * docs/plugins/inspect/plugin-videorate.xml:
4488         * docs/plugins/inspect/plugin-videoscale.xml:
4489         * docs/plugins/inspect/plugin-videotestsrc.xml:
4490         * docs/plugins/inspect/plugin-volume.xml:
4491         * docs/plugins/inspect/plugin-vorbis.xml:
4492         * docs/plugins/inspect/plugin-ximagesink.xml:
4493         * docs/plugins/inspect/plugin-xvimagesink.xml:
4494           Regenerate.
4495
4496         * ext/ogg/Makefile.am:
4497         * ext/ogg/gstoggmux.c:
4498         * ext/ogg/gstoggmux.h:
4499           Add header for oggmux. the c-file needs a doc blob still.
4500
4501 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4502
4503         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4504
4505         * gst-libs/gst/rtp/gstrtpbuffer.c:
4506         (gst_rtp_buffer_set_extension_data):
4507         * gst-libs/gst/rtp/gstrtpbuffer.h:
4508         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4509         Add gst_rtp_buffer_set_extension_data() 
4510         Add a unit test for this addition. Fixes #511478.
4511         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4512
4513 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4514
4515         * configure.ac:
4516         Back to CVS
4517
4518 === release 0.10.17 ===
4519
4520 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4521
4522         * configure.ac:
4523           releasing 0.10.17, "Peanut Butter and Jelly"
4524
4525 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4526
4527         * gst-libs/gst/interfaces/mixeroptions.c:
4528         * gst-libs/gst/interfaces/mixertrack.c:
4529         Also remove the conditional registration of the signals
4530         that disappeared with the ABI change in 0.10.14
4531
4532 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4533
4534         * gst-libs/gst/rtsp/gstrtspconnection.c:
4535         Revert patch to gstrtspconnection.c for brown paper bag
4536         release of -base. Re-opens: #511825
4537
4538 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4539
4540         * gst-libs/gst/interfaces/mixeroptions.h:
4541         * gst-libs/gst/interfaces/mixertrack.h:
4542         Change the way these deprecated function pointers are removed
4543         so that the compiled ABI is unconditionally smaller. This 
4544         sets in stone an ABI break that actually occurred when the
4545         things were deprecated in 0.10.14, which seems to be the best
4546         fix as the only known users are oss-mixer and sunaudio-mixer in 
4547         gst-plugins-good.
4548         Fixes: #513018
4549
4550 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4551
4552         * win32/common/libgstpbutils.def:
4553           Export the two new _get_type() functions which are needed
4554           by the python bindings.
4555
4556 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4557
4558         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4559         Cast glong to time_t as time_t might have a different type on
4560         other platforms, like FreeBSD, and we get a compiler warning
4561         otherwise. Fixes bug #511825.
4562
4563 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4564
4565         * gst-libs/gst/audio/gstaudiofilter.c:
4566         (gst_audio_filter_class_init):
4567         Initialize the GstRingerBuffer class to get it's debug category
4568         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4569         category and otherwise we get some g_critical(). Fixes bug #512334.
4570
4571 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4572
4573         * configure.ac:
4574         Back to CVS
4575
4576 === release 0.10.16 ===
4577
4578 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4579
4580         * configure.ac:
4581           releasing 0.10.16, "Scheduled Interruption"
4582
4583 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4584
4585         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4586
4587         * gst-libs/gst/rtp/gstrtpbuffer.c:
4588         (gst_rtp_buffer_get_extension_data):
4589         Fix typos and wrong extension check. Fixes #511274.
4590
4591 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4592
4593         * po/sk.po:
4594         Oops - add new sk.po mentioned in the LINGUAS I just committed
4595
4596 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4597
4598         * po/LINGUAS:
4599         Add ca translation to the disted list.
4600
4601         * win32/vs6/libgstsdp.dsp:
4602         Convert line endings to CRLF
4603
4604 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4605
4606         * win32/MANIFEST:
4607         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4608
4609 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4610
4611         * win32/common/libgstsdp.def:
4612         * win32/common/libgstvideo.def:
4613         Add new API declarations
4614
4615 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4616
4617         * ext/theora/gsttheoradec.h:
4618         * ext/theora/gsttheoraparse.h:
4619         * ext/theora/theoradec.c:
4620         * ext/theora/theoraparse.c:
4621         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4622         and parser by inspecting the bitstream version of the incoming data.
4623
4624 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4625
4626         * configure.ac:
4627         * pkgconfig/Makefile.am:
4628         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4629         * pkgconfig/gstreamer-audio.pc.in:
4630         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4631         * pkgconfig/gstreamer-cdda.pc.in:
4632         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4633         * pkgconfig/gstreamer-fft.pc.in:
4634         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4635         * pkgconfig/gstreamer-floatcast.pc.in:
4636         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4637         * pkgconfig/gstreamer-interfaces.pc.in:
4638         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4639         * pkgconfig/gstreamer-netbuffer.pc.in:
4640         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4641         * pkgconfig/gstreamer-pbutils.pc.in:
4642         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4643         * pkgconfig/gstreamer-riff.pc.in:
4644         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4645         * pkgconfig/gstreamer-rtp.pc.in:
4646         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4647         * pkgconfig/gstreamer-rtsp.pc.in:
4648         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4649         * pkgconfig/gstreamer-sdp.pc.in:
4650         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4651         * pkgconfig/gstreamer-tag.pc.in:
4652         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4653         * pkgconfig/gstreamer-video.pc.in:
4654         Provide one pkg-config file for every gst-plugins-base library.
4655         This makes linking to those libraries much more intuitive and
4656         provides standard pkg-config behaviour for them. Fixes bug #499697.
4657
4658 2008-01-13  David Schleef  <ds@schleef.org>
4659
4660         * gst/videoscale/vs_4tap.c:
4661           Fix valgrind error on 4tap scaling method.
4662
4663 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4664
4665         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4666         Include Winsock2.h for VS6 and use a different way initialize
4667         hints structure so it can build with VS6.
4668         * win32/MANIFEST:
4669         * win32/vs6/libgstsdp.dsp:
4670         * win32/common/libgstsdp.def:
4671         Add new files for libgstsdp.
4672         * win32/vs6/grammar.dsp:
4673         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4674         * win32/vs6/gst_plugins_base.dsw:
4675         * win32/vs6/libgstdecodebin.dsp:
4676         * win32/vs6/libgstdecodebin2.dsp:
4677         * win32/vs6/libgstplaybin.dsp:
4678         * win32/vs6/libgstvolume.dsp:
4679         Add new dependencies to the link list.
4680
4681 2008-01-13  Julien Moutte  <julien@fluendo.com>
4682
4683         * win32/common/config.h:
4684         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4685         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4686         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4687         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4688         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4689         * win32/common/interfaces-enumtypes.c:
4690         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4691         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4692         (gst_mixer_track_flags_get_type),
4693         (gst_tuner_channel_flags_get_type):
4694         * win32/common/multichannel-enumtypes.c:
4695         (gst_audio_channel_position_get_type):
4696         * win32/common/pbutils-enumtypes.c:
4697         (gst_install_plugins_return_get_type):
4698         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4699         in the win32 build directory.
4700
4701 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4702
4703         * tests/check/Makefile.am:
4704         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4705
4706         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4707         * tests/check/elements/playbin.c:
4708         * tests/check/libs/mixer.c: (test_element_interface_supported),
4709         (gst_implements_interface_init):
4710         * tests/check/libs/rtp.c: (GST_START_TEST):
4711         Fix various assignment type mismatches.
4712
4713 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4714
4715         * configure.ac:
4716         * gst-libs/gst/rtsp/Makefile.am:
4717         Add test to see if hstrerror is available or if we need libresolv
4718         (Solaris) for it, then use it in libgstrtsp.
4719
4720 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4721
4722         * gst-libs/gst/tag/Makefile.am:
4723         Fix include path order
4724
4725 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4726
4727         * gst-libs/gst/pbutils/install-plugins.c:
4728         (gst_install_plugins_context_copy),
4729         (gst_install_plugins_context_get_type):
4730         * gst-libs/gst/pbutils/install-plugins.h:
4731         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4732         for bindings.
4733
4734 2008-01-11  Michael Smith <msmith@fluendo.com>
4735
4736         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4737         (_theora_granule_frame), (_theora_granule_start_time),
4738         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4739           Adapt for post-alpha meaning of granulepos, when we
4740           have a newer version of libtheora.
4741         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4742         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4743         (theora_enc_is_discontinuous), (theora_enc_chain):
4744           Likewise.
4745         * tests/check/Makefile.am:
4746           Link libtheora into theoraenc test so we can check which version of
4747           libtheora we're testing against.
4748         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4749         (check_buffer_granulepos),
4750         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4751         (theoraenc_suite):
4752           Adapt tests to check the values that are now defined for theora; make
4753           the tests backwards-adapt the passed values if we're running against an
4754           old libtheora.
4755           Fixes #497964
4756
4757 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4758
4759         * gst-libs/gst/audio/gstbaseaudiosink.c:
4760           (gst_base_audio_sink_class_init):
4761         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4762           (gst_base_audio_src_class_init):
4763           Ref audio clock class from a thread-safe context to make sure
4764           we're not bit by GObjects lack of thread-safety here (#349410),
4765            however unlikely that may be in practice.
4766
4767 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4768
4769         * autogen.sh:
4770           Add -Wno-portability to the automake parameters to stop warnings
4771           about GNU make extensions being used. We require GNU make in almost
4772           every Makefile anyway.
4773           
4774         * configure.ac:
4775           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4776           at the same time is required for per target flags.
4777
4778 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4779
4780         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4781           Post an error message if we can't pull as many bytes as we need
4782           for the tag. This makes sure the user gets to see a proper error
4783           message if a file with a partial ID3 tag is fed to decodebin, and
4784           not a 'no ID3 tag demuxer' error, which would be confusing
4785           (see #508138).
4786
4787 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4788
4789         * gst-libs/gst/pbutils/descriptions.c: (formats):
4790           Add description strings for ID3, APE, and ICY tags.
4791
4792 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4793
4794         * gst/playback/gstdecodebin.c: (try_to_link_1):
4795           Make sure we error out correctly if we can't activate one of
4796           the elements we've added.  Fixes #508138.
4797           
4798 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4799
4800         Patch by: Bastien Nocera <hadess at hadess net>
4801
4802         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4803           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4804           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4805           the volume is the same for all channels. This works around
4806           some problem in alsa that leaves us with inconsistent state
4807           for some reason (#486840).
4808
4809 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4810
4811         Patch by: Jerone Young <jerone at gmail com>
4812
4813         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4814           If there's no mixer track by the name of 'Master' or 'Front',
4815           check if there's one called 'PCM' before trying the generic
4816           fallback logic (fixes #506928, where we pick 'Mic' as master
4817           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4818
4819 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4820
4821         * gst/playback/gstplay-enum.c:
4822         (register_gst_autoplug_select_result),
4823         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4824         (gst_play_flags_get_type):
4825         * gst/playback/gstplay-enum.h:
4826         Add enums for configuration flags.
4827
4828         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4829         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4830         (gst_play_bin_get_property), (no_more_pads_cb),
4831         (autoplug_select_cb), (gst_play_bin_change_state):
4832         Merge mode with flags.
4833         Add more property getters/setters, defaults and docs.
4834         Add properties to get number of audio/video/text streams.
4835         Create sink object in _init so that we can always rely on it being
4836         there.
4837
4838         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4839         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4840         (activate_vis), (gst_play_sink_reconfigure),
4841         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4842         (gst_play_sink_change_state):
4843         * gst/playback/gstplaysink.h:
4844         Use flags to configure the sink pipelines.
4845         Add tee before audio pipeline so that we can use it for visualisations.
4846         Start working on integrating visualisations.
4847         Remove mode, we can do everything with the flags now.
4848         Add method to configue the sink pipeline.
4849
4850 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
4851
4852         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4853           (check_buffer_timestamp), (check_buffer_duration):
4854           Turn these functions into macros so we can see right away
4855           where the failure occured.
4856
4857 2008-01-05  Julien Moutte  <julien@fluendo.com>
4858
4859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4860         debugging information to understand how X calculates the stride
4861         for XvImages.
4862
4863 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4864
4865         * gst/volume/Makefile.am:
4866         * gst/volume/gstvolume.c: (volume_choose_func),
4867         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
4868         (volume_setup):
4869         * gst/volume/gstvolume.h:
4870         Use GstAudioFilter as base class for the volume element instead of
4871         plain GstBaseTransform.
4872
4873 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4874
4875         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
4876         Don't set element details for the abstract GstAudioFilter class.
4877
4878 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
4879
4880         * gst-libs/gst/audio/gstaudiofilter.c:
4881         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
4882         Implement get_unit_size() vmethod of GstBaseTransform.
4883
4884 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
4885
4886         * gst-libs/gst/pbutils/Makefile.am:
4887         * gst-libs/gst/pbutils/pbutils.h:
4888         Use glib-enum generator to have a proper enum GType for
4889         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
4890
4891 2007-12-31  David Schleef  <ds@schleef.org>
4892
4893         * tests/check/Makefile.am:
4894         * tests/check/pipelines/theoraenc.c:
4895           Reenable theoraenc test, which fails on the buildbot but
4896           not locally.
4897
4898 2007-12-31  David Schleef  <ds@schleef.org>
4899
4900         * docs/libs/.cvsignore:
4901         * docs/plugins/.cvsignore:
4902           Add *-undeclared.txt to fix buildbot.
4903
4904 2007-12-31  David Schleef  <ds@schleef.org>
4905
4906         * tests/check/Makefile.am:
4907           Second attempt at disabling theoraenc test long enough to
4908           get buildbot to compile -base.
4909
4910 2007-12-31  David Schleef  <ds@schleef.org>
4911
4912         * tests/check/pipelines/theoraenc.c:
4913           Disable theoraenc test long enough to get the buildbot to
4914           compile a recent -base.
4915
4916 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4917
4918         * tests/examples/seek/seek.c: (stop_cb):
4919         Make sure we reset the slider value to 0.0 without racing against a
4920         possible g_idle that sets it to something else.
4921
4922 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
4923
4924         * sys/ximage/ximagesink.c:
4925         fix typo
4926
4927 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4928
4929         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
4930         * gst-libs/gst/rtsp/gstrtspdefs.h:
4931         Add Location header so that we can start implementing redirects.
4932         See #506025.
4933
4934 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4935
4936         * gst/subparse/gstssaparse.c:
4937         combine if's
4938
4939 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4940
4941         * gst/subparse/gstssaparse.c:
4942         remove duplicate log message
4943
4944 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
4945
4946         * ext/libvisual/visual.c: (gst_visual_chain):
4947         Fix 'xyz may be used uninitialized' compiler warnings caused
4948         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
4949         abort() in any case but properly report the error.
4950
4951 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4952
4953         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4954         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4955         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4956         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
4957         (autoplug_select_cb), (activate_group), (deactivate_group),
4958         (setup_next_source), (save_current_group),
4959         (gst_play_bin_change_state):
4960         Code cleanups.
4961         Remove next-uri, we can use the uri property just fine.
4962         Fix some crasher.
4963         Unref uridecodebin when switching.
4964         Fix going to READY.
4965
4966         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4967         (gst_play_sink_init), (gst_play_sink_dispose),
4968         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
4969         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
4970         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
4971         (gst_play_sink_set_property), (gst_play_sink_get_property),
4972         (gen_video_chain), (gen_text_element), (gen_audio_chain),
4973         (gen_vis_element), (gst_play_sink_get_mode),
4974         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
4975         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
4976         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
4977         (gst_play_sink_change_state):
4978         * gst/playback/gstplaysink.h:
4979         Add some locking to make things threadsafe.
4980
4981         * gst/playback/test7.c: (about_to_finish_cb):
4982         Fix test.
4983
4984 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
4985
4986         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
4987           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
4988           (gst_video_scale_transform):
4989           Don't claim to be able to handle/transform caps that can't really
4990           be handled by the currently selected scaling method (here: RGB or
4991           packed YUV with 4-tap method). Also add locking to method property.
4992
4993         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
4994           (test_basetransform_based):
4995           Some test pipelines for the above (not entirely valgrind clean yet
4996           apparently).
4997
4998 2007-12-21  David Schleef  <ds@schleef.org>
4999
5000         * gst-libs/gst/video/video.c:
5001         * gst-libs/gst/video/video.h:
5002           Add additional RGBA and RGB-24 video formats.
5003
5004 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5005
5006         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
5007           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
5008           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
5009         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
5010           (cddabasesrc_suite):
5011           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
5012           deprecated in the future (see #498924).
5013
5014 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
5015
5016         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
5017           Don't leak event.
5018
5019 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
5020
5021         * gst-libs/gst/riff/riff-read.c:
5022         Use GST_ROUND_UP_2 macro
5023
5024 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5025
5026         * gst/playback/.cvsignore:
5027           Ignore more.
5028
5029 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5030
5031         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5032         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5033           (set_active_source):
5034         * gst/playback/gstplaybasebin.h:
5035         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5036           (setup_sinks), (playbin_set_subtitles_visible):
5037           Make switching off of subtitles work. To avoid all kind of
5038           problems with unlinking of the subtitle input, we just keep
5039           the subtitle inputs linked as they are and tell textoverlay
5040           not to render them. Fixes #373011.
5041           Other subtitle switching issues (esp. when there are both
5042           external and in-stream subtitles) remain. They'll be solved
5043           in playbin2.
5044
5045 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5046
5047         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5048         Init the pad segment too.
5049
5050 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5051
5052         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5053         (gst_audioringbuffer_open_device),
5054         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5055         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5056         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5057         (gst_audio_sink_create_ringbuffer):
5058         Improve debug output.
5059
5060         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5061         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5062         Prevent some functions from doing things and failing when the
5063         ringbuffer is not yet acquired.
5064
5065 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5066
5067         * gst-libs/gst/interfaces/interfaces.h:
5068           Also remove interfaces.h from CVS as it is not needed anymore.
5069
5070 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5071
5072         * gst-libs/gst/interfaces/Makefile.am:
5073           interfaces.h is not used anymore so remove it from the build
5074           process.
5075
5076 2007-12-17  David Schleef  <ds@schleef.org>
5077
5078         * gst/videotestsrc/gstvideotestsrc.c:
5079         * gst/videotestsrc/gstvideotestsrc.h:
5080           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5081           for testing vertical refresh synchronization.
5082
5083 2007-12-17  David Schleef  <ds@schleef.org>
5084
5085         * docs/libs/gst-plugins-base-libs-sections.txt:
5086         * gst-libs/gst/video/video.c:
5087         * gst-libs/gst/video/video.h:
5088           Add new GstVideFormat enum and write a bunch of helper functions
5089           based around it.
5090
5091 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5092
5093         * Makefile.am:
5094           Use new common/win32.mak.
5095
5096 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5097
5098         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5099         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5100         Add debug info.
5101         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5102         the parent state change function, just like the audiosink, because the
5103         parent waits for the element to finish its processing before completing
5104         the state change. This makes going to PAUSED a lot snappier.
5105         When going from READY to PAUSED, don't allow the ringbuffer to start
5106         yet.
5107
5108 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5109
5110         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5111         Yet another fix for broken software that produce files with an empty
5112         blockalign field. Instead of completely failing, make a second attempt
5113         at guessing the width/depth by looking at strf->size.
5114
5115 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5116
5117         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5118           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5119         * gst-libs/gst/pbutils/install-plugins.c:
5120           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5121         * gst-libs/gst/pbutils/missing-plugins.c:
5122           (gst_missing_plugin_message_get_installer_detail),
5123           (gst_missing_encoder_installer_detail_new):
5124         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5125         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5126           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5127           avoid compiler warnings (#503930).
5128
5129 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5130
5131         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5132         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5133         for jpeg video streams.
5134         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5135         for the above modification.
5136
5137 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5138
5139         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5140           (gst_x_overlay_handle_events):
5141           More guards (we don't want klass to end up being NULL).
5142
5143 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5144
5145         * configure.ac:
5146         * gst/volume/gstvolume.c: (gst_volume_init):
5147           Use new gst_base_transform_set_gap_aware() function as volume
5148           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5149           for this.
5150
5151 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5152
5153         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5154         Don't go to READY on EOS as this avoids testing of seeking and
5155         restarting after EOS, use the stop button when you want to READY.
5156         Don't try to do a flushing seek in segment-done, it does not make
5157         sense to use this for gapless playback and is not needed.
5158
5159 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5160
5161         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5162         (reset_rate_timer), (update_in_rates), (update_out_rates),
5163         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5164         (gst_queue_chain), (gst_queue_loop):
5165         Use separate timers for input and output rates.
5166         Pause measuring the output rate when we block for more data.
5167         See #503262.
5168
5169 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5170
5171         * gst/playback/gstqueue2.c: (gst_queue_chain):
5172         Pause the timer to measure the input rate when we block because the
5173         queue is filled. See #503262.
5174
5175 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5176
5177         Patch by: Peter Kjellerstedt  <pkj at axis com>
5178
5179         * gst-libs/gst/rtsp/gstrtspconnection.c:
5180         (gst_rtsp_connection_free):
5181         Close control sockets. Fixes #503440.
5182
5183 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5184
5185         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5186         Expose the right pad in the right place with the right element.
5187
5188 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5189
5190         * gst-libs/gst/pbutils/descriptions.c: (formats):
5191           Add description for 'private' dts caps (who come up with that name?).
5192
5193 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5194
5195         * Makefile.am:
5196           Add check-exports target and run it with 'make check'.
5197
5198         * configure.ac:
5199           Be stricter about what we export in our libraries: change regexp so that
5200           we only export _gst_foo(), but not __gst_foo().
5201
5202         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5203         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5204           Change internal functions to __gst_foo so they dont' get exported.
5205
5206         * win32/common/libgstaudio.def:
5207           Add missing symbols.
5208
5209 2007-12-11  David Schleef  <ds@schleef.org>
5210
5211         * ChangeLog: remove conflict markers
5212
5213 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5214
5215         * ext/gnomevfs/Makefile.am:
5216         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5217           Use gst_tag_freeform_string_to_utf8() here, which also takes
5218           into account any character sets specified by the user via
5219           environment variables.
5220
5221 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5222
5223         * gst/audioconvert/Makefile.am:
5224         Also link to libm.
5225
5226 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5227
5228         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5229         No need for floating point operations here. avoids having to link
5230         against the math library too.
5231
5232 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5233
5234         * gst-libs/gst/pbutils/descriptions.c: (formats),
5235           (format_info_get_desc):
5236         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5237           (GST_START_TEST):
5238           Add one or two missing formats.  Generate ADPCM description
5239           dynamically depending on layout/format.
5240
5241 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5242
5243         * configure.ac:
5244           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5245
5246 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5247
5248         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5249
5250         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5251           Some .srt files start with chunk number 0 and not chunk number 1,
5252           recognise and accept those as well (fixes #502497).
5253
5254         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5255           (test_src):
5256           Add unit test for the above.
5257
5258 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5259
5260         * gst/playback/gstplay-enum.c:
5261         (register_gst_autoplug_select_result),
5262         (gst_autoplug_select_result_get_type):
5263         * gst/playback/gstplay-enum.h:
5264         Add missing files.
5265
5266 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5267
5268         * gst/playback/Makefile.am:
5269         Group decodebin2 and uridecodebin into the same plugin so that they
5270         can share the GEnumType.
5271
5272         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5273         (_gst_select_accumulator), (gst_decode_bin_class_init),
5274         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5275         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5276         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5277         Add signal to sort factories instead of the more awkward autoplug-select
5278         signal.
5279         Modify autoplug_select so that we can try, skip or expose the
5280         autopluggin of an element on a pad.
5281
5282         * gst/playback/gstfactorylists.c: (compare_ranks),
5283         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5284         (element_filter), (gst_factory_list_get_elements),
5285         (gst_factory_list_debug), (gst_factory_list_filter):
5286         * gst/playback/gstfactorylists.h:
5287         Simplify the API, allow getting elements based on mask.
5288
5289         * gst/playback/gstplay-marshal.list:
5290         Add some more marshallers.
5291
5292         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5293         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5294         (autoplug_select_cb), (activate_group):
5295         Add support for managing non-raw sinks by providing a custom element and
5296         sink list to decodebin2.
5297         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5298         decodebin2.
5299
5300         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5301         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5302         * gst/playback/gstplaysink.h:
5303         Add support for raw and non-raw sinks. 
5304         Add support to force sinks selected by playbin2.
5305         Don't plug raw converters for non-raw sinks.
5306
5307         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5308         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5309         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5310         (plugin_init):
5311         Use right accumulators.
5312         Proxy new signal.
5313
5314 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5315
5316         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5317         Use runnning time as the base time instead of the timestamp.
5318         Spotted by Saur on IRC.
5319
5320 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5321
5322         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5323         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5324
5325 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5326
5327         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5328         (gst_ogg_demux_read_chain):
5329         If we find a new serial number but it does not contain a BOS page, make
5330         sure we initialize the chain to NULL because else we will try to scan it
5331         and crash. Fixes #500763
5332
5333 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5334
5335         * gst/playback/Makefile.am:
5336         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5337         (get_feature_array), (decoders_filter), (sinks_filter),
5338         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5339         (gst_factory_list_filter):
5340         * gst/playback/gstfactorylists.h:
5341         Refactor some common code to filter factories and check caps compat.
5342
5343         * gst/playback/gstdecodebin.c:
5344         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5345         (gst_decode_bin_init), (gst_decode_bin_dispose),
5346         (gst_decode_bin_autoplug_continue),
5347         (gst_decode_bin_autoplug_factories),
5348         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5349         (find_compatibles):
5350         * gst/playback/gstplaybin.c:
5351         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5352         (gst_play_bin_init), (gst_play_bin_finalize),
5353         (autoplug_factories_cb), (activate_group):
5354         * gst/playback/gstqueue2.c:
5355         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5356         (proxy_autoplug_continue_signal),
5357         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5358         (proxy_drained_signal):
5359         Add some more debug info and use factor filtering code.
5360
5361 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5362
5363         * gst/audiotestsrc/gstaudiotestsrc.c:
5364         * gst/volume/gstvolume.c:
5365         * gst/volume/gstvolume.h:
5366           Add GAP-flag support.
5367
5368 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5369
5370         * tests/examples/seek/seek.c: (main): Increase the range of the
5371         rate selector as I would like to test QOS behavior at higher
5372         forward and reverse playback speed like say 64x.
5373
5374 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5375
5376         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5377         (audioresample_query), (audioresample_query_type),
5378         (gst_audioresample_set_property):
5379         Implement latency query.
5380
5381 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5382
5383         * gst-libs/gst/audio/gstbaseaudiosink.c:
5384         (gst_base_audio_sink_drain):
5385         Our EOS time contains the base_time, _wait_eos() expects a running_time
5386         so we have to subtract the base_time again before calling the function.
5387         This fixes an EOS regression where the base_time was added twice and EOS
5388         took longer and longer in certain situations.
5389         Fixes #498767.
5390
5391 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5392
5393         * docs/libs/gst-plugins-base-libs-sections.txt:
5394         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5395         (gst_base_audio_sink_set_provide_clock),
5396         (gst_base_audio_sink_get_provide_clock),
5397         (gst_base_audio_sink_set_slave_method),
5398         (gst_base_audio_sink_get_slave_method),
5399         (gst_base_audio_sink_set_property),
5400         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5401         (gst_base_audio_sink_none_slaving),
5402         (gst_base_audio_sink_handle_slaving):
5403         * gst-libs/gst/audio/gstbaseaudiosink.h:
5404         Expose methods for some object properties so that subclasses can more
5405         easily configure them.
5406         Added slave method none, that completely disables slaving to the
5407         internal clock.
5408         API: gst_base_audio_sink_set_provide_clock()
5409         API: gst_base_audio_sink_get_provide_clock()
5410         API: gst_base_audio_sink_set_slave_method()
5411         API: gst_base_audio_sink_get_slave_method()
5412
5413         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5414         (gst_base_audio_src_set_provide_clock),
5415         (gst_base_audio_src_get_provide_clock),
5416         (gst_base_audio_src_set_property),
5417         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5418         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5419         Expose methods for some object properties so that subclasses can more
5420         easily configure them.
5421         API: gst_base_audio_src_set_provide_clock()
5422         API: gst_base_audio_src_get_provide_clock()
5423
5424 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5425
5426         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5427
5428         * gst-libs/gst/sdp/gstsdpmessage.c:
5429         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5430
5431 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5432
5433         * tests/check/libs/fft.c: (GST_START_TEST):
5434         Fix scaling to really have dB instead of something else.
5435
5436 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5437
5438         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5439         GTK version, use it.
5440
5441 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5442
5443         * tests/examples/seek/seek.c: (main): Try to support stable version
5444         of GTK.
5445
5446 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5447
5448         * gst/playback/README:
5449         * gst/playback/test7.c:
5450           Fix the build + little README update.
5451
5452 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5453
5454         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5455         Add playbin2 seek pipeline.
5456
5457 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5458
5459         * gst/playback/Makefile.am:
5460         * gst/playback/gstplayback.c: (plugin_init):
5461         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5462         (eos_cb), (about_to_finish_cb), (main):
5463         Add playbin2.
5464         Added gapless playback example.
5465
5466         * gst/playback/gstplaybasebin.c:
5467         * gst/playback/gstplaybasebin.h:
5468         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5469         * gst/playback/gstqueue2.c:
5470         * gst/playback/test.c:
5471         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5472         (pad_removed_cb):
5473         * gst/playback/gststreaminfo.h:
5474         Change email.
5475
5476         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5477         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5478         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5479         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5480         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5481         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5482         (drained_cb), (unlink_group), (activate_group),
5483         (setup_next_source), (gst_play_bin_change_state),
5484         (gst_play_bin2_plugin_init):
5485         Added raw first version of playbin2. Does chained oggs and gapless
5486         playback fine. No support for raw sinks yet. No visualisations or
5487         subtitles yet.
5488
5489         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5490         (gst_play_sink_class_init), (gst_play_sink_init),
5491         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5492         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5493         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5494         (gst_play_sink_set_property), (gst_play_sink_get_property),
5495         (post_missing_element_message), (free_chain), (add_chain),
5496         (activate_chain), (gen_video_chain), (gen_text_element),
5497         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5498         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5499         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5500         (gst_play_sink_send_event), (gst_play_sink_change_state):
5501         * gst/playback/gstplaysink.h:
5502         Added Element that abstracts the sinks and their pipelines for playbin2.
5503
5504 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5505
5506         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5507         (gst_selector_pad_class_init), (gst_selector_pad_init),
5508         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5509         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5510         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5511         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5512         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5513         (gst_stream_selector_init), (gst_stream_selector_set_property),
5514         (gst_stream_selector_get_linked_pad),
5515         (gst_stream_selector_getcaps),
5516         (gst_stream_selector_is_active_sinkpad),
5517         (gst_stream_selector_activate_sinkpad),
5518         (gst_stream_selector_get_linked_pads),
5519         (gst_stream_selector_request_new_pad),
5520         (gst_stream_selector_release_pad):
5521         * gst/playback/gststreamselector.h:
5522         Improve streamselector, make it select and unselect the current pad more
5523         intelligently. 
5524         Subclass GstPad for the sinkpads of the selector.
5525         Handle segments more correctly.
5526         Fix caps negotiation.
5527         Implement release_pad.
5528
5529 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5530
5531         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5532         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5533         (remove_fakesink):
5534         Add drained signal fired when decodebin finishes decoding the data.
5535         Remove deprecated STATE_DIRTY message.
5536
5537         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5538         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5539         (analyse_source), (proxy_drained_signal), (make_decoder),
5540         (source_new_pad), (value_list_append_structure_list),
5541         (handle_redirect_message), (handle_message):
5542         Proxy the new drained signal.
5543         Handle pad removed from decodebin.
5544         Handle redirect messages by sorting multiple redirections based on the
5545         connection speed.
5546
5547 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5548
5549         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5550
5551         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5552         Fix leaking headers. Fixes #496761.
5553
5554 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5555
5556         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5557
5558         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5559         (gst_ximagesink_change_state):
5560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5561         Don't leak the PAR on errors. Fixes #496731.
5562
5563 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5564
5565         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5566           (gst_tag_from_id3_user_tag):
5567           Add mapping for audio cd discid tags, so we can extract
5568           them from tags as well (see #347848). Also compare identifiers
5569           in ID3v2 TXXX frames in a case-insensitive way to increase
5570           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5571
5572 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5573
5574         * gst-plugins-base.doap:
5575         Oops, fix the release name.
5576
5577 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5578
5579         * gst-plugins-base.doap:
5580         Add 0.10.15 release
5581
5582 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5583
5584         * configure.ac:
5585         Back to CVS
5586
5587 === release 0.10.15 ===
5588
5589 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5590
5591         * configure.ac:
5592           releasing 0.10.15, "No need to argue"
5593
5594 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5595
5596         * win32/vs6/libgstfft.dsp:
5597         Convert line endings to DOS.
5598
5599 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5600
5601         * win32/vs6/gst_plugins_base.dsw:
5602         * win32/vs6/libgstfft.dsp:
5603         * win32/MANIFEST:
5604         Add a project file for fft plugin and remove socket
5605         based plugin which don't build from the workspace.
5606         * win32/vs6/libgstaudio.dsp:
5607         * win32/vs6/libgstrtp.dsp:
5608         * win32/vs6/libgsttag.dsp:
5609         Convert line endings back to DOS.
5610         Fixes #496724
5611
5612 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5613
5614         * win32/vs6/libgstinterfaces.dsp:
5615         * win32/vs6/libgstrtsp.dsp:
5616         Convert line endings back to DOS
5617
5618 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5619
5620         * gst-libs/gst/fft/kiss_fft_f32.h:
5621         * gst-libs/gst/fft/kiss_fft_f64.h:
5622         * gst-libs/gst/fft/kiss_fft_s16.h:
5623         * gst-libs/gst/fft/kiss_fft_s32.h:
5624         Don't include malloc.h which doesn't exist on Mac OSX.
5625         Instead, pull in glib.h and use g_malloc/g_free for 
5626         consistency. Fixes: #496548
5627
5628 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5629
5630         * gst/playback/gstdecodebin2.c:
5631           Dont leak ghostpad. Fixes #475451.
5632
5633 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5634
5635         * docs/design/design-decodebin.txt:
5636         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5637         Update some more docs and comments.
5638
5639 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5640
5641         Patch by: Sebastien Moutte  <sebastien moutte net>
5642
5643         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5644           (gst_rtcp_unix_to_ntp):
5645         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5646           Fix some C99-isms and and a missing function that some versions of
5647           MSVC don't like too much (#494346).
5648
5649         * win32/vs6/gst_plugins_base.dsw:
5650         * win32/vs6/libgstaudio.dsp:
5651         * win32/vs6/libgstrtp.dsp:
5652         * win32/vs6/libgsttag.dsp:
5653           Update vs6 projects files (#494346).
5654
5655 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5656
5657         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5658
5659         * win32/common/libgstaudio.def:
5660         * win32/common/libgstcdda.def:
5661         * win32/common/libgstinterfaces.def:
5662         * win32/common/libgstnetbuffer.def:
5663         * win32/common/libgstpbutils.def:
5664         * win32/common/libgstrtp.def:
5665         * win32/common/libgstrtsp.def:
5666         * win32/common/libgsttag.def:
5667         * win32/common/libgstvideo.def:
5668           More missing symbols to export (fixes #493986).
5669
5670 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5671
5672         * docs/libs/gst-plugins-base-libs-sections.txt:
5673         * gst-libs/gst/fft/gstfftf32.c:
5674         * gst-libs/gst/fft/gstfftf32.h:
5675         * gst-libs/gst/fft/gstfftf64.c:
5676         * gst-libs/gst/fft/gstfftf64.h:
5677         * gst-libs/gst/fft/gstffts16.c:
5678         * gst-libs/gst/fft/gstffts16.h:
5679         * gst-libs/gst/fft/gstffts32.c:
5680         * gst-libs/gst/fft/gstffts32.h:
5681         * tests/check/libs/fft.c: (GST_START_TEST):
5682         Remove the magnitude and phase calculation functions as these have
5683         very special use cases and can't even be used for the spectrum
5684         element. Also adjust the docs to mention some properties of the used
5685         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5686
5687 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5688
5689         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5690           (finish_source):
5691           Avoid crash when there are external subtitles (fixes #491722).
5692
5693 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5694
5695         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5696         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5697           'Could not open resource for writing' is not an acceptable
5698           error message when we can't open the audio device (see #492334),
5699           even less so when we're trying to open it to record something.
5700
5701 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5702
5703         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5704
5705         * win32/common/libgstrtp.def:
5706           Add some more missing symbols (#492813).
5707
5708 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5709
5710         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5711
5712         * tests/check/elements/audioconvert.c: (verify_convert):
5713           Add check to make sure that the out caps have a channel layout
5714           set on them where they should have one.
5715
5716 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5717
5718         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5719
5720         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5721         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5722           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5723           (#492306).
5724
5725         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5726           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5727           (it disappeared in GLib 2.14.0) (#492306).
5728
5729         * gst-libs/gst/sdp/Makefile.am:
5730         * gst-libs/gst/sdp/gstsdpmessage.c:
5731           Fix includes and LIBS for win32/Mingw (#492306).
5732
5733         * tests/examples/dynamic/addstream.c (pause_play_stream):
5734           Use more portable g_usleep() instead of sleep() (#492306).
5735
5736 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5737
5738         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5739
5740         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5741           (gst_ring_buffer_parse_caps):
5742           Return NULL instead of an enum that happens to be 0, fixes warning
5743           on MSVC (#492114).
5744
5745         * gst-libs/gst/audio/gstringbuffer.h:
5746           No trailing commas in enum list (for gcc-2.9x).
5747
5748         * gst/videotestsrc/videotestsrc.c: (random_char):
5749           Make information loss explicit instead of implicitly truncating to
5750           eight bits via the return value.  Fixes runtime error on MSVC when
5751           using the debug CRT (#492114).
5752
5753         * win32/common/config.h.in:
5754           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5755
5756         * win32/common/libgstinterfaces.def:
5757         * win32/common/libgstrtp.def:
5758           Export a few more symbols (#492114).
5759
5760 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5761
5762         * gst-libs/gst/audio/audio.c:
5763         * gst-libs/gst/audio/audio.h:
5764           Readd the deprecation guards, but preserve compilability.
5765
5766 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5767
5768         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5769           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5770           Preserve channel layout when fixating the number of channels in the
5771           output caps, or make sure there's a suitable channel position layout
5772           set on the caps if required. Fixes #430677.
5773
5774 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5775
5776         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5777           Make sure the pipeline really operates in push mode as it should
5778           in this case.
5779
5780 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5781
5782         * gst-libs/gst/audio/audio.h:
5783           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5784           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5785           (ie. normal cvs builds) will fail.
5786
5787 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5788
5789         * docs/libs/Makefile.am:
5790         * gst-libs/gst/audio/audio.c:
5791         * gst-libs/gst/audio/audio.h:
5792         * gst-libs/gst/interfaces/mixer.c:
5793           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5794
5795 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5796
5797         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5798           (test_channel_layout_value_intersect), (audio_suite):
5799           Add simple unit test to make sure GstValue intersection
5800           of channel layouts works the way I think it does.
5801
5802 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5803
5804         * docs/libs/gst-plugins-base-libs-sections.txt:
5805         * gst-libs/gst/audio/gstaudiofilter.h:
5806         * gst-libs/gst/interfaces/mixer.h:
5807         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5808         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5809         * gst-libs/gst/sdp/gstsdpmessage.c:
5810           Fix the docs according to what gtk-doc complained about.
5811
5812 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5813
5814         * tests/icles/stress-playbin.c:
5815           Fix the build.
5816
5817 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5818
5819         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5820         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5821           Post nice/more useful error message if we don't have a decoder for
5822           the primary type.
5823
5824 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5825
5826         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5827         Be a bit more useful, unblock the pads after we fired the no-more-pads
5828         signal so that we can use the signal to inspect and connect all pads
5829         without having to keep extra state outside of decodebin.
5830
5831 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5832
5833         * gst/playback/gsturidecodebin.c:
5834         (gst_uri_decode_bin_autoplug_continue),
5835         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5836         Implement default signal handler so that we return TRUE when nothing is
5837         connected.
5838
5839 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5840
5841         * gst-libs/gst/riff/riff-media.c:
5842         (gst_riff_wavext_add_channel_layout),
5843         (gst_riff_wave_add_default_channel_layout),
5844         (gst_riff_wavext_get_default_channel_mask),
5845         (gst_riff_create_audio_caps):
5846         Use the ALSA channel layout as default for wav files without channel
5847         layout information. This fixes playback of chan-id.wav on 5.1 systems
5848         for example. Also refactor the channel layout setting a bit and add
5849         more default channel orders. Fixes #489010.
5850
5851 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5852
5853         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5854           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5855           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5856           instead.
5857
5858 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
5859
5860         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5861         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5862         (gst_decode_bin_set_subs_encoding),
5863         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5864         (gst_decode_bin_get_property), (analyze_new_pad):
5865         Move subtitle encoding property to decodebin2 so that it can set the
5866         property value on all elements that it autoplugs and that require it.
5867         Make caps refcounting more consistent in get/set.
5868
5869         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
5870         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5871         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5872         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
5873         (proxy_autoplug_continue_signal),
5874         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5875         (make_decoder):
5876         Proxy properties and relevant signals from the internal decodebin.
5877         Make properties MT safe.
5878
5879 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5880
5881         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
5882         * gst-libs/gst/tag/tags.c:
5883           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
5884           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
5885
5886         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
5887           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
5888
5889         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
5890           (gst_tag_to_vorbis_comments):
5891           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
5892           just mapping everything I found in the wild) (#414539).
5893
5894 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
5895
5896         Inspired by patch of: René Stadler <mail at renestadler dot de>
5897
5898         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5899         (gst_decode_bin_autoplug_continue),
5900         (gst_decode_bin_autoplug_factories),
5901         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
5902         (find_compatibles):
5903         * gst/playback/gstplay-marshal.list:
5904         Remove the autoplug-sort signal and replace it with a binding friendly
5905         autoplug-select signal.
5906         Add an autoplug-factories signal that can be used to generate a list of
5907         factories to try to autoplug.
5908         Add the GstPad to the autoplugging signal args as it might be needed to
5909         make a good factory selection.
5910         Fix up the marshallers for this. Fixes #407282.
5911
5912 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5913
5914         * gst-libs/gst/tag/gsttagdemux.c:
5915           Don't abort with an assertion if we receive a seek event with
5916           a start type of NONE (see launchpad bug #155878).
5917
5918 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5919
5920         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5921         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5922         (gst_ximagesink_change_state), (gst_ximagesink_reset):
5923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
5924         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
5925         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
5926         Make sure that before we clean up the X resources, we shutdown and join
5927         the event thread.
5928         Also make sure the event thread does not shut down immediatly after
5929         startup because the running variable is not yet correctly set.
5930         Fixes #378770. 
5931
5932 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5933
5934         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
5935         Make the window for a race in typefind and shutting down smaller until
5936         we figure out the right locking here. Avoids #485753 usually.
5937
5938         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
5939         Remove unneeded lock causing a race in typefind and shutting down.
5940         Fixes #485753.
5941
5942         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5943         Also remove sinks when going to NULL because we might not complete the
5944         state change to PAUSED, causing the PAUSED->READY state change not to
5945         happen.
5946
5947 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5948
5949         * gst-libs/gst/audio/gstbaseaudiosink.c:
5950         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
5951         Also explicitly release the ringbuffer when going to NULL because it
5952         is required in the setcaps function, before the state change to PAUSED
5953         completes.
5954
5955 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
5956
5957         * tests/icles/.cvsignore:
5958         * tests/icles/Makefile.am:
5959         * tests/icles/stress-playbin.c:
5960           Does what it says on the tin.
5961
5962 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
5963
5964         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
5965         Fix queue negotiation. See #486758.
5966
5967 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5968
5969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5970         (gst_xvimagesink_xwindow_new),
5971         (gst_xvimagesink_update_colorbalance),
5972         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
5973
5974         Fix handling of some of the X atoms. If the last parameter is True,
5975         XInternAtom won't create the atom if it doesn't exist, and therefore
5976         might return None. This causes X errors on Xv implementations that
5977         don't provide the colour balance attributes.
5978
5979 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5980
5981         * gst-libs/gst/tag/gstvorbistag.c:
5982         * tests/check/libs/tag.c:
5983           Extract vorbis comment LICENSE tags correctly.
5984
5985 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5986
5987         Patch by: Jason Kivlighn  <jkivlighn gmail com>
5988
5989         * gst-libs/gst/tag/gstid3tag.c:
5990         * tests/check/libs/tag.c:
5991           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
5992
5993 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5994
5995         * gst-libs/gst/tag/gsttagdemux.c:
5996           Don't error out when a buggy downstream element doesn't
5997           handle the newsegment event we send properly (especially
5998           not without posting a meaningful error message on the
5999           bus). See bug #471370 and launchpad bug #136264.
6000
6001 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
6002
6003         * gst-libs/gst/audio/gstbaseaudiosink.c:
6004         (gst_base_audio_sink_drain):
6005         Use new basesink method to make our EOS drain interruptable.
6006
6007 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
6008
6009         * gst-libs/gst/rtp/gstrtppayloads.c:
6010         Fix silly search-replace oversight.
6011
6012 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
6013
6014         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6015
6016         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6017         (gst_basertppayload_set_outcaps):
6018         Fix caps memleak. Fixes #484989.
6019
6020
6021 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6022
6023         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6024         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6025         Fix debug output.
6026
6027 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6028
6029         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6030         (gst_base_audio_src_create):
6031         Also handle the case where there is no clock set on the audio source,
6032         like in the unit tests.
6033
6034 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6035
6036         * gst-libs/gst/rtp/gstrtppayloads.c:
6037         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6038         to avoid compiler warnings
6039
6040 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6041
6042         * gst/playback/gstdecodebin.c: (type_found),
6043         (gst_decode_bin_change_state):
6044         * gst/playback/gstdecodebin2.c: (type_found),
6045         (gst_decode_bin_change_state):
6046         Don't disconnect the have_type signal because we never reconnect it
6047         later on. Instead keep a variable to see if we already detected a type.
6048
6049 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6050
6051         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6052         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6053         (type_found):
6054         Unlink the signal handler when we found the type, we're not going to do
6055         anything sensible with more type_found signals anyway.
6056
6057 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6058
6059         * gst-libs/gst/tag/gsttagdemux.c:
6060           Don't leak caps.
6061
6062 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6063
6064         * gst-libs/gst/tag/Makefile.am:
6065         * gst-libs/gst/tag/gsttagdemux.c:
6066         * gst-libs/gst/tag/gsttagdemux.h:
6067           API: add GstTagDemux base class for simple tag demuxers.
6068
6069         * docs/libs/gst-plugins-base-libs-docs.sgml:
6070         * docs/libs/gst-plugins-base-libs-sections.txt:
6071           Add GstTagDemux to docs.
6072
6073 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6074
6075         * gst-libs/gst/rtp/gstrtpbuffer.c:
6076         (gst_rtp_buffer_get_payload_subbuffer):
6077         Fix bug introduced with last commit which inverted the logic and
6078         caused all buffers to be dropped. Fixes #483620.
6079         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6080
6081 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6082
6083         * gst-libs/gst/rtp/gstrtpbuffer.c:
6084           Replace g_return_if_val (as it could be disabled), with regular return
6085           and warning.
6086
6087 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6088
6089         * tests/check/pipelines/simple-launch-lines.c:
6090           Print message name and not just number.
6091
6092 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6093
6094         * gst-libs/gst/audio/gstbaseaudiosink.c:
6095         (gst_base_audio_sink_async_play):
6096         When slaved to the clock, don't try to align a sample with the previous
6097         one when going to PLAYING again.
6098
6099 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6100
6101         * tests/examples/snapshot/snapshot.c:
6102           Fix the build.
6103
6104 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6105
6106         * gst-libs/gst/sdp/gstsdpmessage.h:
6107         Add RFC 3556 bandwidth modifiers.
6108
6109 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6110
6111         * docs/libs/gst-plugins-base-libs-docs.sgml:
6112         * docs/libs/gst-plugins-base-libs-sections.txt:
6113         * gst-libs/gst/rtp/gstrtppayloads.c:
6114         Update documentation.
6115
6116 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6117
6118         * gst-libs/gst/rtp/Makefile.am:
6119         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6120         (gst_rtp_payload_info_for_name):
6121         * gst-libs/gst/rtp/gstrtppayloads.h:
6122         Added new file and header to deal with payload info.
6123
6124         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6125         (gst_rtp_buffer_default_clock_rate):
6126         * gst-libs/gst/rtp/gstrtpbuffer.h:
6127         Payload specific stuff is move to new headers.
6128         Implement _default_clock rate using the new payload function.
6129
6130         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6131         (gst_sdp_parse_line):
6132         * gst-libs/gst/sdp/gstsdpmessage.h:
6133         Add some more comments.
6134
6135 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6136
6137         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6138         (sdp_check_header), (sdp_type_find), (plugin_init):
6139         Add typefind function for application/sdp.
6140         Remove some old dirac typefind code that was ifdeffed out.
6141
6142 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6143
6144         * win32/common/libgstaudio.def:
6145         Add new exported functions.
6146         * win32/vs6/grammar.dsp:
6147         Add autogeneration and copy of some autegenerated files from win32/common
6148         for rtsp library.
6149         * win32/vs6/libgstaudioconvert.dsp:
6150         Add gstaudioquantize.c to the build.
6151         * win32/vs6/libgstinterfaces.dsp:
6152         Add videoorientation.c to the build.
6153         * win32/vs6/libgstriff.dsp:
6154         Add libgsttag to the link libraries list.
6155         * win32/vs6/libgstvolume.dsp:
6156         Add liboil to the link.
6157         * win32/vs6/gst_plugins_base.dsw:
6158         * win32/vs6/libgstrtsp.dsp:
6159         * win32/common/libgstrtsp.def:
6160         Add files to build libgstrtsp library.
6161         
6162 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6163
6164         * tests/examples/snapshot/snapshot.c: (main):
6165         Print error when pipeline failed to construct.
6166
6167 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6168
6169         * configure.ac:
6170         * gst-libs/gst/tag/gstid3tag.c:
6171         * gst-libs/gst/tag/gstvorbistag.c:
6172           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6173           and ID3v2 tags.
6174
6175 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6176
6177         * gst-libs/gst/floatcast/floatcast.h:
6178           Don't include config.h in an installed public header, this
6179           might break compilation of applications that don't have such
6180           a header and doesn't necessarily do what it's supposed to do
6181           anyway (ie. check for the lrint/lrintf defines) (#442065).
6182           Add docs for the various macros and document how this header
6183           has to be used (link against libm, etc.); add a few FIXMEs;
6184           include math.h for non-c99 code path.  Based on patch by
6185           Jan Schmidt.
6186           
6187 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6188
6189         * configure.ac:
6190         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6191         of duplicating these macros in configure.ac.
6192
6193 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6194
6195         * po/hu.po:
6196         * po/sv.po:
6197         * po/uk.po:
6198           Updated translations to 0.10.14
6199
6200 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6201
6202         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6203
6204         * po/pl.po:
6205           Added Polish translation.
6206
6207 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6208
6209         translated by: Ilkka Tuohela <hile@iki.fi>
6210
6211         * po/fi.po:
6212           Added Finnish translation.
6213
6214 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6215
6216         translated by: Jorge González González <aloriel@gmail.com>
6217
6218         * po/es.po:
6219           Added Spanish translation.
6220
6221 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6222
6223         translated by: Mogens Jaeger <mogens@jaeger.tf>
6224
6225         * po/da.po:
6226           Added Danish translation.
6227
6228 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6229
6230         translated by: Funda Wang <fundawang@linux.net.cn>
6231
6232         * po/zh_CN.po:
6233           Added Chinese (simplified) translation.
6234
6235 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6236
6237         translated by: Alexander Shopov <ash@contact.bg>
6238
6239         * po/bg.po:
6240           Added Bulgarian translation.
6241
6242 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6243
6244         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6245         Fix compilation wrt printf arguments.
6246
6247 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6248
6249         * configure.ac:
6250         * tests/examples/Makefile.am:
6251         * tests/examples/snapshot/.cvsignore:
6252         * tests/examples/snapshot/Makefile.am:
6253         * tests/examples/snapshot/snapshot.c: (main):
6254         Add simple snapshot example program using appsink.
6255
6256 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6257
6258         * tests/check/generic/states.c:
6259           Improved state change unit test.
6260
6261 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6262
6263         * docs/plugins/.cvsignore:
6264         * tests/check/.cvsignore:
6265           Ignore registries in any format.
6266
6267 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6268
6269         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6270         (gst_base_rtp_depayload_chain),
6271         (gst_base_rtp_depayload_set_gst_timestamp):
6272         Only copy timestamp on outgoing packets if the depayloader did not set
6273         one.
6274         Also copy duration on outgoing packets.
6275
6276 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6277
6278         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6279         (gst_basertppayload_set_outcaps):
6280         Fix compilation because of missing %d in printf.
6281         When fixating caps, fixate what we can and throw away all remaining
6282         unfixed caps, subclasses should do something smart if they need to.
6283
6284 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6285
6286         * ext/gnomevfs/gstgnomevfssrc.c:
6287           Improve debug logs a bit and be more verbose if things go wrong.
6288
6289 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6290
6291         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6292         (gst_text_overlay_set_property):
6293         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6294         * gst-libs/gst/audio/gstbaseaudiosink.c:
6295         (gst_base_audio_sink_render):
6296         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6297         (gst_rtcp_unix_to_ntp):
6298         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6299         * gst/playback/gstqueue2.c:
6300         * tests/examples/seek/seek.c: (set_scale):
6301         Fix a bunch of compile warnings shown with Forte.
6302
6303         * gst/audiorate/gstaudiorate.c:
6304         Always pull in config.h before including any system headers.
6305
6306 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6307
6308         * gst/playback/gstqueue2.c: (update_buffering),
6309         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6310         (gst_queue_handle_sink_event), (gst_queue_chain),
6311         (gst_queue_push_one), (gst_queue_sink_activate_push),
6312         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6313         Also fix #476514 for queue2.
6314
6315 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6316
6317         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6318         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6319         (gst_base_rtp_depayload_chain),
6320         (gst_base_rtp_depayload_handle_sink_event),
6321         (gst_base_rtp_depayload_push_full),
6322         (gst_base_rtp_depayload_set_gst_timestamp),
6323         (gst_base_rtp_depayload_change_state):
6324         Remove code to deal with RTP to GST time conversion, we now just copy
6325         the GST timestamp we receive to the outgoing buffers.
6326         Handle segment and flushes correctly.
6327
6328         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6329         When we have no valid input timestamp, use the previous rtp timestamp on
6330         the outgoing RTP packet instead of the RTP base time.
6331
6332 2007-09-15  David Schleef  <ds@schleef.org>
6333
6334         * ext/alsa/gstalsa.c:
6335         * ext/alsa/gstalsadeviceprobe.c:
6336         * ext/alsa/gstalsamixer.c:
6337         * ext/alsa/gstalsasink.c:
6338         * ext/alsa/gstalsasrc.c:
6339           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6340
6341 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6342
6343         * gst-libs/gst/rtp/gstbasertppayload.c:
6344         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6345         Add some debug info when negotiating caps.
6346
6347 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6348
6349         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6350         A buffer with an empty payload is also a valid buffer.
6351
6352 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6353
6354         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6355         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6356         (gst_basertppayload_change_state):
6357         Make sure we start our RTP timestamp from the random base RTP
6358         timestamp even if the buffer timestamp starts from some random value.
6359
6360 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6361
6362         * configure.ac:
6363         * tests/examples/Makefile.am:
6364         * tests/examples/dynamic/.cvsignore:
6365         * tests/examples/dynamic/Makefile.am:
6366         * tests/examples/dynamic/addstream.c: (create_stream),
6367         (pause_play_stream), (message_received), (eos_message_received),
6368         (perform_step), (main):
6369         Add simple exmple app to demonstrate starting and pausing live and
6370         non-live bins in a PLAYING pipeline.
6371
6372 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6373
6374         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6375         typefind for QCP files (RFC #3625)
6376
6377 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6378
6379         * gst-libs/gst/audio/gstbaseaudiosink.c:
6380         (gst_base_audio_sink_init):
6381         Disable pull mode scheduling, we're not ready for it yet and it subtly
6382         breaks a lot of things.
6383
6384 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6385
6386         * tests/check/elements/libvisual.c:
6387           Test all libvisual plugins, not just the first one; this reproduces
6388           bug #450336 quite easily.  Looks like a problem with the 'jess'
6389           visualisation.
6390
6391 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6392
6393         * tests/check/Makefile.am:
6394         * tests/check/elements/.cvsignore:
6395         * tests/check/elements/libvisual.c:
6396           Add basic libvisual test case in an attempt to reproduce bug #450336.
6397           Doesn't reproduce that bug, but some other crasher instead (invalid
6398           free), at least with make elements/libvisual.forever and the bumscope
6399           plugin on x86-64/gutsy. Leaving test disabled for now.
6400
6401 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6402
6403         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6404
6405         * gst-libs/gst/rtsp/gstrtspconnection.c:
6406         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6407         (read_body), (gst_rtsp_connection_receive):
6408         Make sure we can not cancel in the middle of receiving a message.
6409         Fixes #475731.
6410
6411 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6412
6413         Patch by: Josep Torra Valles <josep@fluendo.com>
6414
6415         * gst/playback/gstplaybasebin.c:
6416           Increase upper limit for audio queue a bit; fixes preroll problem
6417           with playbin and decodebin2 when playing a quicktime trailer with
6418           multichannel audio via http (#464666).
6419
6420 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6421
6422         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6423         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6424         (gst_base_audio_src_provide_clock),
6425         (gst_base_audio_src_set_property),
6426         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6427         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6428         Allow othe clocks than the internal clock to be used for the pipeline.
6429         Add property to disable clock provide.
6430         API: GstBaseAudioSrc::provide-clock
6431
6432 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6433
6434         * gst/playback/gstdecodebin2.c:
6435           Don't leak request pads. Fixes #475395.
6436
6437 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6438
6439         Patch by: René Stadler <mail at renestadler dot de>
6440
6441         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6442         (gst_ximage_buffer_class_init):
6443         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6444         (gst_xvimage_buffer_class_init):
6445         Correctly chain up finalize with the parent class to prevent
6446         memory leaks. Fixes #474880.
6447
6448 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6449
6450         * gst/volume/gstvolume.c: (volume_choose_func):
6451         * tests/check/elements/volume.c: (GST_START_TEST):
6452         Revert the latest change: floating point samples are allowed to
6453         have any value, not only values in the range [-1,1]. Thanks to Andy
6454         Wingo for noticing.
6455         Also fix processing of int32 samples with volumes > 4 by making the
6456         unity value smaller which prevents overflows.
6457
6458 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6459
6460         * gst-libs/gst/rtp/gstrtpbuffer.c:
6461         * tests/check/libs/rtp.c:
6462           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6463
6464 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6465
6466         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6467
6468         * gst-libs/gst/rtp/gstrtpbuffer.c:
6469           Fix up GstRTPHeader helper struct so that compilers will not under
6470           any circumstances add padding in between our fields, as currently
6471           happens with MSVC on win32, because that would lead to us sending
6472           out RTP payloads with broken RTP headers (#471194).
6473           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6474           
6475         * tests/check/Makefile.am:
6476         * tests/check/libs/.cvsignore:
6477         * tests/check/libs/rtp.c:
6478           Add some simple unit tests for GstRTPBuffer. Some are disabled
6479           because the code tested still needs fixing (set_csrc() does not work).
6480
6481 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6482
6483         * win32/MANIFEST:
6484         * win32/common/gstrtsp-enumtypes.c:
6485         * win32/common/gstrtsp-enumtypes.h:
6486         * win32/common/interfaces-enumtypes.c:
6487         * win32/common/interfaces-enumtypes.h:
6488         * win32/common/multichannel-enumtypes.c:
6489           Add rtsp enumtypes (#474384) and update others.
6490
6491 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6492
6493         * configure.ac:
6494           Fix configure check for HAVE_LIBXML_HTML.
6495
6496 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6497
6498         * tests/check/libs/.cvsignore:
6499           Ignore more, in case the build bots work again one day.
6500
6501 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6502
6503         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6504
6505         * configure.ac:
6506         * gst-libs/gst/Makefile.am:
6507         * gst-libs/gst/fft/Makefile.am:
6508         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6509         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6510         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6511         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6512         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6513         * gst-libs/gst/fft/gstfft.h:
6514         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6515         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6516         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6517         * gst-libs/gst/fft/gstfftf32.h:
6518         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6519         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6520         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6521         * gst-libs/gst/fft/gstfftf64.h:
6522         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6523         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6524         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6525         * gst-libs/gst/fft/gstffts16.h:
6526         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6527         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6528         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6529         * gst-libs/gst/fft/gstffts32.h:
6530         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6531         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6532         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6533         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6534         * gst-libs/gst/fft/kiss_fft_f32.h:
6535         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6536         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6537         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6538         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6539         * gst-libs/gst/fft/kiss_fft_f64.h:
6540         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6541         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6542         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6543         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6544         * gst-libs/gst/fft/kiss_fft_s16.h:
6545         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6546         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6547         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6548         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6549         * gst-libs/gst/fft/kiss_fft_s32.h:
6550         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6551         (kiss_fftr_f32), (kiss_fftri_f32):
6552         * gst-libs/gst/fft/kiss_fftr_f32.h:
6553         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6554         (kiss_fftr_f64), (kiss_fftri_f64):
6555         * gst-libs/gst/fft/kiss_fftr_f64.h:
6556         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6557         (kiss_fftr_s16), (kiss_fftri_s16):
6558         * gst-libs/gst/fft/kiss_fftr_s16.h:
6559         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6560         (kiss_fftr_s32), (kiss_fftri_s32):
6561         * gst-libs/gst/fft/kiss_fftr_s32.h:
6562         * gst-libs/gst/fft/kiss_version:
6563         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6564         * pkgconfig/gstreamer-plugins-base.pc.in:
6565         Add libgstfft, a FFT library based on Kiss FFT which is
6566         BSD licensed. Supported sample formats are int16, int32,
6567         float and double. For those formats a real FFT and IFFT
6568         can be done, different windowing functions can be applied
6569         and functions for extracting the magnitude and phase exist.
6570         Fixes #468619.
6571
6572         * docs/libs/Makefile.am:
6573         * docs/libs/gst-plugins-base-libs-docs.sgml:
6574         * docs/libs/gst-plugins-base-libs-sections.txt:
6575         Integrate libgstfft into the docs.
6576
6577         * tests/check/Makefile.am:
6578         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6579         Add unit tests for libgstfft, currently only testing the FFT.
6580         Unit tests for IFFT will follow soon.
6581
6582 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6583
6584         Patch by: Peter Kjellerstedt  <pkj at axis com>
6585
6586         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6587         (gst_sdp_message_init), (gst_sdp_message_uninit),
6588         (is_multicast_address), (gst_sdp_message_as_text),
6589         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6590         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6591         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6592         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6593         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6594         (gst_sdp_media_init), (gst_sdp_media_uninit),
6595         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6596         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6597         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6598         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6599         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6600         * gst-libs/gst/sdp/gstsdpmessage.h:
6601         Separate INIT_ARRAY() and related macros into two versions, one for
6602         structures and one for pointers (e.g., INIT_ARRAY() and
6603         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6604         lists of emails and phone numbers.
6605         Add missing const as appropriate.
6606         Change all gint to guint since they all actually represent unsigned
6607         values.
6608         Do not use time as a variable name as it shadows the global time().
6609         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6610         Actually implement gst_sdp_message_add_time().
6611         Make gst_sdp_message_add_time() take repeat times as an argument.
6612         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6613         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6614         misspelled as badwidth).
6615         gst-indented and a little clean up. Fixes #471067.
6616
6617 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6618
6619         * gst/volume/gstvolume.c: (volume_choose_func),
6620         (volume_process_double), (volume_process_double_clamp),
6621         (volume_process_float_clamp):
6622         Correctly clamp float/double samples in the [-1.0,1.0] range to
6623         prevent weird effects.
6624         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6625         Add unit tests for all samples types that had none before.
6626
6627 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6628
6629         * gst-libs/gst/rtp/gstrtpbuffer.c:
6630           Need to include stdlib.h for abs() here too.
6631
6632 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6633
6634         * gst/playback/gststreaminfo.c:
6635           Fix build.
6636
6637 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6638
6639         * gst/playback/gststreaminfo.c:
6640           Clean up some half-disabled code and comment.
6641
6642 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6643
6644         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6645
6646         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6647         (gst_base_rtp_payload_audio_handle_event):
6648         Return FALSE from the event handler to let the parent class handle the
6649         event. Fixes #446766.
6650
6651         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6652         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6653         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6654
6655         * gst-libs/gst/rtp/gstbasertppayload.c:
6656         Bump the MTU to 1400.
6657
6658 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6659
6660         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6661         Add an audio/x-nsf typefind function for the nsfdec element.
6662
6663 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6664         * gst/playback/gstplaybasebin.c:
6665         Included "myth://" on stream_uris list for enable buffering to mythtv files
6666
6667 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6668
6669         * docs/libs/gst-plugins-base-libs-sections.txt:
6670         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6671         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6672         (gst_rtcp_unix_to_ntp):
6673         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6674         Fix parsing of RB blocks.
6675         Fix docs.
6676         Added helper functions to convert to/from UNIX and NTP time.
6677         API: gst_rtcp_ntp_to_unix()
6678         API: gst_rtcp_unix_to_ntp()
6679
6680         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6681         (gst_rtp_buffer_get_header_len),
6682         (gst_rtp_buffer_get_extension_data),
6683         (gst_rtp_buffer_get_payload_subbuffer),
6684         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6685         (gst_rtp_buffer_ext_timestamp):
6686         * gst-libs/gst/rtp/gstrtpbuffer.h:
6687         Fix some more docs.
6688         Implement handling of packets with extensions.
6689         Fix padding check in _validate().
6690         Added function to get extension data.
6691         API: gst_rtp_buffer_get_header_len()
6692         API: gst_rtp_buffer_get_extension_data()
6693
6694 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6695
6696         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6697         (gst_base_rtp_depayload_class_init),
6698         (gst_base_rtp_depayload_set_gst_timestamp):
6699         Add some more docs for the queue-delay property and fix a typo in a
6700         comment.
6701
6702         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6703         Fix typo.
6704
6705 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6706
6707         * gst-libs/gst/audio/gstbaseaudiosink.c:
6708         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6709         (gst_base_audio_sink_change_state):
6710         When skew slaving, try to hover around the middle of a segment so that
6711         we at most drift by half a segment.
6712         If we are aligning in the oposite direction of the clock skew, we don't
6713         have to resync.
6714
6715 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6716
6717         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6718         (gst_base_rtp_depayload_setcaps),
6719         (gst_base_rtp_depayload_set_gst_timestamp):
6720         Be less silly with the segment start, just apply the clock-base to the
6721         timestamp.
6722
6723 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6724
6725         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6726         (gst_base_rtp_depayload_class_init),
6727         (gst_base_rtp_depayload_finalize),
6728         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6729         (gst_base_rtp_depayload_handle_sink_event),
6730         (gst_base_rtp_depayload_set_gst_timestamp),
6731         (gst_base_rtp_depayload_change_state):
6732         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6733         Deprecate the queue handling thread thing and remove the code.
6734         Use new method to calculate the extended timestamp.
6735
6736 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6737
6738         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6739         (gst_rtcp_packet_sdes_copy_entry):
6740         Use g_strndup which does exactly what we want.
6741
6742         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6743         (gst_rtp_buffer_ext_timestamp):
6744         * gst-libs/gst/rtp/gstrtpbuffer.h:
6745         Add helper function to compare seqnums.
6746         Add helper function to calculate extended timestamps.
6747         API: gst_rtp_buffer_compare_seqnum()
6748         API: gst_rtp_buffer_ext_timestamp()
6749
6750 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6751
6752         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6753         (gst_rtcp_packet_sdes_get_entry),
6754         (gst_rtcp_packet_sdes_copy_entry):
6755         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6756         Fix and document SDES item data function.
6757         Add new function that makes a proper copy of SDES item data.
6758         API: gst_rtcp_packet_sdes_copy_entry()
6759
6760 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6761
6762         * configure.ac:
6763         * gst/Makefile.am:
6764           The tcp and subparse plugins are under gst, but not totaly free of
6765           dependencies. Handle selection inconfigure.ac, so that they show up
6766           on the final list of what is build and what is not. Maybe they should
6767           better be moved to ext.
6768
6769 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6770
6771         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6772
6773         * configure.ac:
6774         * gst/Makefile.am:
6775           Check if libxml provides HTML parser which subparse needs.
6776           Fixes #451970.
6777
6778 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6779
6780         * ext/alsa/gstalsa.c:
6781           Fix typo and compilation on big endian systems.
6782
6783 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6784
6785         * gst/subparse/gstssaparse.c:
6786           Convert SSA newline codes into actual newline characters (#470766).
6787
6788 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6789
6790         * docs/libs/gst-plugins-base-libs-sections.txt:
6791         * gst-libs/gst/pbutils/install-plugins.c:
6792         * gst-libs/gst/pbutils/install-plugins.h:
6793         * tests/check/libs/pbutils.c:
6794           API: also add gst_install_plugins_supported() while we're at it
6795           (see #470456).
6796
6797 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6798
6799         * docs/libs/gst-plugins-base-libs-sections.txt:
6800         * gst-libs/gst/pbutils/missing-plugins.c:
6801         * gst-libs/gst/pbutils/missing-plugins.h:
6802         * tests/check/libs/pbutils.c:
6803           API: add gst_missing_*_installer_detail_new() convenience API so
6804           that applications that know exactly what they're missing can request
6805           installer detail strings for those items directly instead of having
6806           to first create a dummy missing-plugin message and then get the
6807           installer detail string from that.  Fixes #470456.
6808
6809 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6810
6811         * gst/playback/gstdecodebin.c: (close_pad_link):
6812         We need to set up delayed-linking whenever the caps are non-fixed,
6813         not just when there are multiple types - use gst_pad_is_fixed()
6814         to test.
6815
6816 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6817
6818         * gst-libs/gst/pbutils/missing-plugins.c:
6819           (gst_missing_plugin_message_get_installer_detail):
6820           Add missing separator in PID fallback case.
6821
6822 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6823
6824         * ext/alsa/Makefile.am:
6825         There is no GST_PLUGINS_BASE_LIBS defined.
6826         
6827         * ext/alsa/gstalsa.c:
6828         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6829         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6830         Add support for ALSA 24-bit formats.
6831         snd_pcm_delay can return an error code, especially
6832         during XRUNS. In that case, the best we can do is assume
6833         delay = 0.
6834
6835         * gst/audioconvert/Makefile.am:
6836         Add flags from -base before any more-remote dependencies.
6837
6838 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6839
6840         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6841
6842         * gst/volume/gstvolume.c: (volume_choose_func),
6843         (volume_update_real_volume), (gst_volume_set_volume),
6844         (gst_volume_init), (volume_process_int32),
6845         (volume_process_int32_clamp), (volume_process_int24),
6846         (volume_process_int24_clamp), (volume_process_int16),
6847         (volume_process_int16_clamp), (volume_process_int8),
6848         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6849         * gst/volume/gstvolume.h:
6850         Add support for int32, int24 and int8 to the volume element.
6851         Fixes #445529.
6852
6853 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6854
6855         * tests/examples/Makefile.am:
6856           Fix even more.
6857
6858 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6859
6860         * configure.ac:
6861         * docs/libs/Makefile.am:
6862         * docs/libs/gst-plugins-base-libs-docs.sgml:
6863         * docs/libs/gst-plugins-base-libs-sections.txt:
6864         * ext/gnomevfs/gstgnomevfssrc.c:
6865         * ext/gnomevfs/gstgnomevfssrc.h:
6866         * gst-libs/gst/Makefile.am:
6867         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6868         * pkgconfig/gstreamer-plugins-base.pc.in:
6869         * sys/v4l/v4lsrc_calls.c:
6870         * tests/examples/Makefile.am:
6871         * win32/common/config.h:
6872           Revert unwanted commit. many thanks to moap. I want a fix for 
6873           https://thomas.apestaart.org/moap/trac/ticket/239
6874
6875 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6876
6877         * gst/volume/gstvolume.c:
6878           Move passthrough below gst_object_sync_values(). Fixes #442654.
6879
6880 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6881
6882         * gst-libs/gst/audio/audio.c:
6883         Clarify the docs a little.
6884
6885 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6886
6887         * gst/volume/gstvolume.c:
6888           Enable liboil for float and add more details about problems with
6889           int16.
6890
6891 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6892
6893         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6894         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
6895
6896 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6897
6898         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6899         When calculating the first timestamp of the buffers, don't go below 0
6900         and clip the samples because the offset was on the eos page.
6901         Fixes #466717.
6902
6903 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6904
6905         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
6906         (gst_ogg_demux_collect_chain_info):
6907         Also submit the eos page when trying to find the first timestamp.
6908         See #466717.
6909
6910 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6911
6912         * gst-libs/gst/audio/audio.h:
6913         Use gst_util_uint64_scale() instead of doing the math
6914         with double for GST_FRAMES_TO_CLOCK_TIME() and
6915         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
6916         prevents rounding errors. Fixes #467667.
6917
6918 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6919
6920         * gst-libs/gst/rtsp/gstrtspconnection.c:
6921         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
6922         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
6923         * gst-libs/gst/rtsp/gstrtspconnection.h:
6924         Small cleanups.
6925         On shutdown, don't read the control socket yet.
6926         Set timeout value correctly in all cases.
6927         Add function to check if the server accepts reads or writes.
6928         API: gst_rtsp_connection_poll()
6929
6930         * gst-libs/gst/rtsp/gstrtspdefs.h:
6931         Fix compilation with -pedantic.
6932         Add enum for _poll.
6933
6934 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6935
6936         Patch by: Olivier Crete  <tester at tester ca>
6937
6938         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6939         (gst_basertppayload_getcaps):
6940         * gst-libs/gst/rtp/gstbasertppayload.h:
6941         Add getcaps vfunc to basertppayload. See #465146.
6942
6943 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6944
6945         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
6946         Only post buffering messages when we are a stream.
6947
6948 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6949
6950         * gst-libs/gst/pbutils/install-plugins.c:
6951         * gst-libs/gst/pbutils/missing-plugins.c:
6952           Small docs fix and addition.
6953
6954 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6955
6956         * tests/icles/.cvsignore:
6957         * tests/icles/Makefile.am:
6958         * tests/icles/test-textoverlay.c:
6959           Add a dumb little test for textoverlay alignments.
6960
6961 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6962
6963         Patch by: Dan Williams  <dcbw redhat com>
6964
6965         * ext/pango/gsttextoverlay.c:
6966         * ext/pango/gsttextoverlay.h:
6967           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
6968           "silent" property so there's a Since tag in the API reference.
6969
6970 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
6971
6972         * gst-libs/gst/rtp/gstbasertppayload.c:
6973         (gst_basertppayload_set_outcaps):
6974         * gst-libs/gst/rtp/gstbasertppayload.h:
6975         Improve caps negotiation so that downstream elements can confiure
6976         certain RTP properties by fixing them on the caps. See #465146.
6977         Add docs.
6978
6979 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
6980
6981         * docs/libs/gst-plugins-base-libs-sections.txt:
6982         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6983         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6984           Mark as deprecated some macros which were presumably meant to be
6985           private API and accidentally exposed in the public header file.
6986           Also actually _init() lock (only works at the moment because the
6987           struct is zeroed out when created and the initial values in the
6988           mutex struct are zeroes too). (#459585)
6989
6990 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
6991
6992         * docs/libs/Makefile.am:
6993           Remove cruft and do some cleanups.
6994
6995         * docs/libs/gst-plugins-base-libs-docs.sgml:
6996           Prepare for comming gtkdoc features (rebase against online docs).
6997
6998 2007-08-10  Michael Smith <msmith@fluendo.com>
6999
7000         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7001           Debug output fixes.
7002         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
7003         (GST_START_TEST):
7004           Change the number of buffers used; 500 is too many and leads to
7005           timeouts.
7006
7007 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
7008
7009         * gst/playback/gstqueue2.c:
7010         * gst/videorate/gstvideorate.c:
7011           Printf format fixes (#465028).
7012
7013 2007-08-09  Michael Smith <msmith@fluendo.com>
7014
7015         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
7016           If we have a large (> 1 second) discontinuity, push a series of
7017           smaller buffers rather than a single very large buffer. Avoids
7018           unreasonably large single buffer allocations when encountering a
7019           large gap.
7020         * tests/check/elements/audiorate.c: (GST_START_TEST),
7021         (audiorate_suite):
7022           Add a test for this.
7023
7024 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7025
7026         * gst/playback/gstplaybasebin.c: (group_commit),
7027         (queue_remove_probe), (queue_threshold_reached):
7028
7029         Patch by: Josep Torra Valles <josep@fluendo.com>
7030         Fixes: #465015
7031         Make sure we remove the check_queues buffer probe from the 
7032         correct queue to avoid racily going back to "buffering 99%" when
7033         buffering is actually complete.
7034
7035         Also, fix the spelling of Josep's surname in the ChangeLog.
7036
7037 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7038
7039         * ext/ogg/gstoggmux.c:
7040           Do not leak oggmux instance.
7041         
7042         * ext/vorbis/vorbisenc.c:
7043           Also log values.
7044
7045 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7046
7047         * po/hu.po:
7048         * po/it.po:
7049         * po/nl.po:
7050         * po/uk.po:
7051         * po/vi.po:
7052           Updated translations.
7053
7054 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7055
7056         patch by: Yang Hong <hongyang@redflag-linux.com>
7057
7058         * ext/pango/gsttextoverlay.c:
7059         * ext/pango/gsttextoverlay.h:
7060           Add 'silent' property to GstTimeOverlay. Fixes #462979
7061
7062 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7063
7064         Patch by: Josep Torra Valles <josep@fluendo.com>
7065
7066         * docs/plugins/gst-plugins-base-plugins.args:
7067         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7068         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7069         (gst_uri_decode_bin_get_property), (gen_source_element):
7070         Add connection-speed property. Fixes #464690.
7071
7072 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7073
7074         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7075
7076         * configure.ac:
7077         * gst-libs/gst/rtsp/Makefile.am:
7078         * gst-libs/gst/rtsp/gstrtspconnection.c:
7079         (gst_rtsp_connection_connect):
7080         Fix compilation on windows. Fixes #464320.
7081
7082 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7083
7084         Patch by: Josep Torra Valles <josep@fluendo.com>
7085
7086         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7087         (gst_play_base_bin_init), (queue_threshold_reached),
7088         (gen_source_element), (setup_substreams),
7089         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7090         (gst_play_base_bin_get_streaminfo_value_array):
7091         * gst/playback/gstplaybasebin.h:
7092         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7093         (gst_play_bin_set_property), (gst_play_bin_get_property),
7094         (gst_play_bin_handle_redirect_message):
7095         Move connection-speed property from playbin to playbasebin so that we
7096         can also configure it in source elements that have the connection-speed
7097         property. Fixes #464028.
7098         Add some debug info here and there.
7099
7100 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7101
7102         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7103         Properly respond to conversion queries. Fixes #464079.
7104
7105 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7106
7107         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7108         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7109         (gst_audio_test_src_init_sine_table),
7110         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7111         * gst/audiotestsrc/gstaudiotestsrc.h:
7112         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7113         Also set the default volume to the default value specified in the
7114         GParamSpec.
7115
7116 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7117
7118         Patch by: Jens Granseuer <jensgr at gmx dot net>
7119
7120         * gst/audioconvert/gstaudioquantize.c:
7121         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7122
7123 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7124
7125         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7126         Add rdt manager for rdt transport.
7127         Fix parsing of RDT transport.
7128
7129 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7130
7131         * configure.ac:
7132         Back to CVS
7133
7134 === release 0.10.14 ===
7135
7136 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7137
7138         * configure.ac:
7139           releasing 0.10.14, "Light Years Ahead"
7140
7141 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7142
7143         * tests/check/libs/audio.c: (GST_START_TEST):
7144         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7145
7146 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7147
7148         * gst-libs/gst/audio/audio.c:
7149         When clipping a buffer with no timestamp, assume it is
7150         within the segment without warnings.
7151
7152         Fixes: #460978
7153
7154 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7155
7156         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7157         Fire the signal on the object, not the interface.
7158
7159 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7160
7161         * gst-libs/gst/rtsp/.cvsignore:
7162         Ber. Don't include the full path, idiot.
7163
7164 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7165
7166         * gst-libs/gst/rtsp/.cvsignore:
7167         Ignore generated files.
7168
7169 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7170
7171         * gst-libs/gst/interfaces/Makefile.am:
7172         * gst-libs/gst/interfaces/interfaces-marshal.list:
7173         * gst-libs/gst/interfaces/rtspextension.c:
7174         * gst-libs/gst/interfaces/rtspextension.h:
7175         * gst-libs/gst/rtsp/Makefile.am:
7176         * gst-libs/gst/rtsp/gstrtsp.h:
7177         * gst-libs/gst/rtsp/gstrtspextension.c:
7178         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7179         (gst_rtsp_extension_detect_server),
7180         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7181         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7182         (gst_rtsp_extension_configure_stream),
7183         (gst_rtsp_extension_get_transports),
7184         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7185         * gst-libs/gst/rtsp/gstrtspextension.h:
7186         * gst-libs/gst/rtsp/rtsp-marshal.list:
7187         Move the rtspextension.h interface into gstrtspextension.h
7188         as part of libgstrtsp instead of libgstinterfaces, because it's
7189         only for use within plugins, not applications. 
7190         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7191         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7192         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7193         is abstract.
7194
7195 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7196
7197         * gst-libs/gst/interfaces/Makefile.am:
7198         * gst-libs/gst/interfaces/interfaces-marshal.list:
7199         * gst-libs/gst/interfaces/rtspextension.c:
7200         (gst_rtsp_extension_iface_init),
7201         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7202         * gst-libs/gst/interfaces/rtspextension.h:
7203         Fix marshaller for the send signal.
7204         Add URL to stream selection interface method.
7205
7206 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7207
7208         * gst-libs/gst/riff/Makefile.am:
7209         Pull in our dependencies from -base before those from outside.
7210
7211 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7212
7213         * docs/libs/gst-plugins-base-libs-sections.txt:
7214         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7215         * gst-libs/gst/rtsp/gstrtspbase64.h:
7216         API: gst_rtsp_base64_decode_ip()
7217         Added function to decode Base64 in-place.
7218
7219 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7220
7221         * tests/check/libs/.cvsignore:
7222         Ignore the mixer test binary.
7223
7224 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7225
7226         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7227         Gratuitous comment change to trigger a rebuild on the buildbots.
7228
7229 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7230
7231         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7232         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7233         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7234         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7235         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7236         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7237         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7238         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7239         (gst_sdp_media_get_attribute_val):
7240         * gst-libs/gst/sdp/gstsdpmessage.h:
7241         Constify args where we can.
7242
7243 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7244
7245         * gst-libs/gst/interfaces/Makefile.am:
7246         * gst-libs/gst/interfaces/rtspextension.c:
7247         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7248         (gst_rtsp_extension_detect_server),
7249         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7250         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7251         (gst_rtsp_extension_configure_stream),
7252         (gst_rtsp_extension_get_transports),
7253         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7254         * gst-libs/gst/interfaces/rtspextension.h:
7255         Move interface for RTSP extensions from -good to here.
7256         Added helper methods to invoke interface methods.
7257
7258 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7259
7260         * docs/libs/gst-plugins-base-libs-sections.txt:
7261         * gst-libs/gst/rtsp/gstrtspdefs.h:
7262         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7263         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7264         (gst_rtsp_message_init_response),
7265         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7266         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7267         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7268         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7269         (gst_rtsp_message_get_body), (dump_key_value):
7270         * gst-libs/gst/rtsp/gstrtspmessage.h:
7271         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7272         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7273         (gst_rtsp_range_parse):
7274         * gst-libs/gst/rtsp/gstrtsprange.h:
7275         * gst-libs/gst/rtsp/gstrtsptransport.c:
7276         * gst-libs/gst/rtsp/gstrtspurl.c:
7277         Fix some more RTSP docs.
7278         Add some missing methods for dealing with messages.
7279
7280 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7281
7282         * docs/libs/gst-plugins-base-libs-docs.sgml:
7283         * docs/libs/gst-plugins-base-libs-sections.txt:
7284         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7285         * gst-libs/gst/rtsp/gstrtspbase64.h:
7286         * gst-libs/gst/rtsp/gstrtspconnection.c:
7287         (gst_rtsp_connection_connect), (add_auth_header),
7288         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7289         (read_body), (gst_rtsp_connection_receive),
7290         (gst_rtsp_connection_next_timeout),
7291         (gst_rtsp_connection_reset_timeout),
7292         (gst_rtsp_connection_set_auth):
7293         * gst-libs/gst/rtsp/gstrtspconnection.h:
7294         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7295         * gst-libs/gst/rtsp/gstrtspdefs.h:
7296         * gst-libs/gst/rtsp/gstrtspmessage.h:
7297         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7298         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7299         (gst_rtsp_range_parse):
7300         * gst-libs/gst/rtsp/gstrtspurl.h:
7301         Added beginnings of RTSP documentation.
7302
7303 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7304
7305         * docs/libs/Makefile.am:
7306         * docs/libs/gst-plugins-base-libs-docs.sgml:
7307         * docs/libs/gst-plugins-base-libs-sections.txt:
7308         * gst-libs/gst/sdp/gstsdp.h:
7309         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7310         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7311         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7312         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7313         (gst_sdp_message_get_attribute_val),
7314         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7315         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7316         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7317         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7318         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7319         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7320         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7321         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7322         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7323         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7324         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7325         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7326         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7327         (gst_sdp_media_get_attribute_val_n),
7328         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7329         (print_media), (gst_sdp_message_dump):
7330         * gst-libs/gst/sdp/gstsdpmessage.h:
7331         Document the SDP library.
7332         Add some of the missing SDPMedia methods.
7333
7334 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7335
7336         * configure.ac:
7337         * gst-libs/gst/Makefile.am:
7338         * gst-libs/gst/rtsp/Makefile.am:
7339         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7340         * gst-libs/gst/rtsp/gstrtspbase64.h:
7341         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7342         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7343         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7344         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7345         (parse_response_status), (parse_request_line), (parse_line),
7346         (gst_rtsp_connection_read), (read_body),
7347         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7348         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7349         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7350         (gst_rtsp_connection_set_auth):
7351         * gst-libs/gst/rtsp/gstrtspconnection.h:
7352         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7353         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7354         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7355         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7356         (gst_rtsp_find_method):
7357         * gst-libs/gst/rtsp/gstrtspdefs.h:
7358         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7359         (gst_rtsp_message_new), (gst_rtsp_message_init),
7360         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7361         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7362         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7363         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7364         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7365         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7366         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7367         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7368         (gst_rtsp_message_dump):
7369         * gst-libs/gst/rtsp/gstrtspmessage.h:
7370         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7371         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7372         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7373         * gst-libs/gst/rtsp/gstrtsprange.h:
7374         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7375         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7376         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7377         (range_as_text), (rtsp_transport_mode_as_text),
7378         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7379         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7380         (gst_rtsp_transport_free):
7381         * gst-libs/gst/rtsp/gstrtsptransport.h:
7382         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7383         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7384         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7385         * gst-libs/gst/rtsp/gstrtspurl.h:
7386         * gst-libs/gst/sdp/Makefile.am:
7387         * gst-libs/gst/sdp/gstsdp.h:
7388         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7389         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7390         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7391         (gst_sdp_attribute_init), (gst_sdp_message_new),
7392         (gst_sdp_message_init), (gst_sdp_message_uninit),
7393         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7394         (gst_sdp_media_uninit), (gst_sdp_media_free),
7395         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7396         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7397         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7398         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7399         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7400         (gst_sdp_message_get_attribute_val),
7401         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7402         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7403         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7404         (gst_sdp_media_get_attribute_val_n),
7405         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7406         (read_string), (read_string_del), (gst_sdp_parse_line),
7407         (gst_sdp_message_parse_buffer), (print_media),
7408         (gst_sdp_message_dump):
7409         * gst-libs/gst/sdp/gstsdpmessage.h:
7410         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7411         Move SDP and RTSP from helper objects in -good to a reusable library.
7412         Use a proper gst_ namespace.
7413
7414 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7415
7416         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7417         (vorbis_dec_flush_decode):
7418         Use the new buffer clipping function from gstaudio here.
7419
7420 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7421
7422         * docs/libs/gst-plugins-base-libs-sections.txt:
7423         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7424         * gst-libs/gst/audio/audio.h:
7425         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7426         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7427         Also add deprecation guards for gst_audio_structure_set_int() to the
7428         header.
7429
7430 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7431
7432         * docs/libs/gst-plugins-base-libs-sections.txt:
7433           Cleanup the docs.
7434
7435 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7436
7437         Patch by: Dan Williams <dcbw at redhat dot com>
7438
7439         * gst/playback/gstplaybasebin.c:
7440         (gst_play_base_bin_get_streaminfo_value_array):
7441         Don't return NULL when querying the stream info value array but instead
7442         return an empty array. Fixes #459204.
7443
7444 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7445
7446         * gst/playback/gsturidecodebin.c:
7447           Init debug category before using it.
7448
7449 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7450
7451         * gst-libs/gst/interfaces/mixer.h:
7452         Add padding vars in place of the signal pointers
7453         when building with DISABLE_DEPRECATED so that the
7454         interface structure doesn't change size.
7455
7456 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7457
7458         * docs/libs/gst-plugins-base-libs-sections.txt:
7459         * ext/alsa/gstalsamixer.c:
7460         * ext/alsa/gstalsamixer.h:
7461         * ext/alsa/gstalsamixerelement.c:
7462         * ext/alsa/gstalsamixertrack.c:
7463         * gst-libs/gst/interfaces/mixer.c:
7464         * gst-libs/gst/interfaces/mixer.h:
7465         * gst-libs/gst/interfaces/mixeroptions.c:
7466         * gst-libs/gst/interfaces/mixeroptions.h:
7467         * gst-libs/gst/interfaces/mixertrack.c:
7468         * gst-libs/gst/interfaces/mixertrack.h:
7469         * tests/check/Makefile.am:
7470         * tests/check/libs/mixer.c:
7471
7472         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7473         Fixes: #152864 
7474
7475         Add support for notifying mixer changes on the message bus, and
7476         implement it in alsamixer.
7477
7478         API: gst_mixer_get_mixer_flags
7479         API: gst_mixer_message_parse_mute_toggled
7480         API: gst_mixer_message_parse_record_toggled
7481         API: gst_mixer_message_parse_volume_changed
7482         API: gst_mixer_message_parse_option_changed
7483         API: GstMixerMessageType
7484         API: GstMixerFlags
7485
7486 2007-07-20  Michael Smith <msmith@fluendo.com>
7487
7488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7489         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7490           xcontext->im_format is only for testing XShm support (as the header
7491           file comments document). Use xvimage->im_format for everything else.
7492           Avoids spurious warnings on buffer allocation before setcaps.
7493
7494 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7495
7496         * tests/examples/volume/Makefile.am:
7497         * tests/icles/Makefile.am:
7498           We should use $(LIBM).
7499
7500 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7501
7502         * tests/icles/Makefile.am:
7503           This needs -lm.
7504
7505 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7506
7507         * gst-libs/gst/rtp/gstbasertppayload.c:
7508         (gst_basertppayload_class_init), (gst_basertppayload_init),
7509         (gst_basertppayload_set_property),
7510         (gst_basertppayload_get_property):
7511         Don't break ABI, restore previous ranges. Keep the default random
7512         selection of timestamp and seqnum offset but as soon as the app sets a
7513         specific value, use that one.
7514
7515 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7516
7517         Patch by: Bastien Nocera <hadess at hadess dot net>
7518
7519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7520         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7521         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7522         * sys/xvimage/xvimagesink.h:
7523         Add option to turn off double-buffering for debugging purposes.
7524         Fixes #437169.
7525
7526 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7527
7528         Patch by: Jorn Baayen <jorn at openedhand dot com>
7529
7530         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7531         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7532         (gst_ximagesink_init), (gst_ximagesink_class_init):
7533         * sys/ximage/ximagesink.h:
7534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7535         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7536         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7537         * sys/xvimage/xvimagesink.h:
7538         add 'handle-expose' property. Useful for video widgets which may want to
7539         be in control of Expose behaviour. Fixes #380625
7540
7541 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7542
7543         * gst-libs/gst/rtp/gstbasertppayload.c:
7544         (gst_basertppayload_class_init), (gst_basertppayload_init),
7545         (gst_basertppayload_event), (gst_basertppayload_push),
7546         (gst_basertppayload_set_property),
7547         (gst_basertppayload_get_property),
7548         (gst_basertppayload_change_state):
7549         * gst-libs/gst/rtp/gstbasertppayload.h:
7550         Fix ranges of rtp payloader properties so that the full range can be
7551         used in addition to -1 (random).
7552         Fix wrong seqnum reporting in caps.
7553         Fixes #420326.
7554
7555 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7556
7557         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7558         (gst_video_rate_query):
7559         Use boilerplate.
7560         Add latency query, might not be perfect yet but already works a lot
7561         better. Fixes #442557.
7562
7563 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7564
7565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7566         (gst_xvimagesink_setcaps):
7567         * sys/xvimage/xvimagesink.h:
7568         After a caps change, redraw our borders to avoid garbage left there
7569         when the image format changes to a smaller size, like 16:9 -> 4:3
7570         Also, hold the flow_lock a bit longer in the set_caps while we're
7571         fiddling with the xcontext.
7572
7573 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7574
7575         * Makefile.am:
7576         * configure.ac:
7577         * tests/Makefile.am:
7578         Remove bogus check for libcheck, since we check for
7579         gstreamer-check and it pulls in the required info from there, and we
7580         weren't actually _using_ the information for libcheck ourselves
7581         anyway.
7582
7583 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7584
7585         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7586         (gst_ffmpeg_caps_to_pixfmt):
7587         Fix the r_mask test for RGBA32 on little-endian.
7588         Fix a stupid typo that would have obviously broken 
7589         compilation on big-endian, if anyone was testing.
7590
7591 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7592
7593         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7594         (paint_hline_str4):
7595         * gst/videotestsrc/videotestsrc.h:
7596         Add alpha to the color struct.
7597         Use a default alpha value of 255 instead of 128.
7598
7599 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7600
7601         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7602         (setup_source):
7603         Clear the dynamic pads counter when starting a new uri. This makes
7604         reusing playbin work again.
7605         Fixes #454264.
7606
7607 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7608
7609         * configure.ac:
7610           Use pkg-config to locate check.
7611
7612 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7613
7614         * configure.ac:
7615         * tests/check/elements/volume.c: (GST_START_TEST):
7616           Fix 'make check' build against core CVS.
7617
7618 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7619
7620         * gst-libs/gst/interfaces/propertyprobe.c:
7621         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7622         * gst-libs/gst/tag/gstvorbistag.c:
7623           Make gtk-doc happy.
7624
7625 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7626
7627         * gst-libs/gst/audio/gstbaseaudiosink.c:
7628         (gst_base_audio_sink_callback):
7629           Quick hack to make audiosinks stop at EOS when operating in
7630           pull-mode; needs to be fixed properly some day.
7631
7632 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7633
7634         * docs/libs/gst-plugins-base-libs-sections.txt:
7635           Fix location of includes in the docs.
7636
7637 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7638
7639         * gst/ffmpegcolorspace/avcodec.h:
7640         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7641         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7642         (gst_ffmpegcsp_avpicture_fill):
7643         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7644         (img_get_alpha_info):
7645         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7646         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7647         end of the word. Partially fixes #451908
7648
7649 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7650
7651         * docs/libs/Makefile.am:
7652         * docs/plugins/Makefile.am:
7653           Simplify --extra-dir as gtkdoc scans recursively.
7654
7655 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7656
7657         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7658         (gst_adder_request_new_pad):
7659         Make getcaps more robust by not using the proxycaps function. This makes
7660         sure that we don't end up recursively calling getcaps upstream.
7661         See #316248.
7662
7663 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7664
7665         * gst/audioconvert/audioconvert.c:
7666         Include math.h to fix compilation.
7667
7668 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7669
7670         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7671         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7672         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7673         format, as produced by some dc1394 cameras like the iSight.
7674         See http://www.fourcc.org/yuv.php#IYU1
7675
7676 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7677
7678         * gst/audioconvert/Makefile.am:
7679         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7680         (check_default), (audio_convert_prepare_context),
7681         (audio_convert_clean_context), (audio_convert_convert):
7682         * gst/audioconvert/audioconvert.h:
7683         * gst/audioconvert/gstaudioconvert.c:
7684         (gst_audio_convert_dithering_get_type),
7685         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7686         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7687         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7688         * gst/audioconvert/gstaudioconvert.h:
7689         * gst/audioconvert/gstaudioquantize.c:
7690         (gst_audio_quantize_setup_noise_shaping),
7691         (gst_audio_quantize_free_noise_shaping),
7692         (gst_audio_quantize_setup_dither),
7693         (gst_audio_quantize_free_dither),
7694         (gst_audio_quantize_setup_quantize_func),
7695         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7696         * gst/audioconvert/gstaudioquantize.h:
7697         Implement dithering and noise shaping in audioconvert. By default now
7698         TPDF dithering (and no noise shaping) will be used when converting
7699         from a higher bit depth to 20 bit depth or smaller, otherwise
7700         everything will be as it is now.
7701         For the last audioconvert in a pipeline it would make sense to
7702         use some kind of noise shaping, enabling it by default for all
7703         conversions would give undesired results though. Fixes #360246.
7704         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7705         (GST_START_TEST):
7706         Adjust unit test for the new audioconvert.
7707
7708 2007-06-28  Wim Taymans  <wim@fluendo.com>
7709
7710         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7711         Use other metrics as well when estimating the buffer level.
7712
7713 2007-06-28  Wim Taymans  <wim@fluendo.com>
7714
7715         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7716         Small debug improvement.
7717
7718         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7719         (plugin_init):
7720         Tweak the rate estimation period.
7721         When calculating the buffer filledness in rate estimation mode, don't
7722         mix it with other metrics.
7723
7724 2007-06-28  Wim Taymans  <wim@fluendo.com>
7725
7726         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7727         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7728         When creating the groups, allow for a 5 second, unlimited buffers
7729         preroll phase after which we expose the group.
7730         When the group is exposed, use a small number of buffers up to a 2
7731         second limit. Also disconnect the overrun signal from multiqueue when we
7732         exposed the group because it is not needed anymore.
7733
7734 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7735
7736         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7737           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7738           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7739           (#451707); also, output some debugging info when dealing with
7740           freeform strings.
7741
7742         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7743           Add unit test for the above.
7744
7745 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7746
7747         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7748           Add description for Windows Media RTP caps.
7749
7750         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7751           Remove RTP fields that don't define the format from caps.
7752
7753 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7754
7755         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7756           Skip empty buffers, but not empty header buffers. That way the original
7757           vorbisdec unit test still passes (#451145); also, take into account
7758           that those empty packets might carry a granulepos.
7759
7760         * tests/check/Makefile.am:
7761         * tests/check/elements/vorbisdec.c:
7762         (_create_codebook_header_buffer), (_create_audio_buffer),
7763         (GST_START_TEST), (vorbisdec_suite):
7764           Add unit test that sends an empty packet.
7765
7766 2007-06-27  Wim Taymans  <wim@fluendo.com>
7767
7768         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7769         Don't error out on 0-sized packets, just emit a warning because this is
7770         not a fatal error. Fixes #451145.
7771
7772 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7773
7774         * docs/plugins/gst-plugins-base-plugins.args:
7775         * docs/plugins/gst-plugins-base-plugins.signals:
7776         * docs/plugins/inspect/plugin-adder.xml:
7777         * docs/plugins/inspect/plugin-alsa.xml:
7778         * docs/plugins/inspect/plugin-audioconvert.xml:
7779         * docs/plugins/inspect/plugin-audiorate.xml:
7780         * docs/plugins/inspect/plugin-audioresample.xml:
7781         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7782         * docs/plugins/inspect/plugin-cdparanoia.xml:
7783         * docs/plugins/inspect/plugin-decodebin.xml:
7784         * docs/plugins/inspect/plugin-decodebin2.xml:
7785         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7786         * docs/plugins/inspect/plugin-gdp.xml:
7787         * docs/plugins/inspect/plugin-gnomevfs.xml:
7788         * docs/plugins/inspect/plugin-libvisual.xml:
7789         * docs/plugins/inspect/plugin-ogg.xml:
7790         * docs/plugins/inspect/plugin-pango.xml:
7791         * docs/plugins/inspect/plugin-playbin.xml:
7792         * docs/plugins/inspect/plugin-subparse.xml:
7793         * docs/plugins/inspect/plugin-tcp.xml:
7794         * docs/plugins/inspect/plugin-theora.xml:
7795         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7796         * docs/plugins/inspect/plugin-video4linux.xml:
7797         * docs/plugins/inspect/plugin-videorate.xml:
7798         * docs/plugins/inspect/plugin-videoscale.xml:
7799         * docs/plugins/inspect/plugin-videotestsrc.xml:
7800         * docs/plugins/inspect/plugin-volume.xml:
7801         * docs/plugins/inspect/plugin-vorbis.xml:
7802         * docs/plugins/inspect/plugin-ximagesink.xml:
7803         * docs/plugins/inspect/plugin-xvimagesink.xml:
7804           Update docs with caps info.
7805
7806 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7807
7808         * po/POTFILES.in:
7809           Add more files with translatable strings (#450875).
7810
7811 2007-06-23  Edward Hervey  <edward@fluendo.com>
7812
7813         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7814         The chain should be freed if we error out here, else it will leak.
7815         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7816         (cleanup_decodebin):
7817         Don't forget to *properly* remove the signals, else it will leak.
7818
7819 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7820
7821         * MAINTAINERS:
7822         Updating all the maintainers files
7823
7824 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7825
7826         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7827         (main):
7828           Destroy and recreate parse-launch based pipeline after stop to be able
7829           to play again. Reorder some code and add more comments.
7830
7831 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7832
7833         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7834         When handling a delayed-caps notification case, mark
7835         the group as dynamic so that the nbdynamic count is
7836         incremented and decremented correctly. Fixes: #449156
7837         Patch by: Wim Taymans <wim@fluendo.com>
7838
7839 2007-06-19  Andy Wingo  <wingo@pobox.com>
7840
7841         * gst-libs/gst/audio/gstbaseaudiosink.c
7842         (gst_base_audio_sink_init): Enable pull-mode operation.
7843
7844 2007-06-19  Michael Smith <msmith@fluendo.com>
7845
7846         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7847           Change minimum rate back to 1000 to allow low-sample-rate wav files
7848           to play back.
7849
7850 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7851
7852         * po/vi.po:
7853           Update translations.
7854
7855 2007-06-15  David Schleef  <ds@schleef.org>
7856
7857         * gst/playback/gstqueue2.c:
7858           Fix compile error from ignored return value.
7859
7860 2007-06-15  Michael Smith <msmith@fluendo.com>
7861
7862         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7863           Update tmpbuf for all neccesary rows, not just one, as is required
7864           when downscaling.
7865           Fixes #402076.
7866
7867 2007-06-15  Michael Smith <msmith@fluendo.com>
7868
7869         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
7870         (eos_buffer_probe):
7871           Add a test that ensures we set DELTA_UNIT on all non-header,
7872           non-video buffers, if we have a video stream.
7873         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7874         (gst_ogg_mux_process_best_pad):
7875           Move setting delta_pad to earlier, where we inspect all pads, so
7876           that leading audio pages don't get DELTA_UNIT unset if they come
7877           before the first DELTA_UNIT from video pages. Fixes the newly-added
7878           test. Fixes #385527.
7879
7880 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7881
7882         * tests/check/pipelines/streamheader.c: (streamheader_suite):
7883           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
7884           fails on the p5-ppc64 build bot and the failure looks like it is due
7885           to the same issue as #348114, ie. a compiler bug.
7886
7887 2007-06-13  Edward Hervey  <edward@fluendo.com>
7888
7889         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7890         Fix build on MacOSX.
7891
7892 2007-06-13  Wim Taymans  <wim@fluendo.com>
7893
7894         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7895         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
7896         Fix compilation on mingw. Fixes #446972.
7897
7898 2007-06-12  Wim Taymans  <wim@fluendo.com>
7899
7900         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7901
7902         * gst/playback/gstqueue2.c: (update_buffering),
7903         (gst_queue_locked_enqueue):
7904         Fix a division by zero when the max percent is <= 0. Fixes #446572.
7905         also update the buffering status when receiving events. Fixes #446551.
7906
7907 2007-06-11  Wim Taymans  <wim@fluendo.com>
7908
7909         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7910
7911         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
7912         (gst_queue_handle_src_query):
7913         Wait for preroll before attempting to forward a duration query upstream.
7914         Fixes #445505.
7915
7916 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
7917
7918         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
7919         (gst_base_rtp_depayload_set_gst_timestamp):
7920         Use G_GINT64_CONSTANT macro for int64 constant.
7921         * win32/common/libgstinterfaces.def:
7922         * win32/common/libgsttag.def:
7923         Add new exported functions.
7924
7925 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
7926
7927         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
7928           The BOS page of the first Dirac video stream needs to come before
7929           the BOS page of any Vorbis streams or other audio streams, just like
7930           it is with Theora.
7931
7932 2007-06-07  Wim Taymans  <wim@fluendo.com>
7933
7934         * gst/playback/gstqueue2.c: (gst_queue_get_range):
7935         Fix compilation.
7936
7937 2007-06-06  Wim Taymans  <wim@fluendo.com>
7938
7939         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7940
7941         * gst/playback/gstqueue2.c: (gst_queue_init),
7942         (gst_queue_handle_sink_event), (gst_queue_chain),
7943         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
7944         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
7945         (gst_queue_src_activate_pull):
7946         Add pull based scheduling and fix some deadlocks. Fixes #444523.
7947         Does not yet completely work because duration queries upstream won't
7948         block yet.
7949
7950 2007-06-06  Wim Taymans  <wim@fluendo.com>
7951
7952         * configure.ac:
7953         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7954         Some more fseeko checks.
7955
7956 2007-06-06  Wim Taymans  <wim@fluendo.com>
7957
7958         * configure.ac:
7959         check for large file support.
7960
7961 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
7962
7963         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
7964
7965         * gst/subparse/gstsubparse.c: (parse_subrip),
7966         (subviewer_unescape_newlines), (parse_subviewer),
7967         (gst_sub_parse_data_format_autodetect),
7968         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
7969         * gst/subparse/gstsubparse.h:
7970         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
7971         * tests/check/elements/subparse.c: (GST_START_TEST),
7972         (subparse_suite):
7973         Add a unit test for both SubViewer formats.
7974
7975 2007-06-01  Michael Smith <msmith@fluendo.com>
7976
7977         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
7978           Don't overflow intermediate values when seeking to large time values
7979           in audiotestsrc.
7980
7981 2007-06-05  Wim Taymans  <wim@fluendo.com>
7982
7983         * gst/playback/gstqueue2.c: (gst_queue_have_data),
7984         (gst_queue_create_read), (gst_queue_read_item_from_file),
7985         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
7986         Include stdio to define fseeko.
7987
7988 2007-06-05  Wim Taymans  <wim@fluendo.com>
7989
7990         Patch by: Edward Hervey  <edward@fluendo.com>
7991
7992         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
7993         (gst_v4lsrc_query):
7994         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
7995
7996 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
7997
7998         * gst-libs/gst/riff/Makefile.am:
7999         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
8000           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
8001           our own implementation.
8002
8003 2007-06-05  Wim Taymans  <wim@fluendo.com>
8004
8005         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8006         (gst_base_rtp_depayload_setcaps),
8007         (gst_base_rtp_depayload_set_gst_timestamp),
8008         (gst_base_rtp_depayload_change_state):
8009         Handle timestamp wraparound.
8010
8011 2007-06-05  Wim Taymans  <wim@fluendo.com>
8012
8013         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
8014         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
8015         (gst_uri_decode_bin_change_state):
8016         Make sure we name srcpads uniquely even when using different internal
8017         decodebins.
8018         Signal no-more-pads when no more dynamic elements exist.
8019         Remove pads on cleanup.
8020
8021 2007-06-05  Wim Taymans  <wim@fluendo.com>
8022
8023         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8024
8025         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8026         (gst_queue_init), (gst_queue_finalize),
8027         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8028         (gst_queue_create_read), (gst_queue_read_item_from_file),
8029         (gst_queue_open_temp_location_file),
8030         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8031         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8032         (gst_queue_is_empty), (gst_queue_is_filled),
8033         (gst_queue_change_state), (gst_queue_set_temp_location),
8034         (gst_queue_set_property):
8035         Add support for filebased buffering. Fixes #441264.
8036
8037 2007-06-05  Wim Taymans  <wim@fluendo.com>
8038
8039         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8040         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8041         (caps_notify_group_cb), (gst_decode_group_new),
8042         (gst_decode_group_free):
8043         Add support for delayed caps fixation when autoplugging.
8044         Optimize cases where a multiqueue is not needed/wanted, like right after
8045         anything that is not a demuxer.
8046
8047 2007-06-05  Wim Taymans  <wim@fluendo.com>
8048
8049         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8050         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8051         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8052         consideratly speedup ogg chain detection by not trying to find a base
8053         timestamp for skeleton streams. 
8054
8055 2007-06-05  Wim Taymans  <wim@fluendo.com>
8056
8057         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8058         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8059         (gst_multi_fd_sink_remove_flush),
8060         (gst_multi_fd_sink_remove_client_link),
8061         (gst_multi_fd_sink_handle_client_write),
8062         (gst_multi_fd_sink_handle_clients):
8063         * gst/tcp/gstmultifdsink.h:
8064         Add support for remove_flush.
8065
8066 2007-06-05  Wim Taymans  <wim@fluendo.com>
8067
8068         * docs/design/draft-keyframe-force.txt:
8069         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8070         (theora_enc_chain):
8071         Add draft design for forcing keyframes in encoders and implement in
8072         theoraenc.
8073
8074 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8075
8076         * configure.ac:
8077           Back to CVS
8078
8079 === release 0.10.13 ===
8080
8081 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8082
8083         * configure.ac:
8084           releasing 0.10.13, "What's Going on?"
8085
8086 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8087
8088         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8089         In riff, the depth is stored in the size field but it just means that
8090         the least significant bits are cleared. We can therefore just play
8091         the sample as if it had a depth == width. Fixes: #440997
8092
8093         Patch by: Wim Taymans <wim@fluendo.com> 
8094         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8095
8096 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8097
8098         * gst-libs/gst/floatcast/floatcast.h:
8099         Define inline when needed on win32 builds. Fixes: #441295
8100         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8101
8102 2007-05-29  Wim Taymans  <wim@fluendo.com>
8103
8104         * gst/playback/gstplaybasebin.c: (queue_overrun),
8105         (no_more_pads_full):
8106         Stop buffering when the group is commited because the queues filled up.
8107         Fixes #442024.
8108
8109 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8110
8111         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8112         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8113         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8114         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8115         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8116         * ext/alsa/gstalsamixer.h:
8117         * ext/alsa/gstalsamixerelement.c:
8118         (gst_alsa_mixer_element_interface_supported),
8119         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8120         (gst_alsa_mixer_element_set_property),
8121         (gst_alsa_mixer_element_get_property),
8122         (gst_alsa_mixer_element_change_state):
8123         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8124         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8125         (gst_mixer_option_changed):
8126         * gst-libs/gst/interfaces/mixer.h:
8127         Revert commits towards #152864 made so far. We'll pick it up again
8128         after the 0.10.13 release.
8129
8130 2007-05-24  Wim Taymans  <wim@fluendo.com>
8131
8132         * gst-libs/gst/audio/gstbaseaudiosink.c:
8133         (gst_base_audio_sink_render):
8134         After an interrupt (PAUSED/flush) assume that the next sample should not
8135         be aligned to the previous sample. Fixes #417992.
8136
8137 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8138
8139         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8140           Don't add channels and rate fields to the template caps for
8141           audio/x-dts, as wavparse might not always be able to set them,
8142           which would then lead to 'caps are not a real subset of the
8143           template caps' warnings.
8144
8145 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8146
8147         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8148         Handle unknown or invalid pads without crashing, as might occur if
8149         a media file like an mp3 is specified as a subtitle file.
8150         Fixes: #410039
8151
8152 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8153
8154         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8155         (setup_sinks):
8156         Block the subtitle bin output queue before ghosting it and linking,
8157         then unblock after. This avoids spurious not-linked errors caused 
8158         by the queue starting up (because it gets linked when it is ghosted). 
8159         Fixes: #350299
8160
8161 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8162
8163         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8164         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8165         file. Avoids flukes where the input gets typefound to some valid but
8166         useless type.
8167
8168 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8169
8170         * tests/check/Makefile.am:
8171         * tests/check/elements/.cvsignore:
8172         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8173         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8174           Add unit test for gnomevfssink seeking and position reporting for
8175           file:// URIs.
8176
8177 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8178
8179         Patch by: Mark Nauwelaerts <manauw at skynet be>
8180
8181         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8182         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8183         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8184         * ext/gnomevfs/gstgnomevfssink.h:
8185           Fix position reporting, especially after a seek (from upstream),
8186           see #412648.
8187
8188 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8189
8190         * ext/cdparanoia/gstcdparanoiasrc.c:
8191           Repair umlaut.
8192
8193 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8194
8195         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8196         Specify the full valid range for MP3 samplerates. Fixes a regression
8197         caused by extra header checks since the last release.
8198
8199 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8200
8201         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8202         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8203         Fix a locking-order bug I introduced with my changes the other day.
8204         Patch by Mike Smith.
8205
8206 2007-05-21  Michael Smith <msmith@fluendo.com>
8207
8208         * ext/theora/theoradec.c: (theora_handle_data_packet):
8209           Don't look inside 0-length packets (which indicate duplicated
8210           frames)
8211
8212 2007-05-21  Wim Taymans  <wim@fluendo.com>
8213
8214         * ext/cdparanoia/gstcdparanoiasrc.c:
8215         (gst_cd_paranoia_src_read_sector):
8216         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8217         (gst_base_audio_src_create):
8218         Small cleanups.
8219
8220         * ext/theora/theoradec.c: (theora_dec_sink_event):
8221         Fix typo.
8222
8223         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8224         (gst_base_rtp_depayload_set_gst_timestamp):
8225         Add some FIXME
8226
8227         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8228         And some debug info when a FIXME path is hit.
8229
8230 2007-05-21  Wim Taymans  <wim@fluendo.com>
8231
8232         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8233         (gst_base_rtp_audio_payload_class_init),
8234         (gst_base_rtp_audio_payload_init),
8235         (gst_base_rtp_audio_payload_finalize),
8236         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8237         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8238         (gst_base_rtp_payload_audio_handle_event):
8239         Some cleanups, remove minptime property as it is now in the parent
8240         class.
8241         Override parent class event function.
8242
8243         * gst-libs/gst/rtp/gstbasertppayload.c:
8244         (gst_basertppayload_class_init), (gst_basertppayload_init),
8245         (gst_basertppayload_event), (gst_basertppayload_set_property),
8246         (gst_basertppayload_get_property):
8247         * gst-libs/gst/rtp/gstbasertppayload.h:
8248         Add min-ptime property.
8249         Add handle-event vmethod. Fixes #415001.
8250
8251 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8252
8253         * gst-libs/gst/audio/gstbaseaudiosink.c
8254           (gst_base_audio_sink_change_state):
8255           Fix typo in comment.
8256
8257         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8258           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8259           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8260           close_link):
8261         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8262           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8263           Remove trailing whitespaces in comments.
8264
8265         * gst/volume/Makefile.am:
8266           Fix tabs.
8267
8268 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8269
8270         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8271
8272         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8273           set_option, get_option, _gst_reserved):
8274           Revert reordering functions (keep ABI).
8275
8276 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8277
8278         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8279         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8280         (gst_ximagesink_show_frame):
8281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8282         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8283         (gst_xvimagesink_show_frame):
8284         When we create our own window, indicate that we handle the 
8285         WM_DELETE client message from the window manager, so that it won't 
8286         kill our window (and our app) along with it. Handle ClientMessage,
8287         post an error on the bus, and close the window. Further buffers
8288         arriving will result in a FlowError because the window has been
8289         destroyed.
8290
8291         Fixes: #393975
8292
8293         Clean up the X event handling loop and make them the same for
8294         both xvimagesink and ximagesink while I'm at it.
8295
8296 2007-05-17  Wim Taymans  <wim@fluendo.com>
8297
8298         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8299         Make decodebin2 autoplug depayloaders too.
8300
8301         * gst/playback/gsturidecodebin.c: (source_new_pad):
8302         Set the newly created decoder in a usable state when autoplugging a
8303         dynamic source such as RTSP.
8304
8305 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8306
8307         * gst/playback/gststreaminfo.c: (cb_probe):
8308           Ignore video-codec tag for audio streams and ignore audio-codec tags
8309           for video streams. Should make codec name collection a bit more
8310           robust against sloppy demuxers that send tag events containing both
8311           tags down each pad.
8312
8313 2007-05-17  Wim Taymans  <wim@fluendo.com>
8314
8315         * gst/playback/gstqueue2.c: (update_rates):
8316         Tweak the buffering thresholds a little.
8317         Update the buffer size with the previously calculate rate instead of
8318         only when we calculate a new rate so that we get smoother buffering
8319         updates.
8320
8321         * gst/playback/Makefile.am:
8322         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8323         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8324         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8325         (gst_uri_decode_bin_get_property), (unknown_type),
8326         (add_element_stream), (no_more_pads_full), (no_more_pads),
8327         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8328         (gen_source_element), (has_all_raw_caps), (analyse_source),
8329         (remove_decoders), (make_decoder), (remove_source),
8330         (source_new_pad), (setup_source), (decoder_query_init),
8331         (decoder_query_duration_fold), (decoder_query_duration_done),
8332         (decoder_query_position_fold), (decoder_query_position_done),
8333         (decoder_query_latency_fold), (decoder_query_latency_done),
8334         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8335         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8336         (gst_uri_decode_bin_change_state), (plugin_init):
8337         New element that intergrates a source, optional buffering element and
8338         decodebin.
8339
8340 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8341
8342         * configure.ac:
8343           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8344           (also has a .pc file, so we don't need the fallback check any
8345           longer). Fixes #438840.
8346
8347 2007-05-17  Wim Taymans  <wim@fluendo.com>
8348
8349         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8350         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8351         (apply_segment), (apply_buffer), (update_buffering),
8352         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8353         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8354         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8355         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8356         (plugin_init):
8357         fix build.
8358
8359 2007-05-17  Wim Taymans  <wim@fluendo.com>
8360
8361         * gst/playback/Makefile.am:
8362         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8363         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8364         (gst_queue_getcaps), (gst_queue_bufferalloc),
8365         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8366         (apply_buffer), (update_buffering), (reset_rate_timer),
8367         (update_rates), (gst_queue_locked_flush),
8368         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8369         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8370         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8371         (gst_queue_loop), (gst_queue_handle_src_event),
8372         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8373         (gst_queue_src_activate_push), (gst_queue_change_state),
8374         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8375         On our way to playbin2 this is the new network queue that does buffering
8376         all by itself using high and low watermarks. It can also measure up and
8377         downstream bandwidth to optimally size the queue.
8378
8379 2007-05-17  Michael Smith <msmith@fluendo.com>
8380
8381         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8382         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8383           Use the segment->last_stop value to calculate the next timestamp to
8384           generate after a seek; not the segment->start value.
8385
8386 2007-05-15  David Schleef  <ds@schleef.org>
8387
8388         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8389           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8390
8391 2007-05-15  Wim Taymans  <wim@fluendo.com>
8392
8393         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8394         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8395         Some more chained streaming ogg timestamp fixes.
8396
8397 2007-05-15  Wim Taymans  <wim@fluendo.com>
8398
8399         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8400         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8401         (gst_ogg_demux_handle_page):
8402         Add some FIXMEs.
8403         Fix chain start/stop segment handling based on patch by
8404         <ahalda at cs dot mcgill dot ca> see #320984.
8405
8406 2007-05-15  Michael Smith <msmith@fluendo.com>
8407
8408         * configure.ac:
8409           We don't require a C++ compiler. So don't require one.
8410
8411 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8412
8413         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8414           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8415           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8416           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8417           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8418           gst_alsa_mixer_update_track):
8419           Apply some of the cleanup Tim suggested in #152864 afterwards.
8420
8421 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8422
8423         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8424
8425         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8426           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8427           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8428           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8429           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8430           gst_alsa_mixer_handle_source_callback,
8431           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8432           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8433           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8434           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8435           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8436           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8437         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8438         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8439           gst_alsa_mixer_element_interface_supported,
8440           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8441           gst_alsa_mixer_element_set_property,
8442           gst_alsa_mixer_element_get_property,
8443           gst_alsa_mixer_element_change_state):
8444         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8445         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8446           gst_mixer_option_changed):
8447         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8448           volume_changed, option_changed, _gst_reserved):
8449           Implement notification for alsamixer. Fixes #152864
8450
8451 2007-05-14  David Schleef  <ds@schleef.org>
8452
8453         * gst/videotestsrc/videotestsrc.c:
8454         * gst/videotestsrc/videotestsrc.h:
8455           Add support for video/x-raw-bayer.
8456
8457 2007-05-12  David Schleef  <ds@schleef.org>
8458
8459         * sys/xvimage/xvimagesink.c:
8460           Add some sanity checking for the XVImage size returned by X.
8461           Related to #377400.
8462
8463 2007-05-12  Wim Taymans  <wim@fluendo.com>
8464
8465         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8466         (gst_base_rtp_depayload_setcaps),
8467         (gst_base_rtp_depayload_set_gst_timestamp):
8468         Parse and use additional caps fields as described in updated
8469         application/x-rtp caps spec.
8470
8471 2007-05-12  Wim Taymans  <wim@fluendo.com>
8472
8473         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8474         (gst_ogg_demux_collect_chain_info):
8475         If there is a stream in a chain without any data packets, ignore the
8476         stream in the total length calculations. Might be related to #436820.
8477
8478 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8479
8480         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8481         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8482         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8483         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8484         (plugin_init):
8485
8486         Consolidate and re-work our mpeg system stream detection to probe
8487         more packets and produce a higher confidence result. Fixes a
8488         regression caused by lowering the typefind probability last year
8489         - related to bug #397810. Remove the redundant MPEG-1 specific 
8490         typefind function, as the new one detects both MPEG-1 & MPEG-2
8491         happily.
8492
8493         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8494         little. 
8495
8496         Tested against my media test directory, with some improvements and
8497         no regressions.
8498
8499 2007-05-10  Wim Taymans  <wim@fluendo.com>
8500
8501         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8502         (queue_out_of_data):
8503         Connect to the new queue "pushing" signal instead of the broken
8504         "running" one.
8505
8506 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8507
8508         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8509         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8510         Move variable declaration before the first instruction.
8511         * gst/videotestsrc/videotestsrc.c:
8512         Define M_PI if it's not defined yet.
8513         * win32/common/libgstrtp.def:
8514         Add new exported functions.
8515
8516 2007-05-09  Michael Smith <msmith@fluendo.com>
8517
8518         * ext/theora/theoradec.c: (theora_handle_type_packet):
8519           gst_pad_push_event() does not return a GstFlowReturn!
8520
8521 2007-05-09  Wim Taymans  <wim@fluendo.com>
8522
8523         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8524         * tests/examples/seek/seek.c: (do_seek):
8525         Some small cosmetic changes.
8526
8527 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8528
8529         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8530           gst_adder_change_state):
8531         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8532           segment_pending, segment_position, segment_rate):
8533           Handle playback-rate on adder.
8534
8535 2007-05-07  Michael Smith <msmith@fluendo.com>
8536
8537         * ext/theora/gsttheoradec.h:
8538         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8539         (theora_dec_sink_event), (theora_handle_comment_packet),
8540         (theora_handle_type_packet), (theora_dec_change_state):
8541           Don't push events (newsegment, tags) before initialising the
8542           decoder.
8543           This is neccesary for seeking to work correctly in gnonlin.
8544
8545 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8546
8547         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8548         * gst/adder/gstadder.c:
8549         * gst/audiotestsrc/gstaudiotestsrc.c
8550           (gst_audio_test_src_create_white_noise):
8551         * gst/videotestsrc/gstvideotestsrc.c:
8552         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8553           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8554           volume_sink_template, volume_src_template, gst_volume_init,
8555           volume_process_double, volume_process_int16,
8556           volume_process_int16_clamp):
8557           Doc fixes and formatting.
8558
8559 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8560
8561         * tests/check/Makefile.am:
8562         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8563           Minimal check for volume's GstController usability; also another
8564           test for #422295.
8565
8566 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8567
8568         * gst-libs/gst/cdda/gstcddabasesrc.c:
8569         (gst_cdda_base_src_add_track):
8570           Fix it so that it (a) makes sense and (b) doesn't break
8571           everything cdda-related including the unit test.
8572
8573 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8574
8575         * gst-libs/gst/cdda/gstcddabasesrc.c:
8576         (gst_cdda_base_src_add_track):
8577           Fix build when disabling asserts.
8578
8579 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8580
8581         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8582           When XShm is not available, we might get row strides that are not
8583           rounded up to multiples of four; this is bad, because virtually
8584           every RGB-processing element in GStreamer assumes rowstrides are
8585           rounded up to multiples of four, so let's allocate at least enough
8586           memory to avoid crashes in this case. The image will still be
8587           displayed distorted though if this happens, so that still needs
8588           fixing (maybe by allocating a bigger image with an 'even' width
8589           and then clipping it appropriately when rendering - something for
8590           Xlib aficionados in any case).
8591
8592 2007-05-03  Michael Smith <msmith@fluendo.com>
8593
8594         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8595           If a buffer doesn't have a timestamp, assume it's contiguous with
8596           the previous buffer, and synthesise timestamps appropriately.
8597
8598 2007-05-03  Edward Hervey  <edward@fluendo.com>
8599
8600         * tests/check/elements/videorate.c: (GST_START_TEST):
8601         Set buffer timestamp to a valid value in order to test the buffer
8602         really does stay in videorate.
8603
8604 2007-05-03  Edward Hervey  <edward@fluendo.com>
8605
8606         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8607         There is no sensible way to handle incoming buffers which don't have a
8608         valid timestamp. We therefore discard them and wait for the next one.
8609
8610 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8611
8612         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8613         * gst/playback/gstdecodebin2.c: (plugin_init):
8614           Better error message for text files.
8615
8616 2007-04-29  Wim Taymans  <wim@fluendo.com>
8617
8618         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8619         Fix offset bug in generation RR packets.
8620
8621 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8622
8623         * ext/theora/theoradec.c: (_theora_granule_time),
8624         (theora_dec_push_forward), (theora_handle_data_packet),
8625         (theora_dec_decode_buffer): Calculate buffer duration correctly
8626         to generate a perfect stream (#433888).
8627         * gst/audioresample/gstaudioresample.c:
8628         (audioresample_check_discont): Glib provides ABS.
8629
8630 2007-04-27  Wim Taymans  <wim@fluendo.com>
8631
8632         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8633         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8634         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8635         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8636         (gst_rtcp_packet_bye_set_reason):
8637         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8638         Fix RB block parsing and writing.
8639         Add support for constructing BYE packets.
8640
8641 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8642
8643         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8644         (gst_base_audio_src_create):
8645         * po/POTFILES.in:
8646           When posting a warning message because samples were dropped, post
8647           something more intelligible than he default error message for clock
8648           errors which is just confusing in this context (#432984).
8649
8650 2007-04-25  Wim Taymans  <wim@fluendo.com>
8651
8652         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8653         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8654         (read_packet_header), (gst_rtcp_packet_move_to_next),
8655         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8656         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8657         (gst_rtcp_packet_sdes_get_item_count),
8658         (gst_rtcp_packet_sdes_first_item),
8659         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8660         (gst_rtcp_packet_sdes_first_entry),
8661         (gst_rtcp_packet_sdes_next_entry),
8662         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8663         (gst_rtcp_packet_sdes_add_entry):
8664         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8665         Implement code to write SR, RR and SDES packets.
8666
8667 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8668
8669         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8670
8671         * sys/ximage/ximagesink.c:
8672           Fix build if XShm is not available (#432362).
8673
8674 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8675
8676         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8677         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8678         pointers to random memory which are passed to g_free() when
8679         audio_convert_prepare_context() is called the first time.
8680
8681 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8682
8683         Patch by: Dan Williams <dcbw redhat com>
8684
8685         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8686           Don't leak incoming buffer if gst_pad_push() returns a
8687           non-OK flow. Fixes #432755.
8688          
8689         * tests/check/elements/videorate.c: (GST_START_TEST),
8690         (videorate_suite):
8691           Unit test for the above by Yours Truly.
8692
8693 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8694
8695         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8696         (gst_adder_sink_event), (gst_adder_collected):
8697           Fix non-flushing segmented seeks, Fixes #340060 for me
8698
8699 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8700
8701         Patch by: Olivier Crete  <tester at tester ca>
8702
8703         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8704         (gst_base_rtp_audio_payload_class_init),
8705         (gst_base_rtp_audio_payload_init),
8706         (gst_base_rtp_audio_payload_dispose):
8707           Chain up to parent class in dispose function; get rid of
8708           unnecessary 'diposed' flag in private structure (#415001).
8709
8710 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8711
8712         * docs/libs/gst-plugins-base-libs.types:
8713         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8714         (gst_base_rtp_audio_payload_class_init):
8715         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8716         * gst-libs/gst/rtp/gstbasertppayload.c:
8717           Some minor docs fixes and additions; also add missing 'Since' bits.
8718
8719 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8720
8721         Patch by: Zeeshan Ali  <zeenix gmail com>
8722
8723         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8724         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8725         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8726         (gst_base_rtp_audio_payload_push):
8727         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8728           The recently-added gst_base_rtp_audio_payload_push() should take an
8729           object of type GstBaseRTPAudioPayload as first argument (#431672).
8730
8731 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8732
8733         * gst/audioresample/gstaudioresample.c:
8734           Make more functions static, just because we can.
8735
8736 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8737
8738         * tests/check/elements/audioresample.c:
8739           Add unit test for audioresample shutdown crasher (#420106).
8740
8741 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8742
8743         * gst/subparse/gstsubparse.c:
8744         * gst/subparse/samiparse.c:
8745           Use GST_DISABLE_XML here
8746
8747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8748         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8749         (gst_xvimagesink_buffer_alloc),
8750         (gst_xvimagesink_navigation_send_event):
8751         * sys/xvimage/xvimagesink.h:
8752           Include stdlib.h when using atoi.
8753           
8754         * tests/check/elements/playbin.c: (playbin_suite):
8755           Use GST_DISABLE_REGISTRY here
8756
8757 2007-04-19  Michael Smith  <msmith@fluendo.com>
8758
8759         * ext/theora/gsttheoraenc.h:
8760         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8761         (theora_enc_sink_event), (theora_enc_change_state):
8762           Track initialisation state; don't try to use encoder state if we're
8763           not initialised (it'll segfault).
8764
8765 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8766
8767         * tests/check/pipelines/.cvsignore:
8768         Fix build.
8769
8770 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8771
8772         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8773         Allow random depths between 1 and 32 instead of only multiplies of 8.
8774
8775 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8776
8777         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8778         Set the maximum number of channels for PCM and float in the correct
8779         place to have it also used when creating the template caps.
8780
8781 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8782
8783         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8784         Correctly support 4, 6 and 8 channels with normal PCM and float
8785         wav files.
8786
8787         Fix the depth and signedness calculation in extensible wav files and
8788         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8789         mask is found.
8790
8791         Add support for float, alaw and mulaw in extensible wav files.
8792
8793         This allows correct playback of all but 5 files from
8794         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8795         
8796         (gst_riff_create_audio_template_caps):
8797         Add voxware and float formats to the template caps.     
8798
8799 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8800
8801         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8802
8803         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8804         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8805
8806         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8807         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8808         Use the correct format strings for integer formats.
8809
8810 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8811
8812         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8813           Don't use pad_alloc_buffer_and_set_caps to create a small header
8814           packet, or, worse, to create a big temporary video buffer using the
8815           src pad.
8816
8817 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8818
8819         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8820         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8821           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8822           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8823
8824 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8825
8826         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8827           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8828           streamheader_suite):
8829           Add another test set up for failure
8830
8831 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8832
8833         * tests/check/Makefile.am:
8834         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8835           GST_START_TEST, streamheader_suite, main):
8836           Add a test for the streamheader bug Wim fixed.
8837
8838 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8839
8840         * ext/theora/theoradec.c: (theora_dec_sink_event):
8841         Fix misleading comment.
8842
8843 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8844
8845         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8846           More sanity checks for the header fields.
8847
8848 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8849
8850         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8851           Try encodings from all environment variables, not just those in the
8852           first environment variable that is set.
8853
8854 2007-04-12  Wim Taymans  <wim@fluendo.com>
8855
8856         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8857         (gst_video_rate_chain):
8858         Add some debug.
8859
8860         * tests/check/elements/videorate.c: (GST_START_TEST),
8861         (videorate_suite):
8862         Added check for videorate changing caps handling. Closes #421834.
8863
8864 2007-04-12  Michael Smith  <msmith@fluendo.com>
8865
8866         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8867           Use scale functions to avoid overflow when calculating duration of 
8868           vorbis buffers.
8869
8870 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8871
8872         * docs/libs/gst-plugins-base-libs-sections.txt:
8873         * gst-libs/gst/tag/tag.h:
8874         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8875           API: add gst_tag_freeform_string_to_utf8() (#405072).
8876
8877         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
8878           Use gst_tag_freeform_string_to_utf8() here.
8879
8880 2007-04-12  Wim Taymans  <wim@fluendo.com>
8881
8882         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
8883         (gst_gdp_pay_sink_event):
8884         Make sure we set the IN_CAPS flag correctly.
8885
8886         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8887         Get the IN_CAPS flag before we call functions that mess with the flags.
8888
8889 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8890
8891         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
8892           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
8893           Only stamp buffers with offset/offset_end right before they get
8894           pushed.  This ensures offset continuity, which was not the case
8895           before as shown by
8896           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
8897
8898 2007-04-06  Wim Taymans  <wim@fluendo.com>
8899
8900         * gst/playback/gstplaybin.c: (add_sink),
8901         (gst_play_bin_change_state):
8902         Activate sync in playbin, we are ready to handle it for live streams.
8903
8904 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8905
8906         * tests/check/elements/playbin.c:
8907         (test_sink_usage_video_only_stream), (playbin_suite):
8908           Add small test for stream-info-value-array code paths.
8909
8910 2007-04-05  Wim Taymans  <wim@fluendo.com>
8911
8912         * gst-libs/gst/audio/gstbaseaudiosink.c:
8913         (gst_base_audio_sink_skew_slaving):
8914         Don't try to create invalid calibration parameters by making the
8915         internal time go backwards, instead make external time go forward.
8916
8917 2007-04-05  Wim Taymans  <wim@fluendo.com>
8918
8919         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8920
8921         * gst/playback/gstplaybasebin.c: (add_stream):
8922         Fix leak in add_stream(), when g_value_set_object() increases the
8923         refcount of streaminfo object. Fixes #426250.
8924
8925 2007-04-03  David Schleef  <ds@schleef.org>
8926
8927         * gst/videotestsrc/gstvideotestsrc.c:
8928         * gst/videotestsrc/gstvideotestsrc.h:
8929         * gst/videotestsrc/videotestsrc.c:
8930         * gst/videotestsrc/videotestsrc.h:
8931           Add a test pattern called "circular", which has concentric
8932           rings with varying radial frequency.  The main purpose of this
8933           pattern is to test fidelity loss in a filter or scaler element.
8934           Notably, this pattern is scale invariant, and is optimally viewed
8935           with a width (and height) of 400.
8936
8937 2007-04-03  Wim Taymans  <wim@fluendo.com>
8938
8939         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8940
8941         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
8942         (deactivate_free_recursive):
8943         Decodebin2 doesn't unref pads it obtains in some occasions:
8944         - multiqueue src pads, when either connecting further or exposing
8945         - sink pads of new autoplugged elements
8946         - peer pads when recursively freeing elements
8947         Fixes #425455.
8948
8949 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8950
8951         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8952         Add audio/x-raw-float support, now that audioconvert support
8953         non-native endianness floats.
8954
8955 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
8956
8957         * docs/libs/gst-plugins-base-libs-docs.sgml:
8958           gstreamer-plugins-base.pc doesn't exist, it's
8959           gstreamer-plugins-base-0.10.pc.
8960
8961 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8962
8963         Patch by: René Stadler <mail at renestadler dot de>
8964         with some minor changes
8965
8966         * gst-libs/gst/floatcast/floatcast.h:
8967         Use more efficient float endianness conversion functions that don't
8968         involve 2 function calls per value.
8969         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8970         (check_default), (audio_convert_prepare_context):
8971         * gst/audioconvert/gstaudioconvert.c:
8972         (gst_audio_convert_parse_caps), (make_lossless_changes):
8973         Support non-native endianness floats as input and output.
8974         Fixes #339838.
8975         * tests/check/elements/audioconvert.c: (verify_convert),
8976         (GST_START_TEST):
8977         Add unit tests for the non-native endianness float conversions.
8978
8979 2007-03-29  Wim Taymans  <wim@fluendo.com>
8980
8981         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8982         (gst_base_rtp_depayload_base_init),
8983         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
8984         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
8985         (gst_base_rtp_depayload_set_gst_timestamp),
8986         (gst_base_rtp_depayload_change_state),
8987         (gst_base_rtp_depayload_set_property),
8988         (gst_base_rtp_depayload_get_property):
8989         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8990         Add Private structure.
8991         Bring element code to 2007.
8992         Parse clock-base caps param and use it when generating the
8993         newsegment.
8994         Reset variables before going to PAUSED.
8995         Fix some docs.
8996
8997 2007-03-29  Wim Taymans  <wim@fluendo.com>
8998
8999         * docs/libs/gst-plugins-base-libs-docs.sgml:
9000         * docs/libs/gst-plugins-base-libs-sections.txt:
9001         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9002         (gst_base_rtp_audio_payload_get_adapter):
9003         Add RTCP docs.
9004         Fix some more docs.
9005
9006         * gst-libs/gst/rtp/Makefile.am:
9007         * gst-libs/gst/rtp/gstrtcpbuffer.c:
9008         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
9009         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
9010         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
9011         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
9012         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
9013         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
9014         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
9015         (gst_rtcp_packet_sr_get_sender_info),
9016         (gst_rtcp_packet_sr_set_sender_info),
9017         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
9018         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
9019         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
9020         (gst_rtcp_packet_sdes_get_chunk_count),
9021         (gst_rtcp_packet_sdes_first_chunk),
9022         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
9023         (gst_rtcp_packet_sdes_first_item),
9024         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9025         (gst_rtcp_packet_bye_get_ssrc_count),
9026         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9027         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9028         (gst_rtcp_packet_bye_get_reason_len),
9029         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9030         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9031         Add new helper object for parsing and creating RTCP messages.
9032
9033 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9034
9035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9036         PCM samples with width=8 must be always unsigned, no matter what
9037         depth they have.
9038
9039 2007-03-29  Andy Wingo  <wingo@pobox.com>
9040
9041         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9042         perfect offsets also, not just timestamps.
9043
9044         * tests/check/elements/videorate.c (test_more): Test that given
9045         any incoming offsets, that videorate produces perfect offsets.
9046
9047 2007-03-29  Wim Taymans  <wim@fluendo.com>
9048
9049         * gst-libs/gst/riff/riff-ids.h:
9050         Add some more RIFF formats.
9051
9052 2007-03-29  Wim Taymans  <wim@fluendo.com>
9053
9054         * gst-libs/gst/rtp/gstrtpbuffer.c:
9055         (gst_rtp_buffer_default_clock_rate):
9056         * gst-libs/gst/rtp/gstrtpbuffer.h:
9057         Fix fixed payload names and docs.
9058         Added method to get the default clock rates of fixed payload types.
9059         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9060
9061 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9062
9063         * tests/check/pipelines/.cvsignore:
9064         Add new vorbisdec test to cvsignore.
9065
9066 2007-03-28  Wim Taymans  <wim@fluendo.com>
9067
9068         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9069         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9070         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9071         (gst_base_audio_sink_set_property),
9072         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9073         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9074         (gst_base_audio_sink_skew_slaving),
9075         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9076         (gst_base_audio_sink_async_play):
9077         * gst-libs/gst/audio/gstbaseaudiosink.h:
9078         Store private stuff in GstBaseAudioSinkPrivate.
9079         Add configurable clock slaving modes property.
9080         API:: GstBaseAudioSink::slave-method property
9081         Some more latency reporting tweaks.
9082         Added skew based clock slaving correction and make it the default until
9083         the resampling method is more robust.
9084
9085 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9086
9087         * gst/audioconvert/audioconvert.c:
9088         Add docs to the integer pack functions and implement proper
9089         rounding. Before we had rounding towards negative infinity, i.e.
9090         always the smaller number was taken. Now we use natural rounding,
9091         i.e. rounding to the nearest integer and to the one with the largest
9092         absolute value for X.5. The old rounding introduced some minor
9093         distortions. Fixes #420079
9094         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9095         Fix one unit test that assumed the old rounding and added unit tests
9096         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9097         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9098         rounding from signed int32 to signed/unsigned int16.
9099
9100 2007-03-27  Michael Smith  <msmith@fluendo.com>
9101
9102         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9103         (gst_audio_convert_transform_caps):
9104           Fix typo in debug line introduced recently, as pointed out on irc.
9105
9106 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9107
9108         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9109         * tests/check/libs/tag.c: (GST_START_TEST):
9110           Make sure we parse floating-point numbers in vorbis comments
9111           correctly with either '.' or ',' as separator, no matter what
9112           the current locale is. Add unit test for this too.
9113
9114 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9115
9116         Patch by: René Stadler  <mail at renestadler de>
9117
9118         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9119           When writing out floating-point numbers to vorbis comment tags, always
9120           use the same character as separator no matter what the current locale is
9121           (fixes #423051).
9122
9123         * tests/check/libs/tag.c: (GST_START_TEST):
9124           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9125
9126 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9127
9128         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9129           vorbis_handle_data_packet):
9130           Correctly set DURATION to generate a timestamp-continuous stream.
9131           One bug left at the end; see
9132           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9133         * tests/check/Makefile.am:
9134         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9135           Add a test to check this.  Without the above patch this test fails.
9136
9137 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9138
9139         * gst-libs/gst/rtp/Makefile.am:
9140         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9141
9142 2007-03-23  Michael Smith  <msmith@fluendo.com>
9143
9144         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9145         (gst_video_rate_reset), (gst_video_rate_chain):
9146           If videorate changes caps, we can no longer use the old buffer
9147           (which may have a different size, incompatible with our caps).
9148           So don't do that; just duplicate the new frame more times.
9149
9150 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9151
9152         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9153         Remove playbin's override of the set_clock vmethod. It's irrelevant
9154         after Wim's commit on the 19th.
9155
9156 2007-03-22  Wim Taymans  <wim@fluendo.com>
9157
9158         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9159         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9160         * ext/gnomevfs/gstgnomevfssrc.h:
9161         Don't cache file sizes. Fixes #341078.
9162
9163 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9164
9165         * gst/playback/gstplaybin.c: (add_sink):
9166           Use GST_PTR_FORMAT to log caps. 
9167
9168 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9169
9170         Patch by: Young-Ho Cha <ganadist at chollian net>
9171
9172         * gst/subparse/samiparse.c: (handle_start_font):
9173           Special-case some more colour names that pango doesn't handle by
9174           default. Fixes #420578.
9175
9176 2007-03-20  Michael Smith  <msmith@fluendo.com>
9177
9178         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9179           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9180           that marks EOS internally. After that, libvorbis will buffer all
9181           input data, and encode none of it, eventually leading to memory
9182           exhaustion.
9183
9184 2007-03-19  Wim Taymans  <wim@fluendo.com>
9185
9186         * gst/playback/gstdecodebin.c: (remove_fakesink):
9187         Don't post STATE_DIRTY anymore.
9188
9189         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9190         (gst_play_bin_change_state):
9191         Remove stream_time reset in seek handling, core does that now.
9192         Disable clocking for live pipelines by forcing a NULL clock to the
9193         complete pipeline, core is too smart now for our previous hack.
9194         We can always autoplug in PAUSED now.
9195
9196 2007-03-17  David Schleef  <ds@schleef.org>
9197
9198         * REQUIREMENTS:  Update this file, change the formatting to make
9199         it more consistent, plus more machine readable.
9200
9201 2007-03-16  Michael Smith  <msmith@fluendo.com>
9202
9203         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9204         (strip_width_64), (append_with_other_format):
9205           Previous fix was too simplistic, and broke the tests. Use a better
9206           approach; only strip 64 from widths for integer audio.
9207
9208 2007-03-16  Michael Smith  <msmith@fluendo.com>
9209
9210         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9211         (gst_audio_convert_transform_caps):
9212           We don't support 64 bit integer audio, so don't try to claim we can.
9213           Stops us producing caps don't match our template caps.
9214           Update comments.
9215
9216 2007-03-15  Michael Smith  <msmith@fluendo.com>
9217
9218         * gst/audioresample/gstaudioresample.c:
9219         (audioresample_check_discont), (audioresample_transform):
9220           Don't trigger discontinuities for very small imperfections; a filter
9221           flush will sound bad, and many plugins have rounding errors leading
9222           to these.
9223
9224 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9225
9226         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9227
9228         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9229         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9230         API: add "min-ptime" property to RTP base audio payloader.
9231         API: add gst_base_rtp_audio_payload_push().
9232         API: add gst_base_rtp_audio_payload_get_adapter().
9233         Fixes #415001
9234         Indentation/whitespace/documentation fixes.
9235
9236 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9237
9238         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9239         (audioresample_transform_size), (audioresample_do_output),
9240         (audioresample_transform), (audioresample_pushthrough): Handle
9241         discontinuous streams.
9242         * gst/audioresample/gstaudioresample.h:
9243         * tests/check/elements/audioresample.c:
9244         (test_discont_stream_instance), (GST_START_TEST),
9245         (audioresample_suite): Add a test for discontinuous streams.
9246         * win32/common/config.h: Updated.
9247
9248 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9249
9250         * po/af.po:
9251         * po/az.po:
9252         * po/cs.po:
9253         * po/en_GB.po:
9254         * po/it.po:
9255         * po/nb.po:
9256         * po/nl.po:
9257         * po/or.po:
9258         * po/sq.po:
9259         * po/sr.po:
9260         * po/sv.po:
9261         * po/uk.po:
9262         * po/vi.po:
9263           Update translations from translation project.
9264
9265 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9266
9267         * gst/audioresample/debug.h:
9268         * gst/audioresample/resample.c: (resample_init):
9269           Since I really am not interested in a debug line for each sample
9270           being processed, move the library's debugging to its own category,
9271           libaudioresample
9272
9273 2007-03-13  Michael Smith  <msmith@fluendo.com>
9274
9275         * ext/theora/theoradec.c: (theora_handle_type_packet):
9276           Since the plugin doesn't support anything other than 4:2:0 right
9277           now, post an error and fail if we get something else. Won't matter
9278           until libtheora supports the other pixel formats, but hopefully
9279           that'll be soon...
9280
9281 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9282
9283         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9284         Use gst_guint64_to_gdouble for conversion.
9285         * win32/MANIFEST:
9286         Add new files to the win32 MANIFEST.
9287         * win32/common/libgstaudio.def:
9288         * win32/common/libgstpbutils.def:
9289         Add new exported functions.
9290         * win32/vs6/gst_plugins_base.dsw:
9291         * win32/vs6/libgstdecodebin.dsp:
9292         * win32/vs6/libgstplaybin.dsp:
9293         Change the link to libgstpbutils.lib.
9294         * win32/vs6/libgstdecodebin2.dsp:
9295         Add a new project for decodebin2.
9296         * win32/vs6/libgstpbutils.dsp:
9297         Add a new project for pbutils.
9298
9299 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9300
9301         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9302           Also accept partial dates with only year and month,
9303           like 1999-12-00 (fixes #410396 even more).
9304
9305         * tests/check/libs/tag.c: (GST_START_TEST):
9306           Add unit test for the above.
9307
9308 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9309
9310         * tests/check/elements/subparse.c: (GST_START_TEST),
9311         (subparse_suite):
9312           Add unit test for MPL2 subtitle format (#413799).
9313
9314 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9315
9316         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9317
9318         * gst/subparse/Makefile.am:
9319         * gst/subparse/gstsubparse.c:
9320         (gst_sub_parse_data_format_autodetect),
9321         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9322         (gst_subparse_type_find):
9323         * gst/subparse/gstsubparse.h:
9324         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9325         * gst/subparse/mpl2parse.h:
9326           Add support for MPL2 subtitle format (#413799).
9327
9328 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9329
9330         * configure.ac:
9331           We require core CVS for the new buffer metadata copy functions.
9332
9333 2007-03-09  Wim Taymans  <wim@fluendo.com>
9334
9335         * gst-libs/gst/tag/gstid3tag.c:
9336         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9337         Fixes #414496.
9338
9339         Patch by: Alex Lancaster <alexl at users sourceforge net>
9340
9341 2007-03-09  Wim Taymans  <wim@fluendo.com>
9342
9343         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9344         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9345         Improve adapter usage and comments.
9346
9347 2007-03-09  Wim Taymans  <wim@fluendo.com>
9348
9349         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9350         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9351         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9352         Use new metadata copy function.
9353
9354         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9355         (gst_ffmpegcsp_transform):
9356         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9357         Basetransform copied the metadata for us.
9358
9359 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9360
9361         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9362         (gst_text_overlay_video_event):
9363           Some more logging. Only accept newsegment events in TIME format and
9364           send a WARNING message if they are not in TIME format.
9365
9366         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9367         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9368         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9369         * gst/subparse/gstsubparse.h:
9370           No need to allocate GstSegment structure dynamically, just put it
9371           into the instance structure; ignore newsegment events in BYTE
9372           format and in particular don't let it overwrite our saved TIME
9373           segment from the last seek.
9374
9375 2007-03-09  Michael Smith  <msmith@fluendo.com>
9376
9377         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9378           Replace AC3 typefinder with one that isn't terrible, and actually
9379           works usefully.
9380
9381 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9382
9383         * gst/audioconvert/gstaudioconvert.c:
9384         (gst_audio_convert_transform):
9385           fix error category and translatable string
9386           
9387
9388 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9389
9390         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9391         * pkgconfig/gstreamer-plugins-base.pc.in:
9392           Fix up utils => pbutils here too.
9393
9394 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9395
9396         * gst/subparse/gstsubparse.c: (handle_buffer):
9397           Break out of loop in chain function as soon as possible if we get
9398           a non-OK flow return.
9399
9400 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9401
9402         * tests/check/elements/alsa.c: (GST_START_TEST):
9403         Unref the mixer if the state change fails too (if the
9404         alsa devices are inaccessible, for example)
9405
9406 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9407
9408         * tests/check/Makefile.am:
9409         Don't test libvisual elements in the states check, because libvisual
9410         seems to leak internally.
9411
9412         Re-enable the alsa and states tests now that there's new suppressions
9413         in gst.supp.
9414
9415         * tests/check/elements/alsa.c: (GST_START_TEST):
9416         Don't leak the alsamixer we instantiated.
9417
9418 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9419
9420         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9421         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9422         (gst_ximagesink_finalize):
9423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9424         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9425         Move some cleanup stuff from the state change handler into a _reset()
9426         function that can be called from _finalize(). This ensures that things
9427         get freed even if (for some reason) the NULL->READY state transition
9428         fails in the parent class.
9429         Even if a parent state change fails, process our downward state change
9430         logic instead of bailing out early.
9431         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9432
9433 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9434
9435         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9436         Extra log line.
9437
9438         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9439         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9440         Use pango_font_description_set_family_static instead of 
9441         pango_font_description_set_family to save a string copy (it was
9442         leaking due to the strdup anyway)
9443
9444         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9445         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9446         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9447         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9448         Chain up in finalize.
9449
9450 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9451
9452         * gst-libs/gst/interfaces/mixertrack.c:
9453         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9454         (gst_mixer_track_set_property):
9455           API: add "untranslated-label" property which should be set by
9456           implementations at construct time (#414645).
9457
9458         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9459         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9460           Set "untranslated-label" when constructing mixer track objects.
9461
9462         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9463           Unit test to check the above.
9464
9465 2007-03-07  Wim Taymans  <wim@fluendo.com>
9466
9467         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9468         Fix confusing debug message.
9469
9470 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9471
9472         * gst-plugins-base.doap:
9473         update doap file with new version
9474
9475 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9476
9477         * configure.ac:
9478         Back to CVS
9479
9480 === release 0.10.12 ===
9481
9482 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9483
9484         * configure.ac:
9485           releasing 0.10.12, "Zombie Horde"
9486
9487 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9488
9489         * configure.ac:
9490         Bump version to 0.10.11.4 pre-release
9491
9492 2007-03-06  Wim Taymans  <wim@fluendo.com>
9493
9494         * gst-libs/gst/audio/gstbaseaudiosink.c:
9495         (gst_base_audio_sink_async_play):
9496         Fix regression that made GStreamer skip the first samples of audio.
9497         Fixes #414684.
9498
9499 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9500
9501         * configure.ac:
9502         Bump version to 0.10.11.3 pre-release
9503
9504 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9505
9506         * po/POTFILES.in:
9507           Update paths for the rename from utils to pbutils to fix the build.
9508
9509 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9510
9511         * gst-libs/gst/pbutils/Makefile.am:
9512           Change directory to install headers in from gst/utils to gst/pbutils
9513           as well.
9514
9515 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9516
9517         * configure.ac:
9518         * docs/libs/gst-plugins-base-libs-docs.sgml:
9519         * docs/libs/gst-plugins-base-libs-sections.txt:
9520         * gst-libs/gst/Makefile.am:
9521         * gst-libs/gst/interfaces/mixer.c:
9522         * gst-libs/gst/pbutils/Makefile.am:
9523         * gst-libs/gst/pbutils/descriptions.c:
9524         (gst_pb_utils_get_source_description),
9525         (gst_pb_utils_get_sink_description),
9526         (gst_pb_utils_get_decoder_description),
9527         (gst_pb_utils_get_encoder_description),
9528         (gst_pb_utils_get_element_description),
9529         (gst_pb_utils_add_codec_description_to_tag_list),
9530         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9531         * gst-libs/gst/pbutils/descriptions.h:
9532         * gst-libs/gst/pbutils/install-plugins.c:
9533         * gst-libs/gst/pbutils/install-plugins.h:
9534         * gst-libs/gst/pbutils/missing-plugins.c:
9535         (gst_missing_uri_source_message_new),
9536         (gst_missing_uri_sink_message_new),
9537         (gst_missing_element_message_new),
9538         (gst_missing_decoder_message_new),
9539         (gst_missing_encoder_message_new),
9540         (gst_missing_plugin_message_get_description):
9541         * gst-libs/gst/pbutils/missing-plugins.h:
9542         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9543         * gst-libs/gst/pbutils/pbutils.h:
9544         * gst-libs/gst/utils/Makefile.am:
9545         * gst-libs/gst/utils/base-utils.c:
9546         * gst-libs/gst/utils/base-utils.h:
9547         * gst-libs/gst/utils/descriptions.c:
9548         * gst-libs/gst/utils/descriptions.h:
9549         * gst-libs/gst/utils/install-plugins.c:
9550         * gst-libs/gst/utils/install-plugins.h:
9551         * gst-libs/gst/utils/missing-plugins.c:
9552         * gst-libs/gst/utils/missing-plugins.h:
9553         * gst-plugins-base.spec.in:
9554         * gst/playback/Makefile.am:
9555         * gst/playback/gstdecodebin.c:
9556         * gst/playback/gstdecodebin2.c:
9557         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9558         (gen_source_element):
9559         * gst/playback/gstplaybin.c: (plugin_init):
9560         * tests/check/Makefile.am:
9561         * tests/check/libs/pbutils.c: (GST_START_TEST),
9562         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9563         * tests/check/libs/utils.c:
9564           rename utils to pbutils
9565
9566 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9567
9568         * docs/plugins/Makefile.am:
9569         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9570         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9571         * docs/plugins/inspect/plugin-decodebin2.xml:
9572         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9573         Add documentation for decodebin2 that indicates that the API
9574         is still unstable.
9575
9576 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9577
9578         * configure.ac:
9579         Update to 0.10.11.2 (0.10.12 pre-release)
9580
9581 2007-03-01  Wim Taymans  <wim@fluendo.com>
9582
9583         * gst-libs/gst/audio/gstbaseaudiosink.c:
9584         (gst_base_audio_sink_async_play):
9585         base time is irrelevant here.
9586
9587 2007-03-01  Wim Taymans  <wim@fluendo.com>
9588
9589         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9590         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9591         Improve debugging.
9592
9593         * gst-libs/gst/audio/gstbaseaudiosink.c:
9594         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9595         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9596         Improve latency and clock slaving calculations.
9597         Improve slave clock calibration.
9598
9599         * gst-libs/gst/audio/gstringbuffer.c:
9600         (gst_ring_buffer_commit_full):
9601         When we are asked to render N sample to 0 bytes, return N.
9602
9603 2007-03-01  Wim Taymans  <wim@fluendo.com>
9604
9605         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9606         (gst_alsasink_write), (gst_alsasink_reset):
9607         * ext/alsa/gstalsasink.h:
9608         Remove unused dispose function.
9609         Rename lock to not interfere with alsasrc lock.
9610
9611         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9612         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9613         (gst_alsasrc_read), (gst_alsasrc_reset):
9614         * ext/alsa/gstalsasrc.h:
9615         Implement finalize function.
9616         Use lock to protect alsa access.
9617         Implement _reset.
9618         Fine tune sw params.
9619
9620 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9621
9622         * configure.ac:
9623           Convert to new AG_GST style.
9624
9625 2007-02-28  Wim Taymans  <wim@fluendo.com>
9626
9627         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9628
9629         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9630         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9631         Fix race condition when rapidly switching visualisations in playbin.
9632         Fixes #401029.
9633
9634 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9635
9636         * tests/check/Makefile.am:
9637         Include local stuff before system installed things in LDFLAGS and
9638         CFLAGS.
9639
9640 2007-02-28  Wim Taymans  <wim@fluendo.com>
9641
9642         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9643         Improve debugging.
9644
9645 2007-02-28  Wim Taymans  <wim@fluendo.com>
9646
9647         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9648         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9649         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9650         Fix duration and timestamping, taking latency into account.
9651         Implement latency query.
9652
9653 2007-02-28  Wim Taymans  <wim@fluendo.com>
9654
9655         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9656         (gst_audio_clock_new):
9657         Fix clock name.
9658
9659         * gst-libs/gst/audio/gstbaseaudiosink.c:
9660         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9661         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9662         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9663         (gst_base_audio_src_create):
9664         Improve latency query code.
9665         Use proper clock names.
9666
9667 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9668
9669         * tests/check/generic/states.c: (GST_START_TEST):
9670           Copy the states.c test from core again
9671         * tests/check/Makefile.am:
9672           ignore cdio and cdparanoiasrc
9673
9674 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9675
9676         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9677         (double_hq), (audio_convert_get_func_index), (check_default),
9678         (audio_convert_prepare_context), (audio_convert_convert):
9679           Also make valgrind happy and avoid copying data in some cases.
9680
9681 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9682
9683         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9684         (double_hq), (audio_convert_get_func_index),
9685         (audio_convert_prepare_context), (audio_convert_convert):
9686         * gst/audioconvert/gstaudioconvert.c:
9687         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9688         (gst_audio_convert_transform_caps):
9689         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9690         (audioconvert_suite):
9691           Don't run inplace if that overwrites source data as we go. Add more
9692           tests. Fixes #339837 even more.
9693
9694 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9695
9696         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9697         (msg_segment_done): Fix various seeking bugs (Slider was not
9698         updating when doing a non flushing seek, Reverse playback 
9699         on segment seek was wrong).
9700
9701 2007-02-26  Wim Taymans  <wim@fluendo.com>
9702
9703         * tests/examples/seek/seek.c: (stop_seek):
9704         When we stop scrubbing, don't leave the pipeline PLAYING when we
9705         requested a PAUSED state.
9706
9707 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9708
9709         Patch by: René Stadler <mail at renestadler de>
9710
9711         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9712           Parse date strings in vorbis comments that have an invalid (zero)
9713           month or day (#410396).
9714
9715         * tests/check/libs/tag.c: (GST_START_TEST):
9716           Test case for the above.
9717
9718 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9719
9720         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9721
9722         * configure.ac:
9723         * ext/alsa/Makefile.am:
9724         * gst/audiotestsrc/Makefile.am:
9725           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9726
9727 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9728
9729         * gst/playback/gstplaybin.c:
9730           Improve docs: point out that the application needs to assist playbin
9731           with buffering.
9732
9733 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9734
9735         * gst-libs/gst/utils/install-plugins.c:
9736         * gst-libs/gst/utils/missing-plugins.c:
9737         * tests/check/libs/utils.c: (missing_msg_check_getters):
9738           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9739           to just 'gstreamer'. Document the caps string component of the
9740           decoder/encoder detail a bit better, since not everyone will be
9741           familiar with the GStreamer media type/caps system (but they better
9742           enjoy nested itemized lists).
9743
9744 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9745
9746         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9747         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9748           Fix copying of GstNetBuffer (would crash before, or at least lead to
9749           invalid memory access, #410772), for now by copying the GstBuffer copy
9750           code from the core over here so we can copy the GstBuffer fields on a
9751           provided buffer instance (of type GstNetBuffer in this case). Would be
9752           better to fix this with some support by the core though (and in the long
9753           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9754
9755         * tests/check/Makefile.am:
9756           Enable unit test for GstNetBuffer.
9757
9758 2007-02-22  Andy Wingo  <wingo@pobox.com>
9759
9760         * gst-libs/gst/audio/gstbaseaudiosink.c
9761         (gst_base_audio_sink_init): Disable pull-mode activation until we
9762         figure out how to make audio sinks go to PLAYING.
9763
9764 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9765
9766         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9767         (double_hq), (audio_convert_get_func_index),
9768         (audio_convert_prepare_context), (audio_convert_convert):
9769         * gst/audioconvert/audioconvert.h:
9770         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9771         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9772         * gst/audioconvert/gstchannelmix.h:
9773         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9774           Add float as an intermediate format, as well as float mixing. Enable
9775           test that was failing before. Fixes #339837
9776
9777 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9778
9779         * tests/examples/seek/seek.c: (do_seek):
9780         Undo the previous commit: -1 as a stop time implies that the stop
9781         time is the end of file, clearing any previously configured segment.
9782
9783 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9784
9785         * tests/examples/seek/seek.c: (do_seek):
9786         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9787
9788 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9789
9790         * gst/volume/gstvolume.c: (volume_process_int16),
9791         (volume_process_int16_clamp), (volume_set_caps):
9792           Unbreak volume, value remains gint.
9793
9794 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9795
9796         * gst/volume/gstvolume.c: (volume_choose_func),
9797         (volume_update_real_volume), (gst_volume_set_volume),
9798         (gst_volume_init), (volume_process_double), (volume_process_float),
9799         (volume_process_int16), (volume_process_int16_clamp),
9800         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9801         * gst/volume/gstvolume.h:
9802           Extend float audio support (double) and some int->uint cleanups.
9803
9804 2007-02-20  Edward Hervey  <edward@fluendo.com>
9805
9806         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9807         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9808         (sort_end_pads), (gst_decode_group_expose),
9809         (gst_decode_group_hide):
9810         Don't free groups from the streaming threads. Just put them aside and
9811         free them in dispose.
9812
9813 2007-02-20  Edward Hervey  <edward@fluendo.com>
9814
9815         * gst/playback/gstdecodebin2.c: (connect_element),
9816         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9817         (sort_end_pads), (gst_decode_group_expose):
9818         Handle dynamic pads within groups.
9819         Sort pads before exposing them in order to make playbin happy.
9820         There still is a race with the multiqueue filling up. This should be
9821         solved separately.
9822         Fixes #398721
9823
9824 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9825
9826         * gst-libs/gst/utils/base-utils.c:
9827         * gst-libs/gst/utils/descriptions.c:
9828         * gst-libs/gst/utils/install-plugins.c:
9829         * gst-libs/gst/utils/missing-plugins.c:
9830           Some more docs (and descriptions for two subtitle formats).
9831
9832 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9833
9834         * gst-libs/gst/audio/audio.c:
9835           Fix documentation.
9836
9837 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9838
9839         Patch by: Yves Lefebvre  <ivanohe abacom com>
9840
9841         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9842           Don't leak caps. Fixes #408278.
9843
9844 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9845
9846         * ext/cdparanoia/gstcdparanoiasrc.h:
9847         * ext/ogg/gstoggdemux.h:
9848         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9849         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9850         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9851         * gst-libs/gst/audio/audio.h:
9852         * gst-libs/gst/audio/gstaudiofilter.h:
9853         * gst-libs/gst/interfaces/videoorientation.h:
9854         * gst/adder/gstadder.h:
9855           More docs coverage and some ChangeLog surgery (add missing names)
9856
9857 2007-02-15  Wim Taymans  <wim@fluendo.com>
9858
9859         * sys/ximage/ximagesink.c:
9860         (gst_ximagesink_calculate_pixel_aspect_ratio):
9861         * sys/xvimage/xvimagesink.c:
9862         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9863         Small constifications.
9864
9865 2007-02-15  Wim Taymans  <wim@fluendo.com>
9866
9867         * gst-libs/gst/audio/gstbaseaudiosink.c:
9868         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
9869         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
9870         (gst_base_audio_sink_async_play),
9871         (gst_base_audio_sink_change_state):
9872         Answer latency query.
9873         Use configured latency when syncing.
9874         Fix clock slaving.
9875
9876         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9877         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
9878         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
9879         Fix possible memleak.
9880         Implement latency query.
9881         Small cleanups.
9882
9883 2007-02-15  Wim Taymans  <wim@fluendo.com>
9884
9885         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9886         Ignore errors in reset, these are not fatal. They also grab the element
9887         lock which is already taking when this function is called. Fixes
9888         #405451.
9889
9890 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9891
9892         * configure.ac:
9893           Remove 'tests/examples/xerror/Makefile' from output files again.
9894
9895 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9896
9897         * configure.ac:
9898         * docs/plugins/Makefile.am:
9899           Also crossref against gst-plugins-base-libs.
9900
9901 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9902
9903         * configure.ac:
9904         * docs/libs/Makefile.am:
9905         * docs/plugins/Makefile.am:
9906           Add crossreferences to glib/gobject/gstream docs.
9907
9908         * gst-libs/gst/audio/audio.h:
9909           Source formatting.
9910
9911         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
9912           Add own debug category.
9913
9914 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9915
9916         Patch by: René Stadler <mail at renestadler de>
9917
9918         * gst-libs/gst/tag/gstvorbistag.c:
9919           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
9920           (#403597).
9921
9922 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9923
9924         * gst/playback/gstplaybasebin.c: (setup_source):
9925           When we have external subtitles and wait for the subtitle decodebin
9926           to get up and running, we set up a (sync) bus handler for the
9927           subtitle decodebin, so we can stop waiting when it posts an error
9928           message. However, we should do that before we set the subtitle
9929           decodebin's state to playing, otherwise things are racy and we might
9930           miss error messages posted before we had a chance to set up the bus.
9931           This should finally fix totem hanging on .txt pseudo-subtitle files.
9932           
9933 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
9934
9935         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
9936           Use gst_gdouble_to_guint64 for conversions.
9937         * win32/common/config.h.in:
9938           Add a define for GST_INSTALL_PLUGINS_HELPER
9939         * win32/common/libgstaudio.def:
9940         * win32/common/libgstcdda.def:
9941         * win32/common/libgstnetbuffer.def:
9942         * win32/common/libgstrtp.def:
9943         * win32/common/libgutils.def:
9944           Add new exported functions.
9945         * win32/vs6/gst_plugins_base.dsw:
9946         * win32/vs6/libgstdecodebin.dsp:
9947         * win32/vs6/libgstnetbuffer.dsp:
9948         * win32/vs6/libgstplaybin.dsp:
9949         * win32/vs6/libgstrtp.dsp:
9950         * win32/vs6/libgstvorbis.dsp:
9951         * win32/vs6/libgstcdda.dsp:
9952         * win32/vs6/libgstgdp.dsp:
9953         * win32/vs6/libgstutils.dsp:
9954           Update and add new project files.
9955
9956 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9957
9958         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
9959         (subrip_remove_unhandled_tags), (parse_subrip):
9960           For SubRip (.srt) subtitles, ignore all markup tags we don't
9961           handle (like font tags, for example).
9962
9963         * tests/check/elements/subparse.c:
9964           Add test for this.
9965
9966 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9967
9968         * gst/playback/gstdecodebin.c: (add_fakesink),
9969         (gst_decode_bin_change_state):
9970         * gst/playback/gstdecodebin2.c: (add_fakesink),
9971         (gst_decode_bin_change_state):
9972           Don't error out if there is no fakesink in the NULL to READY state
9973           change, since when decodebin is re-used, we're only adding the
9974           fakesink element in READY to PAUSED.
9975
9976         * tests/check/elements/decodebin.c:
9977         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
9978         (decodebin_suite):
9979           Minimal unit test to make sure we can use the same decodebin
9980           instance twice (at least with audiotestsrc input).
9981
9982 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9983
9984         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
9985           Try to get devic-name from device string first, and from handle only
9986           as fallback (seems to yield better results and is more robust
9987           against buggy probing code on the application side).
9988
9989 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
9990
9991         Based on patch by: Julien Puydt <julien.puydt at laposte net>
9992
9993         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
9994         (gst_alsa_find_device_name):
9995         * ext/alsa/gstalsa.h:
9996         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
9997         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
9998           Improve device-name detection a bit, especially in the case where
9999           the device is not actually open (#405020, #405024). Move common code
10000           into gstalsa.c instead of duplicating it.
10001
10002 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
10003
10004         * gst/audioconvert/gstaudioconvert.c:
10005           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
10006
10007 2007-02-06  Julien MOUTTE  <julien@moutte.net>
10008
10009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
10010         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
10011         (gst_xvimagesink_interface_supported),
10012         (gst_xvimagesink_probe_get_properties),
10013         (gst_xvimagesink_probe_probe_property),
10014         (gst_xvimagesink_probe_needs_probe),
10015         (gst_xvimagesink_probe_get_values),
10016         (gst_xvimagesink_property_probe_interface_init),
10017         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10018         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
10019         (gst_xvimagesink_get_type):
10020         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
10021         for XVAdaptors so that one can choose the adaptor to use with 
10022         gstreamer-properties.
10023
10024 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10025
10026         * gst/audioconvert/gstaudioconvert.c:
10027           Also mention that a conversion from double to float is suboptimal still.
10028
10029 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10030
10031         * gst-libs/gst/audio/gstaudiofilter.c:
10032         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10033           Clear our formats structure and free the caps contained in it when
10034           shutting down.
10035
10036 2007-02-05  Andy Wingo  <wingo@pobox.com>
10037
10038         * gst-libs/gst/audio/gstbaseaudiosink.c
10039         (gst_base_audio_sink_callback): Update basesink->offset so that we
10040         pull monotonically increasing offsets instead of, um, seeking back
10041         to 0 each time. Fixes alsasrc ! alsasink!
10042
10043 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10044
10045         * gst/videoscale/gstvideoscale.c:
10046           A width and height of 1 makes us crash, so increase minimum size to
10047           2x2 pixels until someone feels like fixing this (#404512).
10048
10049 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10050
10051         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10052           Add small test to make sure request pads are cleaned up properly
10053           even if oggmux never changes state out of NULL.
10054
10055 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10056
10057         * tests/check/libs/utils.c: (GST_START_TEST):
10058           Fix unit test. Turns out things work much better when you
10059           NULL-terminate string arrays. Should make p5 build bot happy again.
10060
10061 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10062
10063         * gst-libs/gst/audio/Makefile.am:
10064         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10065         (gst_audio_filter_template_base_init),
10066         (gst_audio_filter_template_class_init),
10067         (gst_audio_filter_template_init),
10068         (gst_audio_filter_template_set_property),
10069         (gst_audio_filter_template_get_property),
10070         (gst_audio_filter_template_setup),
10071         (gst_audio_filter_template_filter),
10072         (gst_audio_filter_template_filter_inplace), (plugin_init):
10073           Oops, forgot to commit fixed-up example.
10074
10075 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10076
10077         * docs/libs/gst-plugins-base-libs-sections.txt:
10078         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10079         (gst_audio_filter_class_init), (gst_audio_filter_init),
10080         (gst_audio_filter_set_caps),
10081         (gst_audio_filter_class_add_pad_templates):
10082         * gst-libs/gst/audio/gstaudiofilter.h:
10083           Port GstAudioFilter to 0.10. This change technically breaks
10084           API and ABI (and thus also every library developer's heart),
10085           but seems justifiable on the grounds that the base class was
10086           completely unusable before (ie. would crash immediately when
10087           actually used). Fixes #403963 (and eventually also #403572).
10088           Also document all of this a bit.
10089
10090 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10091
10092         * gst-libs/gst/utils/install-plugins.c:
10093         (gst_install_plugins_spawn_child):
10094         * tests/check/libs/utils.c:
10095         (test_base_utils_install_plugins_do_callout):
10096           Lowering log level to see why things fail on the p5 build bot;
10097           fix some typos in unit test messages.
10098
10099 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10100
10101         * tests/check/libs/utils.c:
10102         (test_base_utils_install_plugins_do_callout):
10103           Don't hard-code temp directory for test helper; use GLib functions
10104           to write out file and do error checking etc.
10105
10106 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10107
10108         * gst-libs/gst/utils/Makefile.am:
10109         * gst-libs/gst/utils/base-utils.h:
10110         * gst-libs/gst/utils/install-plugins.c:
10111         (gst_install_plugins_context_set_xid),
10112         (gst_install_plugins_context_new),
10113         (gst_install_plugins_context_free),
10114         (gst_install_plugins_get_helper),
10115         (gst_install_plugins_spawn_child),
10116         (gst_install_plugins_return_from_status),
10117         (gst_install_plugins_installer_exited),
10118         (gst_install_plugins_async), (gst_install_plugins_sync),
10119         (gst_install_plugins_return_get_name),
10120         (gst_install_plugins_installation_in_progress):
10121         * gst-libs/gst/utils/install-plugins.h:
10122           API: add API for applications to initiate installation of missing
10123           plugins, ie. gst_install_plugins_async() primarily.
10124           Based on libgimme-codec by Ryan Lortie.
10125
10126         * configure.ac:
10127           Add --with-install-plugins-helper configure option so distros can specify
10128           the path of the helper script or program to call when plugin installation
10129           is requested (distros: please do any argument munging in this helper
10130           script instead of patching GStreamer to pass arguments differently
10131           to another program directly).
10132
10133         * docs/libs/gst-plugins-base-libs-docs.sgml:
10134         * docs/libs/gst-plugins-base-libs-sections.txt:
10135           Build and document new API.
10136
10137         * tests/check/libs/utils.c: (result_cb),
10138         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10139         (libgstbaseutils_suite):
10140           Some simple checks for the new API.
10141
10142 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10143
10144         * tests/check/elements/audioconvert.c: (test_float_conversion):
10145           Add small test for 32bit float <=> 64bit float conversion (works
10146           only one way so far, 32=>64 produces structured noise).
10147
10148 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10149
10150         * gst/audioconvert/gstaudioconvert.c:
10151         (set_structure_widths_32_and_64), (make_lossless_changes):
10152           We don't support floats with a width of 40, 48 or 56 bits.
10153
10154 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10155
10156         * gst/audioconvert/audioconvert.c: (float), (double),
10157         (audio_convert_get_func_index):
10158         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10159         (make_lossless_changes):
10160           Support for 64-bit float audio in audioconvert (#339837)
10161
10162 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10163
10164         Patch by: Holger Wansing  <linux wansing-online de>
10165
10166         * po/LINGUAS:
10167         * po/de.po:
10168           Add German translation (#352069).
10169
10170 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10171
10172         reviewed by: Wim Taymans <wim@fluendo.com>
10173
10174         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10175         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10176         Use newly added GstCollectPads API to free the allocated resources in
10177         the GstOggPad structures (#402393).
10178
10179 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10180
10181         * gst/playback/gstplaybin.c: (gen_vis_element):
10182           Add audioresample+audioconvert in front of the visualisation
10183           element, so that elements like libvisual 0.4 that don't support all
10184           samplerates can work.
10185
10186           Fixes: #402505
10187
10188 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10189
10190         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10191         (gst_play_base_bin_get_streaminfo_value_array):
10192           Take some locks and make a copy of the streaminfo value array we
10193           maintain while holding the lock, so that the application can
10194           retrieve the stream-info as a value array in a thread-safe way.
10195
10196 2007-01-30  Wim Taymans  <wim@fluendo.com>
10197
10198         * gst/audioconvert/gstaudioconvert.c:
10199         Don't fail on 0 sized buffers. Fixes #396835.
10200
10201 2007-01-29  David Schleef  <ds@schleef.org>
10202
10203         * gst/typefind/gsttypefindfunctions.c:
10204           Detect BBCD as video/x-dirac, so we can play raw dirac
10205           streams.
10206
10207 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10208
10209         * ext/theora/theoraenc.c: (theora_enc_chain):
10210           Check return value of theora_encode_header(), or we might try to
10211           allocate a random number of bytes. theora_encode_header() can fail
10212           if libtheora has been compiled with encoding support disabled.
10213           Fixes #398110.
10214
10215 2007-01-29  Wim Taymans  <wim@fluendo.com>
10216
10217         * tests/check/gst/.cvsignore:
10218         Do as buildbot says.
10219
10220 2007-01-29  Wim Taymans  <wim@fluendo.com>
10221
10222         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10223         Fix strides in libvisual. Gst uses X strides.
10224         Inspired by: <ed at catmur dot co dot uk> and 
10225         <tim at centricular dot net>
10226         Fixes #401118.
10227
10228 2007-01-27  Wim Taymans  <wim@fluendo.com>
10229
10230         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10231         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10232         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10233         (gst_ogg_demux_perform_seek),
10234         (gst_ogg_demux_bisect_forward_serialno),
10235         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10236         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10237         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10238         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10239         * ext/ogg/gstoggdemux.h:
10240         Properly propagate streaming errors when we are scanning the file for
10241         chains so that we don't crash when shut down. Might fix some crashers
10242         when quickly switching oggs in RB such as #332503 and #378436.
10243
10244 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10245
10246         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10247           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10248           error code as well.
10249
10250 2007-01-25  Wim Taymans  <wim@fluendo.com>
10251
10252         * gst/playback/gstplaybasebin.c: (remove_source):
10253         Don't try to disconnect a signal from a finalized object.
10254
10255 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10256
10257         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10258           Cast lock macro parameters to make sure we're actually accessing the
10259           lock member at the right class level. Free list itself in _dispose()
10260           as well and NULL it in case dispose gets called multiple times.
10261
10262 2007-01-25  Edward Hervey  <edward@fluendo.com>
10263
10264         * gst/playback/gstdecodebin2.c:
10265         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10266         Free GstDecodeGroups no longer used.
10267         (gst_decode_group_expose):
10268         Don't unlock too many times !
10269         (deactivate_free_recursive):
10270         Free iterator once we're done with it.
10271         Fix for recursively deactivating elements (stop at ghostpads).
10272
10273 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10274
10275         * gst/playback/gstplaybin.c: (handoff):
10276           Fix up caps on the frame buffer before we save it and potentially
10277           make it accessible to other threads via g_object_get; also use
10278           gst_buffer_replace() instead of gst_mini_object_replace().
10279
10280 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10281
10282         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10283           Make getting the current frame thread-safe.
10284
10285 2007-01-25  Edward Hervey  <edward@fluendo.com>
10286
10287         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10288         (gst_decode_group_new), (gst_decode_group_free):
10289         Set queues to bigger sizes to cope with HD contents.
10290         Fix some mutex freeing and add comment about MT safe methods.
10291
10292 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10293
10294         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10295         (gst_text_overlay_text_event):
10296           Don't unnecessarily ref (and then leak) upstream events if the text
10297           pad is not linked. Fixes #399948.
10298
10299         * tests/check/gst-plugins-base.supp:
10300           Add suppression for pango on edgy/x86 for textoverlay test.
10301
10302 2007-01-24  Wim Taymans  <wim@fluendo.com>
10303
10304         * gst-libs/gst/rtp/gstrtpbuffer.h:
10305         Add some more fixed payloads.
10306
10307 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10308
10309         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10310           Error out properly if we get an error from libogg while reading the
10311           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10312
10313 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10314
10315         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10316           Don't leak mutex.
10317
10318         * tests/check/elements/playbin.c:
10319         (test_sink_usage_video_only_stream),
10320         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10321         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10322         (test_missing_suburisource_handler),
10323         (test_missing_primary_decoder), (playbin_suite):
10324           Run all tests once with decodebin and once with decodebin2.
10325           One test does not pass yet with decodebin2.
10326
10327 2007-01-23  Edward Hervey  <edward@fluendo.com>
10328
10329         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10330         Fix the cases where oggmux doesn't properly figure out that all
10331         sinkpads have gone EOS, and therefore doesn't push out the remaining
10332         buffers and the final EOS event.
10333         Fixes #363379
10334
10335 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10336
10337         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10339         Don't lock on navigation event push, just on keysym to string.
10340         Fixes #397673 again.
10341
10342 2007-01-22  Edward Hervey  <edward@fluendo.com>
10343
10344         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10345         (get_current_group), (group_demuxer_event_probe),
10346         (gst_decode_group_expose), (deactivate_free_recursive),
10347         (gst_decode_group_free):
10348         Cleanups.
10349         Don't forget to emit 'no-more-pads' once a group is exposed.
10350         Cleanup elements from a DecodeGroup once we remove it.
10351         Protect call to gst_decode_group_expose() with the decodebin lock.
10352
10353 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10354
10355         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10357         Looking at Xorg code i can't figure out if that XKeysymToString
10358         function is thread sensible or not. Lock it just in case as
10359         recommended by Radek Doulik <rodo at ximian dot com>.
10360
10361 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10362
10363         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10365         Lock that X Call as well. Fixes #397673.
10366
10367 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10368
10369         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10370           Don't go into an endless loop if the file starts with 00 00 01 2X,
10371           like quicktime redirect files might. Fixes #396042.
10372
10373         * tests/check/Makefile.am:
10374         * tests/check/gst/.cvsignore:
10375         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10376         (typefindfunctions_suite):
10377           Add unit test for the above.
10378
10379 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10380
10381         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10382           On second thought, use "depth" field rather than "bpp" field.
10383
10384 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10385
10386         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10387           Camtasia caps apparently need a bpp field (#398875).
10388
10389 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10390
10391         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10392         (gen_source_element), (gst_play_base_bin_change_state):
10393           Attempt at a better error message in case we don't have the required
10394           URI handler installed; post missing-plugin message also when we're
10395           missing an URI handler for the subtitle URI; clean up properly also
10396           when an error occurs and we never made it to PAUSED state.
10397
10398         * tests/check/elements/playbin.c: (GST_START_TEST),
10399         (playbin_suite):
10400           Check that we're also getting a missing-plugin messsage for a
10401           missing subtitle URI handler (and clean up properly).
10402
10403 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10404
10405         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10406           Plug a few reference leaks.
10407
10408 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10409
10410         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10411           Lower probability a bit if the marker isn't right at the start,
10412           to decrease the chance of false positives.
10413
10414 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10415
10416         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10417           Small mpeg2 system stream typefinding improvement: make typefinder
10418           probe a bit into the stream instead of just looking for a marker
10419           at the beginning. Fixes #397810.
10420
10421 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10422
10423         * gst/audioconvert/gstchannelmix.c:
10424           Remove compatibility cruft for prehistoric GLib versions.
10425
10426 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10427
10428         * gst/playback/Makefile.am:
10429         * gst/playback/gstdecodebin.c: (close_pad_link):
10430         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10431         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10432         (gst_play_base_bin_handle_message_func), (unknown_type):
10433           Let decodebin be the element to post missing-plugin messages for
10434           missing decoders (rather than playbin); make playbin implement
10435           GstBin::handle_message so we can suppress missing-plugin messages
10436           for types we're not handling on purpose (don't want to bring up an
10437           installer in those cases).
10438
10439 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10440
10441         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10442         * gst-libs/gst/tag/gstvorbistag.c:
10443         (gst_tag_list_to_vorbiscomment_buffer):
10444         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10445           Fix potentially unaligned access (#397207).
10446
10447 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10448
10449         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10450         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10451         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10452         (main):
10453           Allow to toggle looping while it plays. Fix callback prototype. Clean
10454           up code a bit more. Add copyright header.
10455
10456 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10457
10458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10459           Red and blue mask was swapped (spotted by Dan Williams).
10460
10461 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10462
10463         * gst-libs/gst/tag/gstid3tag.c:
10464         * gst-libs/gst/tag/gstvorbistag.c:
10465           Use new beats-per-minute tag from core.
10466
10467 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10468
10469         * po/POTFILES.in:
10470           Add new files with translatable strings, so they actually make it
10471           into the template file one day.
10472
10473 2007-01-12  Andy Wingo  <wingo@pobox.com>
10474
10475         * gst-libs/gst/audio/gstbaseaudiosink.c
10476         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10477         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10478         stuff, as the base class handles this now. Actually tell the ring
10479         buffer to start.
10480         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10481         How did this work before? Maybe I'm not as awesome a programmer as
10482         I think.
10483
10484         * gst-libs/gst/audio/gstbaseaudiosrc.c
10485         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10486         of a pad function.
10487
10488 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10489
10490         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10491           Remove more fields so that the application can better blacklist
10492           formats that have been tried before.
10493
10494 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10495
10496         * gst-libs/gst/audio/mixerutils.h:
10497           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10498           used when compiling with c++ compilers as well.
10499
10500 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10501
10502         * gst/typefind/gsttypefindfunctions.c:
10503           Fix comment.
10504
10505 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10506
10507         * gst/playback/gstplaybin.c: (post_missing_element_message),
10508         (gen_video_element), (gen_text_element), (gen_audio_element),
10509         (gen_vis_element):
10510           Post missing-plugin messages also when we error out because
10511           converters, textoverlay or auto*sinks are missing (#161922).
10512
10513 2007-01-10  Wim Taymans  <wim@fluendo.com>
10514
10515         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10516         (is_demuxer_element), (new_caps):
10517         * gst/playback/gstplaybasebin.c: (source_new_pad):
10518         Fix the case where we try to ref a NULL element when we delay a link
10519         because of unfixed caps.
10520         Set the state of autoplugged decodebins to PAUSED.
10521         RTSP now works in playbin, we can remove it from the blacklist.
10522
10523 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10524
10525         * gst/playback/Makefile.am:
10526         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10527         (unknown_type), (setup_subtitle), (gen_source_element):
10528         * gst/playback/gstplaybin.c: (plugin_init):
10529           Post missing-plugin messages on the bus for missing sources and
10530           missing decoders/demuxers/depayloaders; fix error code used when
10531           we're missing an URI handler source; for media types that we are not
10532           handling on purpose at the moment, don't print "don't know how to
10533           handle xyz" messages to the terminal or post missing-plugin
10534           messages on the bus.
10535
10536         * tests/check/elements/playbin.c: (create_playbin),
10537         (GST_START_TEST), (gst_codec_src_uri_get_type),
10538         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10539         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10540         (gst_codec_src_init_type), (gst_codec_src_base_init),
10541         (gst_codec_src_create), (gst_codec_src_class_init),
10542         (gst_codec_src_init), (plugin_init), (playbin_suite):
10543           Add some tests for the missing-plugin stuff.
10544
10545 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10546
10547         * configure.ac:
10548         * gst-libs/gst/Makefile.am:
10549         * gst-libs/gst/utils/Makefile.am:
10550         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10551         * gst-libs/gst/utils/base-utils.h:
10552         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10553         (find_format_info), (caps_are_rtp_caps),
10554         (gst_base_utils_get_source_description),
10555         (gst_base_utils_get_sink_description),
10556         (gst_base_utils_get_decoder_description),
10557         (gst_base_utils_get_encoder_description),
10558         (gst_base_utils_get_element_description),
10559         (gst_base_utils_add_codec_description_to_tag_list),
10560         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10561         * gst-libs/gst/utils/descriptions.h:
10562         * gst-libs/gst/utils/missing-plugins.c:
10563         (missing_structure_get_type), (copy_and_clean_caps),
10564         (gst_missing_uri_source_message_new),
10565         (gst_missing_uri_sink_message_new),
10566         (gst_missing_element_message_new),
10567         (gst_missing_decoder_message_new),
10568         (gst_missing_encoder_message_new),
10569         (missing_structure_get_string_detail),
10570         (missing_structure_get_caps_detail),
10571         (gst_missing_plugin_message_get_installer_detail),
10572         (gst_missing_plugin_message_get_description),
10573         (gst_is_missing_plugin_message):
10574         * gst-libs/gst/utils/missing-plugins.h:
10575           API: add new libgstbaseutils library with functions
10576           - to create and parse missing-plugins messages
10577           - that provide (translated) descriptions for caps/decoders/sources/etc.
10578           Closes #392393.
10579
10580         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10581         * pkgconfig/gstreamer-plugins-base.pc.in:
10582           Add new lib.
10583
10584         * docs/libs/gst-plugins-base-libs-docs.sgml:
10585         * docs/libs/gst-plugins-base-libs-sections.txt:
10586           Generate docs for new lib and API.
10587
10588         * tests/check/Makefile.am:
10589         * tests/check/libs/.cvsignore:
10590         * tests/check/libs/utils.c: (missing_msg_check_getters),
10591         (GST_START_TEST), (libgstbaseutils_suite):
10592           Add some basic unit tests.
10593
10594 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10595
10596         * ext/ogg/Makefile.am:
10597           Dist gstoggdemux.h to fix 'make distcheck'.
10598
10599         * sys/v4l/Makefile.am:
10600           Fix 'make distcheck' even more.
10601
10602 2007-01-09  Wim Taymans  <wim@fluendo.com>
10603
10604         * docs/plugins/Makefile.am:
10605         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10606         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10607         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10608         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10609         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10610         (gst_ogg_demux_perform_seek):
10611         * ext/ogg/gstoggdemux.h:
10612         Added docs.
10613         Add some more comments.
10614         Small cleanups.
10615
10616 2007-01-09  Wim Taymans  <wim@fluendo.com>
10617
10618         * ext/theora/theoradec.c:
10619         * ext/vorbis/vorbisdec.c:
10620         * gst-libs/gst/audio/gstringbuffer.c:
10621         (gst_ring_buffer_commit_full):
10622         * gst-libs/gst/audio/gstringbuffer.h:
10623         * gst-libs/gst/rtp/gstrtpbuffer.c:
10624         * gst-libs/gst/tag/gstvorbistag.c:
10625         Small documentation updates/fixes
10626
10627 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10628
10629         * configure.ac:
10630           Require core CVS HEAD for Andy's basesrc/sink API additions.
10631
10632 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10633
10634         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10635
10636         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10637         (plugin_init):
10638           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10639           on flac.sf.net (there appear to be other versions of the first
10640           ogg page in the wild) (#391365).
10641
10642 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10643
10644         * configure.ac:
10645           Check if localtime_r() is available.
10646
10647         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10648           If localtime_r() is not available, fall back to localtime(). Should
10649           fix build on MingW (#393310).
10650
10651 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10652
10653         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10654         * gst/subparse/gstsubparse.h:
10655           Remove spurious 1000 subtrahend when calculating the timestamp from
10656           the frame number and the frame rate . Also, use the frames/second
10657           value specified in the first line of the file, if one is specified
10658           there. Should fix #357503.
10659
10660         * tests/check/elements/subparse.c: (do_test),
10661         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10662         (subparse_suite):
10663           Add some basic unit tests for the microdvd subtitle format.
10664
10665 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10666
10667         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10668
10669         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10670         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10671         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10672         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10673         (gst_xvimagesink_set_xwindow_id),
10674         (gst_xvimagesink_set_event_handling),
10675         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10676         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10677         Fixes: #390076.
10678         Add an adaptor property to select a specific XV adaptor.
10679         * sys/xvimage/xvimagesink.h:
10680
10681 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10682
10683         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10684         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10685         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10686         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10687         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10688         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10689         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10690         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10691         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10692         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10693         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10694         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10695         Use flow_lock much more to protect every access to xwindow.
10696         Try to catch erros while creating images in case some drivers are
10697         just generating an XError when the requested image is too big.
10698         Should fix : #354698, #384008, #384060.
10699         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10700         Implement some stress testing of setting window xid.
10701
10702 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10703
10704         * win32/common/libgsaudio.def:
10705           Add new exported function.
10706         * win32/common/libgstogg.dsp:
10707           Add gstoggaviparse.c to the build.
10708         * win32/common/libgstvideoscale.dsp:
10709           Add vs_4tap.c to the build.
10710         * win32/common/libgstvorbis.dsp:
10711           Add vorbistag.c to the build.
10712         
10713 2007-01-06  Andy Wingo  <wingo@pobox.com>
10714
10715         * gst-libs/gst/audio/gstbaseaudiosink.c
10716         (gst_base_audio_sink_class_init)
10717         (gst_base_audio_sink_init): 
10718         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10719         to baseaudiosink, and tell basesink that we can work in pull mode.
10720         This way the ring buffer thread drives the pipeline directly, if
10721         pull mode is possible. There is some lingering nastiness regarding
10722         capsnego, however.
10723         (gst_base_audio_sink_callback): Implement the callback to pull
10724         data. This interface is a bit light, though -- it should get a
10725         GstFlowReturn return value at least.
10726
10727 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10728
10729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10730         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10731         * gst/playback/gstdecodebin2.c:
10732         (gst_decode_group_check_if_blocked):
10733           Printf format and missing argument fixes.
10734
10735 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10736
10737         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10738         (gst_ogm_parse_change_state):
10739         Activate pads before adding them to the element.
10740
10741 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10742
10743         * tests/examples/seek/scrubby.c: (main):
10744         * tests/examples/seek/seek.c: (main):
10745           Call g_thread_init() first thing in main() (see #391278).
10746
10747 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10748
10749         * tests/check/Makefile.am:
10750         * tests/check/libs/.cvsignore:
10751         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10752         (netbuffer_suite):
10753           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10754           for the time being, since it's broken, see #393099.
10755
10756 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10757
10758         * tests/check/Makefile.am:
10759           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10760
10761 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10762
10763         * configure.ac:
10764           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10765           so that GST_BASE_CFLAGS can go inbetween them, making sure
10766           we use uninstalled gst-libs headers
10767         * docs/libs/Makefile.am:
10768         * ext/alsa/Makefile.am:
10769         * ext/cdparanoia/Makefile.am:
10770         * ext/gnomevfs/Makefile.am:
10771         * ext/libvisual/Makefile.am:
10772         * ext/ogg/Makefile.am:
10773         * ext/theora/Makefile.am:
10774         * ext/vorbis/Makefile.am:
10775         * gst-libs/gst/audio/Makefile.am:
10776         * gst-libs/gst/cdda/Makefile.am:
10777         * gst-libs/gst/interfaces/Makefile.am:
10778         * gst-libs/gst/riff/Makefile.am:
10779         * gst-libs/gst/rtp/Makefile.am:
10780         * gst-libs/gst/tag/Makefile.am:
10781         * gst/adder/Makefile.am:
10782         * gst/audioconvert/Makefile.am:
10783         * gst/audiorate/Makefile.am:
10784         * gst/audioresample/Makefile.am:
10785         * gst/playback/Makefile.am:
10786         * gst/tcp/Makefile.am:
10787         * gst/videoscale/Makefile.am:
10788         * gst/volume/Makefile.am:
10789         * sys/ximage/Makefile.am:
10790         * sys/xvimage/Makefile.am:
10791         * tests/icles/Makefile.am:
10792           adapt
10793
10794 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10795
10796         * gst-libs/gst/interfaces/xoverlay.c:
10797         (gst_x_overlay_handle_events):
10798         * gst-libs/gst/interfaces/xoverlay.h:
10799         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10800         (gst_ximagesink_set_xwindow_id),
10801         (gst_ximagesink_set_event_handling),
10802         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10803         (gst_ximagesink_get_property), (gst_ximagesink_init),
10804         (gst_ximagesink_class_init):
10805         * sys/ximage/ximagesink.h:
10806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10807         (gst_xvimagesink_set_xwindow_id),
10808         (gst_xvimagesink_set_event_handling),
10809         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10810         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10811         (gst_xvimagesink_class_init):
10812         * sys/xvimage/xvimagesink.h:
10813         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10814         Add a method to the XOverlay interface to allow disabling of 
10815         event handling in x[v]imagesink elements. This will let X events
10816         propagate to parent windows which can be usefull in some cases.
10817         Be carefull that the application is then responsible of pushing
10818         navigation events and expose events to the video sink.
10819         Fixes: #387138.
10820
10821 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10822
10823         * gst-libs/gst/tag/gstvorbistag.c:
10824         * tests/check/libs/tag.c: (GST_START_TEST):
10825           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10826           (fixes #392070).
10827
10828 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10829
10830         * configure.ac:
10831         * docs/Makefile.am:
10832         * docs/design/Makefile.am:
10833           Dist design docs.
10834
10835 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10836
10837         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10838         typo. Fixes: #390063.
10839
10840 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10841
10842         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10844         caps leak.
10845         * win32/common/config.h: Updated.
10846
10847 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10848
10849         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10850         (setup_gdpdepay_streamheader):
10851         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10852         (setup_gdppay_streamheader):
10853           Fix the dp tests, but activating the pads for the streamheader tests
10854           too and cleaning up conditionaly
10855
10856 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
10857
10858         * gst/ffmpegcolorspace/avcodec.h:
10859         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10860         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10861         (gst_ffmpegcsp_avpicture_fill):
10862         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10863         (img_get_alpha_info):
10864         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10865         other end of the word. Fixes: #387073.
10866
10867         Add some inconsequential branch hints in a couple of places.
10868
10869 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
10870
10871         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10872         (gst_ffmpeg_caps_to_smpfmt):
10873           The "signed" field in raw audio caps is of boolean type, trying to
10874           extract the value with _get_int() will fail (fix to keep in sync with
10875           the copy in gst-ffmpeg)
10876
10877 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10878
10879         * tests/check/elements/audioresample.c: (cleanup_audioresample):
10880         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
10881         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
10882         (cleanup_gdpdepay):
10883         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
10884         * tests/check/elements/subparse.c: (teardown_subparse):
10885         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
10886         * tests/check/elements/videorate.c: (cleanup_videorate):
10887         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
10888         * tests/check/elements/volume.c: (cleanup_volume):
10889         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
10890         (cleanup_vorbisdec):
10891         * tests/check/elements/vorbistag.c: (setup_vorbistag),
10892         (cleanup_vorbistag):
10893           consistent pad (de)activation
10894
10895 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10896
10897         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10898           Forgot to register the extensions.
10899
10900 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10901
10902         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
10903         (plugin_init):
10904           Add typefinder for VIVO files (my christmas present to the 90s).
10905
10906 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10907
10908         * gst/playback/gstdecodebin.c: (type_found):
10909           Special-case the text/plain media type: we only want to recognise it
10910           as a 'raw' decoded media type if it comes from a demuxer or subtitle
10911           parser, but not if the entire stream is of text/plain type. If the
10912           entire stream is text/plain, we should just error out.
10913
10914           This fixes playback of audio files with lyrics in totem. Totem can't
10915           distinguish between text files and subtitle files and passes any
10916           .txt file with the same basename as the main file to playbin as
10917           suburi, and playbin will then throw a 'subtitle found, but no video
10918           stream' error, which isn't entirely helpful. See #380342.
10919
10920           Also, with this change we'll show a slightly more correct error
10921           message in case totem passes a playlist file to us (although a
10922           custom error message wording instead of the default text would
10923           probably not be a bad idea either).
10924
10925           Same problem also needs to be fixed for playbin+decodebin2.
10926
10927         * tests/check/Makefile.am:
10928         * tests/check/elements/decodebin.c: (src_handoff_cb),
10929         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
10930         (decodebin_suite):
10931           Add simple unit test for decodebin for the above.
10932
10933 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10934
10935         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10936         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
10937           Refuse to change state to READY when we failed to create any of the
10938           required elements in our instance init function.
10939
10940 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
10941
10942         * docs/libs/gst-plugins-base-libs-sections.txt:
10943           Small docs fixes/updates.
10944
10945         * gst-libs/gst/video/gstvideosink.h:
10946           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
10947           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
10948           removed from the base sink API between 0.9.6 and 0.9.7).
10949           API: add GST_VIDEO_SINK_CAST and use it for the height/width
10950           accessor macros, so we don't do a runtime GObject type check every
10951           time we use them.
10952
10953 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10954
10955         * Makefile.am:
10956         * gst-plugins-base.doap:
10957         * gst-plugins-base.spec.in:
10958           add doap file
10959
10960 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
10961
10962         Patch by: Jens Granseuer <jensgr at gmx net>
10963
10964         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10965         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10966         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
10967         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
10968         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10969           Declare variables at the beginning of a block. Fixes #383195.
10970
10971 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
10972
10973         * configure.ac:
10974         Bump version nano - back to CVS.
10975
10976
10977 === release 0.10.11 ===
10978
10979 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
10980
10981         * configure.ac:
10982           releasing 0.10.11, "Dumb things"
10983
10984 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
10985
10986         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
10987         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
10988         Handle the case where an element has multiple pads with 
10989         unfixed caps as well as still possibly producing more dynamic 
10990         pads by storing each case as a distinct entry in the dynamic list.
10991         Fixes #38223 again.
10992
10993 2006-12-04  Wim Taymans  <wim@fluendo.com>
10994
10995         * gst/playback/gstdecodebin.c: (close_pad_link):
10996         Fix #382223, add more dynamic caps handling.
10997
10998 2006-12-04  Wim Taymans  <wim@fluendo.com>
10999
11000         * gst-libs/gst/audio/gstringbuffer.h:
11001         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
11002         (gst_netaddress_set_ip4_interface),
11003         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
11004         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
11005         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
11006         (gst_netaddress_get_ttl):
11007         * gst-libs/gst/netbuffer/gstnetbuffer.h:
11008         * gst/playback/gstdecodebin.c: (close_pad_link):
11009         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
11010         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
11011         * win32/common/config.h:
11012
11013 2006-12-01  Michael Smith  <msmith@fluendo.com>
11014
11015         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
11016           Delete bad debug code.
11017           Fixes #381219
11018
11019 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
11020
11021         * gst/videoscale/vs_4tap.c:
11022         * win32/MANIFEST:
11023         * win32/common/config.h:
11024         * win32/vs8/libgstvideoscale.vcproj:
11025         Fix compilation on win32 under VS8
11026         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11027         Partially fixes #381175
11028
11029 2006-11-30  Michael Smith  <msmith@fluendo.com>
11030
11031         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11032         (GST_START_TEST):
11033           It would be very bad if, after a discont buffer, we thought every
11034           single following buffer was also discont. So, add to the test to
11035           ensure that this isn't the case.
11036           
11037         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11038           ... it was the case. So fix it.
11039
11040 2006-11-28  Wim Taymans  <wim@fluendo.com>
11041
11042         * gst/playback/gstplaybasebin.c: (check_queue_event):
11043         Improve debug.
11044
11045         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11046         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11047         padtemplate caps. Refixes #357577.
11048
11049 2006-11-28  Wim Taymans  <wim@fluendo.com>
11050
11051         * gst/playback/gstplaybasebin.c: (check_queue_event),
11052         (queue_threshold_reached), (queue_out_of_data),
11053         (gen_preroll_element):
11054         Add event probe to see when EOS is in a queue and we can disable the
11055         underrun signals. Fixes #357577.
11056
11057 2006-11-28  Edward Hervey  <edward@fluendo.com>
11058
11059         * gst/playback/Makefile.am:
11060         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11061         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11062         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11063         (gst_decode_bin_init), (gst_decode_bin_dispose),
11064         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11065         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11066         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11067         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11068         (connect_element), (expose_pad), (type_found),
11069         (pad_added_group_cb), (pad_removed_group_cb),
11070         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11071         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11072         (are_raw_caps), (multi_queue_overrun_cb),
11073         (multi_queue_underrun_cb), (gst_decode_group_new),
11074         (get_current_group), (group_demuxer_event_probe),
11075         (gst_decode_group_control_demuxer_pad),
11076         (gst_decode_group_control_source_pad),
11077         (gst_decode_group_check_if_blocked),
11078         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11079         (gst_decode_group_hide), (gst_decode_group_free),
11080         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11081         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11082         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11083         (plugin_init):
11084         New decodebin2 element.
11085         Closes #370092
11086         * gst/playback/gstplay-marshal.list:
11087         Added marshallers for new signals in decodebin2
11088         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11089         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11090         is set.
11091
11092 2006-11-28  Wim Taymans  <wim@fluendo.com>
11093
11094         * gst/playback/gstplaybasebin.c: (setup_source),
11095         (gst_play_base_bin_change_state):
11096         Disable rtsp:// uris for the release, it's not good enough yet.
11097         Remove unused var.
11098
11099 2006-11-26  Wim Taymans  <wim@fluendo.com>
11100
11101         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11102         (theora_dec_push_forward), (theora_dec_push_reverse),
11103         (theora_handle_data_packet), (theora_dec_decode_buffer),
11104         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11105         (theora_dec_chain_forward), (theora_dec_chain):
11106         Implement reverse playback.
11107
11108         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11109         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11110         (vorbis_dec_chain_forward):
11111         Clear buffers used for reverse playback in _reset.
11112         No need to set the eos flag, we clip samples using the segment.
11113
11114 2006-11-24  Wim Taymans  <wim@fluendo.com>
11115
11116         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11117         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11118         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11119         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11120         Some cleanups.
11121         Handle continued pages in reverse mode.
11122
11123 2006-11-24  Wim Taymans  <wim@fluendo.com>
11124
11125         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11126         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11127         (vorbis_dec_flush_decode):
11128         Small cleanups.
11129         Don't try to add invalid timestamps.
11130         Clipping will unref the buffer.
11131
11132 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11133
11134         * gst/adder/gstadder.h:
11135         * gst/audiotestsrc/gstaudiotestsrc.h:
11136           remove obsolete _factory_init protos
11137
11138 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11139
11140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11141           Fix spacing in debug message.
11142
11143 2006-11-23  Wim Taymans  <wim@fluendo.com>
11144
11145         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11146         (gst_ogg_demux_chain):
11147         Don't just ignore return values from _pad_push().
11148         Small debug improvements.
11149
11150 2006-11-23  Michael Smith  <msmith@fluendo.com>
11151
11152         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11153           If our incoming buffer is marked as DISCONT, then increment the page
11154           number (so that the discontinuity is marked in the final ogg
11155           bitstream) and flush the previous page.
11156
11157 2006-11-22  Michael Smith  <msmith@fluendo.com>
11158
11159         * ext/theora/gsttheoraenc.h:
11160         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11161         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11162         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11163         (theora_enc_chain), (theora_enc_change_state):
11164           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11165
11166         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11167         (GST_START_TEST), (theoraenc_suite):
11168           Enable discontinuity test, fix it.
11169
11170 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11171
11172         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11173         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11174         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11175         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11176         (gst_text_overlay_change_state):
11177         * ext/pango/gsttextoverlay.h:
11178           Some textoverlay fixes: for one, in the video chain function,
11179           actually wait for a text buffer to come in if there is none at the
11180           moment and there should be one; also, deal more gracefully with
11181           incoming buffers that do not have a timestamp or duration; discard
11182           text buffer when not needed any longer. Fixes #341681.
11183
11184         * tests/check/Makefile.am:
11185         * tests/check/elements/.cvsignore:
11186         * tests/check/elements/textoverlay.c:
11187         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11188         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11189         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11190         (test_video_waits_for_text_send_text_newsegment_thread),
11191         (test_video_waits_for_text_shutdown_element),
11192         (test_render_continuity_push_video_buffers_thread),
11193         (textoverlay_suite):
11194           Add some unit tests for textoverlay.
11195
11196 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11197
11198         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11199           Avoid integer underflow when the found probability for mp3 is
11200           smaller than the 'penalty' we subtract if there's not a clean
11201           mp3 header sync at offset 0.
11202
11203 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11204
11205         * docs/libs/gst-plugins-base-libs-sections.txt:
11206           Add some new symbols to the docs
11207
11208 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11209
11210         * tests/check/Makefile.am:
11211         * tests/check/elements/ffmpegcolorspace.c:
11212         (ffmpegcolorspace_suite):
11213           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11214           (for now not for valgrinding though, since it takes too long).
11215
11216 2006-11-20  Wim Taymans  <wim@fluendo.com>
11217
11218         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11219         (gst_ffmpeg_pixfmt_to_caps):
11220         Fix RGBA32 caps. Fixes #357038.
11221
11222 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11223
11224         * gst-libs/gst/interfaces/mixertrack.h:
11225           Add FIXME so we can add some padding here in 0.11
11226
11227 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11228
11229         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11230           Fix GstBaseRTPAudioPayload structure so the whole GObject
11231           inheritance business actually works (parent class instance structure
11232           must always come first in the derived class instance structure).
11233
11234 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11235
11236         * gst/videotestsrc/Makefile.am:
11237         * tests/check/Makefile.am:
11238           Make sure our checks and the videotestsrc plugin link against the
11239           local uninstalled gst libs and not any installed gst libs that
11240           might happen to exist as well.
11241
11242         * tests/check/elements/adder.c: (message_received),
11243         (test_event_message_received), (test_play_twice_message_received):
11244         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11245           Fix compiler warnings when compiling against core with disabled
11246           debugging system.
11247
11248 2006-11-16  Michael Smith  <msmith@fluendo.com>
11249
11250         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11251         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11252           Fix audiorate, so that it accurately sets offsets and timestamps.
11253           Doesn't change the fundamental algorithmic decisions; so should be
11254           safe.
11255
11256         * tests/check/Makefile.am:
11257           Enable audiorate test now that it passes.
11258
11259 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11260
11261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11262           clear xv when going to NULL, remove // commented non-existant proto
11263
11264         * tests/examples/seek/seek.c: (main):
11265           add missing tooltip description for scrub and play_scrub
11266
11267 2006-11-14  David Schleef  <ds@schleef.org>
11268
11269         * configure.ac:
11270           Bump liboil requirement to 0.3.8.
11271         * gst-libs/gst/riff/riff-media.c:
11272           Add Dirac fourcc.
11273         * gst/videoscale/vs_image.h:
11274         * gst/videoscale/vs_scanline.h:
11275           Use liboil's stdint.h.
11276         * gst/videotestsrc/videotestsrc.c:
11277           Remove liboil related ifdef's, since they aren't needed now, and
11278           won't work with future versions.
11279
11280 2006-11-14  David Schleef  <ds@schleef.org>
11281
11282         * gst/videoscale/Makefile.am:
11283         * gst/videoscale/gstvideoscale.c:
11284         * gst/videoscale/gstvideoscale.h:
11285         * gst/videoscale/vs_4tap.c:
11286         * gst/videoscale/vs_4tap.h:
11287         * gst/videoscale/vs_image.c:
11288         * gst/videoscale/vs_image.h:
11289         * gst/videoscale/vs_scanline.c:
11290         * gst/videoscale/vs_scanline.h:
11291           Add a 4-tap image scaler.  Theoretically looks much prettier.
11292           The tap calculation could use some improvement.
11293
11294 2006-11-14  Wim Taymans  <wim@fluendo.com>
11295
11296         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11297
11298         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11299         (gst_riff_parse_strf_iavs):
11300         * gst/subparse/gstsubparse.c: (convert_encoding):
11301         * gst/tcp/gstmultifdsink.c:
11302         (gst_multi_fd_sink_handle_client_write):
11303         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11304         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11305         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11306         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11307         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11308         (gst_ximagesink_ximage_new):
11309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11310         Various gsize and gssize printf fixes. Fixes #372507.
11311
11312 2006-11-13  Wim Taymans  <wim@fluendo.com>
11313
11314         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11315         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11316         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11317         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11318         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11319         * ext/vorbis/vorbisdec.h:
11320         First stab at vorbis reverse playback.
11321
11322 2006-11-13  Wim Taymans  <wim@fluendo.com>
11323
11324         * gst-libs/gst/audio/gstbaseaudiosink.c:
11325         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11326         * gst-libs/gst/audio/gstbaseaudiosink.h:
11327         Make the clock sync code more accurate wrt resampling and playback
11328         at different rates.
11329         
11330         * gst-libs/gst/audio/gstringbuffer.c:
11331         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11332         * gst-libs/gst/audio/gstringbuffer.h:
11333         Use better algorithm to interpolate sample rates. 
11334
11335 2006-11-13  Michael Smith  <msmith@fluendo.com>
11336
11337         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11338           Improve a debug line slightly.
11339
11340         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11341           Call gst_riff_init() in plugin_init, to avoid getting errors from
11342           the debug system (unrelated changes to another plugin made this turn
11343           up; not sure why).
11344
11345 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11346
11347         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11348
11349         * win32/common/libgsttag.def:
11350           Add missing symbol (#366492).
11351
11352 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11353
11354         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11355           Don't unref a NULL pad.
11356
11357 2006-11-09  Wim Taymans  <wim@fluendo.com>
11358
11359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11360         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11361         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11362         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11363         (gst_ogg_demux_loop):
11364         Implement first stab at reverse playback.
11365
11366 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11367
11368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11369         (gst_riff_create_video_template_caps):
11370           add h263/h264 variants to the caps, Fixes #363118
11371
11372 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11373
11374         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11375         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11376           Use g_strerror instead of strerror so we get UTF-8.
11377
11378 2006-11-03  David Schleef  <ds@schleef.org>
11379
11380         * ext/ogg/gstoggdemux.c:
11381         * ext/ogg/gstoggmux.c:
11382           Add/remove KW-DIRAC header here, since it is ogg-specific.
11383
11384 2006-11-03  Michael Smith  <msmith@fluendo.com>
11385
11386         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11387           Recognise more mpeg4 elementary video streams.
11388
11389 2006-11-02  Edward Hervey  <edward@fluendo.com>
11390
11391         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11392         Lower the probability of mp3 typefinding functions if we don't find a
11393         valid mp3 header at the start of the file.
11394         Closes #369482
11395
11396 2006-11-02  Wim Taymans  <wim@fluendo.com>
11397
11398         * ext/theora/gsttheoradec.h:
11399         * ext/theora/theoradec.c: (gst_theora_dec_init),
11400         (theora_dec_sink_event), (theora_dec_chain_forward),
11401         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11402         (theora_dec_chain):
11403         Document and partially implement an algorithm for doing reverse playback
11404         of theora video.
11405
11406 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11407
11408         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11409
11410         * win32/common/config.h:
11411         * win32/common/interfaces-enumtypes.c:
11412         * win32/common/libgsttag.def:
11413         * win32/vs8/gst-plugins-base.sln:
11414         * win32/vs8/libgstaudioresample.vcproj:
11415         * win32/vs8/libgstinterfaces.vcproj:
11416         * win32/vs8/libgstogg.vcproj:
11417         * win32/vs8/libgstriff.vcproj:
11418         * win32/vs8/libgsttag.vcproj:
11419         * win32/vs8/libgsttheora.vcproj:
11420         * win32/vs8/libgstvideoscale.vcproj:
11421         * win32/vs8/libgstvorbis.vcproj:
11422           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11423           to libgsttag.def; add missing dependencies for some vs8 projects;
11424           re-arrange placement of .def files in vs8 projects (#366334).
11425
11426 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11427
11428         * ext/ogg/gstogg.c:
11429           Remove unused variable.
11430
11431         * ext/ogg/gstoggdemux.c:
11432           Fix Wim's surname in plugin description.
11433
11434 2006-10-31  Wim Taymans  <wim@fluendo.com>
11435
11436         * gst-plugins-base.spec.in:
11437         spec new .h file. Fixes #368310.
11438
11439 2006-10-31  Michael Smith  <msmith@fluendo.com>
11440
11441         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11442         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11443         (gst_multi_fd_sink_get_stats),
11444         (gst_multi_fd_sink_remove_client_link),
11445         (gst_multi_fd_sink_queue_buffer),
11446         (gst_multi_fd_sink_handle_clients):
11447         * gst/tcp/gstmultifdsink.h:
11448           Make using the remove or clear signals threadsafe.
11449           Make calling get-stats with an invalid fd not segfault.
11450           Fixes 368273.
11451
11452 2006-10-31  Wim Taymans  <wim@fluendo.com>
11453
11454         * gst-libs/gst/rtp/Makefile.am:
11455         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11456         (gst_base_rtp_audio_payload_init):
11457         Fix and activate base audio payloader.
11458
11459 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11460
11461         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11462         (plugin_init):
11463           Add typefinder for QuickTime Image Files (see #366156).
11464
11465 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11466
11467         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11468           Another typo fix (#366212).
11469
11470 2006-10-27  Wim Taymans  <wim@fluendo.com>
11471
11472         * gst/volume/gstvolume.c: (volume_transform_ip):
11473         Use stream time to synchronize volume property instead of rather random
11474         timestamps. This is needed when gnonlin does its time shifting.
11475
11476 2006-10-27  Wim Taymans  <wim@fluendo.com>
11477
11478         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11479
11480         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11481         Remove the pad from the element in release_pad. Fixes #364812.
11482
11483 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11484
11485         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11487           Explicitly create our custom buffer classes at a thread-safe
11488           location as well, since g_type_class_ref() doesn't seem to be
11489           entirely thread-safe either (#365501; also see #349410).
11490
11491 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11492
11493         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11494         (gst_riff_parse_info):
11495           If strings in INFO chunk are not UTF-8, do something similar to
11496           what we do for ID3v1 tags: check a number of environment variables
11497           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11498           character sets to try, otherwise try the current locale and/or fall
11499           back on ISO-8859-1. Fixes #360552.
11500
11501 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11502
11503         * gst/videotestsrc/gstvideotestsrc.c:
11504         (gst_video_test_src_pattern_get_type),
11505         (gst_video_test_src_set_pattern):
11506         * gst/videotestsrc/gstvideotestsrc.h:
11507         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11508         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11509         (gst_video_test_src_checkers8):
11510         * gst/videotestsrc/videotestsrc.h:
11511           Add a bunch of exciting new checkers patterns.
11512
11513 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11514
11515         * gst/subparse/Makefile.am:
11516         * gst/subparse/gstsubparse.c:
11517         (gst_sub_parse_data_format_autodetect),
11518         (gst_sub_parse_format_autodetect), (handle_buffer),
11519         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11520         * gst/subparse/gstsubparse.h:
11521         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11522         (parse_tmplayer):
11523         * gst/subparse/tmplayerparse.h:
11524           Add support for TMPlayer-type subtitles (#362845).
11525
11526         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11527         (GST_START_TEST), (subparse_suite):
11528           Add some basic unit tests for the above.
11529
11530 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11531
11532         * tests/check/elements/audiorate.c: (test_injector_base_init),
11533         (test_injector_class_init), (test_injector_chain),
11534         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11535         (GST_START_TEST), (audiorate_suite):
11536           More tests for audiorate: inject buffers to check behaviour when
11537           buffers overlap.
11538
11539 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11540
11541         * tests/check/Makefile.am:
11542         * tests/check/elements/.cvsignore:
11543         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11544         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11545           Add some basic unit tests for audiorate. Disabled at the moment
11546           since it doesn't pass yet (see bug #363119).
11547
11548 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11549
11550         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11551         (parse_subrip), (handle_buffer):
11552           Add missing closing tags for markup and fix broken markup,
11553           otherwise pango won't render anything (fixes #357531). Also,
11554           make sure the text we send out is always NUL-terminated
11555           (better safe than sorry etc.).
11556
11557         * tests/check/elements/subparse.c: (test_srt_do_test),
11558         (test_srt):
11559           Some more tests for .srt incl. tests for the above stuff.
11560
11561 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11562
11563         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11564         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11565         Patch by: Stefan Kost  <ensonic@users.sf.net>
11566         Try to redraw borders only when needed. Apparently this consumes
11567         resources on small devices... :-O (#363607)
11568
11569 2006-10-20  Michael Smith  <msmith@fluendo.com>
11570
11571         * gst/tcp/gstmultifdsink.c:
11572         (gst_multi_fd_sink_client_queue_buffer):
11573           If caps change, then update the client's idea of the caps so that we
11574           don't end up re-sending streamheaders for every single buffer after
11575           the caps change.
11576
11577 2006-10-20  Michael Smith  <msmith@fluendo.com>
11578
11579         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11580         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11581           Set caps on pushed buffers; fix up refcounting of caps objects.
11582
11583 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11584
11585         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11586         (plugin_init):
11587           Typefind mmsh header data packet to application/x-mmsh (#362625).
11588
11589 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11590
11591         * tests/check/Makefile.am:
11592         * tests/check/elements/.cvsignore:
11593         * tests/check/elements/subparse.c: (buffer_from_static_string),
11594         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11595         (GST_START_TEST), (subparse_suite):
11596           Add very simple unit test for subparse.
11597
11598 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11599
11600         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11601         (parse_subrip):
11602           Strip trailing newlines from subtitle text output.
11603
11604 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11605
11606         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11607         (gst_sub_parse_change_state):
11608           Fix memleak; clear subparse->textbuf n state change function.
11609
11610 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11611
11612         * gst/subparse/gstsubparse.c:
11613         (gst_sub_parse_data_format_autodetect):
11614           Don't require subrip (.srt) files to start with a chunk number of 1.
11615
11616 2006-10-18  Wim Taymans  <wim@fluendo.com>
11617
11618         * gst-libs/gst/audio/gstbaseaudiosink.c:
11619         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11620         * gst-libs/gst/audio/gstbaseaudiosink.h:
11621         Extract rate from the NEWSEGMENT event.
11622         Use commit_full to also take rate adjustment into account when writing
11623         samples to the ringbuffer.
11624         
11625         * gst-libs/gst/audio/gstringbuffer.c:
11626         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11627         (gst_ring_buffer_read):
11628         * gst-libs/gst/audio/gstringbuffer.h:
11629         Added _commit_full() to also take rate into account.
11630         Use simple interpolation algorithm to resample audio.
11631         API: gst_ring_buffer_commit_full()
11632
11633         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11634         * tests/examples/seek/seek.c: (segment_done):
11635         Don't try to seek with 0.0 rate, just pause instead.
11636         Remove bogus debug line.
11637
11638 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11639
11640         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11641         (setup_source):
11642           Catch async errors when starting up the subtitle bin, so we can
11643           stop waiting and continue with the main film instead of hanging
11644           forever. Fixes #339366.
11645
11646         * tests/check/elements/playbin.c: (playbin_suite):
11647           Enable unit test for the above.
11648
11649 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11650
11651         * tests/check/Makefile.am:
11652         * tests/check/elements/.cvsignore:
11653         * tests/check/elements/playbin.c: (GST_START_TEST),
11654         (gst_red_video_src_uri_get_type),
11655         (gst_red_video_src_uri_get_protocols),
11656         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11657         (gst_red_video_src_uri_handler_init),
11658         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11659         (gst_red_video_src_create), (gst_red_video_src_class_init),
11660         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11661           Some small and basic unit tests for playbin; not very useful yet,
11662           but at least a start.
11663
11664 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11665
11666         * gst/playback/gstplaybin.c: (setup_sinks):
11667           The old pad activation spiel.
11668
11669 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11670
11671         * gst/playback/gstplaybasebin.c: (setup_source):
11672           Don't hang forever if the subbin already fails to start up in 
11673           the state change to PAUSED (#339366).
11674
11675 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11676
11677         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11678         (gst_tuner_set_channel), (gst_tuner_get_channel),
11679         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11680         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11681         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11682         (gst_tuner_find_channel_by_name):
11683           Fix some function guards, add some more function guards.
11684
11685 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11686
11687         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11688         (remove_element_chain):
11689         Don't return a pad from get_our_ghost_pad unless it is actually the
11690         one we want.
11691         Change a cast in remove_element_chain slightly.
11692
11693 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11694
11695         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11696         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11697         Segment seeking needs to use the rate and set stop to -1.
11698
11699 2006-10-13  Wim Taymans  <wim@fluendo.com>
11700
11701         * gst-libs/gst/audio/gstbaseaudiosink.c:
11702         (gst_base_audio_sink_setcaps):
11703         Don't crash when ringbuffer is not yet created.
11704         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11705         Fixes #361634.
11706
11707         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11708         * gst/playback/gststreamselector.c:
11709         (gst_stream_selector_request_new_pad):
11710         Activate pads befre adding them to running elements.
11711
11712 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11713
11714         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11715         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11716         updater when we start grabing the slider. Don't wait for the
11717         pipeline to be PAUSED.
11718
11719 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11720
11721         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11722         (gst_mixer_set_volume), (gst_mixer_get_volume),
11723         (gst_mixer_set_mute), (gst_mixer_set_option),
11724         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11725         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11726         (gst_mixer_option_changed):
11727           Guard mixer interface functions against bogus arguments.
11728
11729 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11730
11731         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11732         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11733         (msg_state_changed), (main): Use state-changed messages to trigger
11734         start/stop of scale update timer. Indeed the scale slider was
11735         jumping here and there because the update timer was activated 
11736         before seek completed. This fixes instant applying of rate changes
11737         by pressing the spinbutton like a crazy man !
11738
11739 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11740
11741         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11742
11743         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11744         (gst_basertppayload_finalize):
11745           Fix two small memory leaks (#361456).
11746
11747 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11748
11749         * tests/examples/seek/seek.c: (do_seek),
11750         (rate_spinbutton_changed_cb): When changing spinbutton we try
11751         to change the rate on the fly.
11752
11753 2006-10-10  Wim Taymans  <wim@fluendo.com>
11754
11755         * gst-libs/gst/riff/riff-ids.h:
11756         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11757         (gst_riff_create_audio_template_caps):
11758         Add WMS caps.
11759
11760 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11761
11762         Patch by: Josep Torra Valles <josep@fluendo.com>
11763
11764         * ext/gnomevfs/gstgnomevfssink.c:
11765         * ext/gnomevfs/gstgnomevfssrc.c:
11766         Fix URI interface implementation return type.
11767         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11768         Fix what looks like a copy/paste issue when assigning values.
11769         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11770         (gst_audio_filter_template_get_type):
11771         Cast to prevent Forte warnings.
11772         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11773         Fix URI interface implementation return type.
11774         gst_pad_query_position requires a signed integer pointer as
11775         3rd parameter, GstClockTime is unsigned.
11776         * gst/audioconvert/audioconvert.c:
11777         Fix integer overflow when treated as signed.
11778         * gst/audioresample/resample.c: (resample_add_input_data):
11779         Cast to prevent warnings on Forte.
11780         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11781         Fix integer overflow when treated as signed.
11782         * gst/ffmpegcolorspace/imgconvert_template.h:
11783         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11784         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11785         (cleanup_decodebin):
11786         Who initialises a guint to -1!
11787         Cast function pointers to prevent warnings on Forte.
11788         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11789         (queue_threshold_reached):
11790         Cast function pointers correctly to prevent warnings on Forte.
11791         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11792         Cast function pointers correctly to prevent warnings on Forte.
11793         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11794         Obvious change to unsigned, 0xEF > max signed char.
11795         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11796         GstClockTime is unsigned, initialise correctly.
11797         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11798         Cast so pointer arithemetic doesn't cause warnings on Forte.
11799         * gst/videorate/gstvideorate.c:
11800         Use correct return value.
11801         * tests/examples/seek/scrubby.c:
11802         GstClockTime is unsigned, initialise correctly.
11803
11804 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11805
11806         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11807
11808         * gst/typefind/gsttypefindfunctions.c:
11809           Recognise XML files and XML-like files shorter than 256 bytes as
11810           well (fixes #359237).
11811
11812 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11813
11814         Patch by: Renato Filho <renato.filho@indt.org.br>
11815         
11816         * gst/typefind/gsttypefindfunctions.c:
11817         Added typefind functions to video/x-nuv media.
11818         
11819 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11820
11821         * gst-libs/gst/interfaces/xoverlay.c:
11822         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11823           Some more guards against invalid input.
11824
11825 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11826
11827         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11828         Useless goto.
11829         * tests/examples/seek/seek.c: (do_seek),
11830         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11831         seek example to experiment with rates != 1.0 (reverse playback !)
11832
11833 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11834
11835         * gst-libs/gst/interfaces/xoverlay.c:
11836           Unref message in doc-example (spotted by Robert McQueen)
11837
11838 2006-10-06  Wim Taymans  <wim@fluendo.com>
11839
11840         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11841         (mpeg1_parse_header), (mpeg1_sys_type_find):
11842         printf fix.
11843
11844 2006-10-06  Wim Taymans  <wim@fluendo.com>
11845
11846         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11847         (close_pad_link):
11848         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11849         Activate dynamic pads before adding them to the element.
11850
11851 2006-10-06  Michael Smith  <msmith@fluendo.com>
11852
11853         * gst-libs/gst/floatcast/floatcast.h:
11854           Fix obviously-bogus macros; use the correct types.
11855
11856 2006-10-06  Wim Taymans  <wim@fluendo.com>
11857
11858         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11859         (gst_base_rtp_depayload_change_state):
11860         Also call parent state change function to activate pads.
11861
11862         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11863         (mpeg1_parse_header), (mpeg1_sys_type_find):
11864         Add some more debug info in mpeg typefinding.
11865
11866 2006-10-06  Michael Smith  <msmith@fluendo.com>
11867
11868         * ext/theora/theoradec.c: (theora_dec_chain):
11869           Zero byte theora packets are valid and well-defined; don't warn on
11870           them.
11871
11872 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11873
11874         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11875         (gst_multi_fd_sink_get_stats), (find_limits),
11876         (gst_multi_fd_sink_queue_buffer):
11877           API: add dropped_buffers to the get-stats GValueArray
11878
11879 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11880
11881         * ext/alsa/gstalsadeviceprobe.c:
11882         (gst_alsa_device_property_probe_get_values):
11883         * ext/alsa/gstalsasink.c: (set_hwparams):
11884         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
11885         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
11886         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
11887         (gst_ogg_mux_process_best_pad):
11888         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
11889         (gst_ogg_parse_chain):
11890         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
11891         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11892         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
11893         (gst_vorbis_enc_buffer_check_discontinuous):
11894         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
11895         * gst-libs/gst/audio/gstbaseaudiosink.c:
11896         (gst_base_audio_sink_render):
11897         * gst-libs/gst/cdda/gstcddabasesrc.c:
11898         (gst_cdda_base_src_handle_track_seek):
11899         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11900         (gst_base_rtp_depayload_push_full):
11901         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11902         * gst/audioresample/resample.c: (resample_input_pushthrough):
11903         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
11904         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11905         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11906         (wavpack_type_find):
11907         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11908         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11909         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
11910         * tests/check/elements/volume.c: (GST_START_TEST):
11911           Printf format fixes.
11912
11913 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11914
11915         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
11916           Fix a simple mistake (see the docs)
11917           Fixes #359580
11918
11919 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11920
11921         * docs/plugins/Makefile.am:
11922         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11923         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11924         * docs/plugins/gst-plugins-base-plugins.args:
11925         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11926         * docs/plugins/inspect/plugin-adder.xml:
11927         * docs/plugins/inspect/plugin-alsa.xml:
11928         * docs/plugins/inspect/plugin-audioconvert.xml:
11929         * docs/plugins/inspect/plugin-audiorate.xml:
11930         * docs/plugins/inspect/plugin-audioresample.xml:
11931         * docs/plugins/inspect/plugin-audiotestsrc.xml:
11932         * docs/plugins/inspect/plugin-cdparanoia.xml:
11933         * docs/plugins/inspect/plugin-decodebin.xml:
11934         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11935         * docs/plugins/inspect/plugin-gdp.xml:
11936         * docs/plugins/inspect/plugin-gnomevfs.xml:
11937         * docs/plugins/inspect/plugin-libvisual.xml:
11938         * docs/plugins/inspect/plugin-ogg.xml:
11939         * docs/plugins/inspect/plugin-pango.xml:
11940         * docs/plugins/inspect/plugin-playbin.xml:
11941         * docs/plugins/inspect/plugin-subparse.xml:
11942         * docs/plugins/inspect/plugin-tcp.xml:
11943         * docs/plugins/inspect/plugin-theora.xml:
11944         * docs/plugins/inspect/plugin-typefindfunctions.xml:
11945         * docs/plugins/inspect/plugin-video4linux.xml:
11946         * docs/plugins/inspect/plugin-videorate.xml:
11947         * docs/plugins/inspect/plugin-videoscale.xml:
11948         * docs/plugins/inspect/plugin-videotestsrc.xml:
11949         * docs/plugins/inspect/plugin-volume.xml:
11950         * docs/plugins/inspect/plugin-vorbis.xml:
11951         * docs/plugins/inspect/plugin-ximagesink.xml:
11952         * docs/plugins/inspect/plugin-xvimagesink.xml:
11953           Add vorbistag element to docs; update version numbers to 0.10.10.1.
11954
11955 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11956
11957         Patch by: James "Doc" Livingston <doclivingston at gmail com>
11958
11959         * ext/vorbis/Makefile.am:
11960         * ext/vorbis/vorbis.c: (plugin_init):
11961         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
11962         (vorbis_parse_parse_packet), (vorbis_parse_chain):
11963         * ext/vorbis/vorbisparse.h:
11964         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
11965         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
11966         (gst_vorbis_tag_parse_packet):
11967         * ext/vorbis/vorbistag.h:
11968           Add new vorbistag element which derives from vorbisparse
11969           and is essentially the same as well, only that it implements
11970           the GstTagSetter interface and can modify the stream's
11971           vorbiscomment on the fly (#335635).
11972
11973         * tests/check/Makefile.am:
11974         * tests/check/elements/.cvsignore:
11975         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11976         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
11977         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
11978         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
11979           Add unit test for new vorbistag element.
11980
11981 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11982
11983         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
11984         (vorbis_parse_push_headers), (vorbis_parse_chain):
11985           Set BOS flag in packet structure to fix 'jump depends
11986           on unitialized value' errors in valgrind; various minor
11987           clean-ups.
11988
11989 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
11990
11991         * gst/playback/gstdecodebin.c: (close_pad_link):
11992         Fix typo in a debug statement.
11993
11994         * gst/playback/gstplaybasebin.c: (probe_triggered),
11995         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
11996         (gen_source_element), (source_new_pad), (analyse_source),
11997         (setup_source):
11998         When handling no_more_pads in new_decoded_pad, make sure to treat
11999         subtitle pads correctly. Fixes playback with subtitle files.
12000
12001         Move a recurring message to LOG level.
12002
12003         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12004         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
12005         which ends up as -1 when cast to an int. Make the logic handle the
12006         max value as an unsigned mask and only change the colorkey when it's
12007         a value we recognise.
12008
12009 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12010
12011         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12012         Removed empty * between paragraphs
12013
12014 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12015
12016         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12017         * gst-libs/gst/rtp/README:
12018         Moved some documentation into .c file
12019
12020 2006-09-29  Wim Taymans  <wim@fluendo.com>
12021
12022         * gst/playback/gstdecodebin.c: (no_more_pads):
12023         Fix compilation.
12024
12025 2006-09-29  Wim Taymans  <wim@fluendo.com>
12026
12027         * gst/playback/gstdecodebin.c: (new_caps):
12028         Remove g_print
12029
12030         * gst/playback/gstplaybin.c:
12031         Add some docs.
12032
12033 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12034
12035         * tests/check/Makefile.am:
12036           Re-enable cddabasesrc test to see if it works again
12037           now.
12038
12039 2006-09-29  Wim Taymans  <wim@fluendo.com>
12040
12041         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12042         (gen_source_element):
12043         Handle invalid URIs a bit more gracefully.
12044
12045 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12046
12047         * tests/check/pipelines/oggmux.c:
12048           Remove obsolete comment.
12049
12050 2006-09-29  Michael Smith  <msmith@fluendo.com>
12051
12052         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12053         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12054         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12055         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12056         (gst_ogg_mux_collected):
12057           Commit patch from James "Doc" Livingston, adds proper EOS handling
12058           in oggmux. GStreamer can, for the first time ever, create a valid
12059           Ogg file! Yay!
12060
12061         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12062         (oggmux_suite):
12063           Reenable tests now that they pass.
12064
12065 2006-09-29  Wim Taymans  <wim@fluendo.com>
12066
12067         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12068         Stop reading commands when EOF (we read 0) as well.
12069
12070 2006-09-28  Wim Taymans  <wim@fluendo.com>
12071
12072         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12073         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12074         (find_dynamic), (unlinked), (close_link):
12075         Implement delayed caps linking needed for element with a lot of
12076         different caps on the src pads that get fixed at runtime.
12077         Improve management of dynamic elements.
12078
12079         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12080         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12081         (gen_preroll_element), (remove_groups), (unknown_type),
12082         (add_element_stream), (no_more_pads_full), (no_more_pads),
12083         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12084         (new_decoded_pad), (setup_subtitle), (array_has_value),
12085         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12086         (analyse_source), (remove_decoders), (make_decoder),
12087         (remove_source), (setup_source), (finish_source), (prepare_output),
12088         (gst_play_base_bin_change_state):
12089         * gst/playback/gstplaybasebin.h:
12090         Use more _CAST instead of full type checking casts.
12091         Small cleanups, plug some leaks.
12092         Handle dynamic sources.
12093         Add some helper functions to create lists of strings used for
12094         blacklisting and other stuff.
12095         Refactor some code dealing with analysing the source.
12096         Re-enable sources without pads (like cd:// or other selfcontained
12097         elements).
12098
12099 2006-09-28  Wim Taymans  <wim@fluendo.com>
12100
12101         * gst-libs/gst/audio/gstbaseaudiosink.c:
12102         (gst_base_audio_sink_render):
12103         When we have a timestamp, we can still perform clipping.
12104         When we have no clock, we must play the sample ASAP.
12105
12106 2006-09-28  Wim Taymans  <wim@fluendo.com>
12107
12108         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12109         Set caps on outgoing buffers.
12110
12111         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12112         (gst_video_rate_event), (gst_video_rate_chain):
12113         * gst/videorate/gstvideorate.h:
12114         Fix videorate some more. Fixes #357977
12115
12116 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12117
12118         * tests/check/elements/adder.c: (adder_suite):
12119           Don't set timeout to 6 seconds when we're running
12120           in valgrind ... (and how is 6 seconds longer than
12121           the default anyway?)
12122
12123 2006-09-28  Wim Taymans  <wim@fluendo.com>
12124
12125         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12126         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12127         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12128         Keep sink and src segment to keep track of time and support more
12129         input formats.
12130         Fix bogus next_offset and run_time calculation, don't understand how
12131         this could have worked before. Fixes #357976.
12132         Remove some unneeded vars.
12133
12134 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12135
12136         * gst/playback/gstplaybin.c: (remove_sinks):
12137           Only remove visualisation from visbin if there is a visbin (or:
12138           don't throw warnings when closing totem without playing a file).
12139
12140 2006-09-27  Wim Taymans  <wim@fluendo.com>
12141
12142         * gst-libs/gst/audio/gstbaseaudiosink.c:
12143         (gst_base_audio_sink_render):
12144         Add some more info in a WARNING.
12145
12146         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12147         (gst_base_audio_src_create):
12148         Handle PAUSE in create function, use new -core addition to
12149         wait for playing. Fixes pausing and resuming capture from an
12150         audiosrc.
12151
12152         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12153         (gst_ring_buffer_read):
12154         Constify some more.
12155         Caller supports interrupted reads now.
12156
12157 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12158
12159         * tests/check/Makefile.am:
12160           Another attempt to make the gen64 buildbot happy.
12161
12162 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12163
12164         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12165
12166         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12167         (gst_visual_chain), (gst_visual_change_state):
12168           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12169           correctly. Fixes #357800
12170
12171 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12172
12173         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12174           Add timeout to _get_state() so we see which pipeline it is
12175           that causes trouble on the gen64 build bot.
12176
12177 2006-09-27  Wim Taymans  <wim@fluendo.com>
12178
12179         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12180         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12181         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12182         (gst_base_rtp_depayload_set_gst_timestamp):
12183         the source pad always uses fixed caps.
12184
12185 2006-09-27  Wim Taymans  <wim@fluendo.com>
12186
12187         * docs/libs/gst-plugins-base-libs-docs.sgml:
12188         * docs/libs/gst-plugins-base-libs-sections.txt:
12189         * gst-libs/gst/audio/gstaudioclock.c:
12190         * gst-libs/gst/audio/gstaudioclock.h:
12191         * gst-libs/gst/audio/gstaudiosink.c:
12192         * gst-libs/gst/audio/gstaudiosink.h:
12193         * gst-libs/gst/audio/gstaudiosrc.c:
12194         * gst-libs/gst/audio/gstbaseaudiosink.c:
12195         (gst_base_audio_sink_render):
12196         * gst-libs/gst/audio/gstbaseaudiosink.h:
12197         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12198         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12199         * gst-libs/gst/audio/gstringbuffer.h:
12200         Added docs for the audio libs.
12201
12202 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12203
12204         * tests/check/Makefile.am:
12205           Temporarily disable test that fails on the bots for unknown reasons.
12206
12207 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12208
12209         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12210         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12211         Moved AudioCodecType into priv
12212         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12213
12214 2006-09-25  Wim Taymans  <wim@fluendo.com>
12215
12216         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12217         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12218         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12219         (new_pad):
12220         Cleanups and small leak fixes.
12221         Added Depayloaders to valid list of autopluggable elements.
12222
12223 2006-09-25  Wim Taymans  <wim@fluendo.com>
12224
12225         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12226         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12227         (gen_video_element), (gen_text_element), (gen_audio_element),
12228         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12229         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12230         Detect NO_PREROLL state change returns and disable clock distribution to
12231         the sinks so that sync is disabled.
12232         Avoid some type checking and do simple casts instead.
12233         Small cleanups, fix some FIXMEs.
12234         Be more robust when linking user specified elements, catch an report
12235         errors. Fixes #357404.
12236         Fix some leaks in the error paths.
12237
12238 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12239
12240         * ChangeLog:
12241           ChangeLog surgery for missing bug-number
12242
12243 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12244
12245         Patch by: Peter Kjellerstedt  <pkj at axis com>
12246
12247         * gst/playback/test.c:
12248           Fix compilation with uClibc and -Werror (#357591).
12249
12250 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12251
12252         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12253           Parse dates that are followed by a time as well (#357532).
12254
12255         * tests/check/libs/tag.c: (test_vorbis_tags):
12256           Add unit test for this.
12257
12258 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12259
12260         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12261         (gst_audio_convert_transform_caps):
12262         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12263         * gst/videotestsrc/videotestsrc.h:
12264           A few array const-ifications.
12265
12266 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12267
12268         * tests/check/Makefile.am:
12269           See if this makes the build bots happy.
12270
12271         * tests/check/libs/cddabasesrc.c:
12272           UTF8-ise my name.
12273
12274 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12275
12276         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12277
12278         * gst/subparse/samiparse.c: (handle_start_font),
12279         (fix_invalid_entities):
12280           More case-insensitivity for certain tags; recognise entities with
12281           decimal codes as special entities as well (#357330).
12282
12283 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12284
12285         * gst-libs/gst/Makefile.am:
12286           Need to build tag directory before cdda.
12287
12288 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12289
12290         * docs/libs/gst-plugins-base-libs-sections.txt:
12291         * gst-libs/gst/cdda/Makefile.am:
12292         * gst-libs/gst/cdda/gstcddabasesrc.c:
12293         (gst_cdda_base_src_base_init):
12294         * gst-libs/gst/cdda/gstcddabasesrc.h:
12295         * gst-libs/gst/tag/tag.h:
12296         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12297         (gst_tag_register_musicbrainz_tags):
12298           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12299           depend on libgsttag. This is required so we can extract/read tags like
12300           DISCID without depending on libgstcddabasesrc (which used to register
12301           them).
12302
12303         * gst-libs/gst/tag/gstvorbistag.c:
12304           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12305           tags (also see #347848).
12306
12307         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12308           Log vorbis comments we are actually writing. Const-ify array.
12309
12310 2006-09-23  Wim Taymans  <wim@fluendo.com>
12311
12312         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12313         Improve buffering a bit by avoiding a deadlock because we cannot assume
12314         the underrun is always called.
12315
12316 2006-09-23  Wim Taymans  <wim@fluendo.com>
12317
12318         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12319
12320         * gst-libs/gst/riff/riff-ids.h:
12321         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12322         (gst_riff_create_audio_template_caps):
12323         Added MPEG-4 AAC and id and caps. Fixes #357289
12324         Added WMA9 Lossless id.
12325
12326 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12327
12328         * ext/gnomevfs/gstgnomevfssrc.c:
12329           Fix misleading docs addition.
12330
12331         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12332           Get rid of compiler warning the right way.
12333
12334 2006-09-22  Wim Taymans  <wim@fluendo.com>
12335
12336         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12337         (gst_base_rtp_depayload_finalize),
12338         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12339         (gst_base_rtp_depayload_push_full),
12340         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12341         (gst_base_rtp_depayload_process),
12342         (gst_base_rtp_depayload_set_gst_timestamp),
12343         (gst_base_rtp_depayload_queue_release):
12344         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12345         Small cleanups.
12346         Fix some leaks.
12347         Refactored the process method and added methods to push from the process
12348         vmethod.
12349         Use _scale functions.
12350         API: gst_base_rtp_depayload_push_ts
12351         API: gst_base_rtp_depayload_push
12352
12353         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12354         timestamps are uint.
12355
12356 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12357
12358         * gst-libs/gst/interfaces/xoverlay.c:
12359           Remove unused statement from doc example.
12360
12361 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12362
12363         * gst-libs/gst/interfaces/videoorientation.c:
12364         (gst_video_orientation_iface_init),
12365         (gst_video_orientation_get_hflip),
12366         (gst_video_orientation_get_vflip),
12367         (gst_video_orientation_get_hcenter),
12368         (gst_video_orientation_get_vcenter),
12369         (gst_video_orientation_set_hflip),
12370         (gst_video_orientation_set_vflip),
12371         (gst_video_orientation_set_hcenter),
12372         (gst_video_orientation_set_vcenter):
12373           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12374           in ChangeLog)
12375
12376 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12377
12378         * tests/check/Makefile.am:
12379         * tests/check/elements/.cvsignore:
12380         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12381         (create_rgb_conversions), (rgb_conversion_free),
12382         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12383         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12384           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12385           but disable for now since it doesn't pass (something wrong with
12386           RGBA somewhere).
12387
12388 2006-09-21  Wim Taymans  <wim@fluendo.com>
12389
12390         * gst/playback/gstplaybasebin.c: (group_commit),
12391         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12392         (queue_out_of_data), (gen_preroll_element),
12393         (preroll_remove_overrun), (probe_triggered):
12394         Refactor handling of overrun detection.
12395         Separate handling of group completion and deadlock detection when doing
12396         network buffering. This should fix some deadlocks that were not detected
12397         because the group was completed.
12398         Add more comments, improve debugging.
12399
12400 2006-09-21  Wim Taymans  <wim@fluendo.com>
12401
12402         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12403         * tests/check/libs/audio.c:
12404         Some more compilation fixes.
12405
12406 2006-09-21  Wim Taymans  <wim@fluendo.com>
12407
12408         * gst-libs/gst/audio/gstringbuffer.c:
12409         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12410         (gst_ring_buffer_read):
12411         Early morning compilation fix.
12412
12413 2006-09-20  Wim Taymans  <wim@fluendo.com>
12414
12415         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12416         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12417         * tests/check/elements/videorate.c: (GST_START_TEST):
12418         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12419         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12420         Fix some warnings.
12421
12422 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12423
12424         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12425         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12426         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12427           Handcrafted merge to help CVS understanding what I changed and what
12428           not.
12429
12430 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12431
12432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12433         (gst_xvimagesink_get_times):
12434           change colorkey behaviour back according to #354773 comment 6/7
12435
12436 2006-09-19  Michael Smith  <msmith@fluendo.com>
12437
12438         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12439         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12440         (gst_multi_fd_sink_recover_client),
12441         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12442         (gst_multi_fd_sink_get_property):
12443         * gst/tcp/gstmultifdsink.h:
12444           Implement stubbed out properties unit-type, units-soft-max,
12445           units-max, to allow specifying maximum sizes in units other than
12446           buffers.
12447           Fixes #355935
12448
12449 2006-09-19  Wim Taymans  <wim@fluendo.com>
12450
12451         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12452         (gst_riff_create_audio_template_caps):
12453         Reorder the audio formats a bit for clarity.
12454         Detect and create caps for MSGSM and MSN (WAV49).
12455         Fixes #356596.
12456
12457         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12458         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12459         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12460         Small cleanups, move error handling out of normal flow for clarity.
12461
12462 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12463
12464         * docs/libs/gst-plugins-base-libs-docs.sgml:
12465         * docs/libs/gst-plugins-base-libs.types:
12466         * gst-libs/gst/interfaces/Makefile.am:
12467         * gst-libs/gst/interfaces/videoorientation.c:
12468         (gst_video_orientation_get_type),
12469         (gst_video_orientation_iface_init),
12470         (gst_video_orientation_get_hflip),
12471         (gst_video_orientation_get_vflip),
12472         (gst_video_orientation_get_hcenter),
12473         (gst_video_orientation_get_vcenter),
12474         (gst_video_orientation_set_hflip),
12475         (gst_video_orientation_set_vflip),
12476         (gst_video_orientation_set_hcenter),
12477         (gst_video_orientation_set_vcenter):
12478         * gst-libs/gst/interfaces/videoorientation.h:
12479           API: Add new interface to control video orientation (fixes #354908)
12480
12481 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12482
12483         * gst/videotestsrc/gstvideotestsrc.c:
12484           Use G_UNLIKELY in _create and log one more detail.
12485           
12486         (gst_video_test_src_get_times), (gst_video_test_src_create):
12487         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12488           Use gst_util_uint64_scale_int in _get_times().
12489
12490 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12491
12492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12493           Give better warning message (add object and detail).
12494
12495 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12496
12497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12498         (gst_xvimagesink_get_times):
12499           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12500           #354773), use gst_util_uint64_scale_int in _get_times()
12501
12502 2006-09-18  Michael Smith  <msmith@fluendo.com>
12503
12504         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12505           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12506           always true, leading to dropping all timestamps.
12507
12508 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12509
12510         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12511         (gst_visual_chain), (gst_visual_change_state):
12512           update to work also with libvisual 0.4 API, fix double unref (#355914)
12513           
12514         * tools/gst-launch-ext.1.in:
12515         * tools/gst-visualise.1.in:
12516           remove references to old man-pages
12517
12518         * tests/examples/seek/seek.c: (main):
12519           add real meadi-buttons, add tool-tips for the seek-options, arrange
12520           seek options in a table
12521
12522 2006-09-18  Michael Smith  <msmith@fluendo.com>
12523
12524         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12525         (gst_ogg_mux_push_buffer):
12526           Don't generate out-of-order timestamps from oggmux, instead clamp
12527           output timestamps to be >= the previously output ts.
12528           Fixes #355595
12529
12530 2006-09-18  Michael Smith  <msmith@fluendo.com>
12531
12532         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12533         (gst_multi_fd_sink_class_init):
12534           Updates, fixes, and typo corrections for multifdsink. No functional
12535           changes.
12536
12537 2006-09-17  Michael Smith  <msmith@fluendo.com>
12538
12539         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12540           Don't crash on truncated files - check that we got an 8 byte buffer
12541           before trying to memcmp it.
12542
12543 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12544
12545         * gst/playback/gstplaybasebin.c: (get_active_source):
12546           Make stream-switching appear instant to the application
12547           (ie. make sure that a g_object_get on 'current-foo' returns
12548           the stream previously set with g_object_set(). Totem needs
12549           this to update stream-related meta-info (like audio-codec)
12550           correctly when switching streams.
12551
12552 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12553
12554         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12555         (gst_alsa_mixer_ensure_track_list):
12556           Try harder to guess which mixer track is the master mixer
12557           track (instead of just taking the first one that has a pvolume).
12558           Fixes #342228.
12559
12560 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12561
12562         reviewed by: <delete if not using a buddy>
12563
12564         * gst-libs/gst/audio/audio.h:
12565         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12566
12567 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12568
12569         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12570         (gst_audio_convert_transform_caps):
12571           Get structure-name just once.
12572
12573 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12574
12575         * tests/check/elements/audioresample.c: (GST_START_TEST):
12576         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12577         * tests/check/elements/volume.c: (GST_START_TEST):
12578         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12579         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12580         (test_pipeline), (GST_START_TEST):
12581         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12582         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12583           Fix big batch of compiler warnings.
12584
12585 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12586
12587         * ext/gnomevfs/gstgnomevfssrc.c:
12588           Add docs about icydemux usage in connection with gnomevfssrc
12589
12590         * ext/libvisual/visual.c:
12591         * ext/ogg/gstoggaviparse.c:
12592         * ext/ogg/gstoggdemux.c:
12593         * ext/ogg/gstoggmux.c:
12594         * ext/ogg/gstoggparse.c:
12595         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12596         * gst-libs/gst/audio/gstaudiosink.c:
12597         * gst-libs/gst/audio/gstaudiosrc.c:
12598         * gst/audiorate/gstaudiorate.c:
12599           More G_OBJECT macro fixing.
12600
12601         * gst/audiotestsrc/gstaudiotestsrc.h:
12602           Fix wrong info in header due to copy & paste
12603
12604 2006-09-15  Wim Taymans  <wim@fluendo.com>
12605
12606         * gst-libs/gst/audio/gstbaseaudiosink.c:
12607         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12608         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12609         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12610         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12611         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12612         Do the delay calculation in the source/sink base classes as this is
12613         specific for the capture/playback mode.
12614         Try to fixate a bit better, like round depth up to a multiple of 8
12615         bigger than width.
12616         Handle underruns correctly by marking DISCONT on buffers and adjusting
12617         timestamps to handle the gap.
12618         Set offset/offset_end correctly on buffers.
12619
12620         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12621         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12622         (gst_ring_buffer_read):
12623         Remove resync and underrun recovery from the ringbuffer.
12624         Fix ringbuffer read code on under/overrun.
12625
12626 2006-09-15  Wim Taymans  <wim@fluendo.com>
12627
12628         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12629         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12630         (queue_threshold_reached), (gst_play_base_bin_set_property),
12631         (gst_play_base_bin_get_property):
12632         * gst/playback/gstplaybasebin.h:
12633         Don't use a 0 low watermark when buffering, it is catching starvation
12634         way too late. Instead, use a 3 second queue with 30 and 95
12635         percent low/high watermarks. 
12636         Added queue-min-threshold property to configure low watermark.
12637         Use new _buffering message API.
12638         Make queue_threshold variable big enough to store a uint64 time value.
12639         API: playbin::queue-min-threshold property.
12640
12641 2006-09-15  Wim Taymans  <wim@fluendo.com>
12642
12643         * configure.ac:
12644         We require 0.10.10.1 now because of _wait_preroll().
12645
12646         * gst-libs/gst/audio/gstbaseaudiosink.c:
12647         (gst_base_audio_sink_render):
12648         Use gst_base_sink_wait_preroll().
12649
12650 2006-09-15  Wim Taymans  <wim@fluendo.com>
12651
12652         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12653         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12654         Use DEBUG_OBJECT more.
12655
12656 === release 0.10.10 ===
12657
12658 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12659
12660         patch by: Michael Smith <msmith at fluendo dot com>
12661
12662         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12663         (gst_multi_fd_sink_client_queue_buffer),
12664         (gst_multi_fd_sink_new_client):
12665         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12666         (multifdsink_suite):
12667           Fix implementation of sync-method 'next-keyframe'
12668           Closes #354594
12669
12670 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12671
12672         patch by: Wim Taymans <wim at fluendo dot com>
12673
12674         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12675         This patch removes the RANDOM flag that was incorrectly introduced with
12676         revision 1.91.  Fixes #354590
12677
12678 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12679
12680         * tests/check/Makefile.am:
12681           Random variation in Makefile line to see if it makes the
12682           gen64-base-full bot any happier.
12683
12684 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12685
12686         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12687           Disable test that fails at the moment (killed after timeout).
12688
12689 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12690
12691         Patch by: James Livingston  <doclivingston at gmail.com>
12692
12693         * tests/check/Makefile.am:
12694         * tests/check/pipelines/.cvsignore:
12695         * tests/check/pipelines/oggmux.c: (get_page_codec),
12696         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12697         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12698         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12699         (test_theora_vorbis), (oggmux_suite):
12700           Add simple unit test for oggmux from #337026 with checking for the
12701           EOS flags disabled for the time being.
12702
12703 2006-09-04  Wim Taymans  <wim@fluendo.com>
12704
12705         patch by: Alessandro Dessina <alessandro nnva org>
12706
12707         * ext/ogg/gstoggmux.c:
12708         Add cmml caps to oggmux. Fixes #353912
12709
12710 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12711
12712         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12713           Returning a return value often helps. In this case, we
12714           don't need the return value anyway, so just get rid of it.
12715           Should make build bots much happier.
12716
12717 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12718
12719         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12720         (paint_get_structure), (gst_video_test_src_get_size),
12721         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12722         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12723         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12724         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12725         * gst/videotestsrc/videotestsrc.h:
12726           Add support for AYUV and the various RGBA formats. Initialise
12727           fields of paintinfo structs allocated on the stack.
12728
12729         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12730         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12731         (check_rgb_buf), (videotestsrc_suite):
12732           Add unit tests for videotestsrc's RGB output.
12733
12734 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12735
12736         * gst/videotestsrc/gstvideotestsrc.c:
12737         (gst_video_test_src_pattern_get_type),
12738         (gst_video_test_src_set_pattern):
12739         * gst/videotestsrc/gstvideotestsrc.h:
12740         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12741         (gst_video_test_src_black), (gst_video_test_src_white),
12742         (gst_video_test_src_red), (gst_video_test_src_green),
12743         (gst_video_test_src_blue):
12744         * gst/videotestsrc/videotestsrc.h:
12745           Add more uni-colour patterns ("white", "red", "green", and "blue").
12746
12747 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12748
12749         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12750           Fix stride for YVYU, should be word-aligned (#353658).
12751
12752 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12753
12754         * gst/adder/gstadder.c: (gst_adder_src_event):
12755           Fix build.
12756
12757 2006-08-31  Edward Hervey  <edward@fluendo.com>
12758
12759         * gst/adder/gstadder.c: (forward_event_func),
12760         (gst_adder_src_event), (gst_adder_collected),
12761         (gst_adder_change_state):
12762         * gst/adder/gstadder.h:
12763         Remember the start position asked in the incoming seeks, so we can
12764         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12765         of assuming it will always be 0).
12766
12767 2006-08-31  Edward Hervey  <edward@fluendo.com>
12768
12769         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12770         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12771         (gst_ogg_demux_loop):
12772         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12773
12774 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12775
12776         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12777         (gst_ffmpegcsp_get_unit_size):
12778           Return FALSE instead of returning a random false unit
12779           size when the format isn't known/supported (even if
12780           this shouldn't happen under normal circumstances).
12781
12782 2006-08-29  Wim Taymans  <wim@fluendo.com>
12783
12784         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12785
12786         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12787         (gst_gnome_vfs_src_start):
12788         Try harder to get the size from a uri by using _info_uri() when
12789         _info_from_handle() does not give us enough info. 
12790         Also follow symlinks when getting the size.
12791         Partially Fixes #332864.
12792
12793 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12794
12795         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12796
12797         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12798         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12799         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12800         (gst_alsa_mixer_set_record):
12801         * ext/alsa/gstalsamixertrack.c:
12802         (gst_alsa_mixer_track_update_alsa_capabilities),
12803         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12804         (gst_alsa_mixer_track_update):
12805         * ext/alsa/gstalsamixertrack.h:
12806           Improve and fix mixer track handling, in particular better handling
12807           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12808           separate track objects for tracks that have both capture and playback
12809           volume (and label them differently as well so they're not mistakenly
12810           assumed to be duplicates); classify mixer tracks that only affect
12811           the audible volume of something (rather than the capture volume)
12812           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12813           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12814           (following the meaning documented in the mixer interface header
12815           file); add support for alsa's exclusive cswitch groups; update/sync
12816           state/flags better if mixer settings are changed by another
12817           application. Fixes #336075.
12818
12819 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12820
12821         * gst/playback/gstplaybin.c:
12822           Improve docs: add section about BUFFERING messages sent by playbin.
12823
12824 2006-08-29  Michael Smith  <msmith@fluendo.com>
12825
12826         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12827         (gst_vorbis_enc_buffer_check_discontinuous),
12828         (gst_vorbis_enc_chain):
12829           Ignore explicit DISCONT marked on buffers (which is often spurious,
12830           particularly when using multiple segments), in favour of solely
12831           using the timestamps/durations.
12832
12833 2006-08-29  Edward Hervey  <edward@fluendo.com>
12834
12835         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12836         Don't rely on incoming buffers offset anymore, since it is completely
12837         broken when using multiple segments.
12838         Instead convert the incoming buffers timestamp to running time, and
12839         then convert that value to the offsets.
12840         Also inform GstSegment of the last outputted stop position, which is
12841         needed if we received several segments with an unknown stop value.
12842
12843 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12844
12845         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12846           fix buffer unreffing on a header push failure
12847
12848 2006-08-28  Wim Taymans  <wim@fluendo.com>
12849
12850         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12851         (gst_audio_rate_chain):
12852         Make the metadata of the buffer writable before changing its
12853         flags.
12854
12855 2006-08-28  Wim Taymans  <wim@fluendo.com>
12856
12857         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12858         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12859         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12860         (gst_audio_rate_chain), (gst_audio_rate_change_state):
12861         Fix audiorate some more.
12862         Reset and resync counters on flush and READY.
12863         Handle the DISCONT flag correctly.
12864         Use GstSegment to track position.
12865         Fail when not negotiated.
12866         Fixes #353234.
12867
12868 2006-08-25  Michael Smith  <msmith@fluendo.com>
12869
12870         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12871           Fix spelling.
12872           Remove accidently included debug line.
12873
12874 2006-08-25  Wim Taymans  <wim@fluendo.com>
12875
12876         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12877         Small cleanups.
12878         If a buffer is received with no caps, make the buffer metadata
12879         writable and set the caps, making sure that we don't screw up the
12880         refcounts.
12881
12882 2006-08-25  Michael Smith  <msmith@fluendo.com>
12883
12884         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
12885         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
12886           Fix memory leaks and misleading debug messages, add a couple of
12887           comments.
12888
12889         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
12890         (gst_multi_fd_sink_render):
12891           Do not use gst_buffer_make_writable() in a basesink render method,
12892           as it may incorrectly unref the buffer. Instead, use convoluted
12893           dance to avoid copying the buffer except when we need to.
12894
12895 2006-08-25  Michael Smith  <msmith@fluendo.com>
12896
12897         * ext/vorbis/vorbisenc.c:
12898         (gst_vorbis_enc_buffer_check_discontinuous):
12899           Allow very small discontinuities in the timestamps. These we can't
12900           do anything useful with anyway (because vorbis's timestamps have
12901           only sample granularity), and are commonly produced by elements with
12902           minor bugs. Allow up to 1/2 a sample out.
12903           Fixes #351742.
12904
12905 2006-08-24  Wim Taymans  <wim@fluendo.com>
12906
12907         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
12908         (play_scrub_toggle_cb), (main):
12909         Add a checkbox to enable play scrubbing. Makes it possible to disable
12910         normal scrubbing.
12911
12912 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12913
12914         * tests/check/elements/.cvsignore:
12915           make buildbot happy
12916
12917 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12918
12919         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
12920         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
12921         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
12922         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12923         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12924         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
12925         (gst_ogm_text_parse_strip_trailing_zeroes),
12926         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
12927         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
12928           Refactor ogm parse, do better input checking, misc. clean-ups.
12929           Cache incoming events and push them once the source pad has
12930           been created. Don't pass unterminated strings to sscanf().
12931           Strip trailing zeroes from subtitle text output, since they
12932           are not valid UTF-8. Don't push vorbiscomment packets on
12933           the subtitle text pad. Output perfect streams if possible.
12934
12935 2006-08-23  Wim Taymans  <wim@fluendo.com>
12936
12937         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12938         Waits for tasks to settle down so that we clean up correctly for 
12939         valgrind.
12940
12941 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12942
12943         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
12944           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
12945           actually return return value in taglists_are_equal.
12946
12947 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12948
12949         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12950           Fix crash due to broken bitstream parsing on x86-64: can't make
12951           any assumptions about sizeof(struct) due to alignment/packing
12952           differences on different architectures. Fixes #351790.
12953
12954 2006-08-22  Wim Taymans  <wim@fluendo.com>
12955
12956         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12957         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
12958         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
12959         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
12960         (gst_riff_parse_info):
12961         Protect public functions against bad input.
12962         Do some cleanups.
12963         Fix documentation.
12964
12965 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12966
12967         * gst-libs/gst/riff/riff-ids.h:
12968         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12969           Add voxware audio IDs (even if we can't play it) (#351795).
12970
12971 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12972
12973         * gst-libs/gst/riff/riff-media.c:
12974         (gst_riff_create_video_template_caps),
12975         (gst_riff_create_audio_template_caps),
12976         (gst_riff_create_iavs_template_caps):
12977           Const-ify some arrays and use G_N_ELEMENTS instead
12978           of wasting oodles of RAM on terminator bits.
12979
12980 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12981
12982         * gst-libs/gst/tag/gstvorbistag.c:
12983         (gst_tag_list_to_vorbiscomment_buffer):
12984         * tests/check/libs/tag.c: (GST_START_TEST):
12985           And the same for _to_vorbiscomment_buffer(): allow
12986           id_data_len == 0 for speex.
12987
12988 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12989
12990         * configure.ac:
12991         * docs/plugins/Makefile.am:
12992         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12993         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12994         * docs/plugins/inspect/plugin-gdp.xml:
12995         * gst/gdp/Makefile.am:
12996         * tests/check/Makefile.am:
12997           Move GDP plugin to -base from -bad.  Closes #347783.
12998
12999 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13000
13001         * gst-libs/gst/tag/gstvorbistag.c:
13002         (gst_tag_list_from_vorbiscomment_buffer):
13003           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
13004           Also add some checks to make sure we don't memcmp() beyond the end of
13005           vorbiscomment buffer if the ID to check for is larger than the buffer.
13006
13007         * tests/check/libs/tag.c: (GST_START_TEST):
13008           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
13009
13010 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
13011
13012         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
13013         (gst_vorbis_enc_set_metadata):
13014           Use vorbis comment utility functions from libgsttag
13015           instead of re-inventing the wheel (partially fixes #347091).
13016
13017 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
13018
13019         * tests/check/elements/audioconvert.c: (GST_START_TEST):
13020         Fix leaks. Wait for state transitions that might happen ASYNC, as well
13021         as some that won't.
13022
13023 2006-08-21  Wim Taymans  <wim@fluendo.com>
13024
13025         * docs/libs/Makefile.am:
13026         * docs/libs/gst-plugins-base-libs-sections.txt:
13027         * docs/libs/gst-plugins-base-libs.types:
13028         Don't try to GObject scan the netbuffer as it's not a GObject.
13029         Fixes #351308.
13030
13031         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13032         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13033         Document GstNetBuffer.
13034
13035 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13036
13037         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13038         (audioconvert_suite):
13039           Add testcase for caps-size-explosion
13040
13041 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13042
13043         * gst/audioconvert/gstaudioconvert.c:
13044         (gst_audio_convert_get_unit_size), (set_structure_widths):
13045           Lower debug, use g_assert in _get_unit_size
13046
13047         * gst/audioresample/gstaudioresample.c:
13048         (audioresample_get_unit_size):
13049         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13050         (gst_ffmpegcsp_get_unit_size):
13051         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13052           use g_assert in _get_unit_size
13053
13054 2006-08-18  Wim Taymans  <wim@fluendo.com>
13055
13056         * docs/libs/gst-plugins-base-libs-sections.txt:
13057         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13058         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13059         (gst_rtp_buffer_get_payload_buffer):
13060         * gst-libs/gst/rtp/gstrtpbuffer.h:
13061         Document GstRTPBuffer.
13062         Added function to efficiently strip payload headers.
13063         API: gst_rtp_buffer_get_payload_subbuffer()
13064
13065 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13066
13067         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13068         (gst_tag_to_vorbis_comments):
13069           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13070           tags and deserialise them properly as well (#347091).
13071           Add some more gtk-doc blurbs and also some g_return_if_fail().
13072
13073         * tests/check/libs/tag.c: (GST_START_TEST),
13074         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13075           More tests.
13076
13077 2006-08-17  Wim Taymans  <wim@fluendo.com>
13078
13079         * ext/ogg/Makefile.am:
13080         * ext/ogg/gstogg.c: (plugin_init):
13081         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13082         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13083         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13084         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13085         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13086         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13087         Added ogg-in-avi parser element. Fixes #140139.
13088
13089         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13090         Fixed a bug in oggdemux debug code.
13091
13092         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13093         (gst_riff_create_audio_template_caps):
13094         Recognise Ogg in the AVI extensible wave format.
13095
13096 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13097
13098         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13099           Make buffer durations add up (duration should be next_ts-ts for
13100           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13101           from CVS.
13102
13103         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13104         (test_buffer_timestamps), (cddabasesrc_suite):
13105           Add unit test for the above.
13106
13107         * tests/check/Makefile.am:
13108           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13109           to see what happens.
13110
13111 2006-08-16  Wim Taymans  <wim@fluendo.com>
13112
13113         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13114         (gst_alsasink_open):
13115         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13116         (gst_alsasrc_open):
13117         Avoid setting and using a NULL device name.
13118         Print more info when we fail to open a device.
13119
13120 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13121
13122         * docs/libs/gst-plugins-base-libs-sections.txt:
13123         * gst-libs/gst/tag/tag.h:
13124         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13125           API: add gst_tag_parse_extended_comment() (#351426).
13126
13127         * tests/check/Makefile.am:
13128         * tests/check/libs/.cvsignore:
13129         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13130           Add unit test for gst_tag_parse_extended_comment().
13131
13132 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13133
13134         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13136           Fix leak (#351502).
13137
13138 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13139
13140         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13141         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13142         * docs/plugins/gst-plugins-base-plugins.args:
13143         * gst/playback/gstplaybin.c:
13144           Document playbin.
13145           
13146         * docs/plugins/inspect/plugin-adder.xml:
13147         * docs/plugins/inspect/plugin-alsa.xml:
13148         * docs/plugins/inspect/plugin-audioconvert.xml:
13149         * docs/plugins/inspect/plugin-audiorate.xml:
13150         * docs/plugins/inspect/plugin-audioresample.xml:
13151         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13152         * docs/plugins/inspect/plugin-cdparanoia.xml:
13153         * docs/plugins/inspect/plugin-decodebin.xml:
13154         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13155         * docs/plugins/inspect/plugin-gnomevfs.xml:
13156         * docs/plugins/inspect/plugin-ogg.xml:
13157         * docs/plugins/inspect/plugin-pango.xml:
13158         * docs/plugins/inspect/plugin-playbin.xml:
13159         * docs/plugins/inspect/plugin-subparse.xml:
13160         * docs/plugins/inspect/plugin-tcp.xml:
13161         * docs/plugins/inspect/plugin-theora.xml:
13162         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13163         * docs/plugins/inspect/plugin-video4linux.xml:
13164         * docs/plugins/inspect/plugin-videorate.xml:
13165         * docs/plugins/inspect/plugin-videoscale.xml:
13166         * docs/plugins/inspect/plugin-videotestsrc.xml:
13167         * docs/plugins/inspect/plugin-volume.xml:
13168         * docs/plugins/inspect/plugin-vorbis.xml:
13169         * docs/plugins/inspect/plugin-ximagesink.xml:
13170         * docs/plugins/inspect/plugin-xvimagesink.xml:
13171           Update to CVS version.
13172
13173 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13174
13175         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13176         (gst_play_bin_set_property), (gst_play_bin_get_property),
13177         (value_list_append_structure_list),
13178         (gst_play_bin_handle_redirect_message),
13179         (gst_play_bin_handle_message):
13180           API: GstPlayBin::connection-speed
13181           Add "connection-speed" property; re-order redirect messages with
13182           multiple redirect locations depending on the minimum bitrate if
13183           that information is available and a connection speed is set
13184           (#350399).
13185
13186 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13187
13188         * gst/playback/gstplaybin.c:
13189           Update max volume to the same value that the volume element uses.
13190
13191 2006-08-14  Wim Taymans  <wim@fluendo.com>
13192
13193         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13194         Less uglyness..
13195
13196 2006-08-14  Wim Taymans  <wim@fluendo.com>
13197
13198         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13199         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13200         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13201         Add some more debug info.
13202         Don't crash when a seek failed.
13203         Actually return the result of the seek instead of TRUE.
13204         Ignore multiple BOS pages with the same serial so that we don't create
13205         the same stream multiple times.
13206         Post an error when we fail to do the initial seek.
13207
13208 2006-08-13  Wim Taymans  <wim@fluendo.com>
13209
13210         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13211         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13212         Small code cleanup.
13213
13214         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13215         (gst_alsa_mixer_new):
13216         Remove hack that always set the device to hw:0*.
13217         Properly find the card name for whatever device was configured.
13218         Do some better debugging.
13219         Fixes #350784.
13220
13221         * ext/alsa/gstalsamixerelement.c:
13222         (gst_alsa_mixer_element_set_property),
13223         (gst_alsa_mixer_element_change_state):
13224         Cleanups.
13225         Handle setting of a NULL device name better.
13226
13227 2006-08-11  Wim Taymans  <wim@fluendo.com>
13228
13229         * gst/adder/gstadder.c:
13230         Don't clip float values. Fixes #350900.
13231
13232 2006-08-11  Andy Wingo  <wingo@pobox.com>
13233
13234         * gst/tcp/gsttcp.c: Really fix the build?
13235
13236         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13237         fixes the build.
13238
13239 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13240
13241         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13242           Float caps shouldn't have a "signed" field.
13243
13244 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13245
13246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13247           Implement SEEKING query in its most basic form, so that we can
13248           at least check if we're seekable or not (#350655).
13249
13250 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13251
13252         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13253           The checks here are not even close to anything that would
13254           justify MAXIMUM probability, lowering to POSSIBLE until someone
13255           fixes the checks (case at hand: quicktime redirection files
13256           might start with 00 00 01 XX and pass the checks here just
13257           fine, see #350399).
13258
13259 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13260
13261         Patch by: Sjoerd Simons  <sjoerd at luon net>
13262
13263         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13264           Better detection for multipart/x-mixed-replace: accept leading
13265           whitespaces before the boundary marker as well (as our very own
13266           multipartmux used to produce) (#349068).
13267
13268 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13269
13270         Patch by: Young-Ho Cha  <ganadist at chollian net>
13271
13272         * gst-libs/gst/riff/riff-ids.h:
13273         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13274         (gst_riff_create_audio_template_caps):
13275           Detect DTS audio streams (#350157).
13276
13277 2006-08-05  Andy Wingo  <wingo@pobox.com>
13278
13279         * ext/theora/gsttheoraparse.h:
13280         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13281         (theora_parse_dispose, theora_parse_set_property)
13282         (theora_parse_get_property, theora_parse_munge_granulepos)
13283         (theora_parse_push_buffer, theora_parse_change_state):
13284         API: GstTheoraParse::synchronization-points
13285         Add a property 'synchronization-points' to fix badly synchronized oggs.
13286
13287 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13288
13289         * tests/check/Makefile.am:
13290         * tests/check/libs/.cvsignore:
13291         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13292         (fixed_caps_have_channel_positions), (GST_START_TEST),
13293         (audio_suite), (main):
13294           Add a few tests for the channel position stuff in libgstaudio.
13295
13296 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13297
13298         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13299         (gst_alsa_detect_channels):
13300         * ext/alsa/gstalsasink.c:
13301           Add support for cards that (only) do more than 8 channels,
13302           like the Delta 44 (#345188).
13303
13304         * gst-libs/gst/audio/multichannel.c:
13305         (gst_audio_check_channel_positions):
13306         * gst-libs/gst/audio/multichannel.h:
13307           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13308           unspecified channel position and cannot be combined with any
13309           of the other audio channel positions; adjust position layout
13310           checks accordingly (#345188).
13311
13312 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13313
13314         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13315           Recognise ancient RealAudio files (see #349779).
13316
13317 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13318
13319         Patch by: Jens Granseuer  <jensgr at gmx net>
13320
13321         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13322           Add typefinder for Interplay's MVE format (#348973).
13323
13324 2006-08-02  Wim Taymans  <wim@fluendo.com>
13325
13326         Patch by: Marcel Moreaux <marcelm at luon dot net>
13327
13328         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13329         (gst_base_rtp_depayload_add_to_queue):
13330         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13331         Handle RTP sequence number rollover.
13332         Disable jitterbuffer by default.
13333
13334 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13335
13336         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13337         (audioresample_set_caps):
13338         Don't leak references to the incoming caps. Clean them up when
13339         stopping.
13340
13341         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13342         (gst_video_scale_finalize):
13343         Don't leak our temporary pixel buffer.
13344
13345         * tests/check/Makefile.am:
13346         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13347         (GST_START_TEST), (simple_launch_lines_suite):
13348
13349         Fix leaks and re-enable the test for valgrind checking.
13350
13351 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13352
13353         Patch by: Sjoerd Simons  <sjoerd at luon net>
13354
13355         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13356         (plugin_init):
13357           Add typefind function for multipart/x-mixed-replace (#348916).
13358
13359 2006-07-28  Wim Taymans  <wim@fluendo.com>
13360
13361         * gst/adder/gstadder.c: (gst_adder_setcaps),
13362         (gst_adder_query_duration):
13363         Fix leak in duration query.
13364         Reflow some docs and notes.
13365
13366 2006-07-28  Michael Smith  <msmith@fluendo.com>
13367
13368         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13369         (vorbisenc_suite):
13370           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13371           aspect of it.
13372
13373 2006-07-28  Michael Smith  <msmith@fluendo.com>
13374
13375         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13376         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13377         (gst_vorbis_enc_push_buffer),
13378         (gst_vorbis_enc_buffer_check_discontinuous),
13379         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13380         * ext/vorbis/vorbisenc.h:
13381           Handle discontinuities in the input vorbis stream correctly,
13382           so that the output is properly timestamped (and has good granulepos
13383           values). Needs some oggmux fixes too.
13384
13385 2006-07-27  Wim Taymans  <wim@fluendo.com>
13386
13387         patch by: Kai Vehmanen <kv2004 eca cx>
13388
13389         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13390         (gst_base_rtp_depayload_chain),
13391         (gst_base_rtp_depayload_handle_sink_event),
13392         (gst_base_rtp_depayload_change_state):
13393         Don't send multiple newsegments with different formats.
13394         Fixes #348677.
13395
13396 2006-07-26  Wim Taymans  <wim@fluendo.com>
13397
13398         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13399         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13400         Make seeking in ogg more accurate again by doing the more correct
13401         granuletime to stream time conversion.
13402
13403 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13404
13405         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13406         (gst_multi_fd_sink_new_client):
13407           debug a little more understandably
13408           do not use goto as a substitute for break, especially if
13409           break is also being used
13410
13411 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13412
13413         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13414         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13415           Remove GLib-2.6 compatibility cruft.
13416
13417 2006-07-24  Wim Taymans  <wim@fluendo.com>
13418
13419         * gst-libs/gst/audio/gstbaseaudiosink.c:
13420         (gst_base_audio_sink_render):
13421         Don't try to align a sample to an unknown value.
13422
13423 2006-07-24  Wim Taymans  <wim@fluendo.com>
13424
13425         * gst-libs/gst/audio/gstbaseaudiosink.c:
13426         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13427         When the audio clock is slaved to another clock, never try to align
13428         samples but trust the rate interpolation algorithm.
13429
13430 2006-07-24  Wim Taymans  <wim@fluendo.com>
13431
13432         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13433         Don't try to calculate silence samples, base class does this much
13434         better now.
13435
13436         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13437         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13438         (gst_ring_buffer_acquire):
13439         Calculate silence samples correctly.
13440
13441         * gst-libs/gst/audio/gstringbuffer.h:
13442         Add _CAST macro.
13443
13444 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13445
13446         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13447           Limit search for the first markup tag to the first few kB of
13448           the file. If we don't find one there, it's highly unlikely that
13449           this is an XML(-ish) file.
13450
13451 2006-07-21  Andy Wingo  <wingo@pobox.com>
13452
13453         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13454         test to the one in vorbisenc. Also commented out.
13455
13456         * tests/check/pipelines/vorbisenc.c: 
13457         (test_discontinuity): New test, commented out until Mike lands
13458         some elite vorbisenc patches.
13459
13460         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13461         Bufferstraw was actually factored out of these tests. Now we share
13462         code yay.
13463
13464         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13465         for bufferstraw addition to gstcheck.
13466
13467 2006-07-21  Wim Taymans  <wim@fluendo.com>
13468
13469         * ext/theora/theoradec.c: (clip_buffer):
13470         Better clipping.
13471
13472 2006-07-21  Wim Taymans  <wim@fluendo.com>
13473
13474         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13475         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13476         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13477         Fix leak.
13478         Avoid type casting when we can.
13479
13480         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13481         Fix mem leak.
13482
13483 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13484
13485         * ext/alsa/gstalsamixerelement.c:
13486         (gst_alsa_mixer_element_change_state):
13487           Make state change fail if the specified device can't be opened
13488           for some reason.
13489
13490 2006-07-20  Wim Taymans  <wim@fluendo.com>
13491
13492         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13493         (cb_newpad), (main):
13494         Example of a small audio/video player using decodebin.
13495
13496 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13497
13498         * gst-libs/gst/riff/riff-ids.h:
13499           Add 'fact' chunk id
13500
13501 2006-07-19  Wim Taymans  <wim@fluendo.com>
13502
13503         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13504         (gst_base_rtp_depayload_chain),
13505         (gst_base_rtp_depayload_change_state):
13506         Don't assert when not negotiated but post a meaningfull 
13507         error message. Fixes #347918.
13508
13509         * gst-libs/gst/rtp/gstbasertppayload.c:
13510         Add comment about better default MTU size.
13511
13512         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13513         Small cleanups, start docs.
13514
13515 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13516
13517         Patch by: Martin Szulecki
13518
13519         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13520           If "device-name" is requested and the device is not
13521           open, try to temporarily open it to obtain this
13522           information (#342494).
13523
13524 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13525
13526         * gst-libs/gst/tag/gstid3tag.c:
13527           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13528
13529         * gst-libs/gst/tag/gsttageditingprivate.h:
13530         * gst-libs/gst/tag/gstvorbistag.c:
13531           Some more random const-ifications.
13532
13533 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13534
13535         * gst-libs/gst/riff/riff-ids.h:
13536         * gst-libs/gst/riff/riff-media.c:
13537         (gst_riff_create_video_template_caps):
13538           Add more FOURCCs (sort list to make stuff easier to find),
13539           add comment what those 16 bytes in struct _gst_riff_strh according to
13540           one avi-dumper are
13541
13542 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13543
13544         * gst-libs/gst/audio/multichannel.c:
13545         (gst_audio_check_channel_positions),
13546         (gst_audio_fixate_channel_positions):
13547           Const-ify two arrays.
13548
13549 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13550
13551         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13552           Fix typo, so that alsasink also advertises 8 channels
13553           if that's supported (tags: can, worms, open, alsa, ph34r).
13554
13555 2006-07-17  Wim Taymans  <wim@fluendo.com>
13556
13557         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13558         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13559         *sigh*, when is the compiler going to warn when the comments
13560         are out-of-sync with the code.. Refix case of busted theora
13561         headers with 0 granule pos.
13562
13563 2006-07-14  Wim Taymans  <wim@fluendo.com>
13564
13565         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13566         (gst_base_rtp_depayload_wait),
13567         (gst_base_rtp_depayload_change_state),
13568         (gst_base_rtp_depayload_set_property),
13569         (gst_base_rtp_depayload_get_property):
13570         Fix 99% cpu load by waiting for absolute times on the
13571         clock. Fixes #347300.
13572
13573 2006-07-14  Andy Wingo  <wingo@pobox.com>
13574
13575         * ext/theora/gsttheoraparse.h: 
13576         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13577         (theora_parse_push_headers, theora_parse_clear_queue)
13578         (theora_parse_drain_queue_prematurely, )
13579         (theora_parse_sink_event, theora_parse_change_state): Queue events
13580         until we initialized our state, like in vorbisparse.
13581
13582         * ext/vorbis/vorbisparse.h: 
13583         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13584         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13585         (vorbis_parse_drain_queue_prematurely, )
13586         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13587         until we have initialized our state. Fixes seeking after an
13588         initial pad block.
13589
13590 2006-07-14  Andy Wingo  <wingo@pobox.com>
13591
13592         Patch by: Iain Holmes <iaingnome@gmail.com>
13593         
13594         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13595
13596 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13597
13598         * configure.ac:
13599         Bump nano back to CVS
13600
13601 === release 0.10.9 ===
13602
13603 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13604
13605         * configure.ac:
13606           releasing 0.10.9, "I walk the line"
13607
13608 2006-07-14  Michael Smith  <msmith@fluendo.com>
13609
13610         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13611           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13612           (commonly happens when running this test under valgrind) when trying
13613           to remove the buffer probe.
13614
13615 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13616
13617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13618         Fix missing g_unlock from the previous commit
13619
13620 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13621
13622         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13623         (gst_ximagesink_change_state):
13624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13625         (gst_xvimagesink_change_state):
13626         Implement a locking order to ensure we always take the object lock
13627         before the x_lock and never vice-versa.
13628
13629 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13630
13631         * gst/playback/gstdecodebin.c: (find_compatibles):
13632         Fix a caps leak when linking (#347304)
13633
13634         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13635         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13636         (gst_ximagesink_change_state):
13637         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13638         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13639         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13640         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13641         Don't leak shared memory resources. Use the object lock to protect
13642         against the xcontext disappearing while returning a buffer from the
13643         pipeline. (#347304)
13644
13645 2006-07-12  Edward Hervey  <edward@fluendo.com>
13646
13647         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13648         (vorbis_handle_comment_packet):
13649         gst_tag_list_merge() returns a new object. Take that into account when
13650         using it. This avoids memleak.
13651         Revert previous commit which is not needed.
13652
13653 2006-07-12  Edward Hervey  <edward@fluendo.com>
13654
13655         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13656         Reset the decoder in finalize so that all fields get cleared.
13657
13658 2006-07-12  Wim Taymans  <wim@fluendo.com>
13659
13660         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13661         (gst_base_audio_src_set_clock),
13662         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13663         Don't try to post an error message when setting the clock fails
13664         as this can happen when adding an element to a bin which will then
13665         deadlock. Fixes #347296.
13666
13667 2006-07-12  Edward Hervey  <edward@fluendo.com>
13668
13669         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13670         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13671         (vorbis_handle_type_packet):
13672         Post tag messages on the bus even if we're not initialized.
13673         If we're not initialized, we still postpone the event pushing of tags.
13674
13675 2006-07-12  Wim Taymans  <wim@fluendo.com>
13676
13677         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13678         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13679         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13680         Revert last two changes that broke the freeze.
13681
13682 2006-07-12  Wim Taymans  <wim@fluendo.com>
13683
13684         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13685         basesink calculates silence sample correctly for us.
13686
13687 2006-07-12  Wim Taymans  <wim@fluendo.com>
13688
13689         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13690         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13691         Calculate correct silence samples so we don't fill our ringbuffer
13692         with noise.
13693
13694 2006-07-12  Edward Hervey  <edward@fluendo.com>
13695
13696         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13697         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13698         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13699         * ext/vorbis/vorbisdec.h:
13700         Delay sending events (newsegment, tags) until the decoder is properly
13701         initialized.
13702         Fixes #347295
13703
13704 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13705
13706         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13707         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13708           Patch from #347221 adding a test for audioconvert
13709           channel remappings.
13710
13711 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13712
13713         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13714         (gst_ssa_parse_parse_line):
13715           Don't include the terminating NUL in the buffer size,
13716           it's only there for extra paranoia (would add random
13717           '*' characters at the end of each subtitle since the
13718           terminator itself is not valid UTF-8 technically).
13719           Also fix indenting after boilerplate macro.
13720
13721 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13722
13723         * gst/playback/gstdecodebin.c: (close_pad_link):
13724           Also emit 'unknown-type' signal (which should really be
13725           called unhandled-type) if we found potential decoders/demuxers
13726           in the registry but none of them worked in the end (as in the
13727           case where the plugins don't exist any longer but are still
13728           listed in the registry). Fixes #329798.
13729
13730 2006-07-08  Andy Wingo  <wingo@pobox.com>
13731
13732         * theoraparse.c (theora_parse_push_buffer)
13733         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13734         Add some more debugging. Fix granulepos reconstruction in the face
13735         of discontinuities.
13736
13737 2006-07-06  Wim Taymans  <wim@fluendo.com>
13738
13739         * gst-libs/gst/audio/gstbaseaudiosink.c:
13740         (gst_base_audio_sink_class_init),
13741         (gst_base_audio_sink_provide_clock):
13742         Use gobject_class instead of G_OBJECT_CLASS (klass)
13743
13744         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13745         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13746         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13747         (gst_base_audio_src_get_time),
13748         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13749         (gst_base_audio_src_create_ringbuffer):
13750         Fix latency and buffer-time constants and properties ala basesink.
13751         Implement pull based scheduling. Fixes #346527.
13752         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13753         one segment.
13754         Refuse slaving to another clock instead of silently not working.
13755         Only provide a clock when we are actually able to do so.
13756         Various small cleanups and compiler hints.
13757
13758 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13759
13760         Patch by: Lutz Mueller <lutz at topfrose de>
13761
13762         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13763         (plugin_init):
13764           Add typefinding for text/html (#346581).
13765
13766 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13767
13768         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13769         (xml_check_first_element), (xml_type_find), (smil_type_find):
13770           Fix SMIL typefinding, make xml_check_first_element() more
13771           useful.
13772
13773 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13774
13775         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13776         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13777         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13778         * gst/playback/gstplaybasebin.h:
13779           Protect list of elements with a subtitle-encoding property and
13780           the subtitle encoding member itself with a lock of their own
13781           instead of using the object lock. This prevents a dead-lock in
13782           the element-remove callback in some circumstances when shutting
13783           down playbin.
13784
13785 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13786
13787         * win32/common/libgsttag.def:
13788         Export some new functions.
13789         * win32/vs6/libgstogg.dsp:
13790         Add a link to libgsttag-0.10.lib.
13791
13792 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13793
13794         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13795           Some const-ification.
13796
13797 2006-07-04  Wim Taymans  <wim@fluendo.com>
13798
13799         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13800         Improve checking if we are dealing with a stream. Added some
13801         more uris that need buffering.
13802
13803 2006-07-03  Edward Hervey  <edward@fluendo.com>
13804
13805         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13806         Remove unused variable.
13807
13808 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13809
13810         * Makefile.am:
13811           include lcov.mak
13812         * configure.ac:
13813           add GCOV_LIBS to GST_LIBS
13814
13815 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13816
13817         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13818
13819         * ext/alsa/gstalsasrc.c:
13820           Add 32 bps to template caps and increase channels range
13821           from [1,2] to [1,MAX]. See #346326.
13822
13823 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13824
13825         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13826           Recognise 'WMVA' video codec fourcc (#345879).
13827           
13828 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13829          
13830         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13831           Fixed nasty memory leak
13832
13833 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13834
13835         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13836         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13837           fix logging
13838
13839 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13840
13841         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13842         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13843         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13844         Protect remove_fakesink using a mutex, so that we don't try and
13845         remove the fakesink simultaneously from multiple threads.
13846
13847         When going from READY to PAUSED, restore the fakesink, so that
13848         it is there when decodebin gets reused.
13849
13850 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
13851
13852         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13853         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13854         * gst-libs/gst/rtp/gstbasertppayload.c:
13855         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13856         * gst/tcp/gstmultifdsink.c:
13857         * gst/tcp/gsttcpclientsink.c:
13858         * gst/tcp/gsttcpclientsrc.c:
13859         * gst/tcp/gsttcpserversink.c:
13860         * gst/tcp/gsttcpserversrc.c:
13861         * gst/videorate/gstvideorate.c:
13862         * gst/videotestsrc/gstvideotestsrc.c:
13863         * sys/v4l/gstv4ljpegsrc.c:
13864         * sys/v4l/gstv4lmjpegsink.c:
13865         * sys/v4l/gstv4lsrc.c:
13866         * tests/examples/seek/scrubby.c:
13867         * tests/examples/seek/seek.c:
13868           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
13869
13870 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13871
13872         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
13873           Second field in GEnumValue shouldn't be a description,
13874           but a stringified version of the enum value.
13875
13876 2006-06-22  Wim Taymans  <wim@fluendo.com>
13877
13878         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13879         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
13880         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13881         Avoid type checking in buffer casts.
13882         Avoid caps copy in buffer_alloc when we can.
13883         Use pad_peer_accept.
13884
13885 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13886
13887         * gst-libs/gst/tag/tag.h:
13888           Oops, make that 'Since: 0.10.9'.
13889
13890 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13891
13892         * docs/libs/gst-plugins-base-libs-sections.txt:
13893         * gst-libs/gst/tag/tag.h:
13894         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
13895         (gst_tag_image_type_get_type):
13896           API: add GstTagImageType enum to describe images contained
13897           in image tags (#345641).
13898
13899 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13900
13901         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13902           Fix warnings with gst-inspect: "buffers-min" property
13903           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
13904           typo in property description.
13905
13906 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13907
13908         Patch by: Cody Russell <bratsche at gnome org>
13909
13910         * gst/audioresample/gstaudioresample.c:
13911         (gst_audioresample_class_init):
13912         * gst/playback/gststreamselector.c:
13913         (gst_stream_selector_class_init):
13914         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
13915         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13916         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
13917         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
13918         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
13919         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
13920         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
13921         * gst/videotestsrc/gstvideotestsrc.c:
13922         (gst_video_test_src_class_init):
13923         * gst/volume/gstvolume.c: (gst_volume_class_init):
13924           Avoid unnecessary class cast check in class_init
13925           functions (#337747).
13926
13927 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
13928
13929         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
13930         (gst_text_overlay_video_chain):
13931           g_markup_escape_text() REALLY doesn't like non-UTF8 input
13932           and doesn't validate its input either (and neither did
13933           textoverlay it seems). Let's do that then and fix #345206.
13934
13935 2006-06-19  Wim Taymans  <wim@fluendo.com>
13936
13937         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13938         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
13939         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
13940         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
13941         (find_syncframe), (find_limits), (assign_value),
13942         (count_burst_unit), (gst_multi_fd_sink_new_client),
13943         (gst_multi_fd_sink_handle_client_write),
13944         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
13945         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
13946         (gst_multi_fd_sink_change_state):
13947         * gst/tcp/gstmultifdsink.h:
13948         Added shiny new burst-on-connect methods.
13949         Add properties to control the minimal amount of data queued.
13950         Small cleanups.
13951         API: bytes-min property
13952         API: time-min property
13953         API: buffers-min property
13954         API: burst-unit property
13955         API: burst-value property
13956         API: add-full signal
13957
13958         * gst/tcp/gsttcp-marshal.list:
13959         Added new marshaller code for the new signal.
13960
13961         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13962         (multifdsink_suite):
13963         Added testcases for new burst methods.
13964
13965 2006-06-19  Edward Hervey  <edward@fluendo.com>
13966
13967         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
13968         Implement clipping for accurate seeking.
13969         Closes #345225
13970
13971 2006-06-19  Wim Taymans  <wim@fluendo.com>
13972
13973         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
13974
13975         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
13976         (gst_video_scale_transform):
13977         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
13978
13979 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
13980
13981         * configure.ac:
13982           Fix --disable-external (can't set conditionals conditionally,
13983           #343602).
13984
13985 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13986
13987         * tests/check/elements/audioresample.c: (test_reuse),
13988         (audioresample_suite):
13989           Add test case for bug #342789 fixed below.
13990
13991 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13992
13993         * gst/audioresample/gstaudioresample.c:
13994         (gst_audioresample_class_init), (gst_audioresample_init),
13995         (audioresample_start), (audioresample_stop),
13996         (gst_audioresample_set_property), (gst_audioresample_get_property):
13997           Implement GstBaseTransform::start and ::stop so that audioresample
13998           can clear its internal state properly and be reused instead of
13999           causing non-negotiated errors with playbin under some circumstances
14000           (#342789).
14001
14002         * tests/check/elements/audioresample.c: (setup_audioresample),
14003         (cleanup_audioresample):
14004           Need to set element state here so that ::start and ::stop are
14005           called.
14006
14007 2006-06-16  Wim Taymans  <wim@fluendo.com>
14008
14009         Patch by: Young-Ho Cha <ganadist at chollian dot net>
14010
14011         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
14012         Parse extra data better, apparently it's right behind
14013         the normal strf header size. Fixes #343500.
14014
14015 2006-06-16  Wim Taymans  <wim@fluendo.com>
14016
14017         * ext/alsa/gstalsasink.c: (set_hwparams):
14018         If we fail to set the buffer_time and period_time alsa
14019         parameters, post a warning and leave alsa select a 
14020         default instead of failing. Fixes #342085
14021
14022 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14023
14024         * docs/libs/gst-plugins-base-libs-sections.txt:
14025         * gst-libs/gst/cdda/gstcddabasesrc.h:
14026           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14027           out in the header file and shouldn't be listed in the docs.
14028
14029         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14030           Must dereference pointer to fourcc in the debug statement.
14031
14032 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14033
14034         * docs/libs/Makefile.am:
14035         * docs/libs/gst-plugins-base-libs-docs.sgml:
14036         * docs/libs/gst-plugins-base-libs-sections.txt:
14037         * docs/libs/gst-plugins-base-libs.types:
14038         add remaining symbols into correct setions
14039         
14040         * gst-libs/gst/audio/gstringbuffer.c:
14041         fix incomplete docs
14042         
14043         * gst-libs/gst/audio/gstringbuffer.h:
14044         comment out not yet implemented function
14045         
14046         
14047         * gst-libs/gst/floatcast/floatcast.h:
14048         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14049         add short descriptions
14050         
14051         
14052         * gst-libs/gst/interfaces/propertyprobe.c:
14053         fix return value docs   
14054         
14055         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14056         simplify debug logging
14057         
14058         * gst-libs/gst/riff/riff-read.h:
14059         sync function prototype and docs
14060         
14061         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14062         remove left over symbol
14063
14064 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14065
14066         * autogen.sh:
14067         * configure.ac:
14068         * docs/Makefile.am:
14069           Use GST_PLUGIN_DOCS macro in configure.ac, add
14070           --enable-plugin-docs default to autogen.sh and use
14071           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14072
14073 2006-06-15  Wim Taymans  <wim@fluendo.com>
14074
14075         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14076         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14077         (gst_ogg_demux_loop):
14078         Combine GstFlowReturn from the source pads to give a
14079         meaningfull result to the upstream peer or to stop the
14080         processing task in case of errors.
14081
14082 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14083
14084         * gst/playback/gststreaminfo.c: (cb_probe):
14085           Try GST_TAG_CODEC as fallback when extracting the
14086           codec name; more debug info.
14087
14088 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14089
14090         * ext/ogg/Makefile.am:
14091         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14092           Extract language tags from ogm subtitle streams, so that
14093           the subtitle menu choices are labelled correctly in
14094           Totem (fixes #344708).
14095
14096 2006-06-14  Wim Taymans  <wim@fluendo.com>
14097
14098         Patch by: Alessandro Decina <alessandro at nnva dot org>
14099
14100         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14101         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14102         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14103         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14104         Fix various leaks. Fixes #343699.
14105         Add x-smoke mime type.
14106
14107 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14108
14109         * gst-libs/gst/riff/riff-ids.h:
14110           Add IDs for 'bext' chunks (see #343837).
14111
14112 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14113
14114         Patch by: Young-Ho Cha  <ganadist at chollian net>
14115
14116         * gst/subparse/samiparse.c: (sami_context_pop_state),
14117         (handle_start_font), (end_sami_element):
14118           Honour font face tags in SAMI subtitles (#344503).
14119
14120 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14121
14122         * po/POTFILES.in:
14123           add missing files containing translatable strings
14124
14125 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14126
14127         * docs/libs/tmpl/.cvsignore:
14128           we don't want those *.sgml files in CVS either
14129
14130 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14131
14132         * docs/libs/.cvsignore:
14133         * tests/check/elements/.cvsignore:
14134         * tests/check/libs/.cvsignore:
14135           ignore more
14136
14137 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14138
14139         * docs/libs/Makefile.am:
14140           also commiting the changed Makefile.am (added more libs to the
14141           doc-build)
14142
14143 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14144
14145         * docs/libs/gst-plugins-base-libs-docs.sgml:
14146         * docs/libs/gst-plugins-base-libs-sections.txt:
14147         * docs/libs/gst-plugins-base-libs.types:
14148           first batch of reordering things, add index & hierarchy
14149
14150 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14151
14152         * configure.ac:
14153           use GST_PKG_CHECK_MODULES, cleans up output
14154
14155 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14156
14157         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14158           Add support for burn:// URIs (#343385); const-ify things a bit,
14159           use G_N_ELEMENTS instead of hard-coded array size.
14160
14161 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14162
14163         Patch by: Young-Ho Cha  <ganadist at chollian net>
14164
14165         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14166           Fix up broken entities before passing them to libxml *sigh*.
14167           (#343303).
14168           
14169 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14170
14171         * configure.ac:
14172           back to TRUNK
14173
14174 === release 0.10.8 ===
14175
14176 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14177
14178         * configure.ac:
14179           releasing 0.10.8, "Moar gij ziet mij nie"
14180
14181 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14182
14183         * configure.ac:
14184         * po/af.po:
14185         * po/az.po:
14186         * po/cs.po:
14187         * po/en_GB.po:
14188         * po/hu.po:
14189         * po/it.po:
14190         * po/nb.po:
14191         * po/nl.po:
14192         * po/or.po:
14193         * po/sq.po:
14194         * po/sr.po:
14195         * po/sv.po:
14196         * po/uk.po:
14197         * po/vi.po:
14198         * win32/common/config.h:
14199           0.10.7.2 prerelease
14200
14201 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14202
14203         * docs/libs/tmpl/gstaudio.sgml:
14204         * docs/libs/tmpl/gstcolorbalance.sgml:
14205         * docs/libs/tmpl/gstmixer.sgml:
14206         * docs/libs/tmpl/gstringbuffer.sgml:
14207         * docs/libs/tmpl/gsttuner.sgml:
14208         * docs/libs/tmpl/gstxoverlay.sgml:
14209         * gst-libs/gst/audio/audio.c:
14210         * gst-libs/gst/audio/gstringbuffer.c:
14211         * gst-libs/gst/interfaces/colorbalance.c:
14212         * gst-libs/gst/interfaces/mixer.c:
14213         * gst-libs/gst/interfaces/tuner.c:
14214         * gst-libs/gst/interfaces/xoverlay.c:
14215           move last template doc snippets to source code and delete them
14216
14217 2006-06-06  Michael Smith  <msmith@fluendo.com>
14218
14219         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14220         (theora_parse_drain_queue):
14221           Mark DELTA_UNIT on non-keyframes.
14222
14223 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14224
14225         * gst-libs/gst/audio/gstbaseaudiosink.c:
14226         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14227         * gst-libs/gst/audio/gstbaseaudiosink.h:
14228         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14229         (gst_ring_buffer_samples_done):
14230         * gst-libs/gst/audio/gstringbuffer.h:
14231         Document better the fact that latency_time and buffer_time are values
14232         stored in microseconds, and not the usual GStreamer nanoseconds.
14233         Change the variables (compatibly) that store them from GstClockTime 
14234         to guint64 to make it more clear that they're not storing clock times.
14235         Also, remove the bogus property description that says the user can
14236         specify -1 to get the default value, since that's never been the case.
14237
14238         When computing the default segment size for the ring buffer, make it
14239         an integer number of samples.
14240
14241         When the sub-class indicates a delay greater than the number of
14242         samples we've written return 0 from the audio sink get_time method.
14243
14244 2006-06-02  Michael Smith  <msmith@fluendo.com>
14245
14246         * tests/check/elements/audioconvert.c: (set_channel_positions),
14247         (get_float_mc_caps), (get_int_mc_caps):
14248         * tests/check/elements/audioresample.c:
14249         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14250         * tests/check/elements/videorate.c:
14251         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14252         * tests/check/elements/volume.c:
14253         * tests/check/elements/vorbisdec.c:
14254         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14255           Don't busy-wait in tests; this was causing test timeouts very
14256           frequently when running under valgrind.
14257
14258 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14259
14260         * gst/tcp/README:
14261         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14262         (gst_multi_fd_sink_remove_client_link),
14263         (gst_multi_fd_sink_client_queue_caps),
14264         (gst_multi_fd_sink_client_queue_buffer),
14265         (gst_multi_fd_sink_handle_client_write),
14266         (gst_multi_fd_sink_render):
14267         * gst/tcp/gstmultifdsink.h:
14268           make multifdsink properly deal with streamheader:
14269           - streamheader is taken from caps
14270           - buffers marked with IN_CAPS are not sent
14271           - streamheaders are sent, on connection, from the caps of the
14272             buffer where the client gets positioned to
14273           - further streamheader changes are done every time the client
14274             will receive a buffer with different caps
14275         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14276         (gst_multifdsink_create_streamheader):
14277           add tests for this
14278
14279 2006-06-02  Michael Smith  <msmith@fluendo.com>
14280
14281         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14282           Reinstate limit on channel count. Vorbis does not define the meaning
14283           of > 6 channels, so they're just independent channels. Gstreamer
14284           currently has no mechanism to represent N independent channels.
14285
14286 2006-06-02  Michael Smith  <msmith@fluendo.com>
14287
14288         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14289           Don't arbitrarily restrict channel counts and rate in vorbis.
14290           In terms of effects likely on real-world files, this fixes 96kHz
14291           playback of vorbis.
14292
14293 2006-06-02  Michael Smith  <msmith@fluendo.com>
14294
14295         * gst/audioconvert/audioconvert.c: (float):
14296           More correct float->int conversion.
14297
14298 2006-06-02  Michael Smith  <msmith@fluendo.com>
14299
14300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14301           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14302           value. Fixes g-critical on trying to play back ogg containing
14303           unknown codec.
14304
14305 2006-06-02  Wim Taymans  <wim@fluendo.com>
14306
14307         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14308         (setup_source):
14309         * gst/playback/gstplaybasebin.h:
14310         Make the subtitle detection work from any thread so we don't
14311         deadlock. Fixes #343397.
14312
14313 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14314
14315         * gst/volume/Makefile.am:
14316           Seriously, it's not *that* hard to get compilation right.  Even
14317           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14318
14319 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14320
14321         * gst/volume/gstvolume.c: (volume_choose_func),
14322         (volume_update_real_volume), (gst_volume_class_init),
14323         (gst_volume_init), (volume_process_float), (volume_process_int16),
14324         (volume_process_int16_clamp), (volume_set_caps),
14325         (volume_transform_ip), (plugin_init):
14326         * gst/volume/gstvolume.h:
14327         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14328         another property desc., remove unused param from process function
14329         
14330         * tests/check/elements/volume.c: (volume_suite):
14331         reactivate the passthrough test
14332
14333 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14334
14335         * ext/alsa/gstalsamixerelement.h:
14336         * ext/alsa/gstalsamixeroptions.h:
14337         * ext/alsa/gstalsamixertrack.h:
14338         * ext/gnomevfs/gstgnomevfssink.h:
14339         * ext/gnomevfs/gstgnomevfssrc.h:
14340         * ext/theora/gsttheoradec.h:
14341         * ext/theora/gsttheoraenc.h:
14342         * ext/theora/gsttheoraparse.h:
14343         * ext/vorbis/vorbisparse.h:
14344         * gst-libs/gst/audio/gstaudioclock.h:
14345         * gst-libs/gst/audio/gstaudiofilter.h:
14346         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14347         * gst/audioconvert/gstaudioconvert.h:
14348         * gst/audioresample/gstaudioresample.h:
14349         * gst/audiotestsrc/gstaudiotestsrc.h:
14350         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14351         * gst/playback/gststreamselector.h:
14352         * gst/tcp/gstmultifdsink.h:
14353         * gst/tcp/gsttcpclientsink.h:
14354         * gst/tcp/gsttcpclientsrc.h:
14355         * gst/tcp/gsttcpserversink.h:
14356         * gst/tcp/gsttcpserversrc.h:
14357         * gst/videorate/gstvideorate.h:
14358         * gst/videoscale/gstvideoscale.h:
14359         * gst/videotestsrc/gstvideotestsrc.h:
14360         * gst/volume/gstvolume.h:
14361         * sys/v4l/gstv4ljpegsrc.h:
14362         * sys/v4l/gstv4lmjpegsink.h:
14363         * sys/v4l/gstv4lmjpegsrc.h:
14364         * sys/v4l/gstv4lsrc.h:
14365         * sys/ximage/ximagesink.h:
14366         * sys/xvimage/xvimagesink.h:
14367         * tests/old/testsuite/alsa/sinesrc.h:
14368         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14369
14370 2006-05-31  Wim Taymans  <wim@fluendo.com>
14371
14372         * ext/libvisual/visual.c: (gst_visual_reset),
14373         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14374         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14375         Handle DISCONT.
14376         Use running time before doing QoS.
14377         Handle mono too.
14378
14379 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14380
14381         * docs/libs/Makefile.am:
14382           set a magic variable to indicate we know the docs are incomplete
14383
14384 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14385
14386         * win32/common/libgstvideo.def:
14387           export gst_video_calculate_display_ratio
14388         * win32/vs6/libgstvideoscale.dsp:
14389           add link to libgstvideo-0.10.lib
14390
14391 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14392
14393         * gst/playback/gstplaybasebin.c: (gen_source_element):
14394           Throw a more comprehensible error for rtsp:// URIs (rather
14395           than erroring out with a negotiation error later on) until
14396           we fix playbin to handle rtspsrc etc.
14397
14398 2006-05-30  Wim Taymans  <wim@fluendo.com>
14399
14400         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14401         (gst_text_overlay_text_event):
14402         Added some FIXMEs.
14403
14404 2006-05-30  Wim Taymans  <wim@fluendo.com>
14405
14406         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14407         (gst_adder_request_new_pad), (gst_adder_release_pad):
14408         * gst/adder/gstadder.h:
14409         Implement release_request_pad.
14410         Make padcounter atomic.
14411
14412         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14413         Added check for release_pad in adder.
14414
14415 2006-05-30  Wim Taymans  <wim@fluendo.com>
14416
14417         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14418         Fix build again.
14419
14420 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14421
14422         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14423         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14424         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14425         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14426         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14427         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14428         (gst_ogg_demux_bisect_forward_serialno),
14429         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14430         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14431           add more debugging
14432           clean up printf formats for granulepos and serialno
14433
14434 2006-05-30  Michael Smith  <msmith@fluendo.com>
14435
14436         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14437         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14438         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14439         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14440         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14441         * ext/vorbis/vorbisenc.h:
14442           Multi-channel caps negotiation, so we can do proper multichannel
14443           vorbis encoding, negotiated through audioconvert.
14444
14445 2006-05-30  Wim Taymans  <wim@fluendo.com>
14446
14447         * tests/check/elements/adder.c: (test_event_message_received),
14448         (test_play_twice_message_received), (GST_START_TEST),
14449         (adder_suite):
14450         Added check to show that #339935 is fixed with ongoing
14451         adder and collectpads fixes.
14452
14453 2006-05-29  Wim Taymans  <wim@fluendo.com>
14454
14455         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14456         Don't leak pad name.
14457
14458 2006-05-29  Wim Taymans  <wim@fluendo.com>
14459
14460         * gst/adder/gstadder.c: (gst_adder_query_duration),
14461         (forward_event_func), (forward_event), (gst_adder_src_event):
14462         Fix adder seeking.
14463         Make query/seeking code threadsafe.
14464
14465         * tests/check/Makefile.am:
14466         * tests/check/elements/adder.c: (test_event_message_received),
14467         (GST_START_TEST), (test_play_twice_message_received):
14468         Fix adder test case.
14469
14470 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14471
14472         Patch by: Young-Ho Cha  <ganadist at chollian net>
14473
14474         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14475         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14476         (set_encoding_element), (decodebin_element_added_cb),
14477         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14478         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14479         * gst/playback/gstplaybasebin.h:
14480           Add 'subtitle-encoding' property to playbin, so applications can
14481           force a subtitle encoding for non-UTF8 subtitles (#342268).
14482
14483         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14484         (gst_sub_parse_set_property):
14485           Rename recently-added 'encoding' property to 'subtitle-encoding'
14486           (so it can be proxied by playbin/decodebin in a generic way
14487           with less danger of false positives).
14488
14489 2006-05-29  Michael Smith  <msmith@fluendo.com>
14490
14491         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14492         (append_with_other_format), (set_structure_widths),
14493         (gst_audio_convert_transform_caps):
14494           Patch from #341562: give more specific audio caps in get_caps, so
14495           that basetransform  can make better decisions on what caps to
14496           negotiate.
14497
14498 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14499
14500         * tests/check/elements/volume.c:
14501         make it compile again
14502
14503 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14504
14505         * tests/check/elements/volume.c: (volume_suite):
14506         disable test until #343196 gets resolved
14507
14508 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14509
14510         * gst/adder/gstadder.c: (gst_adder_get_type):
14511         Make it easier to copy&paste
14512         
14513         * gst/volume/Makefile.am:
14514         * gst/volume/gstvolume.c: (volume_update_real_volume),
14515         (gst_volume_set_volume), (gst_volume_set_mute),
14516         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14517         (volume_transform_ip), (volume_update_mute),
14518         (volume_update_volume):
14519         * gst/volume/gstvolume.h:
14520         Add own debug category, move duplicate code to helper function, fix
14521         property texts, add more comments and prepare ffor liboil-goodness
14522         
14523         * tests/check/Makefile.am:
14524         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14525         add test for mute and passtrough case, be a bit more verbose to track
14526         failure
14527         
14528         * tests/check/generic/states.c: (GST_START_TEST):
14529         catch elements that fail to instantiate
14530
14531 2006-05-28  Edward Hervey  <edward@fluendo.com>
14532
14533         * tests/check/pipelines/simple-launch-lines.c:
14534         * tests/check/pipelines/theoraenc.c:
14535         * tests/check/pipelines/vorbisenc.c:
14536         Comment out tests using parse_launch() if core was built without
14537         parsing capabilities.
14538
14539 2006-05-27  Edward Hervey  <edward@fluendo.com>
14540
14541         * tests/check/Makefile.am:
14542         Extra bonus points for whoever explains to ensonic that you are meant
14543         to test unit tests thoroughly before commiting them, especially if
14544         you know it's going to break.
14545         De-activated element/adder tests.
14546
14547 2006-05-27  Edward Hervey  <edward@fluendo.com>
14548
14549         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14550         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14551         Marking caps conversion issues as GST_WARNING is way too verbose,
14552         Moving them to GST_LOG.
14553
14554 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14555
14556         * README:
14557           Replace current README (containing the release notes from
14558           some 0.9.x version) with a proper README taken from the core.
14559
14560 2006-05-26  Wim Taymans  <wim@fluendo.com>
14561
14562         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14563         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14564         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14565         (vorbis_dec_change_state):
14566         Small cleanups.
14567         Add some FIXMEs
14568         Clip output samples to segment boundaries.
14569
14570 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14571
14572         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14573         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14574         Improve the errors produced on bad output, including some human
14575         readable description strings.
14576         Handle the (theoretical for ximagesink) case where the XServer 
14577         has a different idea about the size required for a particular 
14578         frame and gives us too small a memory allocation.
14579
14580 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14581
14582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14583         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14584         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14585         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14586         Improve the errors produced on bad output, including some human 
14587         readable description strings.
14588         Handle RGB Xv formats properly by transforming them into our 
14589         big-endian caps description.
14590         Use gst_caps_truncate to ensure that we never try and choose a
14591         non-fixed caps in buffer_alloc.
14592         Handle the case where the XServer has a different idea about the size
14593         required for a particular frame and gives us too small a memory
14594         allocation.
14595         Use -1 to indicate 'no image format', because 0 is a valid XServer
14596         image format number.
14597         Put RGB Xv formats at the end of the caps, so that we always prefer
14598         YUV format frames.
14599         Iterate the available Xv Encodings to determine the maximum width and
14600         height, and then return that in our caps.
14601         (Closes #315312, #337544)
14602
14603 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14604
14605         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14606         When there is only one unfinished pad and it receives an event that
14607         doesn't match our requirements, we need to set alldone=FALSE so that
14608         the fakesink is not removed yet.
14609
14610 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14611
14612         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14613           Use gst_type_find_helper_for_buffer() to find the type
14614           of stream from the first packet.
14615
14616         * configure.ac:
14617           Bump requirements to core CVS (needed for vorbis
14618           typefinding to work).
14619
14620 2006-05-24  Edward Hervey  <edward@fluendo.com>
14621
14622         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14623         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14624         contain.  Else they play perfectly fine with qtdemux.
14625
14626 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14627
14628         * ext/theora/theoradec.c:
14629         * ext/theora/theoraenc.c:
14630         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14631         * gst/audiorate/gstaudiorate.c:
14632           make more debug catagories static
14633         
14634         * tests/check/Makefile.am:
14635         * tests/check/elements/adder.c: (message_received),
14636         (test_event_message_received), (GST_START_TEST),
14637         (test_play_twice_message_received), (adder_suite):
14638           added test case for using element twice, extra bonus points for anyone
14639           who can make these test run reliably
14640
14641 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14642
14643         * ext/theora/theoradec.c: (theora_dec_chain):
14644           Make work with time-stamped input buffers that do not
14645           have a granulepos in BUFFER_OFFSET_END (like theora
14646           buffers coming from matroskademux). Fixes #342448.
14647
14648 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14649
14650         Patch by: Peter Kjellerstedt  <pkj at axis com>
14651
14652         * gst/tcp/Makefile.am:
14653           fdstresstest doesn't need Gtk+, fix compilation if 
14654           gtk is not available (#342566).
14655
14656 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14657          
14658         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14659           80 line columns
14660           Removed redundant floor()
14661
14662 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14663
14664         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14665           On second thought, just skip JUNK chunks automatically, so
14666           the caller doesn't have to handle this. Fixes #342345.
14667           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14668           not GST_FLOW_ERROR.
14669
14670 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14671
14672         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14673           Don't bail out on JUNK chunks with a size of 0 (would try to
14674           pull_range 0 bytes before, which sources don't like too much).
14675           See #342345.
14676
14677 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14678
14679         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14681         Use the gstutil scaling function to preserve 64 bits while calculating
14682         output width and height from the display-aspect-ratio. (A continuation
14683         of #341542)
14684
14685 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14686
14687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14688         (gst_xvimagesink_buffer_alloc):
14689         * sys/xvimage/xvimagesink.h:
14690         When performing buffer allocations, remember the caps and image format
14691         we return so that if the same caps are asked for next time we can
14692         return them immediately without doing any caps intersections.
14693
14694 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14695          
14696         * gst-libs/gst/rtp/README:
14697           Some new documentation
14698         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14699           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14700         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14701         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14702           New RTP audio base payloader class. Supports frame or sample based
14703           codecs.  Not enabled in Makefile.am until approved.
14704
14705 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14706
14707         * tests/check/elements/alsa.c: (test_device_property_probe):
14708           Fix test case: don't try to free NULL GValueArray when there
14709           are no devices.
14710
14711 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14712
14713         * tests/check/Makefile.am:
14714         * tests/check/elements/alsa.c: (test_device_property_probe),
14715         (alsa_suite), (main):
14716           Add simple test that runs a device property probe on alsasrc,
14717           alsasink and alsamixer. Disable valgrind check for now (too
14718           many leaks in libasound, and valgrind ignored my suppressions
14719           additions).
14720
14721 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14722
14723         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14724         (gst_alsa_device_property_probe_probe_property),
14725         (gst_alsa_device_property_probe_needs_probe),
14726         (gst_alsa_device_property_probe_get_values),
14727         (gst_alsa_type_add_device_property_probe_interface):
14728         * ext/alsa/gstalsadeviceprobe.h:
14729         * ext/alsa/gstalsamixerelement.c:
14730         (gst_alsa_mixer_element_init_interfaces):
14731         * ext/alsa/gstalsamixerelement.h:
14732           Clean up and simplify alsa device probing. Make it actually work
14733           for multiple classes. Don't cache results any longer.
14734
14735         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14736         (gst_alsasink_init):
14737         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14738         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14739         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14740           Make alsasink and alsasrc implement the GstPropertyProbe interface
14741           for device probing (#342181).
14742           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14743
14744 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14745
14746         * gst/subparse/samiparse.c: (handle_start_font):
14747           Don't ignore return value of strtol (++compiler_happiness).
14748
14749 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14750
14751         Patch by: Young-Ho Cha  <ganadist chollian net>
14752
14753         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14754         (gst_sub_parse_class_init), (gst_sub_parse_init),
14755         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14756         (convert_encoding):
14757         * gst/subparse/gstsubparse.h:
14758           Add 'encoding' property (#341681).
14759
14760         * gst/subparse/samiparse.c: (characters_sami):
14761           Output is pango markup, so we need to escape text
14762           between tags (#342143).
14763
14764 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14765
14766         * gst-libs/gst/audio/multichannel.c:
14767         (gst_audio_check_channel_positions):
14768           It's okay to have caps with channels=1 and a channel position
14769           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14770           (deinterleavers might want to keep the position in the caps,
14771           so that they can be re-interleaved again properly later).
14772           Leave check for unexpected 2-channel layouts intact for now.
14773
14774 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14775
14776         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14777         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14778         basesrc can do its job correctly.
14779
14780 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14781
14782         * ext/alsa/Makefile.am:
14783         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14784         (gst_alsa_detect_formats), (get_channel_free_structure),
14785         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14786         (gst_alsa_probe_supported_formats):
14787         * ext/alsa/gstalsa.h:
14788         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14789           Refactor and improve caps probing code: probe signedness
14790           when we probe the supported formats/widths; set endianness
14791           to the one we actually probed for (ie. cpu endianness).
14792           
14793         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14794         (gst_alsasrc_close):
14795         * ext/alsa/gstalsasrc.h:
14796           Implement caps probing for alsasrc.
14797
14798 2006-05-15  Wim Taymans  <wim@fluendo.com>
14799
14800         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14801         (theora_dec_src_query), (theora_dec_src_event),
14802         (theora_dec_sink_event), (theora_handle_comment_packet),
14803         (theora_handle_data_packet), (theora_dec_change_state):
14804         Cleanups, add some G_LIKELY.
14805         Use segment helpers instead of our own wrong code.
14806         Clear queued buffers on seek and READY.
14807
14808         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14809         (vorbis_dec_convert), (vorbis_dec_src_query),
14810         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14811         (vorbis_handle_comment_packet), (vorbis_dec_push),
14812         (vorbis_handle_data_packet), (vorbis_dec_chain),
14813         (vorbis_dec_change_state):
14814         * ext/vorbis/vorbisdec.h:
14815         Remove old useless packetno variable.
14816         Do position query properly.
14817         Add some G_LIKELY.
14818         Do cleanup of queued buffers in new helper function
14819         and use it.
14820
14821 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14822
14823         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14824           Query supported sample rates. Fixes #341732.
14825
14826 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14827
14828         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14829         (gst_decode_bin_change_state): Make decodebin reusable
14830         when going from PAUSE_TO_READY and then back to PAUSED.
14831         Fixes #331678.
14832
14833 2006-05-15  Wim Taymans  <wim@fluendo.com>
14834
14835         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14836         (vorbis_dec_convert), (vorbis_dec_src_query),
14837         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14838         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14839         (vorbis_dec_clean_queued), (vorbis_dec_push),
14840         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14841         Cleanups. Use refcounting and DEBUG_OBJECT.
14842         Reset segment on flush, use code methods instead of our
14843         own wrong version.
14844         Fix potential memleak.
14845
14846 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14847
14848         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14849         (gst_alsasink_init):
14850         * ext/alsa/gstalsasink.h:
14851           Don't leak allocated snd_output_t structure if there's
14852           more than one alsasink instance at a time (#341873).
14853           Also fix GObject macros in header file.
14854           
14855 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14856
14857         * gst/subparse/gstsubparse.c:
14858         (gst_sub_parse_data_format_autodetect):
14859           Don't use libxml functions in the typefinding code.
14860
14861 2006-05-15  Wim Taymans  <wim@fluendo.com>
14862
14863         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14864         Fix seeking performance in the case where a non-header 
14865         packet has a 0 granulepos (busted theora case). 
14866         Fixes #341719
14867         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
14868          the first place, you limelight stealer you)
14869
14870 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14871
14872         * gst/subparse/gstsubparse.c:
14873         (gst_sub_parse_data_format_autodetect):
14874           Improve SAMI typefinding: handle case where there are
14875           whitespaces or newlines in front of the first <SAMI>
14876           tag (#169936).
14877
14878 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14879
14880         * configure.ac:
14881           Build video4linux plugin even if there's no XVIDEO, just
14882           without implementing the GstXOverlay interface (#334002).
14883          
14884 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14885
14886         * configure.ac:
14887         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
14888         (plugin_init):
14889           Add tentative support for libvisual-0.4 (#336881).
14890
14891 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14892
14893         Patch by: Young-Ho Cha <ganadist at chollian net>
14894
14895         * gst/subparse/samiparse.c: (handle_start_font):
14896           Need to map "silver" colour explicitly (#169936).
14897
14898 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14899
14900         Patch by: Young-Ho Cha  <ganadist at chollian net>
14901
14902         * gst/subparse/Makefile.am:
14903         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14904         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
14905         (gst_sub_parse_format_autodetect), (feed_textbuf),
14906         (gst_subparse_type_find), (plugin_init):
14907         * gst/subparse/gstsubparse.h:
14908         * gst/subparse/samiparse.c:
14909         * gst/subparse/samiparse.h:
14910           Add support for SAMI subtitles (#169936).
14911
14912 2006-05-14  Michael Smith  <msmith@fluendo.com>
14913
14914         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
14915           Fix #341696: crash when mixing L+R+C to mono or stereo.
14916         * tests/check/Makefile.am:
14917         * tests/check/elements/audioconvert.c: (set_channel_positions),
14918         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
14919         (audioconvert_suite):
14920           Add test for the above, including some generic framework bits for
14921           testing multichannel things.
14922
14923 === release 0.10.7 ===
14924
14925 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
14926
14927         * configure.ac:
14928           releasing 0.10.7, "Leave the gun"
14929
14930 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14931
14932         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14934         Fix the build.
14935
14936 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
14937
14938         * docs/libs/gst-plugins-base-libs-docs.sgml:
14939         * docs/libs/gst-plugins-base-libs-sections.txt:
14940         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
14941         * gst-libs/gst/video/video.h:
14942         * gst/videoscale/Makefile.am:
14943         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14945         * tests/check/Makefile.am:
14946         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
14947         (main):
14948           Fix integer overflow problem with pixel-aspect-ratio calculations
14949           in videoscale and xvimagesink (#341542)
14950
14951 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14952
14953         * gst-libs/gst/tag/gstid3tag.c:
14954           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
14955
14956 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
14957
14958         * win32/MANIFEST:
14959           update win32 files listing
14960
14961 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14962
14963         patch by: Sjoerd Simons (sjoerd@luon.net)
14964
14965         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14966         (group_create), (group_destroy), (add_stream),
14967         (gst_play_base_bin_get_property),
14968         (gst_play_base_bin_get_streaminfo_value_array):
14969         * gst/playback/gstplaybasebin.h:
14970           API: GstPlayBaseBin::stream-info-value-array property
14971           use a more bindings-friendly way of exposing streaminfo
14972           using a GValueArray.  Tested in ipython.
14973           Closes #341114
14974
14975 2006-05-11  Wim Taymans  <wim@fluendo.com>
14976
14977         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
14978         (queue_underrun_cb), (queue_filled_cb):
14979         Also catch queue underruns but don't do anything yet.
14980         Refactor and comment queue enlarging code a bit.
14981
14982         * gst/playback/gstplaybasebin.c: (queue_overrun),
14983         (queue_threshold_reached), (queue_out_of_data),
14984         (gen_preroll_element):
14985         If a queue over/underruns check that we don't create nasty
14986         deadlocks when the min-threshold is not reached but the
14987         max-bytes is. In those cases disable max-bytes when we
14988         know that the queue is fed timed data.
14989         Add more comments.
14990
14991 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14992
14993         * gst/playback/gstplaybin.c: (gen_audio_element):
14994           Make playbin automatically plug an 'audioresample'
14995           element before the audio sink as well. This solves
14996           problems with sinks that only accept a very specific
14997           sample rate, like esdsink (e.g. #340379).
14998
14999 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
15000
15001         * gst/playback/gstplaybasebin.c: (gen_source_element):
15002           Make http sources send special headers so that we receive
15003           icecast metadata if the http stream is an icecast stream
15004           (otherwise the server will just ignore them). This also
15005           means that from now on users will need the 'icydemux'
15006           element from gst-plugins-good installed if they want to
15007           listen to icecast radio streams. (#341432, #333657).
15008
15009 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15010
15011         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
15012         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
15013           remove stupid example from docs - it should come with a simple
15014           C program instead.
15015           Clean up/fix docs
15016         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15017         (fail_if_can_read), (GST_START_TEST),
15018         (gst_multifdsink_create_streamheader), (multifdsink_suite):
15019           add a test for changing streamheader which exposes a bug in
15020           multifdsink
15021
15022 2006-05-11  Michael Smith  <msmith@fluendo.com>
15023
15024         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15025         (gst_gnome_vfs_src_received_headers_callback):
15026         * ext/gnomevfs/gstgnomevfssrc.h:
15027           Don't set icy-caps unless we have a sane interval value. Move
15028           interval to a local variable; we never use it outside this function.
15029
15030 2006-05-11  Wim Taymans  <wim@fluendo.com>
15031
15032         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15034         Register special buffer types along with the objects so
15035         that they are not registered at runtime from N different
15036         streaming threads since they are not threadsafe.
15037
15038 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15039
15040         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15041         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15042           add two more tests, one doing streamheader
15043
15044 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15045
15046         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15047           clean up the bufqueue when shutting down
15048         * tests/check/Makefile.am:
15049         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15050         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15051         (main):
15052           add a test for the leak that was just fixed
15053
15054 2006-05-10  Wim Taymans  <wim@fluendo.com>
15055
15056         * gst/adder/gstadder.c: (gst_adder_setcaps),
15057         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15058         (gst_adder_src_event), (gst_adder_sink_event),
15059         (gst_adder_class_init), (gst_adder_finalize),
15060         (gst_adder_request_new_pad), (gst_adder_collected):
15061         * gst/adder/gstadder.h:
15062         Updated some docs. Added comments and FIXMEs all over the place.
15063         Improve debugging info.
15064         Fix leak on finalize by not calling the parent.
15065         Implement duration query.
15066         Make event forwarding threadsafe.
15067         Correctly send NEWSEGMENT at start and after flush.
15068         Handle EOS correctly.
15069         Post error when not negotiated.
15070
15071         * tests/check/elements/adder.c: (GST_START_TEST):
15072         Added FIXME in the test.
15073
15074 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15075
15076         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15077         (gst_text_overlay_halign_get_type),
15078         (gst_text_overlay_wrap_mode_get_type):
15079         * ext/theora/theoradec.c: (theora_handle_type_packet),
15080         (theora_handle_data_packet):
15081         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15082         (theora_enc_sink_setcaps), (theora_enc_chain):
15083         * gst-libs/gst/cdda/gstcddabasesrc.c:
15084         (gst_cdda_base_src_mode_get_type):
15085         * gst/audiotestsrc/gstaudiotestsrc.c:
15086         (gst_audiostestsrc_wave_get_type):
15087         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15088         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15089         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15090         (gst_sync_method_get_type), (gst_unit_type_get_type),
15091         (gst_client_status_get_type):
15092         * gst/videoscale/gstvideoscale.c:
15093         (gst_video_scale_method_get_type):
15094         * gst/videotestsrc/gstvideotestsrc.c:
15095         (gst_video_test_src_pattern_get_type):
15096         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15097         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15098         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15099         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15100         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15101         (paint_setup_RGB565), (paint_setup_xRGB1555):
15102           Const-ify GEnumValue and GFlagsValue arrays. Use
15103           GST_ROUND_UP_* macros instead of home-made ones.
15104
15105 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15106
15107         * configure.ac:
15108           Require core CVS for the new newsegment stuff.
15109
15110 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15111
15112         Patch by: Sjoerd Simons  <sjoerd at luon net>
15113
15114         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15115           Register nick for enum value (#341160).
15116
15117 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15118
15119         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15120         (plugin_init):
15121          backout typefind patch #340375
15122          
15123         * tests/check/elements/adder.c: (message_received),
15124         (GST_START_TEST), (adder_suite):
15125           redo, signal-handling of test
15126
15127 2006-05-09  Wim Taymans  <wim@fluendo.com>
15128
15129         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15130         (gst_adder_collected):
15131         * gst/adder/gstadder.h:
15132         Remove bogus segment merging and forwarding, we don't
15133         care about timestamps anyway and we just produce a
15134         continuous stream. 
15135         Also create a nice NEWSEGMENT event when we start.
15136         Use _scale_int some more.
15137
15138 2006-05-09  Edward Hervey  <edward@fluendo.com>
15139
15140         * tests/icles/stress-xoverlay.c:
15141         Fix if core was built without parsing support.
15142
15143 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15144
15145         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15146           Add SEDG (Samsung MPEG-4) fourcc.
15147
15148 2006-05-09  Edward Hervey  <edward@fluendo.com>
15149
15150         * tests/icles/stress-xoverlay.c:
15151         * tests/examples/volume/volume.c:
15152         Fix if core was built without parsing support.
15153
15154         * tests/examples/seek/seek.c:
15155         Disable the parse_launch example if core was built without parsing
15156         support.
15157
15158 2006-05-08  Edward Hervey  <edward@fluendo.com>
15159
15160         * autogen.sh: (CONFIGURE_DEF_OPT): 
15161         libtoolize on Darwin/MacOSX is called glibtoolize
15162
15163 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15164
15165         * tests/check/Makefile.am:
15166         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15167           Disable the adder test, until the build-slaves posses the kindness to 
15168           either like it or to give valid reason for not doing so 
15169
15170 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15171
15172         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15173         (adder_suite):
15174           Shuffle NULL state change around and raise timeout more
15175
15176 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15177
15178         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15179         (mp4_type_find), (plugin_init):
15180           Add typefind to distinguish between "audio/x-m4a" and new type
15181           "video/mp4". Fixes #340375
15182
15183         * tests/check/elements/adder.c: (adder_suite):
15184           Raise timeout to make buildbot happy
15185
15186 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15187
15188         * gst/adder/gstadder.c: (gst_adder_sink_event),
15189         (gst_adder_request_new_pad), (gst_adder_change_state):
15190         * gst/adder/gstadder.h:
15191         * tests/check/Makefile.am:
15192         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15193         (adder_suite), (main):
15194           Add sink-event handling to adder. It tries to merge incomming
15195           newsegment-events. Added test to check if segment_done is comming
15196           through. Fixes #340060
15197
15198 2006-05-05  Andy Wingo  <wingo@pobox.com>
15199
15200         * ext/theora/theoraparse.c (gst_theora_parse_init)
15201         (theora_parse_src_convert, theora_parse_src_query):
15202         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15203         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15204         query functions on the source pads of the theora and vorbis parse
15205         elements. Fixes position querying when doing a remux.
15206
15207 2006-05-05  Michael Smith  <msmith@fluendo.com>
15208
15209         * ext/theora/theoraparse.c: (parse_granulepos),
15210         (theora_parse_drain_queue_prematurely),
15211         (theora_parse_queue_buffer), (theora_parse_sink_event):
15212           Fix flushing.
15213           Fix invalid granulepos outputs when starting with a non-keyframe.
15214
15215 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15216
15217         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15218         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15219         Rearrange MPEG system stream detection, fixing some memleaks in the
15220         process.
15221         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15222         they clean up their data correctly.
15223         Remove unused ogganx caps and move the 'is_annodex' check to inside
15224         the 'is_ogg' if statement.
15225
15226 2006-05-05  Wim Taymans  <wim@fluendo.com>
15227
15228         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15229         Properly remove ghostpads. Fixes #340392
15230
15231 2006-05-04  David Schleef  <ds@schleef.org>
15232
15233         * gst/typefind/gsttypefindfunctions.c:
15234
15235 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15236
15237         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15238         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15239
15240         When typefinding an MP3 in push-based mode, don't penalise the
15241         probability down to 74% when we found 5 valid frames just because we
15242         can't peek the end of the file.
15243
15244         Make the probability for detecting MPEG Transport Streams based on the
15245         number of sequential headers we successfully detected.
15246
15247 2006-05-03  Wim Taymans  <wim@fluendo.com>
15248
15249         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15250         (vorbis_dec_push), (vorbis_dec_chain):
15251         Still produce an error when we receive an empty packet.
15252
15253 2006-05-03  Wim Taymans  <wim@fluendo.com>
15254
15255         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15256         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15257         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15258         Mark buffers with DISCONT after seek and after activating new
15259         chains.
15260
15261         * ext/theora/gsttheoradec.h:
15262         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15263         (theora_get_query_types), (theora_dec_sink_event),
15264         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15265         (theora_dec_change_state):
15266         Fix frame counter.
15267         Detect and mark DISCONT buffers.
15268
15269         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15270         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15271         (vorbis_dec_change_state):
15272         * ext/vorbis/vorbisdec.h:
15273         Use GstSegment.
15274         Detect and mark DISCONT buffers.
15275         Don't crash on 0 sized buffers.
15276
15277 2006-05-03  Wim Taymans  <wim@fluendo.com>
15278
15279         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15280         (volume_transform_ip):
15281         Increase "volume" property to 10.0. Fixes #340369.
15282         Set the process function to NULL when capsnego fails so that
15283         we properly error out.
15284
15285 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15286
15287         * gst/playback/gstplaybin.c: (add_sink):
15288         * gst/playback/test.c: (main):
15289         * gst/playback/test5.c: (dump_element_stats):
15290         * gst/playback/test6.c: (main):
15291           free caps using gst_caps_unref, don't leak caps-strings
15292
15293 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15294
15295         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15296         (plugin_init):
15297           Refine musepack typefinding a bit. Return MAXIMUM
15298           probability when we detect stream version 7 to make
15299           sure the mpeg audio typefinder doesn't trump us.
15300
15301 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15302
15303         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15304           Protect against unexpected NULL strf_data buffer.
15305
15306 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15307
15308         * tests/check/elements/audioconvert.c: (verify_convert),
15309         (GST_START_TEST):
15310           interpret the out[] buffer in the order the bytes are actually
15311           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15312           Other tests should use BYTE_ORDER since the array is filled in
15313           with actual values
15314
15315 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15316
15317         * tests/check/elements/audioconvert.c: (verify_convert),
15318         (GST_START_TEST):
15319           when a test fails, give an indication of which it is
15320
15321 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15322
15323         * gst-libs/gst/cdda/gstcddabasesrc.c:
15324           compile fix; strtol() needs <stdlib.h>
15325
15326 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15327
15328         * ext/alsa/gstalsamixerelement.c:
15329         * ext/alsa/gstalsasrc.c:
15330         * ext/cdparanoia/gstcdparanoiasrc.c:
15331         * ext/gnomevfs/gstgnomevfssink.c:
15332         * ext/gnomevfs/gstgnomevfssrc.c:
15333         * ext/ogg/gstoggdemux.c:
15334         * ext/ogg/gstoggmux.c:
15335         * ext/ogg/gstoggparse.c:
15336         * ext/ogg/gstogmparse.c:
15337         * ext/pango/gstclockoverlay.c:
15338         * ext/pango/gsttextoverlay.c:
15339         * ext/pango/gsttextrender.c:
15340         * ext/pango/gsttimeoverlay.c:
15341         * ext/theora/theoradec.c:
15342         * ext/theora/theoraenc.c:
15343         * ext/vorbis/vorbisdec.c:
15344         * ext/vorbis/vorbisenc.c:
15345         * gst-libs/gst/audio/gstaudiofilter.c:
15346         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15347         * gst/audioconvert/gstaudioconvert.c:
15348         * gst/audiorate/gstaudiorate.c:
15349         * gst/audioresample/gstaudioresample.c:
15350         * gst/audiotestsrc/gstaudiotestsrc.c:
15351         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15352         * gst/playback/gstdecodebin.c:
15353         * gst/playback/gstplaybin.c:
15354         * gst/playback/gststreamselector.c:
15355         * gst/subparse/gstsubparse.c:
15356         * gst/tcp/gstmultifdsink.c:
15357         * gst/tcp/gsttcpclientsink.c:
15358         * gst/tcp/gsttcpclientsrc.c:
15359         * gst/tcp/gsttcpserversink.c:
15360         * gst/tcp/gsttcpserversrc.c:
15361         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15362         * gst/videorate/gstvideorate.c:
15363         * gst/videoscale/gstvideoscale.c:
15364         * gst/videotestsrc/gstvideotestsrc.c:
15365         * gst/volume/gstvolume.c:
15366         * sys/v4l/gstv4ljpegsrc.c:
15367         * sys/v4l/gstv4lmjpegsink.c:
15368         * sys/v4l/gstv4lmjpegsrc.c:
15369         * sys/v4l/gstv4lsrc.c:
15370         * sys/ximage/ximagesink.c:
15371         * sys/xvimage/xvimagesink.c:
15372         * tests/check/libs/cddabasesrc.c:
15373           make GstElementDetails const
15374
15375 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15376
15377         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15378         (gst_adder_init):
15379           send events from src-pad to all sink-pads fixes #338657
15380
15381 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15382
15383         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15384         (alsasink_parse_spec):
15385           query width capabilities from alsa, fixes #338919
15386
15387 2006-04-28  Wim Taymans  <wim@fluendo.com>
15388
15389         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15390         (gst_multi_fd_sink_remove_client_link):
15391         * gst/tcp/gstmultifdsink.h:
15392         Fix race condition in multifdsink that can lead to spurious 
15393         duplicate clients. this patch adds a new signal that is fired when
15394         multifdsink has removed all references to the fd.
15395         Fixes #339574.
15396         Updated documentation.
15397         API: client-fd-removed signal added
15398
15399 2006-04-28  Michael Smith  <msmith@fluendo.com>
15400
15401         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15402           When asking g_value_array_new to prealloc elements, we may as well
15403           ask for the right number of elements.
15404
15405 2006-04-28  Wim Taymans  <wim@fluendo.com>
15406
15407         * gst-libs/gst/audio/gstbaseaudiosink.c:
15408         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15409         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15410         patch to make timestamp checking more tollerant to rounding 
15411         errors given that real discontinuities are to be marked on
15412         buffers. Fixes some asf files and #338778.
15413         Also avoid some crashers when we receive an event in the 
15414         NULL state.
15415
15416 2006-04-28  Michael Smith  <msmith@fluendo.com>
15417
15418         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15419         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15420         (gst_gnome_vfs_src_get_property),
15421         (gst_gnome_vfs_src_send_additional_headers_callback),
15422         (gst_gnome_vfs_src_received_headers_callback),
15423         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15424         (gst_gnome_vfs_src_stop):
15425         * ext/gnomevfs/gstgnomevfssrc.h:
15426           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15427           proper shared support within icydemux.
15428
15429 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15430
15431         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15432         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15433           fix up docs
15434           fix a leak when no caps negotiated
15435           fix counting of input frames
15436         * tests/check/elements/.cvsignore:
15437         * tests/check/elements/videorate.c: (assert_videorate_stats),
15438         (GST_START_TEST), (videorate_suite):
15439           add tests for these
15440
15441 2006-04-28  Wim Taymans  <wim@fluendo.com>
15442
15443         * gst-libs/gst/audio/gstringbuffer.c:
15444         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15445         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15446         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15447         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15448         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15449         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15450         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15451         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15452         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15453         Check arguments passed to public functions instead of
15454         crashing.
15455
15456 2006-04-28  Wim Taymans  <wim@fluendo.com>
15457
15458         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15459         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15460         GstBaseAudioSrc must be live or it does not work.
15461
15462         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15463         Don't set live to TRUE as this is the default in the parentclass.
15464
15465 2006-04-28  Wim Taymans  <wim@fluendo.com>
15466
15467         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15468         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15469         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15470         fixation cases better. Fixes #338991
15471
15472 2006-04-28  Wim Taymans  <wim@fluendo.com>
15473
15474         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15475         Handle 0/1 framerate correctly Fixes #331901.
15476
15477 2006-04-28  Wim Taymans  <wim@fluendo.com>
15478
15479         * tests/check/elements/audioconvert.c: (get_float_caps),
15480         (GST_START_TEST), (audioconvert_suite):
15481         Added check for correct clipping when doing float samples
15482         in audioconvert.
15483
15484 2006-04-28  Wim Taymans  <wim@fluendo.com>
15485
15486         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15487         (gst_video_rate_chain):
15488         Print more debugging info.
15489
15490 2006-04-28  Wim Taymans  <wim@fluendo.com>
15491
15492         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15493         (resample_set_state_from_caps):
15494         Add support for other formats audioresample can handle such as
15495         32 bits in and float and 64 bits float. Fixes #301759
15496
15497 2006-04-28  Wim Taymans  <wim@fluendo.com>
15498
15499         * gst/audioconvert/audioconvert.c: (float):
15500         correctly clip float samples > 1.0. Fixes #338718
15501
15502 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15503
15504         Patch by: Young-Ho Cha  <ganadist at chollian net>
15505
15506         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15507         (gst_text_overlay_render_text):
15508           Don't strip newlines from the text. Also, center lines
15509           within multi-line paragraphs (#339405).
15510
15511 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15512
15513         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15514           Fix wavpack typefinding to work in more cases (don't peek
15515           for chunks of multiple hundred kBs at once, but process
15516           things step-by-step in smaller units). Fixes #339786.
15517
15518 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15519
15520         * configure.ac:
15521           back to HEAD
15522
15523 === release 0.10.6 ===
15524
15525 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15526
15527         * configure.ac:
15528           releasing 0.10.6, "Chao"
15529
15530 2006-04-26  David Schleef  <ds@schleef.org>
15531
15532         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15533           Fixes #338897.
15534
15535 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15536
15537         * configure.ac:
15538         * win32/common/config.h:
15539           new prerelease
15540
15541 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15542
15543         patch by: Wim Taymans
15544
15545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15546         (gst_ogg_demux_perform_seek):
15547           make sure correct newsegments are sent, so that the decoder
15548           and the demuxer agree on timestamps.  Fixes playback of a lot
15549           of Ogg files that do not start from 0.  Fixes #339833.
15550
15551 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15552
15553         Patch by: Edward Hervey  <edward@fluendo.com>
15554
15555         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15556         * tests/check/Makefile.am:
15557         * tests/check/elements/videorate.c: (assert_videorate_stats),
15558         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15559         (videorate_suite), (main):
15560           Fix an infinite loop if frames are passed in with wrongly ordered
15561           timestamps.  Fixes #339013.
15562
15563 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15564
15565         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15566
15567         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15568           fix typefinding on some ISO files.  Fixes #339212.
15569
15570 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15571
15572         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15573
15574         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15575           add another H264 fourcc.  Fixes #339047.
15576
15577 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15578
15579         Patch by: Jan Schmidt
15580
15581         * gst/playback/gststreamselector.c:
15582         (gst_stream_selector_bufferalloc):
15583           Restore old StreamSelector behaviour.
15584           Fixes #338419.
15585
15586 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15587
15588         * configure.ac:
15589         * win32/common/config.h:
15590           prerelease
15591
15592 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15593
15594         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15595
15596         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15597         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15598           Fix some memory leaks: on finalize, free buffers left in the queue
15599           before destroying the queue; in _push(), unref rtp_buf even if
15600           the process vfunc returned a NULL buffer as output buffer (#337548);
15601           demote some recuring debug messages to LOG level.
15602
15603 2006-04-11  Wim Taymans  <wim@fluendo.com>
15604
15605         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15606         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15607         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15608         (gst_ogg_demux_loop):
15609         More cleanups.
15610         Respect segment stop when emiting EOS or SEGMENT_DONE.
15611         Fixes (#337945).
15612
15613 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15614
15615         * gst/playback/gststreamselector.c:
15616         (gst_stream_selector_get_property):
15617           Don't leak pad name.
15618
15619 2006-04-10  Michael Smith  <msmith@fluendo.com>
15620
15621         * tests/check/Makefile.am:
15622         * tests/check/gst-plugins-base.supp:
15623           Suppress an old libtheora bug (fixed in more recent versions), so 
15624           that FC4 buildslaves can pass.
15625
15626 2006-04-10  Wim Taymans  <wim@fluendo.com>
15627
15628         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15629         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15630         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15631         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15632         (gst_ogg_demux_loop):
15633         Don't leak events.
15634         Remember what error we got when finding chains, if we
15635         were shutdown, that would not be an error.
15636
15637 2006-04-10  Wim Taymans  <wim@fluendo.com>
15638
15639         * gst-libs/gst/audio/gstbaseaudiosink.c:
15640         (gst_base_audio_sink_event):
15641         Starting the ringbuffer when we did not acquire it can cause
15642         a deadlock, is pointless and causes nasty things for
15643         subclasses. 
15644         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15645
15646 2006-04-10  Wim Taymans  <wim@fluendo.com>
15647
15648         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15649         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15650         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15651         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15652         (gst_ogg_demux_deactivate_current_chain),
15653         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15654         (gst_ogg_demux_bisect_forward_serialno),
15655         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15656         Add some more debugging.
15657
15658 2006-04-10  Wim Taymans  <wim@fluendo.com>
15659
15660         * ext/theora/theoradec.c: (theora_dec_src_event),
15661         (theora_handle_data_packet):
15662         Some more debug info.
15663
15664         * tests/examples/seek/seek.c: (start_seek), (main):
15665         Print element messages too.
15666
15667 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15668
15669         * gst/audioresample/debug.h:
15670           replace debug macros with variable number of parameters
15671           by a simple alias to gstreamer standard debug macros 
15672          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15673           supported by MSVC 6.0 and 7.1)
15674         * gst/audioresample/resample.h:
15675           define M_PI and rint for WIN32
15676         * win32/common/libgstaudio.def:
15677         * win32/common/libgstriff.def:
15678         * win32/common/libgsttag.def:
15679         * win32/common/libgstvideo.def:
15680           add new exported functions
15681         * win32/vs6:
15682           update project files
15683
15684 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15685
15686         * ext/alsa/gstalsamixeroptions.c:
15687         (gst_alsa_mixer_options_class_init):
15688         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15689         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15690         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15691         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15692         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15693         * gst-libs/gst/audio/gstaudiofilter.c:
15694         (gst_audio_filter_class_init):
15695         * gst-libs/gst/audio/gstaudiosink.c:
15696         (gst_audioringbuffer_class_init):
15697         * gst-libs/gst/audio/gstaudiosrc.c:
15698         (gst_audioringbuffer_class_init):
15699         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15700         * gst-libs/gst/interfaces/colorbalancechannel.c:
15701         (gst_color_balance_channel_class_init):
15702         * gst-libs/gst/interfaces/mixeroptions.c:
15703         (gst_mixer_options_class_init):
15704         * gst-libs/gst/interfaces/mixertrack.c:
15705         (gst_mixer_track_class_init):
15706         * gst-libs/gst/interfaces/tunerchannel.c:
15707         (gst_tuner_channel_class_init):
15708         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15709         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15710         (gst_netbuffer_class_init):
15711         * gst-libs/gst/rtp/gstbasertppayload.c:
15712         (gst_basertppayload_class_init):
15713         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15714         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15715         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15716         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15717         * gst/playback/gststreamselector.c:
15718         (gst_stream_selector_class_init):
15719         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15720         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15721         * sys/v4l/gstv4lcolorbalance.c:
15722         (gst_v4l_color_balance_channel_class_init):
15723         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15724         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15725         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15726         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15727         (gst_v4l_tuner_norm_class_init):
15728         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15730         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15731         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15732
15733 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15734
15735         * ext/pango/gsttextrender.h:
15736         * gst-libs/gst/audio/gstaudiosink.h:
15737         * gst-libs/gst/audio/gstaudiosrc.h:
15738         * gst-libs/gst/audio/gstbaseaudiosink.h:
15739         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15740         * gst-libs/gst/audio/gstringbuffer.h:
15741         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15742         * gst-libs/gst/rtp/gstbasertppayload.h:
15743         * gst-libs/gst/video/gstvideofilter.h:
15744         * gst-libs/gst/video/gstvideosink.h:
15745         * gst/playback/gstplaybasebin.h:
15746         * gst/tcp/gstmultifdsink.h:
15747         * sys/v4l/gstv4lelement.h:
15748         Fix broken GObject macros
15749
15750 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15751
15752         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15753         More debug to trace why my USB headset is not working with gst
15754
15755 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15756
15757         * gst/playback/gstplaybasebin.c: (group_destroy):
15758         Clean up our group elements properly in the case where it never 
15759         got committed - it still got added unconditionally to the bin.
15760
15761 2006-04-07  Wim Taymans  <wim@fluendo.com>
15762
15763         * ext/theora/theoradec.c: (theora_dec_sink_event),
15764         (theora_handle_data_packet), (theora_dec_chain):
15765         Unref unhandled events.
15766         Protect against empty buffers.
15767         Perform QoS on running time.
15768
15769 2006-04-07  Michael Smith  <msmith@fluendo.com>
15770
15771         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15772         (gst_vorbis_enc_chain):
15773           Remove leaks from vorbisenc.
15774           Mostly minor changes, the only significant one is that now the
15775           buffers we set as 'streamheader' on the caps are copies of the
15776           original buffers, to avoid circular refcounting problems.
15777
15778 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15779
15780         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15781           Don't remove our mute-probe if someone else already did so.
15782           Don't set a 2nd one if there is already one pending on the pad.
15783
15784         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15785         (do_playbin_seek):
15786           When a seek fails, ensure that playbin is still set back to playing.
15787           
15788         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15789         (mpeg_ts_type_find), (plugin_init):
15790           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15791
15792 2006-04-06  Andy Wingo  <wingo@pobox.com>
15793
15794         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15795         (gst_video_rate_init): Caps-related parameters should not be reset
15796         by a flush -- move their inits to the instance init function.
15797         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15798         is not OK, just return the result.
15799
15800         * gst/audiotestsrc/gstaudiotestsrc.c
15801         (gst_audio_test_src_class_init)
15802         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15803         broken by Stefan's commit on 24 March.
15804
15805         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15806         buffers being pushed out. Fixes oggmux ! multifdsink.
15807
15808 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15809
15810         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15811         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15812         * ext/vorbis/vorbisdec.h:
15813         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15814         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15815         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15816         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15817         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15818         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15819         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15820         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15821         (gst_vorbis_enc_buffer_from_packet),
15822         (gst_vorbis_enc_buffer_from_header_packet),
15823         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15824         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15825         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15826         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15827         (gst_vorbis_enc_change_state):
15828         * ext/vorbis/vorbisenc.h:
15829           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15830           vorbisenc adhere to the official nomenclature; use boilerplate
15831           macro.
15832
15833 2006-04-04  Andy Wingo  <wingo@pobox.com>
15834
15835         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15836         Whoops, fix bug introduced. Bad hacker!
15837         
15838         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15839         Properly handle the case where you get EOS before any buffers are
15840         received. Use gst_buffer_make_metadata_writable where appropriate.
15841
15842         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15843         is often negative -- make it signed so as not to wrap around.
15844         Fixes segfaults introduced on 9 March.
15845
15846 2006-04-03  Wim Taymans  <wim@fluendo.com>
15847
15848         * ext/theora/gsttheoradec.h:
15849         * ext/theora/theoradec.c: (theora_dec_src_event):
15850         Don't try to store a gdouble in a gboolean.
15851         Small cleanups.
15852
15853 2006-04-03  Michael Smith  <msmith@fluendo.com>
15854
15855         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15856           Oggmux sucks.
15857           Make it suck slightly less by writing out the final page.
15858           Still can't encode a vorbis-in-ogg file correctly, though.
15859
15860 2006-04-03  Andy Wingo  <wingo@pobox.com>
15861
15862         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15863         a g_print.
15864
15865         * ext/theora/theora.c (plugin_init): Register theoraparse.
15866
15867         * ext/theora/gsttheoraparse.h: 
15868         * ext/theora/theoraparse.c: New files implementing a theora
15869         parser. Now we can properly remux ogg/theora+vorbis, yay.
15870
15871         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
15872
15873 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15874
15875         * gst/audiotestsrc/gstaudiotestsrc.c:
15876           Fixed the sample pipeline (see #323798)
15877
15878 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15879
15880         * configure.ac:
15881         * win32/common/config.h:
15882         * win32/common/config.h.in:
15883           use AS_VERSION and AS_NANO
15884           more cleanups
15885
15886 2006-03-31  Andy Wingo  <wingo@pobox.com>
15887
15888         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
15889         uninitialized variable return that would happen.
15890         
15891         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
15892         uninitialized variable return that would never happen.
15893
15894         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
15895         (vorbis_parse_sink_event): Add an event function to flush our
15896         state on a seek, and to drain buffers on a premature EOS.
15897         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
15898         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
15899         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
15900         (vorbis_parse_drain_queue): Queue up buffers until we can set
15901         their timestamps and granulepos values.
15902
15903         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
15904         and keep track of data needed for deriving granulepos and
15905         timestamps for buffers.
15906
15907 2006-03-29  Wim Taymans  <wim@fluendo.com>
15908
15909         Patch by: j^ <j at bootlab dot org>
15910
15911         * ext/alsa/gstalsamixerelement.c:
15912         (gst_alsa_mixer_element_class_init):
15913         * ext/alsa/gstalsasink.c:
15914         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
15915         * ext/ogg/gstoggdemux.c:
15916         * ext/ogg/gstoggmux.c:
15917         * ext/ogg/gstoggparse.c:
15918         * ext/pango/gstclockoverlay.c:
15919         * ext/pango/gsttextoverlay.c:
15920         * ext/pango/gsttextrender.c:
15921         * ext/pango/gsttimeoverlay.c:
15922         * ext/theora/theoradec.c:
15923         * ext/theora/theoraenc.c:
15924         * ext/vorbis/vorbisdec.c:
15925         * ext/vorbis/vorbisenc.c:
15926         * gst/audioconvert/gstaudioconvert.c:
15927         * gst/subparse/gstsubparse.c:
15928         * gst/tcp/gstmultifdsink.c:
15929         * gst/tcp/gsttcpclientsink.c:
15930         * gst/tcp/gsttcpclientsrc.c:
15931         * gst/tcp/gsttcpserversink.c:
15932         * gst/tcp/gsttcpserversrc.c:
15933           better/unified long descriptions
15934           Fixes #336477
15935
15936 2006-03-29  Wim Taymans  <wim@fluendo.com>
15937
15938         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
15939         (stop_seek):
15940         Don't let double and triple clicks mess up our state.
15941
15942 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15943
15944         * gst/playback/gstplaybin.c: (gen_video_element),
15945         (gen_text_element), (gen_audio_element), (gen_vis_element):
15946           Error out gracefully when we can't create any of the usual
15947           conversion elements for some reason. Also, don't try to
15948           create an audioscale (sic) element that's not used anyway.
15949
15950 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15951
15952         * gst/playback/gstplaybasebin.c: (setup_source):
15953           Don't post RESOURCE_NOT_FOUND error when we can't find a source
15954           element for a particular protocol, that's confusing for users.
15955           Instead, post a RESOURCE_FAILED error, so that our own error
15956           message is actually shown in totem etc. (#336303).
15957
15958 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15959
15960         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15961
15962         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
15963         (gst_gnome_vfs_src_get_icy_metadata):
15964           Fix some minor memory leaks (#336194).
15965
15966 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15967
15968         * ext/gnomevfs/gstgnomevfs.c:
15969         (gst_gnome_vfs_location_to_uri_string):
15970         * ext/gnomevfs/gstgnomevfs.h:
15971         * ext/gnomevfs/gstgnomevfssink.c:
15972         (gst_gnome_vfs_sink_set_property):
15973         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
15974           Make gnomevfssink accept filenames as well as URIs for the
15975           "location" property, just like gnomevfssrc does (and
15976           filesrc/filesink do) (#336190).
15977
15978 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15979
15980         * tests/check/generic/clock-selection.c: (GST_START_TEST):
15981           set to NULL before unreffing, fixes a valgrind leak.
15982           Why was this not triggering the error that an object needs to
15983           be NULL before unreffing ?
15984         * win32/common/config.h:
15985           update
15986
15987 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
15988
15989         * gst/subparse/gstsubparse.c: (convert_encoding),
15990         (gst_sub_parse_change_state):
15991         * gst/subparse/gstsubparse.h:
15992           Text subtitle files may or may not be UTF-8. If it's not, we
15993           don't really want to see '?' characters in place of non-ASCII
15994           characters like accented characters. So let's assume the input
15995           is UTF-8 until we come across text that is clearly not. If it's
15996           not UTF-8, we don't really know what it is, so try the following:
15997           (a) see whether the GST_SUBTITLE_ENCODING environment variable
15998           is set; if not, check (b) if the current locale encoding is
15999           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
16000           the current locale encoding is UTF-8 and the environment variable
16001           was not set to any particular encoding. Not perfect, but better
16002           than nothing (and better than before, I think) (fixes #172848).
16003
16004 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
16005
16006         * configure.ac:
16007           update core requirement to 0.10.4.1 because of async_playback
16008           vmethod on GstBaseSink
16009
16010 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16011
16012         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
16013         * gst/adder/gstadder.c: (gst_adder_init):
16014         use DEBUG_FUNCPTR for collectpads
16015
16016 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
16017
16018         * docs/plugins/Makefile.am:
16019         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16020         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16021         * ext/cdparanoia/gstcdparanoiasrc.c:
16022         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
16023         (gst_gnome_vfs_sink_class_init):
16024         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16025         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16026         * ext/ogg/gstoggmux.c:
16027         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16028         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16029         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16030         * ext/pango/gsttextoverlay.c:
16031         * ext/pango/gsttextrender.c:
16032         * ext/theora/theoradec.c:
16033         * ext/theora/theoraenc.c:
16034         * ext/vorbis/vorbisdec.c:
16035         * ext/vorbis/vorbisenc.c:
16036         * gst-libs/gst/audio/gstaudiofilter.c:
16037         (gst_audio_filter_base_init):
16038         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16039         (gst_audio_filter_template_base_init):
16040         * gst/adder/gstadder.c: (gst_adder_get_type):
16041         * gst/adder/gstadder.h:
16042         * gst/audioconvert/gstaudioconvert.c:
16043         * gst/audiotestsrc/gstaudiotestsrc.c:
16044         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16045         (gst_audio_test_src_create):
16046         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16047         * gst/playback/gstdecodebin.c:
16048         * gst/playback/gstplaybin.c:
16049         * gst/playback/gststreamselector.c:
16050         (gst_stream_selector_base_init):
16051         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16052         * gst/volume/gstvolume.c:
16053         * sys/v4l/gstv4lmjpegsink.c:
16054         * sys/v4l/gstv4lmjpegsrc.c:
16055         * tests/check/libs/cddabasesrc.c:
16056         * tests/old/examples/gob/gst-identity2.gob:
16057           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16058           define GstElementDetails at the top
16059
16060 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16061
16062         * win32/common/libgstinterfaces.def:
16063         Add a lot of export functions for gst-python
16064         * win32/vs6/libgstinterfaces.dsp:
16065         Add a missing include folder in the project configuration
16066         
16067 2006-03-23  Wim Taymans  <wim@fluendo.com>
16068
16069         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16070         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16071         (gst_base_audio_src_change_state):
16072         Fix audio sources, forgot to make the ringbuffer
16073         startable...
16074
16075 2006-03-23  Wim Taymans  <wim@fluendo.com>
16076
16077         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16078         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16079         (gst_base_audio_src_change_state):
16080         unparent instead of unref the ringbuffer.
16081
16082 2006-03-23  Wim Taymans  <wim@fluendo.com>
16083
16084         * gst-libs/gst/audio/gstbaseaudiosink.c:
16085         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16086         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16087         Implement new async_play vmethod to start slaving and allow
16088         playback start in case of async PLAY state changes. 
16089
16090         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16091         Enable QoS with new method in base class.
16092
16093 2006-03-23  Wim Taymans  <wim@fluendo.com>
16094
16095         Patch by: Julien MOUTTE <julien at moutte dot net>
16096
16097         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16098         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16099         Partially handle 0 framerate, only EOS after the first frame
16100         is missing.
16101
16102 2006-03-23  Wim Taymans  <wim@fluendo.com>
16103
16104         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16105
16106         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16107         (gst_riff_create_video_template_caps):
16108         * gst/ffmpegcolorspace/avcodec.h:
16109         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16110         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16111         (gst_ffmpegcsp_avpicture_fill):
16112         * gst/ffmpegcolorspace/imgconvert.c:
16113         Patch for support of YVU9 AVI files (#334822)
16114
16115 2006-03-22  Edward Hervey  <edward@fluendo.com>
16116
16117         * docs/design/design-decodebin.txt:
16118         Added design document for new decodebin
16119         (Target Caps): text/x-pango-markup is also a default target caps.
16120
16121 2006-03-22  Wim Taymans  <wim@fluendo.com>
16122
16123         * gst-libs/gst/audio/gstbaseaudiosink.c:
16124         (gst_base_audio_sink_dispose):
16125         Since we _parent the ringbuffer, we also need to
16126         _unparent instead of a plain _unref.
16127
16128 2006-03-22  Wim Taymans  <wim@fluendo.com>
16129
16130         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16131         (stop_seek), (scrub_toggle_cb), (main):
16132         Add scrub checkbox.
16133
16134 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16135
16136         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16137         (gst_ogg_parse_chain):
16138           Fix very inefficient usage of linked lists (#335365).
16139
16140 2006-03-21  Edward Hervey  <edward@fluendo.com>
16141
16142         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16143         * gst/playback/gstplaybin.c: (handoff):
16144         * gst/playback/gststreamselector.c:
16145         (gst_stream_selector_set_property):
16146         gcc 4.1 unreferenced pointer fixes.
16147         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16149         gst_buffer_ref() now takes a GstBuffer*.
16150
16151 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16152
16153         * sys/xvimage/xvimagesink.c:
16154         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16155         by Jan Schmidt.
16156
16157 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16158
16159         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16160         (id3v1_type_find), (apetag_type_find), (plugin_init):
16161           Can't do tag preferences via probability, as tags would then
16162           lose against types that are recognised with MAXIMUM probability
16163           (like .wav); so let all tag typefinders return MAXIMUM themselves
16164           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16165           that we can prefer APE to ID3v1 (fixes #335028).
16166           
16167 2006-03-17  Wim Taymans  <wim@fluendo.com>
16168
16169         * gst-libs/gst/audio/gstbaseaudiosink.c:
16170         (gst_base_audio_sink_change_state):
16171         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16172         (gst_ring_buffer_may_start):
16173         * gst-libs/gst/audio/gstringbuffer.h:
16174         Only start playback if we are playing.
16175         should fix #330748.
16176
16177 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16178
16179         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16180         * win32/common/config.h:
16181           Revert accidental commits to these files.
16182
16183 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16184
16185         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16186
16187         * tests/Makefile.am:
16188           Don't try to build tests in tests/icles if we
16189           don't have X (#323852)
16190
16191 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16192
16193         * gst-libs/gst/tag/gstid3tag.c:
16194           Add TXXX frame identifiers for replaygain stuff as used
16195           by some taggers (see #323721).
16196
16197 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16198
16199         * gst/playback/gststreamselector.c:
16200         (gst_stream_selector_set_property),
16201         (gst_stream_selector_bufferalloc):
16202           Preserve the existing buggy streamselector behaviour by performing
16203           a fallback buffer allocation when downstream isn't linked yet.
16204           This should really be fixed in playbin by blocking pads until it's
16205           linked them.
16206           Also, use gst_pad_alloc_buffer instead of
16207           gst_pad_alloc_buffer_and_set.
16208
16209 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16210
16211         * gst-libs/gst/tag/gstid3tag.c:
16212           Don't crash on unknown ID3v2 TXXX frames.
16213           
16214 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16215
16216         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16217           Chain up to the parent finalize method.
16218           Add 32-bit sample size to the template caps.
16219
16220         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16221         (gst_riff_create_video_template_caps):
16222           Add the fourcc that the VMWare codec uses.
16223           
16224         * gst/playback/gststreamselector.c:
16225         (gst_stream_selector_set_property),
16226         (gst_stream_selector_bufferalloc),
16227         (gst_stream_selector_request_new_pad):
16228           For the active pad, forward buffer-alloc requests, otherwise
16229           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16230           having to memcpy every frame when used by playbin.
16231
16232         * gst/tcp/gstmultifdsink.c:
16233         (gst_multi_fd_sink_handle_client_write):
16234           Get negotiated caps from the sink pad, rather than the sink
16235           pad's peer.
16236
16237 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16238
16239         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16240         
16241         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16242           Don't forget to set src->callbacks_pushed to FALSE again when
16243           popping them, otherwise re-activation in a different mode won't
16244           work (#334620).
16245
16246 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16247
16248         Patch by: Sebastien Moutte  <sebastien moutte net>
16249
16250         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16251         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16252         (gst_ffmpeg_smpfmt_to_caps):
16253           Replace __VA_ARGS__ caps creation macros with varargs functions.
16254           Makes things compile on MSVC (#320765), looks nicer, and we can
16255           tell the compiler to check for the NULL terminator.
16256
16257 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16258
16259         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16260
16261         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16262           Make sure the buffer we copy into is really always big
16263           enough, this time for real (#333488).
16264           
16265 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16266
16267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16268           Add support for 24bpp DIB (#305279).
16269
16270 2006-03-14  Wim Taymans  <wim@fluendo.com>
16271
16272         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16273         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16274         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16275         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16276         (gst_video_scale_init), (gst_video_scale_src_event):
16277         Re-enable QoS after the release.
16278         Rework videoscale to use the base class src_event handler.
16279
16280 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16281
16282         * configure.ac:
16283           back to CVS.
16284
16285 === release 0.10.5 ===
16286
16287 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16288
16289         * configure.ac:
16290           releasing 0.10.5, "Net"
16291
16292 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16293
16294         * docs/plugins/Makefile.am:
16295           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16296           
16297 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16298
16299         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16300         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16301         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16302           Add cdparanoiasrc to docs.
16303
16304         * gst-libs/gst/cdda/gstcddabasesrc.c:
16305           More GstCddaBaseSrc docs.
16306
16307 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16308
16309         * docs/libs/gst-plugins-base-libs-sections.txt:
16310         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16311         * gst-libs/gst/tag/tag.h:
16312           API: libgsttag: new method gst_tag_from_id3_user_tag().
16313
16314 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16315
16316         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16317           NULL-terminate array of mpeg4 video file extensions.
16318           Fixes crash on PPC (#334226).
16319
16320 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16321
16322         * ext/gnomevfs/gstgnomevfssrc.c:
16323         (gst_gnome_vfs_src_check_get_range):
16324           gnome_vfs_uri_is_local() alone is not a good indicator
16325           whether we can operate in pull-mode with a specific URI,
16326           as it returns FALSE for file:// URIs that point to an
16327           NFS-mounted path. Be more conservative here: whitelist
16328           local files, blacklist http URIs and use the old
16329           mechanism for anything else (fixes #334216).
16330
16331 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16332
16333         * configure.ac:
16334           back to trunk
16335
16336 === release 0.10.4 ===
16337
16338 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16339
16340         * configure.ac:
16341           releasing 0.10.4, "Power"
16342
16343 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16344
16345         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16346         Disable max-lateness by setting it to -1 for now, so that 
16347         we can bed QoS stuff in thoroughly between now and the next
16348         release.
16349
16350 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16351
16352         Patch by: Fabrizio Gennari
16353
16354         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16355           Make sure we don't read beyond the palette buffer in case of
16356           broken or manipulated files (#333488)
16357
16358 2006-03-10  Edward Hervey  <edward@fluendo.com>
16359
16360         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16361         Fix for variable not initialized.
16362
16363 2006-03-09  Wim Taymans  <wim@fluendo.com>
16364
16365         * ext/libvisual/visual.c: (gst_visual_get_type),
16366         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16367         (gst_visual_chain):
16368         Small cleanups.
16369
16370         * ext/theora/gsttheoradec.h:
16371         * ext/theora/theoradec.c: (gst_theora_dec_init),
16372         (gst_theora_dec_reset), (_theora_granule_time),
16373         (theora_dec_src_convert), (theora_dec_sink_convert),
16374         (theora_dec_src_query), (theora_dec_src_event),
16375         (theora_dec_sink_event), (theora_handle_comment_packet),
16376         (theora_handle_header_packet), (theora_dec_push),
16377         (theora_handle_data_packet), (theora_dec_chain),
16378         (theora_dec_change_state):
16379         Add simple QoS.
16380
16381 2006-03-09  Wim Taymans  <wim@fluendo.com>
16382
16383         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16384         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16385         Some cleanups.
16386
16387 2006-03-09  Wim Taymans  <wim@fluendo.com>
16388
16389         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16390         Don't try to activate NULL chains.
16391
16392 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16393
16394         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16395           Fix invalid memory access to region before peek'd data (#332964).
16396
16397 2006-03-09  Wim Taymans  <wim@fluendo.com>
16398
16399         Patch by: Christophe Fergeau
16400
16401         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16402         * ext/pango/gsttextrender.c: (gst_text_render_init):
16403         * gst/adder/gstadder.c: (gst_adder_init):
16404         Don't leak padtemplates, closes #333510.
16405
16406 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16407
16408         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16409           Fix invalid memory access: make sure string passed to
16410           regexec() is NUL-termianted.
16411
16412 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16413
16414         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16415         (mp3_type_find):
16416           Refactor mpeg/audio typefinding to make it more maintainable
16417           and easier to fine-tune. Make probing into middle of the file
16418           work properly (fixes #333900, also see #152688).
16419
16420 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16421
16422         * gst/typefind/gsttypefindfunctions.c:
16423         (utf8_type_find_have_valid_utf8_at_offset):
16424           Remove part from previous commit that was bogus:
16425           g_utf8_validate() does in fact not accept embedded
16426           zeroes, so we don't need to check for those (thanks
16427           to Mike for the hint).
16428
16429 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16430
16431         * gst/typefind/gsttypefindfunctions.c:
16432         (utf8_type_find_count_embedded_zeroes),
16433         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16434           Make plain/text typefinder more conservative: firstly, check
16435           for embedded zeroes, which are perfectly valid UTF-8 characters,
16436           but also a fairly good sign that something is not a plain text
16437           file; secondly, probe into the middle of the file if possible.
16438           If we can't probe into the middle, limit the probability value
16439           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16440
16441 2006-03-08  Michael Smith  <msmith@fluendo.com>
16442
16443         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16444           Make typefind function name for mpeg4 video unique.
16445
16446 2006-03-08  Wim Taymans  <wim@fluendo.com>
16447
16448         * ext/libvisual/visual.c: (gst_visual_init),
16449         (gst_visual_clear_actors), (gst_visual_dispose),
16450         (gst_visual_reset), (gst_visual_src_setcaps),
16451         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16452         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16453         (gst_visual_chain), (gst_visual_change_state):
16454         Cleanups, post nice errors.
16455         Handle sink and src events.
16456         Implement simple QoS.
16457
16458         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16459         Use new basesink methods to configure max-lateness.
16460         Small doc update.
16461
16462         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16463         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16464         Debug statement cleanups.
16465
16466         * gst/volume/gstvolume.c: (gst_volume_class_init):
16467         Simple cleanup.
16468
16469 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16470
16471         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16472         (gst_text_overlay_init), (gst_text_overlay_set_property),
16473         (gst_text_overlay_get_property):
16474           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16475           as string type properties, but mark them deprecated. Add
16476           'halignment' and 'valignment' properties that use enums
16477           instead of strings.
16478
16479 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16480
16481         Patch by: Fabrizio Gennari
16482
16483         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16484           Allow palettes with less than 256 colours in AVI files
16485           (#333488)
16486
16487 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16488
16489         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16490         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16491         pad. We were releasing the queued text buffer when we should keep
16492         it until video pad gets EOS or discard the text buffer because it's
16493         too old. That was eating the last subtitle buffer. Add some more
16494         debug.
16495
16496 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16497
16498         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16499         (gst_text_overlay_video_chain):
16500           Fix invalid memory access (we can't access a buffer after it's been
16501           pushed downstream without taking a reference); fix memory leak (if
16502           there's no text to render, bail out before allocating stuff).
16503
16504 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16505
16506         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16507         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16508         * ext/pango/gsttextoverlay.h:
16509           If input is plain text, escape it before passing it to
16510           pango_layout_set_markup().
16511
16512 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16513
16514         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16515           Don't ignore flow return from gst_pad_push().
16516
16517 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16518
16519         Patch by: Fabrizio Gennari
16520
16521         * ext/libvisual/visual.c: (gst_visual_getcaps),
16522         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16523         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16524         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16525         (gst_vorbisenc_convert_sink):
16526         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16527         (gst_audio_duration_from_pad_buffer):
16528         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16529         (gst_audio_filter_chain):
16530         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16531         (gst_base_rtp_depayload_setcaps):
16532         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16533         (gst_video_get_size):
16534         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16535           Don't leak references returned by gst_pad_get_parent()
16536           (#333663)
16537
16538 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16539
16540         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16541           change location param details
16542         * gst/volume/gstvolume.c: (plugin_init):
16543           correct plugin description
16544
16545 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16546
16547         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16548         (gst_gnome_vfs_src_check_get_range):
16549           Override GstBaseSrc::check_get_range() in order to avoid opening
16550           the resource just to check whether we can operate in pull-mode or
16551           not - we can predict that pretty well from the URI alone. Should
16552           fix problems with last.fm (#331690). (Requires latest core CVS).
16553
16554 2006-03-06  Wim Taymans  <wim@fluendo.com>
16555
16556         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16557         (gst_video_sink_class_init):
16558         Throw away frames that are later than 20 ms.
16559
16560 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16561
16562         Patch by: Fabrizio Gennari
16563
16564         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16565           Set depth on WMA caps (#333545)
16566
16567 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16568
16569         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16570         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16571           put Theora BOS pages before others.  This hardcodes
16572           the Ogg/Theora I profile, but hey.
16573
16574 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16575
16576         * ext/ogg/README:
16577           updated with some examples
16578         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16579         (granulepos_add), (theora_buffer_from_packet):
16580         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16581         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16582         (gst_vorbisenc_chain):
16583           implement strategy from ext/ogg/README
16584         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16585         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16586         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16587         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16588           Fix muxer so that oggz-validate is happy with all streams;
16589           except for no eos mark, and the BOS page ordering
16590         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16591         (check_buffer_granulepos):
16592         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16593           update tests to check for OFFSET being set as requested
16594           fixed type of granulepos, it's not a ClockTime
16595
16596 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16597
16598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16599         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16600         Check that the xvimage we are creating has a correct size
16601         before returning it. (#314897)
16602
16603 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16604
16605         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16606           Give id3 and ape tag typefinders a rank slightly higher
16607           than PRIMARY to ensure they're always run before any of
16608           the other typefinders (in particular wav and mp3) (#324186).
16609
16610 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16611
16612         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16613           Add support for '3IVD' fourcc (#333403).
16614
16615 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16616
16617         * configure.ac:
16618           Bump requirements to GStreamer CVS for the new error enum.
16619
16620         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16621           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16622           space left on the device (fixes #333352).
16623
16624 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16625
16626         * win32/vs6:
16627           add a project file for libgstvolume
16628           update the workspace
16629
16630 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16631
16632         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16633         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16634         (GST_START_TEST):
16635           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16636           Set IN_CAPS on header buffers
16637
16638 2006-03-02  Wim Taymans  <wim@fluendo.com>
16639
16640         * docs/plugins/Makefile.am:
16641         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16642         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16643         Add audioresample to docs.
16644
16645         * gst/audioconvert/gstaudioconvert.c:
16646         Add revision date.
16647
16648         * gst/audioresample/gstaudioresample.c:
16649         (gst_audioresample_base_init), (gst_audioresample_class_init),
16650         (gst_audioresample_init), (gst_audioresample_dispose),
16651         (audioresample_get_unit_size), (audioresample_transform_caps),
16652         (resample_set_state_from_caps), (audioresample_transform_size),
16653         (audioresample_set_caps), (audioresample_event),
16654         (audioresample_do_output), (audioresample_transform),
16655         (audioresample_pushthrough), (gst_audioresample_set_property),
16656         (gst_audioresample_get_property), (plugin_init):
16657         * gst/audioresample/gstaudioresample.h:
16658         Added docs.
16659         Small code cleanups.
16660
16661 2006-03-02  Wim Taymans  <wim@fluendo.com>
16662
16663         * docs/plugins/Makefile.am:
16664         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16665         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16666         Added videoscale to docs.
16667
16668         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16669         (gst_video_rate_swap_prev), (gst_video_rate_event),
16670         (gst_video_rate_chain):
16671         Fix typo in docs.
16672
16673         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16674         (gst_video_scale_init), (gst_video_scale_prepare_size),
16675         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16676         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16677         * gst/videoscale/gstvideoscale.h:
16678         Added docs, examples.
16679         Some code cleanups.
16680         Post errors instead of g_warning.
16681
16682 2006-03-02  Wim Taymans  <wim@fluendo.com>
16683
16684         * docs/libs/gst-plugins-base-libs-docs.sgml:
16685         * docs/libs/gst-plugins-base-libs-sections.txt:
16686         * docs/libs/gst-plugins-base-libs.types:
16687         * docs/plugins/Makefile.am:
16688         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16689         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16690         Added some more docs to libs and plugins.
16691
16692         * gst-libs/gst/audio/gstringbuffer.c:
16693         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16694         * gst-libs/gst/audio/gstringbuffer.h:
16695         Document ringbuffer some more.
16696
16697         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16698         (gst_video_rate_setcaps), (gst_video_rate_reset),
16699         (gst_video_rate_init), (gst_video_rate_flush_prev),
16700         (gst_video_rate_swap_prev), (gst_video_rate_event),
16701         (gst_video_rate_chain), (gst_video_rate_change_state):
16702         * gst/videorate/gstvideorate.h:
16703         Fix videorate to use segments.
16704         Make it work with 0/1 framerates (closes #331903)
16705         Handle EOS correctly.
16706         Added docs.
16707
16708 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16709
16710         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16711         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16712         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16713           In state change function, first chain up to parent class,
16714           then handle downwards state change stuff. Remove some
16715           commented out cruft from 0.8 code.
16716
16717 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16718
16719         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16720         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16721         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16722         (gst_ogm_parse_chain):
16723           Don't remove/re-add source pad if the new caps are the same as
16724           the old caps anyway (#333042). When removing source pad, don't
16725           unref it afterwards - we didn't ref it when adding. Sprinkle some
16726           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16727           after using gst_pad_get_parent(). Return downstream flow return
16728           value in chain function.
16729
16730 2006-03-02  Wim Taymans  <wim@fluendo.com>
16731
16732         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16733         * docs/plugins/gst-plugins-base-plugins.args:
16734         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16735         * docs/plugins/gst-plugins-base-plugins.interfaces:
16736         * docs/plugins/gst-plugins-base-plugins.signals:
16737         Fix hierarchy, added some more elements to the docs.
16738
16739         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16740         (gst_ffmpegcsp_get_type):
16741         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16742         Fix docs for ffmpegcolorspace.
16743
16744 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16745
16746         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16747         (apetag_type_find), (ape_type_find), (plugin_init):
16748           Some typefinding fine-tuning:
16749           - rank ID3/APE tags in order of preference via probabilities, so that
16750             ID3v2 > APEv2 > APEv1 > ID3v1.
16751           - three or four bytes don't really justify MAXIMUM probability,
16752             change those to 'very likely' (musepack and monkeysaudio).
16753
16754 2006-03-01  Wim Taymans  <wim@fluendo.com>
16755
16756         * docs/plugins/Makefile.am:
16757         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16758         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16759         * ext/alsa/gstalsamixer.c:
16760         * ext/alsa/gstalsamixer.h:
16761         * ext/alsa/gstalsamixerelement.c:
16762         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16763         * ext/alsa/gstalsamixerelement.h:
16764         * ext/alsa/gstalsasink.c:
16765         * ext/alsa/gstalsasink.h:
16766         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16767         (gst_alsasrc_init):
16768         * ext/alsa/gstalsasrc.h:
16769         Added alsa docs.
16770         Small code cleanups.
16771
16772 2006-03-01  Wim Taymans  <wim@fluendo.com>
16773
16774         * ext/theora/Makefile.am:
16775         Dist new header too,
16776
16777 2006-03-01  Wim Taymans  <wim@fluendo.com>
16778
16779         * docs/plugins/Makefile.am:
16780         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16781         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16782         * ext/gnomevfs/gstgnomevfssink.h:
16783         * ext/gnomevfs/gstgnomevfssrc.h:
16784         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16785         * ext/vorbis/vorbisdec.h:
16786         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16787         * ext/vorbis/vorbisenc.h:
16788         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16789         (vorbis_parse_chain), (vorbis_parse_change_state):
16790         * ext/vorbis/vorbisparse.h:
16791         * gst/audioconvert/gstaudioconvert.h:
16792         * gst/tcp/gsttcpserversink.h:
16793         * gst/videotestsrc/gstvideotestsrc.c:
16794         * gst/videotestsrc/gstvideotestsrc.h:
16795         * gst/volume/gstvolume.c:
16796         * gst/volume/gstvolume.h:
16797         Fix some more docs.
16798         Added docs for vorbisdec and vorbisparse.
16799         Fix vorbisparse.
16800
16801 2006-03-01  Wim Taymans  <wim@fluendo.com>
16802
16803         * docs/plugins/Makefile.am:
16804         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16805         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16806         * ext/pango/gstclockoverlay.h:
16807         * ext/pango/gsttextoverlay.h:
16808         * ext/pango/gsttextrender.h:
16809         * ext/pango/gsttimeoverlay.h:
16810         * ext/theora/gsttheoradec.h:
16811         * ext/theora/gsttheoraenc.h:
16812         * ext/theora/theoradec.c:
16813         * ext/theora/theoraenc.c:
16814         * gst/audioconvert/gstaudioconvert.h:
16815         * gst/audiotestsrc/gstaudiotestsrc.h:
16816         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16817         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16818         * gst/tcp/gstmultifdsink.h:
16819         Updated/added documentation.
16820
16821         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16822         (gst_text_overlay_halign_get_type),
16823         (gst_text_overlay_wrap_mode_get_type),
16824         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16825         (gst_text_overlay_init), (gst_text_overlay_set_property),
16826         (gst_text_overlay_get_property):
16827         Fix up properties to be enums instead of string to make bindings,
16828         introspection and automatic GUI creation possible.
16829         Add getters for the properties.
16830
16831 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16832
16833         * gst/audiotestsrc/gstaudiotestsrc.c:
16834           added defines of M_PI and M_PI_2
16835         * gst/ffmpegcolorspace/avcodec.h:
16836           removed #include "stdint.h" for win32 as _stdint.h is 
16837           autogenerated to win32/common
16838         * win32/common/libgstaudio.def:
16839         * win32/common/libgsttag.def:
16840           added some exports
16841         * win32/vs6:
16842           some project files bugs corrected
16843         * win32/vs7:
16844           project files are reset to the default vs7 configuration 
16845           (they link to msvcr71.dll using default optimizations)
16846           
16847 2006-02-28  Wim Taymans  <wim@fluendo.com>
16848
16849         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16850         Fix some docs.
16851
16852 2006-02-28  Edward Hervey  <edward@fluendo.com>
16853
16854         * ext/alsa/gstalsasrc.c:
16855         Set proper class on the ElementDetails:
16856         Source/Audio instead of Src/Audio/
16857
16858 2006-02-28  Edward Hervey  <edward@fluendo.com>
16859
16860         * gst/videoscale/vs_scanline.c:
16861         (vs_scanline_resample_nearest_RGBA):
16862         Revert optimization in videoscale. It should go in liboil and have
16863         an appropriate liboil function.
16864
16865 2006-02-28  Wim Taymans  <wim@fluendo.com>
16866
16867         * gst-libs/gst/audio/gstbaseaudiosink.c:
16868         (gst_base_audio_sink_provide_clock):
16869         Don't try to provide a clock in the NULL state.
16870
16871 2006-02-28  Wim Taymans  <wim@fluendo.com>
16872
16873         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16874         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
16875         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16876         (gst_ogg_demux_deactivate_current_chain),
16877         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
16878         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
16879         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16880         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16881         Use GstSegment infrastructure to remove duplicated code
16882         and handle more seek cases correctly.
16883
16884 2006-02-28  Wim Taymans  <wim@fluendo.com>
16885
16886         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16887         (gst_ffmpegcsp_transform):
16888         Don't ignore return code from ffmpeg convert function.
16889
16890         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16891         Split out some long statements to ease debugging.
16892
16893 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
16894
16895         * ext/libvisual/visual.c: (gst_visual_init),
16896         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
16897         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
16898         being able to renegotiate the size. Instead, use the negotiation
16899         algorithm from the goom plugin to pick an initial output caps. 
16900
16901         Also, allow theoretical libvisual plugins that might support non-GL 
16902         output even if they also do GL.
16903
16904 2006-02-26  Julien MOUTTE  <julien@moutte.net>
16905
16906         * ext/libvisual/visual.c: (gst_visual_init),
16907         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
16908         (plugin_init): Load only non GL plugins. Fix some memleaks and 
16909         possible negotiation issues.
16910
16911 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16912
16913         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
16914
16915 2006-02-24  Michael Smith  <msmith@fluendo.com>
16916
16917         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
16918         (cmml_type_find), (plugin_init):
16919           Fix CMML type find function to not require a specific minor version
16920           of the CMML header.
16921
16922           Add an MPEG4 video elementary stream typefind function.
16923
16924 2006-02-04  Michael Smith  <msmith@fluendo.com>
16925
16926         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
16927         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
16928         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16929         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
16930         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
16931         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
16932           Annodex support in ogg demuxer. Doesn't do very much without the
16933           other annodex patches (to come).
16934
16935 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16936
16937         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
16938
16939         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16940           Pick up palette for MS video v1 (#327028)
16941
16942 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16943
16944         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16945         (gst_ffmpegcsp_caps_remove_format_info),
16946         (gst_ffmpegcsp_get_unit_size):
16947           The 'palette_data' field from incoming RGB caps shouldn't be
16948           proxied on outgoing YUV caps; also, restrict unit size
16949           adjustment in case of paletted data only to the unit that
16950           actually has a palette. Fixes #330711.
16951
16952 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16953
16954         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16955         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16956         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
16957         (gst_ffmpegcsp_get_unit_size):
16958           Plug some memory leaks.
16959
16960 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16961
16962         * sys/ximage/Makefile.am:
16963         * sys/xvimage/Makefile.am:
16964           Add some _CFLAGS and _LIBS that seem to be missing
16965           and/or required for Cygwin (see #317048).
16966
16967 2006-02-22  Wim Taymans  <wim@fluendo.com>
16968
16969         * ext/alsa/gstalsasrc.c:
16970         Fix description as pointed out by caugier.
16971
16972 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
16973
16974         Reviewed by : Edward Hervey  <edward@fluendo.com>
16975
16976         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
16977         (qt_type_find):
16978         Better 3gp typefinding (#331526).
16979
16980 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16981
16982         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
16983           Don't send EOS event here, the base class will send one for us.
16984
16985         * gst/playback/gstplaybasebin.c: (prepare_output):
16986           Subpictures without video stream aren't allowed either.
16987         
16988         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16989           Fix debug statement copy'n'paste-o.
16990
16991 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16992
16993         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
16994           Fix issues with mixer keeping state when muting/unmuting
16995           and when changing the volume whilst muted (see #331763
16996           and #331765).
16997
16998 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16999
17000         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
17001         (parse_subrip), (gst_sub_parse_format_autodetect):
17002           Set right caps given that we send escaped text. Also,
17003           honour <i></i>, <b></b> and <u></u> markers that can be found
17004           in .srt files (fixes #310202).
17005
17006 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
17007
17008         * gst-libs/gst/audio/mixerutils.c:
17009         (element_factory_rank_compare_func):
17010           Make order in which elements are tried more determinable.
17011
17012 2006-02-20  Julien MOUTTE  <julien@moutte.net>
17013
17014         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
17015         (remove_element_chain), (cleanup_decodebin),
17016         (gst_decode_bin_change_state): Make decodebin reusable by
17017         fixing remove_element_chain first and then introduce a
17018         cleaner in state change to ->NULL. (Closes #331678)
17019
17020 2006-02-19  Wim Taymans  <wim@fluendo.com>
17021
17022         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
17023         use 0666 mask when creating files so umask gets applied
17024         correctly. Fixes #331295.
17025
17026 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17027
17028         * gst/subparse/Makefile.am:
17029         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17030         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17031         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17032         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17033         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17034         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17035         * gst/subparse/gstssaparse.h:
17036         * gst/subparse/gstsubparse.c: (plugin_init):
17037           Add very basic parser for SSA subtitle streams (as often
17038           found in matroska files).
17039
17040 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17041
17042         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17043           That should be text/x-pango-markup, not text/x-pango-layout.
17044
17045 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17046
17047         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17048         Polishing.
17049
17050 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17051
17052         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17053         (gst_text_overlay_finalize), (gst_text_overlay_init),
17054         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17055         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17056         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17057         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17058         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17059         Fix state change deadlock.
17060
17061 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17062
17063         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17064         (gst_text_overlay_finalize), (gst_text_overlay_init),
17065         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17066         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17067         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17068         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17069         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17070         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17071         and subtitles files.
17072
17073 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17074
17075         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17076         should be considered as raw.
17077
17078 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17079
17080         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17081         (cb_probe):
17082         * gst/playback/gststreaminfo.h: Introduce language informations.
17083
17084 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17085
17086         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17087         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17088         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17089         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17090         Set shared memory segments to be deleted as soon as we have attached,
17091         that way they get cleaned up automatically if we crash.
17092
17093 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17094
17095         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17096         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17097         functions are called with lock held.
17098
17099 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17100
17101         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17102         (gst_text_overlay_finalize), (gst_text_overlay_init),
17103         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17104         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17105         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17106         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17107         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17108         (gst_text_overlay_change_state): Refactoring of textoverlay
17109         without collectpads. This now supports sparse subtitles coming
17110         from a demuxer instead of a sub file. Seeking is still broken 
17111         though. Need to discuss with wtay some more on how to handle
17112         seeking correctly.
17113         * ext/pango/gsttextoverlay.h:
17114         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17115         subtitles coming from the demuxer.
17116
17117 2006-02-17  Wim Taymans  <wim@fluendo.com>
17118
17119         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17120         (gst_vorbisenc_convert_sink):
17121         Use some more scaling functions.
17122
17123 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17124
17125         * ext/cdparanoia/gstcdparanoiasrc.c:
17126         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17127         (gst_cd_paranoia_paranoia_callback),
17128         (gst_cd_paranoia_src_signal_is_being_watched),
17129         (gst_cd_paranoia_src_read_sector):
17130         * ext/cdparanoia/gstcdparanoiasrc.h:
17131           Add back 'transport-error' and 'uncorrected-error' signals and
17132           make them actually be fired when bad stuff happens (#319340).
17133
17134 2006-02-17  Wim Taymans  <wim@fluendo.com>
17135
17136         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17137         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17138         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17139         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17140         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17141         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17142         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17143         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17144         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17145         (gst_ring_buffer_clear):
17146         Small cleanups.
17147         Added some G_LIKELY.
17148
17149 2006-02-17  Wim Taymans  <wim@fluendo.com>
17150
17151         * gst-libs/gst/audio/TODO:
17152         Update TODO
17153
17154         * gst-libs/gst/audio/gstbaseaudiosink.c:
17155         (gst_base_audio_sink_get_offset):
17156         When trying to play samples ASAP and we don't have a
17157         previous sample, try to play at position 0 instead of
17158         an invalid position.
17159
17160 2006-02-17  Wim Taymans  <wim@fluendo.com>
17161
17162         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17163         (gst_alsasink_reset):
17164         Also release lock when we get an error in _reset();
17165         fix an error message.
17166
17167 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17168
17169         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17170         (gst_alsasink_init), (get_channel_free_structure),
17171         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17172         (gst_alsasink_close):
17173         * ext/alsa/gstalsasink.h:
17174           Add support for more than 2 channels (#326720).
17175
17176 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17177
17178         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17179           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17180           with 4 or 6 channels, assume a default channel layout to make things
17181           work (not sure there's anything else we can do in those cases).
17182
17183 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17184
17185         * gst-libs/gst/audio/multichannel.c:
17186           Minor docs fix.
17187
17188         * gst-libs/gst/riff/Makefile.am:
17189         * gst-libs/gst/riff/riff-ids.h:
17190         * gst-libs/gst/riff/riff-media.c:
17191         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17192           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17193           channels and a channel layout map.
17194           
17195 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17196
17197         Reviewed by Edward Hervey  <edward@fluendo.com>
17198
17199         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17200         C-level optimization of the RGBA nearest neighbour function.
17201         Eventually this might end up in liboil with vectorized versions.
17202
17203 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17204
17205         * gst-libs/gst/audio/multichannel.c:
17206         (gst_audio_get_channel_positions):
17207           When we have more than 2 channels, but no channel layout is
17208           specified in the caps, return some default channel layout
17209           to the caller and warn about about a possibly buggy element
17210           (could be buggy filtercaps as well of course) (#317038).
17211
17212 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17213
17214         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17215           Add gst-libs/gst/cdda to list of lib search paths.
17216
17217 2006-02-15  Andy Wingo  <wingo@pobox.com>
17218
17219         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17220         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17221         to the Lord Jesus that I do not have to touch the ogg muxer ever
17222         again.
17223
17224 2006-02-15  Edward Hervey  <edward@fluendo.com>
17225
17226         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17227         quicktime movie files can also contain 'uuid' atoms.
17228
17229 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17230
17231         * gst/audioconvert/plugin.c: (plugin_init):
17232           Register the GstAudioChannelPosition enum type with the type
17233           system in the plugin_init function, so that it is known before
17234           any element actually makes use of multi-channel stuff. This is
17235           required for example if one wants to be able to deserialise/use
17236           a caps string with channel positions before any pipeline has
17237           been setup and started, like with gst-launch.
17238
17239 2006-02-14  Wim Taymans  <wim@fluendo.com>
17240
17241         * gst-libs/gst/audio/gstringbuffer.c:
17242         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17243         (gst_ring_buffer_samples_done), (wait_segment),
17244         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17245         Add some compiler G_(UN_)LIKELY help.
17246         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17247         make sure they can exit their functions. Should fix #330748
17248
17249 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17250
17251         * Makefile.am:
17252         * configure.ac:
17253         * win32/MANIFEST:
17254         * win32/common/_stdint.h:
17255           Windows does not have long long; copy the generated _stdint.h
17256         * win32/common/interfaces-enumtypes.c:
17257         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17258         (gst_mixer_track_flags_get_type),
17259         (gst_tuner_channel_flags_get_type):
17260         * win32/common/multichannel-enumtypes.c:
17261         (gst_audio_channel_position_get_type):
17262           update
17263
17264 2006-02-13  Wim Taymans  <wim@fluendo.com>
17265
17266         * gst-libs/gst/audio/gstbaseaudiosink.c:
17267         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17268         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17269         Always sync on first sample we receive when starting.
17270
17271 2006-02-13  Wim Taymans  <wim@fluendo.com>
17272
17273         * gst/playback/gstplaybin.c: (gen_vis_element):
17274         Update vis bin docs.
17275         Move queue after tee so we don't queue video buffers but
17276         audio samples instead. Fixes problems where the video queue
17277         is filled and the audio queue empty.
17278
17279 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17280
17281         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17282           No need to push an EOS event here, GstBaseSrc will do that for us
17283           when we return FLOW_UNEXPECTED.
17284           
17285 2006-02-12  Wim Taymans  <wim@fluendo.com>
17286
17287         * gst-libs/gst/audio/gstbaseaudiosink.c:
17288         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17289         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17290         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17291         Use scale functions when possible.
17292         Fix error messages.
17293         Free clockid when after waiting for EOS.
17294         Use G_(UN_)LIKLY when it makes sense.
17295         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17296
17297 2006-02-12  Edward Hervey  <edward@fluendo.com>
17298
17299         * gst/playback/gstplaybasebin.c: (prepare_output): 
17300         Remove stray semi-colon (fixes #330888).
17301
17302 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17303
17304         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17306         Fix up the XShm call testing so that we catch errors, and don't
17307         cause new ones by attempting to detach from a segment we failed
17308         to attach to. Fixes #312439.
17309
17310 2006-02-10  Edward Hervey  <edward@fluendo.com>
17311
17312         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17313         Added flv file typefind (video/x-flv).
17314
17315 2006-02-10  Edward Hervey  <edward@fluendo.com>
17316
17317         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17318         (gst_riff_create_video_template_caps):
17319         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17320         Also added the caps to the default set of riff video caps.
17321
17322 2006-02-09  Andy Wingo  <wingo@pobox.com>
17323
17324         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17325         time and the end time of the last packet in the page.
17326         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17327         on the pages in our queue, set the duration as well. Reflow a
17328         debug statement.
17329         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17330         Fixes bad muxing order.
17331
17332 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17333
17334         * gst-libs/gst/rtp/gstbasertppayload.c:
17335         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17336           update seqnum before setting it on the packet; this makes sure
17337           that the timestamp and seqnum properties match after pushing
17338           a buffer
17339
17340 2006-02-09  Andy Wingo  <wingo@pobox.com>
17341
17342         * gst-libs/gst/audio/gstringbuffer.c
17343         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17344         overflow after 13.5 hours of recording. Kapow!
17345
17346         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17347         the buffer size -- we don't care about underrun/overrun reporting
17348         right now, just need to return a useful value.
17349
17350 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17351
17352         * configure.ac:
17353           Back to CVS
17354
17355 === release 0.10.3 ===
17356
17357 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17358
17359         * configure.ac:
17360           releasing 0.10.3, "Under Pressure"
17361
17362 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17363
17364         * configure.ac:
17365         Drat. Bump libtool version number for new API.
17366         Prelease 0.10.2.3 (of 0.10.3)
17367
17368 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17369
17370         * configure.ac:
17371         * win32/common/config.h:
17372         0.10.2.2 prerelease (of 0.10.3).
17373
17374 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17375
17376         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17377           Revert Andy's newsegment change pending a more correct
17378           fix.
17379
17380 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17381
17382         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17383         (qt_type_find), (plugin_init):
17384           detect more files as 3gp
17385           group and reorder the iso file formats
17386
17387 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17388
17389         * ext/vorbis/vorbis.c: (plugin_init):
17390           Register musicbrainz tags, so apps don't have to.
17391
17392 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17393
17394         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17395         (gst_tag_to_vorbis_tag):
17396           Make sure we called gst_tag_register_musicbrainz_tags()
17397           before possibly mapping a vorbiscomment string from/to a
17398           musicbrainz tag.
17399
17400 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17401
17402         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17403           In case we can't find the required number of consecutive
17404           mpeg audio frames to positively identify an MPEG audio
17405           stream, check if there's at least a valid mpeg audio
17406           frame right at offset 0 and if so suggest mpeg/audio
17407           caps with a very low probability (#153004).
17408
17409 2006-02-07  Andy Wingo  <wingo@pobox.com>
17410
17411         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17412         a TIME segment if we get timestamped buffers. Requires recent
17413         fixes in core to work properly.
17414
17415 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17416
17417         * gst/playback/gstplaybasebin.c: (prepare_output):
17418           Don't print the URI as part of the error message, it
17419           makes error dialogs look rather ugly, especially if
17420           the URI is very long or has characters in it that
17421           need escaping.
17422
17423 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17424
17425         * gst/playback/gstplaybasebin.c: (prepare_output):
17426           Error out if we have only text or subtitles, but nothing
17427           else. Also error out if we have subtitles but no video
17428           stream.
17429
17430 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17431
17432         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17433           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17434           Post an error message on the bus when we encounter an
17435           error, which will hopefully be more meaningful than the
17436           'Internal Flow Error' message users get to see if we
17437           just return GST_FLOW_ERROR.
17438
17439 2006-02-07  Andy Wingo  <wingo@pobox.com>
17440
17441         * configure.ac (GST_MAJORMINOR): Update core version req to
17442         0.10.2.2, for the collectpads API addition (#330244).
17443
17444 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17445
17446         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17447           Return FALSE from plugin_init() when GnomeVFS can't
17448           be initialised for some reason (#328423).
17449
17450 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17451
17452         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17453         Stick to seeking theory until i find the bug.
17454         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17455
17456 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17457
17458         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17459         (theora_enc_finalize), (theora_enc_sink_setcaps),
17460         (theora_set_header_on_caps), (theora_enc_chain),
17461         (theora_enc_change_state):
17462         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17463           Make theoraenc and the tests leak free. Like, really.
17464
17465 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17466
17467         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17468         (theora_enc_finalize), (theora_enc_sink_setcaps):
17469           Add a finalize method to ensure we clean up state even if
17470           someone omitted the state change back to NULL.
17471
17472         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17473         (gst_vorbisenc_chain):
17474           Free some more leaked bits.
17475
17476         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17477         (stop_pipeline):
17478           Wait for state changes to happen if they're ASYNC.
17479
17480           This ought to teach those fancy pants buildbots a lesson.
17481
17482 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17483
17484         * gst-libs/gst/tag/gstid3tag.c:
17485           Add mapping for ID3 International Standard Recording Code
17486           tag "TSRC"
17487
17488 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17489
17490         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17491           Don't leak tag names.
17492
17493 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17494
17495         * docs/libs/gst-plugins-base-libs-docs.sgml:
17496         * docs/libs/gst-plugins-base-libs-sections.txt:
17497         * gst-libs/gst/tag/gstid3tag.c:
17498         * gst-libs/gst/tag/gstvorbistag.c:
17499         * gst-libs/gst/tag/tags.c:
17500           Split libgsttag docs into multiple sections.
17501
17502 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17503
17504         * docs/libs/Makefile.am:
17505         * docs/libs/gst-plugins-base-libs-docs.sgml:
17506         * docs/libs/gst-plugins-base-libs-sections.txt:
17507         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17508         * gst-libs/gst/tag/gstvorbistag.c:
17509         * gst-libs/gst/tag/tag.h:
17510         * gst-libs/gst/tag/tags.c:
17511           Add libgsttag to the docs.
17512
17513 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17514
17515         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17516         (gst_text_overlay_init), (gst_text_overlay_src_event),
17517         (gst_text_overlay_collected): Fix clockoverlay.
17518
17519 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17520
17521         * docs/libs/compiling.sgml:
17522           Fix typo: it's pkg-config, not pkg-gconfig
17523
17524         * docs/libs/gst-plugins-base-libs-docs.sgml:
17525         * docs/libs/gst-plugins-base-libs-sections.txt:
17526         * docs/libs/tmpl/gstgconf.sgml:
17527           There is no libgstgconf in 0.10, remove it
17528           from the docs.
17529
17530 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17531
17532         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17533         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17534         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17535         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17536         (gst_sub_parse_class_init), (gst_sub_parse_init),
17537         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17538         (parse_mpsub), (parser_state_init), (handle_buffer),
17539         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17540         * gst/subparse/gstsubparse.h: Introduce seeking code.
17541
17542 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17543
17544         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17545           Add comment about LANGUAGE tag inconsistency (we want
17546           ISO-639-1, but extract three-letter identifiers?)
17547
17548         * po/POTFILES.in:
17549           Add two translatable files.
17550
17551 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17552
17553         * gst-libs/gst/tag/Makefile.am:
17554         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17555         * gst-libs/gst/tag/tag.h:
17556         * gst-libs/gst/tag/tags.c:
17557         (gst_tag_register_musicbrainz_tags_internal),
17558         (gst_tag_register_musicbrainz_tags):
17559           Forward-port some tags stuff from the 0.8 branch. This is
17560           mostly the addition of musicbrainz tags and their mapping
17561           to vorbistags, and a vorbistag mapping of the language tag.
17562
17563 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17564
17565         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17566         refactoring.
17567
17568 2006-02-04  David Schleef  <ds@schleef.org>
17569
17570         * ext/ogg/gstoggmux.c:
17571         * gst/typefind/gsttypefindfunctions.c:
17572           Add Dirac typefinding and add dirac format to oggmux.
17573
17574 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17575
17576         * gst/playback/gstdecodebin.c: (try_to_link_1):
17577           Don't put essential function call into
17578           g_return_*() macro, otherwise it'll all be
17579           replaced by NOOPs when compiling with
17580           G_DISABLE_CHECKS defined.
17581
17582 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17583
17584         * ext/ogg/gstoggdemux.c:
17585         * ext/ogg/gstoggparse.c:
17586         * gst/tcp/gsttcpserversink.c:
17587         * sys/v4l/v4lsrc_calls.c:
17588         * sys/v4l/v4lsrc_calls.h:
17589         Just make it compile with --disable-gst-debug.
17590
17591 2006-02-03  Wim Taymans  <wim@fluendo.com>
17592
17593         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17594         (gst_alsasink_class_init), (gst_alsasink_init),
17595         (gst_alsasink_write), (gst_alsasink_reset):
17596         * ext/alsa/gstalsasink.h:
17597         Add lock to protect alsa calls.
17598         Implement reset to flush samples ASAP, does not work
17599         with dmix though.
17600
17601 2006-02-02  Wim Taymans  <wim@fluendo.com>
17602
17603         * gst-libs/gst/audio/gstbaseaudiosink.c:
17604         (gst_base_audio_sink_provide_clock):
17605         Ugh.. getting late I guess...
17606
17607 2006-02-02  Wim Taymans  <wim@fluendo.com>
17608
17609         * gst-libs/gst/audio/gstbaseaudiosink.c:
17610         (gst_base_audio_sink_provide_clock),
17611         (gst_base_audio_sink_set_property),
17612         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17613         Don't try to provide a clock when we are not negotiated since
17614         we might not be able to make it run.
17615
17616 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17617
17618         * gst/playback/gstdecodebin.c: (try_to_link_1):
17619           Unlinking two source pads is ... hard.
17620
17621 2006-02-02  Wim Taymans  <wim@fluendo.com>
17622
17623         * gst-libs/gst/audio/TODO:
17624         Updated.
17625
17626         * gst-libs/gst/audio/gstbaseaudiosink.c:
17627         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17628         On EOS, wait till the last sample is played before posting EOS.
17629
17630 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17631
17632         Patch by: Kai Vehmanen
17633         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17634           Adds ability to enable newsegment bypass by setting queue_delay to
17635           zero. Also avoid thread being started if queue_delay is zero.
17636
17637 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17638
17639         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17640           Make test work again by connecting fakesinks to each decoded pad,
17641           which makes the pipeline wait until each fakesink has a buffer
17642           queued before going to PAUSED state. At that point we know the
17643           decodebin pads are negotiated.
17644
17645 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17646
17647         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17648         (gst_cdda_base_src_handle_event):
17649         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17650           Pass unhandled queries to the parent class's query function.
17651
17652 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17653
17654         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17655         (gst_ogg_pad_src_query):
17656         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17657         * ext/theora/theoradec.c: (theora_dec_src_query),
17658         (theora_dec_sink_query):
17659         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17660         (vorbis_dec_sink_query):
17661         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17662         (gst_vorbisenc_sink_query):
17663         * gst/adder/gstadder.c: (gst_adder_query):
17664           Pass unhandled queries upstream instead of just
17665           dropping them (#326447). Also, fix supported
17666           query types list for some elements.
17667
17668 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17669
17670         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17671         (paris_type_find), (ilbc_type_find), (plugin_init):
17672           Fix typefinding for audio/x-au, audio/x-paris and
17673           audio/iLBC-sh. We cannot use the START_WITH macros
17674           here, because there can only be one typefind factory
17675           with the same name (caps), so the second one would
17676           replace the first one and the first one would never
17677           be called when doing typefinding (see #161712).
17678           
17679
17680 2006-01-31  Wim Taymans  <wim@fluendo.com>
17681
17682         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17683         (vorbis_handle_header_packet), (vorbis_dec_push),
17684         (vorbis_handle_data_packet):
17685         Use scale_int when we can, add some more scaling.
17686         Check packettype before parsing it.
17687
17688 2006-01-31  Wim Taymans  <wim@fluendo.com>
17689
17690         * ext/theora/theoradec.c: (_theora_granule_time),
17691         (theora_dec_src_convert), (theora_dec_sink_convert):
17692         Call right _scale functions.
17693         Use parameter instead of some other random value.
17694
17695 2006-01-31  Wim Taymans  <wim@fluendo.com>
17696
17697         * ext/theora/theoradec.c: (_theora_granule_frame),
17698         (_theora_granule_time), (_inc_granulepos),
17699         (theora_dec_src_convert), (theora_dec_sink_convert),
17700         (theora_handle_type_packet), (theora_handle_data_packet),
17701         (theora_dec_chain):
17702         Use higher precision timestamps calculation.
17703         Convert some other conversions to _scale.
17704
17705 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17706
17707         * gst/audiotestsrc/gstaudiotestsrc.c:
17708         (gst_audio_test_src_create_sine_table), (plugin_init):
17709         * gst/volume/gstvolume.c: (plugin_init):
17710           initialize gst_controller before using
17711
17712 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17713
17714         * tests/check/pipelines/theoraenc.c:
17715         * tests/check/pipelines/vorbisenc.c:
17716         Define constant using G_GINT64_CONSTANT to avoid errors when
17717         passing it around - otherwise it gets truncated to 32 bits.
17718
17719         Fixes failing tests.
17720
17721 2006-01-31  Andy Wingo  <wingo@pobox.com>
17722
17723         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17724         caps being set doesn't have a framerate value. Basically a stopgap
17725         measure.
17726
17727         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17728         technically correct enough to put into core though.
17729         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17730         DURATION. Fixes theoraenc ! oggmux.
17731
17732         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17733         fraction, not double.
17734
17735 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17736
17737         * win32/vs7:
17738         add vs7 project files created by Sergey Scobich
17739
17740 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17741
17742         * win32/vs8:
17743         add vs8 project files created by Sergey Scobich
17744         
17745 2006-01-30  Andy Wingo  <wingo@pobox.com>
17746
17747         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17748         timestamp + duration, not just timestamp -- ogg pages should be
17749         ordered by stop time. Necessary fix given the change in vorbis
17750         timestamps.
17751
17752         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17753         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17754         (granulepos_add): New function, handles the messiness of adjusting
17755         granulepos values.
17756         (theora_buffer_from_packet):
17757         (theora_enc_chain):
17758         (theora_enc_sink_event): Use granulepos_add, not +.
17759
17760         * tests/check/pipelines/theoraenc.c
17761         (check_buffer_granulepos_from_starttime): Just check the frame
17762         count, not the actual granulepos -- we can't dictate to the
17763         encoder when it should be placing keyframes.
17764
17765 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17766
17767         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17768           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17769           play an http:// stream from a server that's not serving
17770
17771 2006-01-30  Andy Wingo  <wingo@pobox.com>
17772
17773         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17774         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17775         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17776         available.
17777
17778         * ext/theora/gsttheoraenc.h:
17779         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17780         although theoraenc was timestamping correctly. Added handling of
17781         streams that start with nonzero timestamps.
17782
17783         * tests/check/Makefile.am:
17784         * tests/check/pipelines/theoraenc.c: New file, basically does same
17785         tests as vorbisenc.
17786
17787         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17788
17789 2006-01-30  Wim Taymans  <wim@fluendo.com>
17790
17791         * gst-libs/gst/audio/gstaudiosink.c:
17792         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17793         (gst_audioringbuffer_pause):
17794         Implement pause that does not wait for completion.
17795
17796         * gst-libs/gst/audio/gstbaseaudiosink.c:
17797         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17798         Don't drop buffers when going to PAUSED but perform preroll on
17799         remaining samples now that core base class supports this.
17800
17801         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17802         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17803         (gst_ring_buffer_commit):
17804         Pause should not signal waiters.
17805         Implement return value of _commit correctly.
17806
17807 2006-01-30  Andy Wingo  <wingo@pobox.com>
17808
17809         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17810
17811         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17812         updated to timestamp from the first sample, not the last.
17813         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17814         special care of granulepos and timestamp for header packets.
17815         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17816         when the first buffer has a nonzero timestamp.
17817
17818         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17819         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17820         case when the first audio buffer we get has a nonzero timestamp.
17821         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17822         properly timestamp vorbis buffers with the time of the first
17823         sample, not the last.
17824         
17825         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17826         vorbis_granule_time_copy -- now it takes the granule/subgranule
17827         offset into account.
17828
17829         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17830         timestamps, durations, and granulepos on buffers produced by
17831         vorbisenc.
17832
17833 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17834
17835         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17836         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17837           Patch from Eric Jonas to support conversions to/from UYVY 
17838           (Fixes: #324626)
17839
17840 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17841
17842         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17843         (setup_subtitle), (setup_source), (set_active_source):
17844         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17845         (gen_text_element), (gen_audio_element), (gen_vis_element),
17846         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17847
17848 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17849
17850         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17851         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17852                 use gst_guint64_to_gdouble to be compliant with vs6
17853         * gst/playback/gstdecodebin.c: (try_to_link_1)
17854         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17855                 use G_GINT64_CONSTANT for int64 constants
17856         * win32/common/libgstinterfaces.def:
17857                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17858         * win32/vs6:
17859                 update and add new project files
17860                 
17861 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17862
17863         * Makefile.am:
17864         * win32/MANIFEST:
17865         * win32/common/interfaces-enumtypes.c:
17866         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17867         (gst_mixer_track_flags_get_type),
17868         (gst_tuner_channel_flags_get_type):
17869         * win32/common/interfaces-enumtypes.h:
17870         * win32/common/multichannel-enumtypes.c:
17871         (gst_audio_channel_position_get_type):
17872         * win32/common/multichannel-enumtypes.h:
17873           add a win32-update rule like in core, and copy over enumtypes files
17874
17875 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17876
17877         * win32/MANIFEST:
17878         * win32/common/config.h:
17879         * win32/common/config.h.in:
17880           add config files just like in core
17881
17882 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
17883
17884         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
17885           Make gcc-4.1 happy (part of #327357).
17886
17887 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17888
17889         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
17890         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
17891         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
17892         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
17893         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
17894         (gst_alsasrc_unprepare), (gst_alsasrc_read):
17895           Update all error messages.  All of them should either use
17896           the default translated message, or actually provide a
17897           translatable string.
17898           Make the string for channel count problems meaningful.
17899
17900 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17901
17902         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17903           check for and throw RESOURCE_BUSY
17904
17905 2006-01-27  David Schleef  <ds@schleef.org>
17906
17907         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
17908           checked in this change -- it requires liboil features not
17909           in 0.3.6.  Revert parts.
17910
17911 2006-01-27  David Schleef  <ds@schleef.org>
17912
17913         * REQUIREMENTS:
17914         * configure.ac: update liboil requirement to 0.3.6
17915         * gst/videoscale/Makefile.am:
17916         * gst/videoscale/vs_scanline.c: liboilify
17917
17918 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17919
17920         * ext/libvisual/visual.c: (get_buffer):
17921           When pad_alloc returns a GstFlowReturn other
17922           than GST_FLOW_OK, make sure it is passed upstream.
17923
17924 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17925
17926         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17927         (gst_alsasink_class_init):
17928           Free the device name string.
17929
17930         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17931         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
17932         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
17933           Don't remove a pad from the collectpads structure until it
17934           is released - it's a request pad, and may receive data again
17935           if the element gets moved back to PLAYING state.
17936
17937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17938           Ensure we turn on double buffering on the Xv port, and
17939           set the colour key to something dark and mysterious that
17940           isn't black.
17941
17942 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17943
17944         * ext/alsa/gstalsaplugin.c: (plugin_init):
17945         * ext/cdparanoia/gstcdparanoiasrc.c:
17946         (gst_cd_paranoia_src_base_init), (plugin_init):
17947         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17948         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
17949           - a library should not call setlocale. see "Libraries" node in
17950             gettext manual
17951           - make sure all plugins that use translation do bindtextdomain
17952             to point to the localedir
17953         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
17954         (setup_sinks), (plugin_init):
17955           all this, and check for NULL when creating sinks
17956
17957 2006-01-27  Julien MOUTTE  <julien@moutte.net>
17958
17959         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
17960         (plugin_init): Make typefinding of subtitles work again.
17961
17962 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17963
17964         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17965         (mp3_type_frame_length_from_header), (mp3_type_find),
17966         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
17967         (plugin_init):
17968           Backport a bunch of typefinding fixes from the 0.8 branch.
17969           Also, improve wavpack typefinding: if we can't peek the
17970           entire wavpack block, try to parse the bits we can get and
17971           see if we find what we're looking for in those.
17972
17973 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17974
17975         * sys/ximage/ximagesink.c:
17976         (gst_ximagesink_calculate_pixel_aspect_ratio):
17977         * sys/xvimage/xvimagesink.c:
17978         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
17979         more cases of pixel aspect ratio.
17980
17981 2006-01-26  Edward Hervey  <edward@fluendo.com>
17982
17983         * gst/playback/gstdecodebin.c: (pad_probe):
17984         Also consider the flush-start and tag events as unblockers
17985         for the pad probes.
17986
17987 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17988
17989         * gst/playback/gstplaybin.c: (gst_play_bin_init),
17990         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
17991         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
17992         On the fly visualisation switch, works disabling, enabling as
17993         well but it won't be able to enable vis in a playbin that was
17994         created with no visualisation.
17995
17996 2006-01-25  Wim Taymans  <wim@fluendo.com>
17997
17998         * gst-libs/gst/audio/gstbaseaudiosink.c:
17999         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
18000         Undo previous commit that returned WRONG_STATE sooner, it breaks 
18001         resume after pause.
18002
18003 2006-01-25  Wim Taymans  <wim@fluendo.com>
18004
18005         * gst-libs/gst/audio/gstbaseaudiosink.c:
18006         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
18007         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
18008         Improve debugging.
18009         Post error when caps cannot be parsed.
18010         Resync on discontinuity in the stream.
18011         Clip samples to segment boundaries.
18012         return WRONG_STATE sooner when we are flushing.
18013
18014         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
18015         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
18016         Make audiosrc operate in TIME.
18017         Set TIMESTAMP and DURATION on buffers.
18018
18019 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
18020
18021         * tests/examples/seek/seek.c: (main):
18022           Output tag messages as well.
18023
18024 2006-01-23  Edward Hervey  <edward@fluendo.com>
18025
18026         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18027         (free_pad_probes), (remove_fakesink), (pad_probe),
18028         (close_pad_link), (gst_decode_bin_change_state):
18029         Replace GstPadBlockCallback with pad probes that detect
18030         first buffer AND eos before removing fakesink.
18031         Fixes hang with demuxers doing EOS while pre-rolling.
18032         Solves #328279
18033
18034 2006-01-23  Andy Wingo  <wingo@pobox.com>
18035
18036         * ext/alsa/gstalsasink.c:
18037         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18038         (gst_base_rtp_depayload_setcaps),
18039         (gst_base_rtp_depayload_add_to_queue),
18040         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18041         
18042         Patch by: Jens Granseuer <jensgr at gmx dot net>
18043
18044 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18045
18046         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18047         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18048         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18049         frames. We might get a frame destroyed after changing state to
18050         NULL, adding a safety check on xcontext.
18051
18052 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18053
18054         * gst-libs/gst/interfaces/xoverlay.c:
18055           Fix prepare-xwindow-id code example in the docs - we need to
18056           ignore all messages that aren't element messages as well.
18057           
18058 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18059
18060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18061           I think one day i'll completely undestand how caps negotiation
18062           is supposed to work. This refactoring handles buffer_alloc
18063           called with caps we can't handle. We definitely don't want a
18064           set_caps with those caps, so we define and allocate a buffer
18065           we would like to receive.
18066
18067 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18068
18069         * gst/playback/gstplaybasebin.c: (setup_source):
18070           Free iterator when done.
18071
18072 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18073
18074         * gst-libs/gst/audio/gstbaseaudiosink.c:
18075         (gst_base_audio_sink_render):
18076           Fix playback of non-synchronised streams by assuming a rate
18077           of 1.0 instead of a random one.
18078
18079           Makes this work again:
18080
18081           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18082           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18083           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18084           audioresample ! alsasink
18085
18086 === release 0.10.2 ===
18087
18088 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18089
18090         * configure.ac:
18091           releasing 0.10.2, "Then the devil is six"
18092
18093 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18094
18095         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18096         * gst/playback/gststreamselector.c:
18097         (gst_stream_selector_set_property):
18098           Comment out broken code that connects to the state-changed signal.
18099           At this point, changing current stream selection is broken, but 
18100           stuff like gst-launch playbin current-audio=1 works and filters
18101           to the chosen stream.
18102
18103 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18104
18105         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18106           Fix #327216 (null dereference in vorbisdec)
18107
18108 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18109
18110         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18111           Post taglist actually on bus instead of just freeing it
18112           (fixes #327114 and totem bug #327080).
18113
18114         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18115           Use gst_element_found_tags_for_pad(), so that the tags
18116           are sent downstream as an event as well.
18117
18118 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18119
18120         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18121         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18122         (gst_ximagesink_buffer_alloc):
18123         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18124         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18125         (gst_xvimagesink_buffer_alloc):
18126           move all regularly occurring messages to GST_LOG level
18127           add some more object logs
18128
18129 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18130
18131         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18132           fix a silly segfault
18133
18134 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18135
18136         * docs/libs/gst-plugins-base-libs-docs.sgml:
18137         * docs/libs/gst-plugins-base-libs-sections.txt:
18138         * gst-libs/gst/audio/mixerutils.c:
18139         * gst-libs/gst/audio/mixerutils.h:
18140           Add docs for mixerutils stuff.
18141
18142 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18143
18144         * gst/playback/gstplaybasebin.c: (setup_source):
18145           Fix playback for sources that emit raw audio or
18146           raw video streams (e.g.: cd audio sources) (#325984).
18147
18148 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18149
18150         * gst-libs/gst/audio/mixerutils.c:
18151         (gst_audio_mixer_filter_do_filter):
18152           actually save the element we create
18153
18154 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18155
18156         * gst-libs/gst/cdda/gstcddabasesrc.c:
18157         (gst_cdda_base_src_handle_track_seek):
18158           No need to post a tag message on the bus when seeking
18159           within the same track, only post it when the current
18160           track changes.
18161
18162 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18163
18164         * gst/playback/gstplaybasebin.c: (group_destroy),
18165         (probe_triggered), (new_decoded_pad), (mute_group_type),
18166         (set_active_source):
18167         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18168         * gst/playback/gststreamselector.c:
18169         (gst_stream_selector_base_init),
18170         (gst_stream_selector_set_property),
18171         (gst_stream_selector_request_new_pad):
18172           Reenable stream selection. These mechanisms need a complete overhaul
18173           in the face of 0.8->0.10 changes though.
18174
18175 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18176
18177         * ext/ogg/gstoggdemux.c:
18178           Change the pad template to src_%d to match the pads that 
18179           are created from it. decodebin needs this information in order
18180           to decide that oggdemux is capable of producing multiple pads
18181           (and hence needs queues inserted).
18182
18183         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18184         (gst_ogg_mux_collected):
18185           Make debug output more useful by using GST_PTR_FORMAT.
18186
18187 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18188
18189         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18190
18191         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18192           Set depth and width for alaw/mulaw (fixes #326601).
18193
18194 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18195
18196         * tests/icles/Makefile.am:
18197           don't build the tests if we don't have the libs
18198
18199 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18200
18201         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18202         (gst_cd_paranoia_paranoia_callback):
18203           Don't try to free NULL pointers.
18204
18205 2006-01-10  Edward Hervey  <edward@fluendo.com>
18206
18207         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18208         (gst_audio_rate_change_state), (plugin_init):
18209         Add debugging category.
18210         Fix type issues.
18211         Add case for incoming buffers without valid offset/offset_end.
18212
18213 2006-01-10  Michael Smith  <msmith@fluendo.com>
18214
18215         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18216           Don't leak GCond in audio sources.
18217
18218 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18219
18220         * gst/playback/gstplaybin.c: (gen_audio_element):
18221           Don't leak an autoaudiosink/alsasink when we generate
18222           a new audio element. (old code, I guess)
18223
18224 2006-01-10  Michael Smith  <msmith@fluendo.com>
18225
18226         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18227           Support float audio in audiorate.
18228           Use width rather than depth for selecting sample width.
18229
18230 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18231
18232         * gst/videotestsrc/videotestsrc.h:
18233           Use GLib types here (that way we don't have to include the
18234           generated _stdint.h header, which makes life easier for win32
18235           folks that don't use autotools for the build) (#325990, patch
18236           by: Sergey Scobich).
18237
18238 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18239
18240         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18241         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18242         (gst_ring_buffer_pause), (wait_segment):
18243         * gst-libs/gst/audio/gstringbuffer.h:
18244           Name (private) union, makes Forte compiler happy (this time
18245           for real) (#324900).
18246
18247 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18248
18249         * gst-libs/gst/audio/Makefile.am:
18250           Link against libgstinterfaces, needed for mixer
18251           and property probe stuff.
18252
18253 2006-01-09  Edward Hervey  <edward@fluendo.com>
18254
18255         * gst-libs/gst/Makefile.am:
18256
18257 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18258
18259         * gst-libs/gst/audio/Makefile.am:
18260         * gst-libs/gst/audio/mixerutils.c:
18261         (gst_audio_mixer_filter_do_filter),
18262         (gst_audio_mixer_filter_check_element),
18263         (gst_audio_mixer_filter_probe_feature),
18264         (element_factory_rank_compare_func),
18265         (gst_audio_default_registry_mixer_filter):
18266         * gst-libs/gst/audio/mixerutils.h:
18267           Add gst_audio_default_registry_mixer_filter() utility
18268           function.
18269
18270 2006-01-03  Michael Smith  <msmith@fluendo.com>
18271
18272         * gst/audioresample/resample.h:
18273           As before, but for o_buf
18274
18275 2006-01-03  Michael Smith  <msmith@fluendo.com>
18276
18277         * gst/audioresample/resample.h:
18278           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18279           since we do arithmetic on it.
18280
18281 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18282
18283         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18284         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18285         (gst_ring_buffer_pause), (wait_segment):
18286         * gst-libs/gst/audio/gstringbuffer.h:
18287           Sun's Forte compiler doesn't seem to like anonymous structs,
18288           so use same setup as in GstBaseSrc (fixes #324900).
18289
18290 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18291
18292         * configure.ac:
18293         * gst/volume/Makefile.am:
18294         * gst/volume/demo.c:
18295           move old example to tests/examples/volume/volune.c
18296         * tests/examples/Makefile.am:
18297         * tests/examples/seek/seek.c: (main):
18298           change window-close event from "delete-event" to "destroy"
18299         * tests/examples/volume/Makefile.am:
18300         * tests/examples/volume/volume.c: (value_changed_callback),
18301         (setup_gui), (message_received), (eos_message_received), (main):
18302           fix event handling and bus usage
18303
18304 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18305
18306         * gst/audiotestsrc/gstaudiotestsrc.c:
18307         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18308         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18309         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18310         (gst_audio_test_src_create_square),
18311         (gst_audio_test_src_create_saw),
18312         (gst_audio_test_src_create_triangle),
18313         (gst_audio_test_src_create_silence),
18314         (gst_audio_test_src_create_white_noise),
18315         (gst_audio_test_src_create_pink_noise),
18316         (gst_audio_test_src_init_sine_table),
18317         (gst_audio_test_src_create_sine_table),
18318         (gst_audio_test_src_change_wave),
18319         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18320         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18321         * gst/audiotestsrc/gstaudiotestsrc.h:
18322           update to basesrc changes, implement segmented seeking and eos
18323           handling, add a 'sine-tab' waveform for performance critical playback
18324
18325 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18326
18327         * po/POTFILES.in:
18328           ... and this time the other modified file that I missed last time.
18329
18330 2005-12-29  Michael Smith  <msmith@fluendo.com>
18331
18332         * gst/playback/gstdecodebin.c: (new_pad):
18333           Fix non-C89 variable declaration not at the start of a block. Should
18334           help some compilers.
18335
18336 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18337
18338         * tests/check/Makefile.am:
18339           And now fix 'make distcheck' (builddir != srcdir)
18340
18341 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18342
18343         * configure.ac:
18344         * ext/cdparanoia/Makefile.am:
18345         * ext/cdparanoia/gstcdparanoia.c:
18346         * ext/cdparanoia/gstcdparanoia.h:
18347         * ext/cdparanoia/gstcdparanoiasrc.c:
18348         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18349         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18350         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18351         (gst_cd_paranoia_paranoia_callback),
18352         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18353         (gst_cd_paranoia_src_set_property),
18354         (gst_cd_paranoia_src_get_property), (plugin_init):
18355         * ext/cdparanoia/gstcdparanoiasrc.h:
18356           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18357           plugin again (there are still fixes required to playbin to make
18358           cdda:// uris work there).
18359
18360 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18361
18362         * tests/check/Makefile.am:
18363           Fix test case compilation.
18364
18365 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18366
18367         * gst-libs/gst/cdda/gstcddabasesrc.c:
18368         (gst_cdda_base_src_update_duration),
18369         (gst_cdda_base_src_calculate_cddb_id):
18370           An integer is not a string. Fix access to uninitialised variable.
18371
18372         * tests/check/Makefile.am:
18373           Add cddabasesrc unit test; also actually enable the vorbis test.
18374
18375         * tests/check/generic/states.c:
18376           Blacklist new cd audio elements as well.
18377
18378         * tests/check/libs/cddabasesrc.c:
18379           Unit test for GstCddaBaseSrc (discid calculation mostly).
18380
18381 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18382
18383         * docs/libs/Makefile.am:
18384         * docs/libs/gst-plugins-base-libs-docs.sgml:
18385         * docs/libs/gst-plugins-base-libs-sections.txt:
18386         * docs/libs/gst-plugins-base-libs.types:
18387           Add docs for libgstcdda/GstCddaBaseSrc.
18388
18389         * gst-libs/gst/interfaces/mixertrack.h:
18390           Do one struct member per line with a semicolon at the end, that way
18391           even gtk-doc might parse it without complaining.
18392
18393 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18394
18395         * configure.ac:
18396         * gst-libs/gst/Makefile.am:
18397         * gst-libs/gst/cdda/Makefile.am:
18398         * gst-libs/gst/cdda/base64.c:
18399         * gst-libs/gst/cdda/base64.h:
18400         * gst-libs/gst/cdda/gstcddabasesrc.c:
18401         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18402         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18403         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18404         (gst_cdda_base_src_get_property),
18405         (gst_cdda_base_src_get_track_from_sector),
18406         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18407         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18408         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18409         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18410         (gst_cdda_base_src_uri_get_protocols),
18411         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18412         (gst_cdda_base_src_uri_handler_init),
18413         (gst_cdda_base_src_setup_interfaces),
18414         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18415         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18416         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18417         (gst_cdda_base_src_add_tags),
18418         (gst_cdda_base_src_add_index_associations),
18419         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18420         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18421         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18422         (gst_cdda_base_src_create):
18423         * gst-libs/gst/cdda/gstcddabasesrc.h:
18424         * gst-libs/gst/cdda/sha1.c:
18425         * gst-libs/gst/cdda/sha1.h:
18426           Add new libgstcdda with GstCddaBaseSrc class.
18427
18428 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18429
18430         * ext/gnomevfs/gstgnomevfssink.h:
18431           Use GstBaseSinkClass as parent_class member for class struct, not
18432           GstBaseSink.
18433
18434 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18435
18436         Patch by: Michael Benes
18437
18438         * gst/videotestsrc/gstvideotestsrc.c:
18439         (gst_video_test_src_class_init), (gst_video_test_src_start):
18440           Add start method to reset running time and number of frames sent
18441           when starting up (fixes #324696)
18442
18443 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18444
18445         * docs/plugins/Makefile.am:
18446         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18447         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18448         * docs/plugins/gst-plugins-base-plugins.args:
18449         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18450         * docs/plugins/gst-plugins-base-plugins.signals:
18451           Add docs stuff for gnomevfssrc and gnomevfssink.
18452
18453         * ext/gnomevfs/gstgnomevfssrc.c:
18454           Fix example pipeline in gtk-doc blurb.
18455
18456 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18457
18458         * ext/gnomevfs/Makefile.am:
18459         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18460         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18461         (gst_gnome_vfs_handle_get_type), (plugin_init):
18462         * ext/gnomevfs/gstgnomevfs.h:
18463         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18464         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18465         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18466         (gst_gnome_vfs_sink_set_property),
18467         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18468         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18469         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18470         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18471         (gst_gnome_vfs_sink_uri_get_type),
18472         (gst_gnome_vfs_sink_uri_get_protocols),
18473         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18474         (gst_gnome_vfs_sink_uri_handler_init):
18475         * ext/gnomevfs/gstgnomevfssink.h:
18476           Port gnomevfssink; add gtk-doc blurb.
18477
18478         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18479         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18480         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18481         (gst_gnome_vfs_src_uri_get_type),
18482         (gst_gnome_vfs_src_uri_get_protocols),
18483         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18484         (gst_gnome_vfs_src_uri_handler_init),
18485         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18486         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18487         (gst_gnome_vfs_src_send_additional_headers_callback),
18488         (gst_gnome_vfs_src_received_headers_callback),
18489         (gst_gnome_vfs_src_push_callbacks),
18490         (gst_gnome_vfs_src_pop_callbacks),
18491         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18492         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18493         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18494         * ext/gnomevfs/gstgnomevfssrc.h:
18495           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18496           file; add gtk-doc blurb with example pipelines.
18497
18498 === release 0.10.1 ===
18499
18500 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18501
18502         * configure.ac:
18503           releasing 0.10.1, "Dobro Dedek"
18504
18505 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18506
18507         * gst/typefind/gsttypefindfunctions.c:
18508         iLBC30 and iLBC20 added to typefind.
18509
18510 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18511
18512         * gst-libs/gst/audio/gstbaseaudiosink.c:
18513         (gst_base_audio_sink_class_init):
18514         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18515         (gst_base_audio_src_class_init):
18516           update strings, values are in microseconds
18517           change the default sink buffer time to something that is smaller
18518           (to help software volume mixing have a slightly lower delay) but
18519           still be acceptable on Wim's laptop
18520
18521 2005-12-20  Edward Hervey  <edward@fluendo.com>
18522
18523         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18524         Made a quack, forgot to add DUCK to the riff video template.
18525
18526 2005-12-19  Edward Hervey  <edward@fluendo.com>
18527
18528         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18529         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18530         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18531         (gst_ogm_parse_chain):
18532         Make sure pads are initialized correctly.
18533         * gst-libs/gst/riff/riff-ids.h:
18534         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18535         (gst_riff_create_video_template_caps):
18536         Add a whole bunch of FOURCC <=> MimeType.
18537         Extend the riff video pad template to support the newly added fourcc.
18538
18539 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18540
18541         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18542         (gst_ogg_demux_activate_chain):
18543           Extra debug output when activating/deactivating chains.
18544
18545         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18546         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18547         (unlinked):
18548           Remove a queue from our list when it becomes unlinked.
18549           Don't add queues to elements in class 'Demux' if they
18550           can only produce one pad 
18551
18552 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18553
18554         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18555         (gst_video_sink_get_type): Add a debug category.
18556
18557 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18558
18559         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18560         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18561           Handle downstream newsegment by sending our own newsegment before the
18562           next buffer to be released. (#323900)
18563
18564 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18565
18566         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18567         (gst_base_rtp_depayload_set_gst_timestamp):
18568           add queue delay to new segment as well (as opposed to just the first
18569           buffer). (bug #322347)
18570
18571 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18572
18573         * ext/libvisual/visual.c: (make_valid_name):
18574           change some char* into char[]
18575         * gst/audiotestsrc/gstaudiotestsrc.c:
18576         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18577         (gst_audio_test_src_create):
18578         * gst/audiotestsrc/gstaudiotestsrc.h:
18579           prepare to handle EOS and SEGMENT_DONE
18580
18581 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18582
18583         * tests/check/generic/states.c: (GST_START_TEST):
18584           Blacklist cdparanoia element in state test.
18585
18586 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18587
18588           Patch by: Benjamin Pineau
18589
18590         * gst/tcp/gsttcp.c:
18591         * gst/tcp/gsttcpclientsink.c:
18592         * gst/tcp/gsttcpserversink.c:
18593         * gst/tcp/gsttcpserversrc.c:
18594           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18595
18596 2005-12-15  Michael Smith  <msmith@fluendo.com>
18597
18598         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18599         (gst_video_rate_chain):
18600           Fix timestamping for videorate when the first buffer it sees has a
18601           non-zero timestamp. Fix some misleading debug output.
18602
18603 2005-12-15  Michael Smith  <msmith@fluendo.com>
18604
18605         * gst/audioresample/gstaudioresample.c:
18606           Don't leak all input buffers to audioresample.
18607
18608 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18609
18610         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18611           Don't operate on empty text buffers. Strip newlines and
18612           tabs only from the end of the text, but leave them intact
18613           in the middle. Fix typo in gtk-doc description.
18614
18615 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18616
18617         * gst/playback/gstplaybasebin.c:
18618         * gst/playback/gstplaybin.c: (handoff):
18619           Make sure the video frame buffer we return to apps via the
18620           "frame" property always has caps set on it. Modify
18621           _gst_gvalue_set_object() macro to handle NULL objects
18622           gracefully too.
18623
18624 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18625
18626         * gst/audiotestsrc/gstaudiotestsrc.c:
18627         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18628         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18629         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18630         (gst_audio_test_src_create):
18631         * gst/audiotestsrc/gstaudiotestsrc.h:
18632         Adjust to some recent api changes and add wtays new cool seeking
18633         capabillities
18634
18635 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18636
18637         * ext/alsa/Makefile.am:
18638         * ext/alsa/gstalsadeviceprobe.c:
18639         * ext/alsa/gstalsadeviceprobe.h:
18640           Helper functions to add device probing via the GstPropertyProbe
18641           interface to a class.
18642
18643         * ext/alsa/gstalsamixer.h:
18644           Comment out GST_ALSA_MIXER, it returns a struct that's not
18645           used.
18646
18647         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18648           Add some debug info. 
18649
18650         * ext/alsa/gstalsamixerelement.c:
18651         (gst_alsa_mixer_element_interface_supported),
18652         (gst_implements_interface_init),
18653         (gst_alsa_mixer_element_init_interfaces),
18654         (gst_alsa_mixer_element_class_init),
18655         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18656         (gst_alsa_mixer_element_set_property),
18657         (gst_alsa_mixer_element_get_property),
18658         (gst_alsa_mixer_element_change_state):
18659         * ext/alsa/gstalsamixerelement.h:
18660           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18661           for device handling (gnome-volume-control will need that).
18662
18663 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18664
18665         * ext/Makefile.am: fix cdparanoia entry
18666         * gst-plugins-base.spec.in: add cdparanoia
18667
18668 2005-12-12  Michael Smith  <msmith@fluendo.com>
18669
18670         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18671           Use the correct function to free list of typefind factories.
18672
18673 2005-12-12  Wim Taymans  <wim@fluendo.com>
18674
18675         * gst/videotestsrc/gstvideotestsrc.c:
18676         (gst_video_test_src_class_init), (gst_video_test_src_init),
18677         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18678         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18679         (gst_video_test_src_create):
18680         * gst/videotestsrc/gstvideotestsrc.h:
18681         Implement seeking in videotestsrc.
18682         Small cleanups.
18683
18684 2005-12-12  Wim Taymans  <wim@fluendo.com>
18685
18686         * ext/cdparanoia/Makefile.am:
18687         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18688         (gst_paranoia_endian_get_type), (_do_init),
18689         (cdparanoia_class_init), (cdparanoia_init),
18690         (cdparanoia_set_property), (cdparanoia_get_property),
18691         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18692         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18693         (cdparanoia_convert), (cdparanoia_get_query_types),
18694         (cdparanoia_query), (cdparanoia_set_index),
18695         (cdparanoia_uri_set_uri):
18696         * ext/cdparanoia/gstcdparanoia.h:
18697         Partially ported cdparanoia now that basesrc can support a
18698         plugin like this..
18699
18700 2005-12-12  Wim Taymans  <wim@fluendo.com>
18701
18702         * tests/examples/seek/scrubby.c: (main):
18703         Set higher priority for bus events so they don't get reordered with
18704         gtk gui events.
18705
18706         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18707         (flush_toggle_cb), (main):
18708         Added checkbox to disable flushing seeks. 
18709         Disable scrubbing when doing non flushing seeks.
18710
18711 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18712
18713         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18714         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18715         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18716         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18717           Implement some sort of event handling that doesn't rely on
18718           g_return_if_fail; make sure we always push the last chunk of an 
18719           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18720           state change function; remove some old cruft. Seeking is still
18721           rather unlikely to work though.
18722
18723         * tools/.cvsignore:
18724           Ignore more.
18725
18726 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18727
18728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18729         Fixed a leak of the current image reference when cleaning up.
18730         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18731
18732 2005-12-09  Michael Smith  <msmith@fluendo.com>
18733
18734         * tools/Makefile.am:
18735         * tools/gst-launch-ext-m.m:
18736           Remove gst-launch-ext. It doesn't work, and is no longer
18737           particularly useful.
18738
18739 2005-12-08  Luca Ognibene  <luogni@tin.it>
18740
18741         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18742           don't pass random values to ogmparse convert function.
18743           Make seeking possible in the exile1.ogm file.
18744
18745 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18746
18747         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18748         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18749           Work around refcount problem with g_value_set_object() that occur
18750           if the core has been compiled against GLib-2.6 (g_value_set_object()
18751           will only g_object_ref() the element, but the caller will
18752           gst_object_unref() it and bad things will happen due to the way
18753           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18754           totem for people on FC4 using Thomas's 0.10 RPMs.
18755           
18756 2005-12-07  Edward Hervey  <edward@fluendo.com>
18757
18758         Time to welcome ogm to 0.10 :)
18759         
18760         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18761         (gst_ogg_pad_typefind):
18762         Oggdemux can now properly typefind elements with dynamic pads.
18763         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18764         Properly set caps on src pad, and set caps on outgoing buffers.
18765
18766 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18767
18768         * ext/alsa/gstalsamixer.h:
18769         * ext/alsa/gstalsamixerelement.h:
18770         * ext/alsa/gstalsamixeroptions.h:
18771         * ext/alsa/gstalsamixertrack.h:
18772         * ext/alsa/gstalsasink.c:
18773         * ext/alsa/gstalsasink.h:
18774         * ext/alsa/gstalsasrc.c:
18775         * ext/alsa/gstalsasrc.h:
18776         * ext/cdparanoia/gstcdparanoia.h:
18777         * ext/gnomevfs/gstgnomevfsuri.h:
18778         * ext/ogg/gstoggdemux.c:
18779         * ext/ogg/gstoggmux.c:
18780         * ext/pango/gsttextoverlay.h:
18781         * ext/theora/theoradec.c:
18782         * ext/theora/theoraenc.c:
18783         * ext/vorbis/vorbisdec.h:
18784         * ext/vorbis/vorbisenc.c:
18785         * ext/vorbis/vorbisenc.h:
18786         * ext/vorbis/vorbisparse.h:
18787         * gst-libs/gst/audio/gstaudioclock.h:
18788         * gst-libs/gst/audio/gstaudiosink.c:
18789         * gst-libs/gst/audio/gstaudiosink.h:
18790         * gst-libs/gst/audio/gstaudiosrc.c:
18791         * gst-libs/gst/audio/gstaudiosrc.h:
18792         * gst-libs/gst/audio/gstbaseaudiosink.c:
18793         * gst-libs/gst/audio/gstbaseaudiosink.h:
18794         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18795         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18796         * gst-libs/gst/audio/gstringbuffer.h:
18797         * gst-libs/gst/audio/multichannel.h:
18798         * gst-libs/gst/floatcast/floatcast.h:
18799         * gst-libs/gst/interfaces/colorbalance.c:
18800         * gst-libs/gst/interfaces/colorbalance.h:
18801         * gst-libs/gst/interfaces/colorbalancechannel.h:
18802         * gst-libs/gst/interfaces/mixer.h:
18803         * gst-libs/gst/interfaces/mixeroptions.h:
18804         * gst-libs/gst/interfaces/mixertrack.h:
18805         * gst-libs/gst/interfaces/navigation.h:
18806         * gst-libs/gst/interfaces/propertyprobe.h:
18807         * gst-libs/gst/interfaces/tuner.h:
18808         * gst-libs/gst/interfaces/tunerchannel.h:
18809         * gst-libs/gst/interfaces/tunernorm.h:
18810         * gst-libs/gst/interfaces/xoverlay.h:
18811         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18812         * gst-libs/gst/riff/riff-ids.h:
18813         * gst-libs/gst/riff/riff-media.h:
18814         * gst-libs/gst/riff/riff-read.h:
18815         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18816         * gst-libs/gst/rtp/gstbasertppayload.c:
18817         * gst-libs/gst/rtp/gstbasertppayload.h:
18818         * gst-libs/gst/rtp/gstrtpbuffer.c:
18819         * gst-libs/gst/rtp/gstrtpbuffer.h:
18820         * gst-libs/gst/tag/gsttageditingprivate.h:
18821         * gst-libs/gst/tag/gstvorbistag.c:
18822         (gst_tag_list_from_vorbiscomment_buffer):
18823         * gst-libs/gst/tag/tag.h:
18824         * gst-libs/gst/video/video.h:
18825         * gst/adder/gstadder.c:
18826         * gst/adder/gstadder.h:
18827         * gst/audioconvert/audioconvert.c:
18828         * gst/audioconvert/audioconvert.h:
18829         * gst/audioconvert/gstaudioconvert.c:
18830         * gst/audioconvert/gstchannelmix.c:
18831         * gst/audioconvert/gstchannelmix.h:
18832         * gst/audiorate/gstaudiorate.c:
18833         * gst/audioresample/buffer.h:
18834         * gst/audioresample/functable.h:
18835         * gst/audioresample/gstaudioresample.c:
18836         * gst/audioresample/resample.h:
18837         * gst/ffmpegcolorspace/avcodec.h:
18838         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18839         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18840         * gst/ffmpegcolorspace/imgconvert.c:
18841         * gst/ffmpegcolorspace/imgconvert_template.h:
18842         * gst/playback/gstdecodebin.c:
18843         * gst/playback/gstplaybasebin.h:
18844         * gst/playback/gstplaybin.c:
18845         * gst/playback/gststreaminfo.h:
18846         * gst/tcp/gstfdset.c:
18847         * gst/tcp/gstfdset.h:
18848         * gst/tcp/gstmultifdsink.c:
18849         * gst/tcp/gstmultifdsink.h:
18850         * gst/tcp/gsttcp.h:
18851         * gst/tcp/gsttcpclientsrc.c:
18852         * gst/tcp/gsttcpclientsrc.h:
18853         * gst/tcp/gsttcpplugin.h:
18854         * gst/tcp/gsttcpserversink.c:
18855         * gst/tcp/gsttcpserversrc.c:
18856         * gst/typefind/gsttypefindfunctions.c:
18857         * gst/videorate/gstvideorate.c:
18858         * gst/videotestsrc/gstvideotestsrc.h:
18859         * gst/videotestsrc/videotestsrc.h:
18860         * sys/v4l/gstv4lcolorbalance.h:
18861         * sys/v4l/gstv4ltuner.h:
18862         * sys/v4l/gstv4lxoverlay.h:
18863         * sys/v4l/v4l_calls.h:
18864         * sys/v4l/videodev_mjpeg.h:
18865         * tests/check/elements/audioconvert.c:
18866         * tests/check/elements/audioresample.c:
18867         * tests/check/elements/audiotestsrc.c:
18868         * tests/check/elements/videotestsrc.c:
18869         * tests/check/elements/volume.c:
18870         * tests/examples/seek/scrubby.c:
18871         * tests/examples/seek/seek.c:
18872           expand tabs
18873
18874 === release 0.10.0 ===
18875
18876 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18877
18878         * configure.ac:
18879           releasing 0.10.0, "Mont-d'or"
18880
18881 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
18882
18883         * tests/examples/seek/Makefile.am:
18884         Build fix for when gtk is not available.
18885
18886 2005-12-05  Andy Wingo  <wingo@pobox.com>
18887
18888         * ext/libvisual/visual.c: (get_buffer):
18889         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
18890         * ext/pango/gsttextrender.c: (gst_text_render_chain):
18891         * ext/theora/theoradec.c: (theora_handle_data_packet):
18892         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18893         (theora_enc_chain):
18894         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18895         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
18896         Update for alloc_buffer changes.
18897
18898 2005-12-05  Andy Wingo  <wingo@pobox.com>
18899
18900         patch by: Kai Vehmanen <kv2004 eca cx>
18901         
18902         * gst-libs/gst/rtp/gstbasertpdepayload.c
18903         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
18904
18905 2005-12-04  Andy Wingo  <wingo@pobox.com>
18906
18907         patch by: Sebastien Cote <sebas642 yahoo ca>
18908         
18909         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
18910         Fixes #319172.
18911
18912 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18913
18914         * docs/plugins/Makefile.am:
18915         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18916         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18917         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18918         * ext/pango/gstclockoverlay.c:
18919         * ext/pango/gsttextoverlay.c: 
18920         * ext/pango/gsttextrender.c:
18921         * ext/pango/gsttimeoverlay.c:
18922           Add gtk-doc blurbs to pango elements.
18923
18924 2005-12-02  Wim Taymans  <wim@fluendo.com>
18925
18926         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
18927         * gst/audioresample/buffer.h:
18928         * gst/audioresample/gstaudioresample.c:
18929         * gst/audioresample/gstaudioresample.h:
18930         * gst/audioresample/resample.c: (resample_input_flush),
18931         (resample_input_pushthrough), (resample_input_eos),
18932         (resample_get_output_size_for_input),
18933         (resample_get_input_size_for_output), (resample_get_output_size),
18934         (resample_get_output_data):
18935         * gst/audioresample/resample.h:
18936         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18937         Fix audioresample, seek torture, new segments, reverse negotiation
18938         etc.. work fine.
18939
18940 2005-12-02  Wim Taymans  <wim@fluendo.com>
18941
18942         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18943         Small cleanups.
18944
18945 2005-12-02  Wim Taymans  <wim@fluendo.com>
18946
18947         * gst/audioconvert/gstaudioconvert.c:
18948         (gst_audio_convert_transform):
18949         Post errors.
18950
18951 === release 0.9.7 ===
18952
18953 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18954
18955         * configure.ac:
18956           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
18957
18958 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18959
18960         * Makefile.am:
18961         * po/hu.po:
18962         * win32/MANIFEST:
18963         * win32/gst.sln:
18964           add win32 MANIFEST file
18965           do something to the hungarian translation
18966
18967 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
18968
18969         * ext/Makefile.am:
18970           Add $(PANGO_DIR) to SUBDIRS
18971
18972         * ext/pango/gstclockoverlay.c:
18973         * ext/pango/gsttimeoverlay.c:
18974           Fix and improve element descriptions.
18975
18976 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18977
18978         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18979         * docs/plugins/inspect/plugin-libvisual.xml:
18980         * docs/plugins/inspect/plugin-pango.xml:
18981           add pango plugin to docs
18982
18983 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18984
18985         * configure.ac:
18986         * ext/Makefile.am:
18987           moved pango to base
18988
18989 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18990
18991         * configure.ac:
18992         * tests/Makefile.am:
18993         * tests/icles/.cvsignore:
18994         * tests/icles/Makefile.am:
18995         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
18996         (close_display), (resize_window), (move_window), (create_window),
18997         (terminate_playback), (pause_playback), (start_playback), (main):
18998           add stress test for xoverlay from Julien
18999
19000 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19001
19002         * docs/libs/tmpl/gstcolorbalance.sgml:
19003         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19004         * gst-libs/gst/rtp/gstbasertppayload.c:
19005         * gst-libs/gst/rtp/gstrtpbuffer.c:
19006         * gst-libs/gst/rtp/gstrtpbuffer.h:
19007           Do burger's rename for rtp payloaders and depayloaders
19008
19009 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19010
19011         * win32/:
19012           add Visual Studio 6 build files
19013
19014 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19015
19016         * docs/libs/gst-plugins-base-libs-docs.sgml:
19017         * docs/libs/gst-plugins-base-libs-sections.txt:
19018         * docs/libs/tmpl/gstaudio.sgml:
19019         * docs/libs/tmpl/gstringbuffer.sgml:
19020         * gst-libs/gst/interfaces/xoverlay.c:
19021         * gst-libs/gst/video/gstvideofilter.c:
19022         * gst-libs/gst/video/gstvideosink.c:
19023           update documentation
19024
19025 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19026
19027         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19028         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19029         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19030         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19031         (gst_multi_fd_sink_get_stats),
19032         (gst_multi_fd_sink_remove_client_link),
19033         (gst_multi_fd_sink_handle_client_read),
19034         (gst_multi_fd_sink_client_queue_data),
19035         (gst_multi_fd_sink_client_queue_caps),
19036         (gst_multi_fd_sink_client_queue_buffer),
19037         (gst_multi_fd_sink_new_client),
19038         (gst_multi_fd_sink_handle_client_write),
19039         (gst_multi_fd_sink_recover_client),
19040         (gst_multi_fd_sink_queue_buffer),
19041         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19042         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19043         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19044         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19045         * gst/tcp/gstmultifdsink.h:
19046         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19047         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19048         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19049         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19050         (gst_tcp_client_sink_set_property),
19051         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19052         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19053         * gst/tcp/gsttcpclientsink.h:
19054         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19055         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19056         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19057         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19058         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19059         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19060         * gst/tcp/gsttcpclientsrc.h:
19061         * gst/tcp/gsttcpplugin.c: (plugin_init):
19062         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19063         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19064         (gst_tcp_server_sink_finalize),
19065         (gst_tcp_server_sink_handle_server_read),
19066         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19067         (gst_tcp_server_sink_set_property),
19068         (gst_tcp_server_sink_get_property),
19069         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19070         * gst/tcp/gsttcpserversink.h:
19071         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19072         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19073         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19074         (gst_tcp_server_src_set_property),
19075         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19076         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19077         * gst/tcp/gsttcpserversrc.h:
19078           more borgifying
19079
19080 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19081
19082         * docs/plugins/Makefile.am:
19083         * docs/plugins/gst-plugins-base-plugins.args:
19084         * docs/plugins/inspect/plugin-libvisual.xml:
19085         * gst/audioconvert/plugin.h:
19086         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19087         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19088         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19089         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19090         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19091         (plugin_init):
19092         * gst/audiotestsrc/gstaudiotestsrc.c:
19093         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19094         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19095         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19096         (gst_audio_test_src_get_query_types),
19097         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19098         (gst_audio_test_src_create_square),
19099         (gst_audio_test_src_create_saw),
19100         (gst_audio_test_src_create_triangle),
19101         (gst_audio_test_src_create_silence),
19102         (gst_audio_test_src_create_white_noise),
19103         (gst_audio_test_src_init_pink_noise),
19104         (gst_audio_test_src_generate_pink_noise_value),
19105         (gst_audio_test_src_create_pink_noise),
19106         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19107         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19108         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19109         (plugin_init):
19110         * gst/audiotestsrc/gstaudiotestsrc.h:
19111         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19112         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19113         (gst_sub_parse_init), (gst_sub_parse_formats),
19114         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19115         (convert_encoding), (get_next_line),
19116         (gst_sub_parse_data_format_autodetect),
19117         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19118         (gst_sub_parse_loop), (gst_sub_parse_chain),
19119         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19120         (plugin_init):
19121         * gst/subparse/gstsubparse.h:
19122         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19123         (gst_video_rate_base_init), (gst_video_rate_class_init),
19124         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19125         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19126         (gst_video_rate_init), (gst_video_rate_event),
19127         (gst_video_rate_chain), (gst_video_rate_set_property),
19128         (gst_video_rate_get_property), (gst_video_rate_change_state),
19129         (plugin_init):
19130         * gst/videoscale/gstvideoscale.c:
19131         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19132         (gst_video_scale_src_template_factory),
19133         (gst_video_scale_sink_template_factory),
19134         (gst_video_scale_get_type), (gst_video_scale_base_init),
19135         (gst_video_scale_class_init), (gst_video_scale_init),
19136         (gst_video_scale_set_property), (gst_video_scale_get_property),
19137         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19138         (gst_video_scale_prepare_size), (parse_caps),
19139         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19140         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19141         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19142         (plugin_init):
19143         * gst/videoscale/gstvideoscale.h:
19144         * gst/videotestsrc/gstvideotestsrc.c:
19145         (gst_video_test_src_pattern_get_type),
19146         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19147         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19148         (gst_video_test_src_set_pattern),
19149         (gst_video_test_src_set_property),
19150         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19151         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19152         (gst_video_test_src_event), (gst_video_test_src_get_times),
19153         (gst_video_test_src_create), (plugin_init):
19154         * gst/videotestsrc/gstvideotestsrc.h:
19155         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19156         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19157         (gst_video_test_src_black):
19158         * gst/videotestsrc/videotestsrc.h:
19159           borgify further
19160           clean up docs a little
19161
19162 2005-11-30  Wim Taymans  <wim@fluendo.com>
19163
19164         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19165         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19166         (gst_basertppayload_event), (gst_basertppayload_push),
19167         (gst_basertppayload_change_state):
19168         * gst-libs/gst/rtp/gstbasertppayload.h:
19169         closed #320644.
19170
19171 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19172
19173         * docs/libs/gst-plugins-base-libs-docs.sgml:
19174         * docs/libs/gst-plugins-base-libs-sections.txt:
19175         * gst-libs/gst/video/gstvideofilter.c:
19176         * gst-libs/gst/video/gstvideosink.c:
19177         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19178
19179 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19180
19181         * LICENSE:
19182           move
19183         * po/af.po:
19184         * po/az.po:
19185         * po/cs.po:
19186         * po/en_GB.po:
19187         * po/hu.po:
19188         * po/it.po:
19189         * po/nb.po:
19190         * po/nl.po:
19191         * po/or.po:
19192         * po/sq.po:
19193         * po/sr.po:
19194         * po/sv.po:
19195         * po/uk.po:
19196         * po/vi.po:
19197         * Makefile.am:
19198           update
19199         * scripts/autoplugins.sh:
19200           remove
19201
19202 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19203
19204         * Makefile.am:
19205         * configure.ac:
19206         * examples/Makefile.am:
19207         * examples/capsfilter/Makefile.am:
19208         * examples/capsfilter/capsfilter1.c:
19209         * examples/gob/Makefile.am:
19210         * examples/gob/gst-identity2.gob:
19211         * examples/indexing/.cvsignore:
19212         * examples/indexing/Makefile.am:
19213         * examples/indexing/indexmpeg.c:
19214         * examples/seeking/.cvsignore:
19215         * examples/seeking/Makefile.am:
19216         * examples/seeking/cdparanoia.c:
19217         * examples/seeking/cdplayer.c:
19218         * examples/seeking/chained.c:
19219         * examples/seeking/scrubby.c:
19220         * examples/seeking/seek.c:
19221         * examples/stats/Makefile.am:
19222         * examples/stats/mp2ogg.c:
19223         * examples/switch/.cvsignore:
19224         * examples/switch/Makefile.am:
19225         * examples/switch/switcher.c:
19226         * tests/Makefile.am:
19227         * tests/check/generic/.cvsignore:
19228         * tests/check/pipelines/.cvsignore:
19229         * tests/examples/Makefile.am:
19230         * tests/examples/seek/Makefile.am:
19231           reorganize stuff under tests/
19232
19233 2005-11-30  Edward Hervey  <edward@fluendo.com>
19234
19235         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19236         Go away you stupid GstStaticPadTemplate memleak.
19237
19238 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19239
19240         * gst-libs/gst/net/Makefile.am:
19241         * gst-libs/gst/net/README:
19242         * gst-libs/gst/net/gstnetbuffer.c:
19243         * gst-libs/gst/net/gstnetbuffer.h:
19244           this was moved to "netbuffer"
19245
19246 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19247
19248         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19249         (gst_video_filter_class_init), (gst_video_filter_init):
19250         * gst-libs/gst/video/gstvideofilter.h:
19251           borgify name to bring in line with other classes
19252
19253 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19254
19255         * gst/audioscale/.cvsignore:
19256         * gst/audioscale/Makefile.am:
19257         * gst/audioscale/README:
19258         * gst/audioscale/audioscale.vcproj:
19259         * gst/audioscale/dtof.c:
19260         * gst/audioscale/dtos.c:
19261         * gst/audioscale/functable.c:
19262         * gst/audioscale/gstaudioscale.c:
19263         * gst/audioscale/gstaudioscale.h:
19264         * gst/audioscale/private.h:
19265         * gst/audioscale/resample.c:
19266         * gst/audioscale/resample.h:
19267         * gst/audioscale/test.c:
19268           remove
19269
19270 2005-11-30  Edward Hervey  <edward@fluendo.com>
19271
19272         * gst-libs/gst/netbuffer/Makefile.am:
19273         really, really tired
19274
19275 2005-11-30  Edward Hervey  <edward@fluendo.com>
19276
19277         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19278         Update for new GstTypeFindFactory _register()
19279
19280 2005-11-30  Edward Hervey  <edward@fluendo.com>
19281
19282         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19283         Let's not override libgstnet from core for no reason...
19284         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19285         Ok, maybe not so quick next time.
19286
19287 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19288
19289         * configure.ac:
19290         * gst-libs/gst/Makefile.am:
19291           moved gst-libs/gst/net to netbuffer through CVS surgery
19292           remove old directory
19293           updating build to accomodate
19294           (#322257)
19295
19296 2005-11-29  Andy Wingo  <wingo@pobox.com>
19297
19298         * pkgconfig/gstreamer-plugins-base.pc.in:
19299         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19300         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19301         (#322257).
19302
19303 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19304
19305         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19306         3rd time's the charm. Correct ref-counting for discarded buffers.
19307
19308 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19309
19310         * gst/playback/gststreamselector.c:
19311         (gst_stream_selector_class_init),
19312         (gst_stream_selector_set_property),
19313         (gst_stream_selector_get_property),
19314         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19315         Fix ref-counting
19316
19317 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19318
19319         * gst/subparse/gstsubparse.c: (feed_textbuf):
19320           Don't access already unref'ed buffer.
19321
19322 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19323
19324         * gst/playback/gststreamselector.c:
19325         (gst_stream_selector_class_init), (gst_stream_selector_init),
19326         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19327         (gst_stream_selector_get_property),
19328         (gst_stream_selector_get_linked_pad),
19329         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19330         * gst/playback/gststreamselector.h:
19331         Add the active-pad property for playbin to use shortly. Ignore buffers
19332         from any other pad, returning GST_FLOW_NOT_LINKED
19333
19334 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19335
19336         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19337         patch from bug #322704 (Alessandro Decina).
19338
19339 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19340
19341         * gst-libs/gst/audio/Makefile.am:
19342           folded audiofilter into the audio library
19343
19344 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19345
19346         * gst/videoscale/gstvideoscale.h:
19347         * gst/videoscale/gstvideoscale.c:
19348           remove unimplemented scale methods
19349
19350 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19351
19352         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19353           Don't leak caps.
19354
19355 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19356
19357         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19358         (gst_ximagesink_setcaps):
19359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19360         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19361         happens (only visible on ximagesink but bug is in xv too) set_caps was
19362         destroying the internal x[v]image used to memcpy non locally alloced
19363         buffers so that it got renewed on next _chain. The issue is that 
19364         _expose will try to put that image as it reffed it in _put.
19365         Using gst_buffer_unref instead of destroy fixes it !
19366
19367 2005-11-28  Edward Hervey  <edward@fluendo.com>
19368
19369         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19370         (try_to_link_1), (queue_filled_cb):
19371         Better use of the queues. Start with a small size queue and only increase
19372         the size of the queues when the other queues are empty.
19373
19374 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19375
19376         * gst-libs/gst/video/Makefile.am:
19377           compile in copied-over videofilter into the video library
19378         * gst-libs/gst/video/videosink.h:
19379           rename the header to gstvideosink.h since it's a base GstObject class
19380         * sys/ximage/ximagesink.h:
19381         * sys/xvimage/xvimagesink.h:
19382           use the new header
19383
19384 2005-11-28  Wim Taymans  <wim@fluendo.com>
19385
19386         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19387         * gst/playback/gstplaybasebin.h:
19388         Prepare to handle errors betters.
19389
19390         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19391         Set sinks to PAUSED first before adding and linking them so that
19392         we don't interrupt dataflow.
19393
19394 2005-11-28  Wim Taymans  <wim@fluendo.com>
19395
19396         * gst-libs/gst/audio/TODO:
19397         Updated TODO
19398
19399         * gst-libs/gst/audio/gstaudiosink.c:
19400         (gst_audioringbuffer_open_device),
19401         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19402         (gst_audioringbuffer_release):
19403         Small cleanups.
19404
19405         * gst-libs/gst/audio/gstbaseaudiosink.c:
19406         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19407         (gst_base_audio_sink_change_state):
19408         Slave to the master clock when going to PLAYING and unslave when
19409         going to PAUSED.
19410
19411         * gst-libs/gst/audio/gstringbuffer.c:
19412         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19413         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19414         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19415         (gst_ring_buffer_clear_all), (wait_segment),
19416         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19417         (gst_ring_buffer_advance):
19418         * gst-libs/gst/audio/gstringbuffer.h:
19419         Add some docs and cleanups.
19420
19421 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19422
19423         * sys/xvimage/xvimagesink.c:
19424         (gst_xvimagesink_navigation_send_event): Fix navigation events
19425         coordinates translation with pixel aspect ratios.
19426
19427 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19428
19429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19430         Use calculated video geometry from _setcaps instead of buffer
19431         caps to respect pixel aspect ratio. (fixes #322388)
19432
19433 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19434
19435         * docs/libs/tmpl/gstcolorbalance.sgml:
19436         * docs/libs/tmpl/gstmixer.sgml:
19437         * docs/libs/tmpl/gstxoverlay.sgml:
19438         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19439         interface.
19440
19441 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19442
19443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19444         Refuse to create an XvImage if we can't find the format.
19445
19446 2005-11-28  Edward Hervey  <edward@fluendo.com>
19447
19448         * gst-libs/gst/riff/riff-media.c:
19449         (gst_riff_create_audio_template_caps):
19450         Add ATRAC3 to the list of riff-possible audio caps.
19451         I know we still don't have a plugin for atrac3, but it's saner to output
19452         that than a cryptic mimetype.
19453
19454 2005-11-27  Edward Hervey  <edward@fluendo.com>
19455
19456         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19457         Don't try to create a zero-sized subbuffer.
19458
19459 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19460
19461         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19462         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19463         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19464         (gst_ximagesink_expose): Fixed a tricky race.
19465         * sys/ximage/ximagesink.h:
19466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19467         (gst_xvimagesink_expose): Fixed a tricky race.
19468         * sys/xvimage/xvimagesink.h:
19469
19470 2005-11-27  Edward Hervey  <edward@fluendo.com>
19471
19472         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19473         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19474         Remove unused properties, and add queues between demuxers and decoders
19475         so that a lot more files can preroll properly.
19476
19477 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19478
19479         * gst-libs/gst/net/Makefile.am:
19480         * gst-libs/gst/rtp/Makefile.am:
19481         * gst-libs/gst/tag/Makefile.am:
19482           remove silly include
19483         * gst/tags/Makefile.am:
19484         * gst/tags/gsttagediting.c:
19485         * gst/tags/gsttageditingprivate.h:
19486         * gst/tags/tagedit.vcproj:
19487           remove directory, is as good as empty
19488
19489 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19490
19491         * configure.ac:
19492           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19493         * gst-libs/Makefile.am:
19494         * gst-libs/gst/audio/Makefile.am:
19495         * gst-libs/gst/interfaces/Makefile.am:
19496         * gst-libs/gst/net/Makefile.am:
19497         * gst-libs/gst/riff/Makefile.am:
19498         * gst-libs/gst/rtp/Makefile.am:
19499         * gst-libs/gst/tag/Makefile.am:
19500         * gst-libs/gst/video/Makefile.am:
19501           and use them
19502
19503 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19504
19505         * docs/libs/tmpl/gstcolorbalance.sgml:
19506         * docs/libs/tmpl/gstmixer.sgml:
19507         * docs/libs/tmpl/gstxoverlay.sgml:
19508         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19509         * sys/ximage/ximagesink.h:
19510         * sys/xvimage/xvimagesink.h: More and more documentation.
19511
19512 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19513
19514         * docs/libs/gst-plugins-base-libs-docs.sgml:
19515         * docs/libs/gst-plugins-base-libs-sections.txt:
19516         * docs/libs/tmpl/gstcolorbalance.sgml:
19517         * docs/libs/tmpl/gstmixer.sgml:
19518         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19519         to documentation.
19520
19521 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19522
19523         * docs/plugins/Makefile.am:
19524         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19525         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19526         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19527
19528 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19529
19530         * docs/plugins/Makefile.am:
19531         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19532         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19533         * docs/plugins/inspect/plugin-adder.xml:
19534         * docs/plugins/inspect/plugin-alsa.xml:
19535         * docs/plugins/inspect/plugin-audioconvert.xml:
19536         * docs/plugins/inspect/plugin-audiorate.xml:
19537         * docs/plugins/inspect/plugin-audioresample.xml:
19538         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19539         * docs/plugins/inspect/plugin-decodebin.xml:
19540         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19541         * docs/plugins/inspect/plugin-gnomevfs.xml:
19542         * docs/plugins/inspect/plugin-ogg.xml:
19543         * docs/plugins/inspect/plugin-playbin.xml:
19544         * docs/plugins/inspect/plugin-subparse.xml:
19545         * docs/plugins/inspect/plugin-tcp.xml:
19546         * docs/plugins/inspect/plugin-theora.xml:
19547         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19548         * docs/plugins/inspect/plugin-video4linux.xml:
19549         * docs/plugins/inspect/plugin-videorate.xml:
19550         * docs/plugins/inspect/plugin-videoscale.xml:
19551         * docs/plugins/inspect/plugin-videotestsrc.xml:
19552         * docs/plugins/inspect/plugin-volume.xml:
19553         * docs/plugins/inspect/plugin-vorbis.xml:
19554         * docs/plugins/inspect/plugin-ximagesink.xml:
19555         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19556         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19557
19558 2005-11-26  Edward Hervey  <edward@fluendo.com>
19559
19560         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19561         Properly return GstFlowReturn from gst_pad_push in chain functions.
19562
19563 2005-11-25  Michael Smith  <msmith@fluendo.com>
19564
19565         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19566         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19567         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19568         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19569           Handle various conditions better when we don't understand a stream.
19570           Removes a heap of CRITICALs on ogg streams containing unknown data.
19571
19572 2005-11-24  Andy Wingo  <wingo@pobox.com>
19573
19574         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19575         Be threadsafe.
19576
19577 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19578
19579         * configure.ac: back to HEAD
19580
19581 === release 0.9.6 ===
19582
19583 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19584
19585         * configure.ac:
19586           releasing 0.9.6, "White Eight"
19587
19588 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19589
19590         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19591         * docs/plugins/inspect/plugin-sine.xml:
19592           remove sinesrc some more
19593
19594 2005-11-23  Wim Taymans  <wim@fluendo.com>
19595
19596         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19597         If we are reading too slowly, jump forward in the ringbuffer
19598         instead of blocking.
19599
19600 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19601
19602         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19603         (gst_visual_chain):
19604         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19605         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19606         (gst_videorate_chain):
19607         * gst/videotestsrc/gstvideotestsrc.c:
19608         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19609         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19610         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19611         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19612         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19613         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19614           Updates for API changes
19615
19616 2005-11-23  Wim Taymans  <wim@fluendo.com>
19617
19618         * gst-libs/gst/audio/gstbaseaudiosink.c:
19619         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19620         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19621         Fix for calibration API change.
19622
19623 2005-11-23  Michael Smith <msmith@fluendo.com>
19624
19625         * gst-libs/gst/audio/multichannel.c:
19626         (gst_audio_get_channel_positions),
19627         (gst_audio_set_channel_positions),
19628         (gst_audio_set_structure_channel_positions_list),
19629         (gst_audio_fixate_channel_positions):
19630           Use gst_value_array_*() functions on value arrays, not
19631           gst_value_list_*().
19632
19633 2005-11-23  Edward Hervey  <edward@fluendo.com>
19634
19635         * autogen.sh:
19636         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19637         Fixes autogen
19638
19639 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19640
19641         * check/Makefile.am:
19642         * check/elements/videotestsrc.c: (setup_videotestsrc),
19643         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19644         (main):
19645           add a test for videotestsrc
19646
19647 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19648
19649         * gst/sine/.cvsignore:
19650         * gst/sine/Makefile.am:
19651         * gst/sine/gstsinesrc.c:
19652         * gst/sine/gstsinesrc.h:
19653         * gst/sine/sinesrc.vcproj:
19654           and remove sinesrc from the repository.  Closes #321446
19655
19656 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19657
19658         * configure.ac:
19659         * gst-plugins-base.spec.in:
19660           remove sinesrc from the build
19661
19662 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19663
19664         * check/Makefile.am:
19665         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19666         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19667         (main):
19668           add a test for audiotestsrc, testing all waves.  Even seems
19669           leak-free at first glance, nice job Stefan
19670
19671 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19672
19673         * po/af.po:
19674         * po/az.po:
19675         * po/cs.po:
19676         * po/en_GB.po:
19677         * po/hu.po:
19678         * po/it.po:
19679         * po/nb.po:
19680         * po/nl.po:
19681         * po/or.po:
19682         * po/sq.po:
19683         * po/sr.po:
19684         * po/sv.po:
19685         * po/uk.po:
19686         * po/vi.po:
19687           Translation string updates
19688
19689         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19690         (gst_v4lsrc_set_caps):
19691         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19692         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19693         * sys/v4l/v4lsrc_calls.h:
19694           Improve v4lsrc, by making it work again.
19695
19696 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19697
19698         * ext/libvisual/visual.c: (gst_visual_chain):
19699           Fix the fps calculations.
19700
19701         * gst/ffmpegcolorspace/avcodec.h:
19702           Move structure element for clarity
19703
19704         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19705         * gst-libs/gst/interfaces/tunernorm.h:
19706         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19707         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19708         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19709         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19710         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19711         (gst_v4lmjpegsrc_getcaps):
19712         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19713         (gst_v4lsrc_set_caps):
19714         * sys/v4l/gstv4lsrc.h:
19715         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19716         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19717         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19718         * sys/v4l/v4lsrc_calls.h:
19719           Fractional framerates...
19720
19721 2005-11-22  Wim Taymans  <wim@fluendo.com>
19722
19723         * gst-libs/gst/audio/gstbaseaudiosink.c:
19724         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19725         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19726         And we provide a clock by default, of course...
19727
19728 2005-11-22  Wim Taymans  <wim@fluendo.com>
19729
19730         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19731         This clock can be slaved to a master clock now.
19732
19733         * gst-libs/gst/audio/gstbaseaudiosink.c:
19734         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19735         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19736         (gst_base_audio_sink_set_clock),
19737         (gst_base_audio_sink_set_property),
19738         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19739         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19740         * gst-libs/gst/audio/gstbaseaudiosink.h:
19741         Handle slaving the internal clock to the clock selected in the
19742         pipeline.
19743         Add property to make the basesink not provide a clock.
19744
19745         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19746         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19747         (gst_base_rtp_depayload_wait):
19748         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19749         We can use the clock in GstElement, no need to store it ourselves.
19750
19751 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19752
19753         * docs/libs/tmpl/gstaudio.sgml:
19754           update
19755         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19756         (gst_paranoia_endian_get_type):
19757         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19758         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19759         * gst/audiotestsrc/gstaudiotestsrc.c:
19760         (gst_audiostestsrc_wave_get_type):
19761         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19762         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19763         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19764         (gst_sync_method_get_type), (gst_unit_type_get_type),
19765         (gst_client_status_get_type), (gst_multifdsink_class_init),
19766         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19767         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19768         (gst_multifdsink_get_property):
19769         * gst/tcp/gstmultifdsink.h:
19770         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19771         * gst/videotestsrc/gstvideotestsrc.c:
19772         (gst_videotestsrc_pattern_get_type):
19773           remove deprecated properties
19774           fix up enums to correctly have short lowercase dashed nicks
19775
19776 2005-11-22  Michael Smith <msmith@fluendo.com>
19777
19778         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19779         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19780           Add underscore.
19781
19782 2005-11-22  Michael Smith <msmith@fluendo.com>
19783
19784         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19785         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19786           Use utility method for scaling clocktime for fractional framerates.
19787
19788 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19789
19790         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19791         (gst_visual_chain):
19792         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19793         * ext/theora/theoradec.c: (theora_handle_type_packet):
19794         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19795         (theora_enc_chain):
19796         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19797         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19798         * gst-libs/gst/video/video.h:
19799         * gst/ffmpegcolorspace/avcodec.h:
19800         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19801         (gst_ffmpeg_caps_to_pixfmt):
19802         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19803         (gst_ffmpegcsp_set_caps):
19804         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19805         (gst_videorate_setcaps), (gst_videorate_blank_data),
19806         (gst_videorate_chain):
19807         * gst/videotestsrc/gstvideotestsrc.c:
19808         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19809         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19810         (gst_videotestsrc_event), (gst_videotestsrc_create):
19811         * gst/videotestsrc/gstvideotestsrc.h:
19812         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19813         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19814         (gst_ximagesink_get_times), (gst_ximagesink_init):
19815         * sys/ximage/ximagesink.h:
19816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19817         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19818         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19819         * sys/xvimage/xvimagesink.h:
19820           Convert elements to use fractions for their framerate.
19821           V4L elements to come later tonight.
19822
19823 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19824
19825         * gst-libs/gst/audio/audio.c:
19826         * gst-libs/gst/audio/audio.h:
19827           remove some deprecated functions
19828
19829 2005-11-22  Andy Wingo  <wingo@pobox.com>
19830
19831         * Update for gst_tag_setter API changes.
19832
19833 2005-11-22  Andy Wingo  <wingo@pobox.com>
19834
19835         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19836         (gst_ogg_demux_perform_seek):
19837         * ext/theora/theoradec.c (theora_dec_sink_event):
19838         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19839         update-funcnames.
19840
19841 2005-11-22  Wim Taymans  <wim@fluendo.com>
19842
19843         * examples/seeking/seek.c: (main):
19844         Give higher priority to bus signals than the gtk events
19845         to fix a race condition in the segment looping.
19846
19847 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19848
19849         * ext/theora/Makefile.am:
19850         * ext/vorbis/Makefile.am:
19851         * gst-libs/gst/tag/Makefile.am:
19852         * gst-plugins-base.spec.in:
19853           Rename libgsttagedit to libgsttag (#322117).
19854
19855 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19856
19857         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19858         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19859           Call gst_x_overlay_prepare_xwindow_id() to give applications
19860           a final chance to set their own xwindow id before the video
19861           sink creates its own window.
19862
19863 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19864
19865         * sys/xvimage/xvimagesink.c:
19866         (gst_xvimagesink_navigation_send_event): Handle navigation
19867         events correcly with borders if applicable.
19868
19869 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19870
19871         Patch by: Luca Ognibene
19872
19873         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19874         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
19875         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19876         (gst_ffmpegcsp_caps_remove_format_info):
19877         * gst/ffmpegcolorspace/imgconvert.c:
19878         * gst/ffmpegcolorspace/imgconvert_template.h:
19879           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
19880           #318353); use gst_structure_has_name().
19881
19882 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19883
19884         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
19885         (gst_ximagesink_class_init): Add debug macros on functions.
19886         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19887         (gst_xvimagesink_xwindow_draw_borders),
19888         (gst_xvimagesink_xvimage_put),
19889         (gst_xvimagesink_xwindow_update_geometry),
19890         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
19891         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
19892         (gst_xvimagesink_xcontext_clear),
19893         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
19894         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19895         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19896         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19897         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
19898         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19899         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
19900         expose while being PAUSED, out of data flow navigation events, etc..
19901
19902 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19903
19904         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19905         * gst-libs/gst/audio/audio.h:
19906           fix prototype - wondering why the test worked regardless
19907
19908 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19909
19910         * check/Makefile.am:
19911         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19912         * gst-libs/gst/audio/audio.h:
19913           add a method that returns a proper GstClockTime
19914
19915 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19916
19917         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
19918         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
19919         * gst-libs/gst/interfaces/xoverlay.h:
19920           Remove everything having to do with the desired size; add 
19921           gst_x_overlay_prepare_xwindow_id() function; remove the
19922           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
19923           post a message on the bus instead (#321816).
19924
19925         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
19926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
19927         (gst_xvimagesink_xoverlay_init):
19928           Remove desired size stuff (#321816).
19929
19930 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19931
19932         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19933         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19934         (mpeg_video_type_find), (mpeg_video_stream_type_find):
19935           Terminate vararg functions with NULL instead of 0 to 
19936           make gcc4 happy.
19937
19938 2005-11-21  Andy Wingo  <wingo@pobox.com>
19939
19940         patch by: Sebastien Cote <sebas642@yahoo.ca>
19941         
19942         * gst-libs/gst/rtp/gstrtpbuffer.h: 
19943         * gst-libs/gst/rtp/gstrtpbuffer.c
19944         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
19945
19946 2005-11-21  Andy Wingo  <wingo@pobox.com>
19947
19948         * gst/playback/gstplaybin.c (gen_audio_element) 
19949         (gen_video_element): Use the new MISSING_PLUGIN core error
19950         category. Closes #320060.
19951
19952         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
19953         * gst/videorate/gstvideorate.c (gst_videorate_event):
19954         * ext/theora/theoradec.c (theora_dec_sink_event): 
19955         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
19956         stream lock.
19957
19958         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
19959         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
19960         stream lock changes.
19961
19962 2005-11-21  Wim Taymans  <wim@fluendo.com>
19963
19964         * gst-libs/gst/audio/gstbaseaudiosink.c:
19965         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19966         (gst_base_audio_sink_provide_clock),
19967         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
19968         (gst_base_audio_sink_change_state):
19969         * gst/audioresample/gstaudioresample.c:
19970         Segment update fix.
19971
19972 2005-11-21  Andy Wingo  <wingo@pobox.com>
19973
19974         * *.h:
19975         * *.c: Ran scripts/update-macros. Oh yes.
19976
19977 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19978
19979         * sys/ximage/Makefile.am:
19980         * sys/ximage/ximage.c:
19981           Rename ximage plugin to ximagesink (#321426) (Don't forget to
19982           remove your old libgstximage.* manually if necessary).
19983
19984 2005-11-21  Michael Smith <msmith@fluendo.com>
19985
19986         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
19987           Minimal fix for bug #320200: set the min/max bitrate in the correct
19988           units. A better fix would be to upgrade to the RATEMANAGE2
19989           interface, rather than using the deprecated interface used here, but
19990           that would require an update in our libvorbis dependency (to 1.1),
19991           which is probably undesirable.
19992
19993 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19994
19995         * ext/libvisual/visual.c: (get_buffer):
19996         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19997         (gst_base_audio_src_fixate):
19998         * gst/audioconvert/gstaudioconvert.c:
19999         (gst_audio_convert_fixate_caps):
20000         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
20001         * gst/audiotestsrc/gstaudiotestsrc.c:
20002         (gst_audiotestsrc_src_fixate):
20003         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
20004         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
20005         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
20006         * gst/videotestsrc/gstvideotestsrc.c:
20007         (gst_videotestsrc_src_fixate):
20008         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
20009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
20010           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
20011           (#322027)
20012
20013
20014 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20015
20016         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20017         (gst_riff_create_iavs_caps):
20018         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
20019         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
20020         (gst_riff_parse_info):
20021         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
20022         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
20023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20024           Fixes for GST_FOURCC_FORMAT API change.
20025
20026 2005-11-21  Andy Wingo  <wingo@pobox.com>
20027
20028         patch by: Alessandro Dessina <alessandro nnva org>
20029
20030         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20031         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20032         (gst_ogg_parse_chain):
20033         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20034         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20035         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20036         gst_value_list calls on arrays. Fixes #321962.
20037
20038 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20039
20040         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20041         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20042         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20043         * gst/adder/gstadder.c: (gst_adder_init),
20044         (gst_adder_request_new_pad), (gst_adder_collected),
20045         (gst_adder_change_state):
20046           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20047           API change.
20048
20049 2005-11-21  Michael Smith <msmith@fluendo.com>
20050
20051         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20052         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20053           Properly handle pad_push return values.
20054
20055 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20056
20057         * gst-libs/gst/tag/Makefile.am:
20058         * gst-libs/gst/tag/gstvorbistag.c:
20059         (gst_tag_list_to_vorbiscomment_buffer):
20060           Remove obsolete vorbistag element and debug category.
20061
20062         * gst/playback/gstplaybasebin.c: (check_queue):
20063           Don't divide by 0 when queue-threshold is 0.
20064
20065         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20066           Don't modify an existing pixel-aspect-ratio if we fail to read
20067           a new one.
20068
20069 2005-11-20  Wim Taymans  <wim@fluendo.com>
20070
20071         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20072         (gst_vorbisenc_push_packet):
20073         GST_PAD_IS_USABLE is gone, use the return value of
20074         the push or pad_alloc_buffer instead.
20075
20076 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20077
20078         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20079         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20080         (gst_ximagesink_ximage_destroy),
20081         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20082         (gst_ximagesink_xwindow_new),
20083         (gst_ximagesink_xwindow_update_geometry),
20084         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20085         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20086         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20087         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20088         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20089         (gst_ximagesink_navigation_send_event),
20090         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20091         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20092         (gst_ximagesink_finalize), (gst_ximagesink_init),
20093         (gst_ximagesink_class_init):
20094         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20095         This new version brings correct software scaling, non flickering
20096         window while resizing, pixel aspect ratio handling, usage of
20097         hardware buffer pools, out of data flow event thread for 
20098         navigation and handling of expose events even when being PAUSED,
20099         a new property to keep video aspect ratio when resizing, etc...
20100
20101 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20102
20103         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20104         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20105         handling of PAR.
20106
20107 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20108
20109         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20110         Unsetting IS_SINK flag from the fakesink, so decodebin
20111         never behaves as a sink.
20112
20113 2005-11-17  Wim Taymans  <wim@fluendo.com>
20114
20115         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20116         (gst_base_audio_src_change_state):
20117         Fix the audiosrc base class again, we did not unflush.
20118
20119 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20120
20121         * examples/seeking/seek.c: (make_dv_pipeline),
20122         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20123         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20124         to ogg/vorbis/theora pipeline.
20125
20126 2005-11-17  Wim Taymans  <wim@fluendo.com>
20127
20128         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20129         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20130         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20131         Fix EOS on multiple streams.
20132         More debugging.
20133
20134 2005-11-16  Wim Taymans  <wim@fluendo.com>
20135
20136         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20137         (gst_ogg_demux_perform_seek):
20138         Segment done must include stream time.
20139
20140         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20141         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20142         (gst_ogg_mux_change_state):
20143         Fix ogg muxer again.
20144
20145 2005-11-16  Wim Taymans  <wim@fluendo.com>
20146
20147         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20148         Fix compile again.
20149
20150 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20151
20152         * ext/libvisual/visual.c: (gst_visual_init):
20153         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20154         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20155         (gst_ogg_parse_chain):
20156         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20157         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20158         * ext/theora/theoradec.c: (gst_theora_dec_init):
20159         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20160         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20161         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20162         * gst/adder/gstadder.c: (gst_adder_class_init),
20163         (gst_adder_dispose):
20164         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20165         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20166         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20167           Fix a whole set of pad template leaks
20168
20169 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20170
20171         * check/generic/states.c: (GST_START_TEST):
20172           fix the test so that it only checks for elements that are part of
20173           this source module
20174
20175 2005-11-16  Michael Smith <msmith@fluendo.com>
20176
20177         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20178         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20179         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20180         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20181         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20182         (gst_ogg_mux_change_state):
20183           Fix leaking collectpads.
20184
20185 2005-11-16  Edward Hervey  <edward@fluendo.com>
20186
20187         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20188         (gst_videorate_event), (gst_videorate_chain):
20189         Handle segment seeks
20190
20191 2005-11-16  Wim Taymans  <wim@fluendo.com>
20192
20193         * gst-libs/gst/audio/gstbaseaudiosink.c:
20194         (gst_base_audio_sink_provide_clock),
20195         (gst_base_audio_sink_change_state):
20196         Set ringbuffer to non-flushing when going to PAUSED, set to
20197         flushing again when going to READY.
20198
20199         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20200         (gst_ring_buffer_stop):
20201         Start in flushing mode by default.
20202         Don't set flushing in the _stop method, let the app call
20203         this explicitly.
20204
20205 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20206
20207         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20208         * gst-libs/gst/video/videosink.h: Add helper function needed
20209         for video sinks.
20210
20211 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20212
20213         * gst/videoscale/gstvideoscale.c:
20214         (gst_videoscale_handle_src_event):
20215           Don't leak reference to pad parent.
20216
20217 2005-11-16  Wim Taymans  <wim@fluendo.com>
20218
20219         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20220         Set ringbuffer to flushing when stopping so that we don't
20221         block on wait_segment anymore and livelock.
20222
20223 2005-11-16  Wim Taymans  <wim@fluendo.com>
20224
20225         * examples/seeking/seek.c: (send_event), (do_seek),
20226         (loop_toggle_cb), (segment_done), (main):
20227         Added looping checkbox.
20228
20229 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20230
20231         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20232         (gst_ogg_demux_init):
20233         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20234         (gst_vorbis_dec_init):
20235           revert unrefs, they don't pass make check
20236
20237 2005-11-15  Johan Dahlin  <johan@gnome.org>
20238
20239         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20240         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20241         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20242         (gst_vorbis_dec_init):
20243         Fix pad template leaks. 
20244
20245 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20246
20247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20248           Make state change function thread safe.
20249
20250 2005-11-15  Edward Hervey  <edward@fluendo.com>
20251
20252         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20253         (gst_ogg_demux_class_init):
20254         Implement GstElement::send_event, so we can send seek events
20255         in GST_STATE_READY
20256
20257 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20258
20259         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20260         Discovered how to take away flickering while resizing the
20261         window. Please don't put that in ximagesink, refactoring in
20262         progress.
20263
20264 2005-11-14  Michael Smith <msmith@fluendo.com>
20265
20266         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20267         (gst_multifdsink_render):
20268           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20269
20270 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20271
20272         * gst/playback/gstplaybin.c: (gen_audio_element):
20273           Use autoaudiosink, it tends to be more widely available than
20274           autoaudiiosink.
20275           
20276 2005-11-14  Andy Wingo  <wingo@pobox.com>
20277
20278         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20279         as well if it is available. Fixes #316442.
20280
20281 2005-11-14  Michael Smith <msmith@fluendo.com>
20282
20283         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20284         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20285         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20286         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20287         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20288         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20289         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20290         (gst_vorbisenc_change_state):
20291           Fix a small memory leak in vorbisenc.
20292           Fix large memory leaks in oggmux, also fix lots of state change
20293           bugs in oggmux.
20294
20295 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20296
20297         * gst/videotestsrc/gstvideotestsrc.c:
20298         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20299         (gst_videotestsrc_src_fixate):
20300           move fixation to a fixate function
20301           remove negotiate function, basesrc's is good enough
20302           fixes a bug for check when using the element alone
20303
20304 2005-11-13  Edward Hervey  <edward@fluendo.com>
20305
20306         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20307         (key_toggle_cb), (main):
20308         Added checkboxes for adding/removing the accurate and key_unit seek
20309         flags.
20310
20311 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20312
20313         * configure.ac: back to HEAD
20314
20315 === release 0.9.5 ===
20316
20317 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20318
20319         * configure.ac:
20320           releasing 0.9.5, "No No Kia"
20321
20322 2005-11-11  Edward Hervey  <edward@fluendo.com>
20323
20324         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20325         Added parse-launch syntax seeking mode for the seeking example.
20326         This should help stress-test even more cases.
20327         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20328
20329 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20330
20331         * sys/xvimage/xvimagesink.c:
20332         (gst_xvimagesink_navigation_send_event):
20333           Check whether peer pad exists before sending navigation events
20334           to it.
20335
20336 2005-11-11  Michael Smith <msmith@fluendo.com>
20337
20338         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20339         (gst_vorbisenc_buffer_from_packet):
20340         * ext/vorbis/vorbisenc.h:
20341           Set duration on encoded buffers. This allows oggmux's
20342           max_page_delay parameter to actually work.
20343
20344 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20345
20346         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20347         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20348         (gst_ffmpegcsp_avpicture_fill):
20349         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20350         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20351           Make palettes work again (see #132341). Use our own macros
20352           for rounding up.
20353
20354 2005-11-10  Andy Wingo  <wingo@pobox.com>
20355
20356         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20357         string doober.
20358
20359 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20360
20361         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20362         (gst_ffmpegcsp_transform_caps):
20363           Prefer passthrough in transform_caps
20364
20365 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20366
20367         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20368           check for ALSA errors properly, instead of relying on ALSA's
20369           error strings to serve to the user.
20370
20371 2005-11-10  Wim Taymans  <wim@fluendo.com>
20372
20373         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20374         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20375         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20376         Modernise the seek code.
20377
20378 2005-11-10  Michael Smith <msmith@fluendo.com>
20379         
20380         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20381         (setup_substreams), (set_active_source):
20382           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20383           trying to go to NULL if we failed to read a file.
20384
20385 2005-11-10  Wim Taymans  <wim@fluendo.com>
20386
20387         * gst/audiotestsrc/gstaudiotestsrc.c:
20388         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20389         (gst_audiotestsrc_create):
20390         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20391         (gst_sinesrc_get_times), (gst_sinesrc_create):
20392         * gst/videotestsrc/gstvideotestsrc.c:
20393         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20394         (gst_videotestsrc_create):
20395         The base class can now sync for us.
20396
20397 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20398
20399         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20400           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20401           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20402           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20403           format=(fourcc)I420" ! xvimagesink
20404
20405 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20406
20407         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20408         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20409         (gst_sinesrc_newsegment):
20410           Send newsegment event in TIME format, set duration if
20411           num-buffers is set, fix duration querying.
20412
20413 2005-11-10  Michael Smith <msmith@fluendo.com>
20414
20415         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20416         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20417         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20418         (gst_ogg_mux_collected):
20419          Fix EOS handling, partially. Now forwarding an EOS event once we have
20420          EOS on all pads works correctly. However, we still don't properly set
20421          EOS on the actual ogg stream pages.
20422
20423 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20424
20425         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20426           Set elements to NULL state before disposing of them.
20427
20428 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20429
20430         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20431
20432         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20433         (gst_base_rtp_depayload_init),
20434         (gst_base_rtp_depayload_set_gst_timestamp):
20435         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20436           We need to send a newsegment event for each instance, not
20437           just for the first instance of this class (get rid of
20438           static variable in function). (#321011).
20439           
20440 2005-11-08  Michael Smith <msmith@fluendo.com>
20441
20442         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20443         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20444         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20445         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20446           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20447           This makes us mux things correctly according to the ogg muxing
20448           rules. Still not handling EOS correctly right now, though.
20449
20450 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20451
20452         * gst/audioconvert/gstaudioconvert.c:
20453           Fix typo in docs. 
20454
20455 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20456
20457         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20458         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20459           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20460           creating a new chain; should fix live streaming. Also
20461           add more debug output and fix a typo.
20462
20463 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20464
20465         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20466
20467         * gst/volume/gstvolume.c: (volume_set_caps):
20468           Fix compilation on Solaris with Forte. (#320923)
20469
20470 2005-11-08  Wim Taymans  <wim@fluendo.com>
20471
20472         * gst-libs/gst/audio/gstbaseaudiosink.c:
20473         (gst_base_audio_sink_render):
20474         No need to do a typecheck.
20475
20476 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20477
20478         * ext/alsa/gstalsa.h:
20479           We register a debug category, so let's use it.
20480
20481 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20482
20483         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20484         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20485         Fixed a small problem.
20486
20487 2005-11-04  Wim Taymans  <wim@fluendo.com>
20488
20489         * examples/seeking/Makefile.am:
20490         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20491         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20492         (make_playerbin_pipeline), (format_value), (update_scale),
20493         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20494         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20495         (print_usage), (main):
20496         Added app for playback speed testing.
20497
20498         * examples/seeking/seek.c: (dynamic_link),
20499         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20500         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20501         (message_received), (main):
20502         Updated seek example.
20503
20504 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20505
20506         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20507         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20508         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20509         (gst_base_rtp_depayload_set_clock):
20510         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20511         Don't sleep on the bench (system clock) when you have a nice 
20512         comfortable bed (Gstreamer clock) to sleep on.
20513
20514 2005-11-03  Wim Taymans  <wim@fluendo.com>
20515
20516         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20517         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20518         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20519         Handle the case where a pad_block failed.
20520
20521 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20522
20523         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20524
20525         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20526         (gst_base_rtp_depayload_add_to_queue),
20527         (gst_base_rtp_depayload_push),
20528         (gst_base_rtp_depayload_set_gst_timestamp),
20529         (gst_base_rtp_depayload_queue_release):
20530           Fixes some bugs in the depayloader's queuing/de-queueing code.
20531
20532 2005-10-31  Michael Smith <msmith@fluendo.com>
20533
20534         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20535         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20536         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20537           Patch from Alessandro Decina <alessandro@nnva.org>.
20538           Make oggdemux only find the final time in a chain, not per-pad,
20539           since the per-pad information can be very expensive to locate, and
20540           it isn't used anywhere. This makes reading a file containing
20541           OggSkeleton reasonably fast.
20542           Also, make chain finding work when there are logical bitstreams that
20543           can't be decoded. Fixes #319110.
20544
20545 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20546
20547         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20548         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20549         (gst_base_rtp_depayload_chain),
20550         (gst_base_rtp_depayload_add_to_queue),
20551         (gst_base_rtp_depayload_push),
20552         (gst_base_rtp_depayload_set_gst_timestamp),
20553         (gst_base_rtp_depayload_queue_release),
20554         (gst_base_rtp_depayload_start_thread),
20555         (gst_base_rtp_depayload_set_property),
20556         (gst_base_rtp_depayload_get_property):
20557         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20558         Some random fixes, to fullfill the desires of thomas.
20559
20560 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20561
20562         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20563         (gst_base_rtp_depayload_add_to_queue),
20564         (gst_base_rtp_depayload_push):
20565         Fixed the queueing algorithm.
20566
20567 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20568
20569         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20570         (gst_base_rtp_depayload_push):
20571         A small fix
20572
20573 2005-10-31  Wim Taymans  <wim@fluendo.com>
20574
20575         * gst-libs/gst/audio/gstringbuffer.h:
20576         Don't break ABI.
20577
20578         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20579         (gst_ffmpeg_caps_to_pixfmt):
20580         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20581         (gst_ffmpegcsp_set_caps):
20582         Some more comments.
20583         Handle missing required caps fields better.
20584
20585 2005-10-31  Wim Taymans  <wim@fluendo.com>
20586
20587         * gst-libs/gst/audio/gstbaseaudiosink.c:
20588         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20589         (gst_base_audio_sink_render):
20590         * gst-libs/gst/audio/gstringbuffer.c:
20591         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20592         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20593         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20594         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20595         (gst_ring_buffer_read):
20596         * gst-libs/gst/audio/gstringbuffer.h:
20597         Add flushing mode to the ringbuffer so that it in all cases does
20598         not try to handle more audio. This makes sure it does not try to
20599         block anymore when flushing and fixes a livelock.
20600
20601 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20602
20603         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20604         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20605         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20606           Explicitly check for -1 values before doing a conversion
20607           and always map them to -1. (#315545)
20608
20609 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20610
20611         * gst/playback/gstplaybin.c: (gen_video_element):
20612           first try autovideosink, then xvimagesink, then error out
20613         * po/POTFILES.in:
20614           add translatable file
20615         * po/af.po:
20616         * po/az.po:
20617         * po/cs.po:
20618         * po/en_GB.po:
20619         * po/hu.po:
20620         * po/it.po:
20621         * po/nb.po:
20622         * po/nl.po:
20623         * po/or.po:
20624         * po/sq.po:
20625         * po/sr.po:
20626         * po/sv.po:
20627         * po/uk.po:
20628         * po/vi.po:
20629           update translations
20630
20631 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20632
20633         * gst-libs/gst/rtp/gstbasedepayload.c:
20634         * gst-libs/gst/rtp/gstbasedepayload.h:
20635           Minor cleanups
20636
20637 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20638
20639         * gst/playback/.cvsignore:
20640         * gst/playback/decodetest.c:
20641         * gst/playback/test3.c:
20642           Port these two tests as well.
20643
20644 2005-10-27  Wim Taymans  <wim@fluendo.com>
20645
20646         * ext/theora/theoradec.c: (theora_dec_src_query),
20647         (theora_dec_sink_event):
20648         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20649         (theora_enc_change_state):
20650         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20651         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20652         Take proper locks when handling events.
20653
20654 2005-10-27  Wim Taymans  <wim@fluendo.com>
20655
20656         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20657         (gst_adder_change_state):
20658         Fix timestamps and fix deadlock when stopping the collectpads.
20659
20660 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20661
20662         * gst-libs/gst/rtp/gstrtpbuffer.h:
20663         Declaring the payload types as strings too so that they can be used
20664         in the padtemplate inialization.
20665
20666 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20667
20668         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20669
20670         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20671         (gst_base_rtp_depayload_class_init):
20672         Fixes a small but nasty bug. The derived elements no longer segfaults
20673         on finalization.
20674
20675 2005-10-26  Michael Smith <msmith@fluendo.com>
20676
20677         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20678           When clearing an audioconvert context, set tmpbufsize to zero, so
20679           we'll allocate it again later if required.
20680           This fixes audioconvert re-negotiating formats, which previously
20681           segfaulted with a NULL destination buffer.
20682
20683 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20684
20685         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20686         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20687         (gst_base_rtp_depayload_set_gst_timestamp),
20688         (gst_base_rtp_depayload_queue_release):
20689         Fixed a smalll memleak.
20690
20691 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20692         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20693         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20694         (gst_base_rtp_depayload_finalize),
20695         (gst_base_rtp_depayload_setcaps),
20696         (gst_base_rtp_depayload_add_to_queue),
20697         (gst_base_rtp_depayload_push),
20698         (gst_base_rtp_depayload_set_gst_timestamp),
20699         (gst_base_rtp_depayload_queue_release),
20700         (gst_base_rtp_depayload_thread),
20701         (gst_base_rtp_depayload_change_state):
20702         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20703         Changed the C++ comments to C comments
20704
20705 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20706
20707         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20708         * gst/tcp/gsttcpclientsrc.h:
20709         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20710         * gst/tcp/gsttcpserversrc.h:
20711           Remove unused 'curoffset' structure member.
20712
20713 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20714
20715         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20716         (gst_base_rtp_depayload_base_init),
20717         (gst_base_rtp_depayload_finalize):
20718         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20719         * gst-libs/gst/rtp/gstbasertppayload.h:
20720           The pad-template on the sinkpad should be set by the derived classes.
20721           Also added some useful macros.
20722
20723 2005-10-24  Wim Taymans  <wim@fluendo.com>
20724
20725         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20726         Correctly flush decoder samples even if we could not
20727         copy them to an output buffer. Fixes #319618.
20728
20729 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20730
20731         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20733         the caps against our xcontext caps.
20734
20735 2005-10-24  Wim Taymans  <wim@fluendo.com>
20736
20737         * gst-libs/gst/audio/gstbaseaudiosink.c:
20738         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20739         Remove g_print
20740         Use sync property from baseclass to disable sync.
20741
20742 2005-10-24  Wim Taymans  <wim@fluendo.com>
20743
20744         * gst-libs/gst/audio/gstbaseaudiosink.c:
20745         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20746         Buffers with no timestamps get aligned with previous buffers or
20747         on underrun, played ASAP.
20748
20749 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20750
20751         * gst-libs/gst/video/video.h:
20752         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20753         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20755         here comes my change on caps for framerate and geometry range.
20756         We are now accepting 1 to MAXINT for width and height, and from
20757         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20758         to be blended correctly in videomixer.
20759
20760 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20761
20762         * configure.ac:
20763           back to HEAD
20764
20765 === release 0.9.4 ===
20766
20767 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20768
20769         * NEWS:
20770         * RELEASE:
20771         * configure.ac:
20772           releasing 0.9.4, "Velociraptor"
20773
20774 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20775
20776         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20777         * po/POTFILES.in:
20778           STOPPED -> FAILED
20779
20780 2005-10-21  Wim Taymans  <wim@fluendo.com>
20781
20782         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20783         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20784         (pad_blocked), (close_pad_link), (new_pad):
20785         Don't try to remove elements twice.
20786
20787 2005-10-21  Wim Taymans  <wim@fluendo.com>
20788
20789         * ext/theora/theoradec.c: (theora_dec_src_query),
20790         (theora_dec_sink_event):
20791         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20792         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20793         (vorbis_handle_data_packet):
20794         * ext/vorbis/vorbisdec.h:
20795         Fix old naming.
20796
20797         * gst-libs/gst/audio/gstbaseaudiosink.c:
20798         (gst_base_audio_sink_render):
20799         Don't try to sync on buffers without a timestamp.
20800
20801 2005-10-21  Wim Taymans  <wim@fluendo.com>
20802
20803         * ext/theora/theoradec.c: (theora_dec_src_query),
20804         (theora_dec_sink_event):
20805         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20806         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20807         (vorbis_handle_data_packet):
20808         * ext/vorbis/vorbisdec.h:
20809         Fix old naming.
20810
20811 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20812
20813         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20814         (gst_vorbisenc_src_query):
20815           Implement position and duration queries.
20816
20817         * gst/playback/test3.c: (update_scale), (main):
20818           Fix for async state changes and print nicer output.
20819
20820 2005-10-20  Wim Taymans  <wim@fluendo.com>
20821
20822         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20823         (dump_element_stats), (main):
20824         * gst/playback/test6.c: (main):
20825         Fix tests again
20826
20827 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20828
20829         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20830         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20831           Don't use functions for position queries when handling
20832           duration queries.
20833
20834 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20835
20836         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20837         (vorbis_handle_data_packet), (vorbis_dec_chain),
20838         (vorbis_dec_change_state):
20839         * ext/vorbis/vorbisdec.h:
20840           Vorbis streams can be embedded in other container formats
20841           than ogg, container formats where the demuxer might set 
20842           timestamps on encoded vorbis buffers instead of those silly 
20843           granulepos thingies. In short: make vorbisdec handle 
20844           timestamps on incoming buffers as well.
20845
20846 2005-10-20  Wim Taymans  <wim@fluendo.com>
20847
20848         * gst/playback/gstplaybasebin.c: (group_destroy),
20849         (gst_play_base_bin_change_state):
20850         Fix leak.
20851         Handle case where playbasebin is now ASYNC because
20852         decodebin is.
20853
20854 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20855
20856         * gst/audioconvert/Makefile.am:
20857         * gst/audioconvert/bufferframesconvert.c:
20858         * gst/audioconvert/plugin.c: (plugin_init):
20859         * gst/audioconvert/plugin.h:
20860           And bye bye buffer-frames-convert
20861
20862 2005-10-19  Wim Taymans  <wim@fluendo.com>
20863
20864         * check/elements/audioconvert.c:
20865         * docs/libs/tmpl/gstaudio.sgml:
20866         * docs/libs/tmpl/gstcolorbalance.sgml:
20867         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20868         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
20869         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
20870         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
20871         * gst-libs/gst/audio/audio.h:
20872         * gst/audioconvert/audioconvert.h:
20873         * gst/audioconvert/gstaudioconvert.c:
20874         (gst_audio_convert_parse_caps):
20875         * gst/volume/gstvolume.c:
20876         Bye bye buffer-frames.
20877
20878 2005-10-19  Wim Taymans  <wim@fluendo.com>
20879
20880         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20881         (query_positions_elems), (query_positions_pads), (update_scale),
20882         (do_seek), (set_update_scale), (message_received), (main):
20883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20884         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
20885         (gst_ogg_demux_loop):
20886         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
20887         * ext/theora/theoradec.c: (theora_dec_src_query),
20888         (theora_dec_sink_event):
20889         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20890         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
20891         * gst/adder/gstadder.c: (gst_adder_query):
20892         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20893         * gst/playback/test3.c: (update_scale):
20894         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20895         (dump_element_stats), (main):
20896         * gst/playback/test6.c: (main):
20897         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20898         Query API update.
20899
20900 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20901
20902         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
20903         (xml_check_first_element), (xml_type_find), (smil_type_find),
20904         (plugin_init):
20905           Add typefinding for SMIL and for generic XML. Based on patch by
20906           Akos Maroy (#308663).
20907
20908 2005-10-18  Wim Taymans  <wim@fluendo.com>
20909
20910         * gst/playback/Makefile.am:
20911         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20912         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
20913         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
20914         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
20915         (gst_decode_bin_change_state):
20916         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20917         (gst_play_bin_send_event_to_sink):
20918         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20919         (dump_element_stats), (main):
20920         * gst/playback/test6.c: (main):
20921         Make playbin async, it'll commit state to paused when all streams
20922         are detected.
20923         Remove ugly hack.
20924         Added test6.c to show async behaviour.
20925
20926 2005-10-18  Wim Taymans  <wim@fluendo.com>
20927
20928         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
20929         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
20930         Fix for segment-start/stop API change.
20931
20932 2005-10-18  Wim Taymans  <wim@fluendo.com>
20933
20934         * check/Makefile.am:
20935         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
20936         (main):
20937         Add future test for clock selection.
20938
20939 2005-10-18  Wim Taymans  <wim@fluendo.com>
20940
20941         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
20942         (gst_alsasink_close):
20943         Set handle to NULL.
20944
20945         * gst-libs/gst/audio/gstringbuffer.c:
20946         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20947         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20948         (gst_ring_buffer_start), (gst_ring_buffer_pause),
20949         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
20950         (gst_ring_buffer_read):
20951         More debug info.
20952
20953 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
20954
20955         * gst/audiotestsrc/Makefile.am:
20956         * gst/sine/Makefile.am:
20957         * gst/volume/Makefile.am:
20958           fix broken build of controllerized plugins
20959
20960 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
20961
20962         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20963
20964         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20965         (gst_riff_create_video_template_caps):
20966           Add support for Indeo-3 (IV32).
20967
20968 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20969
20970         * configure.ac:
20971           rewrite
20972
20973 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20974
20975         * gst-libs/gst/video/video.c: (gst_video_get_size):
20976         * gst/audiotestsrc/gstaudiotestsrc.c:
20977           doc updates
20978
20979 2005-10-17  Andy Wingo  <wingo@pobox.com>
20980
20981         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
20982         with the collectpads change.
20983         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
20984
20985         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
20986
20987         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
20988
20989         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
20990         alloc_buffer flow return to callers.
20991         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
20992         change. Fix some memleaks in theoraenc.
20993
20994         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
20995         in strange circumstance.
20996
20997 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20998
20999         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21000         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
21001         from caps, let's use the caps...
21002
21003 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21004
21005         * configure.ac:
21006           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
21007
21008 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21009
21010         * gst-libs/gst/interfaces/Makefile.am:
21011           fix silly typo
21012
21013 2005-10-16  Andy Wingo  <wingo@pobox.com>
21014
21015         * gst/playback/gstdecodebin.c
21016         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
21017         function!
21018         (try_to_link_1): Increase kraziness level.
21019
21020 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21021
21022         * configure.ac:
21023           restructure like the core one
21024         * gst-libs/gst/audio/Makefile.am:
21025         * gst-libs/gst/interfaces/Makefile.am:
21026         * gst-libs/gst/net/Makefile.am:
21027         * gst-libs/gst/riff/Makefile.am:
21028         * gst-libs/gst/rtp/Makefile.am:
21029         * gst-libs/gst/tag/Makefile.am:
21030         * gst-libs/gst/video/Makefile.am:
21031           use correct linker flags, now the libs are properly versioned
21032         * check/elements/audioconvert.c: (verify_convert):
21033         * ext/alsa/gstalsaplugin.c:
21034         * ext/cdparanoia/gstcdparanoia.c:
21035         * ext/gnomevfs/gstgnomevfs.c:
21036         * ext/libvisual/visual.c:
21037         * ext/ogg/gstogg.c:
21038         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21039         * ext/theora/theora.c:
21040         * ext/vorbis/vorbis.c:
21041         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21042         * gst-libs/gst/tag/gsttagediting.c:
21043         * gst-libs/gst/video/video.c:
21044         * gst/adder/gstadder.c:
21045         * gst/audioconvert/plugin.c:
21046         * gst/audiorate/gstaudiorate.c:
21047         * gst/audioresample/gstaudioresample.c:
21048         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21049         * gst/audioscale/gstaudioscale.c:
21050         * gst/audioscale/resample.c:
21051         * gst/audiotestsrc/gstaudiotestsrc.c:
21052         * gst/ffmpegcolorspace/gstffmpeg.c:
21053         * gst/playback/gstdecodebin.c: (close_pad_link):
21054         * gst/playback/gstplaybin.c: (gen_video_element),
21055         (gen_audio_element):
21056         * gst/sine/gstsinesrc.c:
21057         * gst/subparse/gstsubparse.c:
21058         * gst/tags/gsttagediting.c:
21059         * gst/tcp/gsttcpplugin.c:
21060         * gst/typefind/gsttypefindfunctions.c:
21061         * gst/videorate/gstvideorate.c:
21062         * gst/videoscale/gstvideoscale.c:
21063         * gst/videotestsrc/gstvideotestsrc.c:
21064         * gst/volume/gstvolume.c:
21065         * sys/v4l/gstv4l.c:
21066         * sys/ximage/ximage.c:
21067         * sys/xvimage/xvimagesink.c:
21068           fix up defines
21069
21070 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21071
21072         * ext/vorbis/vorbisenc.c:
21073         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21074         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21075         (gst_tag_to_vorbis_comments):
21076           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21077
21078 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21079
21080         * examples/stats/mp2ogg.c:
21081         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21082           typo fixes
21083
21084 2005-10-13  Michael Smith <msmith@fluendo.com>
21085
21086         * ext/ogg/gstoggmux.c:
21087           Use magic glib macros to define constants as 64 bit, to ensure
21088           appropriate vararg passing.
21089
21090 2005-10-13  Michael Smith <msmith@fluendo.com>
21091
21092         * ext/ogg/gstoggmux.c:
21093         * gst/audioconvert/audioconvert.c: (float):
21094           Don't use LL suffix, as it's not portable, and neither of these
21095           uses required it anyway.
21096
21097 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21098
21099         * examples/indexing/indexmpeg.c: (main):
21100         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21101         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21102         (cdparanoia_convert), (cdparanoia_query):
21103         * ext/cdparanoia/gstcdparanoia.h:
21104         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21105         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21106         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21108         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21109         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21110         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21111         (gst_multifdsink_render), (gst_multifdsink_start),
21112         (gst_multifdsink_stop):
21113         * gst/tcp/gstmultifdsink.h:
21114         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21115         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21116         (gst_tcpclientsink_stop):
21117         * gst/tcp/gsttcpclientsink.h:
21118         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21119         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21120         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21121         * gst/tcp/gsttcpclientsrc.h:
21122         * gst/tcp/gsttcpserversink.h:
21123         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21124         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21125         (gst_tcpserversrc_stop):
21126         * gst/tcp/gsttcpserversrc.h:
21127         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21128         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21129         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21130           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21131           moved bitshift from macro to enum definition
21132
21133 2005-10-12  Wim Taymans  <wim@fluendo.com>
21134
21135         * examples/seeking/Makefile.am:
21136         Oops.
21137
21138 2005-10-12  Wim Taymans  <wim@fluendo.com>
21139
21140         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21141         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21142         Don't assert on normal stuff.
21143
21144         * gst/playback/gstplaybin.c: (do_playbin_seek):
21145         API fix.
21146
21147 2005-10-12  Wim Taymans  <wim@fluendo.com>
21148
21149         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21150         * examples/seeking/Makefile.am:
21151         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21152         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21153         (do_seek), (set_update_scale), (message_received), (main):
21154         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21155         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21156         Update for _get_state() API change.
21157
21158 2005-10-11  Wim Taymans  <wim@fluendo.com>
21159
21160         * gst-libs/gst/audio/gstbaseaudiosink.c:
21161         (gst_base_audio_sink_render):
21162         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21163         (gst_base_audio_src_create):
21164         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21165         (gst_ring_buffer_read):
21166         Cleanups.
21167         Commit and read from ringbuffer in samples rather than bytes.
21168
21169 2005-10-11  Wim Taymans  <wim@fluendo.com>
21170
21171         * gst-libs/gst/audio/gstbaseaudiosink.c:
21172         (gst_base_audio_sink_render):
21173         Respect segment rate and accum when scheduling samples.
21174
21175 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21176
21177         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21178         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21179         EOS correctly, that needs more work.
21180
21181 2005-10-11  Wim Taymans  <wim@fluendo.com>
21182
21183         * check/generic/states.c: (GST_START_TEST):
21184         remove old property.
21185
21186         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21187         (gst_ogg_demux_perform_seek):
21188         * ext/theora/theoradec.c: (theora_dec_sink_event):
21189         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21190         (vorbis_handle_data_packet):
21191         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21192         (gst_base_rtp_depayload_set_gst_timestamp):
21193         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21194         Update for newsegment API change.
21195
21196 2005-10-11  Michael Smith <msmith@fluendo.com>
21197
21198         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21199         (do_playbin_seek), (gst_play_bin_send_event):
21200           Override send_event differently, so that we can takes bits of
21201           functionality from GstPipeline (special handling for seeks,
21202           including pausing/resuming, and resetting stream time) and still get
21203           the appropriate behaviour of only forwarding event to a single sink,
21204           rather than all of them.
21205           Unfortunately requires a lot of code duplication, but the
21206           alternatives are equally ugly in the end.
21207
21208 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21209
21210         * check/elements/audioconvert.c: (setup_audioconvert),
21211         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21212         (GST_START_TEST), (audioconvert_suite):
21213           clean up tests a little, fix some leaks.
21214
21215 2005-10-10  Wim Taymans  <wim@fluendo.com>
21216
21217         * ext/alsa/gstalsasink.c:
21218         Also allow unsigned int.
21219
21220         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21221         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21222         Small cleanup
21223
21224 2005-10-10  Wim Taymans  <wim@fluendo.com>
21225
21226         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21227         Small update, use API as stated in design docs.
21228
21229         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21230         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21231         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21232         (message_received), (main):
21233         Updated seek example for GOption. Some usability improvements.
21234
21235 2005-10-10  Wim Taymans  <wim@fluendo.com>
21236
21237         * gst/audioconvert/audioconvert.h:
21238         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21239         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21240         Alloc temp storage somewhere else where we can do it more
21241         portable.
21242
21243 2005-10-10  Wim Taymans  <wim@fluendo.com>
21244
21245         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21246         (gst_tcpserversrc_start):
21247         Don't block in accept while doing the state change, move
21248         to poll and make cancellable.
21249
21250 2005-10-09  Philippe Khalaf <burger@speedy.org>
21251
21252         * gst-libs/gst/rtp/rtpbasedepayload.c:
21253         Set timestamp and add queue delay to timestamp
21254         * gst-libs/gst/rtp/rtpbuffer.h:
21255         Set correct payload type for h263
21256
21257 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21258
21259         * gst/audiotestsrc/gstaudiotestsrc.c:
21260         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21261         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21262         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21263         (gst_audiotestsrc_create_triangle),
21264         (gst_audiotestsrc_create_silence),
21265         (gst_audiotestsrc_create_white_noise),
21266         (gst_audiotestsrc_init_pink_noise),
21267         (gst_audiotestsrc_generate_pink_noise_value),
21268         (gst_audiotestsrc_create_pink_noise),
21269         (gst_audiotestsrc_change_wave):
21270         * gst/audiotestsrc/gstaudiotestsrc.h:
21271           fixed typo, added pink noise
21272
21273 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21274
21275         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21276         (plugin_init):
21277           Add wavpack and spc typefind functions from 0.8 branch.
21278
21279 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21280
21281         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21282         (ar_type_find), (msdos_type_find), (plugin_init):
21283           Add typefind functions for tar archives, ar archives,
21284           RAR archives, and msdos-executables (dlls, exe, etc.).
21285           Some of those would be wrongly identified as mpeg
21286           streams of some sort before (#315550).
21287
21288 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21289
21290         * configure.ac:
21291         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21292         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21293         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21294         * gst/audiotestsrc/Makefile.am:
21295         * gst/audiotestsrc/gstaudiotestsrc.c:
21296         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21297         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21298         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21299         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21300         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21301         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21302         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21303         (gst_audiotestsrc_create_silence),
21304         (gst_audiotestsrc_create_white_noise),
21305         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21306         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21307         (gst_audiotestsrc_start), (plugin_init):
21308         * gst/audiotestsrc/gstaudiotestsrc.h:
21309           add new plugin and element
21310         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21311           use gobject_class
21312
21313 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21314
21315         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21316         (gst_adder_init), (gst_adder_request_new_pad),
21317         (gst_adder_change_state):
21318           Add query function to source pad, so adder reports the correct
21319           time/sample position when queried (#315457); fix state change
21320           function; use GST_DEBUG_FUNCPTR() for pad functions.
21321
21322 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21323
21324         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21325           Fix leaks in typefind registration
21326           Clean up the gratuitous commenting and whitespacing a little
21327
21328 2005-10-08  Wim Taymans  <wim@fluendo.com>
21329
21330         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21331         Only actually wait for the thread to be stopped if it's 
21332         running.
21333
21334 2005-10-08  Wim Taymans  <wim@fluendo.com>
21335
21336         * gst-libs/gst/audio/gstbaseaudiosink.c:
21337         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21338         If we receive EOS we can start playback of what we had.
21339
21340 2005-10-08  Wim Taymans  <wim@fluendo.com>
21341
21342         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21343         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21344         (gst_multifdsink_stop):
21345         Fix crasher when going to NULL multiple times.
21346
21347 2005-10-06  Wim Taymans  <wim@fluendo.com>
21348
21349         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21350         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21351         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21352         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21353         patch from Edgard Lima <edgard.lima@indt.org.br>
21354         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21355
21356 2005-10-06  Wim Taymans  <wim@fluendo.com>
21357
21358         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21359         Report the FLOW_RETURN as string in the error message.
21360
21361         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21362         Don't assert when clearing an unnegotiated buffer.
21363
21364 2005-10-04  Michael Smith <msmith@fluendo.com>
21365
21366         * gst/playback/gstplaybasebin.c: (group_destroy),
21367         (gen_preroll_element), (remove_groups), (setup_source):
21368         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21369         (setup_sinks), (gst_play_bin_send_event),
21370         (gst_play_bin_change_state):
21371           Set state to NULL before removing from bin. Fix refcounting.
21372
21373 2005-10-04  Michael Smith <msmith@fluendo.com>
21374
21375         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21376           Correct refcounting in send_event() function. Previously was wrong
21377           if the first sink was unable to handle the event.
21378
21379 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21380
21381         * configure.ac:
21382           back to development
21383
21384 === release 0.9.3 ===
21385
21386 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21387
21388         * configure.ac:
21389           Releasing 0.9.3, "De Facto"
21390
21391 2005-10-03  Andy Wingo  <wingo@pobox.com>
21392
21393         * gst/playback/gstdecodebin.c (try_to_link_1)
21394         (remove_element_chain): set element to NULL before removing it.
21395
21396 2005-10-02  Johan Dahlin  <johan@gnome.org>
21397
21398         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21399         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21400         MT safe.
21401
21402 2005-10-02  Andy Wingo  <wingo@pobox.com>
21403
21404         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21405         (gst_ring_buffer_prepare_read): 
21406         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21407         Demote to LOG.
21408
21409 2005-09-29  Wim Taymans  <wim@fluendo.com>
21410
21411         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21412         * ext/theora/theoradec.c: (theora_handle_data_packet):
21413         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21414         Propagate error codes from alloc_buffer too.
21415
21416 2005-09-29  Wim Taymans  <wim@fluendo.com>
21417
21418         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21419         We use fixed caps.
21420
21421         * gst/playback/Makefile.am:
21422         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21423         (dump_element_stats), (main):
21424         Added example stream introspection code.
21425
21426 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21427
21428         * gst/adder/gstadder.c: (gst_adder_collected):
21429           fix adder for float elements
21430
21431 2005-09-28  Wim Taymans  <wim@fluendo.com>
21432
21433         * gst-libs/gst/audio/gstbaseaudiosink.c:
21434         (gst_base_audio_sink_class_init),
21435         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21436         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21437         (gst_base_audio_src_class_init),
21438         (gst_base_audio_src_provide_clock):
21439         get_clock -> provide_clock
21440
21441 2005-09-28  Andy Wingo  <wingo@pobox.com>
21442
21443         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21444         and unlocking.
21445
21446         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21447         unlocking.
21448
21449         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21450         Actually add the pad template.
21451         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21452
21453         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21454         I'm at it...
21455
21456         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21457         from fdsrc. Get caps in create() instead of start() so it can be
21458         interrupted. Interruption somewhat untested.
21459
21460         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21461         Proper EOS handling.
21462
21463 2005-09-27  Andy Wingo  <wingo@pobox.com>
21464
21465         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21466
21467         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21468
21469         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21470
21471         * gst/tcp/gsttcp.h: 
21472         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21473         out of tcpclientsrc.c. Cancellable.
21474         (gst_tcp_socket_read): Made private, cancellable, with better
21475         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21476         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21477         whole buffer, and better diagnostics.
21478         (gst_tcp_gdp_read_caps): Same.
21479
21480         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21481
21482 2005-09-26  Andy Wingo  <wingo@pobox.com>
21483
21484         * gst/sine/gstsinesrc.h:
21485         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21486         change the 'sync' property to 'is-live' and implement it halfway,
21487         update for controller api change.
21488
21489         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21490         controller api change.
21491
21492 2005-09-24  Wim Taymans  <wim@fluendo.com>
21493
21494         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21495         * gst-libs/gst/audio/gstaudiosink.c:
21496         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21497         (gst_audioringbuffer_stop):
21498         * gst-libs/gst/audio/gstbaseaudiosink.c:
21499         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21500         (gst_base_audio_sink_change_state):
21501         * gst-libs/gst/audio/gstbaseaudiosink.h:
21502         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21503         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21504         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21505         * gst-libs/gst/audio/gstringbuffer.h:
21506         Fix sync again. Moved sample alignment to basesink.
21507
21508 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21509
21510         * docs/plugins/Makefile.am:
21511         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21512         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21513         * gst/volume/gstvolume.c:
21514           add/fix docs
21515         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21516         * gst-libs/gst/audio/audio.h:
21517           add conversion macros for frames <-> clocktime
21518
21519 2005-09-23  David Schleef  <ds@schleef.org>
21520
21521         * gst/audioresample/Makefile.am:
21522         * gst/audioresample/debug.h:
21523         * gst/audioresample/gstaudioresample.c:
21524         * gst/audioresample/resample.c: Convert to using gst debugging
21525
21526 2005-09-22  Wim Taymans  <wim@fluendo.com>
21527
21528         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21529         (gst_play_bin_send_event):
21530         Only seek on one sink, the first one that succeeds.
21531
21532 2005-09-22  Michael Smith <msmith@fluendo.com>
21533
21534         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21535         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21536         Don't flush encoder state unless we have an initialised encoder.
21537         Clear out encoder state on PAUSED_TO_READY.
21538
21539 2005-09-22  Wim Taymans  <wim@fluendo.com>
21540
21541         * gst-libs/gst/rtp/gstbasertppayload.c:
21542         (gst_basertppayload_class_init), (gst_basertppayload_init),
21543         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21544         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21545         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21546         (gst_basertppayload_set_property),
21547         (gst_basertppayload_get_property),
21548         (gst_basertppayload_change_state):
21549         * gst-libs/gst/rtp/gstbasertppayload.h:
21550         Added max-ptime to control amount of data in the rtp packets.
21551
21552 2005-09-21  Andy Wingo  <wingo@pobox.com>
21553
21554         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21555         thingies.
21556
21557         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21558         can be called multiple times, dogs.
21559
21560 2005-09-21  Wim Taymans  <wim@fluendo.com>
21561
21562         * gst-libs/gst/rtp/gstbasertppayload.c:
21563         (gst_basertppayload_class_init), (gst_basertppayload_init),
21564         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21565         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21566         (gst_basertppayload_push), (gst_basertppayload_get_property),
21567         (gst_basertppayload_change_state):
21568         Allow 0 ssrc too.
21569
21570 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21571
21572         * docs/libs/compiling.sgml:
21573           fixing typos
21574
21575 2005-09-20  Wim Taymans  <wim@fluendo.com>
21576
21577         * gst-libs/gst/rtp/gstbasertppayload.c:
21578         (gst_basertppayload_class_init), (gst_basertppayload_init),
21579         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21580         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21581         (gst_basertppayload_push), (gst_basertppayload_set_property),
21582         (gst_basertppayload_get_property),
21583         (gst_basertppayload_change_state):
21584         * gst-libs/gst/rtp/gstbasertppayload.h:
21585         Added property to configure sequence number offsets.
21586
21587 2005-09-20  Wim Taymans  <wim@fluendo.com>
21588
21589         * gst-libs/gst/rtp/gstbasertppayload.c:
21590         (gst_basertppayload_class_init), (gst_basertppayload_init),
21591         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21592         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21593         (gst_basertppayload_push), (gst_basertppayload_set_property),
21594         (gst_basertppayload_get_property),
21595         (gst_basertppayload_change_state):
21596         * gst-libs/gst/rtp/gstbasertppayload.h:
21597         Make timestamp offset configurable.
21598
21599 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21600
21601         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21602           fix wrong pop/unref
21603
21604 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21605
21606         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21607
21608         * gst-libs/gst/interfaces/propertyprobe.c:
21609         (gst_property_probe_probe_property_name),
21610         (gst_property_probe_needs_probe_name),
21611         (gst_property_probe_get_values_name),
21612         (gst_property_probe_probe_and_get_values_name):
21613           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21614           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21615
21616 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21617
21618         * check/Makefile.am:
21619           have some tests be disabled for valgrinding
21620         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21621         (GST_START_TEST):
21622         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21623           Fix A Leak.  Chain To Parent Finalize.
21624
21625 2005-09-19  Wim Taymans  <wim@fluendo.com>
21626
21627         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21628         Fixed wav pipeline.
21629
21630 2005-09-19  Wim Taymans  <wim@fluendo.com>
21631
21632         * gst-libs/gst/rtp/gstbasertppayload.c:
21633         (gst_basertppayload_class_init), (gst_basertppayload_init),
21634         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21635         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21636         (gst_basertppayload_push), (gst_basertppayload_get_property),
21637         (gst_basertppayload_change_state):
21638         Posting ERROR and WARNING messages is good.
21639
21640 2005-09-19  Wim Taymans  <wim@fluendo.com>
21641
21642         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21643         (gst_base_rtp_depayload_add_to_queue),
21644         (gst_base_rtp_depayload_push),
21645         (gst_base_rtp_depayload_set_gst_timestamp),
21646         (gst_base_rtp_depayload_queue_release):
21647         This one was not supposed to go in.
21648
21649 2005-09-19  Wim Taymans  <wim@fluendo.com>
21650
21651         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21652         Fix for bus API.
21653
21654         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21655         (gst_base_rtp_depayload_chain),
21656         (gst_base_rtp_depayload_add_to_queue),
21657         (gst_base_rtp_depayload_push),
21658         (gst_base_rtp_depayload_set_gst_timestamp),
21659         (gst_base_rtp_depayload_queue_release):
21660         Some cleanups.
21661
21662         * gst-libs/gst/rtp/gstbasertppayload.c:
21663         (gst_basertppayload_class_init), (gst_basertppayload_init),
21664         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21665         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21666         (gst_basertppayload_get_property),
21667         (gst_basertppayload_change_state):
21668         Added debugging category.
21669
21670 2005-09-18  David Schleef  <ds@schleef.org>
21671
21672         * gst/playback/gstdecodebin.c: free plugin list correctly
21673         * gst/playback/gstplaybin.c: emit warning if autovideosink
21674           and autoaudiosink can't be found (instead of segfaulting)
21675
21676 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21677
21678         * check/elements/audioconvert.c: (GST_START_TEST):
21679           try out 24 bit conversion
21680
21681 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21682
21683         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21684         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21685         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21686         * ext/vorbis/vorbisenc.h:
21687           Fix EOS handling.  Still needs a fix in the ogg muxer to
21688           mark the last page as eos.
21689
21690 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21691
21692         * common/gtk-doc-plugins.mak:
21693         * docs/plugins/Makefile.am:
21694         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21695         * gst/ffmpegcolorspace/Makefile.am:
21696         * gst/ffmpegcolorspace/avcodec.h:
21697         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21698         * gst/tcp/gstmultifdsink.c:
21699           fix up ffmpegcolorspace docs; extract header
21700
21701 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21702
21703         * common/gtk-doc-plugins.mak:
21704         * docs/plugins/Makefile.am:
21705         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21706         * ext/theora/Makefile.am:
21707         * ext/theora/gsttheoraenc.h:
21708         * ext/theora/theoraenc.c:
21709         * ext/vorbis/vorbisenc.c:
21710           pick up signals and args for vorbis; add some docs for vorbis
21711
21712 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21713
21714         * common/gstdoc-scangobj:
21715         * common/gtk-doc-plugins.mak:
21716         * docs/libs/Makefile.am:
21717         * docs/plugins/gst-plugins-base-plugins.args:
21718         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21719         * docs/plugins/gst-plugins-base-plugins.interfaces:
21720         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21721         * docs/plugins/gst-plugins-base-plugins.signals:
21722           only scanobj stuff from our source module.  Not sure yet
21723           if that's correct, given the hierarchy stuff :)
21724
21725 2005-09-15  Wim Taymans  <wim@fluendo.com>
21726
21727         * gst/audioconvert/gstaudioconvert.c:
21728         And enable 24 bits mode as well..
21729
21730 2005-09-15  Wim Taymans  <wim@fluendo.com>
21731
21732         * gst-libs/gst/rtp/Makefile.am:
21733         * gst-libs/gst/rtp/gstbasertppayload.c:
21734         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21735         (gst_basertppayload_class_init), (gst_basertppayload_init),
21736         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21737         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21738         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21739         (gst_basertppayload_set_property),
21740         (gst_basertppayload_get_property),
21741         (gst_basertppayload_change_state):
21742         * gst-libs/gst/rtp/gstbasertppayload.h:
21743         Added rtp payloader base class.
21744
21745 2005-09-15  Andy Wingo  <wingo@pobox.com>
21746
21747         * configure.ac (plugindir): Remove the EOL matcher from the
21748         regexp, as it causes me problems. Libtool? Make? Who knows?
21749
21750 2005-09-14  David Schleef  <ds@schleef.org>
21751
21752         * check/generic/states.c: 
21753         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21754         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21755           Fixes for changes in registry API.
21756
21757         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21758           to GST_PLUGIN_LDFLAGS.
21759         * ext/libvisual/visual.c: Make the library shut up.
21760         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21761         * gst-libs/gst/audio/gstaudiofilter.c: same
21762
21763 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21764
21765         * docs/plugins/Makefile.am:
21766         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21767         * docs/plugins/inspect/plugin-libvisual.xml:
21768         * docs/plugins/tmpl/element-tcpserversink.sgml:
21769         * ext/theora/theoraenc.c:
21770           add libvisual plugin and theoraenc element to docs
21771
21772 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21773
21774         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21775         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21776         * ext/theora/theoraenc.c:
21777           add theoraenc
21778
21779 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21780
21781         * gst/audioconvert/Makefile.am:
21782           Audioconvert derives from GstBaseTransform and should
21783           link to the library with our base elements to avoid
21784           unresolved symbols. Makes things work with MinGW (#316160)
21785
21786         * gst/playback/test4.c: (main):
21787           Fix MinGW build problem and use g_usleep() instead of 
21788           sleep() (#316162)
21789
21790 2005-09-12  Wim Taymans  <wim@fluendo.com>
21791
21792         * gst/audioconvert/audioconvert.c: (float),
21793         (audio_convert_prepare_context), (audio_convert_convert):
21794         * gst/audioconvert/audioconvert.h:
21795         Cleanups, speedups, simplifications, added back support
21796         for 24 bits.
21797
21798 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21799
21800         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21801         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21802         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21803         * docs/plugins/tmpl/element-tcpserversink.sgml:
21804         * gst/ffmpegcolorspace/gstffmpeg.c:
21805         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21806         * gst/videotestsrc/gstvideotestsrc.c:
21807         * gst/volume/gstvolume.c:
21808           add more elements to the docs
21809
21810 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21811
21812         * check/Makefile.am:
21813         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21814         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21815           Add extra tests for basetransform based components. 
21816           Comment out the test_element_negotiation test until we decide
21817           if it's testing correct behaviour.
21818         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21819         (gst_visual_chain), (gst_visual_change_state):
21820           Slightly more correct but still bogus timestamping.
21821           Fix state change function.
21822         * gst/audioconvert/gstaudioconvert.c:
21823         (gst_audio_convert_class_init):
21824         * gst/audioresample/gstaudioresample.c:
21825         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21826         (gst_ffmpegcsp_class_init):
21827         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21828         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21829         (gst_videoscale_prepare_image):
21830         * gst/volume/gstvolume.c: (gst_volume_class_init),
21831         (volume_transform_ip):
21832           Basetransform updates. Enable passthrough modes.
21833         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21834         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21835         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21836           Negotiation fix that allows the window to return to the original
21837           size and renegotiate passthrough upstream. Extra debug output.
21838
21839 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21840
21841         * gst/sine/gstsinesrc.c:
21842         * gst/volume/gstvolume.c:
21843           fix up header include
21844
21845 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21846
21847         * gst-libs/gst/audio/gstbaseaudiosink.c:
21848         (gst_base_audio_sink_render):
21849         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21850         * gst/volume/gstvolume.c: (gst_volume_class_init),
21851         (volume_transform):
21852           fixing lost sync, some more debugging
21853
21854 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
21855
21856         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21857         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21858         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21859         (gst_xvimagesink_check_xshm_calls):
21860           Fix compilation when XShm is not available.
21861
21862 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21863
21864         * ext/libvisual/visual.c: (gst_visual_dispose),
21865         (gst_visual_getcaps), (gst_visual_src_setcaps),
21866         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21867         (gst_visual_change_state):
21868           Finish fixing up libvisual plugin so that it runs. 
21869
21870 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21871
21872         * ext/vorbis/vorbisenc.c:
21873         * gst-libs/gst/tag/gstvorbistag.c:
21874           gsttaginterface.h -> gsttagsetter.h
21875
21876 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21877
21878         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
21879           added another test that failes for me (test is not active by default)
21880
21881 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21882
21883         * configure.ac:
21884           v4l2 is no longer in gst-plugins-base
21885
21886 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21887
21888         * configure.ac:
21889           In the output at the end, don't show the first plugin on the same
21890           line as "Core plug-ins, always built:".
21891           Indent the output as for other plugin categories
21892         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
21893           #define that can be used to not use peer buffer_alloc functions for
21894           test purposes.
21895         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21896         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
21897         (gst_ximagesink_show_frame):
21898         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21899         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
21900         (gst_xvimagesink_show_frame):
21901           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
21902           fails gracefully instead of XError aborting or deadlocking.
21903
21904 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21905
21906         * ext/libvisual/Makefile.am:
21907           link against gst-base-libs
21908
21909 2005-09-06  David Schleef  <ds@schleef.org>
21910
21911         * configure.ac: Enable libvisual plugin.
21912         * ext/libvisual/Makefile.am:
21913         * ext/libvisual/visual.c: Fixes to make it compile.
21914
21915 === release 0.9.2 ===
21916
21917 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21918
21919         * NEWS:
21920         * RELEASE:
21921         * configure.ac:
21922         * docs/random/ChangeLog-0.8:
21923           releasing 0.9.2, "Spoon"
21924
21925 2005-09-05  Michael Smith <msmith@fluendo.com>
21926
21927         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
21928           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
21929           that in the vorbisenc element.
21930
21931 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21932
21933         * common/gtk-doc-plugins.mak:
21934         * docs/plugins/Makefile.am:
21935           fix distcheck
21936         * gst/audioresample/resample.c:
21937           fix wrong docstring
21938
21939 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21940
21941         * common/gst-xmlinspect.py:
21942         * common/gtk-doc-plugins.mak:
21943           only inspect plugins for this given package
21944           require gst-python 0.9
21945
21946 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21947
21948         * Makefile.am:
21949         * autogen.sh:
21950         * common/gst-xmlinspect.py:
21951         * configure.ac:
21952         * docs/Makefile.am:
21953         * docs/plugins/inspect/plugin-alsa.xml:
21954         * docs/plugins/inspect/plugin-audioresample.xml:
21955         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21956         * docs/plugins/inspect/plugin-ogg.xml:
21957         * docs/plugins/tmpl/element-gnomevfssink.sgml:
21958         * docs/plugins/tmpl/element-multifdsink.sgml:
21959         * docs/plugins/tmpl/element-tcpserversink.sgml:
21960         * docs/plugins/tmpl/element-vorbisenc.sgml:
21961         * gst-plugins-base.spec.in:
21962           various doc-related updates
21963
21964 2005-08-31  Wim Taymans  <wim@fluendo.com>
21965
21966         * gst-libs/gst/audio/gstbaseaudiosink.c:
21967         (gst_base_audio_sink_render):
21968         Resync if the buffer timestamps drift more than a 10th 
21969         of a second.
21970
21971 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
21972
21973         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
21974         (gst_v4lsrc_get_property):
21975           The 'timestamp-offset' property is registered as an int64, so
21976           let's use g_value_{set|get}_int64() in our setter and getter
21977           functions (makes it work and fixes warnings with gst-inspect).
21978
21979 2005-08-30  Wim Taymans  <wim@fluendo.com>
21980
21981         * check/elements/audioconvert.c: (setup_audioconvert):
21982         * check/elements/audioresample.c: (setup_audioresample):
21983         * check/elements/volume.c: (setup_volume):
21984         Fix checks.
21985
21986 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21987
21988         * common/gtk-doc-plugins.mak:
21989         * common/plugins.xsl:
21990         * docs/plugins/Makefile.am:
21991           make module a param
21992
21993 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21994
21995         * examples/seeking/seek.c: (make_mp3_pipeline),
21996         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
21997         (play_cb), (pause_cb), (stop_cb):
21998           update the example
21999
22000 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
22001
22002         * gst/volume/gstvolume.c: (gst_volume_class_init),
22003         (volume_transform):
22004           do not update controlled params, if buffer has no timestamp
22005
22006 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22007
22008         * configure.ac:
22009         * gst/sine/Makefile.am:
22010         * gst/volume/Makefile.am:
22011           controllerized elements also need to link against controller-libs ;)
22012
22013 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
22014
22015         * docs/libs/tmpl/gstcolorbalance.sgml:
22016         * docs/libs/tmpl/gstgconf.sgml:
22017         * docs/libs/tmpl/gstmixer.sgml:
22018         * docs/libs/tmpl/gstringbuffer.sgml:
22019         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22020         (gst_sinesrc_create):
22021         * gst/volume/gstvolume.c: (gst_volume_class_init),
22022         (volume_transform):
22023           controllerized two audio plugins
22024
22025 2005-08-29  Andy Wingo  <wingo@pobox.com>
22026
22027         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22028         (vorbis_handle_data_packet): Fix some int overflow errors.
22029
22030         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22031         -1.
22032         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22033         valid.
22034         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22035         if it's valid. Fixed streaming-mode playback.
22036
22037         * check/elements/volume.c (cleanup_volume): Fix for running
22038         CK_FORK=no.
22039
22040         * check/elements/audioconvert.c: Convert from native endian, not
22041         little endian.
22042
22043 2005-08-29  Michael Smith <msmith@fluendo.com>
22044
22045         * ext/ogg/Makefile.am:
22046         * ext/ogg/gstogg.c: (plugin_init):
22047         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22048         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22049         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22050         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22051         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22052         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22053         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22054         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22055         Add an ogg parser element.
22056
22057 2005-08-28  Andy Wingo  <wingo@pobox.com>
22058
22059         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22060
22061 2005-08-26  Wim Taymans  <wim@fluendo.com>
22062
22063         * gst/audioconvert/audioconvert.c: (if), (float),
22064         (audio_convert_get_func_index), (check_default),
22065         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22066         (audio_convert_clean_context), (audio_convert_get_sizes),
22067         (audio_convert_convert):
22068         Cleanups.
22069
22070 2005-08-26  Wim Taymans  <wim@fluendo.com>
22071
22072         * gst/audioconvert/audioconvert.c: (if), (float),
22073         (audio_convert_get_func_index), (check_default),
22074         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22075         (audio_convert_clean_context), (audio_convert_get_sizes),
22076         (audio_convert_convert):
22077         More elegant and working temp buffer selection algo.
22078
22079 2005-08-26  Wim Taymans  <wim@fluendo.com>
22080
22081         * gst/audioconvert/audioconvert.c: (if), (float),
22082         (audio_convert_get_func_index), (check_default),
22083         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22084         (audio_convert_clean_context), (audio_convert_get_sizes),
22085         (get_temp_buffer), (audio_convert_convert):
22086         Use realloc else we lose our original data.
22087
22088 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22089
22090         * gst/audioresample/gstaudioresample.c:
22091           use base class' newsegment to properly timestamp
22092
22093 2005-08-26  Wim Taymans  <wim@fluendo.com>
22094
22095         * gst/audioconvert/audioconvert.c: (if), (float),
22096         (audio_convert_get_func_index), (check_default),
22097         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22098         (audio_convert_clean_context), (audio_convert_get_sizes),
22099         (get_temp_buffer), (audio_convert_convert):
22100         * gst/audioconvert/gstaudioconvert.c:
22101         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22102         (gst_audio_convert_transform_caps),
22103         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22104         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22105         Oops, allocate enough space to perform the channel mix.
22106
22107 2005-08-26  Wim Taymans  <wim@fluendo.com>
22108
22109         * gst/audioconvert/Makefile.am:
22110         * gst/audioconvert/audioconvert.c: (if), (float),
22111         (audio_convert_get_func_index), (check_default),
22112         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22113         (audio_convert_clean_context), (audio_convert_get_sizes),
22114         (get_temp_buffer), (audio_convert_convert):
22115         * gst/audioconvert/audioconvert.h:
22116         * gst/audioconvert/gstaudioconvert.c:
22117         (gst_audio_convert_class_init), (gst_audio_convert_init),
22118         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22119         (gst_audio_convert_get_unit_size),
22120         (gst_audio_convert_transform_caps),
22121         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22122         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22123         * gst/audioconvert/gstaudioconvert.h:
22124         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22125         (gst_channel_mix_fill_identical),
22126         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22127         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22128         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22129         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22130         (gst_channel_mix_mix):
22131         * gst/audioconvert/gstchannelmix.h:
22132         Cleanups, librarify a bit, optimize, better negotiation and more.
22133
22134 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22135
22136         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22137         Another from MikeS:
22138         During typefinding, don't support negative offsets
22139         (offsets from the end of the stream) in our typefind->peek() function
22140         - nothing embedded in ogg ever needs them. However, we need to recognise
22141         those requests and reject them, otherwise we return invalid pointers.
22142
22143 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22144
22145         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22146         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22147         (vorbisdec_finalize), (vorbis_handle_type_packet):
22148           Big shout-out to MikeS for fixing this giant memory leak.
22149           Huzzah!
22150
22151 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22152
22153         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22154         (audio_convert_get_unit_size):
22155           plug some leaks
22156
22157 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22158
22159         * check/Makefile.am:
22160         * check/elements/audioconvert.c: (setup_audioconvert),
22161         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22162         (GST_START_TEST), (audioconvert_suite), (main):
22163           add a test for audioconvert
22164         * gst/audioresample/gstaudioresample.c:
22165         * gst/audioresample/gstaudioresample.h:
22166           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22167           note that for buffers of 1/3 sec this means DURATION(c) is 
22168           one nanosecond more than for a and b
22169
22170 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22171
22172         * check/Makefile.am:
22173         * check/elements/audioresample.c: (setup_audioresample),
22174         (cleanup_audioresample), (fail_unless_perfect_stream),
22175         (test_perfect_stream_instance), (GST_START_TEST),
22176           add a check for audioresample
22177         (audioresample_suite), (main):
22178         * check/elements/volume.c: (GST_START_TEST):
22179           remove unused method
22180         * gst/audioresample/gstaudioresample.c:
22181           set correct buffer parameters since we're changing them
22182         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22183           add some debug
22184
22185 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22186
22187         * gst/audioresample/debug.c:
22188         * gst/audioresample/gstaudioresample.c:
22189           add room for extra overlap samples when asked to transform size
22190           protect against possible mem corruption and check for discrepancies
22191           between written size and outbuffer's size so we can warn for
22192           potential problems
22193         * gst/audioresample/resample.c: (resample_init),
22194         (resample_get_output_size_for_input), (resample_get_output_size),
22195         (resample_set_n_channels), (resample_set_format):
22196           set debug level based on RESAMPLE_DEBUG env var
22197           make sure that get_output_size* returns a whole number of
22198           sample_size
22199           set sample_size each time either channel or format is set
22200         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22201         * gst/audioresample/resample_functable.c:
22202         (resample_scale_functable):
22203         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22204           remove r->sample_size, it's done in resample.c now
22205           add some debugging to the ref implementation
22206           make sure we only give back bytes that are wholes of the sample
22207           size
22208
22209 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22210         * gst/playback/gstplaybasebin.c: (fill_buffer):
22211         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22212
22213 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22214
22215         * gst/volume/gstvolume.c:
22216           made set_caps function static
22217
22218 2005-08-24  Wim Taymans  <wim@fluendo.com>
22219
22220         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22221         (gst_vorbisenc_change_state):
22222         Stop leaking taglists.
22223
22224 2005-08-24  Wim Taymans  <wim@fluendo.com>
22225
22226         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22227         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22228         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22229         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22230         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22231         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22232         Parse seeking events better.
22233         Unref static caps.
22234         Generate correct newsegment events, fixes seeking in live oggs.
22235
22236         * ext/theora/theoradec.c: (theora_dec_src_query),
22237         (theora_dec_src_event), (theora_dec_src_getcaps),
22238         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22239         Use newsegment values to report correct play time.
22240
22241         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22242         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22243         * ext/vorbis/vorbisdec.h:
22244         Parse and use newsegment values to report correct play time.
22245
22246         * gst-libs/gst/audio/gstbaseaudiosink.c:
22247         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22248         Clear ringbuffer on flush.
22249         Use newsegment values to calculate playback time.
22250
22251         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22253         Basesink does newsegment calculations for us now.
22254
22255 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22256
22257         * check/Makefile.am:
22258         * configure.ac:
22259           add core's plugins to the mix so that playbin works
22260         * check/generic/states.c: (GST_START_TEST):
22261           set a 0 timeout on pipelines, so they don't force the next
22262           state change
22263         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22264         (gst_play_base_bin_change_state):
22265           remove the crappy error handling and do GST error handling
22266
22267 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22268
22269         * check/Makefile.am:
22270         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22271           add same test as to core, it bitches out on playbin atm.
22272
22273 2005-08-24  Wim Taymans  <wim@fluendo.com>
22274
22275         * configure.ac:
22276         Remove audioscale.
22277
22278 2005-08-24  Wim Taymans  <wim@fluendo.com>
22279
22280         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22281         (gst_videoscale_prepare_size), (parse_caps),
22282         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22283         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22284         (gst_videoscale_transform):
22285         * gst/videoscale/gstvideoscale.h:
22286         Refactor, make use of BaseTranform really well.
22287
22288 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22289
22290         * configure.ac:
22291           compile audioresample
22292         * gst/audioresample/Makefile.am:
22293         * gst/audioresample/buffer.c:
22294         * gst/audioresample/functable.c:
22295         * gst/audioresample/gstaudioresample.c:
22296         * gst/audioresample/gstaudioresample.h:
22297         * gst/audioresample/resample.c:
22298         (resample_get_output_size_for_input):
22299         * gst/audioresample/resample.h:
22300         * gst/audioresample/resample_chunk.c:
22301         * gst/audioresample/resample_functable.c:
22302         * gst/audioresample/resample_ref.c:
22303           port to use basetransform; doesn't work in all cases yet
22304
22305 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22306
22307         * gst/audioconvert/gstaudioconvert.c:
22308         (gst_audio_convert_class_init), (gst_audio_convert_init),
22309         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22310         (audio_convert_fixate_caps), (audio_convert_set_caps),
22311         (audio_convert_transform),
22312         (gst_audio_convert_buffer_to_default_format),
22313         (gst_audio_convert_buffer_from_default_format),
22314         (gst_audio_convert_channels):
22315         * gst/audioconvert/gstchannelmix.c:
22316         * gst/audioconvert/gstchannelmix.h:
22317           port to basetransform
22318         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22319         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22320         (gst_ffmpegcsp_get_unit_size):
22321         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22322         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22323           fix for basetransform changes
22324
22325 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22326
22327         * check/Makefile.am:
22328           Add CHECK_CFLAGS and LDFLAGS
22329
22330         * gst/playback/gstplaybasebin.c: (fill_buffer):
22331           GST_MESSAGE_SRC became a GObject
22332
22333 2005-08-24  Wim Taymans  <wim@fluendo.com>
22334
22335         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22336         (gst_ring_buffer_clear_all):
22337         * gst-libs/gst/audio/gstringbuffer.h:
22338         Added function to clear the ringbuffer.
22339
22340 2005-08-24  Andy Wingo  <wingo@pobox.com>
22341
22342         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22343         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22344         of _open and _close.
22345
22346         * sys/v4l/gstv4lxoverlay.h:
22347         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22348         an Xv connection here, instead of all the time. Make Xv only be
22349         loaded if you axe for it. Kindof a workaround for buggy behaviour
22350         of Xv when using remote xservers (XvQueryExtension would block).
22351         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22352         replace the _open and _close public API. Only start the xv
22353         connection if necessary.
22354         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22355
22356 2005-08-23  David Schleef  <ds@schleef.org>
22357
22358         * gst/audioresample/Makefile.am: Leet audioresampling code
22359         * gst/audioresample/buffer.c:
22360         * gst/audioresample/buffer.h:
22361         * gst/audioresample/debug.c:
22362         * gst/audioresample/debug.h:
22363         * gst/audioresample/functable.c:
22364         * gst/audioresample/functable.h:
22365         * gst/audioresample/gstaudioresample.c:
22366         * gst/audioresample/gstaudioresample.h:
22367         * gst/audioresample/resample.c:
22368         * gst/audioresample/resample.h:
22369         * gst/audioresample/resample_chunk.c:
22370         * gst/audioresample/resample_functable.c:
22371         * gst/audioresample/resample_ref.c:
22372
22373 2005-08-23  Wim Taymans  <wim@fluendo.com>
22374
22375         * examples/seeking/seek.c: (make_vorbis_pipeline),
22376         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22377         Small seek updates.
22378
22379 2005-08-23  Andy Wingo  <wingo@pobox.com>
22380
22381         * gst-libs/gst/audio/gstbaseaudiosrc.c
22382         (gst_base_audio_src_fixate): Only fixate endianness if it is
22383         present in the caps.
22384
22385 2005-08-22  Andy Wingo  <wingo@pobox.com>
22386
22387         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22388         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22389         device-name property.
22390
22391         * gst-libs/gst/audio/gstaudiosrc.h:
22392         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22393         close_device in the ring buffer, like gstaudiosink.
22394
22395         * ext/alsa/gstalsamixer.h:
22396         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22397         macro to implement the interface without much code. Cleanups. 
22398
22399         * ext/alsa/gstalsasrc.h:
22400         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22401         READY.
22402
22403         * ext/alsa/Makefile.am: Add new files.
22404         * ext/alsa/gstalsamixerelement.c: 
22405         * ext/alsa/gstalsamixerelement.c: Split element code out from
22406         mixer code so that alsasrc can be a mixer too.
22407
22408 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22409
22410         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22411         (GST_START_TEST):
22412         * check/elements/vorbisdec.c: (setup_vorbisdec),
22413         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22414         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22415         (vorbis_handle_identification_packet),
22416         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22417         (vorbis_handle_header_packet), (vorbis_dec_push),
22418         (vorbis_dec_chain):
22419           use the setup/teardown methods to save code.  save code is good.
22420
22421 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22422
22423         * check/Makefile.am:
22424           add ext dir for plugins
22425           add vorbisdec test conditionally
22426         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22427         (GST_START_TEST), (volume_suite):
22428           add a test with wrong caps
22429         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22430         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22431           add a vorbisdec test
22432         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22433         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22434           clean up debug output
22435         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22436           yay, fix a segfault/security issue in vorbisdec
22437           gst-launch fakesrc ! vorbisdec wasn't happy
22438         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22439         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22440         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22441         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22442         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22443         (gst_vorbisenc_set_metadata), (get_constraints_string),
22444         (update_start_message), (gst_vorbisenc_setup),
22445         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22446         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22447         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22448         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22449         * ext/vorbis/vorbisenc.h:
22450           march in line
22451         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22452         (gst_ffmpegcsp_transform):
22453           have the kow come home
22454         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22455           debug my func ptr
22456         * gst/volume/gstvolume.c: (volume_set_caps):
22457           add a debug
22458
22459 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22460
22461         * Makefile.am:
22462         * check/.cvsignore:
22463         * check/Makefile.am:
22464         * check/elements/.cvsignore:
22465         * check/elements/volume.c: (chain_func), (event_func),
22466         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22467         (main):
22468         * configure.ac:
22469           add unit test structure for gst-plugins-base
22470           add a test for volume
22471         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22472         (gst_volume_set_volume), (gst_volume_get_volume),
22473         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22474         (volume_funcfind), (volume_process_float), (volume_process_int16),
22475         (volume_set_caps), (volume_transform), (volume_update_mute),
22476         (volume_update_volume), (volume_set_property),
22477         (volume_get_property):
22478           document a little; use basetransform vmethod _set_caps
22479
22480 2005-08-19  Andy Wingo  <wingo@pobox.com>
22481
22482         * ext/alsa/gstalsamixertrack.h:
22483         * ext/alsa/gstalsamixertrack.c:
22484         * ext/alsa/gstalsamixeroptions.h:
22485         * ext/alsa/gstalsamixeroptions.c:
22486         * ext/alsa/gstalsamixer.h:
22487         * ext/alsa/gstalsamixer.c: Port to 0.9.
22488
22489         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22490         Remove gstalsa.c and alsaclock. No more cruft here.
22491         
22492 2005-08-18  Wim Taymans  <wim@fluendo.com>
22493
22494         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22495         (gst_base_rtp_depayload_chain),
22496         (gst_base_rtp_depayload_add_to_queue),
22497         (gst_base_rtp_depayload_push),
22498         (gst_base_rtp_depayload_queue_release):
22499         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22500         Fix for RTPBuffer changes.
22501
22502         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22503         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22504         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22505         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22506         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22507         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22508         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22509         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22510         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22511         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22512         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22513         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22514         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22515         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22516         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22517         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22518         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22519         (gst_rtpbuffer_get_payload):
22520         * gst-libs/gst/rtp/gstrtpbuffer.h:
22521         Don't subclass GstBuffer but add methods and helper functions
22522         to construct and manipulate RTP packets in regular GstBuffers.
22523
22524 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22525
22526         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22527           moved statement below switch
22528         * gst/volume/gstvolume.c: (gst_volume_class_init):
22529           added debug ptr
22530
22531 2005-08-16  Wim Taymans  <wim@fluendo.com>
22532
22533         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22534         (gst_base_audio_src_change_state):
22535         Open and close device in READY<->NULL state change.
22536
22537 2005-08-16  Andy Wingo  <wingo@pobox.com>
22538
22539         * examples/seeking/Makefile.am: Don't compile non-compiling
22540         compiled objects with the compiler.
22541
22542         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22543         elements.
22544
22545 2005-08-12  Philippe Khalaf <burger@speedy.org>
22546         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22547         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22548           Made a thread to release the queue.
22549           Removed timestamp conversion for now.
22550
22551 2005-08-10  Philippe Khalaf <burger@speedy.org>
22552         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22553         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22554           Added rtp timestamp -> gst timestamp conversion.
22555           Fixed several problems with queue.
22556
22557 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22558
22559         * gst-libs/gst/audio/gstaudioclock.h:
22560         * gst-libs/gst/audio/gstaudiofilter.h:
22561         * gst-libs/gst/audio/gstaudiosink.h:
22562         * gst-libs/gst/audio/gstaudiosrc.h:
22563         * gst-libs/gst/audio/gstbaseaudiosink.h:
22564         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22565         * gst-libs/gst/audio/gstringbuffer.h:
22566         * gst-libs/gst/net/gstnetbuffer.h:
22567         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22568         * gst-libs/gst/rtp/gstrtpbuffer.h:
22569           Add padding (you will need to rebuild gst-plugins-base,
22570           gst-plugins and all applications afterwards!)
22571
22572 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22573
22574         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22575         (gst_riff_parse_chunk):
22576           Fix bug in debug message and add some more debug messages.
22577
22578 2005-08-08  Edward Hervey  <edward@fluendo.com>
22579
22580         * gst-libs/gst/riff/riff-media.c:
22581         backported updates since branch
22582
22583 2005-08-08  Andy Wingo  <wingo@pobox.com>
22584
22585         * gst-libs/gst/audio/gstbaseaudiosink.c
22586         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22587         like good elements should. Close on READY->NULL too.
22588
22589         * gst-libs/gst/audio/gstaudiosink.c
22590         (gst_audioringbuffer_open_device,
22591         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22592         (gst_audioringbuffer_release): Updates for new ring buffer API,
22593         hook into the new audio sink api.
22594
22595         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22596         (GstAudioSinkClass.close): Just open and close the device -- no
22597         resource allocation or configuration.
22598         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22599         vmethods, handle device setup and resource allocation.
22600
22601         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22602         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22603         base class API.
22604
22605         * gst-libs/gst/audio/gstringbuffer.h
22606         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22607         New vmethods.
22608
22609         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22610         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22611         New API functions. The device should be opened before acquiring
22612         and closed after releasing.
22613
22614 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22615
22616         * gst-libs/gst/interfaces/mixer.h:
22617           Reset padding to GST_PADDING.
22618
22619 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22620
22621         * gst/playback/gstplaybin.c: (remove_sinks):
22622           Remove visualization from parent explicitely; works around some
22623           apparent refcount issue that I haven't tracked down yet.
22624
22625 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22626
22627         * ext/alsa/gstalsasink.c: (set_hwparams):
22628           Assign debug category, add negotiation debug msgs.
22629
22630 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22631
22632         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22633           Fix error code for file-not-found to NOT_FOUND.
22634
22635 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22636
22637         * common/gtk-doc-plugins.mak:
22638         * docs/plugins/Makefile.am:
22639         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22640         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22641           renamed to actual element names, so much nicer to look at
22642         * docs/plugins/tmpl/gstmultifdsink.sgml:
22643           remove
22644         * docs/plugins/tmpl/multifdsink.sgml:
22645         * docs/plugins/tmpl/tcpserversink.sgml:
22646           add
22647         * ext/alsa/gstalsa.c:
22648         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22649         * ext/ogg/gstoggmux.c:
22650         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22651         * gst/playback/gstdecodebin.c:
22652         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22653         * gst/tcp/gsttcpserversink.c:
22654           various fixes and documentation additions
22655
22656 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22657
22658         * common/Makefile.am:
22659         * common/gstdoc-scangobj:
22660         * common/gtk-doc-plugins.mak:
22661         * common/gtk-doc.mak:
22662           add a custom scangobj that uses the registry
22663           add a custom gtk-doc-plugins.mak that uses it
22664           some doc build fixes
22665         * configure.ac:
22666         * docs/Makefile.am:
22667         * docs/plugins/Makefile.am:
22668         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22669         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22670         * docs/plugins/gst-plugins-base-plugins.types:
22671         * docs/plugins/tmpl/gstmultifdsink.sgml:
22672           add docs for one element, multifdsink
22673         * gst/adder/gstadder.h:
22674         * gst/volume/gstvolume.h:
22675           don't privatize enum
22676         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22677         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22678         (gst_sync_method_get_type), (gst_client_status_get_type),
22679         (gst_multifdsink_class_init),
22680         (gst_multifdsink_client_queue_buffer),
22681         (gst_multifdsink_handle_client_write):
22682         * gst/tcp/gstmultifdsink.h:
22683         * gst/tcp/gsttcp.h:
22684         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22685         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22686         (gst_tcpclientsink_render):
22687         * gst/tcp/gsttcpclientsink.h:
22688         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22689         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22690         (gst_tcpclientsrc_start):
22691         * gst/tcp/gsttcpclientsrc.h:
22692         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22693         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22694         * gst/tcp/gsttcpserversrc.h:
22695         * gst/typefind/gsttypefindfunctions.c:
22696           remove superfluous Type stuff
22697
22698 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22699
22700         * gst/playback/gstplaybin.c: (gen_video_element):
22701           Enable videoscale.
22702
22703 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22704
22705         * gst-libs/gst/gconf/gconf.c:
22706         * gst-libs/gst/gconf/gconf.h:
22707           Fix some Andy Problem [tm].
22708
22709 2005-08-04  Andy Wingo  <wingo@pobox.com>
22710
22711         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22712         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22713         (gst_ffmpegcsp_get_size): Adapt to API changes.
22714
22715         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22716         Implement an in-place do-nothing transform.
22717
22718 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22719
22720         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22721         (gst_ximagesink_renegotiate_size):
22722           Do not set new window sizes yet if we prepare a new buffer size
22723           for upstream renegotiation (software scaling) at some point in the
22724           future, because this new size waqs not actually accepted yet. Once
22725           accepted, renegotiation later on will set the new sizes just fine.
22726           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22727           embedding testcase.
22728
22729 2005-08-03  Andy Wingo  <wingo@pobox.com>
22730
22731         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22732         (gst_ximagesink_buffer_alloc): 
22733         Protect the height, width, and desired_caps with the pool_lock.
22734         Fixes videotestsrc ! queue ! ximagesink.
22735
22736 2005-08-02  Edward Hervey  <edward@fluendo.com>
22737
22738         * gst/volume/gstvolume.c:
22739         include left from controller cleanup
22740
22741 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22743           Stop collectpads before calling the parent state
22744           change function on PAUSED->READY.
22745
22746 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22747         * configure.ac:
22748           When testing for X libs, use the X CFlags 
22749         * gst/adder/gstadder.c: (gst_adder_change_state):
22750           Stop the collectpads before calling parent state change function
22751           on PAUSED->READY, otherwise we deadlock deactivating pads.
22752
22753 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22754
22755         * configure.ac:
22756         * docs/libs/tmpl/gstcolorbalance.sgml:
22757         * docs/libs/tmpl/gstmixer.sgml:
22758         * examples/Makefile.am:
22759         * gst/sine/Makefile.am:
22760         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22761         (gst_sinesrc_set_property), (plugin_init):
22762         * gst/sine/gstsinesrc.h:
22763         * gst/volume/Makefile.am:
22764         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22765         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22766         (volume_process_float), (volume_process_int16),
22767         (volume_set_property), (plugin_init):
22768         * gst/volume/gstvolume.h:
22769           deactivate and remove dparams (libgstcontrol)
22770
22771 2005-07-29  Wim Taymans  <wim@fluendo.com>
22772
22773         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22774         Convert me to BaseTransform!! help..
22775
22776 2005-07-29  Andy Wingo  <wingo@pobox.com>
22777
22778         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22779         sinks.
22780
22781         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22782         support of both endiannesses.
22783
22784 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22785
22786         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22787           Fix confusing debug message (s/event/query/)
22788
22789 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22790
22791         * gst/videotestsrc/videotestsrc.h:
22792           Use "_stdint.h" instead of <stdint.h>
22793
22794 2005-07-27  Wim Taymans  <wim@fluendo.com>
22795
22796         * ext/vorbis/Makefile.am:
22797         Revert wrong commit.
22798
22799 2005-07-27  Wim Taymans  <wim@fluendo.com>
22800
22801         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22802         More compilation fixen.
22803
22804 2005-07-27  Wim Taymans  <wim@fluendo.com>
22805
22806         * gst-libs/gst/audio/gstbaseaudiosink.c:
22807         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22808         (gst_base_audio_sink_create_ringbuffer),
22809         (gst_base_audio_sink_change_state):
22810         Fix compilation.
22811
22812 2005-07-27  Wim Taymans  <wim@fluendo.com>
22813
22814         * examples/seeking/seek.c: (setup_dynamic_link),
22815         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22816         (query_positions_elems), (query_positions_pads), (do_seek):
22817         Update seek example.
22818
22819         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22820         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22821         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22822         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22823         (gst_ogg_demux_handle_event),
22824         (gst_ogg_demux_deactivate_current_chain),
22825         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22826         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22827         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22828         (gst_ogg_demux_loop):
22829         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22830         * ext/theora/theoradec.c: (theora_dec_src_event),
22831         (theora_dec_src_getcaps), (theora_dec_sink_event),
22832         (theora_dec_push), (theora_dec_chain):
22833         * ext/vorbis/Makefile.am:
22834         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22835         (vorbis_dec_sink_event), (vorbis_dec_push),
22836         (vorbis_handle_data_packet):
22837         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22838         (gst_vorbisenc_chain):
22839         * gst/playback/gststreaminfo.c: (cb_probe):
22840         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22841         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22842         * gst/videoscale/gstvideoscale.c:
22843         (gst_videoscale_handle_src_event):
22844         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22845         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22846         (gst_ximagesink_navigation_send_event):
22847         * sys/xvimage/xvimagesink.c:
22848         (gst_xvimagesink_navigation_send_event):
22849         Various event updates and cleanups
22850
22851 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22852
22853         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22854           Fix segfault for I420/YV12.
22855
22856 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22857
22858         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22859           Report bitrate.
22860
22861 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22862
22863         * gst/playback/gstplaybin.c: (gen_video_element),
22864         (gen_audio_element):
22865           Switch to auto*sink elements as default sinks; add volume element
22866           so that volume control in totem works.
22867
22868 2005-07-21  Wim Taymans  <wim@fluendo.com>
22869
22870         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22871         * gst/playback/gstplaybin.c: (setup_sinks),
22872         (gst_play_bin_change_state):
22873         Refcount fix and more comments.
22874
22875 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22876
22877         * sys/ximage/Makefile.am:
22878         * sys/ximage/ximage.c: (plugin_init):
22879         * sys/ximage/ximagesink.c:
22880         Prepare for adding ximagesrc, rename of plugin to ximage etc.
22881         
22882
22883 2005-07-21  Wim Taymans  <wim@fluendo.com>
22884
22885         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22886         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22887         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22888         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22889         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22890         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
22891         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
22892         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
22893         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
22894         Generate correct disconts for live chained oggs.
22895
22896         * gst-libs/gst/audio/gstbaseaudiosink.c:
22897         (gst_base_audio_sink_render),
22898         (gst_base_audio_sink_create_ringbuffer),
22899         (gst_base_audio_sink_change_state):
22900         Handle discont math correctly.
22901
22902         * gst/playback/gstplaybin.c: (add_sink):
22903         Some small debug cleanup.
22904
22905 2005-07-21  Wim Taymans  <wim@fluendo.com>
22906
22907         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
22908         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22909         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22910         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22911         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22912         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
22913         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22914         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
22915         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22916         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
22917         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
22918         (gst_ogg_demux_change_state), (gst_ogg_print):
22919         Reorganize code to send the right disconts when in streaming
22920         mode.
22921
22922 2005-07-20  Andy Wingo  <wingo@pobox.com>
22923
22924         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
22925         fix (?), fixes a seggie mcfalterson (#310894).
22926
22927 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22928
22929         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
22930         (gst_ogg_mux_set_header_on_caps):
22931         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
22932         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22933         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
22934         * gst-libs/gst/audio/multichannel.c:
22935         (gst_audio_set_channel_positions),
22936         (gst_audio_set_structure_channel_positions_list):
22937         * gst/playback/gstdecodebin.c: (dynamic_create):
22938         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
22939         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
22940           Fixes for API changes in core.
22941
22942 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22943
22944         * gst/playback/gstplaybasebin.c: (fill_buffer):
22945           Use _new_custom() so we can set custom message types for buffering
22946           messages.
22947
22948 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22949
22950         * configure.ac:
22951         * gst-libs/gst/Makefile.am:
22952         * gst-libs/gst/gconf/.cvsignore:
22953         * gst-libs/gst/gconf/Makefile.am:
22954         * gst-libs/gst/gconf/test-gconf.c:
22955         * pkgconfig/Makefile.am:
22956         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22957         * pkgconfig/gstreamer-gconf.pc.in:
22958           Remove gconf stuff, use gconf elements instead from now on.
22959
22960 2005-07-20  Wim Taymans  <wim@fluendo.com>
22961
22962         * gst-libs/gst/audio/TODO:
22963         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
22964         (gst_audio_clock_get_internal_time):
22965         * gst-libs/gst/audio/gstaudioclock.h:
22966         * gst-libs/gst/audio/gstbaseaudiosink.c:
22967         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
22968         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
22969         (gst_base_audio_sink_render),
22970         (gst_base_audio_sink_create_ringbuffer),
22971         (gst_base_audio_sink_change_state):
22972         Make sure the audio clock always returns an increasing value.
22973
22974 2005-07-19  Andy Wingo  <wingo@pobox.com>
22975
22976         * gst/videotestsrc/: Cleanups.
22977
22978 2005-07-19  Wim Taymans  <wim@fluendo.com>
22979
22980         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
22981         Better debugging.
22982
22983 2005-07-19  Wim Taymans  <wim@fluendo.com>
22984
22985         * examples/seeking/seek.c: (make_dv_pipeline),
22986         (make_vorbis_theora_pipeline), (query_rates),
22987         (query_positions_elems), (query_positions_pads), (do_seek):
22988         Make correct DV pipeline.
22989
22990 2005-07-18  Andy Wingo  <wingo@pobox.com>
22991
22992         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
22993         default. Also because it's the only thing that really works. (This
22994         is used in the GConf elements).
22995         Use AS_LIBTOOL_TAGS.
22996
22997 2005-07-18  Wim Taymans  <wim@fluendo.com>
22998
22999         * gst/playback/gstdecodebin.c: (remove_element_chain):
23000         * gst/playback/gstplaybin.c: (add_sink):
23001         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23002         (gst_stream_info_set_mute):
23003         * gst/playback/gststreamselector.c:
23004         (gst_stream_selector_get_linked_pad),
23005         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
23006         More leak and compile fixes.
23007
23008 2005-07-18  Wim Taymans  <wim@fluendo.com>
23009
23010         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23011         (query_rates), (query_positions_elems), (query_positions_pads),
23012         (do_seek), (seek_cb), (stop_seek):
23013         Updated seek example. 
23014
23015         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
23016         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
23017         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
23018         * gst/playback/gstplaybin.c: (add_sink):
23019         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
23020         (gst_stream_info_set_mute):
23021         Some refcount leak fixes.
23022
23023 2005-07-16  Wim Taymans  <wim@fluendo.com>
23024
23025         * gst-libs/gst/audio/gstbaseaudiosink.c:
23026         (gst_base_audio_sink_render):
23027         Align samples even if we have roundoff errors in the 
23028         timestamp conversion.
23029
23030 2005-07-16  Wim Taymans  <wim@fluendo.com>
23031
23032         * docs/libs/tmpl/gstringbuffer.sgml:
23033         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23034         (query_rates), (query_positions_elems), (query_positions_pads),
23035         (update_scale), (do_seek):
23036         Updated seek example.
23037
23038         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23039         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23040         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23041         (gst_ogg_demux_loop):
23042         Push out correct discont values.
23043
23044         * ext/theora/theoradec.c: (theora_dec_src_convert),
23045         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23046         (theora_dec_sink_event), (theora_handle_type_packet),
23047         (theora_handle_header_packet), (theora_dec_push),
23048         (theora_handle_data_packet), (theora_dec_chain),
23049         (theora_dec_change_state):
23050         Better timestamping.
23051
23052         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23053         (vorbis_dec_sink_event), (vorbis_dec_push),
23054         (vorbis_handle_data_packet), (vorbis_dec_chain):
23055         * ext/vorbis/vorbisdec.h:
23056         Better timestamping.
23057
23058         * gst-libs/gst/audio/gstbaseaudiosink.c:
23059         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23060         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23061         Handle syncing on timestamps instead of sample offsets. Make
23062         use of DISCONT values as described in design docs.
23063
23064         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23065         (gst_base_audio_src_get_time):
23066         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23067         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23068         (gst_ring_buffer_read):
23069         * gst-libs/gst/audio/gstringbuffer.h:
23070         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23071         (gst_ximagesink_show_frame):
23072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23073         Correcly convert buffer timestamp to stream time.
23074
23075 2005-07-16  Wim Taymans  <wim@fluendo.com>
23076
23077         * gst/audioconvert/gstaudioconvert.c:
23078         (gst_audio_convert_get_buffer):
23079         Timestamp buffers correctly.
23080
23081         * gst/playback/gstplaybin.c: (gen_video_element):
23082         Make internal fakesink silent.
23083
23084 2005-07-15  Wim Taymans  <wim@fluendo.com>
23085
23086         * gst/ffmpegcolorspace/Makefile.am:
23087         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23088         (gst_ffmpegcsp_caps_remove_format_info),
23089         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23090         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23091         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23092         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23093         Ported ffmpegcolorspace to basetransform.
23094
23095         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23096         * gst/volume/gstvolume.c: (volume_transform):
23097         Ported to new API.
23098
23099 2005-07-14  Wim Taymans  <wim@fluendo.com>
23100
23101         * gst/videotestsrc/Makefile.am:
23102         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23103         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23104         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23105         (gst_videotestsrc_init), (gst_videotestsrc_event),
23106         (gst_videotestsrc_create), (gst_videotestsrc_start),
23107         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23108         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23109         (gst_videotestsrc_get_property):
23110         * gst/videotestsrc/gstvideotestsrc.h:
23111         Make videotestsrc a pushsrc.
23112
23113 2005-07-14  Wim Taymans  <wim@fluendo.com>
23114
23115         * gst/tcp/gstfdset.c: (gst_fdset_free):
23116         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23117         (gst_multifdsink_add), (gst_multifdsink_remove),
23118         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23119         (gst_multifdsink_remove_client_link),
23120         (gst_multifdsink_client_queue_data),
23121         (gst_multifdsink_client_queue_caps),
23122         (gst_multifdsink_client_queue_buffer),
23123         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23124         (gst_multifdsink_stop):
23125         * gst/tcp/gstmultifdsink.h:
23126         0.8 backporting.
23127
23128         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23129         Also draw image when not from a pool.
23130
23131 2005-07-14  Wim Taymans  <wim@fluendo.com>
23132
23133         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23134         (mute_stream), (silence_stream):
23135         Small debug additions.
23136
23137 2005-07-14  Wim Taymans  <wim@fluendo.com>
23138
23139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23140         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23141         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23142         Better error recovery, ignore unconnected pads and
23143         non-fatal errors.
23144
23145 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23146
23147         * docs/libs/tmpl/gstaudio.sgml:
23148         * docs/libs/tmpl/gstcolorbalance.sgml:
23149         * docs/libs/tmpl/gstgconf.sgml:
23150         * docs/libs/tmpl/gstmixer.sgml:
23151         * docs/libs/tmpl/gstringbuffer.sgml:
23152         * docs/libs/tmpl/gsttuner.sgml:
23153         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23154         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23155         (gst_tcpclientsrc_class_init):
23156         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23157         (gst_tcpserversrc_class_init):
23158         * sys/v4l/gstv4lelement.c:
23159           more autistic cleanliness in functions/names/defines
23160
23161 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23162
23163         * configure.ac:
23164           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23165           added manually to each Makefile.am so we are sure it goes
23166           *last* and doesn't add -L flags before linking in libs of our
23167           own, like, say, internal .la libs, that then accidentally pick
23168           up the installed copy.
23169         * docs/libs/Makefile.am:
23170         * ext/alsa/Makefile.am:
23171         * ext/cdparanoia/Makefile.am:
23172         * ext/gnomevfs/Makefile.am:
23173         * ext/libvisual/Makefile.am:
23174         * ext/ogg/Makefile.am:
23175         * ext/theora/Makefile.am:
23176         * ext/vorbis/Makefile.am:
23177         * gst-libs/gst/video/Makefile.am:
23178         * gst/adder/Makefile.am:
23179         * gst/audioconvert/Makefile.am:
23180         * gst/audiorate/Makefile.am:
23181         * gst/audioscale/Makefile.am:
23182         * gst/ffmpegcolorspace/Makefile.am:
23183         * gst/playback/Makefile.am:
23184         * gst/sine/Makefile.am:
23185         * gst/subparse/Makefile.am:
23186         * gst/tags/Makefile.am:
23187         * gst/tcp/Makefile.am:
23188         * gst/typefind/Makefile.am:
23189         * gst/videorate/Makefile.am:
23190         * gst/videoscale/Makefile.am:
23191         * gst/videotestsrc/Makefile.am:
23192         * gst/volume/Makefile.am:
23193         * sys/v4l/Makefile.am:
23194         * sys/ximage/Makefile.am:
23195         * sys/xvimage/Makefile.am:
23196           adapt properly to this change. This should make sure that
23197           plugins and libs properly link to the as-yet-uninstalled
23198           copies of stuff like libgstinterfaces and libgstvideo
23199
23200 2005-07-13  Andy Wingo  <wingo@pobox.com>
23201
23202         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23203         (gst_v4lsrc_fixate): Fixate on format as well.
23204
23205         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23206         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23207         buffer points to it.
23208         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23209         rather just doing X calls ourselves. Also fixes a memleak.
23210
23211 2005-07-12  Andy Wingo  <wingo@pobox.com>
23212
23213         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23214         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23215         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23216         TRUE to avoid deadlocks if an element holds on to our buffers.
23217
23218 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23219
23220         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23221         (gst_sinesrc_init), (gst_sinesrc_create),
23222         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23223         (gst_sinesrc_start):
23224         * gst/sine/gstsinesrc.h:
23225           removing num-buffers property before moving it
23226
23227 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23228
23229         * configure.ac:
23230           use overridable ERROR_CFLAGS
23231         * docs/libs/gst-plugins-base-libs.types:
23232         * docs/libs/tmpl/gstringbuffer.sgml:
23233         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23234         (gst_alsasink_class_init):
23235         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23236         (gst_alsasrc_class_init):
23237         * gst-libs/gst/audio/audio.h:
23238         * gst-libs/gst/audio/gstaudioclock.h:
23239         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23240         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23241         (gst_audio_filter_link), (gst_audio_filter_init),
23242         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23243         (gst_audio_filter_get_property),
23244         (gst_audio_filter_class_add_pad_templates):
23245         * gst-libs/gst/audio/gstaudiofilter.h:
23246         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23247         (gst_audio_filter_template_get_type),
23248         (gst_audio_filter_template_base_init),
23249         (gst_audio_filter_template_class_init),
23250         (gst_audio_filter_template_init),
23251         (gst_audio_filter_template_set_property),
23252         (gst_audio_filter_template_get_property), (plugin_init),
23253         (gst_audio_filter_template_setup),
23254         (gst_audio_filter_template_filter),
23255         (gst_audio_filter_template_filter_inplace):
23256         * gst-libs/gst/audio/gstaudiosink.c:
23257         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23258         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23259         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23260         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23261         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23262         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23263         * gst-libs/gst/audio/gstaudiosink.h:
23264         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23265         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23266         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23267         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23268         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23269         (gst_audio_src_class_init), (gst_audio_src_init),
23270         (gst_audio_src_create_ringbuffer):
23271         * gst-libs/gst/audio/gstaudiosrc.h:
23272         * gst-libs/gst/audio/gstbaseaudiosink.c:
23273         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23274         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23275         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23276         (gst_base_audio_sink_set_property),
23277         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23278         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23279         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23280         (gst_base_audio_sink_create_ringbuffer),
23281         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23282         * gst-libs/gst/audio/gstbaseaudiosink.h:
23283         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23284         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23285         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23286         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23287         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23288         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23289         (gst_base_audio_src_event), (gst_base_audio_src_create),
23290         (gst_base_audio_src_create_ringbuffer),
23291         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23292         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23293         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23294         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23295         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23296         (gst_ring_buffer_debug_spec_caps),
23297         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23298         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23299         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23300         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23301         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23302         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23303         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23304         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23305         (gst_ring_buffer_clear):
23306         * gst-libs/gst/audio/gstringbuffer.h:
23307         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23308         (gst_video_sink_class_init), (gst_video_sink_get_type):
23309         * gst-libs/gst/video/videosink.h:
23310         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23311         (gst_multifdsink_class_init),
23312         (gst_multifdsink_handle_client_write),
23313         (gst_multifdsink_change_state):
23314         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23315         (gst_tcpclientsink_setcaps):
23316         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23317         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23318         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23319         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23320         (gst_ximagesink_send_pending_navigation),
23321         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23322         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23324         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23325         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23326         (gst_xvimagesink_send_pending_navigation),
23327         (gst_xvimagesink_navigation_send_event),
23328         (gst_xvimagesink_set_xwindow_id),
23329         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23330         (gst_xvimagesink_get_type):
23331         more macro splitting
23332
23333 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23334
23335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23336           plug a memleak, allows me to import 1479 albums in one go
23337           in jamboree
23338         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23339         (vorbis_handle_type_packet), (vorbis_dec_chain),
23340         (vorbis_dec_change_state):
23341           fix some format strings
23342
23343 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23344
23345         * docs/libs/tmpl/gstcolorbalance.sgml:
23346         * docs/libs/tmpl/gstmixer.sgml:
23347         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23348         (gst_alsasink_set_property), (gst_alsasink_get_property):
23349         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23350         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23351           add device property
23352
23353 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23354
23355         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23356         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23357         (audiocast_register_listener), (audiocast_thread_run),
23358         (gst_gnomevfssrc_send_additional_headers_callback),
23359         (gst_gnomevfssrc_received_headers_callback),
23360         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23361         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23362         (gst_gnomevfssrc_get_size):
23363           add/clean up debugging
23364         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23365           cleanups
23366
23367 2005-07-07  Andy Wingo  <wingo@pobox.com>
23368
23369         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23370         framerate. Need to get a handle on when exactly this function is
23371         called, tho.
23372
23373         * sys/v4l/v4lsrc_calls.h:
23374         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23375         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23376         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23377
23378         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23379         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23380         v4lelements are sources.
23381
23382         * sys/v4l/gstv4lxoverlay.h:
23383         * sys/v4l/gstv4lxoverlay.c:
23384         * sys/v4l/gstv4ltuner.h:
23385         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23386         
23387         * sys/v4l/gstv4lsrc.h:
23388         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23389         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23390         or something should handle that. Made a live source.
23391
23392         * sys/v4l/gstv4lelement.h:
23393         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23394         signals. Some cleanups.
23395
23396         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23397
23398         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23399         stuff.
23400
23401         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23402         stuff.
23403
23404         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23405
23406 2005-07-07  Wim Taymans  <wim@fluendo.com>
23407
23408         * ext/theora/theoradec.c: (theora_get_query_types),
23409         (theora_dec_src_getcaps), (theora_dec_push):
23410         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23411         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23412         Remove deprecated/unused query types.
23413
23414 2005-07-06  Wim Taymans  <wim@fluendo.com>
23415
23416         * ext/alsa/Makefile.am:
23417         * ext/alsa/gstalsaplugin.c: (plugin_init):
23418         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23419         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23420         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23421         (gst_alsasrc_class_init), (gst_alsasrc_init),
23422         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23423         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23424         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23425         (gst_alsasrc_reset):
23426         * ext/alsa/gstalsasrc.h:
23427         * gst-libs/gst/audio/Makefile.am:
23428         * gst-libs/gst/audio/gstaudiosink.c:
23429         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23430         (gst_audioringbuffer_start):
23431         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23432         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23433         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23434         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23435         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23436         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23437         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23438         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23439         * gst-libs/gst/audio/gstaudiosrc.h:
23440         * gst-libs/gst/audio/gstbaseaudiosink.c:
23441         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23442         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23443         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23444         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23445         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23446         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23447         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23448         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23449         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23450         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23451         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23452         (gst_baseaudiosrc_change_state):
23453         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23454         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23455         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23456         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23457         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23458         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23459         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23460         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23461         * gst-libs/gst/audio/gstringbuffer.h:
23462         Added audiosource base classes.
23463         Ported alsasrc, still very basic.
23464
23465 2005-07-06  Wim Taymans  <wim@fluendo.com>
23466
23467         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23468         (theora_dec_push), (theora_handle_data_packet):
23469         Prepare for better timestamp fix later.
23470
23471         * gst/audioconvert/gstaudioconvert.c:
23472         List most accurate caps first
23473
23474         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23475         Use proper pad task function.
23476
23477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23478         (gst_xvimagesink_show_frame):
23479         Fix deadlock when alloc failed.
23480
23481 2005-07-05  Andy Wingo  <wingo@pobox.com>
23482
23483         * ext/gnomevfs/gstgnomevfssrc.c:
23484         * gst/sine/gstsinesrc.c:
23485         * gst/tcp/gsttcpserversrc.c:
23486         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23487
23488         * sys/v4l/: Port from 0.8.
23489
23490         * Many files: Null if we got it....
23491
23492 2005-07-05  Andy Wingo  <wingo@pobox.com>
23493
23494         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23495         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23496         Signedness fixes.
23497
23498 2005-07-05  Wim Taymans  <wim@fluendo.com>
23499
23500         * configure.ac:
23501         * gst/tcp/Makefile.am:
23502         * gst/tcp/README:
23503         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23504         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23505         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23506         (is_sync_frame), (gst_multifdsink_handle_client_write),
23507         (gst_multifdsink_render), (gst_multifdsink_start),
23508         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23509         * gst/tcp/gstmultifdsink.h:
23510         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23511         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23512         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23513         * gst/tcp/gsttcp.h:
23514         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23515         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23516         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23517         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23518         * gst/tcp/gsttcpclientsink.h:
23519         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23520         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23521         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23522         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23523         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23524         * gst/tcp/gsttcpclientsrc.h:
23525         * gst/tcp/gsttcpplugin.c: (plugin_init):
23526         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23527         * gst/tcp/gsttcpserversink.h:
23528         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23529         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23530         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23531         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23532         (gst_tcpserversrc_stop):
23533         * gst/tcp/gsttcpserversrc.h:
23534         * gst/tcp/gsttcpsink.c:
23535         * gst/tcp/gsttcpsink.h:
23536         * gst/tcp/gsttcpsrc.c:
23537         * gst/tcp/gsttcpsrc.h:
23538         Ported tcp plugins to 0.9. 
23539         
23540
23541 2005-07-05  Andy Wingo  <wingo@pobox.com>
23542
23543         * gst/playback/gstplaybasebin.c (fill_buffer):
23544         message_new_application fixen.
23545
23546         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23547         Style fix.
23548
23549 2005-07-04  Wim Taymans  <wim@fluendo.com>
23550
23551         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23552         Set caps on output buffer.
23553
23554 2005-07-04  Andy Wingo  <wingo@pobox.com>
23555
23556         * ext/gnomevfs/gstgnomevfssrc.c
23557         (gst_gnomevfssrc_received_headers_callback) 
23558         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23559         hopefully.
23560
23561         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23562         No refcount leakage.
23563
23564         * configure.ac: Enable -Werror.
23565         
23566         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23567         * gst/audioconvert/bufferframesconvert.c
23568         (buffer_frames_convert_fixate):
23569         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23570         (gst_audio_convert_fixate):
23571         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23572         (gst_sinesrc_create): Fixate func changes.
23573         
23574         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23575         (gst_ximagesink_buffer_alloc): Unused var.
23576
23577 2005-07-01  Andy Wingo  <wingo@pobox.com>
23578
23579         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23580         getcaps to do explicit caps. Needs to be done in all decoders,
23581         possibly via a base class.
23582
23583         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23584
23585         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23586         caps on the sink pad, just rely on the pad template. Also, setting
23587         ANY caps on a pad is not valid because the caps are not fixed.
23588
23589         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23590         caps on the buffer, and get the width from the desired_caps if
23591         they're set.
23592         (gst_ximagesink_renegotiate_size): Implement via setting the
23593         desired_caps on the ximagesink.
23594         (gst_ximagesink_setcaps): Only reset the width of the player if it
23595         wasn't already set. Not sure if this is right.
23596         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23597
23598         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23599         that the user wants. NULL unless the window has been resized.
23600
23601         * gst/volume/gstvolume.c (volume_transform): Adapt to
23602         basetransform refcount changes.
23603         
23604 2005-07-01  Andy Wingo  <wingo@pobox.com>
23605
23606         * gst/videoscale/gstvideoscale.c:
23607         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23608         from BaseTransform, implements a transform_caps. Removed dead code
23609         including some PAR stuff that was never reached -- should probably
23610         be added back somehow.
23611
23612 2005-07-01  Andy Wingo  <wingo@pobox.com>
23613
23614         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23615         come later.
23616
23617 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23618
23619         * configure.ac:
23620         * docs/libs/Makefile.am:
23621         * docs/libs/gst-plugins-libs.types:
23622         * ext/alsa/Makefile.am:
23623         * ext/alsa/gstalsamixer.h:
23624         * ext/alsa/gstalsamixeroptions.h:
23625         * ext/alsa/gstalsamixertrack.h:
23626         * gst-libs/gst/Makefile.am:
23627         * gst-libs/gst/colorbalance/.cvsignore:
23628         * gst-libs/gst/colorbalance/Makefile.am:
23629         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23630         * gst-libs/gst/colorbalance/colorbalance.c:
23631         * gst-libs/gst/colorbalance/colorbalance.h:
23632         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23633         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23634         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23635         * gst-libs/gst/interfaces/Makefile.am:
23636         * gst-libs/gst/interfaces/colorbalance.c:
23637         (gst_color_balance_class_init):
23638         * gst-libs/gst/interfaces/colorbalance.h:
23639         * gst-libs/gst/interfaces/interfaces-marshal.list:
23640         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23641         * gst-libs/gst/interfaces/mixer.h:
23642         * gst-libs/gst/interfaces/mixeroptions.h:
23643         * gst-libs/gst/interfaces/navigation.c:
23644         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23645         * gst-libs/gst/interfaces/tuner.h:
23646         * gst/volume/Makefile.am:
23647         * gst/volume/gstvolume.c:
23648         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23649         * sys/ximage/Makefile.am:
23650         * sys/ximage/ximagesink.c:
23651         * sys/xvimage/Makefile.am:
23652         * sys/xvimage/xvimagesink.c:
23653           fold in all interfaces into an interfaces dir, preserving CVS
23654           history
23655
23656 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23657
23658         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23659           Fix build after riff changes.
23660
23661 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23662
23663         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23664         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23665         (gst_riff_create_video_template_caps),
23666         (gst_riff_create_audio_template_caps),
23667         (gst_riff_create_iavs_template_caps):
23668         * gst-libs/gst/riff/riff-media.h:
23669         * gst-libs/gst/riff/riff-read.h:
23670         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23671           Add gst_riff_init() to initialize the debug category, instead
23672           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23673
23674 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23675
23676         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23677           Oops, I shouldn't apply hacks.
23678
23679 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23680
23681         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23682           Remove pad_loop function which doesn't work.
23683
23684 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23685
23686         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23687           Send EOS when deactivating.
23688         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23689         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23690         (gen_preroll_element), (probe_triggered), (mute_stream),
23691         (silence_stream), (new_decoded_pad), (setup_substreams),
23692         (set_active_source):
23693         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23694         (remove_sinks), (add_sink):
23695         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23696           Change for new probe API.
23697
23698 2005-06-29  Wim Taymans  <wim@fluendo.com>
23699
23700         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23701         * gst-libs/gst/audio/gstbaseaudiosink.c:
23702         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23703         (gst_baseaudiosink_change_state):
23704         * gst-libs/gst/audio/gstbaseaudiosink.h:
23705         * gst-libs/gst/audio/gstringbuffer.c:
23706         (gst_ringbuffer_set_callback):
23707         Fix compilation error.
23708         Ringbuffer starts out as not running.
23709         Free our clock in dispose.
23710         When releasing the ringbuffer we need to renegotiate so
23711         clear the pad caps.
23712
23713 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23714
23715         * autogen.sh:
23716         * configure.ac:
23717         * docs/Makefile.am:
23718         * docs/libs/Makefile.am:
23719         * docs/libs/gst-plugins-libs-docs.sgml:
23720         * docs/libs/gst-plugins-libs-sections.txt:
23721         * docs/libs/gst-plugins-libs.types:
23722         * docs/libs/tmpl/gstaudio.sgml:
23723         * docs/libs/tmpl/gstcolorbalance.sgml:
23724         * docs/libs/tmpl/gstringbuffer.sgml:
23725         * gst-libs/gst/audio/gstringbuffer.c:
23726         (gst_ringbuffer_set_callback):
23727           reinstate gtk-doc docs for plugin libs
23728
23729 2005-06-28  Wim Taymans  <wim@fluendo.com>
23730
23731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23732         (gst_ogg_demux_init):
23733         Removed pad loop function.
23734
23735 2005-06-28  Wim Taymans  <wim@fluendo.com>
23736
23737         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23738         If we're building a chain we are not in an error case
23739         when we queue a buffer.
23740
23741 2005-06-28  Andy Wingo  <wingo@pobox.com>
23742
23743         * *.c: Don't cast to GstObject before reffing/unreffing.
23744
23745 2005-06-27  Andy Wingo  <wingo@pobox.com>
23746
23747         * gst/videotestsrc/gstvideotestsrc.c
23748         (gst_videotestsrc_activate_push): Activation API changes.
23749
23750         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23751         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23752         they have refs on the decodebin.
23753
23754         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23755         parent class.
23756         (gst_ogg_pad_typefind): Don't leak a pad ref.
23757         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23758         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23759         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23760
23761 2005-06-27  Edward Hervey  <edward@fluendo.com>
23762
23763         * ext/theora/theoradec.c: (theora_dec_change_state): 
23764         re-arranged call to parent's state change in order to avoid locks (or
23765         worse).
23766
23767 2005-06-26  Edward Hervey  <edward@fluendo.com>
23768
23769         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23770         2nd argument of 'unknow-type' signal is a GstCaps and not a
23771         GstMiniObject
23772
23773 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23774         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23775           Set the worker thread's running flag to TRUE before starting the
23776           thread.
23777         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23778           Catch a failure to add typefind to the bin.
23779
23780 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23781
23782         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23783         (gst_sinesrc_init), (gst_sinesrc_create),
23784         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23785         (gst_sinesrc_start):
23786         * gst/sine/gstsinesrc.h:
23787           add num-buffers and timestamp-offset properties
23788         * gst/videotestsrc/gstvideotestsrc.c:
23789         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23790         (gst_videotestsrc_get_property):
23791           add timestamp-offset property
23792
23793 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23794
23795         * configure.ac: add videorate
23796         * gst-plugins-base.spec.in: add videorate
23797
23798 2005-06-23  Wim Taymans  <wim@fluendo.com>
23799
23800         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23801         (gst_videorate_getcaps), (gst_videorate_setcaps),
23802         (gst_videorate_event), (gst_videorate_chain):
23803         Fixed videorate, fixating an already fixated caps is not
23804         an error.
23805
23806 2005-06-23  Wim Taymans  <wim@fluendo.com>
23807
23808         * ext/ogg/README:
23809         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23810         Buffer on caps is not boxed anymore.
23811
23812 2005-06-22  Wim Taymans  <wim@fluendo.com>
23813
23814         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23815         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23816         Set buffers on caps as miniobjects and not as boxed.
23817
23818 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23819
23820         * configure.ac:
23821           back to HEAD
23822
23823 === release 0.9.1 ===
23824
23825 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23826
23827         * .cvsignore:
23828         * NEWS:
23829         * README:
23830         * RELEASE:
23831         * configure.ac:
23832         * po/af.po:
23833         * po/az.po:
23834         * po/cs.po:
23835         * po/en_GB.po:
23836         * po/hu.po:
23837         * po/it.po:
23838         * po/nb.po:
23839         * po/nl.po:
23840         * po/or.po:
23841         * po/sq.po:
23842         * po/sr.po:
23843         * po/sv.po:
23844         * po/uk.po:
23845         * po/vi.po:
23846           updates for release
23847
23848 2005-06-09  Andy Wingo  <wingo@pobox.com>
23849
23850         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23851         
23852 2005-06-09  Andy Wingo  <wingo@pobox.com>
23853
23854         * configure.ac:
23855         * gst-libs/gst/Makefile.am:
23856         * gst-libs/gst/net/Makefile.am:
23857         Add gstnet to build.
23858
23859 2005-06-09  Andy Wingo  <wingo@pobox.com>
23860
23861         * gst-libs/gst/gconf/gconf.c:
23862         * gst/playback/test.c:
23863         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23864         fixes.
23865
23866         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23867
23868         * ext/theora/theoraenc.c (theora_enc_chain): 
23869         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
23870
23871         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
23872         RealPad.
23873
23874 2005-06-02  Wim Taymans  <wim@fluendo.com>
23875
23876         * gst-libs/gst/net/Makefile.am:
23877         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23878         * pkgconfig/gstreamer-libs.pc.in:
23879         Added net stuff, version net lib.
23880
23881 2005-06-02  Wim Taymans  <wim@fluendo.com>
23882
23883         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23884         (query_rates), (query_positions_elems), (query_positions_pads),
23885         (do_seek):
23886         Updated seek example.
23887
23888 2005-06-02  Andy Wingo  <wingo@pobox.com>
23889
23890         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
23891         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
23892         list.
23893
23894         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
23895         remove the typefind, the bin dispose will do it for us. When it's
23896         removed and unreffed, the signal handler will be disconnected,
23897         too.
23898         (unlinked): It's too difficult to disconnect from unlinked
23899         handlers, as they are on pads not elements. Just punt if the pads
23900         aren't grandkids of the bin.
23901
23902 2005-06-02  Wim Taymans  <wim@fluendo.com>
23903
23904         * ext/ogg/README:
23905         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23906         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
23907         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
23908         * ext/theora/theoradec.c: (theora_dec_src_query),
23909         (theora_handle_data_packet):
23910         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23911         (theora_enc_chain):
23912         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23913         (vorbis_handle_data_packet):
23914         * gst/audioconvert/bufferframesconvert.c:
23915         (buffer_frames_convert_chain):
23916         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23917         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23918         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23919         (gst_ffmpegcsp_chain):
23920         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23921         (gst_videorate_getcaps), (gst_videorate_setcaps),
23922         (gst_videorate_event), (gst_videorate_chain):
23923         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
23924         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
23925         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23926         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
23927         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23928         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23929         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23930         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23931         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
23932         Cleanups and buffer alloc.
23933
23934 2005-05-31  Wim Taymans  <wim@fluendo.com>
23935
23936         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
23937         Don't try to call the delay method when the device is not
23938         opened.
23939
23940 2005-05-31  Wim Taymans  <wim@fluendo.com>
23941
23942         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
23943         Get actual segment size and buffer size after opening
23944         the device.
23945
23946 2005-05-30  Wim Taymans  <wim@fluendo.com>
23947
23948         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
23949         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
23950         Also FLUSH upstream, makes the loop function exit faster.
23951         
23952         * ext/theora/theoradec.c: (theora_dec_src_query):
23953         Some more debug info in the query.
23954         
23955         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23956         (gst_ximagesink_setcaps):
23957         Release lock on par error, better error reporting.
23958
23959 2005-05-26  Wim Taymans  <wim@fluendo.com>
23960
23961         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23962         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
23963         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
23964         Clear chains in READY
23965         Queue packets until the chain is activated.
23966
23967 2005-05-25  Wim Taymans  <wim@fluendo.com>
23968
23969         * gst-libs/gst/audio/gstaudiosink.c:
23970         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23971         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23972         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23973         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23974         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23975         (gst_audiosink_create_ringbuffer):
23976         * gst-libs/gst/audio/gstbaseaudiosink.c:
23977         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23978         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23979         (gst_baseaudiosink_set_property), (build_linear_format),
23980         (debug_spec_caps), (debug_spec_buffer),
23981         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23982         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23983         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23984         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23985         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23986         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23987         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
23988         (gst_ringbuffer_play), (gst_ringbuffer_pause),
23989         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
23990         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
23991         (wait_segment), (gst_ringbuffer_commit),
23992         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
23993         (gst_ringbuffer_clear):
23994         Various small cleanups.
23995
23996         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23997         (gst_audio_convert_change_state):
23998         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
23999         No need to take the locks anymore.
24000
24001 2005-05-25  Wim Taymans  <wim@fluendo.com>
24002
24003         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
24004         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
24005         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
24006         (type_found):
24007         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
24008         (group_destroy), (group_commit), (queue_overrun),
24009         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
24010         (mute_stream), (new_decoded_pad), (setup_substreams),
24011         (setup_source), (mute_group_type), (set_active_source),
24012         (gst_play_base_bin_change_state):
24013         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
24014         (gen_video_element), (gen_text_element), (gen_audio_element),
24015         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
24016         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
24017         (gst_stream_info_dispose), (gst_stream_info_set_mute):
24018         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
24019         Some playbin cleanups mostly refcounting sloppyness.
24020
24021 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24022
24023         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24024           Work with streaming input.
24025
24026 2005-05-25  Wim Taymans  <wim@fluendo.com>
24027
24028         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24029         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24030         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24031         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24032         No need to take the STREAM lock anymore.
24033
24034 2005-05-25  Wim Taymans  <wim@fluendo.com>
24035
24036         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24037         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24038         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24039         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24040         (gst_ogg_demux_sink_activate):
24041         * ext/theora/theoradec.c: (theora_dec_src_event),
24042         (theora_handle_comment_packet), (theora_dec_chain),
24043         (theora_dec_change_state):
24044         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24045         (vorbis_handle_data_packet), (vorbis_dec_chain),
24046         (vorbis_dec_change_state):
24047         Remove STREAM locks as they are taken in core now.
24048         Never set bogus granulepos on vorbis/theora.
24049         Fix leaks in theoradec tag parsing.
24050
24051 2005-05-25  Wim Taymans  <wim@fluendo.com>
24052
24053         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24054         Fix memleaks, GST_BUFFER_DATA() is not freed.
24055
24056 2005-05-25  Wim Taymans  <wim@fluendo.com>
24057
24058         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24059         Open non-blocking, set to blocking mode afterwards to avoid
24060         lockups when audio device is busy.
24061
24062 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24063
24064         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24065           This can't be good.
24066
24067 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24068
24069         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24070         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24071         (gst_audio_convert_setcaps):
24072           Implement instant setup switching.
24073
24074 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24075
24076         * gst/playback/gstplaybasebin.c: (probe_triggered):
24077           Fix missing unlock.
24078         * gst/playback/gstplaybin.c: (add_sink):
24079           First add, then link (otherwise pad link fails).
24080
24081 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24082
24083         * examples/Makefile.am:
24084         fix buildbot (make distcheck)
24085
24086 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24087
24088         * gst/playback/gstplaybin.c: (gen_vis_element):
24089           Remove some wrong code. Doesn't work yet.
24090
24091 2005-05-19  Wim Taymans  <wim@fluendo.com>
24092
24093         * gst-libs/gst/net/Makefile.am:
24094         * gst-libs/gst/net/README:
24095         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24096         (gst_netbuffer_class_init), (gst_netbuffer_init),
24097         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24098         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24099         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24100         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24101         * gst-libs/gst/net/gstnetbuffer.h:
24102         Added buffer subclass to store extra to/from addresses for
24103         network sources/sinks.
24104
24105 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24106
24107         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24108           Don't lock an unassigned variable.
24109
24110 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24111
24112         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24113           Increase buffer for video, decrease buffer for other media types.
24114         * gst/playback/gstplaybin.c: (gen_video_element),
24115         (gen_audio_element):
24116           Change names for debugging purposes.
24117
24118 2005-05-18  Wim Taymans  <wim@fluendo.com>
24119
24120         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24121         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24122         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24123         (gst_ffmpegcsp_chain):
24124         Enable buffer alloc passthrough if the source and dest
24125         formats are the same.
24126
24127 2005-05-17  Wim Taymans  <wim@fluendo.com>
24128
24129         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24130         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24131         (gst_ogg_demux_chain_unlocked):
24132         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24133         (gst_audio_convert_caps_remove_format_info),
24134         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24135         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24136         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24137         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24138         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24139         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24140         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24141         (gst_ffmpegcsp_get_property):
24142         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24143         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24144         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24145         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24146         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24147         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24148         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24149         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24150         Leak fixes in oggdemux.
24151         Some cleanups in audioconvert.
24152         Make passthrough work along with buffer_alloc etc.
24153         Make buffer_alloc and buffer recycling actually work in
24154         xvimagesink.
24155
24156 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24157
24158         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24159           make the compiler happy
24160
24161 2005-05-17  Wim Taymans  <wim@fluendo.com>
24162
24163         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24164         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24165         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24166         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24167         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24168         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24169         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24170         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24171         (gst_xvimagesink_set_xwindow_id):
24172         * sys/xvimage/xvimagesink.h:
24173         Port xvimagesink to new MiniObject.
24174
24175 2005-05-17  Wim Taymans  <wim@fluendo.com>
24176
24177         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24178         (gst_audiofilter_chain):
24179         * gst-libs/gst/audio/gstaudiosink.c:
24180         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24181         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24182         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24183         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24184         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24185         (gst_audiosink_create_ringbuffer):
24186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24187         (gst_audio_convert_caps_remove_format_info),
24188         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24189         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24190         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24191         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24192         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24193         Fix passthrough in ffmpegcolorspace.
24194         Fix memset in audiosink on wrong memory.
24195
24196 2005-05-16  David Schleef  <ds@schleef.org>
24197
24198         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24199         to GstMiniObject.
24200
24201 2005-05-16  David Schleef  <ds@schleef.org>
24202
24203         Port from GstData to GstMiniObject.
24204         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24205         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24206         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24207         (gst_ogg_mux_collected):
24208         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24209         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24210         (theora_handle_data_packet):
24211         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24212         (theora_set_header_on_caps), (theora_enc_chain):
24213         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24214         (vorbis_handle_comment_packet):
24215         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24216         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24217         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24218         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24219         * gst/audioconvert/gstaudioconvert.c:
24220         (gst_audio_convert_get_buffer):
24221         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24222         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24223         (mute_stream), (silence_stream):
24224         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24225         * gst/volume/gstvolume.c: (volume_transform):
24226         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24227         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24228         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24229         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24230         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24231         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24232         (gst_ximagesink_buffer_alloc):
24233         * sys/ximage/ximagesink.h:
24234
24235 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24236
24237         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24238         (fill_buffer), (check_queue), (queue_threshold_reached),
24239         (queue_out_of_data):
24240         * gst/playback/gstplaybasebin.h:
24241           Post buffer-fullness on the bus.
24242
24243 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24244
24245         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24246         (try_to_link_1):
24247         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24248         (group_commit), (probe_triggered), (setup_source),
24249         (gst_play_base_bin_change_state):
24250         * gst/playback/gstplaybasebin.h:
24251         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24252         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24253         (gst_play_bin_change_state):
24254           Move setup_output_pads into a virtual function, remove
24255           group-switch (no longer needed) and redirect (handled by bus
24256           now) signals.
24257
24258 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24259
24260         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24261         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24262         (get_active_group), (get_building_group), (group_destroy),
24263         (group_commit), (check_queue), (queue_overrun),
24264         (queue_threshold_reached), (queue_out_of_data),
24265         (gen_preroll_element), (remove_groups), (unknown_type),
24266         (add_element_stream), (no_more_pads), (probe_triggered),
24267         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24268         (setup_substreams), (setup_source), (finish_source),
24269         (prepare_output), (muted_group_change_state),
24270         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24271         (gst_play_base_bin_change_state):
24272         * gst/playback/gstplaybasebin.h:
24273         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24274         (gst_play_bin_init), (gst_play_bin_set_property),
24275         (gen_video_element), (gen_text_element), (gen_audio_element),
24276         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24277         (gst_play_bin_change_state):
24278         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24279         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24280         (stream_info_change_state), (gst_stream_info_set_mute),
24281         (gst_stream_info_get_property):
24282         * gst/playback/gststreaminfo.h:
24283         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24284         (gst_stream_selector_get_linked_pad),
24285         (gst_stream_selector_getcaps),
24286         (gst_stream_selector_get_linked_pads),
24287         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24288         * gst/playback/gststreamselector.h:
24289           Rough port of playbin. Needs some more work, but is mostly done,
24290           and uses a few locks in important places, which should make stuff
24291           like chain-switches clean. Still uses GST_STATE() in a few places,
24292           which isn't all that good an idea, subtitles/elements disabled
24293           because no elements to test with and thus probably broken, query
24294           and event handling moved to GstBin, internal thread removed
24295           alltogether because the pipeline does that for us now. Can play
24296           Ogg/Vorbis files. Haven't tested anything else yet.
24297
24298 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24299
24300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24301           Do no-more-pads (needed for autoplugging).
24302
24303 2005-05-10  Andy Wingo  <wingo@pobox.com>
24304
24305         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24306         message to the bus with the tags. Still not sent downstream tho.
24307
24308         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24309         get_parent.
24310         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24311         avoid refcounting hassles.
24312
24313 2005-05-09  Andy Wingo  <wingo@pobox.com>
24314
24315         * gst/volume/Makefile.am:
24316         * gst/volume/demo.c
24317         * gst/volume/gstvolume.h
24318         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24319         basetransform. Probably need an audio filter base class.
24320
24321 2005-05-09  Wim Taymans  <wim@fluendo.com>
24322
24323         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24324         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24325         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24326         (gst_vorbisenc_chain):
24327         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24328         (gst_audio_convert_caps_remove_format_info),
24329         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24330         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24331         Make caps writable before writing to it.
24332         Fix negotiation in audioconvert some more.
24333
24334 2005-05-09  Wim Taymans  <wim@fluendo.com>
24335
24336         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24337         (gst_videorate_getcaps), (gst_videorate_setcaps),
24338         (gst_videorate_event), (gst_videorate_chain):
24339         Better negotiation.
24340
24341 2005-05-09  Wim Taymans  <wim@fluendo.com>
24342
24343         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24344         (gst_videorate_getcaps), (gst_videorate_setcaps),
24345         (gst_videorate_blank_data), (gst_videorate_init),
24346         (gst_videorate_event), (gst_videorate_chain),
24347         (gst_videorate_change_state):
24348         Port videorate, do a better job at negotiation while we're at
24349         it.
24350
24351 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24352
24353         * configure.ac:
24354           Disable libvisual
24355
24356         * examples/Makefile.am:
24357         * gst-libs/gst/audio/Makefile.am:
24358         * gst-libs/gst/riff/Makefile.am:
24359         * gst-libs/gst/tag/Makefile.am:
24360         * gst-libs/gst/video/Makefile.am:
24361           Fixups for missing variables.
24362
24363 2005-05-09  Wim Taymans  <wim@fluendo.com>
24364
24365         * examples/seeking/seek.c: (make_theora_pipeline),
24366         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24367         (query_rates), (query_positions_elems), (query_positions_pads),
24368         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24369         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24370         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24371         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24372         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24373         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24374         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24375         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24376         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24377         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24378         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24379         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24380         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24381         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24382         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24383         (theora_dec_src_convert), (theora_dec_sink_convert),
24384         (theora_dec_src_query), (theora_dec_sink_query),
24385         (theora_dec_src_event), (theora_dec_sink_event),
24386         (theora_handle_comment_packet), (theora_handle_type_packet),
24387         (theora_handle_header_packet), (theora_handle_data_packet),
24388         (theora_dec_chain):
24389         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24390         (vorbis_dec_convert), (vorbis_dec_src_query),
24391         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24392         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24393         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24394         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24395         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24396         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24397         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24398         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24399         (gst_play_bin_query):
24400         * gst/playback/test3.c: (update_scale):
24401         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24402         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24403         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24404         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24405         (gst_videotestsrc_src_query):
24406         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24407         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24408         (paint_hline_YUV9):
24409         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24410         Port to new query API.
24411         Updated seek.
24412         Cleanups in x[v]imagesink
24413
24414 2005-05-09  Andy Wingo  <wingo@pobox.com>
24415
24416         * ext/alsa/gstalsasink.h:
24417         * ext/gnomevfs/gstgnomevfssrc.c:
24418         (gst_gnomevfssrc_get_icy_metadata):
24419         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24420         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24421         * ext/theora/theoradec.c (theora_dec_src_query)
24422         (theora_dec_src_event, theora_dec_sink_event)
24423         (theora_handle_comment_packet, theora_handle_data_packet):
24424         * ext/theora/theoraenc.c (theora_enc_chain):
24425         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24426         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24427         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24428         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24429         (qt_type_find):
24430         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24431         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24432         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24433         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24434         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24435         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24436         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24437         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24438         (paint_setup_RGB565, paint_setup_xRGB1555):
24439         * gst/videotestsrc/videotestsrc.h:
24440         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24441         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24442         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24443         GCC4 fixes.
24444         
24445         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24446         gst_pad_query_position. Fixes oggdemux.
24447
24448 2005-05-08  David Schleef  <ds@schleef.org>
24449
24450         * configure.ac: Require liboil.
24451         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24452         a few more.
24453         * gst/videotestsrc/videotestsrc.c:
24454         * gst/videotestsrc/videotestsrc.h:
24455
24456 2005-05-06  Wim Taymans  <wim@fluendo.com>
24457
24458         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24459         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24460         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24461         Well, unreffing a buffer right before pushing it is asking
24462         for trouble..
24463
24464 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24465
24466         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24467
24468 2005-05-06  Wim Taymans  <wim@fluendo.com>
24469
24470         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24471         (gst_audio_convert_caps_remove_format_info),
24472         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24473         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24474         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24475         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24476         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24477         * gst/sine/Makefile.am:
24478         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24479         (gst_sinesrc_class_init), (gst_sinesrc_init),
24480         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24481         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24482         (gst_sinesrc_update_freq):
24483         * gst/sine/gstsinesrc.h:
24484         * gst/tcp/gstmultifdsink.c:
24485         * sys/xvimage/xvimagesink.c:
24486         Fixed negotiation wrt _peer_get_caps()
24487         Some cleanups.
24488
24489
24490 2005-05-06  Wim Taymans  <wim@fluendo.com>
24491
24492         * gst-libs/gst/audio/gstaudiosink.c:
24493         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24494         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24495         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24496         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24497         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24498         (gst_audiosink_create_ringbuffer):
24499         * gst-libs/gst/audio/gstbaseaudiosink.c:
24500         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24501         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24502         (gst_baseaudiosink_set_property), (build_linear_format),
24503         (debug_spec_caps), (debug_spec_buffer),
24504         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24505         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24506         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24507         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24508         * gst-libs/gst/audio/gstbaseaudiosink.h:
24509         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24510         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24511         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24512         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24513         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24514         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24515         (wait_segment), (gst_ringbuffer_commit),
24516         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24517         (gst_ringbuffer_clear):
24518         * gst-libs/gst/audio/gstringbuffer.h:
24519         Make the base audiosink return an error when there is no
24520         audiobuffer negotiated.
24521
24522 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24523
24524         * ext/Makefile.am:
24525         Disable cdparanoia until someone ports it!
24526
24527 2005-05-06  Wim Taymans  <wim@fluendo.com>
24528
24529         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24530         (gst_ogg_demux_sink_activate):
24531         And revert after wingo's revert.. sigh..
24532
24533 2005-05-05  Andy Wingo  <wingo@pobox.com>
24534
24535         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24536         GObject.
24537         * configure.ac: Return audiorate and subparse from the ghetto.
24538         Re-enable -Wall -Werror.
24539         * gst/subparse/gstsubparse.c:
24540         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24541         or chain-based. Cleaned up a bit. Not tested.
24542         
24543 2005-05-05  Christian Schaller <christian@fluendo.com> 
24544
24545         * Makefile.am: remove stuff that is not building
24546         * configure.ac: remove stuff that is not building
24547         * examples/Makefile.am: remove stuff that is not building
24548         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24549         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24550         * sys/Makefile.am: remove stuff that is not building
24551         * testsuite/Makefile.am: remove stuff that is not building
24552
24553 2005-05-05  Andy Wingo  <wingo@pobox.com>
24554
24555         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24556         * gst-libs/gst/tag/gstvorbistag.c:
24557         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24558         * gst/adder/gstadder.h:
24559         * gst/audioconvert/gstchannelmix.c:
24560         (gst_audio_convert_fill_one_other):
24561         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24562         (gst_audiorate_init), (gst_audiorate_chain):
24563         * gst/playback/gstplaybasebin.c: (setup_source):
24564         * gst/playback/test3.c: (update_scale):
24565         Some GCC4 fixes
24566         
24567         * po/af.po:
24568         * po/az.po:
24569         * po/cs.po:
24570         * po/en_GB.po:
24571         * po/hu.po:
24572         * po/it.po:
24573         * po/nb.po:
24574         * po/nl.po:
24575         * po/or.po:
24576         * po/sq.po:
24577         * po/sr.po:
24578         * po/sv.po:
24579         * po/uk.po:
24580         * po/vi.po: Foo
24581
24582 2005-05-05  Wim Taymans  <wim@fluendo.com>
24583
24584         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24585         (gst_audio_convert_caps_remove_format_info),
24586         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24587         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24588         * gst/videotestsrc/gstvideotestsrc.c:
24589         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24590         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24591         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24592         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24593         Don't ignore _push() return values.
24594         Make sure no processing is done when shutting down.
24595         Videotestsrc pad activation fix.
24596
24597 2005-05-05  Wim Taymans  <wim@fluendo.com>
24598
24599         * gst/adder/Makefile.am:
24600         * gst/adder/gstadder.c: (gst_adder_setcaps),
24601         (gst_adder_class_init), (gst_adder_init),
24602         (gst_adder_request_new_pad), (gst_adder_collected),
24603         (gst_adder_change_state):
24604         * gst/adder/gstadder.h:
24605         Ported adder as an example of a mixer element using
24606         collect pads. Needs more negotiation work.
24607
24608 2005-05-05  Wim Taymans  <wim@fluendo.com>
24609
24610         * ext/theora/theoradec.c: (_inc_granulepos),
24611         (theora_dec_src_event), (theora_dec_sink_event),
24612         (theora_handle_comment_packet), (theora_handle_type_packet),
24613         (theora_handle_header_packet), (theora_handle_data_packet),
24614         (theora_dec_chain):
24615         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24616         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24617         (theora_push_buffer), (theora_push_packet),
24618         (theora_enc_sink_event), (theora_enc_chain),
24619         (theora_enc_change_state), (theora_enc_set_property),
24620         (theora_enc_get_property):
24621         Added stream lock to decoder so that we can serialize
24622         the discont event.
24623         More theoraenc porting, recover from errors, do clean
24624         shutdown.
24625
24626 2005-05-05  Wim Taymans  <wim@fluendo.com>
24627
24628         * ext/ogg/Makefile.am:
24629         * ext/ogg/README:
24630         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24631         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24632         (gst_ogg_print):
24633         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24634         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24635         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24636         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24637         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24638         (gst_ogg_mux_change_state):
24639         Ported ogg muxer.
24640
24641 2005-05-05  Wim Taymans  <wim@fluendo.com>
24642
24643         * docs/design-audiosinks.txt:
24644         * gst-libs/gst/audio/TODO:
24645         * gst-libs/gst/audio/gstaudiosink.c:
24646         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24647         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24648         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24649         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24650         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24651         (gst_audiosink_create_ringbuffer):
24652         * gst-libs/gst/audio/gstbaseaudiosink.c:
24653         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24654         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24655         (gst_baseaudiosink_set_property), (build_linear_format),
24656         (debug_spec_caps), (debug_spec_buffer),
24657         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24658         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24659         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24660         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24661         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24662         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24663         (gst_ringbuffer_release), (gst_ringbuffer_play),
24664         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24665         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24666         (gst_ringbuffer_set_sample), (wait_segment),
24667         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24668         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24669         More work on the audiosink, mostly debugging and a race in
24670         shutdown.
24671
24672 2005-04-28  Wim Taymans  <wim@fluendo.com>
24673
24674         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24675         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24676         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24677         (vorbis_dec_src_query), (vorbis_dec_src_event),
24678         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24679         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24680         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24681         Don't crap out when seeking back to position 0.
24682
24683 2005-04-28  Wim Taymans  <wim@fluendo.com>
24684
24685         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24686         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24687         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24688         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24689         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24690         Make audio sink configurable, use alsasink as default.
24691
24692 2005-04-28  Wim Taymans  <wim@fluendo.com>
24693
24694         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24695         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24696         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24697         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24698         (vorbis_dec_change_state):
24699         * ext/vorbis/vorbisdec.h:
24700         Refactor, use STREAM_LOCK.
24701
24702 2005-04-28  Wim Taymans  <wim@fluendo.com>
24703
24704         * ext/theora/theoradec.c: (_inc_granulepos),
24705         (theora_dec_sink_event), (theora_handle_comment_packet),
24706         (theora_handle_type_packet), (theora_handle_header_packet),
24707         (theora_handle_data_packet), (theora_dec_chain),
24708         (theora_dec_change_state):
24709         Refactor a bit, use STREAM_LOCK.
24710
24711 2005-04-28  Wim Taymans  <wim@fluendo.com>
24712
24713         * ext/alsa/Makefile.am:
24714         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24715         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24716         (gst_alsa_link), (gst_alsa_close_audio):
24717         * ext/alsa/gstalsaplugin.c: (plugin_init):
24718         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24719         (gst_alsasink_dispose), (gst_alsasink_base_init),
24720         (gst_alsasink_class_init), (gst_alsasink_init),
24721         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24722         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24723         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24724         (gst_alsasink_reset):
24725         * ext/alsa/gstalsasink.h:
24726         Implement alsasink with simple open/write/close API. 
24727         Make alsa dir build by disabling compilation of code.
24728
24729 2005-04-28  Wim Taymans  <wim@fluendo.com>
24730
24731         * gst-libs/gst/audio/Makefile.am:
24732         * gst-libs/gst/audio/audio.h:
24733         * gst-libs/gst/audio/audioclock.c:
24734         * gst-libs/gst/audio/audioclock.h:
24735         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24736         (gst_audio_clock_class_init), (gst_audio_clock_init),
24737         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24738         * gst-libs/gst/audio/gstaudioclock.h:
24739         * gst-libs/gst/audio/gstaudiosink.c:
24740         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24741         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24742         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24743         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24744         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24745         (gst_audiosink_create_ringbuffer):
24746         * gst-libs/gst/audio/gstbaseaudiosink.c:
24747         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24748         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24749         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24750         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24751         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24752         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24753         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24754         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24755         * gst-libs/gst/audio/gstbaseaudiosink.h:
24756         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24757         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24758         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24759         (gst_ringbuffer_release), (gst_ringbuffer_play),
24760         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24761         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24762         (gst_ringbuffer_set_sample), (wait_segment),
24763         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24764         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24765         * gst-libs/gst/audio/gstringbuffer.h:
24766         Make ringbuffer faster and more simple by removing the locks
24767         in the playback thread.
24768         Add sample accurate playback based on buffer sample offsets.
24769         Make the baseaudiosink provide a clock.
24770         Parse caps in the base class.
24771         Correctly handle seeking, flushing and state changes.
24772
24773 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24774
24775         * configure.ac:
24776         * gst/audioconvert/Makefile.am:
24777         * gst/audioscale/Makefile.am:
24778           Fix part of the build.  Come on guys, autogen didn't even work :)
24779
24780 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24781
24782         * configure.ac:
24783         * gst-libs/gst/Makefile.am:
24784         * gst-libs/gst/media-info/.cvsignore:
24785         * gst-libs/gst/media-info/Makefile.am:
24786         * gst-libs/gst/media-info/README:
24787         * gst-libs/gst/media-info/media-info-priv.c:
24788         * gst-libs/gst/media-info/media-info-priv.h:
24789         * gst-libs/gst/media-info/media-info-test.c:
24790         * gst-libs/gst/media-info/media-info.c:
24791         * gst-libs/gst/media-info/media-info.h:
24792         * gst-libs/gst/media-info/media-info.vcproj:
24793         * pkgconfig/Makefile.am:
24794         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24795         * pkgconfig/gstreamer-media-info.pc.in:
24796           Remove media-info, which is also successed by playbin (see Totem
24797           implementation).
24798
24799 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24800
24801         * configure.ac:
24802         * examples/Makefile.am:
24803         * examples/gstplay/.cvsignore:
24804         * examples/gstplay/Makefile.am:
24805         * examples/gstplay/player.c:
24806         * gst-libs/gst/Makefile.am:
24807         * gst-libs/gst/play/.cvsignore:
24808         * gst-libs/gst/play/Makefile.am:
24809         * gst-libs/gst/play/play.c:
24810         * gst-libs/gst/play/play.h:
24811         * gst-libs/gst/play/play.vcproj:
24812         * pkgconfig/Makefile.am:
24813         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24814         * pkgconfig/gstreamer-play.pc.in:
24815           Remove libgstplay, playbin is now the official successor.
24816
24817 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24818
24819         * configure.ac:
24820         * gst-libs/gst/Makefile.am:
24821         * gst-libs/gst/xwindowlistener/Makefile.am:
24822         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24823         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24824           Remove deprecated xwindowlistener (I've moved xwindowlistening
24825           in the v4l/v4l2 plugins over to serverside).
24826
24827 2005-04-25  David Schleef  <ds@schleef.org>
24828
24829         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24830         to examples/dynparams.  Examples do not belong interspersed with
24831         source code.
24832         * examples/dynparams/demo-dparams.c:
24833         * gst/sine/Makefile.am:
24834         * gst/sine/demo-dparams.c:
24835
24836 2005-04-25  David Schleef  <ds@schleef.org>
24837
24838         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24839         * gst-libs/gst/audio/Makefile.am:
24840         * gst-libs/gst/riff/Makefile.am:
24841         * gst-libs/gst/tag/Makefile.am:
24842         * gst-libs/gst/video/Makefile.am:
24843         * gst-libs/gst/xwindowlistener/Makefile.am:
24844
24845         Convert to 0.9 API, seems to work:
24846         * sys/ximage/Makefile.am:
24847         * sys/ximage/ximagesink.c:
24848
24849 2005-04-24  David Schleef  <ds@schleef.org>
24850
24851         Link plugins against libraries:
24852         * ext/alsa/Makefile.am:
24853         * gst/tcp/Makefile.am:
24854
24855         Remove asm code that should be in liboil
24856         * gst/videoscale/Makefile.am:
24857         * gst/videoscale/videoscale_x86_asm.s:
24858
24859         gettext wants these checked in:
24860         * po/af.po:
24861         * po/az.po:
24862         * po/cs.po:
24863         * po/en_GB.po:
24864         * po/hu.po:
24865         * po/it.po:
24866         * po/nb.po:
24867         * po/nl.po:
24868         * po/or.po:
24869         * po/sq.po:
24870         * po/sr.po:
24871         * po/sv.po:
24872         * po/uk.po:
24873         * po/vi.po:
24874
24875 2005-04-24  David Schleef  <ds@schleef.org>
24876
24877         Convert gst_main() to g_main_loop_run()
24878         * gst/playback/decodetest.c: (main):
24879         * gst/playback/test2.c: (main):
24880         * gst/playback/test3.c: (main):
24881         * gst/playback/test4.c: (main):
24882
24883         Link plugins against libraries:
24884         * ext/libvisual/Makefile.am:
24885         * sys/xvimage/Makefile.am:
24886
24887 2005-04-24  David Schleef  <ds@schleef.org>
24888
24889         * configure.ac: Remove idct and resample libs
24890         * gst-libs/gst/Makefile.am: same
24891
24892         Remove usage of gst_library_load():
24893         * ext/alsa/gstalsaplugin.c: (plugin_init):
24894         * ext/libvisual/visual.c: (plugin_init):
24895         * ext/ogg/gstogg.c: (plugin_init):
24896         * ext/theora/theora.c: (plugin_init):
24897         * ext/vorbis/vorbis.c: (plugin_init):
24898         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
24899         * gst/audioscale/gstaudioscale.c:
24900         * gst/adder/gstadder.c: (plugin_init):
24901         * gst/audioconvert/plugin.c: (plugin_init):
24902         * sys/ximage/ximagesink.c: (plugin_init):
24903         * sys/xvimage/xvimagesink.c: (plugin_init):
24904         * gst/tcp/gsttcpplugin.c: (plugin_init):
24905
24906         Link plugins against libraries:
24907         * ext/ogg/Makefile.am:
24908         * ext/theora/Makefile.am:
24909         * ext/vorbis/Makefile.am:
24910         * gst/audioconvert/Makefile.am:
24911
24912         Create proper libraries:
24913         * gst-libs/gst/riff/Makefile.am:
24914         * gst-libs/gst/audio/Makefile.am:
24915         * gst-libs/gst/video/Makefile.am:
24916
24917         Move resample library to audioscale plugin directory:
24918         * gst-libs/gst/resample/Makefile.am:
24919         * gst-libs/gst/resample/README:
24920         * gst-libs/gst/resample/dtof.c:
24921         * gst-libs/gst/resample/dtos.c:
24922         * gst-libs/gst/resample/functable.c:
24923         * gst-libs/gst/resample/private.h:
24924         * gst-libs/gst/resample/resample.c:
24925         * gst-libs/gst/resample/resample.h:
24926         * gst-libs/gst/resample/resample.vcproj:
24927         * gst-libs/gst/resample/test.c:
24928         * gst/audioscale/Makefile.am:
24929         * gst/audioscale/README:
24930         * gst/audioscale/dtof.c:
24931         * gst/audioscale/dtos.c:
24932         * gst/audioscale/functable.c:
24933         * gst/audioscale/private.h:
24934         * gst/audioscale/resample.c:
24935         * gst/audioscale/resample.h:
24936         * gst/audioscale/test.c:
24937
24938         Move tagedit library to gst-libs:
24939         * gst-libs/gst/tag/Makefile.am:
24940         * gst-libs/gst/tag/gstid3tag.c:
24941         * gst-libs/gst/tag/gsttagediting.c:
24942         * gst-libs/gst/tag/gsttageditingprivate.h:
24943         * gst-libs/gst/tag/gstvorbistag.c:
24944         * gst/tags/Makefile.am:
24945         * gst/tags/gstid3tag.c:
24946         * gst/tags/gstvorbistag.c:
24947
24948         Fix for core changes:
24949         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24950         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
24951         (gst_sinesrc_getrange):
24952
24953 2005-04-23  David Schleef  <ds@schleef.org>
24954
24955         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
24956         in gst-plugins in a long time, and properly belongs in liboil.
24957         * gst-libs/gst/idct/Makefile.am:
24958         * gst-libs/gst/idct/README:
24959         * gst-libs/gst/idct/dct.h:
24960         * gst-libs/gst/idct/doieee:
24961         * gst-libs/gst/idct/fastintidct.c:
24962         * gst-libs/gst/idct/floatidct.c:
24963         * gst-libs/gst/idct/idct.c:
24964         * gst-libs/gst/idct/idct.h:
24965         * gst-libs/gst/idct/idtc.vcproj:
24966         * gst-libs/gst/idct/ieeetest.c:
24967         * gst-libs/gst/idct/intidct.c:
24968
24969 2005-04-20  Wim Taymans  <wim@fluendo.com>
24970
24971         * docs/design-audiosinks.txt:
24972         * gst-libs/gst/audio/Makefile.am:
24973         * gst-libs/gst/audio/TODO:
24974         * gst-libs/gst/audio/gstaudiosink.c:
24975         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24976         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24977         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
24978         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24979         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24980         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
24981         (gst_audiosink_class_init), (gst_audiosink_init),
24982         (gst_audiosink_create_ringbuffer):
24983         * gst-libs/gst/audio/gstaudiosink.h:
24984         * gst-libs/gst/audio/gstbaseaudiosink.c:
24985         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
24986         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
24987         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
24988         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
24989         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
24990         (gst_baseaudiosink_create_ringbuffer),
24991         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24992         * gst-libs/gst/audio/gstbaseaudiosink.h:
24993         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24994         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
24995         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
24996         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24997         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
24998         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24999         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
25000         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
25001         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
25002         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
25003         * gst-libs/gst/audio/gstringbuffer.h:
25004         An attempt at a set of audio base classes together with some
25005         design docs.
25006
25007 2005-04-20  Wim Taymans  <wim@fluendo.com>
25008
25009         * gst/audioconvert/Makefile.am:
25010         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
25011         (gst_audio_convert_caps_remove_format_info),
25012         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
25013         (gst_audio_convert_channels):
25014         Link against audio libs.
25015         Fix audio convert plugin.
25016
25017 2005-04-20  Wim Taymans  <wim@fluendo.com>
25018
25019         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
25020         (gst_ogg_demux_sink_activate):
25021         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
25022         (theora_set_header_on_caps), (theora_enc_sink_event),
25023         (theora_enc_chain):
25024         Fix theora encoder.
25025
25026 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25027
25028         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25029         * gst/playback/gstdecodebin.c: (find_compatibles):
25030           Work with staticpadtemplates in elementfactories.
25031
25032 2005-04-12  Wim Taymans  <wim@fluendo.com>
25033
25034         * gst/playback/README:
25035         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25036         (compare_ranks), (print_feature), (gst_decode_bin_init),
25037         (dynamic_create), (dynamic_free), (find_compatibles),
25038         (mimetype_is_raw), (close_pad_link), (got_redirect),
25039         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25040         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25041         (gst_decode_bin_change_state):
25042         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25043         (gst_play_base_bin_init), (group_destroy), (group_commit),
25044         (check_queue), (queue_overrun), (queue_threshold_reached),
25045         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25046         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25047         (got_redirect), (setup_source), (play_base_eos),
25048         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25049         (gst_play_base_bin_remove_element):
25050         * gst/playback/gstplaybasebin.h:
25051         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25052         (gst_play_bin_init), (gst_play_bin_dispose),
25053         (gst_play_bin_set_property), (gen_video_element),
25054         (gen_text_element), (gen_audio_element), (remove_sinks),
25055         (gst_play_bin_send_event):
25056         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25057         (stream_info_change_state), (gst_stream_info_set_mute):
25058         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25059         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25060         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25061         (gst_stream_selector_chain):
25062         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25063         (main):
25064         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25065         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25066         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25067         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25068         Raw and crude port of decodebin. 
25069         Make playbin compile.
25070
25071 2005-04-06  Wim Taymans  <wim@fluendo.com>
25072
25073         * ext/gnomevfs/Makefile.am:
25074         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25075         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25076         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25077         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25078         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25079         (gst_gnomevfssrc_stop):
25080         * ext/ogg/Makefile.am:
25081         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25082         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25083         * ext/theora/Makefile.am:
25084         * ext/theora/theoradec.c: (_inc_granulepos),
25085         (theora_dec_sink_event), (theora_dec_chain):
25086         * ext/vorbis/Makefile.am:
25087         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25088         (vorbis_dec_sink_event), (vorbis_dec_chain):
25089         * gst-libs/gst/audio/Makefile.am:
25090         * sys/xvimage/Makefile.am:
25091         Make gnomevfssrc extend the source base class.
25092         Fix linking against libs in various plugins.
25093
25094 2005-04-06  Andy Wingo  <wingo@pobox.com>
25095
25096         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25097         GST_BASE_LIBS.
25098
25099         * configure.ac: Add check and AC_SUBST for libgstbase.
25100
25101 2005-03-31  Wim Taymans  <wim@fluendo.com>
25102
25103         * examples/seeking/Makefile.am:
25104         * examples/seeking/cdparanoia.c: (main):
25105         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25106         (play_cb), (pause_cb), (stop_cb), (main):
25107         * examples/seeking/playbin.c:
25108         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25109         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25110         (make_sid_pipeline), (make_vorbis_pipeline),
25111         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25112         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25113         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25114         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25115         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25116         (stop_cb), (main):
25117         * examples/seeking/spider_seek.c:
25118         * examples/seeking/vorbisfile.c:
25119         * ext/gnomevfs/Makefile.am:
25120         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25121         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25122         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25123         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25124         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25125         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25126         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25127         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25128         * ext/ogg/README:
25129         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25130         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25131         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25132         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25133         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25134         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25135         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25136         (gst_ogg_demux_factory_filter), (compare_ranks),
25137         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25138         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25139         (gst_ogg_chain_new), (gst_ogg_chain_free),
25140         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25141         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25142         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25143         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25144         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25145         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25146         (gst_ogg_demux_get_prev_page),
25147         (gst_ogg_demux_deactivate_current_chain),
25148         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25149         (gst_ogg_demux_bisect_forward_serialno),
25150         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25151         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25152         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25153         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25154         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25155         (gst_ogg_demux_change_state), (gst_ogg_print):
25156         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25157         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25158         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25159         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25160         (gst_ogg_mux_loop):
25161         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25162         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25163         (theora_dec_src_convert), (theora_dec_sink_convert),
25164         (theora_dec_src_query), (theora_dec_src_event),
25165         (theora_dec_sink_event), (theora_dec_chain),
25166         (theora_dec_change_state):
25167         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25168         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25169         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25170         (theora_enc_change_state):
25171         * ext/vorbis/Makefile.am:
25172         * ext/vorbis/oggvorbisenc.c:
25173         * ext/vorbis/oggvorbisenc.h:
25174         * ext/vorbis/vorbis.c: (plugin_init):
25175         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25176         (vorbis_dec_src_query), (vorbis_dec_src_event),
25177         (vorbis_dec_sink_event), (vorbis_dec_chain),
25178         (vorbis_dec_change_state):
25179         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25180         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25181         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25182         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25183         (gst_vorbisenc_change_state):
25184         * ext/vorbis/vorbisenc.h:
25185         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25186         * gst-libs/gst/audio/audioclock.c:
25187         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25188         (gst_audiofilter_init), (gst_audiofilter_chain):
25189         * gst-libs/gst/audio/testchannels.c: (main):
25190         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25191         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25192         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25193         (gmip_find_track_streaminfo), (gmip_find_track_format):
25194         * gst-libs/gst/media-info/media-info.c:
25195         (gst_media_info_read_idler):
25196         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25197         (gst_play_get_all_by_interface):
25198         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25199         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25200         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25201         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25202         (gst_riff_parse_info):
25203         * gst-libs/gst/riff/riff-read.h:
25204         * gst-libs/gst/riff/riff.c: (plugin_init):
25205         * gst-libs/gst/video/Makefile.am:
25206         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25207         (gst_videosink_class_init), (gst_videosink_get_type):
25208         * gst-libs/gst/video/videosink.h:
25209         * gst/audioconvert/bufferframesconvert.c:
25210         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25211         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25212         * gst/audioconvert/channelmixtest.c: (main):
25213         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25214         (gst_audio_convert_chain),
25215         (gst_audio_convert_caps_remove_format_info),
25216         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25217         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25218         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25219         (gst_audio_convert_buffer_to_default_format),
25220         (gst_audio_convert_buffer_from_default_format),
25221         (gst_audio_convert_channels):
25222         * gst/audioconvert/gstchannelmix.h:
25223         * gst/ffmpegcolorspace/avcodec.h:
25224         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25225         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25226         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25227         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25228         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25229         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25230         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25231         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25232         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25233         (dv_type_find):
25234         * gst/videotestsrc/gstvideotestsrc.c:
25235         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25236         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25237         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25238         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25239         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25240         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25241         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25243         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25244         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25245         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25246         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25247         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25248         (gst_xvimagesink_navigation_send_event),
25249         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25250         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25251         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25252         * sys/xvimage/xvimagesink.h:
25253         Plugin port to 0.9, ogg/theora playback should work in the seek
25254         example now.
25255         Removed old examples.
25256         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25257         explained in 0.9 TODO doc.
25258
25259
25260 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25261
25262         * autogen.sh:
25263         * configure.ac:
25264         * ext/Makefile.am:
25265         * gst/Makefile.am:
25266         * po/POTFILES.in:
25267         * po/af.po:
25268         * po/az.po:
25269         * po/cs.po:
25270         * po/en_GB.po:
25271         * po/hu.po:
25272         * po/it.po:
25273         * po/nb.po:
25274         * po/nl.po:
25275         * po/or.po:
25276         * po/sq.po:
25277         * po/sr.po:
25278         * po/sv.po:
25279         * po/uk.po:
25280         * po/vi.po:
25281         * sys/Makefile.am:
25282         * testsuite/Makefile.am:
25283           remove a whole bunch of plugins.  This module now contains a set
25284           of free reference plugins/elements as agreed.
25285
25286 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25287
25288         * configure.ac:
25289           hunting season on 0.9 is now OPEN
25290
25291 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25292
25293         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25294           Kick the hell out of gcc for not warning me about a symbol conflict.
25295
25296 2005-02-22  Luca Ognibene  <luogni@tin.it>
25297
25298         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25299
25300         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25301           Don't leak caps string (fixes #168134)
25302
25303         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25304         (gst_jpegenc_init), (gst_jpegenc_finalize),
25305         (gst_jpegenc_change_state):
25306           Don't leak line buffers and context struct (fixes #168133).
25307
25308 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25309
25310         * configure.ac:
25311         * ext/dirac/gstdiracdec.cc:
25312         (gst_diracdec_chain):
25313           Since dirac 0.5.0 the framerate in dirac is expressed as a
25314           rational number. Fix build and up requirement to 0.5.0, and
25315           also pass parameters to gst_diracdec_link in the right order
25316           (fixes #167959).
25317
25318 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25319
25320         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25321         * ext/faad/gstfaad.h:
25322         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25323         certain invalid muxed streams, where some packets will contain 
25324         junk after decoder data. Partially fixes #149158.
25325
25326 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25327         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25328           Make sure we only write to writable buffers
25329
25330 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25331
25332         * gst-libs/gst/riff/riff-media.c:
25333         (gst_riff_create_audio_caps_with_data):
25334           Do actually fix invalid RIFF fmt header values for alaw
25335           and mulaw audio instead of just saying so.
25336
25337         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25338           Give gst_riff_create_audio_caps_with_data() a chance to
25339           fix up broken format header fields before extracting any
25340           parameters from the header. (fixes #167633)
25341
25342 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25343
25344         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25345
25346         * gst/audioconvert/bufferframesconvert.c:
25347         (buffer_frames_convert_link):
25348           Don't leak othercaps. (fixes #167878)
25349
25350 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25351
25352         * configure.ac:
25353         * ext/libvisual/visual.c: (gst_visual_srclink),
25354         (gst_visual_change_state):
25355           Support libvisual 0.2.0.
25356
25357 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25358
25359         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25360         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25361           Use same rowstrides for I420 as used everywhere else.
25362
25363 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25364
25365         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25366           Declare variables at beginning of block and make gcc-2.95 happy
25367           (fixes # 167482, patch by Gergely Nagy).
25368           
25369         * gst/tcp/gsttcpclientsrc.c:
25370         * gst/tcp/gsttcpclientsrc.h:
25371           Move some includes into the header, so that struct sockaddr_in is
25372           defined when it should be defined on FreeBSD as well (fixes
25373           #167483).
25374           
25375         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25376           Don't pass uninitialised values to setsockopt() here either.
25377
25378 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25379
25380         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25381
25382         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25383           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25384
25385 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25386
25387         * gst/playback/gstplaybin.c: (add_sink):
25388           Invert bin_add/link order to workaround deadlock in opt.
25389
25390 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25391
25392         * gst/modplug/gstmodplug.cc:
25393           Add missing break causing position queries to fail.
25394
25395 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25396
25397         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25398           Granpos can apparently be -1, which screws up calculations...
25399
25400 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25401
25402         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25403         (gst_ximagesink_send_pending_navigation),
25404         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25405         (gst_ximagesink_init):
25406         * sys/ximage/ximagesink.h:
25407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25408         (gst_xvimagesink_send_pending_navigation),
25409         (gst_xvimagesink_navigation_send_event),
25410         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25411         * sys/xvimage/xvimagesink.h:
25412           Use a mutex protected list to marshal navigation
25413           events into the stream thread from whichever thread
25414           sends them.
25415
25416 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25417
25418         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25419           Display current position and track length; misc. clean-ups.
25420           
25421         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25422         (speed_init), (speed_chain):
25423           Add query function, so that the stream length and current position
25424           get adjusted when queried (note that current position queries may
25425           still be wrong if the audio sink returns values based on buffer
25426           timestamps instead of passing on the query).
25427
25428 2005-02-13  Benjamin Otte  <otte@gnome.org>
25429
25430         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25431         (gst_audio_convert_channels):
25432           create channel conversion matrix when linking
25433         * gst/audioconvert/.cvsignore:
25434         * gst/audioconvert/Makefile.am:
25435         * gst/audioconvert/channelmixtest.c: (main):
25436           add (ugly) test that ensures stereo <=> mono conversion works
25437           correctly
25438
25439 2005-02-13  Benjamin Otte  <otte@gnome.org>
25440
25441         * gst/audioconvert/gstchannelmix.h:
25442           include missing header file
25443         * gst/audioconvert/gstchannelmix.c:
25444         (gst_audio_convert_fill_compatible):
25445           use same sign for both channels when converting to/from compatible
25446           channel. Previously used different signs made the signals cancel
25447           each other out and appear like silence. (fixes #167269)
25448
25449 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25450
25451         * gst/ffmpegcolorspace/avcodec.h:
25452         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25453         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25454         (gst_ffmpegcsp_avpicture_fill):
25455         * gst/ffmpegcolorspace/imgconvert.c:
25456           Convert to and from YV12 (fixes #156379).
25457
25458 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25459
25460         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25461         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25462         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25463         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25464         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25465         methods from chain and negotiation and vice versa (Fixes #166142).
25466         * sys/ximage/ximagesink.h: Add stream_lock.
25467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25468         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25469         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25470         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25471
25472 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25473
25474         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25475           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25476           error message when we can't open the DVD device (when dvdnav_open()
25477           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25478           the above). Send something more useful instead (fixes #167117).
25479
25480 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25481
25482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25483         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25484         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25485         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25486         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25487         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25488         methods from chain and negotiation and vice versa (Fixes #166142).
25489         Fix a possible bug of images in the buffer pool being discarded because
25490         we are looking at the wrong geometry.
25491         * sys/xvimage/xvimagesink.h: Add stream_lock.
25492
25493 2005-02-11  David Schleef  <ds@schleef.org>
25494
25495         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25496         unsigned int. (fixes #167128)
25497
25498 2005-02-11  David Schleef  <ds@schleef.org>
25499
25500         * gst/librfb/Makefile.am: Testing stuff before committing is
25501           for wimps... and people with fast machines.  Fix stupid
25502           mistake.
25503
25504 2005-02-11  David Schleef  <ds@schleef.org>
25505
25506         * configure.ac: Pull in librfb from my CVS tree, because it is
25507           too small and annoying to be separate.  Move rfbsrc plugin
25508           to gst/.
25509         * ext/Makefile.am:
25510         * ext/librfb/Makefile.am:
25511         * ext/librfb/gstrfbsrc.c:
25512         * gst/librfb/Makefile.am:
25513         * gst/librfb/gstrfbsrc.c:
25514         * gst/librfb/rfb.c:
25515         * gst/librfb/rfb.h:
25516         * gst/librfb/rfbbuffer.c:
25517         * gst/librfb/rfbbuffer.h:
25518         * gst/librfb/rfbbytestream.c:
25519         * gst/librfb/rfbbytestream.h:
25520         * gst/librfb/rfbcontext.h:
25521         * gst/librfb/rfbdecoder.c:
25522         * gst/librfb/rfbdecoder.h:
25523         * gst/librfb/rfbutil.h:
25524
25525 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25526
25527         * gst/speed/Makefile.am:
25528         * gst/speed/demo-mp3.c: (main):
25529         * gst/speed/filter.func:
25530         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25531         (speed_class_init), (speed_init), (speed_chain_int16),
25532         (speed_chain_float32), (speed_chain), (speed_set_property),
25533         (speed_get_property), (speed_change_state):
25534         * gst/speed/gstspeed.h:
25535           Fix speed element and make it chain-based (fixes #156467),
25536           and make it handle more than one channel.
25537
25538 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25539
25540         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25541         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25542         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25543         * ext/dts/gstdtsdec.h:
25544           Don't clobber the stack constructing the channels array.
25545           Make the element chain-based. DTS tracks can now be played.
25546           
25547 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25548
25549         * gst-libs/gst/audio/multichannel.h:
25550         * gst-libs/gst/gconf/gconf.h:
25551         * gst-libs/gst/idct/idct.h:
25552         * gst-libs/gst/media-info/media-info-priv.h:
25553         * gst-libs/gst/play/play.h:
25554         * gst-libs/gst/resample/private.h:
25555         * gst-libs/gst/resample/resample.h:
25556         * gst-libs/gst/riff/riff-ids.h:
25557         * gst-libs/gst/video/video.h:
25558         * gst-libs/gst/video/videosink.h:
25559           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25560           missing, so that they work when included from C++ code.
25561
25562 2005-02-09  David Schleef  <ds@schleef.org>
25563
25564         * testsuite/gst-lint: Check for non-statically scoped
25565           parent_class variables.  This won't be a problem once
25566           plugins are loaded with RTLD_LOCAL.
25567
25568 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25569
25570         * ext/mplex/gstmplexibitstream.cc:
25571           gcc madness.
25572
25573 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25574
25575         * ext/ogg/gstogmparse.c:
25576         * gst/debug/gstnavigationtest.c:
25577           Die, thou faulty symbol pollutors (non-static parent_class).
25578
25579 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25580
25581         * ext/mplex/gstmplexibitstream.cc:
25582           Fix event handling (#165525).
25583
25584 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25585
25586         * ext/mikmod/gstmikmod.c:
25587         * gst/modplug/gstmodplug.cc:
25588           Add missing endianness to template (fixes #165509).
25589
25590 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25591
25592         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25593           Fix wrong order of reading of optional bytes (#165290).
25594
25595 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25596
25597         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25598           Implement FILLER event awareness.
25599
25600 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25601
25602         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25603           Fix track calculations (#166208).
25604
25605 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25606
25607         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25608
25609         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25610         * ext/libpng/gstpngenc.c:
25611           Fix byte-order, use proper fixed caps. Fixes #164197.
25612
25613 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25614
25615         * configure.ac:
25616           Add dvdlpcmdec 
25617
25618         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25619         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25620           Don't push buffers if the src pad isn't negotiated yet.
25621           
25622         * gst/audioconvert/gstaudioconvert.c:
25623         (gst_audio_convert_buffer_to_default_format),
25624         (gst_audio_convert_buffer_from_default_format):
25625           Add support for 24-bit width.
25626
25627         * gst/dvdlpcmdec/.cvsignore:
25628         * gst/dvdlpcmdec/Makefile.am:
25629         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25630         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25631         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25632         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25633         (plugin_init):
25634         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25635           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25636           format. Needs support for the channels maps if someone can find 
25637           a DVD LPCM track with > 2 channels.
25638
25639         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25640         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25641         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25642         * gst/mpegstream/gstdvddemux.h:
25643         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25644         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25645         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25646         * gst/mpegstream/gstmpegdemux.h:
25647         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25648         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25649         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25650         (gst_mpeg_parse_handle_src_query),
25651         (gst_mpeg_parse_handle_src_event):
25652           Use audio/x-dvd-lpcm for LPCM output.
25653           Add DTS output.
25654
25655 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25656
25657         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25658
25659         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25660         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25661           Add BGRA handling (#165736).
25662
25663 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25664
25665         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25666
25667         * gst/law/alaw-decode.c: (alawdec_link):
25668         * gst/law/alaw-encode.c: (alawenc_link):
25669         * gst/law/mulaw-decode.c: (mulawdec_link):
25670         * gst/law/mulaw-encode.c: (mulawenc_link):
25671           Fix caps memleaks (#166600).
25672
25673 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25674
25675         * ext/tarkin/mem.h:
25676         * ext/tarkin/wavelet.h:
25677         * ext/tarkin/yuv.h:
25678         * gst/ffmpegcolorspace/avcodec.h:
25679           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25680           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25681
25682 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25683
25684         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25686         (gst_xvimagesink_change_state):
25687           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25688           Xv video (and thereby regenerate Xv colourkey) in clear() so
25689           that PLAY -> READY -> PLAY works (fixes #162504).
25690
25691 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25692
25693         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25694           Switch to list instead of range, since MJPEG-devices really just
25695           support decimations, not any size.
25696
25697 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25698         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25699         (gst_mpeg2dec_reset), (free_all_buffers),
25700         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25701         * ext/mpeg2dec/gstmpeg2dec.h:
25702           The libmpeg2 user-allocated buffer management is awkward, 
25703           to say the least. Hopefully this fixes things.
25704
25705 2005-02-04  Andy Wingo  <wingo@pobox.com>
25706
25707         * gst/audioconvert/bufferframesconvert.c
25708         (buffer_frames_convert_fixate): New function, fixates to 256
25709         frames per buffer by default. (Much better than 1.)
25710         (buffer_frames_convert_init): Set the fixate function for both src
25711         and sink pad.
25712         (buffer_frames_convert_link): After success setting nonfixed caps,
25713         get the negotiated caps so we can know how many buffer-frames it
25714         will be. No idea how this worked at all before.
25715
25716 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25717
25718         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25719         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25720         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25721         (handle_sequence), (handle_picture):
25722         * ext/mpeg2dec/gstmpeg2dec.h:
25723           Rearrange buffer tracking and refcounting and refactor
25724           a little for readability. 
25725
25726 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25727         * sys/v4l/gstv4l.c: (plugin_init):
25728         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25729         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25730         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25731         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25732         * sys/v4l/gstv4ljpegsrc.h:
25733         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25734         * sys/v4l/v4l_calls.h:
25735         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25736         (gst_v4lsrc_get_fps):
25737         * sys/v4l/v4lsrc_calls.h:
25738           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25739           you jpeg inside rgb frames" driver.
25740           Don't error in the v4lsrc link function, just return 
25741           REFUSED.
25742
25743 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25744
25745         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25746         (gst_qcamsrc_open):
25747           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25748
25749 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25750
25751         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25752           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25753
25754 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25755
25756         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25757           Reset negotiated state on PAUSED->READY.
25758
25759 2005-02-02  David Schleef  <ds@schleef.org>
25760
25761         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25762         whereever possible.  (Fixes #165997)
25763         * examples/capsfilter/capsfilter1.c: (main):
25764         * examples/dynparams/filter.c: (create_ui):
25765         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25766         * examples/seeking/chained.c: (main):
25767         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25768         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25769         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25770         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25771         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25772         * examples/switch/switcher.c: (main):
25773         * ext/dv/demo-play.c: (main):
25774         * ext/faad/gstfaad.c: (gst_faad_change_state):
25775         * ext/mad/gstmad.c: (gst_mad_chain):
25776         * ext/smoothwave/demo-osssrc.c: (main):
25777         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25778         (gst_gconf_render_bin_from_description),
25779         (gst_gconf_get_default_audio_sink),
25780         (gst_gconf_get_default_video_sink),
25781         (gst_gconf_get_default_audio_src),
25782         (gst_gconf_get_default_video_src),
25783         (gst_gconf_get_default_visualization_element):
25784         * gst/level/demo.c: (main):
25785         * gst/level/plot.c: (main):
25786         * gst/playback/gstplaybin.c: (gen_video_element),
25787         (gen_audio_element):
25788         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25789         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25790         * gst/sine/demo-dparams.c: (main):
25791         * gst/spectrum/demo-osssrc.c: (main):
25792         * gst/speed/demo-mp3.c: (main):
25793         * gst/volume/demo.c: (main):
25794         * testsuite/embed/embed.c: (main):
25795
25796 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25797
25798         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25799         (gst_tcpclientsink_finalize):
25800         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25801         (gst_tcpclientsrc_finalize):
25802         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25803         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25804         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25805         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25806           Don't leak the hostname when shutting down.
25807           In tcpserversrc, take a copy of the default hostname.
25808
25809 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25810
25811         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25812           Set caps to systemstream=TRUE.
25813
25814 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25815
25816         * testsuite/Makefile.am:
25817           Fix more OSX buildbots.
25818
25819 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25820
25821         * ext/mpeg2dec/gstmpeg2dec.c:
25822           Don't send things to NULL PAD_PEERs
25823
25824         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25825           Copy-on-write the incoming buffer.
25826
25827         * gst/mpegstream/gstdvddemux.h:
25828         * gst/mpegstream/gstmpegclock.h:
25829         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25830         (normal_seek), (gst_mpeg_demux_handle_src_event):
25831         * gst/mpegstream/gstmpegdemux.h:
25832         * gst/mpegstream/gstmpegpacketize.h:
25833         * gst/mpegstream/gstmpegparse.c:
25834         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25835         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25836         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25837         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25838         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25839         * gst/mpegstream/gstmpegparse.h:
25840         * gst/mpegstream/gstrfc2250enc.h:
25841           Various changes to the way time is computed that make seeking and
25842           total time estimation much better here.
25843           Use G_BEGIN/END_DECLS instead of __cplusplus
25844
25845         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25846           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25847
25848 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25849
25850         * gst/subparse/gstsubparse.c:
25851           Fix OSX buildbot.
25852
25853 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25854
25855         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25856         (theora_enc_chain), (theora_enc_change_state):
25857         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25858         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25859         (gst_vorbisenc_change_state):
25860         * ext/vorbis/vorbisenc.h:
25861           Set granulepos and timestamp correctly for streams not
25862           starting at 0, taking into account the initial delay.
25863
25864 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25865
25866         * gst/mpegstream/gstdvddemux.c:
25867           Add audio/x-dts to audio pad template caps
25868
25869 2005-01-30  David Schleef  <ds@schleef.org>
25870
25871         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
25872         (create_context), (gst_polypsink_link): Fix silly endianness
25873         bug.  Add some debugging.  Remove float from caps; it doesn't
25874         work.  Attempt to get remote audio working.
25875
25876 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25877
25878         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25879           Add 3IV2 fourcc.
25880
25881 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25882
25883         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
25884         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
25885         (gst_avi_demux_stream_data):
25886         * gst/avi/gstavidemux.h:
25887           Invert DIB images. Fixes #132341.
25888
25889 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25890
25891         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25892         (gst_ffmpegcsp_chain):
25893           D'oh, reference the palette data, not the palette structure.
25894           Fixes color distortion in #132341.
25895
25896 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25897
25898         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25899           PAR can be non-fixed when not provided as argument (#162626).
25900
25901 2005-01-29  David Moore  <dcm@acm.org>
25902
25903         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25904
25905         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25906         (gst_qtdemux_loop_header):
25907           Re-apply patch from #142272 that allows non-seekable sources,
25908           re-proposed by Daniel Drake <dsd@gentoo.org>.
25909
25910 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25911
25912         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
25913           Use the src template for creating the src pad (#162330).
25914
25915 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25916
25917         * configure.ac:
25918         * ext/musepack/Makefile.am:
25919         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
25920         (gst_musepackdec_init), (gst_musepackdec_dispose),
25921         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
25922         (gst_musepack_stream_init), (gst_musepackdec_loop),
25923         (gst_musepackdec_change_state):
25924         * ext/musepack/gstmusepackdec.cpp:
25925         * ext/musepack/gstmusepackdec.h:
25926         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
25927         (gst_musepack_reader_read), (gst_musepack_reader_seek),
25928         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
25929         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
25930         * ext/musepack/gstmusepackreader.cpp:
25931         * ext/musepack/gstmusepackreader.h:
25932           Update to 1.1 API (#165446).
25933
25934 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25935
25936         * ext/Makefile.am:
25937           Unbreak buildbot.
25938
25939 2005-01-28  Andy Wingo  <wingo@pobox.com>
25940
25941         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
25942         to reflect a different dubious internet source. Add a reference
25943         and some commentary.
25944
25945 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25946
25947         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25948         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
25949         * gst/playback/gststreamselector.h:
25950           Be more selective when we're redoing caps negotiation from
25951           within the chain function on a stream change.
25952
25953 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25954
25955         * configure.ac:
25956         * ext/Makefile.am:
25957         * ext/amrnb/Makefile.am:
25958         * ext/amrnb/amrnb.c: (plugin_init):
25959         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
25960         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
25961         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
25962         (gst_amrnbdec_state_change):
25963         * ext/amrnb/amrnbdec.h:
25964         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
25965         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
25966         (gst_amrnbparse_init), (gst_amrnbparse_formats),
25967         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
25968         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
25969         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
25970         * ext/amrnb/amrnbparse.h:
25971           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
25972         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25973           Add AMR-NB/-WB raw formats.
25974         * ext/alsa/gstalsa.c: (gst_alsa_link):
25975           Keep valid time when changing format.
25976         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25977         (qtdemux_parse_trak):
25978           Add some more format-specific options (#140141, #143555, #155163).
25979
25980 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25981
25982         * gst/matroska/matroska-demux.c:
25983         (gst_matroska_demux_parse_blockgroup):
25984           Fix logic error in timing of subtitle stream synchronization.
25985         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25986           Add skip-chunk, which is found in kodak-camera streams.
25987
25988 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25989
25990         * po/LINGUAS:
25991         * po/vi.po:
25992           Adding Vietnamese translation (submitted by Clytie Siddall)
25993
25994 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25995
25996         * gst/playback/gstdecodebin.c: (try_to_link_1):
25997           Use realpad for signal.
25998
25999 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26000
26001         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
26002           Fix category so decodebin picks it up.
26003
26004 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26005
26006         * ext/mad/Makefile.am:
26007         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
26008         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
26009         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
26010         (found_type), (gst_id3demux_bin_change_state):
26011         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
26012         (gst_id3_tag_init), (gst_id3_tag_handle_event),
26013         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26014         (gst_id3_tag_change_state), (plugin_init):
26015         * ext/mad/gstmad.h:
26016           Add id3demuxbin (which is a simple bin consisting of id3demux
26017           and typefind), take over rank from id3demux, remove typefind
26018           code from id3demux. Makes all broken mp3s that I know of work,
26019           and thereby fixes #152688.
26020
26021 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
26022
26023         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26024
26025         * ext/mad/gstmad.c: (gst_mad_src_event):
26026         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26027           Allow seeks on audio pad, make mad forward those (#164826).
26028         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26029           Set duration (#165335).
26030
26031 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26032
26033         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26034         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26035         (gst_asf_demux_process_ext_content_desc),
26036         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26037         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26038         * gst/asfdemux/gstasfdemux.h:
26039           Improve metadata display, e.g. if the metadata comes before the
26040           streams are loaded (which is perfectly valid).
26041
26042 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26043
26044         * tools/gst-launch-ext-m.m:
26045           Fix AVI/ASF pipelines (#165340).
26046
26047 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26048         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26049         build failure on amd64
26050
26051 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26052
26053         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26054         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26055           Check environment variables GST_ID3V2_TAG_ENCODING,
26056           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26057           list of character encodings to force interpretation of non-unicode
26058           strings stored in an ID3v2 tag to a particular encoding. If none
26059           is specified, try to use current locale's encoding, then fall back
26060           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26061         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26062         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26063           Check environment variables GST_ID3V1_TAG_ENCODING,
26064           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26065           list of character encodings to use in case a string encountered
26066           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26067           specified, try to use the current locale's encoding, then fall
26068           back to ISO-8859-1 (which will always succeed).
26069
26070 2005-01-25  Benjamin Otte  <otte@gnome.org>
26071
26072         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26073           - on half framerate, compute the rate in advance so the comparisons
26074             don't compare wrong values
26075           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26076             behaviour
26077           - don't use mad_header_decode anymore, mad_frame_decode does that
26078             automatically
26079           - when getting rid of consumed bytes, reset the stream's skiplen
26080           (fixes #163867)
26081
26082 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26083
26084         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26085           Use 1/2 a second for default max_discont, as PES streams from DVB
26086           seem to have larger spacings in the SCR. 
26087           Fix a typo.
26088
26089 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26090
26091         * gst/playback/gstplaybasebin.c: (group_commit):
26092           Notify delayed stream-info availability.
26093
26094 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26095         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26096         (gst_a52dec_handle_event), (gst_a52dec_chain):
26097         Add some debug output. Check that a discont has a valid
26098         time associated.
26099         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26100         (gst_alsa_sink_loop):
26101         Ignore TAG events. A little extra debug for broken timestamps.
26102         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26103         (dvdnavsrc_change_state):
26104         Ensure we send a discont to engage the link before we send any
26105         other events.
26106         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26107         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26108         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26109         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26110         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26111         dvd://title works in totem because typefinding sends a seek that ends
26112         up going back to chapter 1 regardless.
26113         * ext/mpeg2dec/gstmpeg2dec.c:
26114         * ext/mpeg2dec/gstmpeg2dec.h:
26115         Output correct timestamps and handle disconts.
26116         * ext/ogg/gstoggdemux.c: (get_relative):
26117         Small guard against a null dereference.
26118         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26119         (gst_textoverlay_set_property):
26120         Free memory when done. Don't call gst_event_filler_get_duration on
26121         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26122         g_warning.
26123         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26124         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26125         (gst_sw_srclink), (gst_smoothwave_chain):
26126         Draw solid lines, prettier colours.
26127         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26128         Add a default palette that'll work for some movies.
26129         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26130         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26131         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26132         * gst/mpegstream/gstdvddemux.h:
26133         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26134         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26135         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26136         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26137         * gst/mpegstream/gstmpegparse.h:
26138         Use PTM/NAV events when for timestamp adjustment when connected to 
26139         dvdnavsrc. Don't use many discont events where one suffices.
26140         * gst/playback/gstplaybasebin.c: (group_destroy),
26141         (gen_preroll_element), (gst_play_base_bin_add_element):
26142         * gst/playback/gstplaybasebin.h:
26143         Make sure we remove subtitles from the same bin we put them in.
26144         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26145         (gst_subparse_buffer_format_autodetect),
26146         (gst_subparse_change_state):
26147         Fix some memleaks and invalid accesses.
26148         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26149         (oggskel_type_find), (cmml_type_find), (plugin_init):
26150         Some typefind functions for Annodex v3.0 files
26151         * gst/wavparse/gstwavparse.h:
26152         GstRiffReadClass is the correct parent class.
26153
26154 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26155
26156         * gst-libs/gst/riff/riff-media.c:
26157         (gst_riff_create_video_caps_with_data):
26158           Add extradata to huffyuv (fixes #165013).
26159         * gst-libs/gst/riff/riff-read.c:
26160         (gst_riff_read_strf_vids_with_data):
26161           Fix extradata extraction if it is in the chunk size.
26162
26163 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26164
26165         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26166
26167         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26168         (gst_quarktv_change_state), (gst_quarktv_dispose):
26169           Memory free'ing location fix (#164708).
26170
26171 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26172
26173         * gst/playback/gstplaybasebin.c: (group_commit),
26174         (gen_preroll_element), (probe_triggered), (gen_source_element),
26175         (setup_source), (gst_play_base_bin_change_state),
26176         (gst_play_base_bin_add_element):
26177           Don't block for streams.
26178         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26179         (gst_stream_info_set_mute):
26180           Use gst_pad_set_active_recursive.
26181
26182 2005-01-25  Andy Wingo  <wingo@pobox.com>
26183
26184         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26185         for #ifndef HAVE_XVIDEO.
26186
26187 2005-01-24  Jeffrey C. Ollie
26188
26189         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26190
26191         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26192         * ext/gsm/gstgsmdec.h:
26193         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26194         * ext/gsm/gstgsmenc.h:
26195         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26196         was given by property. Add proper buffer timestamps and offsets.
26197
26198 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26199
26200         * gst-libs/gst/riff/riff-media.c:
26201         (gst_riff_create_audio_caps_with_data):
26202           Audio can be <8000Hz.
26203
26204 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26205
26206         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26207           Explicit state change to workaround refcount bugs.
26208
26209 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26210
26211         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26212         (gst_avimux_riff_get_avi_header):
26213           Fix...
26214
26215 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26216
26217         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26218         (gst_riff_read_element_data):
26219         * gst-libs/gst/riff/riff-read.h:
26220           Add _peek version (req'ed in CDXA).
26221         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26222         (gst_cdxaparse_loop):
26223           Fix parsing in playbin.
26224         * gst/playback/gstdecodebin.c: (close_pad_link):
26225           Ignore current_ pads, they cause major annoyance.
26226
26227 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26228
26229         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26230           Safety guard.
26231
26232 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26233
26234         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26235           Fix padding...
26236
26237 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26238
26239         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26240           Allow for 0-sized buffers. Fixes length query problems in
26241           starwars.mkv from the testsuite.
26242
26243 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26244
26245         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26246         (gst_video_box_i420), (gst_video_box_chain):
26247           Fix row strides for I420 (fixes #163159)
26248           
26249 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26250
26251         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26252           MPEG2 has a useful rate property, so we can actually use that.
26253           For MPEG-1, continue using the bytes/time properties.
26254
26255 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26256
26257         * gst-libs/gst/riff/riff-media.c:
26258         (gst_riff_create_video_caps_with_data),
26259         (gst_riff_create_video_template_caps):
26260           Add intel-h263.
26261
26262 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26263
26264         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26265           Fail if caps negotiation fails. Should fix #162184, and should
26266           definately be in there regardless of it fixing the actual bug.
26267         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26268         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26269         (gst_avimux_riff_get_avix_header),
26270         (gst_avimux_riff_get_video_header),
26271         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26272         (gst_avimux_start_file), (gst_avimux_handle_event),
26273         (gst_avimux_change_state):
26274         * gst/avi/gstavimux.h:
26275           Refactor structure writing to use GST_WRITE_UINT macros, add
26276           metadata writing support.
26277
26278 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26279
26280         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26281           Elements may already be destroyed when this function is called.
26282
26283 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26284
26285         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26286         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26287           More memory leak fixes (#149162).
26288
26289 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26290
26291         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26292         (gst_qtdemux_add_stream):
26293           Fix two memleaks.
26294
26295 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26296
26297         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26298           Argh...
26299
26300 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26301
26302         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26303           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26304           when fixating to six channels in Totem.
26305
26306 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26307
26308         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26309           Fix compile warnings on Solaris 10 buildbot
26310
26311 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26312
26313         * ext/dvdread/dvdreadsrc.c: (_read):
26314           Don't read beyond the last cell in a chapter (fixes 
26315           invalid memory access)
26316
26317 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26318
26319         * ext/dvdread/stream_labels.c:
26320         (dvdreadsrc_get_audio_stream_labels):
26321           Use NULL for an empty GList instead of g_list_alloc(); fix 
26322           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26323           of GString (easier to bulk free later)
26324
26325 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26326
26327         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26328
26329         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26330         (gst_ffmpeg_pixfmt_to_caps):
26331           Fix BGRA32 caps (#164209).
26332
26333 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26334
26335         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26336
26337         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26338         (gst_ffmpeg_caps_to_pixfmt):
26339           alpha_mask can be RGBA/ABGR. Fixes #164265.
26340
26341 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26342
26343         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26344
26345         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26346         (gst_mpeg2dec_alloc_buffer):
26347         * ext/mpeg2dec/gstmpeg2dec.h:
26348           Crop if decoding size is not the actual image size (#163676).
26349
26350 2005-01-17  Steve Baker  <steve@stevebaker.org>
26351
26352         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26353
26354         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26355         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26356           Add libsndfile typefind functions (#163309).
26357
26358 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26359
26360         * tools/gst-launch-ext-m.m:
26361           Add .aac, fix .m1v/.m2v (#163891).
26362
26363 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26364
26365         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26366           Sanity check, don't wait endlessly since the clock might not
26367           actually run at this point (which is a deadlock). Fixes #164069.
26368
26369 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26370
26371         * gst/playback/gstplaybasebin.c: (probe_triggered):
26372           Of course, only pause if group is done...
26373
26374 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26375
26376         * gst/playback/gstplaybasebin.c: (probe_triggered):
26377           Thread safety.
26378
26379 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26380
26381         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26382           Don't return state change success when the parent
26383           failed.
26384
26385 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26386
26387         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26388           Free events (fix memleak in #162905).
26389
26390 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26391
26392         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26393
26394         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26395         (gst_ffmpeg_caps_to_pixfmt):
26396           Fix for depth = 15. Fixes #161675.
26397
26398 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26399
26400         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26401           Set FPS correctly, even for webcams and the like.
26402         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26403           Don error on setting while capturing.
26404
26405 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26406
26407         * ext/dv/gstdvdec.c:
26408         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26409         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26410           I'm a bad boy. using /1001. to force C to do float division
26411           and not integer division (as it did in my last commit)
26412           Thanks to David I. Lehn for pointing this mistake.
26413
26414 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26415
26416         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26417           Revert Johan's 1.35->1.36 since it breaks compat.
26418
26419 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26420
26421         * ext/dv/gstdvdec.c:
26422         * ext/libfame/gstlibfame.c:
26423         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26424         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26425           replace framerate aproximations by their real value
26426           (24000/1001, 30000/1001, 60000/1001)
26427           Finish fixing bug #164049
26428
26429 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26430
26431         * ext/ogg/gstoggmux.c:
26432           eos/bos debugging
26433         * gst/tcp/gstmultifdsink.c:
26434         * gst/tcp/gstmultifdsink.h:
26435         * gst/tcp/gsttcp.c:
26436         * gst/tcp/gsttcp.h:
26437         * gst/tcp/gsttcpclientsink.c:
26438         * gst/tcp/gsttcpclientsrc.c:
26439         * gst/tcp/gsttcpserversink.c:
26440         * gst/tcp/gsttcpserversrc.c:
26441           improve reusability of elements after state changes and errors
26442           make multifdsink throw away streamheaders when receiving new ones
26443
26444 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26445
26446         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26447           Fix for if items are already in list...
26448
26449 2005-01-12  Benjamin Otte  <otte@gnome.org>
26450
26451         * gst/adder/gstadder.c: (gst_adder_loop):
26452           fix adder a bit so it doesn't screw up with events as much anymore
26453
26454 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26455
26456         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26457         (pixbufscale_scale), (gst_pixbufscale_chain):
26458         * ext/gdk_pixbuf/pixbufscale.h:
26459           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26460           to ensure rowstrides are calculated the same way as 
26461           ffmpegcolorspace
26462           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26463           that we pick up duration and offset also.
26464
26465 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26466
26467         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26468         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26469           Reusability fixes.
26470
26471 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26472
26473         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26474         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26475         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26476         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26477           Update flags when requested.
26478
26479 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26480
26481         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26482           Fix dmix.
26483
26484 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26485
26486         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26487         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26488         (probe_triggered), (new_decoded_pad), (gen_source_element),
26489         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26490         * gst/playback/gstplaybasebin.h:
26491         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26492         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26493         (gst_play_bin_change_state):
26494           Implement group-switch signal for use in apps to clear metadata
26495           cache, clean up subtitle, add suburi property instead of # hack,
26496           some error-out fixes.
26497
26498 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26499
26500         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26501           Debug.
26502         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26503           If we got a state change in the _get handler, don't return success.
26504
26505 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26506
26507         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26508         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26509           Make jpegdec quiet on MJPEG decoding
26510         * gst/asfdemux/README:
26511           Fix mimetypes for MJPEG and H263
26512
26513 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26514
26515         * ext/theora/theoradec.c: (theora_dec_chain):
26516           Fix broken code generation by gcc by swapping arguments.
26517         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26518           Fix \n in debug.
26519
26520 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26521
26522         * TODO:
26523           delete this file, it is by far outdated
26524         * ext/alsa/gstalsa.1: remove
26525         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26526         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26527         (gst_alsa_get_caps):
26528           Add HW probing for supported sample rates. Fixes #161704
26529
26530 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26531
26532         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26533           Don't crash, biatch! :).
26534
26535 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26536
26537         * ext/musepack/gstmusepackreader.cpp:
26538         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26539           Some work on tags - still doesn't work in playbin...
26540         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26541           Handle events...
26542
26543 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26544
26545         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26546           Also shove tags on kid pads.
26547
26548 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26549
26550         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26551           Don't bail on unknown events.
26552         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26553           Don't crash on events before negotiation.
26554         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26555           Send tags on pads, too.
26556         * gst/playback/gststreamselector.c:
26557         (gst_stream_selector_request_new_pad):
26558           Forward events on first pad if no input was selected yet.
26559
26560 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26561
26562         * gst/playback/gstplaybasebin.c: (setup_substreams):
26563           Don't disable streamtype if the stream doesn't exist, since
26564           then playing a video after audio will disable both and nothing
26565           will happen. Fixes the testsuite.
26566
26567 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26568
26569         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26570         (gst_v4l_xoverlay_set_xwindow_id):
26571         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26572         (gst_v4l2_xoverlay_set_xwindow_id):
26573           Add debug categories, fix overlay disabling.
26574
26575 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26576
26577         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26578         * ext/alsa/gstalsa.h:
26579           Add HW probing for period_count/size and buffer_size MIX/MAX
26580           Adjust default/user defined value if out of bounds
26581           Should fix bug #162024
26582
26583 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26584
26585         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26586           Fix warning (#161191).
26587
26588 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26589
26590         * ext/dvdread/stream_labels.c:
26591         (dvdreadsrc_get_audio_stream_labels):
26592           Fix warning (init the good variable in switch default)
26593
26594 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26595
26596         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26597
26598         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26599           Fix gcc-2.95 compile (#163485).
26600
26601 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26602
26603         * configure.ac:
26604         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26605         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26606         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26607         (gst_flacenc_change_state):
26608         * ext/flac/gstflacenc.h:
26609           Update for API change in flac-1.1.1. Update requirement in
26610           configure.ac. Fixes #162974.
26611
26612 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26613
26614         * gst/playback/gstplaybasebin.c: (group_destroy):
26615           Remove hack to get rid of assert and get rid of unlinked
26616           signals properly.
26617
26618 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26619
26620         * gst/playback/gstplaybasebin.c: (setup_source):
26621           Set source to NULL so that resources are free'ed. Fixes issues
26622           with playback of CDDA and similar device-accessing things.
26623
26624 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26625
26626         * testsuite/embed/Makefile.am:
26627           test->noinst, fix make test in buildbot.
26628
26629 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26630
26631         * ext/dvdread/stream_labels.c: new file
26632         * ext/dvdread/stream_labels.h: new file
26633         * ext/dvdread/Makefile.am:
26634         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26635           Extract audio stream label from DVD IFO files.
26636           It only dump them on the console for now, still have to
26637           make playbin aware of them.
26638
26639 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26640
26641         * gst/playback/gstplaybasebin.c: (setup_source):
26642           Fix hanging subs.
26643
26644 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26645
26646         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26647         (gen_preroll_element), (remove_groups), (setup_subtitle),
26648         (gen_source_element), (setup_source):
26649         * gst/playback/gstplaybasebin.h:
26650           Multiple .sub files is just a stupid idea... Fix some threading
26651           mistakes. Interestingly, external .sub files cause playbin to
26652           hang, I don't know why... Parsing fixes contributed by Fran??ois
26653           Kooman <fkooman@tuxed.net>.
26654
26655 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26656
26657         * testsuite/embed/Makefile.am:
26658           Fix buildbot.
26659
26660 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26661
26662         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26663
26664         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26665         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26666         (gst_pngenc_set_property):
26667         * ext/libpng/gstpngenc.h:
26668           Add compression level property (#163323).
26669
26670 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26671
26672         * configure.ac:
26673         * examples/capsfilter/capsfilter1.c: (main):
26674         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26675         * ext/dvdread/Makefile.am:
26676         * ext/dvdread/demo-play:
26677         * ext/dvdread/demo-play.c:
26678         * gconf/gstreamer.schemas.in:
26679         * gst-libs/gst/gconf/gconf.c:
26680         * sys/v4l/TODO:
26681         * testsuite/Makefile.am:
26682         * testsuite/embed/Makefile.am:
26683         * testsuite/embed/embed.c: (cb_expose), (main):
26684           Remove all references to xvideosink, fix examples (#140845).
26685         * gst/playback/gstplaybasebin.c: (group_destroy):
26686           Apparently, disposal does not unlink - so do explicitely.
26687         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26688           Add debug.
26689
26690 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26691
26692         * README: fix PKG_CONFIG_PATH instructions, what was there
26693         previously was breaking default search path, not nice. 
26694         Fixes #163358
26695
26696 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26697
26698         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26699         (gst_audioscale_chain):
26700           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26701           when resampling - how the ^@$^!@^! is this possible?!?
26702
26703 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26704
26705         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26706           Reset variables on READY.
26707         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26708         (gst_matroska_mux_loop):
26709           Require data before writing header.
26710
26711 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26712
26713         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26714
26715         * ext/mad/gstmad.c: (gst_mad_chain):
26716           Don't call mad_stream_sync() directly after recovering sync.
26717           Fixes #151661.
26718
26719 2005-01-09  Martin Eikermann  <meiker@upb.de>
26720
26721         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26722
26723         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26724         (snapshot_handler), (gst_snapshot_sinkconnect),
26725         (gst_snapshot_chain):
26726           Allocate resources when required, fix recursive signal emission
26727           and fix caps. Fixes #161667.
26728
26729 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26730
26731         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26732
26733         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26734         (gst_pngdec_chain):
26735           Handle only 8-bppc (bits-per-pixel-component) images, better
26736           error handling and correct strides. Fixes #163177.
26737         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26738         (gst_pngenc_chain):
26739           Better error handling. Fixes #163348.
26740
26741 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26742
26743         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26744         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26745         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26746         (dvdnavsrc_uri_handler_init):
26747           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26748         * gst/playback/gstplaybasebin.c: (gen_source_element):
26749           Add MMS to streaming URIs.
26750
26751 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26752
26753         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26754         * sys/xvimage/xvimagesink.c:
26755         (gst_xvimagesink_navigation_send_event):
26756           Check for pad availability before sending event.
26757
26758 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26759
26760         * gst-plugins.spec.in:
26761           Add subparse.
26762
26763 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26764
26765         * configure.ac:
26766           Since we use functions from CVS, up requirement.
26767
26768 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26769
26770         * gst/playback/Makefile.am:
26771         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26772         (group_destroy), (group_commit), (group_is_muted),
26773         (gen_preroll_element), (add_stream), (unknown_type),
26774         (probe_triggered), (preroll_unlinked), (mute_stream),
26775         (silence_stream), (new_decoded_pad), (setup_substreams),
26776         (setup_source), (get_active_source), (mute_group_type),
26777         (muted_group_change_state), (set_active_source),
26778         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26779         (play_base_eos), (gst_play_base_bin_change_state):
26780         * gst/playback/gstplaybasebin.h:
26781         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26782         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26783         (gst_stream_info_dispose), (stream_info_mute_pad),
26784         (stream_info_change_state), (gst_stream_info_set_mute):
26785         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26786         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26787         (gst_stream_selector_init), (gst_stream_selector_dispose),
26788         (gst_stream_selector_get_linked_pad),
26789         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26790         (gst_stream_selector_get_linked_pads),
26791         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26792         * gst/playback/gststreamselector.h:
26793           Adding stream selection support plus required properties for
26794           applications to use this. Fully fixes #100931.
26795
26796 2005-01-08  Benjamin Otte  <otte@gnome.org>
26797
26798         * gst/games/gstpuzzle.c: (nav_event_handler):
26799           - handle nav events differently: forward every event no matter if it
26800             was handled or not.
26801           - translate events
26802           You can now cheat by using navigationtest ! puzzle and moving the
26803           mouse close to the edge of a tile. ;)
26804
26805 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26806
26807         * configure.ac:
26808         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26809         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26810         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26811         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26812         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26813         (gst_ogm_parse_plugin_init):
26814         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26815         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26816         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26817         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26818         * ext/pango/gsttextoverlay.h:
26819         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26820         (gst_matroska_demux_handle_seek_event),
26821         (gst_matroska_demux_sync_streams),
26822         (gst_matroska_demux_parse_blockgroup),
26823         (gst_matroska_demux_subtitle_caps),
26824         (gst_matroska_demux_plugin_init):
26825         * gst/matroska/matroska-ids.h:
26826         * gst/playback/gstdecodebin.c: (close_pad_link):
26827         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26828         (gen_preroll_element), (remove_groups), (add_stream),
26829         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26830         (setup_source):
26831         * gst/playback/gstplaybasebin.h:
26832         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26833         * gst/subparse/Makefile.am:
26834         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26835         (gst_subparse_base_init), (gst_subparse_class_init),
26836         (gst_subparse_init), (gst_subparse_formats),
26837         (gst_subparse_eventmask), (gst_subparse_event),
26838         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26839         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26840         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26841         (parse_mpsub_deinit), (parse_mpsub_init),
26842         (gst_subparse_buffer_format_autodetect),
26843         (gst_subparse_format_autodetect), (gst_subparse_loop),
26844         (gst_subparse_change_state), (gst_subparse_type_find),
26845         (plugin_init):
26846         * gst/subparse/gstsubparse.h:
26847         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26848         (plugin_init):
26849           Add subtitle support, .sub parser (supports SRT and MPsub),
26850           OGM text support, Matroska UTF-8 text support, deadlock fixes
26851           all over the place, subtitle awareness in decodebin/playbin
26852           and some fixes to textoverlay to handle subtitles in a stream
26853           correctly. Fixes #100931.
26854
26855 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26856
26857         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26858           Check for pad availability before doing a query on it.
26859
26860 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26861
26862         * ext/dv/gstdvdec.c:
26863           really fix bpp24/32 dvdec caps (classic rgba indeed)
26864         * gst/asfdemux/gstasfdemux.c:
26865         (gst_asf_demux_process_ext_content_desc):
26866           don't send text tags if they are empty (bis repetita)
26867
26868 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26869
26870         * ext/dv/gstdvdec.c:
26871          remove unneeded comment from dvdec
26872           (related to DV 4CC codes in AVI files)
26873           moved them in gstreamer/docs/random/mimetypes
26874         * gst/asfdemux/gstasfdemux.c:
26875         (gst_asf_demux_process_ext_content_desc):
26876          don't send text tags if they are empty
26877          fix mem leak on error path
26878         * gst/ffmpegcolorspace/avcodec.h:
26879         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26880         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26881         (gst_ffmpegcsp_avpicture_fill):
26882         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
26883         * gst/ffmpegcolorspace/imgconvert_template.h:
26884          adds BGR32 and BGRA32 to ffmpegcolorspace
26885           (still bad colors, fixing it on next commit)
26886           helps with dvdec outputing BGR32
26887
26888 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26889
26890         * ext/dv/gstdvdec.c:
26891          Fix audio caps i just broke (missing ',')
26892         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
26893         (gst_matroska_mux_reset):
26894          Fix typo + add FIXME about old "x-gst-metadata" crap
26895
26896 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26897
26898         * ext/dv/demo-play.c: (main):
26899          xvideosink -> xvimagesink
26900         * ext/dv/gstdvdec.c:
26901          change rgb 32/32 caps to 24/32 (no alpha)
26902          change nb of channels to be a list (2 or 4, not 2)
26903          change sample rate to be a list (32, 44.1, 48 kHz) not a range
26904         * gst/asfdemux/gstasfdemux.c:
26905         (gst_asf_demux_process_ext_content_desc):
26906          Add 'date/year' to extracted metadata list
26907
26908 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26909
26910         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
26911           The return value of fixate_to does not imply that the requested
26912           value was set, so don't assume.
26913
26914 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
26915
26916         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26917
26918         * ext/libpng/gstpngdec.c:
26919         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
26920         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
26921         * ext/libpng/gstpngenc.h:
26922           Alpha support (encoder; #163161), mime fixage.
26923
26924 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
26925
26926         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26927
26928         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
26929         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
26930         (gst_faac_set_property), (gst_faac_get_property):
26931         * ext/faac/gstfaac.h:
26932           Allow for ADTS output (#153434).
26933
26934 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26935
26936         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26937           Fix against template (#150576).
26938
26939 2005-01-06  Benjamin Otte  <otte@gnome.org>
26940
26941         * gst/games/gstpuzzle.c: (draw_puzzle):
26942           don't draw a puzzle if either width or height of tiles would be 0.
26943
26944 2005-01-06  Benjamin Otte  <otte@gnome.org>
26945
26946         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
26947         (gst_puzzle_class_init), (gst_puzzle_finalize):
26948           no memleaks, please
26949         (gst_puzzle_create), (gst_puzzle_init),
26950         (gst_puzzle_set_property), (gst_puzzle_setup):
26951           change initialization code around so we don't reshuffle on resize
26952         (draw_puzzle):
26953           fix another stupid typo
26954
26955 2005-01-06  Benjamin Otte  <otte@gnome.org>
26956
26957         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
26958           fix stupid typo that borked copying on YUY2
26959
26960 2005-01-06  Benjamin Otte  <otte@gnome.org>
26961
26962         * gst/games/gstpuzzle.c: (draw_puzzle):
26963           fix edges when image sizes aren't multiples of tile sizes
26964
26965 2005-01-06  Benjamin Otte  <otte@gnome.org>
26966
26967         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
26968           make RGB endianness work correctly
26969         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
26970           refactor and fix race with initial shuffling
26971         (nav_event_handler):
26972           allow using the mouse to puzzle
26973         (draw_puzzle):
26974           insist on tiles having width and height as multiples of 4 to get
26975           clean YUV image handling
26976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26977         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
26978           s/DEBUG/LOG/ for common messages
26979         (gst_xvimagesink_navigation_send_event):
26980           fix mouse event translation to not include screen PAR
26981         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26982           fix mouse event translation to actually work
26983
26984 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26985
26986         * gst/asfdemux/gstasfdemux.c:
26987         (gst_asf_demux_process_ext_content_desc):
26988          Extract TrackNumber metadata + clean up code
26989         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
26990          Hope this is the good fix (var used unitialised)
26991
26992 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26993
26994         * ext/faad/gstfaad.c: (gst_faad_chain):
26995           Only increment timestamp if it's valid. Fixes raw AAC streams.
26996
26997 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26998
26999         * configure.ac:
27000         * gst/games/Makefile.am:
27001         * gst/games/gstpuzzle.c:
27002           add a puzzle game with...
27003         * gst/games/gstvideoimage.c:
27004         * gst/games/gstvideoimage.h:
27005           ... full colorspace support (that includes YUV9 and RGB16)) stolen
27006           from videotestsrc and made into something that would be a nice
27007           library for a lot of other plugins.
27008
27009 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27010
27011         * configure.ac:
27012          don't compile faad plugin if a RC of 2.0 is found
27013          Fixes #155346 (and FC1 buildbot)
27014         * gst/asfdemux/gstasfdemux.c:
27015         (gst_asf_demux_process_ext_content_desc):
27016          try to make Solaris compiler happier
27017
27018 2005-01-06  Paul Jack  <pjack@sfaf.org>
27019
27020         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27021
27022         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
27023           Fix segfault (#161667).
27024
27025 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27026
27027         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27028           Fix framerate reporting.
27029
27030 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27031
27032         * gst-libs/gst/riff/riff-ids.h:
27033         * gst/wavenc/riff.h:
27034          Add AMR (VBR and CBR) ids to riff.h audio codec list
27035         * gst/asfdemux/gstasfdemux.c:
27036         (gst_asf_demux_process_ext_content_desc),
27037         (gst_asf_demux_process_object):
27038           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27039
27040 2005-01-05  Martin Eikermann  <meiker@upb.de>
27041
27042         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27043
27044         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27045         (gst_dvd_demux_handle_discont):
27046         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27047         (gst_mpeg_demux_handle_discont):
27048           Recreate pads on new-media (#160730).
27049         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27050           Send discont even if manager changes timestamps (#161929).
27051
27052 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27053
27054         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27055
27056         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27057           Fix invalid memory access (#159211).
27058
27059 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27060
27061         * examples/gstplay/player.c: (main):
27062           Don't iterate.
27063         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27064           Add visualizations.
27065         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27066         (gst_a52dec_handle_frame):
27067           Set duration.
27068         * ext/dvdnav/gst-dvd:
27069           Add audioconvert. Fixes #161325.
27070         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27071           Explicitely case to gint64. Possible valgrind error.
27072         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27073         (gst_play_tick_callback), (gst_play_change_state),
27074         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27075         (gst_play_set_location), (gst_play_get_location),
27076         (gst_play_seek_to_time), (gst_play_set_data_src),
27077         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27078         (gst_play_set_visualization), (gst_play_connect_visualization),
27079         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27080         (gst_play_new):
27081           Use playbin. Fixes #139749 and #147744.
27082         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27083           Add genre tag.
27084         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27085         (audioscale_get_type), (gst_audioscale_base_init),
27086         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27087         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27088         (gst_audioscale_link), (gst_audioscale_get_buffer),
27089         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27090         (gst_audioscale_init), (gst_audioscale_dispose),
27091         (gst_audioscale_chain), (gst_audioscale_set_property),
27092         (gst_audioscale_get_property), (plugin_init):
27093           Indent properly.
27094         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27095           Fix LPCM.
27096         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27097         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27098         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27099           Add more metadata (fixes #162656).
27100
27101 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27102
27103         * configure.ac:
27104           back to cvs
27105
27106 === release 0.8.7 ===
27107
27108 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27109
27110         * NEWS:
27111         * RELEASE:
27112         * configure.ac:
27113           releasing 0.8.7, "Hyperspace"
27114
27115 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27116
27117         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27118
27119         * gst/playback/gstplaybasebin.c:
27120          Fix for #162924 - free caps after use, not before
27121
27122 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27123
27124         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27125
27126         * gst/playback/gstplaybasebin.c:
27127         * gst/wavparse/gstwavparse.c:
27128           Fix for #154773 - fixes playback of small .wav files
27129
27130 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27131
27132         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27133
27134         * gst/audioscale/gstaudioscale.c:
27135           Fix for #162819 - make audioscale reusable
27136           Fixes playback of more than one file with playbin/totem
27137
27138 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27139
27140         * gst/ffmpegcolorspace/avcodec.h:
27141         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27142         * gst/ffmpegcolorspace/imgconvert.c:
27143           clean up the mess that made me cry and avoid needless duplication
27144
27145 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27146
27147         * gst/ffmpegcolorspace/imgconvert.c:
27148           give some indication of why we're segfaulting
27149
27150 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27151
27152         * configure.ac:
27153           Fix indentation, fix v4l2 plugin detection.
27154         * ext/Makefile.am:
27155           Fix libmms location (Maciej, use diff -u!).
27156         * ext/alsa/gstalsa.c: (gst_alsa_init):
27157           Initialize caps cache to NULL.
27158         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27159           Only change state on audiosink if it exists.
27160
27161 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27162
27163         * gst/matroska/matroska-demux.c:
27164         * gst/matroska/matroska-ids.h:
27165         * gst/matroska/matroska-demux.h:
27166         Fix Vorbis streams failing to decode in some files, where cluster_time
27167         isn't 0, because then it doesn't send codec_priv before actual data.
27168         Remove time-based test and replace it with marker set on beginning of
27169         new stream
27170
27171 2004-12-28  David Schleef  <ds@schleef.org>
27172
27173         Merge patch from Ronald fixing problems with streaming
27174         text.
27175         * ext/cairo/gstcairo.c: (plugin_init):
27176         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27177         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27178         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27179         (gst_textoverlay_font_init), (gst_textoverlay_init),
27180         (gst_textoverlay_set_property):
27181         * ext/cairo/gsttextoverlay.h:
27182
27183 2004-12-27  David Schleef  <ds@schleef.org>
27184
27185         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27186         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27187         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27188         (gst_textoverlay_font_init), (gst_textoverlay_init),
27189         (gst_textoverlay_set_property): Improvements to actually
27190         render text as white on black outline on video, including
27191         font selection and horizontal/vertical alignment.  (Ronald's
27192         christmas present)
27193         * ext/cairo/gsttextoverlay.h:
27194
27195 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27196
27197         * ext/ogg/gstogg.c:
27198         * ext/ogg/gstogmparse.c:
27199           fix ogm[audio/video]parse plugin registration
27200           (riff won't load if bytestream is already loaded)
27201
27202 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27203
27204         * gst/audioconvert/gstchannelmix.c:
27205           fix for GLIB < 2.4
27206
27207 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27208
27209         * Makefile.am:
27210         * configure.ac:
27211           disable docs again until it actually passes make distcheck.
27212
27213 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27214
27215         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27216         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27217         (plugin_init):
27218           Add 3GP (variables name Q3GP because they can't start with a
27219           number). Add samr audio fourcc (used in .3gp files), decoder
27220           is work in progress. Also do a GST_WARNING instead of ERROR
27221           in case of unknown nodes, to decrease output.
27222
27223 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27224
27225         * Makefile.am:
27226           really fix dist
27227
27228 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27229
27230         * configure.ac:
27231         * ext/speex/gstspeexdec.h:
27232         * ext/speex/gstspeexenc.h:
27233           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27234           Fix detection code in configure.ac
27235
27236 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27237
27238         * gst/matroska/matroska-demux.c:
27239         (gst_matroska_demux_parse_blockgroup):
27240           Save position, so that queries give proper return values. Don't
27241           know how this could ever have worked before...
27242
27243 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27244
27245         * configure.ac:
27246           Put additional LAME check inside the conditional.  Fixes #152339
27247
27248 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27249
27250         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27251         (gst_avi_demux_stream_scan):
27252           Add some more debug. Fix logic error when setting movi offset
27253           while reading index.
27254
27255 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27256
27257         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27258         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27259         (gst_avi_demux_process_next_entry):
27260           Add some debugging. Better detection of broken indexes and the
27261           accompanying index recovery. No infinite loops on state changes
27262           when we're still in our loopfunction.
27263
27264 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27265
27266         * configure.ac:
27267           Fix up.
27268
27269 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27270
27271         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27272
27273         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27274           Normalizing the value before setting
27275         (gst_sunaudiomixer_get_volume):
27276           Normalizing the value after getting. Fixes bug# 161980
27277
27278 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27279
27280         * Makefile.am: Make sure docs gets disted
27281         * docs/Makefile.am: Make sure all needed files get disted
27282         * gst-plugins.spec.in: latest updates
27283
27284 2004-12-22  Wim Taymans  <wim@fluendo.com>
27285
27286         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27287         Revert patch 1.38 as clock distribution over schedulers does
27288         not work correcly in the core yet.
27289
27290 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27291
27292         * sys/oss/README: remove this file, which predates my birth
27293           (and which content is by far outdated)
27294
27295 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27296
27297         * Makefile.am:
27298         * configure.ac:
27299         * docs/Makefile.am:
27300         * docs/libs/Makefile.am:
27301         * docs/libs/gst-plugins-libs-docs.sgml:
27302         * docs/libs/gst-plugins-libs-sections.txt:
27303         * docs/libs/tmpl/gstgconf.sgml:
27304         * docs/upload.mak:
27305         * docs/version.entities.in:
27306           Added boilerplate gtk-doc files for plugin-libs documentation.
27307
27308 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27309
27310         * gst/auparse/gstauparse.c: fix int and float audio caps
27311
27312 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27313
27314         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27315         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27316           g_assert() can be a macro, don't use #ifdef inside it.
27317
27318 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27319
27320         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27321
27322         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27323         (gst_videorate_init), (gst_videorate_chain),
27324         (gst_videorate_change_state):
27325           Event handling (fixes #159986).
27326
27327 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27328
27329         * gst-libs/gst/riff/riff-media.c:
27330         (gst_riff_create_video_caps_with_data):
27331           Add BLZ0 (Blizzard's version of DivX) fourcc.
27332
27333 2004-12-18  David Schleef  <ds@schleef.org>
27334
27335         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27336         portability fix.
27337
27338 2004-12-18  David Schleef  <ds@schleef.org>
27339
27340         * gst/tta/ttadec.h: Disable some header code that isn't used
27341         and clearly isn't portable.
27342
27343 2004-12-18  David Schleef  <ds@schleef.org>
27344
27345         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27346         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27347         (avcodec_get_pix_fmt), (avpicture_layout),
27348         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27349         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27350         Fix code to not use GCC extensions (and c99 extensions that
27351         Forte does not like.)
27352
27353 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27354
27355         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27356
27357         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27358         (gst_deinterlace_chain):
27359           Rowstride fixes. Fixes #161039.
27360         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27361         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27362         (gst_video_crop_getcaps), (gst_video_crop_link),
27363         (gst_video_crop_i420), (gst_video_crop_chain),
27364         (gst_video_crop_change_state):
27365           Rework of negotiation. Actually works now. Fixes #158650.
27366
27367 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27368
27369         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27370           That was very stupid.
27371
27372 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27373
27374         * gst/matroska/matroska-demux.c:
27375         (gst_matroska_demux_parse_blockgroup):
27376           Fix possible crasher.
27377
27378 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27379
27380         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27381         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27382           Lace sizes can be zero.
27383
27384 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27385
27386         * ext/musepack/gstmusepackdec.cpp:
27387           Fetch error return values. Fixes #161624.
27388         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27389           Really EOS.
27390
27391 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27392
27393         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27394           Work for truncated (unfinished download etc.) files. Fixes #160514.
27395
27396 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27397
27398         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27399           Fix for integer overflow. Makes #156001 not crash. Probably masks
27400           the real bug.
27401
27402 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27403
27404         * gst/ac3parse/gstac3parse.c: (plugin_init):
27405           Parsers never have ranks. Fixes #159651.
27406
27407 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27408
27409         * gst/playback/gstdecodebin.c: (compare_ranks):
27410           make sure the facotries are ordered the same every time even if they
27411           have the same rank by using the name
27412         * gst/playback/gstdecodebin.c: (find_compatibles):
27413           make sure we don't add factories to the list twice
27414
27415 2004-12-16  David Schleef  <ds@schleef.org>
27416
27417         * configure.ac: look for musepack headers as musepack/*.h
27418         (fixes #159847)
27419         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27420         * ext/musepack/gstmusepackreader.h: same
27421
27422 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27423
27424         * gst-libs/gst/riff/riff-read.c:
27425         (gst_riff_read_strf_auds_with_data):
27426           Read extradata correctly (fixes #155879).
27427
27428 2004-12-16  David Schleef  <ds@schleef.org>
27429
27430         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27431         audio.  does _not_ attempt or allow conversion unless channels
27432         is 1 or 2.
27433
27434 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27435
27436         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27437
27438 2004-12-16  David Schleef  <ds@schleef.org>
27439
27440         * gst/audioscale/gstaudioscale.c: the resample library only
27441         handles 1 or 2 channels.  Change caps to compensate.
27442
27443 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27444
27445         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27446         (gst_matroska_demux_audio_caps):
27447           Some MPEG-AAC hacks, because else it doesn't work...
27448
27449 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27450
27451         * gst-libs/gst/riff/riff-media.c:
27452         (gst_riff_create_video_caps_with_data),
27453         (gst_riff_create_video_template_caps):
27454           Add h264.
27455
27456 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27457
27458         * gst-libs/gst/audio/Makefile.am:
27459           Try to fix buildbot.
27460
27461 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27462
27463         * gst/tcp/gstmultifdsink.c:
27464           Clean up and uniformize debugging.
27465
27466 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27467
27468         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27469
27470         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27471         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27472         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27473         (gst_mpeg_demux_change_state):
27474           Reset on ready. Fixes 160276.
27475
27476 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27477
27478         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27479
27480         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27481         (gst_ffmpegcsp_pad_link):
27482           Fix memleak (#154815).
27483
27484 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27485
27486         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27487
27488         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27489         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27490         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27491         * ext/musicbrainz/gsttrm.h:
27492           Add support for using a proxy server when getting a trm id from
27493           the MusicBrainz database (#149613).
27494
27495 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27496
27497         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27498
27499         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27500         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27501           Fix memleaks (#157233).
27502
27503 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27504
27505         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27506
27507         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27508         * gst-libs/gst/resample/resample.h:
27509         * gst/audioscale/gstaudioscale.c:
27510           Fix memleak (#159215).
27511
27512 2004-12-16  Toni Willberg  <toniw@iki.fi>
27513
27514         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27515
27516         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27517         * sys/oss/oss_probe.c: (main):
27518           Check for mono/stereo support (similar to samplerate probing),
27519           fixes #159433. Also add missing copyright header to oss_probe.c.
27520
27521 2004-12-15  David Schleef  <ds@schleef.org>
27522
27523         * configure.ac: add audioresample and cairo plugins.  Remove
27524         HAVE_MMX stuff, because it's not used.
27525         * ext/Makefile.am: same
27526         * ext/audioresample/Makefile.am: You are not ready for an
27527         audio resampling element based on audioresample.
27528         * ext/audioresample/gstaudioresample.c:
27529         * ext/audioresample/gstaudioresample.h:
27530         * ext/cairo/Makefile.am: You are not ready for overlay elements
27531         based on cairo.  Don't look too closely, these elements kinda
27532         suck right now.
27533         * ext/cairo/gstcairo.c: new
27534         * ext/cairo/gsttextoverlay.c: new
27535         * ext/cairo/gsttextoverlay.h: new
27536         * ext/cairo/gsttimeoverlay.c: new
27537         * ext/cairo/gsttimeoverlay.h: new
27538         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27539         problem with compilers that don't support variadic macros.
27540
27541 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27542
27543         Reviewed by:  David Schleef  <ds@schleef.org>
27544
27545         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27546         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27547         bit.  Also ran indent-gst.
27548         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27549         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27550         (gst_sunaudiosrc_setparams):
27551
27552 2004-12-14  David Schleef  <ds@schleef.org>
27553
27554         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27555         output rate to 16000.  Should fix #160235.
27556
27557 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27558
27559         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27560         Add typefinding for mpeg2 pes streams
27561
27562 2004-12-13  David Schleef  <ds@schleef.org>
27563
27564         * configure.ac:  Applied patch from bug #143659, making default
27565         sources and sinks OS-dependent (for Solaris), and added code
27566         for OS/X.
27567         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27568
27569 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27570
27571         * gst-libs/gst/riff/riff-media.c:
27572           forgot to add h2.64 to avidemux template caps
27573
27574 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27575
27576         * gst/wavenc/riff.h:
27577         * gst-libs/gst/riff/riff-media.c:
27578         * gst-libs/gst/riff/riff-ids.h:
27579         * gst/avi/gstavimux.c
27580         add 4CC code for VideoSoft h264 in AVI (VSSH)
27581           fixes bug #160655
27582         remove s323 from riff, it's quicktime specific :(
27583
27584 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27585
27586         * gst/asfdemux/README
27587         * gst/wavenc/riff.h
27588         * gst-libs/gst/riff/riff-ids.h
27589         * gst-libs/gst/riff/riff-media.c
27590         * gst/qtdemux/qtdemux.c:
27591           add new 4CC codes for h263 related codecs
27592           fixes partially bug #155163
27593
27594 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27595
27596         * configure.ac: Update polyaudio requirement to 0.7
27597         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27598
27599 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27600
27601         * gst/interleave/deinterleave.c:
27602         fix my name's spelling! :)
27603
27604 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27605
27606         * AUTHORS ChangeLog
27607         * gst/auparse/gstauparse.c
27608         * gst/interleave/deinterleave.c
27609         * gst/law/:
27610                 alaw-decode.c alaw-encode.c
27611                 mulaw-decode.c mulaw-encode.c
27612         * gst/oneton/gstoneton.c
27613         * sys/osxaudio/:
27614                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27615         * sys/osxvideo/:
27616                 cocoawindow.h cocoawindow.m
27617                 osxvideosink.h osxvideosink.m
27618
27619         put the same mail address for Zaheer Abbas Merali everywhere
27620
27621 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27622
27623         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27624           Align by packetsize, and assert that we a packet available before
27625           playing. The first makes webstreams work (they often include
27626           trailing padding data in a packet), the second allows pausing a
27627           ASF stream in totem without getting demux errors afterwards.
27628
27629 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27630
27631         * ext/ogg/gstoggdemux.c: (get_relative):
27632           Check for non-NULL before accessing member (end-of-chain).
27633
27634 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27635
27636         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27637         (cdparanoia_set_property), (cdparanoia_get_property):
27638         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27639         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27640         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27641         (dvdreadsrc_init), (dvdreadsrc_set_property),
27642         (dvdreadsrc_get_property):
27643         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27644         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27645           Synchronize property names where not yet the case. Devices are
27646           now device=X, other versions are deprecated (but still exist).
27647           Also use g_free() unconditionally.
27648         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27649         (setup_source), (gst_play_base_bin_get_property):
27650           Expose source.
27651
27652 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27653
27654         * configure.ac: move GCONF macro outside conditional for the am
27655           conditional. Fixes #160439
27656
27657 2004-12-08  David Schleef  <ds@schleef.org>
27658
27659         * tools/gst-visualise-m.m: Switch to elements that currently
27660         exist.
27661
27662 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27663
27664         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27665           We love wrong commas.
27666
27667 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27668
27669         * gst/matroska/matroska-demux.c:
27670         (gst_matroska_demux_handle_src_query):
27671           Don't set DEFAULT, unsupported - makes length display incorrectly
27672           in some cases.
27673
27674 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27675
27676         * gst/monoscope/README: remove blurb about files being GPL
27677         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27678         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27679           monoscope is now effectively LGPL licensed
27680
27681 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27682
27683         * gst/monoscope/README: Update information to be more correct
27684         * gst/monoscope/convolve.c: Relicense to LGPL
27685         * gst/monoscope/convolve.h: Relicense to LGPL
27686
27687 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27688
27689         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27690           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27691         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27692           set default_duration for mpeg1 audio
27693
27694 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27695
27696         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27697         * ext/alsa/gstalsa.h:
27698           refactor big chunks of the core caps negotiation code to make it
27699           a lot faster, because people claim it's really slow
27700           (actually, just cache the getcaps when the device is opened)
27701
27702 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27703
27704         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27705         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27706         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27707         (gst_a52dec_change_state), (plugin_init):
27708         * ext/a52dec/gsta52dec.h:
27709           Do something useful with timestamps. Make chain-based (since
27710           there's really no reason to be loopbased).
27711         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27712           Update current_byte/frame correctly.
27713
27714 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27715
27716         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27717         (gst_ape_demux_stream_init):
27718           Forward tags, too.
27719
27720 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27721
27722         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27723           Let's make sure we're done typefinding when detecting tags.
27724
27725 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27726
27727         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27728         (gst_ebml_read_init), (gst_ebml_read_use_event),
27729         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27730         (gst_ebml_read_seek), (gst_ebml_read_skip),
27731         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27732         (gst_ebml_read_master):
27733         * gst/matroska/ebml-read.h:
27734         * gst/matroska/matroska-demux.c:
27735         (gst_matroska_demux_parse_contents),
27736         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27737           Disgustingly evil hack for working around INTERRUPT events and
27738           their extremely annoying habit of being a pain in the ass. We
27739           simply peek a cluster before reading any of it.
27740
27741 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27742
27743         * ext/musepack/gstmusepackdec.cpp:
27744           There's also floating point libmusepacks.
27745
27746 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27747
27748         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27749         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27750           Set DURATION even if source buffer didn't. Also use increasing
27751           timestamps.
27752         * gst-libs/gst/riff/riff-media.c:
27753         (gst_riff_create_audio_caps_with_data):
27754           Block_align can have larger values than 8192.
27755
27756 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27757
27758         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27759         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27760         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27761         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27762           Fix caps.
27763
27764 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27765
27766         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27767           Fix logic bug.
27768
27769 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27770
27771         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27772           Yay, another one.
27773
27774 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27775
27776         * ext/esd/esdsink.c: (gst_esdsink_chain):
27777           Make error actually say something useful (fixes #156798).
27778         * gst-libs/gst/riff/riff-media.c:
27779         (gst_riff_create_video_caps_with_data),
27780         (gst_riff_create_video_template_caps):
27781           Add Intel Video 5.0 fourcc (IV50).
27782
27783 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27784
27785         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27786         detection on mono and stereo mp3 files.
27787
27788 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27789
27790         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27791           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27792           the contained stream).
27793
27794 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27795
27796         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27797           Oops, remove debug.
27798
27799 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27800
27801         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27802
27803         * gst/law/alaw-decode.c: (alawdec_getcaps):
27804         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27805           Prevent warnings when negotiating caps (fixes #159338).
27806
27807 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27808
27809         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27810         (gst_ffmpegcsp_chain):
27811           Remove old leftover that shouldn't be there...
27812
27813 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27814
27815         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27816
27817         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27818           Don't forward DISCONT events (fixes #159684).
27819
27820 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27821
27822         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27823           Unlink manually since sometimes bin disposal (and therefore
27824           pad unlinking) is delayed, which will cause a new media file
27825           to not be able to start playing instantly.
27826
27827 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27828
27829         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27830           On mute of an unlinked stream, check for pad availability so
27831           we don't crash on unlinked pad.
27832
27833 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27834
27835         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27836         (gst_avi_demux_massage_index):
27837           Fix quite humiliating bug in omitting 0-sized index chunks but
27838           forgetting to count them for timestamps.
27839
27840 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27841
27842         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27843           Actually leave the loop if we failed to sync. Don't crash.
27844
27845 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27846
27847         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27848         (gst_dvd_demux_process_private):
27849         * gst/mpegstream/gstdvddemux.h:
27850           Fix crash (#159759). Doesn't work, though. :-(.
27851
27852 2004-11-28  Benjamin Otte  <otte@gnome.org>
27853
27854         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27855           more overwriting protection due to modifying channels one by one
27856           instead of all at once
27857
27858 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27859
27860         * gst/audioconvert/gstchannelmix.c:
27861         (gst_audio_convert_fill_normalize):
27862           Normalize using absolute values.
27863
27864 2004-11-28  Julien MOUTTE  <julien@moutte.net>
27865
27866         * configure.ac:
27867         * ext/Makefile.am:
27868         * ext/directfb/Makefile.am:
27869         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
27870         (gst_directfbvideosink_get_pixel_format),
27871         (gst_directfbvideosink_get_format_from_fourcc),
27872         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
27873         (gst_directfbvideosink_sink_link),
27874         (gst_directfbvideosink_change_state),
27875         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
27876         (gst_directfbvideosink_buffer_alloc),
27877         (gst_directfbvideosink_interface_supported),
27878         (gst_directfbvideosink_interface_init),
27879         (gst_directfbvideosink_navigation_send_event),
27880         (gst_directfbvideosink_navigation_init),
27881         (gst_directfbvideosink_set_property),
27882         (gst_directfbvideosink_get_property),
27883         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
27884         (gst_directfbvideosink_base_init),
27885         (gst_directfbvideosink_class_init),
27886         (gst_directfbvideosink_get_type), (plugin_init):
27887         * ext/directfb/directfbvideosink.h: Adding a first version of
27888         directfbvideosink.
27889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
27890         more.
27891
27892 2004-11-28  Benjamin Otte  <otte@gnome.org>
27893
27894         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27895           walk the samples backwards if out_channels > in_channels so we don't
27896           overwrite data
27897
27898 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27899
27900         * gst/audioconvert/Makefile.am:
27901         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
27902         (gst_audio_convert_link), (gst_audio_convert_change_state),
27903         (gst_audio_convert_channels):
27904         * gst/audioconvert/gstchannelmix.c:
27905         (gst_audio_convert_unset_matrix),
27906         (gst_audio_convert_fill_identical),
27907         (gst_audio_convert_fill_compatible),
27908         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
27909         (gst_audio_convert_fill_others),
27910         (gst_audio_convert_fill_normalize),
27911         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
27912         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
27913         * gst/audioconvert/gstchannelmix.h:
27914           Implement a channel mixer.
27915
27916 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
27917
27918         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
27919         * ext/alsa/gstalsa.h:
27920         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
27921         Make alsasink actually honor gst_element_set_clock and use that
27922         clock instead of its internal one.
27923
27924 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27925
27926         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
27927         (gst_play_base_bin_change_state): nullify source and decoder when
27928         going from READY to NULL so that we don't try to do weird stuff with
27929         them when going from NULL to READY
27930         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
27931         instead of g_object_unref
27932         (gen_video_element), (gen_audio_element): more refcounting fixes, now
27933         it should be correct
27934         (gst_play_bin_change_state): don't call remove_sinks if we are
27935         currently disposing the object
27936
27937 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27938
27939         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27940           Don't forget bass if it's there. Else left channel is silent...
27941
27942 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27943
27944         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
27945         (gst_a52dec_change_state):
27946           Don't do sample adjusting anymore, we use float audio now.
27947         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27948           Don't fixate to non-existing properties.
27949
27950 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27951
27952         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
27953         (gst_a52dec_change_state):
27954           Advertise that we can do surround sound.
27955
27956 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27957
27958         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
27959           Add buffer-frames=0.
27960         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
27961         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
27962         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
27963         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
27964         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
27965         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
27966         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
27967         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
27968         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
27969         * ext/dvdread/dvdreadsrc.h:
27970           Add seeking, querying for bytes, sectors, title, angle and
27971           chapter. Handle multiple chapters. Relicense to LGPL because
27972           Billy agreed on that (thanks Billy!).
27973
27974 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27975
27976         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
27977         call parent dispose method
27978
27979 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
27980
27981         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
27982         (gst_audio_clock_get_internal_time):
27983         Fix active <-> inactive transitions: ensure time value always
27984         grows and avoid abrupt value changes.
27985
27986 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
27987
27988         * configure.ac:
27989         * gst/tta/Makefile.am:
27990         * gst/tta/crc32.h:
27991         * gst/tta/filters.h:
27992         * gst/tta/gsttta.c:
27993         * gst/tta/gstttadec.c:
27994         * gst/tta/gstttadec.h:
27995         * gst/tta/gstttaparse.c:
27996         * gst/tta/gstttaparse.h:
27997         * gst/tta/ttadec.h:
27998           added TTA parser and decoder
27999
28000 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28001
28002         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28003         (probe_triggered), (check_queue), (buffer_underrun),
28004         (buffer_running), (buffer_overrun), (gen_source_element),
28005         (setup_source):
28006         * gst/playback/gstplaybasebin.h:
28007           Implement buffering. Needs some more work.
28008
28009 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28010
28011         * ext/theora/theoradec.c: (theora_dec_chain):
28012           Fix ilog mask range overflow.
28013
28014 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28015
28016         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28017           Don't omit the last (which in case of dmix is the only :) )
28018           channel count. Don't set channels if <= 2.
28019
28020 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
28021
28022         * gst/playback/gstplaybin.c: (gen_video_element),
28023         (gen_audio_element): Removed 2 obsolete comments
28024
28025 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28026
28027         * ext/vorbis/oggvorbisenc.c
28028         * ext/vorbis/vorbisenc.c :
28029           change description fields of those plugins to differentiate them
28030           (pitivi show Encoders by description, they had the same one)
28031
28032 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28033
28034         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28035
28036         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28037         (gst_play_bin_set_property), (gen_video_element),
28038         (gen_audio_element):
28039           Refcounting fixes for provided audio-/videosinks.
28040
28041 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28042
28043         * gst/playback/gstplaybin.c: (gen_video_element),
28044         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28045           Don't reference all sinks, but only the video- and audiosinks.
28046           The vis. element should be disposed when we're done with it.
28047           We don't have any reason to keep it around. This fixes warnings
28048           when reusing playbin for playing multiple audio files with
28049           vis. enabled. Also release audio device on pause - idea stolen
28050           from Rhythmbox.
28051
28052 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28053
28054         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28055         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28056         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28057         * ext/alsa/gstalsaplugin.c: (plugin_init):
28058         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28059         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28060         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28061         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28062         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28063         (gst_faad_change_state), (plugin_init):
28064         * ext/faad/gstfaad.h:
28065         * ext/vorbis/vorbis.c: (plugin_init):
28066         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28067         * gst-libs/gst/audio/Makefile.am:
28068         * gst-libs/gst/audio/audio.c: (plugin_init):
28069         * gst-libs/gst/audio/multichannel.c:
28070         (gst_audio_check_channel_positions),
28071         (gst_audio_get_channel_positions),
28072         (gst_audio_set_channel_positions),
28073         (gst_audio_set_structure_channel_positions_list),
28074         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28075         (gst_audio_fixate_channel_positions):
28076         * gst-libs/gst/audio/multichannel.h:
28077         * gst-libs/gst/audio/testchannels.c: (main):
28078         * gst/audioconvert/gstaudioconvert.c:
28079         (gst_audio_convert_class_init), (gst_audio_convert_init),
28080         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28081         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28082         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28083         * gst/audioconvert/plugin.c: (plugin_init):
28084           Surround sound support.
28085
28086 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28087
28088         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28089           Fix position for discont if we're close as well. Nitpicking, but
28090           saves a few milliseconds of extra waiting or skipping.
28091
28092 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28093
28094         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28095           We sometimes need parsers for playback, so add those too.
28096
28097 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28098
28099         * configure.ac:
28100         * gst/apetag/Makefile.am:
28101         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28102         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28103         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28104         (gst_ape_demux_get_src_query_types),
28105         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28106         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28107         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28108         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28109         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28110         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28111         (gst_ape_demux_change_state):
28112         * gst/apetag/apedemux.h:
28113         * gst/apetag/apetag.c: (plugin_init):
28114         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28115         (plugin_init):
28116           APE v1/2 tag reader plus typefind function.
28117
28118 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28119
28120         * configure.ac:
28121         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28122         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28123           Remove hacks for older core. Require newer core version
28124           accordingly.
28125
28126 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28127
28128         * gst/cdxaparse/Makefile.am:
28129         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28130         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28131         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28132         * gst/cdxaparse/gstcdxaparse.h:
28133         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28134         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28135         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28136         (gst_cdxastrip_get_src_query_types),
28137         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28138         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28139         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28140         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28141         * gst/cdxaparse/gstcdxastrip.h:
28142           SVCD/VCD header stripping separated from CDXA image parsing.
28143         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28144         (plugin_init):
28145           Add VCD/SVCD header typefinding for VCD/SVCD.
28146         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28147         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28148         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28149         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28150         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28151         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28152         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28153         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28154         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28155         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28156         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28157         * sys/vcd/vcdsrc.h:
28158           Fix up, add seeking, querying, URI interface. Works in totem now.
28159
28160 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28161
28162         * configure.ac:
28163           back to CVS
28164
28165 === release 0.8.6 ===
28166
28167 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28168
28169         * NEWS:
28170         * RELEASE:
28171         * configure.ac:
28172         * po/af.po:
28173         * po/az.po:
28174         * po/cs.po:
28175         * po/en_GB.po:
28176         * po/hu.po:
28177         * po/it.po:
28178         * po/nb.po:
28179         * po/nl.po:
28180         * po/or.po:
28181         * po/sq.po:
28182         * po/sr.po:
28183         * po/sv.po:
28184         * po/uk.po:
28185           releasing 0.8.6, "IOU Love"
28186
28187 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28188
28189         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28190
28191         * gst/playback/gstplaybasebin.c:
28192           Fix unplayable files error handling.  Fixes #158365
28193
28194 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28195
28196         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28197
28198         * gst/typefind/gsttypefindfunctions.c:
28199           Fix broken mp3 typefinding.  Fixes #158375
28200
28201 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28202
28203         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28204
28205         * ext/ogg/gstoggdemux.c:
28206           Fix sync on broken files.  Fixes #158976
28207
28208 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28209
28210         patch by: Edward Hervey <bilboed@bilboed.com>
28211
28212         * ext/libpng/gstpngenc.c:
28213           Copy over buffer properties.  Fixes #158832
28214
28215 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28216
28217         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28218
28219         * ext/dvdread/dvdreadsrc.c:
28220           Fixes invalid reads (#158462)
28221
28222 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28223
28224         * sys/v4l/gstv4lsrc.c:
28225         * sys/v4l/gstv4lsrc.h:
28226         * sys/v4l/v4lsrc_calls.c:
28227           Probe less and cache it.  Fixes #159187.
28228
28229 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28230
28231         * gst/videorate/gstvideorate.c:
28232           Handle all video formats. Fixes #159186.
28233
28234 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28235         * gst/synaesthesia/gstsynaesthesia.c:
28236         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28237         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28238         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28239         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28240         (gst_synaesthesia_change_state), (plugin_init):
28241         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28242         Force 320x200 output, as that's the only thing the underlying
28243         synaesthesia implementation supports. Still needs to be made
28244         re-entrant.
28245
28246 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28247
28248         * configure.ac:
28249           Fix mpeg2enc configure check (similar to mplex check below).
28250
28251 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28252
28253         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28254
28255         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28256           Fix for gcc-2.95 (fixes #158221).
28257
28258 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28259
28260         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28261           Re-add clock distribution hack (until new core is released).
28262           Fixes #158125.
28263
28264 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28265         * configure.ac:
28266           fix mplex configure check segfaulting on some systems (bug #140994)
28267
28268 2004-11-13  Benjamin Otte  <otte@gnome.org>
28269
28270         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28271           add debugging
28272         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28273           do a wait when we enter the loop func with no data available to
28274           write instead of getting into an 100% CPU loop by just returning and
28275           being called again by the scheduler
28276
28277 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28278
28279         * configure.ac:
28280         * ext/libvisual/visual.c: (gst_visual_get_type),
28281         (libvisual_log_handler), (gst_visual_getcaps),
28282         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28283         (plugin_init):
28284           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28285         * ext/smoothwave/Makefile.am:
28286         * ext/smoothwave/demo-osssrc.c: (main):
28287         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28288         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28289         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28290         (plugin_init):
28291         * ext/smoothwave/gstsmoothwave.h:
28292           Make gstsmoothwave a working element in the 20th century.
28293
28294         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28295           Fix incorrect link function
28296
28297 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28298
28299         * gst/volume/gstvolume.c:
28300           Allow buffer-frames=0.
28301
28302 2004-11-12 Iain <iaingnome@gmail.com>
28303
28304         * configure.ac: Check for polypaudio
28305
28306         * ext/Makefile.am: Build the polyp dir
28307
28308         * ext/polyp: The polypsink sources.
28309
28310 2004-10-30 Iain <iaingnome@gmail.com>
28311
28312         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28313         caps to reflect the new number of channels.
28314
28315 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28316
28317         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28318           Fix for negotiation order problem. This would show when the
28319           ALSA loopfuction was called before any other function. ALSA
28320           wouldn't do anything because we're not negotiated yet, leading
28321           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28322
28323 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28324
28325         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28326
28327         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28328           No warnings (#157986).
28329
28330 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28331
28332         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28333           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28334
28335 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28336
28337         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28338           Signal no-more-pads (so it works in playbin).
28339
28340 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28341
28342         * ext/musepack/gstmusepackreader.cpp:
28343           Workaround for older core.
28344
28345 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28346
28347         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28348           Actually test for odd width/height rather than testing whether
28349           a temporary variable that was 0 before we subtracted 1 is now
28350           not equal to zero (which it always is).
28351
28352 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28353
28354         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28355         Fix compilation if HAVE_XVIDEO is not defined
28356
28357 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28358
28359         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28360         Fix compilation if HAVE_XVIDEO is not defined
28361
28362 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28363
28364         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28365         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28366         (gst_goom_change_state), (plugin_init):
28367         Use the bytestream adapter so goom doesn't depend on the input
28368         buffer size.
28369         Add a debug category
28370
28371 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28372
28373         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28374           Only set hardware parameters *after* negotiation. Before
28375           negotiation, it will set ANY and that seems to cause crashes
28376           (see e.g. #151288, #153227).
28377
28378 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28379
28380         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28381           This seems to be antique leftover. It needs to pass error
28382           checking.
28383         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28384         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28385         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28386         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28387           Fix GstXOverlay implementation (#151059).
28388
28389 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28390
28391         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28392           Don't assert (#157853).
28393
28394 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28395
28396         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28397           Fix bytes/samples confustion.
28398         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28399           Fix for underrun (#144389).
28400
28401 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28402
28403         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28404           Disable halfway-seek for pending release (since it needs a new
28405           core release).
28406
28407 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28408
28409         * sys/v4l/gstv4lsrc.c:
28410         * sys/v4l/gstv4lsrc.h:
28411         * sys/v4l/v4lsrc_calls.c:
28412           add autoprobe-fps property so we can separate autoprobing parts
28413
28414 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28415
28416         * sys/v4l/gstv4lsrc.c:
28417         * sys/v4l/v4lsrc_calls.c:
28418         initialise fourcc to catch unset fourcc's, and debug
28419
28420 2004-11-09  Wim Taymans  <wim@fluendo.com>
28421
28422         * gst/playback/README:
28423         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28424         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28425         (gst_play_bin_dispose), (gst_play_bin_set_property),
28426         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28427         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28428         (gst_play_bin_get_formats), (gst_play_bin_convert),
28429         (gst_play_bin_get_query_types), (gst_play_bin_query):
28430         Cleanups and some more documentation.
28431
28432 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28433
28434         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28435         (gst_cacasink_init), (gst_cacasink_chain):
28436         * ext/libcaca/gstcacasink.h:
28437         Cacasink inherits from VideoSink, so let that store the clock.
28438
28439 2004-11-09  Wim Taymans  <wim@fluendo.com>
28440
28441         * gst/playback/README:
28442         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28443         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28444         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28445         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28446         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28447         (setup_sinks):
28448         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28449         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28450         * gst/playback/gststreaminfo.h:
28451         Updated README.
28452         Only switch groups if all streams have muted (EOSed).
28453         Send Tags in sync with the stream playback instead of in
28454         the playback/preroll phase.
28455         Some cleanups, free the fakesrc elements.
28456
28457 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28458
28459         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28460           buffer-frames property was missing
28461         * ext/arts/gst_arts.c:
28462           rate missing from sinkcaps
28463         * ext/audiofile/gstafparse.c:
28464         * ext/audiofile/gstafsink.c:
28465         * ext/audiofile/gstafsrc.c:
28466         * ext/swfdec/gstswfdec.c:
28467           int audio doesn't know buffer-frames
28468         * ext/cdparanoia/gstcdparanoia.c:
28469           int audio doesn't know chunksize either
28470         * ext/nas/nassink.c:
28471           it's endianness, not endianess
28472         * gst-libs/gst/audio/audio.h:
28473           make float standard pad template caps really describe float
28474         * gst/law/mulaw.c: (linear_factory):
28475           signed only, please
28476         * gst/mpegstream/gstdvddemux.c:
28477           widths of 20 are not valid
28478
28479 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28480
28481         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28482
28483         * po/LINGUAS:
28484         * po/it.po:
28485           Add Italian
28486
28487 2004-11-08  Wim Taymans  <wim@fluendo.com>
28488
28489         * gst/playback/README:
28490         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28491         * gst/playback/gstplaybasebin.c: (probe_triggered),
28492         (gst_play_base_bin_change_state):
28493         Updated README, added more comments for fixmes etc..
28494
28495 2004-11-08  Wim Taymans  <wim@fluendo.com>
28496
28497         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28498         We can remove this hack now.
28499
28500 2004-11-08  Wim Taymans  <wim@fluendo.com>
28501
28502         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28503         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28504         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28505         Only mix AYUV for maximum quality.
28506
28507 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28508
28509         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28510         (gst_ogg_demux_push), (gst_ogg_pad_push):
28511           Let's act as if we're synchronized now! :).
28512         * ext/theora/theoradec.c: (theora_dec_chain):
28513           Add some debug.
28514
28515 2004-11-08  Wim Taymans  <wim@fluendo.com>
28516
28517         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28518         (gst_alpha_set_property), (gst_alpha_sink_link),
28519         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28520         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28521         (gst_alpha_init_params), (gst_alpha_chain):
28522         Implement alpha functions for AYUV too, this increases
28523         accuracy quite a bit.
28524
28525 2004-11-08  Wim Taymans  <wim@fluendo.com>
28526
28527         * gst/ffmpegcolorspace/avcodec.h:
28528         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28529         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28530         (gst_ffmpegcsp_avpicture_fill):
28531         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28532         (gst_ffmpegcsp_caps_remove_format_info):
28533         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28534         (shrink12), (img_get_alpha_info), (deinterlace_line),
28535         (deinterlace_line_inplace):
28536         * gst/ffmpegcolorspace/imgconvert_template.h:
28537         Added AYUV colorspace and handle RGBA a bit more respectful.
28538
28539 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28540
28541         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28542           Actually always send a discont (cornercase when resending the
28543           same serial-tagged chain twice).
28544
28545 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28546
28547         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28548         (gst_ximagesink_finalize):
28549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28550         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28551
28552 2004-11-08  Wim Taymans  <wim@fluendo.com>
28553
28554         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28555         Don't segfault on NULL data.
28556
28557 2004-11-08  Wim Taymans  <wim@fluendo.com>
28558
28559         * gst/playback/gstdecodebin.c: (unlinked):
28560         * gst/playback/gstplay-marshal.list:
28561         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28562         (gst_play_base_bin_init), (group_create), (get_active_group),
28563         (get_building_group), (group_destroy), (group_commit),
28564         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28565         (add_element_stream), (no_more_pads), (probe_triggered),
28566         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28567         (state_change), (setup_source), (gst_play_base_bin_get_property),
28568         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28569         (gst_play_base_bin_link_stream),
28570         (gst_play_base_bin_get_streaminfo):
28571         * gst/playback/gstplaybasebin.h:
28572         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28573         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28574         Add support for chained ogg files. Prepare for playlist
28575         support. This patch introduces the concept of pad groups, which
28576         together compose one playable media file.
28577
28578 2004-11-07  David Schleef  <ds@schleef.org>
28579
28580         * testsuite/gst-lint: Check for pad templates that aren't statically
28581         scoped.
28582
28583 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28584
28585         * configure.ac:
28586         * ext/Makefile.am:
28587         * ext/musepack/Makefile.am:
28588         * ext/musepack/gstmusepackdec.cpp:
28589         * ext/musepack/gstmusepackdec.h:
28590         * ext/musepack/gstmusepackreader.cpp:
28591         * ext/musepack/gstmusepackreader.h:
28592           Add musepack decoder.
28593         * ext/faad/gstfaad.c: (gst_faad_base_init):
28594           Make pad templates static.
28595         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28596         (plugin_init):
28597           Add musepack typefinder, make mp3 typefinding work halfway stream,
28598           which doesn't actually work yet because id3demux doesn't implement
28599           _get_length().
28600
28601 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28602
28603         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28604         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28605           Fix interrupt event handling (#144436).
28606
28607 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28608
28609         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28610           Hide unused glory.
28611
28612 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28613
28614         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28615
28616         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28617           Fix weird caps (#157548).
28618
28619 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28620
28621         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28622
28623         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28624           Add missing NULL terminator (#157543).
28625
28626 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28627
28628         * gst/tcp/gsttcp.h:
28629         * gst/tcp/gsttcpclientsink.c:
28630         * gst/tcp/gsttcpclientsrc.c:
28631         * gst/tcp/gsttcpserversink.c:
28632         * gst/tcp/gsttcpserversrc.c:
28633           ports can go up to 65535.  Move common defines to gsttcp.h
28634
28635 2004-11-05  Wim Taymans  <wim@fluendo.com>
28636
28637         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28638         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28639         Added two more colorspaces.
28640
28641 2004-11-05  Wim Taymans  <wim@fluendo.com>
28642
28643         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28644         (gst_ffmpegcsp_avpicture_fill):
28645         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28646         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28647         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28648         More stride fixes.
28649
28650 2004-11-05  Wim Taymans  <wim@fluendo.com>
28651
28652         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28653         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28654         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28655         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28656         (gst_videomixer_loop):
28657         More stride fixes.
28658
28659 2004-11-05  Benjamin Otte  <otte@gnome.org>
28660
28661         * ext/mad/gstmad.c: (gst_mad_chain):
28662           don't overflow data buffer. Flush not needed sync data when syncing
28663           failed.
28664
28665 2004-11-04  Wim Taymans  <wim@fluendo.com>
28666
28667         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28668         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28669         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28670         (gst_alpha_init_params), (gst_alpha_chain),
28671         (gst_alpha_change_state):
28672         Updated the chroma keying algorithm with something more
28673         sophisticated.
28674
28675 2004-11-03  Wim Taymans  <wim@fluendo.com>
28676
28677         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28678         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28679         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28680         Fix stride issues. Does not completely work for odd
28681         heights.
28682
28683 2004-11-03  Wim Taymans  <wim@fluendo.com>
28684
28685         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28686         (gst_alpha_chroma_key), (gst_alpha_chain):
28687         Fix stride issues. Does not completely work for odd
28688         heights.
28689
28690 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28691
28692         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28693         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28694         leak fixes
28695
28696 2004-11-03  Wim Taymans  <wim@fluendo.com>
28697
28698         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28699         (gst_ffmpegcsp_avpicture_fill):
28700         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28701         (avpicture_alloc):
28702         * gst/ffmpegcolorspace/imgconvert_template.h:
28703         Use correct _fill function to get correct strides.
28704
28705 2004-11-02  David Schleef  <ds@schleef.org>
28706
28707         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28708         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28709         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28710         Change all g_print()s to debugging.  Add a bunch of consistency
28711         checks.
28712
28713 2004-11-02  Wim Taymans  <wim@fluendo.com>
28714
28715         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28716         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28717         (unlinked), (no_more_pads), (close_link):
28718         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28719         (unknown_type), (add_element_stream), (new_decoded_pad),
28720         (removed_decoded_pad), (setup_source):
28721         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28722         (gst_stream_info_class_init), (gst_stream_info_init),
28723         (gst_stream_info_new), (gst_stream_info_dispose),
28724         (stream_info_mute_pad), (gst_stream_info_set_property),
28725         (gst_stream_info_get_property):
28726         * gst/playback/gststreaminfo.h:
28727         Fix playback of multiple files.
28728         a slightly different approach to handling dynamic pad removals.
28729         This one only looks at pads that we have linked.
28730
28731 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28732
28733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28734         free" warning from libc.
28735
28736 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28737
28738         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28739         (get_unconnected_element), (remove_starting_from), (pad_removed),
28740         (close_link):
28741           Implement support for dynamic pad changing. We listen to "live"
28742           pad removals (i.e. while playing) and re-setup autoplugging
28743           after that. Playbasebin/playbin need some more work for this
28744           to finally work, but decodebin supports (and replugs) chained
28745           ogg now.
28746
28747 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28748
28749         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28750         (gst_alsa_finalize):
28751         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28752         (gst_cdaudio_finalize):
28753         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28754         (cdparanoia_finalize):
28755         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28756         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28757         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28758         (dvdreadsrc_finalize):
28759         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28760         (gst_flacdec_finalize):
28761         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28762         (gst_flacenc_finalize):
28763         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28764         (gst_gnomevfssink_finalize):
28765         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28766         (gst_gnomevfssrc_finalize):
28767         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28768         (gst_fameenc_finalize):
28769         * ext/nas/nassink.c: (gst_nassink_class_init),
28770         (gst_nassink_finalize):
28771         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28772         (gst_sdlvideosink_class_init):
28773         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28774         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28775         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28776         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28777         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28778         (gst_x_window_listener_dispose):
28779         * gst/audioscale/gstaudioscale.c:
28780         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28781         (play_on_demand_finalize):
28782         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28783         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28784         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28785         (cdplayer_finalize):
28786         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28787         (gst_glimagesink_class_init):
28788         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28789         (gst_osselement_finalize):
28790         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28791         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28792         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28793           Fixes a bunch of problems with finalize and dispose functions,
28794           either assumptions that dispose is only called once, or not calling
28795           the parent class dispose/finalize function
28796
28797 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28798
28799         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28800           added two api precondition guards
28801           use g_strdup with getenv to fix crash when using ENVVAR
28802
28803 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28804         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28805         (gst_esdsink_finalize):
28806         Use a finalize function, not dispose, and more importantly,
28807         call the parent class finalize function too
28808
28809 2004-11-01  Johan Dahlin  <johan@gnome.org>
28810
28811         * ext/ogg/gstoggdemux.c:
28812         * gst/tags/gstvorbistag.c:
28813         Plug leaks.
28814
28815 2004-10-31  Benjamin Otte  <otte@gnome.org>
28816
28817         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28818           lotsa memleaks today. But they're all small...
28819
28820 2004-10-31  Benjamin Otte  <otte@gnome.org>
28821
28822         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28823           another memleak crushed
28824
28825 2004-10-31  Benjamin Otte  <otte@gnome.org>
28826
28827         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28828           fix memleak
28829
28830 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28831
28832         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28833           Hack to prevent crash when going to READY inside signal handler
28834           while this function is active.
28835
28836 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28837
28838         * gst/ffmpegcolorspace/Makefile.am:
28839         * gst/ffmpegcolorspace/avcodec.h:
28840         * gst/ffmpegcolorspace/common.h:
28841         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28842         * gst/ffmpegcolorspace/dsputil.h:
28843         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28844         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28845         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28846         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28847         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28848         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28849         (gst_ffmpegcsp_avpicture_fill):
28850         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28851         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28852         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28853         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28854         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28855         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28856         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28857         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28858         * gst/ffmpegcolorspace/imgconvert.c:
28859         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28860         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28861         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28862         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28863         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28864         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28865         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28866         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28867         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
28868         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
28869         (grow21), (grow22), (grow41), (grow44), (conv411),
28870         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
28871         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
28872         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
28873         (avpicture_free), (is_yuv_planar), (img_convert),
28874         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
28875         (deinterlace_line_inplace), (deinterlace_bottom_field),
28876         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
28877         * gst/ffmpegcolorspace/imgconvert_template.h:
28878         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
28879         * gst/ffmpegcolorspace/mmx.h:
28880         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
28881         (av_fast_realloc), (av_mallocz_static), (av_free_static),
28882         (av_freep), (avcodec_get_context_defaults),
28883         (avcodec_alloc_context), (avcodec_init):
28884           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
28885           handling plus update from ffmpeg CVS. Large clean-up.
28886
28887 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28888
28889         * gst/playback/Makefile.am:
28890           We need the marshallers for decodebin, too.
28891
28892 2004-10-30  David Schleef  <ds@schleef.org>
28893
28894         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
28895           quicktime typefinding work with 64-bit offsets.
28896
28897 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
28898
28899         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
28900           Set EOS on the element when processing an EOS event.
28901         * ext/speex/gstspeexdec.h:
28902         * ext/speex/gstspeexenc.h:
28903           Only keep a const ptr to the mode
28904         * gst-libs/gst/riff/riff-media.c:
28905         (gst_riff_create_audio_caps_with_data),
28906         (gst_riff_create_audio_template_caps):
28907           Allow WMAV3, with up to 6 channels.
28908         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
28909           Don't call gst_pad_set_event_function on a sink pad.
28910         * gst/mpegstream/gstdvddemux.c:
28911         (gst_dvd_demux_get_subpicture_stream),
28912         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
28913           Copy the explicit caps that were set across to the cur_* pads,
28914           instead of trying to use a possibly non-existent negotiated caps.
28915           Reset the type of subpicture pads to UNKNOWN after calling
28916           init_stream, so that the caps get set.
28917
28918 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
28919
28920         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28921
28922         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28923           Don't touch buffer if it is of size 0 (fixes #151064).
28924
28925 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28926
28927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
28928           Synchronized discont handling.
28929
28930 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28931
28932         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28933         (gst_ogg_demux_push):
28934           Make seeking sort-of exact again (fixes #156387).
28935
28936 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28937
28938         * gst/playback/gstplaybasebin.c: (unknown_type),
28939         (add_element_stream), (new_decoded_pad),
28940         (gst_play_base_bin_change_state):
28941         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
28942         (gst_stream_info_init), (gst_stream_info_new),
28943         (gst_stream_info_dispose), (gst_stream_info_get_property):
28944         * gst/playback/gststreaminfo.h:
28945           Make caps explicitely available. Makes testing for unsupported
28946           types possible. Improves error reporting.
28947
28948 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28949
28950         * gst/audioconvert/gstaudioconvert.c:
28951         (gst_audio_convert_buffer_to_default_format):
28952           Really don't touch read-only buffers (#156563).
28953
28954 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
28955
28956         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28957
28958         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
28959           Fix memleak (#155223).
28960
28961 2004-10-29  Wim Taymans  <wim@fluendo.com>
28962
28963         * gst/tcp/.cvsignore:
28964         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
28965         (gst_multifdsink_class_init), (gst_multifdsink_init),
28966         (gst_multifdsink_add), (gst_multifdsink_remove),
28967         (gst_multifdsink_remove_client_link), (is_sync_frame),
28968         (gst_multifdsink_new_client),
28969         (gst_multifdsink_handle_client_write),
28970         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28971         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
28972         (gst_multifdsink_get_property):
28973         * gst/tcp/gstmultifdsink.h:
28974         Added burst on connect sync_method, deprecated sync_clients,
28975         streamlined the sync code some more.
28976
28977 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28978
28979         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
28980         (gst_play_base_bin_change_state):
28981           Improve error reporting.
28982
28983 2004-10-28  Wim Taymans  <wim@fluendo.com>
28984
28985         * gst/tcp/Makefile.am:
28986         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
28987         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
28988         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
28989         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
28990         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
28991         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
28992         (gst_fdset_wait):
28993         Added more locks around fdset structures. Fixed/reworked
28994         the poll array resizing code.
28995         Added stress test for fdset.
28996
28997 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28998
28999         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29000         fix build
29001
29002 2004-10-28  Benjamin Otte  <otte@gnome.org>
29003
29004         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
29005           fix link function to always query channels and query width for
29006           floats
29007         * configure.ac:
29008           add equalizer dir
29009         * gst/equalizer/Makefile.am:
29010         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
29011         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
29012         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
29013         (arg_to_scale), (setup_filter),
29014         (gst_iir_equalizer_compute_frequencies),
29015         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
29016         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
29017         (plugin_init):
29018           add an equalizer
29019
29020 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29021
29022         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
29023
29024         * po/LINGUAS:
29025         * po/nb.po:
29026           Added Norwegian Bokmaal translation
29027
29028 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29029
29030         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29031           Don't break on options (fixes #156488).
29032
29033 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29034
29035         * configure.ac:
29036         * ext/cdaudio/Makefile.am:
29037         * sys/Makefile.am:
29038           fix build on older automake
29039
29040 2004-10-26  Wim Taymans  <wim@fluendo.com>
29041
29042         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29043         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29044         Allow a little margin when negotiating the framerate.
29045
29046 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29047
29048         * gst/level/gstlevel.c:
29049           synchonised naming of pads and pad-templates
29050
29051 2004-10-26  Wim Taymans  <wim@fluendo.com>
29052
29053         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29054         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29055         (_find_streams_check), (gst_ogg_demux_push):
29056         Fix EOS again. Needs to be done in a better way. We should not
29057         remove the pad if there is no new chained stream.
29058
29059 2004-10-26 Iain <iaingnome@gmail.com>
29060
29061         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29062         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29063         of the caps.
29064         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29065         pad.
29066         (interleave_release_pad): Remove the pad.
29067         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29068         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29069         the set device.
29070         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29071         attrs
29072         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29073         (gst_xvimagesink_finalize): Free the par.
29074
29075 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29076
29077         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29078         (gst_avimux_stop_file):
29079           First calculate the rate, and only then use it. Hdr.rate is a
29080           multiple and not a derivative of hdr.scale. Scale is not the
29081           same as blockalign but is solely related to rate.
29082
29083 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29084
29085         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29086         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29087           Implement seeking.
29088
29089 2004-10-25  James Henstridge  <james@jamesh.id.au>
29090
29091         Reviewed by:  David Schleef  <ds@schleef.org>
29092
29093         * examples/gstplay/player.c: (got_stream_length), (main):
29094         * examples/seeking/cdplayer.c: (update_scale):
29095         * examples/seeking/seek.c: (format_value), (update_scale):
29096         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29097         (stop_seek):
29098         Build fixes on AMD64.
29099
29100 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29101
29102         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29103
29104         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29105         Fix for some v4l cards which hang in v4lsrc
29106
29107 2004-10-25  Wim Taymans  <wim@fluendo.com>
29108
29109         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29110         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29111         Make sure to remove the pad when a new chain is
29112         encountered. Set some vars to NULL so we don't try
29113         to reference freed memory.
29114
29115 2004-10-25  Wim Taymans  <wim@fluendo.com>
29116
29117         * examples/seeking/Makefile.am:
29118         * examples/seeking/cdplayer.c: (update_scale):
29119         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29120         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29121         (format_value), (update_scale), (iterate), (start_seek),
29122         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29123         (print_usage), (main):
29124         Added some more examples, update others.
29125
29126 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29127
29128         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29129         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29130         * ext/theora/theoradec.c: (theora_dec_chain):
29131         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29132           Add codec-name metadata.
29133
29134 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29135
29136         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29137
29138         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29139         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29140         * ext/alsa/gstalsamixertrack.h:
29141         * po/POTFILES.in:
29142           ALSA mixer track label internationalization (#154054).
29143
29144 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29145
29146         * ext/theora/theoradec.c: (theora_dec_chain):
29147           Export bitrate as metadata.
29148
29149 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29150
29151         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29152         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29153         * ext/alsa/gstalsamixertrack.h:
29154           Fix names, fix loop.
29155
29156 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29157
29158         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29159         (speex_dec_convert):
29160           sinkconvert function so oggdemux can get the file length (totem).
29161
29162 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29163
29164         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29165
29166         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29167           Don't push incomplete packets.
29168         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29169           Fix MPEG-4 audio typefinding.
29170
29171 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29172
29173         * sys/v4l/Makefile.am:
29174         * sys/v4l/gstv4l.c: (plugin_init):
29175         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29176         (gst_v4lelement_init), (gst_v4lelement_dispose),
29177         (gst_v4lelement_change_state):
29178         * sys/v4l/gstv4lelement.h:
29179         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29180         (gst_v4l_xoverlay_close), (idle_refresh),
29181         (gst_v4l_xoverlay_set_xwindow_id):
29182         * sys/v4l/gstv4lxoverlay.h:
29183         * sys/v4l/v4l-overlay_calls.c:
29184         * sys/v4l/v4l_calls.h:
29185         * sys/v4l2/Makefile.am:
29186         * sys/v4l2/gstv4l2.c: (plugin_init):
29187         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29188         (gst_v4l2element_init), (gst_v4l2element_dispose),
29189         (gst_v4l2element_change_state):
29190         * sys/v4l2/gstv4l2element.h:
29191         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29192         (gst_v4l2_xoverlay_close), (idle_refresh),
29193         (gst_v4l2_xoverlay_set_xwindow_id):
29194         * sys/v4l2/gstv4l2xoverlay.h:
29195         * sys/v4l2/v4l2-overlay_calls.c:
29196         * sys/v4l2/v4l2_calls.h:
29197           Remove client-side overlay handling, use the X-server v4l plugin
29198           for that. Nicer overlay, less code. Also make the plugin
29199           compileable without X (but then without overlay, obviously).
29200           Makes xwindowlistener obsolete, should we remove that?
29201
29202 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29203
29204         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29205         (gst_osssrc_src_query):
29206         * sys/oss/gstosssrc.h:
29207           OK, so people want offset in DEFAULT. This time, actually fix all
29208           cases.
29209         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29210           Add FPS properly.
29211
29212 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29213
29214         * gst/asfdemux/gstasfmux.c:
29215         * gst/avi/gstavimux.c:
29216           Framerate.
29217
29218 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29219
29220         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29221           Fix properties (channel, norm, frequency).
29222
29223 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29224
29225         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29226           Flag typo.
29227         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29228           No warnings.
29229
29230 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29231
29232         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29233           Fix hang.
29234
29235 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29236
29237         * sys/v4l2/gstv4l2element.h:
29238           Yet Another Hack (tm) for kernel header borkedness.
29239         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29240         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29241         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29242         (gst_v4l2src_change_state):
29243         * sys/v4l2/gstv4l2src.h:
29244         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29245         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29246           Fix caps, keep track of state, work.
29247
29248 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29249
29250         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29251           Quiet.
29252
29253 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29254
29255         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29256           Don't mix bytes and samples.
29257
29258 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29259
29260         * ext/ogg/gstoggmux.c:
29261           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29262           and theora. Any is incorrect.
29263         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29264           Fix caps.
29265         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29266         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29267         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29268         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29269         * sys/v4l/gstv4lmjpegsrc.h:
29270         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29271         (gst_v4lsrc_change_state):
29272         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29273         (gst_v4lmjpegsrc_capture_stop):
29274           Fix caps. Keep track of internal state. Work.
29275
29276 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29277
29278         * ext/Makefile.am:
29279           Fix the build fixes.
29280
29281 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29282
29283         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29284         (gst_ogg_demux_src_event), (_find_chain_seek),
29285         (gst_ogg_pad_push):
29286           Check for pad availability before using it.
29287         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29288           Fix parsing of chained ogg. Needs more work on the decoder side.
29289
29290 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29291
29292         * gst/spectrum/Makefile.am:
29293         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29294         (idle_func):
29295           Fix demo and reenable it. Yes, I'm currently playing with audio
29296           analysis tools
29297
29298 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29299
29300         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29301           We love it if files that start at zero work too...
29302
29303 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29304
29305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29306           Handle files with missing EOS headers.
29307
29308 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29309
29310         * gst/tcp/gsttcpserversink.c:
29311         (gst_tcpserversink_handle_server_read),
29312         (gst_tcpserversink_init_send):
29313         Zero some variables first (need for accept not to return EINVAL)
29314
29315 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29316
29317         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29318         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29319         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29320         (theora_dec_chain):
29321         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29322         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29323           Seeking and querying finetune.
29324
29325 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29326
29327         * configure.ac:
29328         * ext/Makefile.am:
29329         * ext/raw1394/Makefile.am:
29330           fix the build
29331
29332 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29333
29334         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29335           Wrong return.
29336         * gst/playback/Makefile.am:
29337         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29338         * gst/playback/gstplay-marshal.list:
29339         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29340           Fix marshallers.
29341
29342 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29343
29344         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29345           Silence.
29346
29347 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29348
29349         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29350         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29351         (gst_ogg_pad_push):
29352           Yay for non-lineair granulepos in theora.
29353
29354 2004-10-18  Wim Taymans  <wim@fluendo.com>
29355
29356         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29357         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29358         * ext/dv/gstdvdec.h:
29359         Make sure we renegotiate aspect ratio when the camera switches.
29360
29361 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29362
29363         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29364         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29365           Start at zero.
29366         * ext/theora/theoradec.c: (theora_dec_chain):
29367           Skip headers. Bad idea for chained ogg, but fixes seeking.
29368
29369 2004-10-18  Wim Taymans  <wim@fluendo.com>
29370
29371         * configure.ac:
29372         I swear, this is the last time I touch this.
29373
29374 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29375
29376         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29377         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29378         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29379           Faster seeking.
29380         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29381           Time-to-default conversion.
29382         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29383           Don't error on unknown packets, just skip. We should probably
29384           read them if we want to support chained ogg.
29385
29386 2004-10-18  Wim Taymans  <wim@fluendo.com>
29387
29388         * configure.ac:
29389         Added cdaudio to wrong list.
29390
29391 2004-10-18  Wim Taymans  <wim@fluendo.com>
29392
29393         * configure.ac:
29394         Revive cdaudio.
29395
29396 2004-10-18  Wim Taymans  <wim@fluendo.com>
29397
29398         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29399         (gst_dvdec_video_link), (gst_dvdec_push):
29400         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29401         (gst_smokeenc_resync), (gst_smokeenc_chain):
29402         Fix mimetype on smoke encoder.
29403         Add aspect ratio to dvdec. Not sure if these
29404         values are correct though....
29405
29406 2004-10-18  Wim Taymans  <wim@fluendo.com>
29407
29408         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29409         Fix vorbis property descriptions and ranges.
29410
29411 2004-10-18  Wim Taymans  <wim@fluendo.com>
29412
29413         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29414         Really do nothing when no data is available.
29415         Go to the playing state when the stream is not seekable
29416         instead of failing.
29417
29418 2004-10-18  Wim Taymans  <wim@fluendo.com>
29419
29420         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29421         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29422         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29423         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29424         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29425         Added uri handler for cd://
29426         Port to new API.
29427
29428 2004-10-18  Wim Taymans  <wim@fluendo.com>
29429
29430         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29431         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29432         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29433         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29434         (remove_prerolls), (unknown_type), (add_element_stream),
29435         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29436         (gst_play_base_bin_remove_element),
29437         (gst_play_base_bin_link_stream):
29438         * gst/playback/gstplaybin.c: (gen_video_element),
29439         (gen_vis_element), (remove_sinks), (setup_sinks):
29440         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29441         (gst_stream_info_get_type), (gst_stream_info_class_init),
29442         (gst_stream_info_init), (gst_stream_info_new),
29443         (gst_stream_info_dispose), (stream_info_mute_pad),
29444         (gst_stream_info_set_property), (gst_stream_info_get_property):
29445         * gst/playback/gststreaminfo.h:
29446         Add sink padtemplate to decodebin.
29447         Added some more comments.
29448         Make queue size configurable in playbasebin.
29449         Added possibility to use elements as sinks (ex cdaudio).
29450
29451 2004-10-15  Wim Taymans  <wim@fluendo.com>
29452
29453         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29454         (gst_speexenc_chain):
29455         Fix speex timestamps so that it gets muxed properly.
29456
29457 2004-10-15  Wim Taymans  <wim@fluendo.com>
29458
29459         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29460         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29461         (gst_dv1394src_init), (gst_dv1394src_dispose),
29462         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29463         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29464         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29465         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29466         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29467         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29468         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29469         * ext/raw1394/gstdv1394src.h:
29470         Added conversion/query functions.
29471         Update buffer timestamps,
29472         Added signals.
29473         Added uri dv:// so it might play from the firewire in playbin.
29474         Fix a possible leak.
29475         Added debugging.
29476
29477 2004-10-15  Wim Taymans  <wim@fluendo.com>
29478
29479         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29480         (gst_dv1394src_init), (gst_dv1394src_set_property),
29481         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29482         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29483         * ext/raw1394/gstdv1394src.h:
29484         Added AV/C VTR control support needed for some cameras.
29485         Added automatic port detection.
29486         Added properties for selecting the channel.
29487         The configure.ac script is not yet updated to reflect the
29488         new libavc1394 and librom1394 dependencies.
29489
29490 2004-10-15  Wim Taymans  <wim@fluendo.com>
29491
29492         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29493         (qtdemux_parse), (gst_qtdemux_handle_esds):
29494         An esds box is not a container.
29495         Fix parsing of mp4v boxes.
29496         Do not try to renegotiate fps for each frame. Need to
29497         find a better method. This should fix mp4 playback.
29498
29499 2004-10-14  David Schleef  <ds@schleef.org>
29500
29501         * configure.ac: update for swfdec-0.3 and liboil-0.2
29502         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29503         * ext/swfdec/gstswfdec.h: same
29504         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29505         * gst/videotestsrc/videotestsrc.c: same
29506
29507 2004-10-14  Wim Taymans  <wim@fluendo.com>
29508
29509         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29510         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29511         (is_sync_frame), (gst_multifdsink_new_client),
29512         (gst_multifdsink_handle_client_write),
29513         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29514         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29515         Turn warnings into info.
29516         Don't allow a state change in the streaming thread.
29517
29518 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29519
29520         * ext/vorbis/oggvorbisenc.c:
29521         * ext/vorbis/vorbisdec.c:
29522           fix template sample rate
29523
29524 2004-10-13  Wim Taymans  <wim@fluendo.com>
29525
29526         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29527         Decoding the header first fixes some problems in resyncing
29528         in more mp3s.
29529
29530 2004-10-12  Wim Taymans  <wim@fluendo.com>
29531
29532         * gst/playback/gstplaybin.c: (gen_video_element),
29533         (gen_vis_element), (remove_sinks), (setup_sinks):
29534         Added vis plugin support, need to configure the vis
29535         element to activate it.
29536
29537 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29538
29539         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29540         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29541           Some debug.
29542         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29543         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29544         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29545         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29546         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29547         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29548         * gst/avi/gstavidemux.h:
29549           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29550           recovery (where, if part of the index is broken, we will still read
29551           the rest of the index and recover the broken part by stream
29552           scanning). More broken media support. EOS workarounds. General AVI
29553           braindamage headache recovery. Aspirin included.
29554
29555 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29556
29557         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29558         (cdparanoia_event), (cdparanoia_query):
29559           Get rid of hideous lead-in.
29560
29561 2004-10-11  Wim Taymans  <wim@fluendo.com>
29562
29563         * gst/playback/gstplaybasebin.c: (setup_source):
29564         Wrong var used to get g_list_next.
29565
29566 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29567
29568         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29569         (cdparanoia_get), (cdparanoia_open):
29570           Report discid as metadata, add duration.
29571
29572 2004-10-11  Wim Taymans  <wim@fluendo.com>
29573
29574         * gst/playback/gstplaybasebin.c: (setup_source):
29575         Cleanup the previous pipeline a little earlier for the
29576         case that a source element provides raw data.
29577
29578 2004-10-11  Benjamin Otte  <otte@gnome.org>
29579
29580         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29581           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29582           consuming the last 128 bytes, even though it was valid mp3 data.
29583
29584 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29585
29586         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29587         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29588         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29589         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29590
29591 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29592
29593         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29594         Fix for webcams that support only specific width or height
29595
29596 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29597
29598         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29599
29600         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29601           Fix wrong discont event setup (fixes #154967).
29602
29603 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29604
29605         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29606
29607         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29608           Error out on invalid data (fixes #154807).
29609
29610 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29611
29612         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29613
29614         * ext/dvdread/dvdreadsrc.c: (_read):
29615           Make titles > 0 work again (fixes #154834).
29616
29617 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29618
29619         * gst-libs/gst/riff/riff-media.c:
29620         (gst_riff_create_video_template_caps):
29621           WMV3 missing in template caps.
29622
29623 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29624
29625         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29626           OK, so the original code was too strict. It makes random AVI files
29627           hang for seconds upon opening, which is unacceptable and is far
29628           beyond the original goal of getting multiple chunks for one-chunk
29629           sounc stream files. So now do just that.
29630
29631 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29632
29633         * gst/playback/gstplaybasebin.c: (setup_source),
29634         (gst_play_base_bin_change_state):
29635           Actually clean up streaminfo if output fails. This would trigger
29636           if, for example, there was no CD in the drive. No preroll, so
29637           a streaminfo structure is created, but the subsequent state change
29638           of the thread fails.
29639         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29640           Don't change state if parent failed.
29641
29642 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29643
29644         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29645         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29646         (gen_video_element), (remove_sinks):
29647           Add small bits of code for screenshot handling.
29648
29649 2004-10-08  Wim Taymans  <wim@fluendo.com>
29650
29651         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29652         (gen_video_element), (gen_audio_element), (setup_sinks):
29653         Don't assume the user provided sinks are named "sink"...
29654
29655 2004-10-08  Wim Taymans  <wim@fluendo.com>
29656
29657         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29658         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29659         (gst_play_base_bin_link_stream):
29660         Do not try to autoplug sources that generate raw streams like
29661         cdparanoia.
29662         disconnect the preroll overrun signal when we don't need it anymore.
29663
29664 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29665
29666         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29667         Added reworked patch from #154903 from milosz derezynski (deadchip).
29668
29669 2004-10-08  Wim Taymans  <wim@fluendo.com>
29670
29671         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29672         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29673         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29674         (cdparanoia_convert), (cdparanoia_uri_get_type),
29675         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29676         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29677         * ext/cdparanoia/gstcdparanoia.h:
29678         This adds the cdda://<tracknum> uri.
29679
29680 2004-10-08  Wim Taymans  <wim@fluendo.com>
29681
29682         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29683         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29684         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29685         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29686         (unknown_type), (gst_play_base_bin_remove_element),
29687         (gst_play_base_bin_link_stream):
29688         * gst/playback/gstplaybasebin.h:
29689         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29690         (gst_play_bin_set_property), (gen_video_element),
29691         (gen_audio_element), (setup_sinks):
29692         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29693         (gst_stream_info_get_type), (gst_stream_info_class_init),
29694         (gst_stream_info_init), (gst_stream_info_new),
29695         (gst_stream_info_dispose), (stream_info_mute_pad),
29696         (gst_stream_info_set_property), (gst_stream_info_get_property):
29697         * gst/playback/gststreaminfo.h:
29698         Reuse the audio and video bins.
29699         Some internal cleanups in the stream selection code.
29700
29701 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29702
29703         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29704         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29705         * sys/ximage/ximagesink.h:
29706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29707         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29708         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29709         not coming from those elements. Moreover these elements should not keep
29710         the xid they have been given when in NULL state.
29711
29712 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29713
29714         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29715         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29716         * sys/ximage/ximagesink.h:
29717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29718         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29719         * sys/xvimage/xvimagesink.h:
29720           Actually only create a new toplevel window if we're not gonna
29721           embed it right after.
29722
29723 2004-10-07  Wim Taymans  <wim@fluendo.com>
29724
29725         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29726         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29727         * gst/playback/gstplaybin.c: (setup_sinks):
29728         Implement muting/unmuting of streams, mute streams that are not
29729         used.
29730
29731 2004-10-07  Wim Taymans  <wim@fluendo.com>
29732
29733         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29734         (plugin_init):
29735         Added lame audio/x-ac3 typefind function.
29736
29737 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29738
29739         * configure.ac:
29740           bump nano to cvs
29741
29742 === release 0.8.5 ===
29743
29744 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29745
29746         * NEWS:
29747         * RELEASE:
29748         * configure.ac:
29749           releasing 0.8.5, "Take You On"
29750
29751 2004-10-06  Wim Taymans  <wim@fluendo.com>
29752
29753         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29754         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29755         (no_more_pads), (close_link), (type_found):
29756         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29757         * gst/playback/gstplaybin.c: (gen_video_element):
29758         Do not signal the no_more_pads after the first pad when
29759         we are plugging a non dynamic element with multiple
29760         output pads (like swfdec, dvdec, ...).
29761
29762 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29763
29764         * configure.ac:
29765           bump for prerelease
29766
29767 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29768
29769         * gst/wavparse/gstwavparse.c:
29770           add ATRAC3 to STATIC CAPS to fix a warning
29771
29772         * gst/matroska/ebml-read.c:
29773         * gst-libs/gst/riff/riff-read.c:
29774           fix typos
29775
29776 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29777
29778         * gst-libs/gst/riff/riff-media.c:
29779           generate caps for ATRAC3 audio streams
29780
29781         * gst/realmedia/rmdemux.c:
29782           generate caps for ATRAC3 audio streams
29783
29784 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29785
29786         * gst/wavparse/Makefile.am
29787         * gst/wavparse/riff.h
29788         * gst/wavparse/wavparse.vcproj
29789           riff.h removal (unused and duplication with riff-ids.h)
29790
29791 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29792
29793         * gst/wavparse/gstwavparse.h
29794           remove duplicated defines for audio codec codes
29795
29796         * gst-libs/gst/riff/riff-ids.h
29797         * gst/wavenc/riff.h:
29798           add "4CC" code for ATRAC3 audio streams
29799           add "4CC" code for ITU_G721_ADPCM (unused for now)
29800
29801 2004-10-06  Wim Taymans  <wim@fluendo.com>
29802
29803         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29804         Actually _do_ negotiation. Pass gdouble as arg instead
29805         of guint64 for the framerate.
29806
29807 2004-10-06  Wim Taymans  <wim@fluendo.com>
29808
29809         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29810         (find_compatibles), (close_pad_link), (try_to_link_1),
29811         (no_more_pads), (close_link), (type_found):
29812         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29813         * gst/playback/gstplaybin.c: (gen_video_element),
29814         (gen_audio_element):
29815         Set state on newly added element to READY so that negotiation
29816         can happen ASAP.
29817         Addes some more debug info.
29818         Do not try to plug pads with multiple caps structures or ANY
29819         because it is too dangerous since we do not do dynamic
29820         replugging.
29821
29822 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29823
29824         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29825
29826         * po/LINGUAS:
29827         * po/or.po:
29828           add Oriya translation
29829
29830 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29831
29832         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29833           Prevent overwrite of size member. Makes audio sound crappy.
29834
29835 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29836
29837         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29838         Add rmvb to the list of known RealMedia extensions
29839
29840 2004-10-05  Wim Taymans  <wim@fluendo.com>
29841
29842         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29843         (mngdec_openstream), (mngdec_closestream),
29844         (mngdec_handle_sink_event), (mngdec_readdata),
29845         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29846         (mngdec_getcanvasline), (mngdec_refresh),
29847         (gst_mngdec_change_state):
29848         Set the framerate correctly.
29849
29850 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29851
29852         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29853           There was something wrong with the index massaging.
29854
29855 2004-10-04  Wim Taymans  <wim@fluendo.com>
29856
29857         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29858         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29859         (gst_smokedec_chain):
29860         * ext/jpeg/gstsmokedec.h:
29861         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29862         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29863         * ext/jpeg/gstsmokeenc.h:
29864         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29865         (smokecodec_decode_new), (smokecodec_info_free),
29866         (smokecodec_set_quality), (smokecodec_get_quality),
29867         (smokecodec_set_threshold), (smokecodec_get_threshold),
29868         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29869         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
29870         (smokecodec_encode), (smokecodec_parse_id),
29871         (smokecodec_parse_header), (smokecodec_decode):
29872         * ext/jpeg/smokecodec.h:
29873         * ext/jpeg/smokeformat.h:
29874         Updated smoke, new bitstream, allows embedding in ogg.
29875
29876 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29877
29878         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
29879           Fix seeking in some files. All this code is no longer needed (and
29880           actually breaks stuff) because we now synchronize the full index
29881           right when reading the header.
29882
29883 2004-10-04  Wim Taymans  <wim@fluendo.com>
29884
29885         * configure.ac:
29886         configure update for libmng.
29887
29888 2004-10-04  Wim Taymans  <wim@fluendo.com>
29889
29890         * ext/libmng/Makefile.am:
29891         * ext/libmng/gstmng.c: (plugin_init):
29892         * ext/libmng/gstmng.h:
29893         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
29894         (gst_mngdec_base_init), (gst_mngdec_class_init),
29895         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
29896         (gst_mngdec_loop), (gst_mngdec_get_property),
29897         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
29898         (mngdec_closestream), (mngdec_handle_sink_event),
29899         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
29900         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
29901         (gst_mngdec_change_state):
29902         * ext/libmng/gstmngdec.h:
29903         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
29904         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
29905         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
29906         (gst_mngenc_chain), (gst_mngenc_get_property),
29907         (gst_mngenc_set_property):
29908         * ext/libmng/gstmngenc.h:
29909         Added basic MNG decoder. Needs more work. The encoder does
29910         not work yet.
29911
29912 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29913
29914         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
29915         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
29916         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
29917           Don't hang on length=0 chunks. Some negotiation fixes. Signal
29918           no-more-pads.
29919
29920 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29921
29922         * configure.ac:
29923           you need at least 1.0.4 of speex
29924
29925 2004-10-04 Iain <iaingnome@gmail.com>
29926
29927         * ext/speex/gstspeexdec.h: Revert the includes changes.
29928
29929         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
29930
29931 2004-09-30 Iain <iaingnome@gmail.com>
29932
29933         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
29934         found during init or set as a property instead of hardcoding /dev/audio
29935
29936 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29937
29938         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
29939         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
29940         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
29941         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
29942         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
29943         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
29944         (gst_rmdemux_dump_data):
29945           Use debug category, fix EOS handling. filesrc ! rmdemux now
29946           works.
29947
29948 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29949
29950         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29951         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
29952         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
29953           Improve allocation, cutting and sorting of the index. How takes a
29954           few seconds instead of minutes.
29955
29956 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
29957
29958         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
29959           fixed compilation
29960
29961 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29962
29963         * gst-libs/gst/riff/riff-media.c:
29964         (gst_riff_create_video_caps_with_data),
29965         (gst_riff_create_video_template_caps):
29966           Add wing commander format mimetype/fourccs.
29967         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29968           Don't crash if some value is 0.
29969
29970 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29971
29972         * gst-libs/gst/riff/riff-media.c:
29973         (gst_riff_create_video_caps_with_data),
29974         (gst_riff_create_video_template_caps):
29975           Add DIB fourcc (raw, palettized 8-bit RGB).
29976         * gst-libs/gst/riff/riff-read.c:
29977         (gst_riff_read_strf_vids_with_data):
29978           Oops, fix strf_data reading bug.
29979         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29980           Use a non-NULL tag.
29981         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29982           Time for hacks. Sorry Dave. At least one quicktime movie (a
29983           trailer) that I've encountered contains multiple video tracks.
29984           One of those is the actual video track, the other are one-frame
29985           tracks (images). Unfortunately, the number of frames according
29986           to the trak header is 1 for each, so that doesn't help. So
29987           instead, I look at the duration and discard tracks with a
29988           duration shorter than 20% of the length of the stream. Better
29989           than nothing.
29990
29991 2004-10-01  Christian Schaller <christian@fluendo.com>
29992
29993         * ext/ivorbis/vorbis.c:
29994           Patch from Phil Blundell (Bug 152341)
29995
29996 2004-10-01  Wim Taymans  <wim@fluendo.com>
29997
29998         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
29999         (speex_dec_get_formats), (speex_dec_convert),
30000         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
30001         (speex_dec_chain), (gst_speexdec_get_property),
30002         (gst_speexdec_set_property):
30003         Small cleanups.
30004
30005 2004-10-01  Wim Taymans  <wim@fluendo.com>
30006
30007         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
30008         (gst_wavparse_stream_init), (gst_wavparse_fmt),
30009         (gst_wavparse_other), (gst_wavparse_loop),
30010         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
30011         (gst_wavparse_srcpad_event):
30012         * gst/wavparse/gstwavparse.h:
30013         Added some more debugging info.
30014         Fix the case where the length of the file is 0.
30015         Make sure we seek to sample borders.
30016
30017 2004-10-01  Wim Taymans  <wim@fluendo.com>
30018
30019         * gst/playback/README:
30020         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
30021         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
30022         (try_to_link_1), (no_more_pads), (close_link), (type_found):
30023         Add some debug info to decodebin, update README
30024
30025 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30026
30027         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30028           Don't use g_print(); use GST_DEBUG().
30029
30030 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30031
30032         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30033         (gst_ogg_mux_queue_pads):
30034           Handle EOS properly.
30035
30036 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30037
30038         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30039
30040         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30041         (gst_faad_chain), (gst_faad_change_state):
30042         * ext/faad/gstfaad.h:
30043           Allow playback of raw (unframed) MPEG AAC files (#148993).
30044
30045 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30046
30047         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30048
30049         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30050           Throw error if we didn't recognize the stream. Fixes #152289.
30051
30052 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30053
30054         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30055           Fix negotiation.
30056
30057 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30058
30059         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30060
30061         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30062           Fix memleak.
30063
30064 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30065
30066         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30067
30068         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30069           Solve #152805.
30070         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30071           Solve 152806.
30072
30073 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30074
30075         * gst-libs/gst/riff/riff-media.c:
30076         (gst_riff_create_video_caps_with_data),
30077         (gst_riff_create_audio_caps_with_data):
30078           Add codec_data handling (like asfdemux used to do).
30079         * gst/asfdemux/gstasf.c: (plugin_init):
30080         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30081         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30082           Use riff-media for caps creation instead of our own (mostly
30083           broken) copy of its functions.
30084
30085 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30086
30087         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30088           Don't actually error out if we get another return value than
30089           -EINVAL. Opposite to what I first thought, drivers have random
30090           return values for this, although -EINVAL is the expected return
30091           value. Since this is not fatal, we shouldn't use
30092           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30093
30094 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30095
30096         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30097         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30098         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30099         (dvdreadsrc_get), (dvdreadsrc_open_file),
30100         (dvdreadsrc_change_state):
30101           Fix. Don't do one big huge loop around the whole DVD, that will
30102           cache all data and thus eat sizeof(dvd) (several GB) before we
30103           see something.
30104         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30105           Actually NULL'ify event after using it.
30106         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30107         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30108         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30109         (gst_ebml_read_seek), (gst_ebml_read_skip):
30110           Handle events.
30111         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30112         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30113         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30114           Fix timing (this will probably break if I seek using menus, but
30115           I didn't get there yet). VOBs and normal DVDs should now work.
30116           Add a mpeg2-only pad with high rank so this get autoplugged for
30117           MPEG-2 movies.
30118         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30119         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30120         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30121         (gst_mpeg_demux_get_audio_stream),
30122         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30123         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30124           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30125           MPEG-1 but use dvddemux for MPEG-2.
30126         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30127         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30128         (gst_mpeg_parse_parse_packhead):
30129           Timing. Only add pad template if it exists. Add sink template from
30130           class and not from ourselves. This means we will always use the
30131           correct sink template even if it is not the one defined in this
30132           file.
30133
30134 2004-09-29  Wim Taymans  <wim@fluendo.com>
30135
30136         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30137         (gst_mpeg_demux_parse_pes):
30138         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30139         Fix playback of mpeg again, timestamps where screwed up by
30140         patch 1.61.
30141
30142 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30143
30144         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30145           Only return true if we actually filled something in. Prevents
30146           player applications from showing a random length for flac files.
30147         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30148         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30149         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30150         (gst_riff_read_strf_vids_with_data),
30151         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30152           OK, ok, so I implemented event handling. Apparently it's normal
30153           that we receive random events at random points without asking
30154           for it.
30155         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30156         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30157         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30158         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30159         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30160         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30161         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30162         * gst/avi/gstavidemux.h:
30163           Implement non-lineair chunk handling and subchunk processing.
30164           The first solves playback of AVI files where the audio and video
30165           data of individual buffers that we read are not synchronized.
30166           This should not happen according to the wonderful AVI specs, but
30167           of course it does happen in reality. It is also a prerequisite for
30168           the second. Subchunk processing allows us to cut chunks in small
30169           pieces and process each of these pieces separately. This is
30170           required because I've seen several AVI files with incredibly large
30171           audio chunks, even some files with only one audio chunk for the
30172           whole file. This allows for proper playback including seeking.
30173           This patch is supposed to fix all AVI A/V sync issues.
30174         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30175         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30176           Work.
30177         * gst/modplug/gstmodplug.cc:
30178           Proper return value setting for the query() function.
30179         * gst/playback/gstplaybasebin.c: (setup_source):
30180           Being in non-playing state (after, e.g., EOS) is not necessarily
30181           a bad thing. Allow for that. This fixes playback of short files.
30182           They don't actually playback fully now, because the clock already
30183           runs. This means that small files (<500kB) with a small length
30184           (<2sec) will still not or barely play. Other files, such as mod
30185           or flx, will work correctly, however.
30186
30187 2004-09-28  Wim Taymans  <wim@fluendo.com>
30188
30189         * ext/speex/gstspeex.c: (plugin_init):
30190         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30191         (gst_speex_dec_class_init), (speex_dec_get_formats),
30192         (speex_get_event_masks), (speex_get_query_types),
30193         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30194         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30195         (gst_speexdec_get_property), (gst_speexdec_set_property),
30196         (speex_dec_change_state):
30197         * ext/speex/gstspeexdec.h:
30198         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30199         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30200         (gst_speexenc_base_init), (gst_speexenc_class_init),
30201         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30202         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30203         (gst_speexenc_src_query), (gst_speexenc_init),
30204         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30205         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30206         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30207         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30208         (gst_speexenc_chain), (gst_speexenc_get_property),
30209         (gst_speexenc_set_property), (gst_speexenc_change_state):
30210         * ext/speex/gstspeexenc.h:
30211         Rewrote speex encoder, make sure it can be embedded in ogg.
30212         Implemented speex decoder.
30213
30214 2004-09-28  Christian Schaller <christian@fluendo.com>
30215
30216         * configure.ac:
30217         Remove kioslave plugin. Markey is brewing a new working one
30218         * ext/Makefile.am: Remove kioslave plugin
30219         * ext/kio: remove
30220         * gst-plugins.spec.in: remove kio plugin from spec
30221
30222 2004-09-27  Wim Taymans  <wim@fluendo.com>
30223
30224         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30225         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30226         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30227         (gst_multifdsink_new_client),
30228         (gst_multifdsink_handle_client_write),
30229         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30230         (gst_multifdsink_handle_clients):
30231         * gst/tcp/gstmultifdsink.h:
30232         Make syncing to keyframes actually work for new clients and lagging
30233         clients.
30234
30235 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30236
30237         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30238         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30239         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30240         * gst/debug/gstnavigationtest.h:
30241           make navigationtest display button-press and button-release events
30242
30243 2004-09-26 Iain <iaingnome@gmail.com>
30244
30245         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30246         the channels have received a new media event.
30247         (interleave_buffered_loop): Compresses a new media event on all
30248         channels into one.
30249
30250 2004-09-26 Iain <iaingnome@gmail.com>
30251
30252         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30253         call the sinkpad's default event handler and not the srcpads. He also
30254         says this is confusing :)
30255         (gst_wavenc_stop_file): Company says that seek events only go upstream
30256         we should send a discontinuous downstream instead.
30257
30258 2004-09-25  Christian Schaller <christian@fluendo.com>
30259
30260         * Update SPEC file to be usable in conjunction with Fedora Core,
30261           Fedora.us and freshrpms packages
30262         * Fix typo in multifilesrc test Makefile
30263
30264 2004-09-24  Wim Taymans  <wim@fluendo.com>
30265
30266         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30267         Only signal the no_more_pads signal when we have
30268         added the stream to our list.
30269
30270 2004-09-24  Wim Taymans  <wim@fluendo.com>
30271
30272         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30273         (new_decoded_pad):
30274         * gst/playback/gstplaybasebin.h:
30275         * gst/playback/gstplaybin.c: (setup_sinks):
30276         Don't try to preroll or decode more than one audio/video
30277         track.
30278
30279 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30280
30281         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30282           Throw error if we failed to find a suitable output. This should
30283           throw an error if we successfully set up a pipeline (e.g. because
30284           we recognized a media file) but found no decodable streams in it
30285           (e.g. because it contains only media stream types for which we
30286           have no decoders, or because it's not a media type).
30287
30288 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30289
30290         * ext/dirac/Makefile.am:
30291         * ext/dirac/gstdirac.cc:
30292         * ext/dirac/gstdiracdec.cc:
30293         * ext/dirac/gstdiracdec.h:
30294           Do something. Don't actually know if this works because I don't
30295           have a demuxer yet.
30296         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30297           Add channels=1 to caps returned from _getcaps().
30298         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30299         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30300         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30301         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30302         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30303         (gst_ogm_parse_change_state):
30304           Separate between audio/video so ogmaudioparse actually uses the
30305           audio pad templates. Both audio and video work now, including
30306           autoplugging. Also use sometimes-srcpad hack.
30307         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30308           Handle events better. Don't hang on infinite loops.
30309         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30310         (gst_avi_demux_init), (gst_avi_demux_reset),
30311         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30312         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30313         (gst_avi_demux_change_state):
30314         * gst/avi/gstavidemux.h:
30315           Improve A/V sync. Still not perfect.
30316         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30317         (gst_ebml_read_skip):
30318           Handle events better.
30319         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30320         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30321         (qtdemux_audio_caps):
30322           Add IMA4. Improve event handling. Save offset after a seek when
30323           the headers are at the end of the file so that we don't end up in
30324           an infinite loop.
30325         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30326           Add low-priority typefind support for files with no length.
30327
30328 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30329
30330         * testsuite/multifilesink/Makefile.am:
30331         fix typo
30332
30333 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30334
30335         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30336         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30337         mistakes from thaytan's patches.
30338
30339 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30340
30341         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30342           For completeness, XSync in the destroy function as xvimage does.
30343
30344 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30345
30346         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30347            Correct caps negotiation
30348         * gst/volume/gstvolume.c: (volume_chain_float),
30349         (volume_chain_int16):
30350            Modify debug output to be little more informative
30351         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30353         (gst_xvimagesink_xvimage_destroy):
30354           Add XSync calls after detaching from the shared memory segment to
30355           avoid a crash.
30356
30357 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30358
30359         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30360         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30361         * ext/vorbis/vorbis.c: (plugin_init):
30362         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30363         (gst_vorbisenc_chain):
30364         * ext/vorbis/vorbisenc.h:
30365         remove explicit newmedia support from oggmux and vorbisenc
30366         add debug category to vorbisenc
30367         * gst/multifilesink/gstmultifilesink.c:
30368         (gst_multifilesink_class_init), (gst_multifilesink_init),
30369         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30370         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30371         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30372         (plugin_init):
30373         * gst/multifilesink/gstmultifilesink.h:
30374         add support for streamheader in multifilesink
30375
30376 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30377
30378         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30379         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30380         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30381           Prevent infinite loops. More correct error reporting.
30382         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30383           Error out if negotiation fails.
30384         * gst/playback/gstplaybasebin.c: (setup_source),
30385         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30386         (gst_play_base_bin_found_tag):
30387           Error/tag forwarding. Pre-roll fixes for source errors on state
30388           changes (e.g. "file does not exist") to prevent hangs.
30389
30390 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30391
30392         * testsuite/multifilesink/Makefile.am:
30393         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30394         (gst_newmedia_class_init), (gst_newmedia_init),
30395         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30396         (newfile_signal), (test_signal), (main):
30397         * testsuite/multifilesink/multifilesrc_test.c: (main):
30398         * testsuite/multifilesink/oggtheora_test.c:
30399         (gst_newmedia_base_init), (gst_newmedia_class_init),
30400         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30401         (test_format), (newfile_signal), (test_signal), (main):
30402         * testsuite/multifilesink/oggvorbis_test.c:
30403         (gst_newmedia_base_init), (gst_newmedia_class_init),
30404         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30405         (test_format), (newfile_signal), (test_signal), (main):
30406         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30407         (gst_newmedia_class_init), (gst_newmedia_init),
30408         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30409         (newfile_signal), (test_signal), (main):
30410         New media tests
30411
30412 2004-09-20  Christian Schaller <christian@fluendo.com>
30413
30414         * Fix mikmod license to LGPL as they have relicensed
30415         * Move Dirac and Effectv into LGPL section of README_license
30416
30417 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30418
30419         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30420         (gst_mad_change_state):
30421           Allow for mp3 rate/channels changes. However, only very
30422           conservatively. Reason that we *have* to enable this is smiply
30423           because the mad find_sync() function is not good enough, it will
30424           regularly sync on random data as valid frames and therefore make
30425           us provide random caps as *final* caps of the stream. The best fix
30426           I could think of is to simply require several of the same stream
30427           changes in a row before we change caps.
30428           The actual testcase that works now is #
30429         * ext/ogg/Makefile.am:
30430         * ext/ogg/gstogg.c: (plugin_init):
30431         * ext/ogg/gstogmparse.c:
30432           OGM support (video only for now; I need an audio sample file).
30433         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30434         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30435         (gst_asf_demux_add_video_stream):
30436           WMV extradata.
30437         * gst/playback/gstplaybasebin.c: (unknown_type):
30438           Don't error out on single unknown-types after all. It's wrong.
30439           If we found type of video and audio but not of a subtitle stream,
30440           it will still error out (which is unwanted). Will find a better fix
30441           later on.
30442         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30443         (ogmaudio_type_find), (plugin_init):
30444           OGM support.
30445
30446 2004-09-20  Johan Dahlin  <johan@gnome.org>
30447
30448         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30449         after setting caps.
30450
30451 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30452
30453         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30454         * gst/wavenc/gstwavenc.h:
30455         Added newmedia support to wavenc
30456
30457 2004-09-17  Wim Taymans  <wim@fluendo.com>
30458
30459         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30460         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30461         (gst_fdset_fd_can_write), (gst_fdset_wait):
30462         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30463         (gst_multifdsink_init), (gst_multifdsink_add),
30464         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30465         (gst_multifdsink_remove_client_link),
30466         (gst_multifdsink_client_queue_buffer),
30467         (gst_multifdsink_handle_client_write),
30468         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30469         (gst_multifdsink_close), (gst_multifdsink_change_state):
30470         * gst/tcp/gstmultifdsink.h:
30471         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30472         (gst_tcpserversink_removed):
30473         Small cleanups in fdset.c
30474         Use a hastable to map fd to the client structure for faster
30475         lookup in _remove and get_stats.
30476         Added virtual function to close the fds.
30477         Handle clients even when the select/poll call was unblocked because
30478         of a command.
30479         Implement syncing to keyframe in the recovery procedure.
30480
30481 2004-09-16 Iain <iaingnome@gmail.com>
30482
30483         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30484         try caps.
30485
30486 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30487
30488         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30489           Caps are only set if the type of the stream is unknown, but this
30490           is initialized in ->init_stream(), so set to UNKNOWN after calling
30491           ->init_stream() so that capsnego starts.
30492
30493 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30494
30495         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30496         (gst_avi_demux_stream_data):
30497           Just hardcode for raw audio then. AVI audio sucks.
30498
30499 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30500
30501         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30502         * gst/matroska/matroska-mux.c: (audiosink_templ),
30503         (gst_matroska_mux_audio_pad_link):
30504         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30505         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30506
30507 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30508
30509         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30510         (gst_avi_demux_stream_data):
30511           Try to fix a/v sync issues.
30512
30513 2004-09-15  David Schleef  <ds@schleef.org>
30514
30515         * configure.ac: remove NASM check, since we don't use it.  Update
30516         dirac check to 0.4
30517         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30518         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30519         Initialized variables.
30520         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30521         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30522         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30523         SVQ3 format
30524
30525 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30526
30527         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30528         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30529         * gst/avi/gstavidemux.h:
30530           Fix for compressed audio (mp3) timestamp generation. How did this
30531           ever work?
30532
30533 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30534
30535         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30536           Volume is a double not a float.
30537
30538 2004-09-15  Wim Taymans  <wim@fluendo.com>
30539
30540         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30541         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30542         Don't close the fd in multifdsink as we didn't open it in the
30543         first place. Some cleanups.
30544
30545 2004-09-15  Wim Taymans  <wim@fluendo.com>
30546
30547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30548         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30549         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30550         Fix the case where the muxer would mark pages as delta
30551         frames when they are not (vorbis only ogg).
30552
30553 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30554
30555         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30556         (gst_play_base_bin_change_state):
30557           Handle the case where we failed to setup a clear pipeline. This
30558           will throw an error (or EOS, another nice case) and if you don't
30559           catch that, the app will wait for the signal forever (and thus
30560           hang).
30561
30562 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30563
30564         * ext/gnomevfs/gstgnomevfssink.c:
30565         (gst_gnomevfssink_uri_get_protocols):
30566         * ext/gnomevfs/gstgnomevfssrc.c:
30567         (gst_gnomevfssrc_uri_get_protocols):
30568         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30569         * ext/gnomevfs/gstgnomevfsuri.h:
30570           Use _uri_new() instead of _open(), so it doesn't take as long and
30571           Christophe's computer won't hang.
30572         * gst/playback/gstplaybasebin.c: (unknown_type):
30573           Throw error on unknown media type, so apps actually display it.
30574
30575 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30576
30577         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30578           this script to work on Solaris since bash shell handles echo
30579           differenly than bash.
30580
30581 2004-09-17  Wim Taymans  <wim@fluendo.com>
30582
30583         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30584         (setup_source), (gst_play_base_bin_set_property),
30585         (gst_play_base_bin_add_element):
30586         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30587         Some more work on making sure seeking pauses the pipeline and
30588         that changing the uri actually does something.
30589
30590 2004-09-17  Wim Taymans  <wim@fluendo.com>
30591
30592         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30593         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30594         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30595         (gst_tcpserversink_close):
30596         Be a bit more paranoid when freeing memory.
30597
30598 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30599
30600         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30601         (qtdemux_parse_trak):
30602           Don't crash by dividing by zero (see sample movie in #126922).
30603
30604 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30605
30606         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30607           Don't touch non-existing data (fixes crash on file in #140147).
30608
30609 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30610
30611         * gst/playback/gstplaybasebin.c:
30612         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30613           Handle double disposals, and proper change of URIs.
30614
30615 2004-09-13  Martin Eikermann <meiker@upb.de>
30616
30617         * gst/mpegstream/gstmpegparse.c:
30618           fix synchronistation for streams recorded from digital PCR
30619           fixes bug #119376
30620
30621 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30622
30623         * ext/gnomevfs/Makefile.am:
30624         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30625         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30626         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30627         (gst_gnomevfssink_uri_get_type),
30628         (gst_gnomevfssink_uri_get_protocols),
30629         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30630         (gst_gnomevfssink_uri_handler_init),
30631         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30632         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30633         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30634         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30635         (gst_gnomevfssrc_uri_get_type),
30636         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30637         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30638         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30639         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30640         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30641         * ext/gnomevfs/gstgnomevfsuri.h:
30642           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30643           of fake URIs to see which this version of Gnome-VFS likes, and
30644           uses that for the Gst-URI interface. Makes playbin support http://
30645           streams. Also fix up some stupid behaviour in gnomevfssrc.
30646
30647 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30648
30649         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30650         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30651         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30652         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30653           Update mixer (to sync with other sessions) if we try to obtain
30654           a new value. This makes alsamixer work accross applications.
30655         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30656           Only call sync functions if we're running, else alsalib asserts.
30657         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30658           Sometimes fails to compile. Possibly a gcc bug.
30659         * gst/playback/gstplaybin.c: (gen_video_element),
30660         (gen_audio_element):
30661           Add a reference to an application-provided object, because we lose
30662           this same reference if we add it to the bin. If we don't do this,
30663           we can only use this object once and thus crash if we go from
30664           ready to playing, back to ready and back to playing again.
30665           Also add an audioscale element because several cheap soundcards -
30666           like mine - don't support all samplerates.
30667         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30668         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30669           Fix wrong order or PAR calls. Makes automatically obtained PAR
30670           from the X server atually being used.
30671
30672 2004-09-12  David Schleef  <ds@schleef.org>
30673
30674         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30675         #151887, #152102, #152247.
30676         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30677         * examples/seeking/cdparanoia.c: same
30678         * examples/seeking/cdplayer.c: same
30679         * examples/seeking/seek.c: same
30680         * examples/seeking/spider_seek.c: same
30681         * examples/seeking/vorbisfile.c: same
30682         * examples/stats/mp2ogg.c: same
30683         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30684         (gst_esdsink_dispose): Dispose of element properly.
30685         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30686         fixes.
30687         * ext/nas/nassink.c: (gst_nassink_class_init),
30688         (gst_nassink_dispose): Dispose of element correctly.
30689         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30690         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30691         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30692         Fix 64-bit warning.
30693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30694         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30695         Fix 64-bit warning.
30696
30697 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30698
30699         * configure.ac : change speex detection as 1.1.6 now uses
30700           .pc/pkg-config and they changed their headers location.
30701
30702 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30703
30704         * gst/matroska/matroska-mux.h:
30705         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30706         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30707         (gst_matroska_mux_write_data):
30708           Write multiple blocks/frames per cluster.
30709                 Write meta-seek information (seek heads).
30710
30711 2004-09-09  Scott Wheeler <wheeler@kde.org>
30712
30713         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30714         (gst_play_bin_set_property), (gst_play_bin_get_property),
30715         (gen_audio_element), (gen_audio_element):
30716           Add a volume element / property to the pipeline.
30717
30718 2004-09-07  Wim Taymans  <wim@fluendo.com>
30719
30720         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30721         Copy timestamps from the master pad to the output buffers.
30722
30723 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30724
30725         * ext/raw1394/gstdv1394src.c:
30726           throw errors when applicable
30727
30728 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30729
30730         * gst/matroska/ebml-ids.h:
30731         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30732         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30733         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30734           automatically convert unix time <-> ebml time when reading/writing
30735           a date, use gst_ebml_write_uint to write CUETIME,
30736           not gst_ebml_write_date.
30737         * gst/matroska/matroska-ids.h:
30738         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30739         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30740         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30741         (gst_matroska_mux_write_data):
30742           Write track and segment UIDs, write muxing date, write
30743           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30744           Create cues for audio only files.
30745
30746 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30747
30748         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30749         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30750           Re-commit ALSA switches.
30751         * gst/adder/gstadder.c: (gst_adder_loop):
30752           64-bit fix (#151416).
30753         * gst/debug/progressreport.c: (gst_progressreport_report):
30754           64-bit fix (#151419).
30755         * gst/matroska/matroska-demux.c:
30756         (gst_matroska_demux_parse_contents):
30757           64-bit fix (#151420).
30758         * gst/playback/test3.c: (update_scale):
30759           64-bit fix (#151421).
30760
30761 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30762
30763         * configure.ac:
30764           bump nano to cvs
30765
30766 === release 0.8.4 ===
30767
30768 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30769
30770         * configure.ac: releasing 0.8.4, "Alias"
30771
30772 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30773
30774         * ext/theora/Makefile.am:
30775           fix makefile.  Fixes #151462.
30776
30777 2004-08-30  Wim Taymans  <wim@fluendo.com>
30778
30779         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30780         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30781         (gst_multifdsink_remove_client_link),
30782         (gst_multifdsink_client_queue_buffer),
30783         (gst_multifdsink_handle_client_write):
30784         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30785         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30786         Fix some memory leaks.
30787
30788 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30789
30790         Patch by: David Schleef
30791
30792         * configure.ac:
30793         * sys/Makefile.am:
30794           rename our detection macro for V4L2.  Fixes #151236.
30795
30796 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30797
30798         Patch by: David Schleef
30799
30800         * configure.ac:
30801           check to define LAMEPRESET.  Fixes #151232.
30802
30803 2004-08-27  David Schleef  <ds@schleef.org>
30804
30805         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30806         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30807         (gst_glimagesink_fixate):  Move local variable declarations to
30808         make gcc-2.95 happy.
30809
30810 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30811
30812         * configure.ac:
30813           bump nano for prerelease
30814
30815 2004-08-27  David Schleef  <ds@schleef.org>
30816
30817         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30818         * sys/sunaudio/gstsunaudiosrc.c:
30819         * sys/sunaudio/gstsunaudiosrc.h:
30820
30821 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30822
30823         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30824         handle EOS correctly
30825         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30826         * gst/matroska/matroska-mux.h:
30827         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30828         VFW compatibility mode
30829
30830 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30831
30832         patch by: Zaheer Abbas Merali
30833
30834         * ext/ogg/gstoggmux.c:
30835         * ext/vorbis/vorbisenc.c:
30836         * ext/vorbis/vorbisenc.h:
30837           handle NEWMEDIA
30838
30839 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30840
30841         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30842         fix byte order reversion on little endian machines.
30843         * gst/matroska/matroska-mux.c: (audiosink_templ),
30844         (gst_matroska_mux_audio_pad_link):
30845         add TTA codec to the list of supported codecs.
30846         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30847         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30848         (gst_matroska_mux_write_data):
30849         * gst/matroska/matroska-mux.h:
30850         write segment duration correctly, write muxing app string, fixes bugs
30851         #140897 and #140898.
30852         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30853         wait for all pads to be negotiated before starting to mux.
30854
30855 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30856
30857         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30858         * ext/lame/gstlame.h:
30859         Added new media support to lame
30860
30861 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30862
30863         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30864         send vorbis headers at the beginning of a stream, fixes bug #141554.
30865         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30866         bug #148950.
30867         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
30868         (gst_matroska_demux_plugin_init):
30869         * gst/matroska/matroska-ids.h:
30870         enable demuxing of TTA audio streams, fixes bug #148951.
30871         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
30872         enable typefinding for TTA audio files, fixes bug #148711.
30873         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
30874         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
30875         fixes playback of packed bitstream and xvid with bframes, bug #135407.
30876
30877 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
30878
30879         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30880         (gst_riff_read_element_data), (gst_riff_read_seek),
30881         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
30882         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
30883         <teuf@gnome.org>
30884
30885 2004-08-23 Iain <iaingnome@gmail.com>
30886
30887         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
30888         tags. They appear to be handled differently to normal.
30889         (tag_list_to_id3_tag_foreach): Ditto.
30890
30891 2004-08-22  Wim Taymans  <wim@fluendo.com>
30892
30893         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30894         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30895         Make sure we never send -1 granulepos.
30896
30897 2004-08-20  Wim Taymans  <wim@fluendo.com>
30898
30899         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30900         (gst_ogg_mux_loop):
30901         I will accept bitchslappings with non sharp objects.
30902
30903 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30904
30905         * configure.ac:
30906         Clean up the test for lame presets
30907
30908 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30909
30910         * configure.ac:
30911         * ext/lame/Makefile.am:
30912         * ext/lame/gstlame.c: (gst_lame_class_init),
30913         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30914         Only enable lame presets if version of lame has presets in API
30915
30916 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
30917         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
30918         * gst/udp/gstudpsrc.h:
30919           Don't call gst_pad_push in a get function. Fixes #150449
30920
30921 2004-08-18  Wim Taymans  <wim@fluendo.com>
30922
30923         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
30924         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
30925         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30926         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30927         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30928         (gst_fdset_wait):
30929         * gst/tcp/gstfdset.h:
30930         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30931         (gst_multifdsink_client_queue_buffer),
30932         (gst_multifdsink_handle_client_write):
30933         * gst/tcp/gstmultifdsink.h:
30934         Some extra checks in gstfdset.
30935         Only use send() when the fd is a socket. Don't try to
30936         read from write only fds.
30937
30938 2004-08-18  Wim Taymans  <wim@fluendo.com>
30939
30940         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
30941         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30942         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30943         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30944         (gst_fdset_wait):
30945         Add more locking and bounds checking.
30946
30947 2004-08-18  Wim Taymans  <wim@fluendo.com>
30948
30949         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
30950         Realloc test fdset in the lock and right before starting
30951         the poll call. Bump the limit to 4096.
30952
30953 2004-08-17  David Schleef  <ds@schleef.org>
30954
30955         * sys/sunaudio/Makefile.am:
30956         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
30957         of rates and channels.  Make debugging less obnoxious.
30958
30959         Patch from Balamurali Viswanathan implementing a mixer for
30960         Sun audio.  (bug #144091):
30961         * sys/sunaudio/gstsunelement.c:
30962         * sys/sunaudio/gstsunelement.h:
30963         * sys/sunaudio/gstsunmixer.c:
30964         * sys/sunaudio/gstsunmixer.h:
30965
30966 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30967
30968         * gst/audioscale/gstaudioscale.c:
30969         * gst/audioscale/gstaudioscale.h:
30970         made audioscale resample from any sample rate to any sample rate
30971
30972 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30973
30974         * ext/libpng/gstpngdec.c:
30975           error out on unsupported types
30976
30977 2004-08-17  Iain <iaingnome@gmail.com>
30978
30979         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
30980         mid_side and loose_mid_side properties if its a stereo stream.
30981
30982 2004-08-17  Wim Taymans  <wim@fluendo.com>
30983
30984         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30985         (theora_get_formats), (theora_dec_src_convert),
30986         (theora_dec_sink_convert), (theora_dec_src_query),
30987         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
30988         Add a debug line.
30989
30990 2004-08-17  Wim Taymans  <wim@fluendo.com>
30991
30992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
30993         (gst_ogg_pad_push):
30994         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30995         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
30996         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
30997         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30998         Mark delta units in the muxer.
30999         Try to decode the packet after an out-of-sync error from
31000         libogg.
31001
31002 2004-08-17  Wim Taymans  <wim@fluendo.com>
31003
31004         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31005         (gst_multifdsink_init), (gst_multifdsink_add),
31006         (gst_multifdsink_client_queue_buffer),
31007         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
31008         * gst/tcp/gstmultifdsink.h:
31009         Added option to send a keyframe to clients as the first buffer.
31010         Make timeout property writable.
31011
31012 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
31013
31014         patch by: Wim Taymans
31015
31016         * gst/tcp/gstfdset.c:
31017         * gst/tcp/gstmultifdsink.c:
31018           fix index comparison, should include 0
31019
31020 2004-08-16  Wim Taymans  <wim@fluendo.com>
31021
31022         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
31023         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31024         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31025         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31026         (gst_fdset_wait):
31027           copy when reallocing for poll so the select arguments don't get
31028           changed during the call
31029
31030 2004-08-16  Wim Taymans  <wim@fluendo.com>
31031
31032         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31033         (gst_theora_enc_class_init), (theora_enc_sink_link),
31034         (theora_buffer_from_packet), (theora_enc_chain):
31035         Fix bug where buffers were not marked as keyframes
31036         correctly.
31037
31038 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31039
31040         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31041         (gst_lame_preset_get_type), (gst_lame_class_init):
31042         describe the enum values for vbr mode and presets more verbosely
31043
31044 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31045
31046         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31047         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31048         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31049         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31050         * ext/lame/gstlame.h:
31051         add preset property to lame so it can use lame presets
31052
31053 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31054
31055         * ext/lame/gstlame.c: (gst_lame_get_property):
31056         whoops forgot break, thanks teuf
31057
31058 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31059
31060         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31061         (gst_lame_class_init), (gst_lame_src_getcaps),
31062         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31063         (gst_lame_get_property), (gst_lame_setup):
31064         * ext/lame/gstlame.h:
31065         fix lame's broken vbr stuff, allow it to resample if need be, and also
31066         make xing header optional
31067
31068 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31069
31070         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31071         added getcaps function so samplerate doesnt get fixated to silly values
31072
31073 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31074
31075         * ext/lame/gstlame.c: (gst_lame_src_link):
31076         revert previous fix
31077
31078 2004-08-12  Johan Dahlin  <johan@gnome.org>
31079
31080         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31081         checks. Doesn't matter what state we are in. Interfaces are a
31082         compile time thing, not runtime. It also broke the python bindings.
31083
31084 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31085
31086         * ext/lame/gstlame.c: (gst_lame_src_link):
31087         made source pad link function check if sinkpad is ok..fixes the problem
31088         where core fixates the output rate of lame stupidly
31089
31090 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31091
31092         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31093         * sys/v4l/v4l_calls.c:
31094         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31095           fix fixate function to handle nonsimple caps.
31096           remove bogus check in _link
31097           cleanups
31098
31099 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31100
31101         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31102         set default compression ratio parameter to 0.0 so bitrate parameter
31103         works :)
31104
31105 2004-08-11  David Schleef  <ds@schleef.org>
31106
31107         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31108
31109 2004-08-11  David Schleef  <ds@schleef.org>
31110
31111         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31112         before.
31113
31114 2004-08-11  David Schleef  <ds@schleef.org>
31115
31116         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31117
31118 2004-08-11  David Schleef  <ds@schleef.org>
31119
31120         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31121           license field
31122         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31123         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31124           LGPL.
31125         * gst/auparse/gstauparse.c: Fix plugin license field.
31126         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31127         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31128         * gst/rtp/gstrtp.c: Fix plugin license field.
31129
31130 2004-08-11  Wim Taymans  <wim@fluendo.com>
31131
31132         * gst/tcp/Makefile.am:
31133         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31134         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31135         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31136         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31137         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31138         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31139         (gst_fdset_fd_can_write), (gst_fdset_wait):
31140         * gst/tcp/gstfdset.h:
31141         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31142         (gst_multifdsink_class_init), (gst_multifdsink_init),
31143         (gst_multifdsink_add), (gst_multifdsink_remove),
31144         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31145         (gst_multifdsink_remove_client_link),
31146         (gst_multifdsink_handle_client_read),
31147         (gst_multifdsink_client_queue_data),
31148         (gst_multifdsink_client_queue_caps),
31149         (gst_multifdsink_client_queue_buffer),
31150         (gst_multifdsink_handle_client_write),
31151         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31152         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31153         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31154         (gst_multifdsink_close):
31155         * gst/tcp/gstmultifdsink.h:
31156         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31157         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31158         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31159         (gst_tcpserversink_close):
31160         * gst/tcp/gsttcpserversink.h:
31161         Abstracted away the select call, implemented poll (yes we ran into
31162         the 1024 limit in production).
31163
31164 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31165
31166         * gst/tcp/gsttcp.c:
31167         * gst/tcp/gsttcpplugin.c:
31168           improve debuggging, remove assert
31169
31170 2004-08-10  Wim Taymans  <wim@fluendo.com>
31171
31172         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31173         (gst_client_status_get_type), (gst_multifdsink_class_init),
31174         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31175         (gst_multifdsink_handle_client_read),
31176         (gst_multifdsink_handle_client_write),
31177         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31178         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31179         (gst_multifdsink_get_property):
31180         * gst/tcp/gstmultifdsink.h:
31181         * gst/tcp/gsttcp-marshal.list:
31182         Starting to prepare for specifying buffer time in other units
31183         than buffers. Expose remove reason in signal.
31184
31185 2004-08-10  Wim Taymans  <wim@fluendo.com>
31186
31187         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31188         (gst_multifdsink_remove), (gst_multifdsink_clear),
31189         (gst_multifdsink_remove_client_link),
31190         (gst_multifdsink_handle_client_read),
31191         (gst_multifdsink_client_queue_data),
31192         (gst_multifdsink_client_queue_buffer),
31193         (gst_multifdsink_handle_client_write),
31194         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31195         (gst_multifdsink_chain), (gst_multifdsink_close):
31196         * gst/tcp/gstmultifdsink.h:
31197         Added more debugging info. Changed the way clients are
31198         removed from the lists. Fixed a bug where a bad file descriptor
31199         could cause many clients to be removed.
31200
31201 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31202
31203         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31204           allow all pixel-aspect-ratios, not just 1:1
31205
31206 2004-08-09  David Schleef  <ds@schleef.org>
31207
31208         * sys/glsink/ARB_multitexture.h:  Remove old files.
31209         * sys/glsink/EXT_paletted_texture.h:
31210         * sys/glsink/NV_register_combiners.h:
31211         * sys/glsink/gstgl_nvimage.c:
31212         * sys/glsink/gstgl_pdrimage.c:
31213         * sys/glsink/gstgl_rgbimage.c:
31214         * sys/glsink/gstglsink.c:
31215         * sys/glsink/gstglsink.h:
31216         * sys/glsink/gstglxwindow.c:
31217         * sys/glsink/regcomb_yuvrgb.c:
31218
31219 2004-08-09  David Schleef  <ds@schleef.org>
31220
31221         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31222         GL sink plugin.  (Bug #147302)
31223
31224         * configure.ac: Test for OpenGL
31225         * sys/Makefile.am: Use test for OpenGL
31226         * sys/glsink/Makefile.am:
31227         * sys/glsink/glimagesink.c: rewrite
31228         * sys/glsink/glimagesink.h: rewrite
31229
31230 2004-08-09  David Schleef  <ds@schleef.org>
31231
31232         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31233         sane framerates.
31234         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31236         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31237
31238 2004-08-09  Wim Taymans  <wim@fluendo.com>
31239
31240         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31241         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31242         (gst_multifdsink_client_remove),
31243         (gst_multifdsink_handle_client_read),
31244         (gst_multifdsink_handle_client_write),
31245         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31246         Do a bit more logging, make the client_read code more robust.
31247
31248 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31249
31250         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31251         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31252         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31253         (gst_jpegdec_init), (gst_jpegdec_chain):
31254         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31255         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31256           cleanups, debugging fixes and memleak plugging
31257
31258 2004-08-09  Wim Taymans  <wim@fluendo.com>
31259
31260         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31261         (theora_get_formats), (theora_dec_src_convert),
31262         (theora_dec_sink_convert), (theora_dec_src_query),
31263         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31264         (theora_dec_change_state):
31265         Don't crash on missing header packets.
31266
31267 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31268
31269         * po/LINGUAS:
31270         * po/sq.po:
31271           Added Albanian translation (Laurent Dhima)
31272         * po/cs.po:
31273           updated
31274
31275 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31276
31277         * ext/lame/gstlame.c:
31278           fix/add debugging
31279
31280 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31281
31282         * sys/ximage/ximagesink.c:
31283         * sys/xvimage/xvimagesink.c:
31284           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31285
31286 2004-08-06  Wim Taymans  <wim@fluendo.com>
31287
31288         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31289         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31290         (gst_multifdsink_client_remove),
31291         (gst_multifdsink_handle_client_read),
31292         (gst_multifdsink_handle_client_write),
31293         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31294         Make sure we don't try to read more from a client that what
31295         ioctl says us or we deadlock.
31296
31297 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31298
31299         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31300         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31301         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31302           decouple running_time and n_frames so it can handle changing
31303           framerate while running
31304
31305 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31306
31307         * po/nl.po:
31308         * po/sv.po:
31309           updated translations
31310
31311 2004-08-04  Benjamin Otte  <otte@gnome.org>
31312
31313         * gst/videotestsrc/gstvideotestsrc.c:
31314         (gst_videotestsrc_get_capslist), (generate_capslist),
31315         (plugin_init):
31316           generate the list of supported caps at startup and reuse it instead
31317           of always generating it
31318
31319 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31320
31321         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31322           whoops, last checkin broke normal build
31323
31324 2004-08-03  Benjamin Otte  <otte@gnome.org>
31325
31326         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31327         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31328         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31329         (gst_alsa_mixer_get_option):
31330         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31331         (dvdnavsrc_print_event):
31332         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31333         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31334         (gst_ogg_mux_pad_unlink):
31335         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31336         (gst_multipart_mux_pad_unlink):
31337         * gst/videofilter/gstvideobalance.c:
31338         (gst_videobalance_colorbalance_set_value):
31339         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31340         (gst_videomixer_pad_unlink):
31341         * po/uk.po:
31342         * sys/oss/gstossmixer.c:
31343         * sys/v4l/gstv4lcolorbalance.c:
31344         * sys/v4l/gstv4ltuner.c:
31345         * sys/v4l/v4lsrc_calls.c:
31346         * sys/v4l2/gstv4l2colorbalance.c:
31347         * sys/v4l2/gstv4l2tuner.c:
31348           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31349
31350 2004-08-03  Benjamin Otte  <otte@gnome.org>
31351
31352         * examples/dynparams/filter.c: (ui_control_create):
31353         * examples/gstplay/player.c: (print_tag):
31354         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31355         * ext/gdk_pixbuf/gstgdkanimation.c:
31356         (gst_gdk_animation_iter_may_advance):
31357         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31358         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31359         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31360         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31361         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31362         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31363         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31364         * gst/sine/demo-dparams.c: (main):
31365         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31366         * testsuite/alsa/formats.c: (create_pipeline):
31367         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31368           fixes for G_DISABLE_ASSERT and friends
31369         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31370         (mp3_type_frame_length_from_header), (mp3_type_find),
31371         (plugin_init):
31372           require mp3 typefinding to have at least MIN_HEADERS valid headers
31373           add typefinding for AAC adts files
31374
31375 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31376
31377         * sys/ximage/ximagesink.c:
31378         (gst_ximagesink_calculate_pixel_aspect_ratio):
31379         * sys/xvimage/xvimagesink.c:
31380         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31381         Make sure we calculate pixel-aspect-ratio using floating point maths
31382
31383 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31384
31385         * po/uk.po:
31386           updated translation
31387
31388 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31389
31390         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31392           add debugging for display PAR calculation
31393
31394 2004-08-02  David Schleef  <ds@schleef.org>
31395
31396         * configure.ac: Fix mikmod CFLAGS.
31397
31398 2004-07-27  Benjamin Otte  <otte@gnome.org>
31399
31400         * gst/audioscale/gstaudioscale.c:
31401         - fix templates to only support S16, it's the only format that works
31402         - make caps nego code use try_set_caps_nonfixed and fixation instead
31403         of try_set_caps twice, which is not nice for autopluggers
31404         - change rank to secondary, so autopluggers can pick it up after
31405         audioconvert
31406
31407 2004-08-02  Iain <iain@prettypeople.org>
31408
31409         * gst/interleave/interleave.c (interleave_init),
31410         (interleave_request_new_pad),
31411         (interleave_pad_removed),
31412         (interleave_buffered_loop): Use the real pad count, not the artificial
31413         one.
31414
31415 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31416
31417         * configure.ac: bump nano back to development
31418
31419 === release 0.8.3 ===
31420
31421 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31422
31423         * configure.ac: releasing 0.8.3, "Water"
31424
31425 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31426
31427         * sys/xvimage/xvimagesink.c:
31428         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31429         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31430         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31431         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31432         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31433         * sys/xvimage/xvimagesink.h:
31434           apply similar PAR fixes as to ximagesink
31435
31436 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31437
31438         patch from: Benjamin Otte
31439
31440         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31441           add link function to lame.  Fixes #148986.
31442
31443 2004-08-02  Johan Dahlin  <johan@gnome.org>
31444
31445         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31446         fix debugging log
31447
31448 2004-07-30  David Schleef  <ds@schleef.org>
31449
31450         * gst/videomixer/Makefile.am: Fix things that should have been
31451         fixed in the last checkin.
31452
31453 2004-07-30  David Schleef  <ds@schleef.org>
31454
31455         * gst/multipart/Makefile.am: Fix things that should have been
31456         fixed in the last checkin.
31457
31458 2004-07-30  David Schleef  <ds@schleef.org>
31459
31460         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31461
31462 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31463
31464         * configure.ac:
31465           bump nano for prerelease
31466         * po/af.po:
31467         * po/az.po:
31468         * po/cs.po:
31469         * po/en_GB.po:
31470         * po/hu.po:
31471         * po/nl.po:
31472         * po/sr.po:
31473         * po/sv.po:
31474         * po/uk.po:
31475           updates
31476
31477 2004-07-30  Wim Taymans  <wim@fluendo.com>
31478
31479         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31480         (gst_multifdsink_add), (gst_multifdsink_remove),
31481         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31482         (gst_multifdsink_client_remove),
31483         (gst_multifdsink_handle_client_write),
31484         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31485         * gst/tcp/gstmultifdsink.h:
31486         Recover from a select with a bad file descriptor by removing
31487         the client.
31488
31489 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31490
31491         * configure.ac:
31492           fix requirement of core
31493         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31494         (gst_play_pipeline_setup):
31495           don't use colorspace element.  do use hermescolorspace element.
31496           make macro to get a colorspace element.
31497           mark strings for translation.
31498         * po/POTFILES.in:
31499           add play.c
31500         * po/af.po:
31501         * po/az.po:
31502         * po/cs.po:
31503         * po/en_GB.po:
31504         * po/hu.po:
31505         * po/nl.po:
31506         * po/sr.po:
31507         * po/sv.po:
31508         * po/uk.po:
31509           update translations
31510
31511 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31512
31513         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31514         fix default for newmedia flag
31515
31516 2004-07-30  Wim Taymans  <wim@fluendo.com>
31517
31518         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31519         (gst_theora_dec_init), (theora_get_formats),
31520         (theora_dec_src_convert), (theora_dec_sink_convert),
31521         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31522         (theora_dec_chain), (theora_dec_set_property),
31523         (theora_dec_get_property):
31524         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31525         (gst_theora_enc_class_init), (gst_theora_enc_init),
31526         (theora_enc_sink_link), (theora_enc_chain),
31527         (theora_enc_set_property), (theora_enc_get_property):
31528         Added cropping option to theora decoder.
31529         Added border option to theora encoder.
31530
31531 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31532
31533         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31534         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31535         (gst_pngenc_set_property):
31536         * ext/libpng/gstpngenc.h:
31537         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
31538
31539 2004-07-30  Wim Taymans  <wim@fluendo.com>
31540
31541         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31542         (theora_enc_sink_link), (theora_enc_chain),
31543         (theora_enc_set_property), (theora_enc_get_property):
31544         Fix encoding of non-multiple-of-16 video.
31545
31546 2004-07-29  David Schleef  <ds@schleef.org>
31547
31548         * configure.ac: make test for audiofile more strict
31549
31550 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31551
31552         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31553           give different names to typefind functions
31554
31555 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31556
31557         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31558         (gst_ximagesink_calculate_pixel_aspect_ratio),
31559         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31560         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31561         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31562         (gst_ximagesink_get_property), (gst_ximagesink_init):
31563         * sys/ximage/ximagesink.h:
31564           allocate PAR's dynamically.
31565           use autodetected PAR if no object-set PAR is given.
31566           add workaround for directfb's X not setting physical size.
31567           fix to xvimagesink will follow tomorrow.
31568
31569 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31570
31571         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31572         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31573         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31574         (gst_shout2send_class_init), (gst_shout2send_init),
31575         (set_shout_metadata), (gst_shout2send_set_metadata),
31576         (gst_shout2send_chain), (gst_shout2send_set_property),
31577         (gst_shout2send_get_property), (gst_shout2send_connect),
31578         (gst_shout2send_change_state):
31579         * ext/shout2/gstshout2.h:
31580         - fix for sending mp3 audio to icecast2 server, if pad link function not
31581         called before PAUSED state
31582         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31583         - added tagging support for mp3 audio broadcasted
31584         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31585         debug info
31586
31587 2004-07-28  Wim Taymans  <wim@fluendo.com>
31588
31589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31590         (gst_ogg_demux_push):
31591         Return query failure when we don't know the length of
31592         an ogg stream insteda of returning TRUE with a bogus value.
31593
31594 2004-07-28  Wim Taymans  <wim@fluendo.com>
31595
31596         * ext/theora/theoradec.c: (theora_get_formats),
31597         (theora_dec_src_convert), (theora_dec_sink_convert),
31598         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31599         (theora_dec_chain):
31600         Don't screw up the 1 Chroma for 1 luma sample situation when we
31601         have an odd offset/width by adding a black border in those cases.
31602
31603 2004-07-28  Wim Taymans  <wim@fluendo.com>
31604
31605         * ext/theora/theoradec.c: (theora_get_formats),
31606         (theora_dec_src_convert), (theora_dec_sink_convert),
31607         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31608         (theora_dec_chain):
31609         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31610         Added first attempt at cropping of the image as required by the
31611         theora spec. We need more properties in the caps (offset_x,
31612         offset_y,stride) to implement this correctly.
31613
31614 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31615
31616         * ext/dvdnav/README:
31617           Update the README to use dvddemux
31618         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31619           Ensure getcaps returns a subset of the template caps
31620         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31621         (gst_mpeg2subt_init):
31622           Ensure getcaps returns a subset of the template caps
31623         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31624         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31625         (gst_dvd_demux_get_subpicture_stream),
31626         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31627         * gst/mpegstream/gstdvddemux.h:
31628           Set the explicit caps on the current_video pad before pushing
31629           anything
31630         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31631         (gst_mpeg_demux_get_audio_stream):
31632           Free caps used to gst_pad_set_explicit_caps, which takes a const
31633           GstCaps *
31634
31635 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31636
31637         * configure.ac: update GStreamer requirement to 0.8.4 because of
31638           GstFraction.
31639
31640 2004-07-28  Wim Taymans  <wim@fluendo.com>
31641
31642         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31643         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31644         Add the pad to the element after setting up the caps. This
31645         makes it a lot easier to autoplug.
31646
31647 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31648
31649         * gst/median/gstmedian.c:
31650         * gst/mpeg2subt/gstmpeg2subt.c:
31651         * gst/mpegaudioparse/gstmpegaudioparse.c:
31652         * gst/mpegstream/gstdvddemux.c:
31653         * gst/mpegstream/gstmpegdemux.c:
31654         * gst/mpegstream/gstmpegpacketize.c:
31655         * gst/rtjpeg/gstrtjpeg.c:
31656         * gst/rtjpeg/gstrtjpegdec.c:
31657         * gst/rtjpeg/gstrtjpegenc.c:
31658         * gst/sine/gstsinesrc.c:
31659         * gst/smooth/gstsmooth.c:
31660         * gst/smpte/gstsmpte.c:
31661         * gst/smpte/gstsmpte.h:
31662         * gst/stereo/gststereo.c:
31663         * gst/videofilter/gstgamma.c:
31664         * gst/videofilter/gstvideobalance.c:
31665         * gst/videofilter/gstvideofilter.c:
31666         * gst/videofilter/gstvideoflip.c:
31667         * gst/videoscale/gstvideoscale.c:
31668         * gst/videoscale/videoscale.c:
31669         * gst/videotestsrc/gstvideotestsrc.c:
31670         * gst/videotestsrc/videotestsrc.c:
31671         * gst/wavenc/gstwavenc.c:
31672         * gst/wavparse/gstwavparse.c:
31673           fix local includes and 64 bits constants
31674
31675 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31676
31677         * win32/gst.sln:
31678         * gst-libs/gst/*/*.vcproj:
31679         * gst/*/*.vcproj:
31680           more working plugins
31681
31682 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31683
31684         * testsuite/alsa/Makefile.am:
31685         * testsuite/alsa/srcstate.c:
31686         add test for alsasrc changing state
31687
31688 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31689
31690         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31691         (gst_silence_get):
31692         * gst/silence/gstsilence.h:
31693         fix silence generation for 16bit raw audio
31694
31695 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31696
31697         * gst/matroska/matroska-demux.c:
31698         (gst_matroska_demux_parse_metadata),
31699         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31700         * gst/mpegaudio/common.c:
31701         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31702         (gst_videoscale_getcaps), (gst_videoscale_link),
31703         (gst_videoscale_src_fixate), (gst_videoscale_init),
31704         (gst_videoscale_finalize):
31705         * gst/videoscale/gstvideoscale.h:
31706         * gst/videotestsrc/gstvideotestsrc.c:
31707         (gst_videotestsrc_get_capslist):
31708         * gst/wavenc/gstwavenc.c:
31709         * sys/oss/gstossmixer.c: (fill_labels):
31710         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31711         (gst_ximagesink_handle_xevents),
31712         (gst_ximagesink_calculate_pixel_aspect_ratio),
31713         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31714         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31715         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31716         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31717         (gst_ximagesink_init), (gst_ximagesink_class_init):
31718         * sys/ximage/ximagesink.h:
31719         * sys/xvimage/xvimagesink.c:
31720         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31721         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31722         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31723         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31724         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31725         * sys/xvimage/xvimagesink.h:
31726           first batch of pixel aspect ratio commits.
31727
31728 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31729
31730         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31731         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31732         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31733           handle stride, needs work if we want to move stride handling
31734           upstream, but works correctly for our purposes.
31735
31736 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31737
31738         * gst/videoscale/README:
31739           add testing examples
31740         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31741         (gst_videoscale_chain):
31742         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31743         (gst_videoscale_get_size):
31744           add get_size function that handles stride like videotestsrc.
31745           fixes conversion for YUV formats for as much as I can test them.
31746
31747 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31748
31749         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31750         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31752         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31753         (gst_xvimagesink_xvimage_put):
31754           further cleanups, logging, error handling and synchronizing
31755
31756 2004-07-27  Wim Taymans  <wim@fluendo.com>
31757
31758         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31759         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31760         (gst_videomixer_pad_set_property),
31761         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31762         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31763         (gst_videomixer_class_init), (gst_videomixer_init),
31764         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31765         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31766         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31767         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31768         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31769         (gst_videomixer_loop), (plugin_init):
31770         Be a nicer negotiation citizen and provide a getcaps function on
31771         the srcpad. This also fixes a crash when resizing.
31772
31773 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31774
31775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31776         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31777
31778 2004-07-27  Wim Taymans  <wim@fluendo.com>
31779
31780         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31781         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31782         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31783         (gst_pngenc_set_property):
31784         * ext/libpng/gstpngenc.h:
31785         Added snapshot property to pngenc.
31786         removed g_print from pngdec
31787
31788 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31789
31790         * gst/ac3parse/ac3parse.vcproj
31791         * gst/adder/adder.vcproj
31792         * gst/alpha/alpha.vcproj
31793         * gst/alpha/alphacolor.vcproj
31794         * gst/asfdemux/asf.vcproj
31795         * gst/audioconvert/audioconvert.vcproj
31796         * gst/audiorate/audiorate.vcproj
31797         * gst/audioscale/audioscale.vcproj
31798         * gst/auparse/auparse.vcproj
31799         * gst/avi/avi.vcproj
31800         * gst/cdxaparse/cdxaparse.vcproj
31801         * gst/chart/chart.vcproj
31802         * gst/colorspace/colorspace.vcproj
31803         * gst/cutter/cutter.vcproj
31804         * gst/debug/debug.vcproj
31805         * gst/debug/efence.vcproj
31806         * gst/debug/navigationtest.vcproj
31807         * gst/deinterlace/deinterlace.vcproj
31808         * gst/effectv/effectv.vcproj
31809         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31810         * gst/filter/filter.vcproj
31811         * gst/flx/flxdec.vcproj
31812         * gst/goom/goom.vcproj
31813         * gst/interleave/interleave.vcproj
31814         * gst/law/alaw.vcproj
31815         * gst/law/mulaw.vcproj
31816         * gst/matroska/matroska.vcproj
31817         * gst/median/median.vcproj
31818         * gst/mixmatrix/mixmatrix.vcproj
31819         * gst/mpeg1sys/mpeg1systemencode.vcproj
31820         * gst/mpeg1videoparse/mp1videoparse.vcproj
31821         * gst/mpeg2sub/mpeg2subt.vcproj
31822         * gst/mpegaudio/mpegaudio.vcproj
31823         * gst/mpegaudioparse/mpegaudioparse.vcproj
31824         * gst/mpegstream/mpegstream.vcproj
31825         * gst/multifilesink/multifilesink.vcproj
31826         * gst/multipart/multipart.vcproj
31827         * gst/oneton/oneton.vcproj
31828         * gst/overlay/overlay.vcproj
31829         * gst/passthrough/passthrough.vcproj
31830         * gst/qtdemux/qtdemux.vcproj
31831         * gst/realmedia/rmdemux.vcproj
31832         * gst/rtjpeg/rtjpeg.vcproj
31833         * gst/rtp/rtp.vcproj
31834         * gst/silence/silence.vcproj
31835         * gst/sine/sinesrc.vcproj
31836         * gst/smooth/smooth.vcproj
31837         * gst/smpte/smpte.vcproj
31838         * gst/spectrum/spectrum.vcproj
31839         * gst/speed/speed.vcproj
31840         * gst/stereo/stereo.vcproj
31841         * gst/switch/switch.vcproj
31842         * gst/tags/tagedit.vcproj
31843         * gst/tcp/tcp.vcproj
31844         * gst/typefind/typefindfunctions.vcproj
31845         * gst/udp/udp.vcproj
31846         * gst/videobox/videobox.vcproj
31847         * gst/videocrop/videocrop.vcproj
31848         * gst/videodrop/videodrop.vcproj
31849         * gst/videofilter/gamma.vcproj
31850         * gst/videofilter/videobalance.vcproj
31851         * gst/videofilter/videofilter.vcproj
31852         * gst/videofilter/videoflip.vcproj
31853         * gst/videoflip/videoflip.vcproj
31854         * gst/videomixer/videomixer.vcproj
31855         * gst/videorate/videorate.vcproj
31856         * gst/videoscale/videoscale.vcproj
31857         * gst/videotestsrc/videotestsrc.vcproj
31858         * gst/virtualdub/virtualdub.vcproj
31859         * gst/volenv/volenv.vcproj
31860         * gst/volume/volume.vcproj
31861         * gst/wavenc/wavenc.vcproj
31862         * gst/wavparse/wavparse.vcproj
31863         * gst/y4m/y4menc.vcproj
31864         * gst-libs/gst/audio/audio.vcproj
31865         * gst-libs/gst/audio/audiofilter.vcproj
31866         * gst-libs/gst/colorbalance/colorbalance.vcproj
31867         * gst-libs/gst/idct/idtc.vcproj
31868         * gst-libs/gst/media-info/media-info.vcproj
31869         * gst-libs/gst/mixer/mixer.vcproj
31870         * gst-libs/gst/navigation/navigation.vcproj
31871         * gst-libs/gst/play/play.vcproj
31872         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
31873         * gst-libs/gst/resample/resample.vcproj
31874         * gst-libs/gst/riff/riff.vcproj
31875         * gst-libs/gst/tuner/tuner.vcproj
31876         * gst-libs/gst/video/video.vcproj
31877         * gst-libs/gst/xoverlay/xoverlay.vcproj
31878           avoid problems with math.h, fix release dependancy
31879           rename GStreamer-0.8.lib to libgstreamer.lib
31880
31881 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31882
31883         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
31885         the atom is not available we have to unlock the mutex. Fixes #148023
31886
31887 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31888
31889         * gst-libs/gst/media-info/media-info.h:
31890           issue for a vararg macro with MSVC
31891
31892 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31893
31894         * gst/effectv/effectv.vcproj
31895         * gst-libs/gst/idct/idct.vcproj:
31896         * gst-libs/gst/media-info/media-info.vcproj:
31897         * gst-libs/gst/navigation/navigation.vcproj:
31898         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31899         * gst-libs/gst/video/video.vcproj:
31900         * gst-libs/gst/xoverlay/xoverlay.vcproj:
31901           fixes for build problems
31902
31903 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31904
31905         * gst-libs/gst/audio/audio.def:
31906         * gst-libs/gst/audio/riff.def:
31907           add some definitions needed by plugins
31908
31909 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31910
31911         * gst/asfdemux/gstasfmux.c
31912           Fix some 64 bits constants to be glib friendly
31913
31914 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31915
31916         * gst/ac3parse/gstac3parse.c
31917         * gst/audioscale/gstaudioscale.c
31918         * gst/auparse/gstauparse.c
31919         * gst/colorspace/gstcolorspace.c
31920         * gst/colorspace/yuv2rgb.h
31921           local include fixes
31922
31923 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31924
31925         * win32/gst.sln
31926           add more plugins to the build
31927
31928 2004-07-26  Julien MOUTTE  <julien@moutte.net>
31929
31930         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31931         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
31932
31933 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31934
31935         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
31936         (gst_level_set_property), (gst_level_get_property),
31937         (gst_level_base_init), (gst_level_class_init):
31938           add debugging categories.  cleanups.
31939
31940 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31941
31942         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31943         (gst_videoscale_planar411), (gst_videoscale_planar400),
31944         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
31945         (gst_videoscale_scale_nearest_str1),
31946         (gst_videoscale_scale_nearest_str2),
31947         (gst_videoscale_scale_nearest_str4),
31948         (gst_videoscale_scale_nearest_16bit),
31949         (gst_videoscale_scale_nearest_24bit):
31950           fixed stride issues
31951           tested with 320x240 -> 321, 322, 324 x240
31952           tested with YV12, I420, YUY2, UYVY
31953           fixed packed422rev (don't think it could have worked before)
31954           by testing with UYVY
31955
31956 2004-07-26  Benjamin Otte  <otte@gnome.org>
31957
31958         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
31959         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
31960         (plugin_init):
31961           add debugging category, add error checks like checking return values
31962           of setup calls, make sure it still works after
31963           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
31964
31965 2004-07-26  Wim Taymans  <wim@fluendo.com>
31966
31967         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31968         (gst_mpeg_demux_get_audio_stream),
31969         (gst_mpeg_demux_process_private):
31970         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
31971         Check for error codes from the negotiation functions. Make sure
31972         we really set the pad caps when a new pad is created.
31973
31974 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31975
31976         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31977         (gst_ffmpeg_caps_to_pix_fmt):
31978         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31979         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31980         (gst_ffmpegcolorspace_pad_link):
31981           don't make function do two things at the same time without reason.
31982
31983 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31984
31985         * gst/ac3parse/ac3parse.vcproj
31986         * gst/adder/adder.vcproj
31987         * gst/alpha/alpha.vcproj
31988         * gst/alpha/alphacolor.vcproj
31989         * gst/asfdemux/asf.vcproj
31990         * gst/audioconvert/audioconvert.vcproj
31991         * gst/audiorate/audiorate.vcproj
31992         * gst/audioscale/audioscale.vcproj
31993         * gst/auparse/auparse.vcproj
31994         * gst/avi/avi.vcproj
31995         * gst/cdxaparse/cdxaparse.vcproj
31996         * gst/chart/chart.vcproj
31997         * gst/colorspace/colorspace.vcproj
31998         * gst/cutter/cutter.vcproj
31999         * gst/debug/debug.vcproj
32000         * gst/debug/efence.vcproj
32001         * gst/debug/navigationtest.vcproj
32002         * gst/deinterlace/deinterlace.vcproj
32003         * gst/effectv/effectv.vcproj
32004         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
32005         * gst/filter/filter.vcproj
32006         * gst/flx/flxdec.vcproj
32007         * gst/goom/goom.vcproj
32008         * gst/interleave/interleave.vcproj
32009         * gst/law/alaw.vcproj
32010         * gst/law/mulaw.vcproj
32011         * gst/matroska/matroska.vcproj
32012         * gst/median/median.vcproj
32013         * gst/mixmatrix/mixmatrix.vcproj
32014         * gst/mpeg1sys/mpeg1systemencode.vcproj
32015         * gst/mpeg1videoparse/mp1videoparse.vcproj
32016         * gst/mpeg2sub/mpeg2subt.vcproj
32017         * gst/mpegaudio/mpegaudio.vcproj
32018         * gst/mpegaudioparse/mpegaudioparse.vcproj
32019         * gst/mpegstream/mpegstream.vcproj
32020         * gst/multifilesink/multifilesink.vcproj
32021         * gst/multipart/multipart.vcproj
32022         * gst/oneton/oneton.vcproj
32023         * gst/overlay/overlay.vcproj
32024         * gst/passthrough/passthrough.vcproj
32025         * gst/qtdemux/qtdemux.vcproj
32026         * gst/realmedia/rmdemux.vcproj
32027         * gst/rtjpeg/rtjpeg.vcproj
32028         * gst/rtp/rtp.vcproj
32029         * gst/silence/silence.vcproj
32030         * gst/sine/sinesrc.vcproj
32031         * gst/smooth/smooth.vcproj
32032         * gst/smpte/smpte.vcproj
32033         * gst/spectrum/spectrum.vcproj
32034         * gst/speed/speed.vcproj
32035         * gst/stereo/stereo.vcproj
32036         * gst/switch/switch.vcproj
32037         * gst/tags/tagedit.vcproj
32038         * gst/tcp/tcp.vcproj
32039         * gst/typefind/typefindfunctions.vcproj
32040         * gst/udp/udp.vcproj
32041         * gst/videobox/videobox.vcproj
32042         * gst/videocrop/videocrop.vcproj
32043         * gst/videodrop/videodrop.vcproj
32044         * gst/videofilter/gamma.vcproj
32045         * gst/videofilter/videobalance.vcproj
32046         * gst/videofilter/videofilter.vcproj
32047         * gst/videofilter/videoflip.vcproj
32048         * gst/videoflip/videoflip.vcproj
32049         * gst/videomixer/videomixer.vcproj
32050         * gst/videorate/videorate.vcproj
32051         * gst/videoscale/videoscale.vcproj
32052         * gst/videotestsrc/videotestsrc.vcproj
32053         * gst/virtualdub/virtualdub.vcproj
32054         * gst/volenv/volenv.vcproj
32055         * gst/volume/volume.vcproj
32056         * gst/wavenc/wavenc.vcproj
32057         * gst/wavparse/wavparse.vcproj
32058         * gst/y4m/y4menc.vcproj
32059           more plugins supported under windows
32060
32061 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32062
32063         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32064         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32065         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32067         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32068           Add debugging statements.  Use the sizes as returned by the
32069           *CreateImage calls.
32070
32071 2004-07-26  Johan Dahlin  <johan@gnome.org>
32072
32073         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32074         the pad is negotiated.
32075
32076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32077
32078 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32079
32080         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32081         * gst-libs/gst/idct/idct.vcproj:
32082         * gst-libs/gst/media-info/media-info.vcproj:
32083         * gst-libs/gst/mixer/mixer.vcproj:
32084         * gst-libs/gst/navigation/navigation.vcproj:
32085         * gst-libs/gst/play/play.vcproj:
32086         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32087         * gst-libs/gst/resample/resample.vcproj:
32088         * gst-libs/gst/tuner/tuner.vcproj:
32089         * gst-libs/gst/video/video.vcproj:
32090         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32091           more plugins supported under windows
32092
32093 2004-07-25 Iain <iain@prettypeople.org>
32094
32095         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32096         pad now rather than when the pad is created because state changes wipe
32097         explicit caps (fixes #148043).
32098
32099 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32100
32101         reviewed by Benjamin Otte  <otte@gnome.org>
32102
32103         * ext/mad/gstmad.c:
32104           fix mad plugin crashing on Sun (fixes #148289)
32105
32106 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32107
32108         * gst/avi/avi.def:
32109         * gst/avi/avi.vcproj:
32110         * gst/matroska/matroska.def:
32111         * gst/matroska/matroska.vcproj:
32112           remove unused .def files
32113
32114 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32115
32116         * gst-libs/gst/audio/gstaudiofilter.c:
32117           Clean the local include
32118
32119 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32120
32121         * win32/gst.sln:
32122         * gst-libs/gst/audio/audio.def:
32123         * gst-libs/gst/audio/audio.vcproj:
32124         * gst-libs/gst/audio/audiofilter.vcproj:
32125         * gst-libs/gst/audio/riff.def:
32126         * gst-libs/gst/audio/riff.vcproj:
32127         * gst-libs/gst/gst-libs.def:
32128         * gst-libs/gst/gst-libs.vcproj:
32129         * gst/avi/avi.vcproj:
32130         * gst/avi/avi.vcproj:
32131           Copy the files where needed after building, cleaner projects
32132
32133 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32134
32135         * gst/matroska/ebml-write.c:
32136           Fix some 64 bits constants to be glib friendly
32137
32138 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32139
32140         * win32/gst.sln:
32141         * gst-libs/gst/gst-libs.def:
32142         * gst-libs/gst/gst-libs.vcproj:
32143         * gst/matroska/matroska.def:
32144         * gst/matroska/matroska.vcproj:
32145           Add the preliminary canvas to build plugins on Win32
32146
32147 2004-07-23  Benjamin Otte  <otte@gnome.org>
32148
32149         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32150           don't enfore negotiation from source side, it breaks
32151           sinesrc ! audioconvert ! osssink
32152
32153 2004-07-22  David Schleef  <ds@schleef.org>
32154
32155         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32156         for ELF files, since they can easily be recognized as audio/mpeg.
32157         (bug #147441)
32158
32159 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32160
32161         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32162         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32163         (gst_videoscale_scale_nearest_24bit),
32164         (gst_videoscale_scale_nearest_16bit):
32165           fix 16bit and 24bit for stride (24bit might need testing)
32166           don't pretend we do more than one algorithm
32167
32168 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32169
32170         * configure.ac:
32171         * gst/Makefile.am:
32172         * gst/multifilesink/Makefile.am:
32173         * gst/multifilesink/gstmultifilesink.c:
32174         (gst_multifilesink_get_formats),
32175         (gst_multifilesink_get_query_types), (_do_init),
32176         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32177         (gst_multifilesink_init), (gst_multifilesink_dispose),
32178         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32179         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32180         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32181         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32182         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32183         (gst_multifilesink_uri_get_type),
32184         (gst_multifilesink_uri_get_protocols),
32185         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32186         (gst_multifilesink_uri_handler_init), (plugin_init):
32187         * gst/multifilesink/gstmultifilesink.h:
32188         * testsuite/Makefile.am:
32189         * testsuite/multifilesink/Makefile.am:
32190         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32191         (gst_newmedia_class_init), (gst_newmedia_init),
32192         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32193         (newfile_signal), (test_signal), (main):
32194         multifilesink plugin for creating new files every time a new media
32195         discontinuity event occurs
32196
32197 2004-07-22  Wim Taymans  <wim@fluendo.com>
32198
32199         * gst/alpha/Makefile.am:
32200         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32201         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32202         (gst_alpha_color_init), (gst_alpha_color_set_property),
32203         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32204         (transform), (gst_alpha_color_chain),
32205         (gst_alpha_color_change_state), (plugin_init):
32206         Stupid plugin to to RGBA to AYUV conversion because none of
32207         the colorspace plugins can handle that yet.
32208
32209 2004-07-22  Wim Taymans  <wim@fluendo.com>
32210
32211         * examples/seeking/seek.c: (update_scale), (main):
32212         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32213         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32214         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32215         (gst_decode_bin_init), (gst_decode_bin_dispose),
32216         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32217         (no_more_pads), (close_link), (type_found),
32218         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32219         (plugin_init):
32220         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32221         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32222         (gst_play_base_bin_dispose), (queue_overrun),
32223         (gen_preroll_element), (remove_prerolls), (unknown_type),
32224         (no_more_pads), (new_stream), (setup_source),
32225         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32226         (play_base_eos), (gst_play_base_bin_change_state),
32227         (gst_play_base_bin_add_element),
32228         (gst_play_base_bin_remove_element),
32229         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32230         (gst_play_base_bin_unlink_stream),
32231         (gst_play_base_bin_get_streaminfo):
32232         * gst/playback/gstplaybin.c: (gen_video_element),
32233         (gen_audio_element):
32234         * gst/playback/gststreaminfo.h:
32235         More playback updates, attempt to fix things after the state change
32236         breakage.
32237
32238 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32239
32240         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32241         (gst_videoscale_scale_nearest_16bit):
32242           comment algorithm
32243
32244 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32245
32246         * gst/videotestsrc/gstvideotestsrc.c:
32247         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32248         (gst_videotestsrc_init), (gst_videotestsrc_get),
32249         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32250         (gst_videotestsrc_get_property):
32251         * gst/videotestsrc/gstvideotestsrc.h:
32252         * gst/videotestsrc/videotestsrc.c:
32253         * gst/videotestsrc/videotestsrc.h:
32254           cleanup and commenting
32255
32256 2004-07-21  Wim Taymans  <wim@fluendo.com>
32257
32258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32259         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32260         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32261         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32262         (_find_chain_get_unknown_part), (_find_streams_check),
32263         (gst_ogg_demux_push), (gst_ogg_pad_push):
32264         * ext/theora/theoradec.c: (theora_get_formats),
32265         (theora_dec_src_convert), (theora_dec_sink_convert),
32266         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32267         (theora_dec_chain):
32268         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32269         (vorbis_dec_convert), (vorbis_dec_src_query),
32270         (vorbis_dec_src_event), (vorbis_dec_event):
32271         More seeking fixes, oggdemux now supports seeking to time and
32272         uses the downstream element to convert granulepos to time.
32273         Seeking in theora-only ogg files now works.
32274
32275 2004-07-21  Wim Taymans  <wim@fluendo.com>
32276
32277         * ext/theora/theoradec.c: (gst_theora_dec_init),
32278         (theora_get_formats), (theora_get_event_masks),
32279         (theora_get_query_types), (theora_dec_src_convert),
32280         (theora_dec_sink_convert), (theora_dec_src_query),
32281         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32282         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32283         (vorbis_get_event_masks), (vorbis_get_query_types),
32284         (gst_vorbis_dec_init), (vorbis_dec_convert),
32285         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32286         Added query/convert/formats functions to vorbis and theora decoders
32287         so that the outside world can use them too. Fixed seeking on an
32288         ogg/theora/vorbis file by disabling the seeking seeking on the
32289         theora srcpad.
32290
32291 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32292
32293         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32294         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32295         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32296         images creation for both elements. We don't create the image on caps
32297         nego or renego, we just destroy the internal one if present if it does
32298         not match the needs. The chain function takes care of creating a new
32299         image when needed.
32300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32301         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32302         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32303         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32304         the image format information. The buffer pool checks for the context
32305         image format and discard images with different formats.
32306         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32307
32308 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32309
32310         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32311         (gst_ffmpegcolorspace_chain):
32312           no point in doing any chaining if the pad we want to push from
32313           isn't usable.
32314
32315 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32316
32317         * gst-libs/gst/riff/riff-media.c:
32318         (gst_riff_create_audio_caps_with_data):
32319           Fix double end-to-native symbol conversion (#148021).
32320
32321 2004-07-20  David Schleef  <ds@schleef.org>
32322
32323         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32324         Don't use an Atom that doesn't exist.
32325
32326 2004-07-20  Wim Taymans  <wim@fluendo.com>
32327
32328         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32329         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32330         (gst_multifdsink_client_remove),
32331         (gst_multifdsink_handle_client_write),
32332         (gst_multifdsink_queue_buffer):
32333         * gst/tcp/gstmultifdsink.h:
32334         More multifdsink stats. Avoid deadlock by releasing locks
32335         before sending out a signal.
32336
32337 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32338
32339         * po/LINGUAS:
32340         * po/hu.po:
32341           added Hungarian translation (Laszlo Dvornik)
32342
32343 2004-07-20  Wim Taymans  <wim@fluendo.com>
32344
32345         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32346         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32347         (gst_multifdsink_handle_client_write),
32348         (gst_multifdsink_queue_buffer):
32349         * gst/tcp/gsttcp-marshal.list:
32350         Fixed the stupid marshal definition.
32351
32352 2004-07-20  Wim Taymans  <wim@fluendo.com>
32353
32354         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32355         (gst_multifdsink_init), (gst_multifdsink_add),
32356         (gst_multifdsink_client_remove),
32357         (gst_multifdsink_handle_client_write),
32358         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32359         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32360         (gst_multifdsink_init_send):
32361         * gst/tcp/gstmultifdsink.h:
32362         Added more stats, added timeout for a client, fixed some typos
32363         and added some comments.
32364
32365 2004-07-20  Wim Taymans  <wim@fluendo.com>
32366
32367         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32368         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32369         (gst_multifdsink_client_remove),
32370         (gst_multifdsink_handle_client_write):
32371         * gst/tcp/gstmultifdsink.h:
32372         * gst/tcp/gsttcp-marshal.list:
32373         Added get_stats method that returns a GValueArray of
32374         stats values.
32375
32376 2004-07-19  Benjamin Otte  <otte@gnome.org>
32377
32378         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32379           make sure longname, description and author are valid UTF-8
32380
32381 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32382
32383         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32384         (gst_ximagesink_set_property):
32385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32386         (gst_xvimagesink_set_property):
32387           make sure SYNCHRONOUS is respected after getting the X context
32388
32389 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32390
32391         * gst/matroska/matroska-demux.c:
32392         (gst_matroska_demux_handle_src_event),
32393         (gst_matroska_demux_parse_blockgroup):
32394         * gst/matroska/matroska-ids.h:
32395           add BlockReference tag and ignore it to clear out log.
32396           ignore NAVIGATION events to clear out log.
32397
32398 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32399
32400         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32401         (gst_matroska_demux_add_stream):
32402         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32403           add debug categories
32404
32405 2004-07-16  Wim Taymans  <wim@fluendo.com>
32406
32407         * ext/libpng/Makefile.am:
32408         * ext/libpng/gstpng.c: (plugin_init):
32409         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32410         (gst_pngdec_get_type), (gst_pngdec_base_init),
32411         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32412         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32413         * ext/libpng/gstpngdec.h:
32414         Added png decoder.
32415
32416 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32417
32418         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32419         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32420         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32421         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32422         (gst_ximagesink_buffer_alloc):
32423         * sys/ximage/ximagesink.h:
32424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32425         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32426         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32427         (gst_xvimagesink_buffer_alloc):
32428         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32429         again. Using internal data pointer of the x(v)image to store image's
32430         data to be coherent with the buffer alloc mechanism. Investigated the
32431         image destruction code to be sure that everything gets freed correctly.
32432
32433 2004-07-16  Wim Taymans  <wim@fluendo.com>
32434
32435         * gst-libs/gst/riff/riff-read.c:
32436         (gst_riff_read_strf_vids_with_data),
32437         (gst_riff_read_strf_auds_with_data):
32438         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32439         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32440         Make sure we don't create 0 sized subbuffers in riff-read.
32441         Signal the no more pads signal after reading the avi header.
32442
32443 2004-07-16  Wim Taymans  <wim@fluendo.com>
32444
32445         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32446         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32447         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32448         (gst_decode_bin_init), (gst_decode_bin_dispose),
32449         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32450         (no_more_pads), (close_link), (type_found),
32451         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32452         (gst_decode_bin_change_state), (plugin_init):
32453         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32454         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32455         (gst_play_base_bin_dispose), (queue_overrun),
32456         (gen_preroll_element), (remove_prerolls), (unknown_type),
32457         (no_more_pads), (new_stream), (setup_source),
32458         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32459         (play_base_eos), (gst_play_base_bin_change_state),
32460         (gst_play_base_bin_add_element),
32461         (gst_play_base_bin_remove_element),
32462         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32463         (gst_play_base_bin_unlink_stream),
32464         (gst_play_base_bin_get_streaminfo):
32465         * gst/playback/gstplaybasebin.h:
32466         Better error recovery. Added configurable preroll queue size. Faster
32467         detection of no-more-pads.
32468
32469 2004-07-16  Wim Taymans  <wim@fluendo.com>
32470
32471         * gst-libs/gst/video/video.h:
32472         Added 32 bits RGBA. Not sure if we should use another mime-type
32473         for alpha rgb. Currently the presence of the alpha_mask property
32474         signals an alpha channel.
32475
32476 2004-07-16  Wim Taymans  <wim@fluendo.com>
32477
32478         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32479         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32480         FPS seems to be 0.0 to MAX everywhere else.
32481
32482 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32483
32484         * gst-libs/gst/riff/riff-media.c:
32485         (gst_riff_create_video_caps_with_data):
32486           mp42/mp43 (no caps) exist too.
32487         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32488           Set pixel_width/height; we've got them in-caps.
32489         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32490         * gst/wavparse/gstwavparse.c: (plugin_init):
32491           Both are valid primary.
32492         * sys/oss/gstossmixer.c:
32493           Remove i18n hack and enable translations.
32494
32495 2004-07-15  Benjamin Otte  <otte@gnome.org>
32496
32497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32498         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32499           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32500
32501 2004-07-15  Benjamin Otte  <otte@gnome.org>
32502
32503         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32504         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32505         (gst_alsa_close_audio):
32506           disable some of the debugging code for now. Writing debugging to a
32507           buffer is broken in current alsalib releases.
32508
32509 2004-07-12  Benjamin Otte  <otte@gnome.org>
32510
32511         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32512           use bufferpools
32513
32514 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32515
32516         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32517         (theora_dec_src_query), (theora_dec_event):
32518         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32519           add debugging categories.  Remove \n's.
32520
32521 2004-07-13  Johan Dahlin  <johan@gnome.org>
32522
32523         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32524         (gst_play_bin_get_property): Impl.
32525
32526 2004-07-13  Wim Taymans  <wim@fluendo.com>
32527
32528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32529         When trying to find the stream length, seek back N pages
32530         instead of just one, where N is the number of streams in
32531         the current chain.
32532
32533 2004-07-13  Wim Taymans  <wim@fluendo.com>
32534
32535         * gst-libs/gst/riff/riff-media.c:
32536         (gst_riff_create_audio_caps_with_data),
32537         (gst_riff_create_audio_caps),
32538         (gst_riff_create_audio_template_caps):
32539         * gst-libs/gst/riff/riff-media.h:
32540         * gst-libs/gst/riff/riff-read.c:
32541         (gst_riff_read_strf_vids_with_data),
32542         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32543         * gst-libs/gst/riff/riff-read.h:
32544         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32545         (gst_avi_demux_add_stream):
32546         Set codec_data on caps for avidemuxer.
32547
32548 2004-07-12  David Schleef  <ds@schleef.org>
32549
32550         * configure.ac: Fix test for Objective C
32551
32552 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32553         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32554         (gst_gdk_pixbuf_chain):
32555           Add svg and pcx to template caps, and ensure that getcaps returns a
32556           subset of the template caps.
32557           Copy each row manually for output, as gdkpixbuf may pad the
32558           rowstride to a 32-bit word boundary.
32559
32560 2004-07-12  Wim Taymans  <wim@fluendo.com>
32561
32562         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32563         (gst_riff_create_video_template_caps):
32564         Fix the template caps to include some more media types.
32565
32566 2004-07-12  Wim Taymans  <wim@fluendo.com>
32567
32568         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32569         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32570         (compare_ranks), (print_feature), (gst_decode_bin_init),
32571         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32572         (try_to_link_1), (new_pad), (close_link), (type_found),
32573         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32574         (gst_decode_bin_change_state), (plugin_init):
32575         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32576         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32577         (gst_play_base_bin_dispose), (queue_overrun),
32578         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32579         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32580         (gst_play_base_bin_get_property), (play_base_eos),
32581         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32582         (gst_play_base_bin_remove_element),
32583         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32584         (gst_play_base_bin_unlink_stream),
32585         (gst_play_base_bin_get_streaminfo):
32586         * gst/playback/gstplaybasebin.h:
32587         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32588         (gst_play_bin_class_init), (gst_play_bin_init),
32589         (gst_play_bin_dispose), (gst_play_bin_set_property),
32590         (gst_play_bin_get_property), (gen_video_element),
32591         (gen_audio_element), (remove_sinks), (setup_sinks),
32592         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32593         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32594         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32595         (gst_play_bin_query), (plugin_init):
32596         * gst/playback/test4.c: (main):
32597         More fixes on reusing of the element.
32598
32599 2004-07-11  Benjamin Otte  <otte@gnome.org>
32600
32601         * ext/mad/gstmad.c: (normal_seek):
32602           allow seeking for other methods than just SET
32603
32604 2004-07-11  Andy Wingo  <wingo@pobox.com>
32605
32606         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32607         float, "any" caps -> buffer_frames=[0,MAX].
32608
32609         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32610         doesn't intersect our caps with the template any more. Do it
32611         ourselves.
32612         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32613
32614 2004-07-09  Wim Taymans  <wim@fluendo.com>
32615
32616         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32617         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32618         (compare_ranks), (print_feature), (gst_decode_bin_init),
32619         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32620         (try_to_link_1), (new_pad), (close_link), (type_found),
32621         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32622         (gst_decode_bin_change_state), (plugin_init):
32623         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32624         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32625         (gst_play_base_bin_dispose), (queue_overrun),
32626         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32627         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32628         (gst_play_base_bin_get_property), (play_base_eos),
32629         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32630         (gst_play_base_bin_remove_element),
32631         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32632         (gst_play_base_bin_unlink_stream),
32633         (gst_play_base_bin_get_streaminfo):
32634         * gst/playback/gstplaybasebin.h:
32635         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32636         (gst_play_bin_class_init), (gst_play_bin_init),
32637         (gst_play_bin_dispose), (gst_play_bin_set_property),
32638         (gst_play_bin_get_property), (gen_video_element),
32639         (gen_audio_element), (remove_sinks), (setup_sinks),
32640         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32641         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32642         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32643         (gst_play_bin_query), (plugin_init):
32644         * gst/playback/test4.c: (main):
32645         Work on object reuse and seeking.
32646
32647 2004-07-09  Wim Taymans  <wim@fluendo.com>
32648
32649         * examples/seeking/seek.c: (iterate):
32650         Don't consume all CPU in the idle loop.
32651
32652 2004-07-09  Wim Taymans  <wim@fluendo.com>
32653
32654         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32655         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32656         Add pad to element *after* setting the pad functions so that
32657         the scheduler can use the correct ones.
32658
32659 2004-07-09  Wim Taymans  <wim@fluendo.com>
32660
32661         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32662         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32663         Sync to keyframe after seek
32664
32665 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32666
32667         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32668         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32669         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32670         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32671         * ext/libvisual/visual.c: (gst_visual_change_state):
32672         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32673         * ext/theora/theoradec.c: (theora_dec_change_state):
32674         * ext/theora/theoraenc.c: (theora_enc_change_state):
32675         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32676         * gst-libs/gst/navigation/navigation.c:
32677         * gst/adder/gstadder.c: (gst_adder_change_state):
32678         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32679         (gst_audio_convert_get_buffer):
32680         * gst/multipart/multipartdemux.c:
32681         (gst_multipart_demux_change_state):
32682         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32683         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32684         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32685         * gst/videoscale/gstvideoscale.c:
32686         (gst_videoscale_handle_src_event):
32687         * gst/volume/gstvolume.c: (volume_chain_int16):
32688           don't assert in state change, this should be done by the base
32689           GstElement class.
32690           various debugging fixes.
32691
32692 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32693
32694         * configure.ac:
32695         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32696         (gst_play_dispose), (gst_play_set_location),
32697         (gst_play_set_data_src), (gst_play_set_video_sink),
32698         (gst_play_set_audio_sink), (gst_play_set_visualization),
32699         (gst_play_connect_visualization), (gst_play_get_sink_element),
32700         (gst_play_get_all_by_interface):
32701         * gst-libs/gst/play/play.h:
32702           add new method to get elements implementing an interface.
32703           add various error logging
32704
32705 2004-07-08  Wim Taymans  <wim@fluendo.com>
32706
32707         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32708         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32709         (make_playerbin_pipeline), (query_durations_elems),
32710         (query_durations_pads), (query_positions_elems),
32711         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32712         (main):
32713         Added playbin seeking example.
32714
32715 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32716
32717         * gst-libs/gst/play/play.c: (gst_play_set_location),
32718         (gst_play_set_data_src), (gst_play_set_video_sink),
32719         (gst_play_set_audio_sink), (gst_play_set_visualization),
32720         (gst_play_connect_visualization), (gst_play_get_framerate):
32721           use a macro to look up elements from hash table
32722
32723 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32724
32725         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32726         (gst_play_get_length_callback), (gst_play_set_location),
32727         (gst_play_seek_to_time), (gst_play_set_data_src),
32728         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32729         (gst_play_set_visualization), (gst_play_connect_visualization),
32730         (gst_play_get_sink_element):
32731         - add debugging info
32732         - fix looking up sink elements by iterating over complete caps
32733         - put everything except for source and autoplugger in a complete bin
32734
32735 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32736
32737         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32738         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32739         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32740         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32741         * ext/alsa/gstalsasink.h:
32742         - add debugging info
32743         - clean up schizophrenia of data/buffer/event
32744         - fix double event unref error
32745
32746 2004-07-08  Wim Taymans  <wim@fluendo.com>
32747
32748         * gst/playback/Makefile.am:
32749         Add headers to noinst
32750
32751 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32752
32753         * tools/gst-launch-ext-m.m:
32754         * tools/gst-launch-ext.1.in:
32755           convert to the third millenium
32756
32757 2004-07-07  David Schleef  <ds@schleef.org>
32758
32759         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32760
32761 2004-07-07  Wim Taymans  <wim@fluendo.com>
32762
32763         * gst/playback/Makefile.am:
32764         * gst/playback/README:
32765         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32766         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32767         (compare_ranks), (print_feature), (gst_decode_bin_init),
32768         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32769         (try_to_link_1), (new_pad), (close_link), (type_found),
32770         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32771         (plugin_init):
32772         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32773         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32774         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32775         (gen_preroll_element), (no_more_pads), (new_stream),
32776         (setup_source), (gst_play_base_bin_set_property),
32777         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32778         (gst_play_base_bin_add_element),
32779         (gst_play_base_bin_remove_element),
32780         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32781         (gst_play_base_bin_unlink_stream),
32782         (gst_play_base_bin_get_streaminfo):
32783         * gst/playback/gstplaybasebin.h:
32784         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32785         (gst_play_bin_class_init), (gst_play_bin_init),
32786         (gst_play_bin_dispose), (gst_play_bin_set_property),
32787         (gst_play_bin_get_property), (gen_video_element),
32788         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32789         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32790         (gst_play_bin_get_formats), (gst_play_bin_convert),
32791         (gst_play_bin_get_query_types), (gst_play_bin_query),
32792         (plugin_init):
32793         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32794         (gst_stream_info_get_type), (gst_stream_info_class_init),
32795         (gst_stream_info_init), (gst_stream_info_new),
32796         (gst_stream_info_dispose), (gst_stream_info_set_property),
32797         (gst_stream_info_get_property):
32798         * gst/playback/gststreaminfo.h:
32799         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32800         (main):
32801         * gst/playback/test2.c: (main):
32802         * gst/playback/test3.c: (update_scale), (main):
32803         More playbin fixes. Added README. Do better element filtering.
32804         Added base class to preroll media. Added test apps.
32805
32806 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32807
32808         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32809         * ext/mpeg2dec/gstmpeg2dec.h:
32810           various debugging improvements.  Reset stream to next picture
32811           instead of sequence header, otherwise seeks cannot work.
32812
32813 2004-07-07  Wim Taymans  <wim@fluendo.com>
32814
32815         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32816         (gst_video_box_class_init), (gst_video_box_set_property),
32817         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32818         Use pad_alloc where possible.
32819
32820 2004-07-07  Wim Taymans  <wim@fluendo.com>
32821
32822         * sys/oss/gstosselement.c: (gst_osselement_reset),
32823         (gst_osselement_parse_caps):
32824         * sys/oss/gstosselement.h:
32825         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32826         Fix offset on osssrc.
32827
32828 2004-07-07  Wim Taymans  <wim@fluendo.com>
32829
32830         * ext/theora/theora.c: (plugin_init):
32831         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32832         (theora_dec_src_query), (theora_dec_chain):
32833         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32834         (theora_enc_sink_link), (theora_buffer_from_packet),
32835         (theora_push_packet), (theora_enc_chain):
32836         Fix theora granulepos calculation.
32837         Fix overflow in duration/position calculation.
32838         Bump rank to PRIMARY for theoradec.
32839         Use granulepos of last packet to calculate position.
32840         Set keyframe flag on buffers when needed.
32841
32842 2004-07-06  David Schleef  <ds@schleef.org>
32843
32844         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32845         serious?  (Fixed, obviously.)
32846
32847 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32848
32849         * po/LINGUAS:
32850         * po/cs.po:
32851           added Czech translation (Miloslav Trmac)
32852
32853 2004-07-05  Wim Taymans  <wim@fluendo.com>
32854
32855         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32856         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32857         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32858         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32859         (close_link), (type_found), (gst_decode_bin_set_property),
32860         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
32861         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32862         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32863         (gst_decode_bin_query), (plugin_init):
32864         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32865         (gst_play_bin_class_init), (gst_play_bin_init),
32866         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32867         (get_video_element), (new_pad), (setup_source),
32868         (gst_play_bin_set_property), (gst_play_bin_get_property),
32869         (gst_play_bin_change_state), (gst_play_bin_add_element),
32870         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32871         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32872         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32873         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32874         * gst/playback/test.c: (main):
32875         More fixes, cleaned up playbin, make it use decodebin. Added
32876         threaded property to playbin.
32877
32878 2004-07-05  Wim Taymans  <wim@fluendo.com>
32879
32880         * configure.ac:
32881         * gst/playback/Makefile.am:
32882         * gst/playback/decodetest.c: (main):
32883         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32884         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32885         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32886         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32887         (close_link), (type_found), (gst_decode_bin_set_property),
32888         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
32889         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
32890         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
32891         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
32892         (plugin_init):
32893         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32894         (gst_play_bin_class_init), (gst_play_bin_init),
32895         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
32896         (collect_sink_pads), (find_compatibles), (close_pad_link),
32897         (try_to_link_1), (new_pad), (close_link), (type_found),
32898         (setup_source), (gst_play_bin_set_property),
32899         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
32900         (compare_ranks), (gst_play_bin_collect_factories),
32901         (gst_play_bin_change_state), (gst_play_bin_add_element),
32902         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32903         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32904         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32905         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32906         * gst/playback/test.c: (main):
32907         Added some playback helper elements and some test apps, very alpha
32908         still.
32909
32910 2004-07-04  Benjamin Otte  <otte@gnome.org>
32911
32912         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32913           only restart audio when we indeed have an xrun to fix repeated
32914           xruns. Fix suggested by Giuliano Pochini.
32915
32916 2004-07-03  David Schleef  <ds@schleef.org>
32917
32918         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
32919         call to gst_debug_log() if debugging is disabled (bug #145118)
32920
32921 2004-07-03  Benjamin Otte  <otte@gnome.org>
32922
32923         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32924           use our own functions for restarting the alsa device.
32925         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32926           I should apply patches myself - use MIN for the third argument, not
32927           the second, this fixes seeking
32928
32929 2004-07-02  David Schleef  <ds@schleef.org>
32930
32931         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
32932         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
32933         do with the logic.
32934
32935 2004-07-02  David Schleef  <ds@schleef.org>
32936
32937         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
32938         output buffers.  Fix logic mistake.  (bug #144866)
32939
32940 2004-07-02  David Schleef  <ds@schleef.org>
32941
32942         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
32943         on X.  (bug #144753)
32944
32945 2004-07-02  David Schleef  <ds@schleef.org>
32946
32947         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
32948         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
32949         (bug #144624)
32950         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
32951         (gst_osselement_rate_probe_check): Add another workaround for
32952         buggy drivers (bug #145336)
32953
32954 2004-07-02  David Schleef  <ds@schleef.org>
32955
32956         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
32957         Most systems don't have MSG_NOSIGNAL.
32958
32959 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32960
32961         * Makefile.am:
32962         * gst-libs/gst/colorbalance/Makefile.am:
32963         * gst-libs/gst/mixer/Makefile.am:
32964         * gst-libs/gst/play/Makefile.am:
32965         * gst-libs/gst/tuner/Makefile.am:
32966           (hopefully) fix both install and dist and make error message useful.
32967           needs testing across automakes.
32968
32969 2004-07-02  Benjamin Otte  <otte@gnome.org>
32970
32971         * ext/ogg/gstogg.c: (plugin_init):
32972           we require bytestream now
32973         * ext/ogg/gstoggdemux.c:
32974           huge diff to implement chain setup in a fast and generic way. This
32975           improves tag reading and startup of huge files (read: Theora videos)
32976           quite a bit. It probably contains bugs, too, so please test.
32977           Seeking is not improved to the fast method.
32978
32979 2004-06-29  Wim Taymans  <wim@fluendo.com>
32980
32981         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
32982         * ext/ogg/gstoggmux.c:
32983         Fix memleak in oggdemux when running unconnected pads.
32984         doc update in mux, start working on keyframe mode.
32985
32986 2004-06-29  Benjamin Otte  <otte@gnome.org>
32987
32988         * sys/oss/gstosssink.c:
32989         * sys/oss/gstosssrc.c:
32990           advertise correct template caps - we indeed do non-native endianness
32991           and 8bit audio has no endianness
32992         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
32993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
32994           avoid (wrong) duplications in getcaps function and return
32995           template caps
32996
32997 2004-06-29  Wim Taymans  <wim@fluendo.com>
32998
32999         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33000         (gst_multifdsink_class_init), (gst_multifdsink_add),
33001         (gst_multifdsink_remove), (gst_multifdsink_clear),
33002         (gst_multifdsink_client_remove),
33003         (gst_multifdsink_handle_client_read),
33004         (gst_multifdsink_client_queue_data),
33005         (gst_multifdsink_client_queue_caps),
33006         (gst_multifdsink_client_queue_buffer),
33007         (gst_multifdsink_handle_client_write),
33008         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33009         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33010         (gst_multifdsink_init_send), (gst_multifdsink_close):
33011         Fix wrong GList iteration that could crash the server when
33012         more then 2 clients disconnect at the same time. Read all the
33013         pending commands in one batch to recover from command storms under
33014         very heavy load.
33015
33016 2004-06-28  Wim Taymans  <wim@fluendo.com>
33017
33018         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
33019         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
33020         (gst_videomixer_pad_set_property),
33021         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
33022         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
33023         (gst_videomixer_class_init), (gst_videomixer_init),
33024         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33025         (pad_zorder_compare), (gst_videomixer_sort_pads),
33026         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33027         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33028         (gst_videomixer_update_queues), (gst_videomixer_loop),
33029         (plugin_init):
33030         Avoid divide by zero, choose masterpad as the pad with the highest
33031         framerate.
33032
33033 2004-06-27  Julien Moutte  <julien@moutte.net>
33034
33035         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33036         (gst_ximagesink_xwindow_new):
33037         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33038         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33039         function directly. We might want to call it from somewhere else one day.
33040
33041 2004-06-27  Julien Moutte  <julien@moutte.net>
33042
33043         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33044         (gst_ximagesink_xwindow_new):
33045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33046         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33047         window decorations.
33048
33049 2004-06-27  Wim Taymans  <wim@fluendo.com>
33050
33051         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33052         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33053         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33054         (gst_dvdec_set_property), (gst_dvdec_get_property):
33055         * ext/dv/gstdvdec.h:
33056         Implement drop_factor property to lower the framerate with
33057         a factor.
33058
33059 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33060
33061         * gst-libs/gst/colorbalance/Makefile.am:
33062         * gst-libs/gst/mixer/Makefile.am:
33063         * gst-libs/gst/play/Makefile.am:
33064         * gst-libs/gst/tuner/Makefile.am:
33065           unbreak Company's fix that didn't install the -enum.h files
33066
33067 2004-06-27  Wim Taymans  <wim@fluendo.com>
33068
33069         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33070         (gst_dvdec_change_state):
33071         * ext/dv/gstdvdec.h:
33072         Fix timestamp, duration and offset of the buffers.
33073
33074 2004-06-27  Wim Taymans  <wim@fluendo.com>
33075
33076         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33077         (gst_multifdsink_class_init), (gst_multifdsink_add),
33078         (gst_multifdsink_remove), (gst_multifdsink_clear),
33079         (gst_multifdsink_client_remove),
33080         (gst_multifdsink_handle_client_read),
33081         (gst_multifdsink_client_queue_data),
33082         (gst_multifdsink_client_queue_caps),
33083         (gst_multifdsink_client_queue_buffer),
33084         (gst_multifdsink_handle_client_write),
33085         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33086         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33087         (gst_multifdsink_init_send), (gst_multifdsink_close):
33088         * gst/tcp/gstmultifdsink.h:
33089         * gst/tcp/gsttcpserversink.c:
33090         (gst_tcpserversink_handle_server_read),
33091         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33092         More multifdsink fixes, more recovery policy fixes.
33093         Removed stupid g_print
33094
33095 2004-06-26  Wim Taymans  <wim@fluendo.com>
33096
33097         * gst/tcp/Makefile.am:
33098         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33099         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33100         (gst_multifdsink_class_init), (gst_multifdsink_init),
33101         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33102         (gst_multifdsink_handle_client_read),
33103         (gst_multifdsink_client_queue_data),
33104         (gst_multifdsink_client_queue_caps),
33105         (gst_multifdsink_client_queue_buffer),
33106         (gst_multifdsink_handle_client_write),
33107         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33108         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33109         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33110         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33111         (gst_multifdsink_close), (gst_multifdsink_change_state):
33112         * gst/tcp/gstmultifdsink.h:
33113         * gst/tcp/gsttcpplugin.c: (plugin_init):
33114         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33115         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33116         (gst_tcpserversink_handle_server_read),
33117         (gst_tcpserversink_handle_select),
33118         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33119         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33120         * gst/tcp/gsttcpserversink.h:
33121         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33122         one of the locks, added recovery policy to multifdsink.
33123
33124 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33125
33126         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33127           fix decision for when getting frames with same timestamp
33128         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33129         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33130         (gst_v4lsrc_get_property):
33131         * sys/v4l/gstv4lsrc.h:
33132           add latency offset property
33133
33134 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33135
33136         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33137         (plugin_init):
33138           fix debugging. add category.
33139
33140 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33141
33142         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33143           fix wrong offsets
33144
33145 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33146
33147         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33148         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33149         (gst_alsa_src_change_state):
33150           return a time that is in sync with the element's processing
33151
33152 2004-06-25  Wim Taymans  <wim@fluendo.com>
33153
33154         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33155         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33156         (gst_tcpserversink_client_remove),
33157         (gst_tcpserversink_handle_client_read),
33158         (gst_tcpserversink_client_queue_data),
33159         (gst_tcpserversink_client_queue_caps),
33160         (gst_tcpserversink_client_queue_buffer),
33161         (gst_tcpserversink_handle_client_write),
33162         (gst_tcpserversink_queue_buffer),
33163         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33164         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33165         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33166         (gst_tcpserversink_close):
33167         * gst/tcp/gsttcpserversink.h:
33168         Serversink rewrite. Really do non blocking writes to clients and
33169         maintain an internal queue to handle slower clients while not
33170         disturbing fast clients.
33171
33172 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33173
33174         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33175           better debug, don't override OFFSET and OFFSET_END
33176
33177 2004-06-25  Iain <iain@prettypeople.org>
33178
33179         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33180         name=source for the wavparse pipeline.
33181
33182 2004-06-24  Johan Dahlin  <johan@gnome.org>
33183
33184         * ext/theora/theoraenc.c (theora_enc_chain): Call
33185         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33186         streamheader caps are set correctly.
33187
33188 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33189
33190         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33191         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33192           respect minimum bitrate; same could be done for max bitrate
33193
33194 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33195
33196         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33197         (gst_vorbisenc_setup):
33198           fix sample rate range
33199
33200 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33201
33202         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33203         (gst_oggvorbisenc_setup):
33204         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33205         (gst_vorbisenc_setup):
33206           resolve ambiguities in code and description
33207
33208 2004-06-24  Wim Taymans  <wim@fluendo.com>
33209
33210         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33211         * ext/alsa/gstalsa.h:
33212         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33213         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33214         Use alsa trigger_tstamp to get the timestamp of the first
33215         sample in the buffer for more precise sync. Some cleanups.
33216
33217 2004-06-24  Wim Taymans  <wim@fluendo.com>
33218
33219         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33220         (gst_audiorate_init), (gst_audiorate_chain),
33221         (gst_audiorate_set_property), (gst_audiorate_get_property):
33222         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33223         (gst_videorate_chain):
33224         Added some logging, fixed an overflow bug in videorate.
33225
33226 2004-06-24  Benjamin Otte  <otte@gnome.org>
33227
33228         * ext/kio/Makefile.am:
33229           fix for builddir != srcdir and distcheck
33230
33231 2004-06-24  Benjamin Otte  <otte@gnome.org>
33232
33233         * gst-libs/gst/colorbalance/Makefile.am:
33234         * gst-libs/gst/mixer/Makefile.am:
33235         * gst-libs/gst/play/Makefile.am:
33236         * gst-libs/gst/tuner/Makefile.am:
33237         * gst/tcp/Makefile.am:
33238         * sys/dxr3/Makefile.am:
33239           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33240           tarball.
33241           Also add all *.list files that were missing.
33242         * Makefile.am:
33243           add a distcheck hook to ensure the above doesn't happen again.
33244
33245 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33246
33247         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33248
33249 2004-06-23  Colin Walters  <walters@redhat.com>
33250
33251         * m4/Makefile.am: Distribute gst-fionread.m4.
33252
33253 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33254
33255         * configure.ac: back to dev
33256
33257 2004-06-23  Wim Taymans  <wim@fluendo.com>
33258
33259         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33260         (gst_alsa_xrun_recovery):
33261         * ext/alsa/gstalsa.h:
33262         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33263         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33264         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33265         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33266         (gst_alsa_src_loop):
33267         Add clock to alsasrc. Take new capture timestamp when
33268         restarting after an overrun. Split up some functions between
33269         alsasrc and alsasink.
33270
33271 === release 0.8.2 ===
33272
33273 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33274
33275         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33276         (gst_alsa_change_state), (gst_alsa_update_avail),
33277         (gst_alsa_xrun_recovery):
33278         * ext/alsa/gstalsa.h:
33279         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33280           merge back changes from release
33281
33282 2004-06-23  Wim Taymans  <wim@fluendo.com>
33283
33284         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33285         (gst_audiorate_init), (gst_audiorate_chain),
33286         (gst_audiorate_set_property), (gst_audiorate_get_property):
33287         Implement sample dropping and notify
33288
33289 2004-06-22  Wim Taymans  <wim@fluendo.com>
33290
33291         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33292         (theora_enc_sink_link), (theora_buffer_from_packet),
33293         (theora_push_packet), (theora_enc_chain):
33294         Some cleanups, make sure the timestamps are correct.
33295
33296 2004-06-22  Wim Taymans  <wim@fluendo.com>
33297
33298         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33299         (gst_alsa_change_state), (gst_alsa_update_avail),
33300         (gst_alsa_xrun_recovery):
33301         * ext/alsa/gstalsa.h:
33302         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33303         Cleanups, take queued samples into account when reporting
33304         the time.
33305
33306 2004-06-22  Wim Taymans  <wim@fluendo.com>
33307
33308         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33309         (gst_videorate_init):
33310         Initialize the property as well.
33311
33312 2004-06-22  Wim Taymans  <wim@fluendo.com>
33313
33314         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33315         (gst_videorate_init), (gst_videorate_chain),
33316         (gst_videorate_set_property), (gst_videorate_get_property):
33317         Add property to make videorate silent.
33318         Add property to prefer new frames over old ones.
33319
33320 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33321
33322         * sys/osxvideo/Makefile.am:
33323         Workaround so that the osxvideo .so file gets linked with the
33324         Cocoa, OpenGL and QuickTime frameworks
33325
33326 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33327
33328         * sys/osxaudio/Makefile.am:
33329         Workaround so that the osxaudio .so file gets linked with the
33330         CoreAudio framework
33331
33332 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33333
33334         * configure.ac:
33335         Whoops, my fault...fixed build issues
33336
33337 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33338
33339         * configure.ac:
33340         Add objective-c support if running in Darwin/Mac OS X
33341         * sys/Makefile.am:
33342         * sys/osxvideo:
33343         * sys/osxvideo/Makefile.am:
33344         * sys/osxvideo/osxvideosink.h:
33345         * sys/osxvideo/osxvideosink.m:
33346         * sys/osxvideo/cocoawindow.h:
33347         * sys/osxvideo/cocoawindow.m:
33348         Add osxvideosink, a cocoa-based osx video sink
33349
33350
33351 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33352         * ext/dvdnav/gst-dvd:
33353         Grab the gconf key from the right spot
33354         * gst/debug/gstnavseek.c: (gst_navseek_init),
33355         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33356         (gst_navseek_chain):
33357         * gst/debug/gstnavseek.h:
33358           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33359           and loop parameters of a segment seek.
33360         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33361         (gst_videotestsrc_get_event_masks),
33362         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33363         * gst/videotestsrc/gstvideotestsrc.h:
33364           Add seeking support to videotestsrc
33365           Initialise the timestamp_offset variable.
33366
33367 2004-06-18  Wim Taymans  <wim@fluendo.com>
33368
33369         * ext/sidplay/gstsiddec.cc:
33370         Fix negotiation and set correct end offset.
33371
33372 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33373
33374         * configure.ac: branch and prerelease
33375
33376 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33377
33378         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33379         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33380         (gst_tcpclientsrc_init_receive):
33381         * gst/tcp/gsttcpclientsrc.h:
33382           read caps when connecting to server for GDP so we set them correctly
33383
33384 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33385
33386         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33387           notify drops and duplicates
33388         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33389           no good reason to limit ourselves to 100x100
33390
33391 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33392
33393         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33394         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33395         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33396         (gst_v4lsrc_get_property):
33397         * sys/v4l/gstv4lsrc.h:
33398         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33399         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33400         (gst_v4l_set_audio):
33401         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33402         (gst_v4lsrc_try_capture):
33403         * sys/v4l/v4lsrc_calls.h:
33404           change try_palette to more general try_capture
33405           add autoprobe option so we can turn off autoprobing
33406           various fixes
33407
33408 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33409
33410         * configure.ac:
33411           add videorate
33412         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33413         (gst_ximagesink_class_init):
33414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33415         (gst_xvimagesink_class_init):
33416           run them as finalize, not dispose, since dispose can be invoked
33417           multiple times
33418
33419 2004-06-17  Wim Taymans  <wim@fluendo.com>
33420
33421         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33422         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33423         * ext/alsa/gstalsa.h:
33424         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33425         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33426         (gst_alsa_src_change_state):
33427         * ext/alsa/gstalsasrc.h:
33428         Make the xrun code timestamp and offset the buffers correctly.
33429         moved the clock to the base class, use alsa methods to get time.
33430         Do correct timestamping on outgoing buffers.
33431
33432 2004-06-17  Wim Taymans  <wim@fluendo.com>
33433
33434         * gst/audiorate/Makefile.am:
33435         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33436         (gst_audiorate_base_init), (gst_audiorate_class_init),
33437         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33438         (gst_audiorate_set_property), (gst_audiorate_get_property),
33439         (gst_audiorate_change_state), (plugin_init):
33440         Added an audiorate converter that fills in gaps.
33441
33442 2004-06-17  Johan Dahlin  <johan@gnome.org>
33443
33444         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33445
33446 2004-06-16  Wim Taymans  <wim@fluendo.com>
33447
33448         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33449         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33450         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33451         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33452         (gst_v4lsrc_get_property):
33453         * sys/v4l/gstv4lsrc.h:
33454         Added a copy mode to v4lsrc where it will output a copied version
33455         of its internal hardware buffer.
33456         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33457         can't | them.
33458
33459 2004-06-16  Wim Taymans  <wim@fluendo.com>
33460
33461         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33462         Timestamp fixes.
33463
33464 2004-06-16  Wim Taymans  <wim@fluendo.com>
33465
33466         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33467         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33468         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33469         (gst_v4lsrc_get_property):
33470         * sys/v4l/gstv4lsrc.h:
33471         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33472         Added a sync mode enum property to control v4lsrc timestamp method
33473         Removed the use-fixed-fps property and moved functionality in
33474         the enum.
33475         Don't error on an error value from v4l-conf, it might not always
33476         be a real error.
33477
33478 2004-06-16  Wim Taymans  <wim@fluendo.com>
33479
33480         * gst/videorate/Makefile.am:
33481         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33482         (gst_videorate_base_init), (gst_videorate_class_init),
33483         (gst_videorate_getcaps), (gst_videorate_link),
33484         (gst_videorate_init), (gst_videorate_chain),
33485         (gst_videorate_set_property), (gst_videorate_get_property),
33486         (gst_videorate_change_state), (plugin_init):
33487         Added a video timestamp corrector.
33488
33489 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33490
33491         fixed a potential leak with previous commit
33492
33493         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33494
33495 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33496
33497         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33498         Added missing refcount, fixes bug #144425
33499         Cheers Tim for finding the bug
33500
33501 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33502
33503         * sys/v4l/gstv4l.c: (plugin_init):
33504         * sys/v4l/gstv4lcolorbalance.c:
33505         * sys/v4l/gstv4lcolorbalance.h:
33506         * sys/v4l/gstv4lelement.c:
33507         * sys/v4l/gstv4lelement.h:
33508         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33509         * sys/v4l/gstv4lmjpegsink.h:
33510         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33511         * sys/v4l/gstv4lmjpegsrc.h:
33512         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33513         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33514         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33515         * sys/v4l/gstv4lsrc.h:
33516         * sys/v4l/gstv4ltuner.c:
33517         * sys/v4l/gstv4ltuner.h:
33518         * sys/v4l/gstv4lxoverlay.c:
33519         * sys/v4l/gstv4lxoverlay.h:
33520         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33521         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33522         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33523         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33524         (gst_v4l_set_audio):
33525         * sys/v4l/v4l_calls.h:
33526         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33527         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33528         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33529         (gst_v4lmjpegsink_playback_init),
33530         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33531         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33532         (gst_v4lmjpegsink_playback_stop),
33533         (gst_v4lmjpegsink_playback_deinit):
33534         * sys/v4l/v4lmjpegsink_calls.h:
33535         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33536         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33537         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33538         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33539         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33540         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33541         * sys/v4l/v4lmjpegsrc_calls.h:
33542         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33543         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33544         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33545         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33546         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33547         (gst_v4lsrc_try_palette):
33548         * sys/v4l/v4lsrc_calls.h:
33549           bunch of paranoia cleanups
33550
33551 2004-06-14  David Schleef  <ds@schleef.org>
33552
33553         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33554         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33555         Send discont events and change timestamps appropriately when
33556         we get a seek event.  (bug #144240)
33557         * ext/cdparanoia/gstcdparanoia.h:
33558
33559 2004-06-14  Benjamin Otte  <otte@gnome.org>
33560
33561         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33562           snd_pcm_hw_params_set_rate  since the latter fails for no good
33563           reason on some setups.
33564
33565 2004-06-14  David Schleef  <ds@schleef.org>
33566
33567         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33568         standard.  Thank you for playing.
33569
33570 2004-06-14  Wim Taymans  <wim@fluendo.com>
33571
33572         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33573         Patch 1.3 broke the ordering of the colorspace info and
33574         made the plugin basically work by coincidence, reordered
33575         the info.
33576
33577 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33578
33579         * ext/lame/gstlame.c:
33580         * ext/mad/gstmad.c:
33581           sync caps.  Make sure mad can only output a list of rates, not
33582           a full range.  In the future, have three caps lists for each of the
33583           mpeg versions.  Change mpegversion to a double as well.
33584
33585 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33586
33587         * gst/volume/.cvsignore:
33588         * gst/volume/Makefile.am:
33589         * gst/volume/demo.c: (value_changed_callback), (idler),
33590         (setup_gui), (main):
33591           added small demo app
33592
33593 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33594         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33595         * ext/esd/esdsink.h:
33596         Close the esd connection on pause, because esd will just wait -
33597         blocking all other esd clients indefinitely.
33598
33599 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33600
33601         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33602           previous commit with GST_DEBUG
33603
33604 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33605
33606         * configure.ac:
33607           add a header check for a dvdread header in dvdnav.  Fixes #133002
33608
33609 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33610
33611         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33612         * gst/tcp/gsttcpclientsink.h:
33613         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33614         * gst/tcp/gsttcpclientsrc.h:
33615         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33616         (gst_tcpserversink_handle_server_read),
33617         (gst_tcpserversink_init_send):
33618         * gst/tcp/gsttcpserversink.h:
33619         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33620         * gst/tcp/gsttcpserversrc.h:
33621         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33622         version of IP)
33623
33624 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33625
33626         * configure.ac:
33627         Added ogg library so that OSX detects libtheora properly
33628
33629 2004-06-11  Wim Taymans  <wim@fluendo.com>
33630
33631         * ext/theora/theoradec.c: (theora_dec_chain),
33632         (theora_dec_change_state):
33633         Don't try to decode frames before we received a keyframe.
33634
33635 2004-06-11  Wim Taymans  <wim@fluendo.com>
33636
33637         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33638         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33639         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33640         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33641         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33642         Added property to set the maximum delay of a page.
33643
33644 2004-06-10  Wim Taymans  <wim@fluendo.com>
33645
33646         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33647         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33648         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33649         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33650         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33651         Added max-delay property to control the maximum amount
33652         of data to put in one page.
33653
33654 2004-06-10  Wim Taymans  <wim@fluendo.com>
33655
33656         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33657         (gst_theora_enc_init), (theora_enc_sink_link),
33658         (theora_buffer_from_packet), (theora_enc_set_property),
33659         (theora_enc_get_property):
33660         Set duration on encoded buffer, added some more properties
33661
33662 2004-06-10  Wim Taymans  <wim@fluendo.com>
33663
33664         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33665         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33666         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33667         * ext/theora/theoraenc.c: (theora_enc_chain):
33668         Fix refcounting bugs
33669
33670 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33671
33672         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33673         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33674         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33675         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33676         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33677         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33678         (gst_asf_demux_change_state):
33679         * gst/asfdemux/gstasfdemux.h:
33680           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33681           feels like. I think we should set a new requirement for demuxers
33682           from now on to implement sane loop functions, data loops, query
33683           and seek functions before first commit into CVS. And this commit
33684           fixes all of the above.
33685
33686 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33687
33688         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33689           vorbis comments are properly encoded in UTF-8 before adding them
33690           to a GstTagList
33691
33692 2004-06-09  Benjamin Otte  <otte@gnome.org>
33693
33694         * ext/alsa/gstalsa.c: (add_channels):
33695           handle min <= max correctly
33696         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33697         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33698           add fixation functions so we fixate correctly. No preferring of alaw
33699           anymore because it's the first structure.
33700         * ext/alsa/gstalsa.h:
33701         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33702         (gst_alsa_hw_params_dump):
33703           add functions to ease debugging in alsalib
33704         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33705         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33706         (gst_alsa_start_audio):
33707           only specify hw params if we really setup a format (fixes #134007 -
33708           or at least works around it)
33709
33710 2004-06-09  Wim Taymans  <wim@fluendo.com>
33711
33712         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33713         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33714         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33715         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33716         (gst_ogg_mux_loop):
33717         Use stream caps to setup the initial pages in the ogg stream.
33718         Correctly set the streamheader caps on the srcpad.
33719
33720 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33721
33722         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33723         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33724         (gst_v4lsrc_getcaps):
33725         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33726         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33727           add querying of fps lists for webcams.  Negotiating to a framerate
33728           now works.
33729
33730 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33731
33732         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33733         (theora_push_buffer), (theora_push_packet),
33734         (theora_set_header_on_caps), (theora_enc_chain):
33735           mark buffers and put on streamheader, raw theora streaming
33736           now works too, whee
33737
33738 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33739
33740         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33741         (gst_tcp_gdp_read_caps):
33742           do a looping read for caps and GDP headers too
33743
33744 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33745
33746         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33747         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33748           return EOS instead of NULL in _get
33749
33750 2004-06-08  Wim Taymans  <wim@fluendo.com>
33751
33752         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33753         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33754         (gst_tcp_gdp_write_caps):
33755         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33756         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33757         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33758         Memory leak fixes
33759
33760 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33761
33762         * ext/vorbis/Makefile.am:
33763         * ext/vorbis/vorbis.c: (plugin_init):
33764         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33765         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33766         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33767         (vorbis_parse_change_state):
33768         * ext/vorbis/vorbisparse.h:
33769           adding a vorbisparse element that marks the buffers, streaming
33770           raw vorbis using GDP now works, whee
33771
33772 2004-06-08  Wim Taymans  <wim@fluendo.com>
33773
33774         * ext/jpeg/Makefile.am:
33775         * ext/jpeg/README:
33776         * ext/jpeg/gstjpeg.c: (plugin_init):
33777         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33778         (gst_smokedec_base_init), (gst_smokedec_class_init),
33779         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33780         * ext/jpeg/gstsmokedec.h:
33781         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33782         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33783         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33784         (gst_smokeenc_resync), (gst_smokeenc_chain),
33785         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33786         * ext/jpeg/gstsmokeenc.h:
33787         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33788         (smokecodec_flush_destination), (smokecodec_term_destination),
33789         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33790         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33791         (smokecodec_term_source), (smokecodec_encode_new),
33792         (smokecodec_decode_new), (smokecodec_info_free),
33793         (smokecodec_set_quality), (smokecodec_get_quality),
33794         (smokecodec_set_threshold), (smokecodec_get_threshold),
33795         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33796         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33797         (smokecodec_parse_header), (smokecodec_decode):
33798         * ext/jpeg/smokecodec.h:
33799         Added a new simple jpeg based codec
33800
33801 2004-06-08  Wim Taymans  <wim@fluendo.com>
33802
33803         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33804         (gst_multipart_mux_loop):
33805         Fix memory leak
33806
33807 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33808
33809         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33810         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33811         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33812         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33813         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33814         * gst/tcp/gsttcpserversink.h:
33815           take streamheader into account
33816
33817 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33818
33819         * gst/level/Makefile.am:
33820         * gst/level/gstlevel.c: (gst_level_class_init):
33821           clean up marshal generation
33822
33823 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33824
33825         * gst/tcp/Makefile.am:
33826         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33827         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33828         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33829         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33830         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33831         (gst_tcpclientsrc_get_property):
33832         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33833         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33834         (gst_tcpserversink_handle_client_read),
33835         (gst_tcpserversink_handle_client_write),
33836         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33837         * gst/tcp/gsttcpserversink.h:
33838           add signals client-added and client-removed
33839         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33840         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33841         (gst_tcpserversrc_get_property):
33842         uniformized, change default protocol to NONE
33843         * gst/tcp/gsttcp-marshal.list: added
33844 2004-06-07  Benjamin Otte  <otte@gnome.org>
33845
33846         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33847           handle discont events if they happen before caps nego
33848
33849 2004-06-07  Wim Taymans  <wim@fluendo.com>
33850
33851         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33852         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33853         (gst_multipart_demux_plugin_init):
33854         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33855         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33856         (gst_multipart_mux_change_state):
33857         Small updates, fix a memleak
33858
33859 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33860
33861         * configure.ac: OSS portability
33862         * ext/arts/gst_arts.c: idem
33863         * sys/oss/gstosselement.c: idem
33864         * sys/oss/gstossmixer.c: idem
33865         * sys/oss/gstosssink.c: idem
33866         * sys/oss/gstosssrc.c: idem
33867         * sys/oss/oss_probe.c: idem
33868           - check for soundcard.h in different places for some BSD
33869
33870 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
33871
33872         * AUTHORS:
33873         Add me to the authors file
33874         * configure.ac:
33875         Increase the libdv requirement to >= version 0.100
33876         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33877         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
33878         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
33879         * ext/dv/gstdvdec.h:
33880         Add support for the new_media flag when sending DISCONT events
33881         Make the querying work when video pad is not linked
33882
33883 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33884
33885         reviewed by Benjamin Otte  <otte@gnome.org>
33886
33887         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
33888           create a NULL-initialized array of pads, so we don't think they
33889           exist already. (fixes #143130)
33890
33891 2004-06-07  Benjamin Otte  <otte@gnome.org>
33892
33893         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
33894         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
33895         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
33896           don't use // coments
33897
33898 2004-06-07  Benjamin Otte  <otte@gnome.org>
33899
33900         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
33901           cast to GstClockTime to get higher granularity
33902         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33903           use gst_element_set_time_delay to get the exact time
33904         * ext/mad/gstmad.c: (gst_mad_chain):
33905           use the negotiated rate instead of the current frame's rate which
33906           might be wrong because of bit errors. This avoids emitting totally
33907           bogus timestamps and screwing sync.
33908         (fixes #143454)
33909
33910 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33911
33912         reviewed by Benjamin Otte  <otte@gnome.org>
33913
33914         * gst/adder/gstadder.c: (gst_adder_loop):
33915           properly error out when no negotiation has happened yet. (fixes
33916           #143032)
33917
33918 2004-06-06  Benjamin Otte  <otte@gnome.org>
33919
33920         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33921           forward correctly transformed offset in discont events. Based on
33922           patch by Arwed v. Merkatz. (fixes #142851)
33923
33924 2004-06-06  David Schleef  <ds@schleef.org>
33925
33926         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
33927         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
33928         problems on several systems.
33929
33930 2004-06-06  Benjamin Otte  <otte@gnome.org>
33931
33932         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
33933           use explicit caps on the srcpad
33934         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33935           properly error out if caps couldn't be set (fixes #142764)
33936
33937 2004-06-06  Benjamin Otte  <otte@gnome.org>
33938
33939         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33940         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33941         (gst_alsa_start_audio):
33942           - don't call set_periods_integer anymore, it breaks the
33943           configuration randomly
33944           - call snd_pcm_hw_params_set_access directly instead of using masks
33945           - don't fail if the sw_params can't be set, just use the default
33946           params and hope it works. Alsalib has weird issues when you touch
33947           sw_params and does no proper error reporting about what failed.
33948         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33949         (gst_alsa_close_audio):
33950           make our alsa debugging go via gst debugging and not conditionally
33951           defined
33952         * ext/alsa/gstalsa.h:
33953           add ALSA_DEBUG_FLUSH macro
33954         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
33955         (plugin_init):
33956           wrap alsa errors to be printed via the gst debugging system and not
33957           spammed to stderr
33958
33959 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33960
33961         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
33962         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
33963         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
33964         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
33965         (qtdemux_parse_trak):
33966         * gst/qtdemux/qtdemux.h:
33967           Bitch. Also known as seeking, querying & co.
33968         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33969         (gst_osssink_change_state):
33970         * sys/oss/gstosssink.h:
33971           Resyncing is for weenies, this hack is no longer needed and was
33972           broken anyway (since it - unintendedly - always leaves resync to
33973           TRUE).
33974
33975 2004-06-05  Andrew Turner <zxombie@hotpop.com>
33976
33977         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
33978         * gst/tcp/gsttcpclientsrc.h: idem
33979           - define MSG_NOSIGNAL if not done
33980           - include unistd.h for off_t
33981           (fixes #143749)
33982
33983 2004-06-05  Benjamin Otte  <otte@gnome.org>
33984
33985         * configure.ac:
33986         * ext/kio/Makefile.am:
33987           check for qt's moc preprocessor explicitly and use it
33988
33989 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33990
33991         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
33992           don't get a signal for EPIPE on socket writes
33993           (somebody check if this works on other platforms)
33994
33995 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33996
33997         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33998         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33999           check error condition on available samples correctly
34000
34001 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
34002
34003         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
34004           avoid a segfault
34005         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
34006         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
34007         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
34008         (gst_tcpserversrc_gdp_read_header):
34009          use ssize_t over size_t since the former is signed and thus the
34010          check for error codes can work
34011
34012 2004-06-02  Wim Taymans  <wim@fluendo.com>
34013
34014         reviewed by: Johan
34015
34016         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34017         (gst_multipart_mux_loop):
34018         Oops
34019
34020 2004-06-02  Wim Taymans  <wim@fluendo.com>
34021
34022         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
34023         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34024         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34025         (gst_multipart_mux_change_state):
34026         Added configurable boundary specifier, added the value as a
34027         caps field as well.
34028
34029 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34030
34031         * gst/tcp/gsttcp.c:
34032         * gst/tcp/gsttcpclientsrc.c:
34033         * gst/tcp/gsttcpclientsrc.h:
34034         * gst/tcp/gsttcpserversrc.c:
34035           - portability fix, to compile on OSX
34036             (fixes #143146)
34037
34038         * sys/osxaudio/gstosxaudioelement.c:
34039         * sys/osxaudio/gstosxaudiosink.c:
34040         * sys/osxaudio/gstosxaudiosrc.c:
34041           - compilation warnings on OSX
34042             (fixes #143153)
34043
34044 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34045
34046         * ext/vorbis/vorbisdec.c : sign warning fixes
34047
34048         * gst-libs/gst/mixer/mixertrack.c :
34049           do no use defines which are glib 2.4 specific
34050
34051 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34052
34053         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34054           buffer since libflac doesn't expect it (reports a sync error when
34055           it encounters that)
34056
34057
34058 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34059
34060         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34061         * gst-libs/gst/mixer/mixertrack.c:
34062         (gst_mixer_track_get_property), (get_mixer_track_init),
34063         (get_mixer_track_get_property): Added property accessors
34064         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34065         * gst-libs/gst/mixer/mixeroptions.c:
34066         (gst_mixer_options_get_values): Added
34067         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34068         * gst-libs/gst/mixer/mixer.c: Fixed comment
34069
34070
34071 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34072
34073         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34074           improve error messages on open
34075
34076
34077 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34078
34079         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34080           check if v4l-conf is in path
34081
34082 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34083
34084         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34085           change assert to a more readable error message
34086
34087 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34088
34089         * gst-libs/gst/tuner/tunerchannel.h:
34090           - add a freq_multiplicator field to make the conversion
34091             between internal frequency unit and Hz
34092         * sys/v4l/gstv4lelement.c:
34093         * sys/v4l2/gstv4l2element.c:
34094           - change default video device to /dev/video0
34095         * sys/v4l/v4l_calls.c:
34096         * sys/v4l2/v4l2_calls.c:
34097           - we only expose frequency to the user in Hz instead of
34098             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34099
34100 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34101         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34102           Initialise b_o_s and e_o_s variables
34103         * gst-libs/gst/riff/riff-media.c:
34104         (gst_riff_create_video_caps_with_data):
34105           Add some unusual fourcc's from mplayer avi's
34106         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34107           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34108           autoplugging.
34109
34110 2004-05-28  Wim Taymans  <wim@fluendo.com>
34111
34112         * configure.ac:
34113         * gst/alpha/Makefile.am:
34114         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34115         (gst_alpha_get_type), (gst_alpha_base_init),
34116         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34117         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34118         (gst_alpha_chroma_key), (gst_alpha_chain),
34119         (gst_alpha_change_state), (plugin_init):
34120         A plugin to add an alpha channel to I420 video. Can optionally do
34121         chroma keying.
34122         * gst/multipart/Makefile.am:
34123         * gst/multipart/multipart.c: (plugin_init):
34124         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34125         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34126         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34127         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34128         (gst_multipart_demux_change_state),
34129         (gst_multipart_demux_plugin_init):
34130         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34131         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34132         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34133         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34134         (gst_multipart_mux_pad_unlink),
34135         (gst_multipart_mux_request_new_pad),
34136         (gst_multipart_mux_handle_src_event),
34137         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34138         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34139         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34140         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34141         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34142         send multipart jpeg images to a browser.
34143         * gst/videobox/Makefile.am:
34144         * gst/videobox/README:
34145         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34146         (gst_video_box_get_type), (gst_video_box_base_init),
34147         (gst_video_box_class_init), (gst_video_box_init),
34148         (gst_video_box_set_property), (gst_video_box_get_property),
34149         (gst_video_box_sink_link), (gst_video_box_i420),
34150         (gst_video_box_ayuv), (gst_video_box_chain),
34151         (gst_video_box_change_state), (plugin_init):
34152         Crops or adds borders around an image. can do alpha channel
34153         borders as well.
34154         * gst/videomixer/Makefile.am:
34155         * gst/videomixer/README:
34156         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34157         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34158         (gst_videomixer_pad_get_sink_event_masks),
34159         (gst_videomixer_pad_get_property),
34160         (gst_videomixer_pad_set_property),
34161         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34162         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34163         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34164         (gst_videomixer_base_init), (gst_videomixer_class_init),
34165         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34166         (gst_videomixer_handle_src_event),
34167         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34168         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34169         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34170         (gst_videomixer_loop), (gst_videomixer_get_property),
34171         (gst_videomixer_set_property), (gst_videomixer_change_state),
34172         (plugin_init):
34173         Generic video mixer plugin, can handle multiple inputs all with
34174         different framerates and video sizes. Is fully alpha channel
34175         aware.
34176
34177 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34178
34179         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34180           Select first track as master track. Not sure how else to handle
34181           that...
34182         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34183           Discard discont events. Should fix #142962.
34184
34185 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34186
34187         * ext/alsa/Makefile.am:
34188         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34189         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34190         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34191         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34192         (gst_alsa_mixer_get_option):
34193         * ext/alsa/gstalsamixer.h:
34194         * ext/alsa/gstalsamixeroptions.c:
34195         (gst_alsa_mixer_options_get_type),
34196         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34197         (gst_alsa_mixer_options_new):
34198         * ext/alsa/gstalsamixeroptions.h:
34199         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34200         * ext/alsa/gstalsamixertrack.h:
34201           Add enumerations (as GstMixerOptions). Make correct distinction
34202           between input/output tracks. Add capture/playback private flag.
34203           Use flag to decide on whether to set capture or playback volumes
34204           or switches. Use playback and record switches.
34205         * gst-libs/gst/mixer/Makefile.am:
34206         * gst-libs/gst/mixer/mixer-marshal.list:
34207         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34208         (gst_mixer_set_option), (gst_mixer_get_option),
34209         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34210         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34211         * gst-libs/gst/mixer/mixer.h:
34212         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34213         (gst_mixer_options_class_init), (gst_mixer_options_init),
34214         (gst_mixer_options_dispose):
34215         * gst-libs/gst/mixer/mixeroptions.h:
34216           Add GstMixerOptions.
34217         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34218           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34219           broken device detection on computers with multiple OSS sound
34220           cards.
34221
34222 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34223
34224         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34225           fixate nicely even when the peer is not negotiating
34226
34227 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34228
34229         * gst/audioconvert/gstaudioconvert.c:
34230         (gst_audio_convert_parse_caps):
34231           make sure we don't allow depth > width
34232         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34233           fixate endianness to G_BYTE_ORDER as default
34234         * gst/audioscale/gstaudioscale.c:
34235           we don't handle another endianness as host-endianness
34236
34237 2004-05-25  David Schleef  <ds@schleef.org>
34238
34239         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34240
34241 2004-05-24  Benjamin Otte  <otte@gnome.org>
34242
34243         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34244         (gst_oggvorbisenc_setup):
34245           properly fail when we can't setup the vorbis encoder due to
34246           unsupported settings
34247         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34248         (gst_vorbisenc_setup):
34249           same
34250         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34251           fix case where warnings occured when one pad was unlinked while the
34252           other's link function was called
34253
34254 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34255
34256         * gst/tcp/Makefile.am:
34257           use GST_ENABLE_NEW
34258
34259 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34260
34261         * gst-libs/gst/resample/private.h:
34262           don't use optimizations that are #if 0'ed
34263
34264 2004-05-24  Wim Taymans  <wim@fluendo.com>
34265
34266         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34267         Fix potential division by zero error and hopefully get
34268         the position query right to get correct timestamps on avi
34269         audio.
34270
34271 2004-05-24  Wim Taymans  <wim@fluendo.com>
34272
34273         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34274         (gst_videoscale_scale_nearest_str2),
34275         (gst_videoscale_scale_nearest_str4),
34276         (gst_videoscale_scale_nearest_32bit),
34277         (gst_videoscale_scale_nearest_24bit),
34278         (gst_videoscale_scale_nearest_16bit):
34279         Fix the scaling algorithm and avoid a buffer overflow.
34280         removed the while loop in the scaling function as it
34281         was used for point sampling only.
34282
34283 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34284
34285         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34286         (gst_id3_tag_class_init), (gst_id3_tag_init),
34287         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34288         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34289         (gst_id3_tag_send_tag_event):
34290           lots of fixes to make id3mux work and id3demux work correctly
34291
34292 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34293
34294         * ext/Makefile.am:
34295           add rules to build shout2send (was removed by accident
34296           when this module was no more marked experimental/broken)
34297
34298 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34299
34300         * ext/shout2/gstshout2.c:
34301         * ext/shout2/gstshout2.h:
34302           adding a "connection problem" signal to shout2send
34303           (fixes #142954)
34304
34305 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34306
34307         * ext/kio/kioreceiver.cpp:
34308         * ext/kio/kioreceiver.h:
34309           fix sign comparison issues
34310
34311 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34312
34313         * gst/cdxaparse/gstcdxaparse.c:
34314         * gst/cdxaparse/gstcdxaparse.h:
34315           some renaming
34316           add some checks/sanity
34317           prepare for seek addition
34318
34319         * sys/sunaudio/gstsunaudio.c:
34320           remove exported dupe init function
34321
34322 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34323
34324         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34325         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34326           Fix format conversion and position querying.
34327         * gst/debug/progressreport.c: (gst_progressreport_report):
34328           Don't output a bogus total value that we didn't query.
34329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34330           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34331           only a blank window after xine has been used.
34332
34333 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34334
34335         * m4/as-arts.m4:
34336           sync with upstream version to fix test on FC2
34337           readd with -ko to preserve Id header
34338
34339 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34340
34341         * configure.ac:
34342           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34343         * gst/tcp/gsttcpclientsrc.c: idem
34344         * gst/tcp/gsttcpserversink.c: idem
34345         * gst/tcp/gsttcpserversrc.c: idem
34346         * m4/gst-fionread.m4: idem
34347
34348         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34349
34350         * configure.ac: enable speex plugin for speex 1.1.5+
34351         * ext/speex/gstspeexenc.c: fix cast warning
34352
34353         * ext/esd/README: fix typo
34354
34355 2004-05-20  David Schleef  <ds@schleef.org>
34356
34357         * configure.ac: Minor cosmetic change to convince the buildbot to
34358         reautogen.
34359         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34360         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34361         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34362         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34363         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34364         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34365         More hacking.  Plays audio now.
34366
34367 2004-05-20  David Schleef  <ds@schleef.org>
34368
34369         * configure.ac:
34370         * sys/Makefile.am:
34371
34372 2004-05-20  David Schleef  <ds@schleef.org>
34373
34374         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34375         * sys/osxaudio/gstosxaudio.c:
34376         * sys/osxaudio/gstosxaudioelement.c:
34377         * sys/osxaudio/gstosxaudioelement.h:
34378         * sys/osxaudio/gstosxaudiosink.c:
34379         * sys/osxaudio/gstosxaudiosink.h:
34380         * sys/osxaudio/gstosxaudiosrc.c:
34381         * sys/osxaudio/gstosxaudiosrc.h:
34382
34383 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34384
34385         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34386         (gst_vorbisenc_chain):
34387           put the codec headers on the caps as streamheader as well as
34388           pushing them out
34389
34390 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34391
34392         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34393         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34394         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34395         split up push_packet into two functions
34396
34397 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34398
34399         * gst/tcp/.cvsignore:
34400           ignore enums
34401         * gst/tcp/Makefile.am:
34402         * gst/tcp/README:
34403         * gst/tcp/gsttcp.c:
34404         * gst/tcp/gsttcp.h:
34405         * gst/tcp/gsttcpclientsink.c:
34406         * gst/tcp/gsttcpclientsink.h:
34407         * gst/tcp/gsttcpclientsrc.c:
34408         * gst/tcp/gsttcpclientsrc.h:
34409         * gst/tcp/gsttcpplugin.c:
34410         * gst/tcp/gsttcpserversink.c:
34411         * gst/tcp/gsttcpserversink.h:
34412         * gst/tcp/gsttcpserversrc.c:
34413         * gst/tcp/gsttcpserversrc.h:
34414           add new tcp elements
34415
34416 2004-05-19  Wim Taymans  <wim@fluendo.com>
34417
34418         * gst/law/mulaw-conversion.c: (mulaw_encode):
34419         Fix overflow bug in ulaw encoding.
34420
34421 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34422
34423         * ext/mad/gstmad.c: (gst_mad_handle_event):
34424           don't unref the event twice
34425
34426 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34427
34428         * configure.ac:
34429           remove -Wno-sign-compare
34430
34431 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34432
34433         * configure.ac:
34434           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34435           if you want to work against glib 2.2 and 2.4
34436
34437 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34438
34439         * gst/tcp/Makefile.am:
34440         * gst/tcp/gsttcp.c:
34441         * gst/tcp/gsttcp.h:
34442         * gst/tcp/gsttcpsink.h:
34443         * gst/tcp/gsttcpsrc.h:
34444           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34445
34446 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34447
34448         * gst/debug/tests.c: (md5_get_value):
34449           fix segfault on gst-inspect
34450
34451 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34452
34453         * gst/debug/testplugin.c:
34454         * gst/debug/tests.c:
34455         * gst/debug/tests.h:
34456           add new extensible and configurable testing element. Current tests
34457           include buffer count, stream length, timestamp/duration matching and
34458           md5.
34459         * gst/debug/Makefile.am:
34460         * gst/debug/gstdebug.c: (plugin_init):
34461           add infrastructure for new element
34462
34463 2004-05-19  Johan Dahlin  <johan@gnome.org>
34464
34465         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34466         ending of the array. Fixes gst-inspect segfault on ppc.
34467
34468 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34469
34470         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34471
34472         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34473
34474 2004-05-18  David Schleef  <ds@schleef.org>
34475
34476         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34477         warnings (bugs, actually) noticed by gcc but not forte.
34478
34479 2004-05-18  David Schleef  <ds@schleef.org>
34480
34481         * sys/sunaudio/Makefile.am:
34482         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34483
34484 2004-05-18  David Schleef  <ds@schleef.org>
34485
34486         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34487         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34488         to allow qtdemux to use non-seekable streams. (bug #142272)
34489
34490 2004-05-18  David Schleef  <ds@schleef.org>
34491
34492         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34493         (gst_resample_sinc_ft_float): Remove use of static temporary
34494         buffer.  This code was obviously not supposed to last long, but
34495         it's stuck in our ABI, so it required a little hack to make it
34496         ABI-compatible.  Fixes #142585.
34497         * gst-libs/gst/resample/resample.h: same.
34498
34499 2004-05-18  David Schleef  <ds@schleef.org>
34500
34501         * configure.ac: Add sunaudio
34502         * examples/Makefile.am: make gstplay depend on gconf
34503         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34504         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34505         (convert_table_lookup), (img_convert): remove c99-isms
34506         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34507           unsigned, to fix a warning on Solaris
34508         * gst/mpeg1sys/systems.c: bcopy->memcpy
34509         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34510         * sys/Makefile.am: Add sunaudio
34511
34512 2004-05-18  Wim Taymans  <wim@fluendo.com>
34513
34514         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34515         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34516         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34517         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34518         (gst_ogg_mux_loop):
34519         Fix an ugly memleak where the muxer didn't flush enough ogg
34520         pages. This also resulted in badly muxed ogg files.
34521
34522 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34523
34524         * gst/asfdemux/asfheaders.c :
34525         * gst/asfdemux/asfheaders.h :
34526         * gst/asfdemux/gstasfdemux.c :
34527           - fix ASF_OBJ_PADDING guid
34528           - add 3 new object guids (language list, metadata,
34529             extended stream properties)
34530           - add a function to parse extended header objects
34531
34532 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34533
34534         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34535           remove leftover debugging g_print
34536
34537 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34538
34539         * ext/mad/gstmad.c: (gst_mad_handle_event):
34540           Fix for when the first format in a discont event is not a
34541           byte-based one. Should fix #137710.
34542
34543 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34544
34545         * m4/a52.m4 : fix compilation with -Wall -Werror
34546         * m4/libfame.m4 : idem
34547         * m4/libmikmod.m4 : idem
34548
34549 2004-05-17  Benjamin Otte  <otte@gnome.org>
34550
34551         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34552           signal the new tags before giving up the reference
34553
34554 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34555
34556         * ext/shout2/gstshout2.c:
34557           use application/ogg instead of application/x-ogg (patch by Patrick
34558           Guimond, fixes #142432)
34559         * sys/oss/gstosselement.c: (gst_osselement_reset),
34560         (gst_osselement_sync_parms):
34561           don't set fragment size unless specified (fixes #142493)
34562
34563 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34564
34565         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34566           fixes #142664
34567
34568 2004-05-17  Benjamin Otte  <otte@gnome.org>
34569
34570         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34571           compute offsets correctly for internal buffers so timestamps are set
34572           correctly when we can't seek. Also handle cases where there are no
34573           offsets. (based on a patch by David Moore, fixes #142507)
34574
34575 2004-05-17  Benjamin Otte  <otte@gnome.org>
34576
34577         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34578           use correct variable when determining amount of data to skip so we
34579           don't skip into the void and segfault
34580
34581 2004-05-16  Benjamin Otte  <otte@gnome.org>
34582
34583         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34584           Hi, I'm a memleak
34585
34586 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34587
34588         * gst/asfdemux/gstasfdemux.c:
34589           - fix a mem leak and always propagate tags
34590           - add WMV3 to known video codecs (but no decoder yet)
34591           - replace "surplus data" at end of audio header for what
34592             it is : codec specific data
34593           - fix a typo
34594
34595 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34596
34597         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34598
34599         * gst-libs/gst/audio/audioclock.c:
34600           Fix wrong return type (#142205).
34601
34602 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34603
34604         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34605           Ignore CRCs by default (fixes #142566).
34606
34607 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34608
34609         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34610         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34611         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34612         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34613         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34614         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34615           Fix for cases where we fail to attach to a mixer.
34616
34617 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34618
34619         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34620           Don't touch events after not owning them anymore.
34621         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34622         (gst_wavparse_fmt), (gst_wavparse_other),
34623         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34624         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34625         (gst_wavparse_srcpad_event):
34626         * gst/wavparse/gstwavparse.h:
34627           Add seeking, fix querying.
34628
34629 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34630
34631         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34632           - process comments even if they don't end with \0\0
34633             g_convert would ignore them if present and works well without them
34634
34635 2004-05-16  Benjamin Otte  <otte@gnome.org>
34636
34637         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34638           simplify caps
34639
34640 2004-05-16  Benjamin Otte  <otte@gnome.org>
34641
34642         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34643           don't write to memory we might not write to - g_convert does that
34644           for us anyway (fixes #142613)
34645         (gst_asf_demux_audio_caps):
34646           comment out gst_util_dump_mem
34647
34648 2004-05-16  Benjamin Otte  <otte@gnome.org>
34649
34650         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34651           compute correct expected timestamps after seek (broken since
34652           last commit)
34653         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34654           rename element and debugging category to gdkpixbufscale
34655
34656 2004-05-16  Benjamin Otte  <otte@gnome.org>
34657
34658         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34659           add error checking to snd_pcm_delay and remove duplicate call to
34660           snd_pcm_delay that caused issues (see inline code comments)
34661         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34662           make more readable and fix return value when snd_pcm_delay fails
34663         (fixes #142586)
34664
34665 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34666         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34667         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34668         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34669         (gst_pixbufscale_link), (gst_pixbufscale_init),
34670         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34671         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34672         (gst_pixbufscale_get_property), (pixbufscale_init):
34673         * ext/gdk_pixbuf/pixbufscale.h:
34674         Add these files I forgot earlier
34675
34676 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34677         * ext/gdk_pixbuf/Makefile.am:
34678         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34679         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34680         Add new pixbufscale element to scale RGB video
34681         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34682         and HYPER interpolation correctly.
34683         * ext/theora/theoraenc.c: (theora_enc_chain),
34684         Discard buffer and return if explicit caps could not be set
34685         (theora_enc_get_property):
34686         Make _get return kbps for the bitrate consistent with
34687         the _set function.
34688
34689
34690 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34691
34692         * ext/libvisual/visual.c: (gst_visual_chain):
34693           add missing visual_audio_analyze
34694
34695 2004-05-14  David Schleef  <ds@schleef.org>
34696
34697         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34698         is killed while we're playing.
34699         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34700         gst_element_no_more_pads().
34701
34702 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34703
34704         * gst-libs/gst/riff/riff-read.c :
34705           - fix INFO tag extraction in RIFF/AVI files
34706             because gst_event_unref (event) also freed taglist
34707           - avoid a mem leak
34708
34709 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34710
34711         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34712         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34713
34714         * gst/auparse/gstauparse.c :
34715           - add code (commented for now) to support audio/x-adpcm on src pad
34716             (we have no decoder for those layout yet)
34717
34718         * gst/cdxaparse/gstcdxaparse.c :
34719         * gst/cdxaparse/gstcdxaparse.h :
34720           - partial rewrite using RiffRead (ripped iain's wavparse code)
34721
34722         * gst/rtp/gstrtpL16enc.c : typo
34723         * gst/rtp/gstrtpgsmenc.c : typo
34724
34725 2004-05-13  Benjamin Otte  <otte@gnome.org>
34726
34727         * configure.ac:
34728           check for exact version of libvisual, it's not supposed to be
34729           API/ABI stable yet
34730
34731 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34732
34733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34734           signal no-more-pads
34735
34736 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34737
34738         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34739         Report which format was used for GST_FORMAT_DEFAULT
34740         * gst/debug/Makefile.am:
34741         * gst/debug/gstdebug.c: (plugin_init):
34742         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34743         (gst_progressreport_class_init), (gst_progressreport_init),
34744         (gst_progressreport_report), (gst_progressreport_set_property),
34745         (gst_progressreport_get_property), (gst_progressreport_chain),
34746         (gst_progressreport_plugin_init):
34747         Add progressreport element for testing.
34748
34749 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34750
34751         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34752         * sys/v4l/gstv4lsrc.h:
34753         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34754         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34755         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34756         (gst_v4lsrc_grab_frame):
34757           add more debugging
34758           send a discont at start
34759
34760 2004-05-12  Colin Walters  <walters@redhat.com>
34761
34762         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34763         inflooping if we can't find a chunk.  Or in other words, don't blow
34764         chunks if we don't have a chunk to blow.
34765
34766 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34767         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34768         Remove old debug output
34769         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34770         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34771         (gst_dvdec_set_property), (gst_dvdec_get_property):
34772         Change the quality setting to an enum, so it works from gst-launch
34773         Don't renegotiate a non-linked pad. Allows audio only decoding.
34774         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34775         (gst_deinterlace_link), (gst_deinterlace_init):
34776         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34777         (gst_videodrop_link):
34778         Some caps negotiation fixes
34779
34780 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34781
34782         * ext/tarkin/gsttarkin.c :
34783           - Change RANK from NONE to PRIMARY
34784         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34785           - Change RANK from NONE to MARGINAL
34786         * ext/divx/gstdivxenc.c :
34787           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34788
34789 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34790
34791         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34792         (gst_vorbisenc_push_packet):
34793           copy a function that was added between 1.0 and 1.0.1 until we
34794           depend on worthwhile features of post-1.0
34795
34796 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34797
34798         * configure.ac:
34799           enable shout2 by default
34800         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34801         (gst_shout2send_base_init), (gst_shout2send_init),
34802         (gst_shout2send_connect), (gst_shout2send_change_state):
34803         * ext/shout2/gstshout2.h:
34804           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34805           #142262)
34806         * ext/theora/theora.c: (plugin_init):
34807           don't set rank on encoders
34808
34809 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34810
34811         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34812           Use codec_data property instead of flag1 and flag2 for wma
34813
34814 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34815
34816         * gst/cdxaparse/gstcdxaparse.c :
34817           - Add mpegversion to CAPS to make it link
34818           - Rank is as GST_RANK_SECONDARY instead of NONE
34819         * gst/auparse/gstauparse.c :
34820           - Document all audio encoding we can encounter from Solaris 9
34821             headers and libsndfile information.
34822           - Increase max. rate from 48000 to 192000 (to match other elements)
34823           - Don't try to play junk data between header and samples
34824
34825 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34826
34827         * ext/libvisual/visual.c: (gst_visual_getcaps):
34828           use the right caps depending on endianness (I hope)
34829         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34830           use GST_RANK_NONE for all non-decoding elements or spider gets
34831           mighty confused
34832
34833 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34834
34835         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34836           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34837
34838 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34839
34840         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34841         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34842         (gst_switch_loop), (gst_switch_get_type):
34843           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34844           HEADERS. Had to be said.
34845
34846 2004-05-10  David Schleef  <ds@schleef.org>
34847
34848         * configure.ac: Add prototype Dirac support.
34849         * ext/Makefile.am:
34850         * ext/dirac/Makefile.am:
34851         * ext/dirac/gstdirac.cc:
34852         * ext/dirac/gstdiracdec.cc:
34853
34854 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34855
34856         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34857         (gst_auparse_init), (gst_auparse_chain),
34858         (gst_auparse_change_state):
34859           Hack around spider. Remove me some day please.
34860
34861 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34862
34863         * gst/auparse/gstauparse.c: (gst_auparse_chain):
34864           Fix for some uninitialized variables in previous patch, also
34865           makes it work. Fixes #142286 while we're at it.
34866
34867 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34868
34869         * gst/auparse/gstauparse.c:
34870                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
34871                 only unsupported formats are ADPCM/CCITT G.72x
34872                 reviewed by Ronald
34873         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
34874
34875 2004-05-10  Wim Taymans  <wim@fluendo.com>
34876
34877         * ext/vorbis/Makefile.am:
34878         * ext/vorbis/README:
34879         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
34880         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
34881         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
34882         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
34883         (gst_oggvorbisenc_convert_sink),
34884         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
34885         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
34886         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
34887         (get_constraints_string), (update_start_message),
34888         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
34889         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
34890         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
34891         * ext/vorbis/oggvorbisenc.h:
34892         * ext/vorbis/vorbis.c: (plugin_init):
34893         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
34894         (raw_caps_factory), (gst_vorbisenc_class_init),
34895         (gst_vorbisenc_init), (gst_vorbisenc_setup),
34896         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
34897         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
34898         * ext/vorbis/vorbisenc.h:
34899         Added a raw vorbis encoder to be used with the oggmuxer.
34900         We still need the old encoder for some gnome applications,
34901         read the README to find out how that works.
34902         The raw encoder is called "rawvorbisenc" until 0.9.
34903
34904 2004-05-10  Wim Taymans  <wim@fluendo.com>
34905
34906         * ext/ogg/gstogg.c: (plugin_init):
34907         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
34908         (gst_ogg_print):
34909         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
34910         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
34911         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
34912         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
34913         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
34914         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
34915         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
34916         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
34917         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
34918         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
34919         Added an ogg muxer.
34920         Small typo fixes in the demuxer.
34921
34922 2004-05-10  Wim Taymans  <wim@fluendo.com>
34923
34924         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34925         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34926         (theora_enc_change_state), (theora_enc_set_property),
34927         (theora_enc_get_property):
34928         Mark the last packet with an EOS flag which is not really needed
34929         in gstreamer.
34930         Do some better video framerate initialisation.
34931         Update the buffer timestamp.
34932
34933 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
34934
34935         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
34936         Return the result of the parent state change call
34937
34938 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34939
34940         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
34941         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
34942         * gst/law/alaw-encode.c : (idem)
34943         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
34944         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
34945         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
34946
34947 2004-05-09  Benjamin Otte  <otte@gnome.org>
34948
34949         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34950           don't use a fixed buffer size when writing variable length data to
34951           it. Fixes memory corruption and makes alsasrc work
34952
34953 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34954
34955         * ext/gnomevfs/gstgnomevfssink.c:
34956         (_gst_boolean_allow_overwrite_accumulator),
34957         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
34958           Run glib's default signal handler (??) in RUN_CLEANUP rather than
34959           RUN_LAST, and don't use that to set the accumulator value because
34960           then it's always FALSE.
34961
34962 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34963
34964         * gst-libs/gst/riff/riff-media.c:
34965         (gst_riff_create_video_caps_with_data),
34966         (gst_riff_create_audio_caps),
34967         (gst_riff_create_audio_template_caps):
34968         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34969           Fix for unaligned RIFF files (i.e. where all the chunks together
34970           in a LIST chunk are not of the same size as the size given in
34971           the LIST chunk header). Fixes several odd WAVE files. Also fix
34972           ADPCM (block_align property) in audio, so that wavparse based
34973           on this works now as it used to stand-alone.
34974
34975 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
34976
34977         reviewed by Benjamin Otte  <otte@gnome.org>
34978
34979         * ext/a52dec/gsta52dec.c:
34980         * ext/divx/gstdivxdec.c:
34981         * ext/divx/gstdivxenc.c:
34982         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
34983         * ext/faac/gstfaac.c: (gst_faac_base_init):
34984         * ext/faad/gstfaad.c: (gst_faad_base_init):
34985         * ext/ivorbis/vorbisfile.c:
34986         * ext/lame/gstlame.c:
34987         * ext/libfame/gstlibfame.c:
34988         * ext/mpeg2enc/gstmpeg2enc.cc:
34989         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
34990         * ext/sidplay/gstsiddec.cc:
34991         * ext/speex/gstspeexdec.c:
34992         * ext/speex/gstspeexenc.c:
34993         * ext/xvid/gstxviddec.c:
34994         * ext/xvid/gstxvidenc.c:
34995           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
34996           (fixes #142193)
34997
34998 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34999
35000         * ext/alsa/gstalsa.c: (device_list),
35001         (gst_alsa_class_probe_devices):
35002         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
35003           Fix alsa oddness in mixer after the combination of using mixer
35004           in source/sink elements and using hw:x,y instead of just hw:x.
35005
35006 2004-05-09  Benjamin Otte  <otte@gnome.org>
35007
35008         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
35009         (gst_wavparse_create_sourcepad):
35010           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
35011           sourcepads
35012
35013 2004-05-09  Benjamin Otte  <otte@gnome.org>
35014
35015         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
35016           allow discont events before caps nego
35017
35018 2004-05-08  Benjamin Otte  <otte@gnome.org>
35019
35020         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35021           don't leak events
35022
35023 2004-05-08  Benjamin Otte  <otte@gnome.org>
35024
35025         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35026         (gst_level_change_state), (gst_level_init):
35027         * gst/level/gstlevel.h:
35028           figure out if we're initialized directly instead of keeping a
35029           variable that's wrong in 90% of cases
35030           don't initialize pads and then leak them and use a new unitialized
35031           pad. (fixes #142084)
35032           these were bugs so n00bish I didn't find them for an hour :/
35033
35034 2004-05-08 Iain <iain@prettypeople.org>
35035
35036         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35037         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35038         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35039         return the length that was read.
35040         (gst_riff_read_strf_auds): Allow fmt tags as well.
35041
35042 2004-05-07  David Schleef  <ds@schleef.org>
35043
35044         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35045         signed char assumption in faad.h.
35046
35047 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35048
35049         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35050           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35051
35052 2004-05-07  Colin Walters  <walters@redhat.com>
35053
35054         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35055         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35056         function.
35057         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35058         Add dispose function.
35059
35060 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35061         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35062           Fix caps nego and pad templates. RGB mode caps should
35063           work now.
35064         * ext/dvdnav/gst-dvd:
35065           Move mpeg2dec inside the thread because otherwise the
35066           queue rejects cap changes mid-stream
35067         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35068         (gst_mpeg2dec_flush_decoder):
35069           For mpeg2dec > 0.4.0, call the flush function instead of
35070           manually extracting all in-flight frames.
35071         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35072         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35073           Change mime type video/dv go video/x-dv to match the
35074           rest of gst-plugins
35075
35076 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35077
35078         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35079         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35080         (gst_alsa_sink_class_init):
35081         * ext/alsa/gstalsasink.h:
35082         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35083         (gst_alsa_src_class_init):
35084         * ext/alsa/gstalsasrc.h:
35085           Make alsasink/src a subclass of alsamixer so that mixer stuff
35086           shows up in gst-rec. Needs some finetuning.
35087
35088 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35089
35090         * ext/lame/gstlame.c: (gst_lame_chain):
35091           simplify
35092         * ext/mad/gstmad.c: (gst_mad_handle_event):
35093           fix event leak
35094         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35095           be able to detect mp3 files < 4096 bytes
35096
35097 2004-05-06  Wim Taymans  <wim@fluendo.com>
35098
35099         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35100         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35101         (theora_enc_set_property), (theora_enc_get_property):
35102         Also encode the first frame, cleanup some code.
35103
35104 2004-05-06  Wim Taymans  <wim@fluendo.com>
35105
35106         * ext/mpeg2enc/gstmpeg2enc.cc:
35107         Forward events first before deciding that negotiation was
35108         not performed.
35109
35110 2004-05-06  Wim Taymans  <wim@fluendo.com>
35111
35112         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35113         First process the events before deciding that negotiation
35114         was not performed.
35115
35116 2004-05-06  Wim Taymans  <wim@fluendo.com>
35117
35118         * ext/theora/Makefile.am:
35119         * ext/theora/theora.c: (plugin_init):
35120         * ext/theora/theoradec.c: (theora_dec_change_state):
35121         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35122         (gst_theora_enc_class_init), (gst_theora_enc_init),
35123         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35124         (theora_enc_chain), (theora_enc_change_state),
35125         (theora_enc_set_property), (theora_enc_get_property):
35126         Added a theora encoder, grouped the encoder and decoder into the
35127         same plugin.
35128
35129 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35130
35131         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35132         (gst_jpegenc_chain):
35133         fix DURATION on outgoing buffers
35134         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35135         debug using time formats
35136         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35138         (gst_xvimagesink_sink_link):
35139         windows with width/height 0 generate X errors, so don't allow them
35140
35141 2004-05-05  Wim Taymans  <wim@fluendo.com>
35142
35143         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35144         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35145         (gst_mpeg2dec_negotiate_format):
35146         * ext/mpeg2dec/gstmpeg2dec.h:
35147           removed the static pad template so that we can add the
35148           more accurate framerate value to the caps.
35149
35150
35151 2004-05-04  Benjamin Otte  <otte@gnome.org>
35152
35153         * configure.ac:
35154           check for kdemacros.h, too (should fix #141821)
35155         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35156           don't crash if no header was sent, but nicely error out (fixes part
35157           of #141554)
35158
35159 2004-05-04  Wim Taymans  <wim@fluendo.com>
35160
35161         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35162         parent dispose function to avoid segfault on destroy.
35163
35164 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35165
35166         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35167         (plugin_init):
35168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35169         (gst_xvimagesink_sink_link):
35170         clean up debugging caps
35171         also recreate xvimage when format has changed
35172
35173 2004-05-04  Benjamin Otte  <otte@gnome.org>
35174
35175         * ext/libvisual/Makefile.am:
35176         * ext/libvisual/visual.c: (gst_visual_class_init),
35177         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35178         (gst_visual_srclink), (gst_visual_chain),
35179         (gst_visual_change_state), (plugin_init):
35180           use a GstAdapter to correctly adapt buffer sizes - allows using a
35181           framerate
35182
35183 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35184
35185         * sys/v4l/gstv4lelement.h:
35186         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35187         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35188         (gst_v4lsrc_buffer_free):
35189         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35190         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35191         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35192         (gst_v4lsrc_requeue_frame):
35193         move some debugging categories around
35194         query for fps index and set accordingly if found
35195
35196 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35197
35198         * ext/lame/gstlame.c:
35199         correct defaults that lame_init puts out of range
35200
35201 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35202
35203         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35204         (gst_divxenc_class_init):
35205         fix range since -1 is the default
35206         * gst/mpeg1sys/gstmpeg1systemencode.c:
35207         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35208         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35209         (gst_rtjpegdec_chain):
35210         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35211         (gst_rtjpegenc_chain):
35212         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35213         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35214         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35215         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35216         * sys/v4l/gstv4lsrc.c:
35217         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35218         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35219         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35220         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35221         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35222           remove gst_info calls
35223
35224 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35225
35226         * Makefile.am:
35227         * po/af.po:
35228         * po/az.po:
35229         * po/en_GB.po:
35230         * po/nl.po:
35231         * po/sr.po:
35232         * po/sv.po:
35233           Updated translations
35234
35235 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35236
35237         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35238           refactor/comment code
35239
35240 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35241
35242         * gst/asfdemux/Makefile.am:
35243         * gst/asfdemux/asfheaders.c:
35244         * gst/asfdemux/asfheaders.h:
35245         * gst/asfdemux/gstasf.c: (plugin_init):
35246         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35247         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35248         (gst_asf_demux_setup_pad):
35249         * gst/asfdemux/gstasfdemux.h:
35250         * gst/asfdemux/gstasfmux.c:
35251         * gst/asfdemux/gstasfmux.h:
35252           Add tagging support to demuxer, split out registration in its own
35253           file instead of in demux (hacky), and prevent having some tables
35254           in our memory multiple times (in asfheaders.h).
35255
35256 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35257
35258         * gst/matroska/matroska-demux.c:
35259         (gst_matroska_demux_parse_metadata):
35260         * gst/matroska/matroska-ids.h:
35261           Basic tag reading support.
35262
35263 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35264
35265         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35266           Really detect ac-3 audio.
35267         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35268           really detect matroska files (off-by-1).
35269
35270 2004-04-30  David Schleef  <ds@schleef.org>
35271
35272         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35273         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35274         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35275         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35276         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35277         hackage -- parse a lot more atoms, extract a few tags.  One might even
35278         mistake this for tag support.  Maybe it is.
35279         * gst/qtdemux/qtdemux.h:
35280
35281 2004-04-30  Colin Walters  <walters@verbum.org>
35282
35283         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35284
35285 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35286
35287         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35288         (gst_ffmpegcolorspace_getcaps):
35289           remove broken nego fix
35290
35291 2004-04-30  Benjamin Otte  <otte@gnome.org>
35292
35293         * configure.ac:
35294         * ext/Makefile.am:
35295         * ext/libvisual/Makefile.am:
35296         * ext/libvisual/visual.c:
35297           add initial support for libvisual (http://libvisual.sourceforge.net)
35298           libvisual is still quite alpha, so expect crashes in there :)
35299
35300 2004-04-29  David Schleef  <ds@schleef.org>
35301
35302         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35303         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35304         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35305         code; you will no longer respect me.
35306
35307 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35308
35309         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35310         * ext/alsa/gstalsa.h :
35311         change alsa pcm device discovery to find more than 1 device
35312         per card. code review by Ronald.
35313
35314 2004-04-29  David Schleef  <ds@schleef.org>
35315
35316         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35317         Add a check for a driver bug on FreeBSD.  (bug #140565)
35318
35319 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35320
35321         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35322         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35323         (gst_jpegenc_getcaps):
35324           move format setting to inner loop
35325         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35326         (gst_ffmpegcolorspace_getcaps):
35327           use GST_PAD_CAPS if available so that we use already negotiated
35328           caps
35329         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35330         (qtdemux_parse_moov), (qtdemux_parse):
35331           extra debugging
35332         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35333         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35334           move hardcoded path to DEFINE
35335
35336 2004-04-28  David Schleef  <ds@schleef.org>
35337
35338         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35339         (bug #140064)
35340
35341 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35342
35343         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35344           Don't probe for playback device if we're a source element. Fixes
35345           #139658.
35346
35347 2004-04-29  Benjamin Otte  <otte@gnome.org>
35348
35349         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35350         (gst_id3_tag_chain):
35351           rewrite buffer offset
35352
35353 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35354
35355         * configure.ac:
35356         * ext/Makefile.am:
35357         * ext/dts/Makefile.am:
35358         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35359         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35360         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35361         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35362         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35363         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35364         (plugin_init):
35365         * ext/dts/gstdtsdec.h:
35366           New DTS decoder.
35367         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35368         (gst_faad_srcconnect):
35369           Add ESDS atom handling (.m4a).
35370
35371 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35372
35373         * ext/divx/gstdivxdec.c: (plugin_init):
35374           Remove comment that makes no sense.
35375         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35376           Fix for obvious typo that resulted in warnings during gst-register.
35377         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35378         (gst_xviddec_sink_link):
35379           Fix caps negotiation a bit better.
35380         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35381           We call this 'codec_data', not 'esds'.
35382
35383 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35384
35385         * gst/monoscope/gstmonoscope.c:
35386           make sure we only provide 256x128
35387         * gst/monoscope/monoscope.c: (monoscope_init):
35388           assert size of 256x128
35389
35390 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35391
35392         * Makefile.am:
35393         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35394         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35395           fixate to max width and height of device
35396
35397 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35398
35399         * Makefile.am:
35400         * sys/v4l/gstv4l.c:
35401         * sys/v4l/gstv4lsrc.c:
35402         * sys/v4l/v4l_calls.c:
35403         * sys/v4l/v4lsrc_calls.c:
35404           fix for qc-usb driver which fakes having more than one buffer
35405           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35406           buffer_free override
35407           add debugging
35408
35409 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35410
35411         * Makefile.am:
35412         * gst/videotestsrc/gstvideotestsrc.c:
35413         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35414         (gst_videotestsrc_init), (gst_videotestsrc_get),
35415         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35416         * gst/videotestsrc/gstvideotestsrc.h:
35417           add num-buffers property
35418
35419         2004-04-26  Benjamin Otte  <otte@gnome.org>
35420
35421         * ext/mad/gstid3tag.c: (plugin_init):
35422           set id3mux rank to NONE so it doesn't confuse spider
35423           require audio/mpeg,mpegversion=1 in id3mux
35424
35425 2004-04-26  Benjamin Otte  <otte@gnome.org>
35426
35427         * configure.ac:
35428           detect faad correctly as non-working if it's indeed non-working
35429
35430 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35431
35432         * Makefile.am:
35433         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35434         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35435         fix _getcaps so it only negotiates to its supported format
35436
35437 2004-04-25  Benjamin Otte  <otte@gnome.org>
35438
35439         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35440           fix memleak
35441
35442 2004-04-23  Benjamin Otte  <otte@gnome.org>
35443
35444         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35445           audio/x-raw-int with height rules! not. Now it's depth.
35446
35447 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35448
35449         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35450         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35451         (gst_wavparse_loop):
35452           Missing variable initialization. Add handling of DVI ADPCM. Fix
35453           mis-parsing of LIST chunks. This works around a bug where we mis-
35454           parse non-aligning LIST chunks (so LIST chunks where the contents
35455           don't align with the actual LIST size). The correct fix is to use
35456           rifflib, I'm not going to fix wavparse - too much work. All this
35457           fixes #104878.
35458
35459 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35460
35461         reviewed by Benjamin Otte  <otte@gnome.org>
35462
35463         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35464           fix shoutcast not working (fixes #140844)
35465
35466 2004-04-22  Benjamin Otte  <otte@gnome.org>
35467
35468         * ext/hermes/gsthermescolorspace.c:
35469         (gst_hermes_colorspace_caps_remove_format_info):
35470         * gst/colorspace/gstcolorspace.c:
35471         (gst_colorspace_caps_remove_format_info):
35472         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35473         (gst_ffmpegcolorspace_caps_remove_format_info):
35474           s/gst_caps_simplify/gst_caps_do_simplify/
35475
35476 2004-04-22  Benjamin Otte  <otte@gnome.org>
35477
35478         * gst-libs/gst/riff/riff-media.c:
35479         (gst_riff_create_video_caps_with_data):
35480           mpegversion is an int
35481         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35482           don't try to create pad templates with NULL caps, use any caps
35483           instead.
35484
35485 2004-04-20  David Schleef  <ds@schleef.org>
35486
35487         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35488         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35489         (bug #140384)
35490
35491 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35492
35493         reviewed by David Schleef
35494
35495         * ext/mad/gstid3tag.c: Add stdlib.h
35496         * gst/rtp/gstrtpgsmenc.c: same
35497         * gst/tags/gstid3tag.c: same
35498         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35499         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35500         GST_DISABLE_LOADSAVE use.
35501         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35502         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35503         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35504         atol(3)).
35505         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35506         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35507         strtoul(3)).
35508         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35509         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35510         $(ID3_CFLAGS).
35511         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35512         $(LIBFAME_CFLAGS).
35513
35514 2004-04-20  David Schleef  <ds@schleef.org>
35515
35516         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35517         last checkin.  Same idea.
35518
35519 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35520
35521         reviewed by David Schleef
35522
35523         * configure.ac: bump required gstreamer version to 0.8.1.1
35524         because of following changes [--ds]
35525
35526         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35527         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35528         (gst_riff_read_header):  Use GST_READ_UINT*
35529         macros to access possibly unaligned memory.
35530
35531         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35532         (mp3_type_find):  Use GST_READ_UINT*
35533         macros to access possibly unaligned memory.
35534         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35535         (speex_type_find): Likewise
35536
35537         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35538
35539         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35540         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35541         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35542         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35543         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35544         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35545         macros to access possibly unaligned memory.
35546
35547         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35548         Likewise.
35549
35550         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35551         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35552
35553         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35554         Likewise.
35555
35556         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35557         (gst_mpeg2subt_chain_subtitle): Likewise.
35558
35559         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35560         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35561         Likewise.
35562
35563         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35564         Likewise.
35565
35566         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35567         Likewise.
35568
35569         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35570         Likewise.
35571
35572 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35573
35574         * configure.ac:
35575           update required version of GStreamer because of GST_TIME_FORMAT
35576
35577 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35578
35579         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35580           remove leftover g_print
35581         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35582           don't try setting only a subset of the caps. We don't want to kill
35583           autoplugging on purpose
35584
35585 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35586
35587         * sys/ximage/ximagesink.c: (plugin_init):
35588         * sys/xvimage/xvimagesink.c: (plugin_init):
35589           add debugging categories
35590
35591 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35592
35593         * po/en_GB.po:
35594         * po/LINGUAS:
35595           Adding en_GB translation (Gareth Owen)
35596
35597 2004-04-20  David Schleef  <ds@schleef.org>
35598
35599         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35600         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35601         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35602         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35603         A number of new features and hacks to extract the esds atom and
35604         put it into the caps.  (bug #137724)
35605
35606 2004-04-19  David Schleef  <ds@schleef.org>
35607
35608         * gconf/Makefile.am: Fix for non-GNU make
35609         * gst-libs/gst/Makefile.am: Change directory order to handle
35610         GstPlay linking with gstinterfaces
35611         * gst-libs/gst/audio/make_filter: make use of tr portable
35612         * gst-libs/gst/play/Makefile.am: Add intended \
35613         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35614         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35615         function prototype instead of void *.
35616         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35617         macro.
35618         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35619         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35620         * gst/videofilter/make_filter: make use of tr portable
35621         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35622
35623 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35624
35625         * po/LINGUAS:
35626         * po/uk.po:
35627           Added Ukrainian translation (Maxim V. Dziumanenko)
35628
35629 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35630
35631         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35632         (gst_gsmdec_link), (gst_gsmdec_chain):
35633           Fix capsnego, simplify chain function slightly.
35634         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35635           Add GSM.
35636
35637 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35638
35639         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35640         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35641         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35642           Hack to make wavparse work with spider (always -> sometimes pad).
35643           Fixes #135862 && #140411.
35644
35645 2004-04-18  Benjamin Otte  <otte@gnome.org>
35646
35647         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35648         (gst_osselement_rate_probe_check),
35649         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35650           get rid of \n in debug output
35651
35652 2004-04-17  Iain <iain@prettypeople.org>
35653
35654         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35655         not just EOS.
35656
35657 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35658
35659         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35660         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35661         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35662         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35663         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35664         (gst_id3_tag_change_state), (plugin_init):
35665           deprecate id3tag element and replace with id3demux/id3mux.
35666           great side effect: this ugly file is now even uglier, yay!
35667         * ext/mad/gstmad.h:
35668           remove non-available function
35669           update for new get_type
35670
35671 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35672
35673         * configure.ac:
35674           require mpeg2dec >= 0.4.0
35675
35676 2004-04-17  Benjamin Otte  <otte@gnome.org>
35677
35678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35679         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35680         (gst_xvimagesink_set_xwindow_id):
35681           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35682           assorted cleanup fixes.
35683
35684 2004-04-16  David Schleef  <ds@schleef.org>
35685
35686         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35687         * sys/xvimage/xvimagesink.h: same
35688
35689 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35690
35691         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35692           Fix GST_ELEMENT_ERROR with (NULL)
35693
35694 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35695
35696         * gst-libs/gst/riff/riff-media.c:
35697         (gst_riff_create_video_caps_with_data):
35698           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35699
35700 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35701
35702         * gst-libs/gst/riff/riff-media.c:
35703         (gst_riff_create_video_caps_with_data),
35704         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35705         (gst_riff_create_video_template_caps),
35706         (gst_riff_create_audio_template_caps):
35707         * gst-libs/gst/riff/riff-media.h:
35708         * gst-libs/gst/riff/riff-read.c:
35709         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35710         * gst-libs/gst/riff/riff-read.h:
35711         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35712           Add MS RLE support. I added some functions to read out strf chunks
35713           into strf chunks and the data behind it. This is usually color
35714           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35715           caps creation. Lastly, add ADPCM (similar to wavparse - which
35716           should eventually be rifflib based).
35717         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35718         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35719         * gst/matroska/matroska-demux.h:
35720           Remove placeholders for some prehistoric tagging system. Didn't add
35721           support for any tag system really anyway.
35722         * gst/qtdemux/qtdemux.c:
35723           Add support for audio/x-m4a (MPEG-4) through spider.
35724         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35725         (gst_wavparse_loop):
35726           ADPCM support (#135862). Increase max. buffer size because we
35727           cannot split buffers for ADPCM (screws references) and I've seen
35728           files with 2048 byte chunks. 4096 seems safe for now.
35729
35730 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35731
35732         * configure.ac: bump nano to 1
35733
35734 === release 0.8.1 ===
35735
35736 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35737
35738         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35739
35740 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35741
35742         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35743           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35744           Fixes #140058
35745
35746 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35747
35748         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35749           lower rank of dvddemux so that it's not used for mpeg playback.
35750
35751 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35752
35753         * configure.ac:
35754           save libs correctly when checking mad
35755
35756 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35757
35758         * ext/mad/gstid3tag.c: (plugin_init):
35759           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35760
35761 2004-04-13  David Schleef  <ds@schleef.org>
35762
35763         * common/m4/gst-feature.m4: Call -config scripts with
35764         --plugin-libs if it is supported.
35765         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35766         JPEG images are image/jpeg.
35767         * gst/debug/Makefile.am:
35768         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35769         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35770         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35771         (gst_negotiation_plugin_init): Add a property that acts like
35772         filter caps.
35773         * testsuite/gst-lint:  Move license checking to be a standard
35774         test.
35775
35776 2004-04-13  David Schleef  <ds@schleef.org>
35777
35778         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35779         patch from Sebastien Cote (bug #139958)
35780
35781 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35782
35783         * examples/gstplay/Makefile.am:
35784         * examples/gstplay/player.c: (main):
35785           make the commandline player example use gconf settings
35786
35787 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35788
35789         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35790         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35791         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35792           init/end library during state transition, not object
35793           creation/disposal.  get rid of custom dispose handler.
35794
35795
35796 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35797
35798         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35799         be a symlink
35800
35801 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35802
35803         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35804           Handle JUNK chunks inside data section. Prevents warnings.
35805
35806 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35807
35808         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35809         (gst_riff_create_video_template_caps):
35810           Add MS video v1.
35811         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35812         (gst_avi_demux_stream_data):
35813           Add support for "rec-list" chunks.
35814
35815 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35816
35817         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35818           Fix another codecname mismatch.
35819
35820 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35821
35822         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35823           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35824           so that MJPEG plays back.
35825
35826 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35827
35828         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35829         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35830         * gst/mpeg1videoparse/gstmp1videoparse.h:
35831           Fix for some slight mis-cuts in buffer parsing, and for some
35832           potential overflows or faults-causers. Adds disconts. Also fixes
35833           #139105 while we're at it.
35834
35835 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35836
35837         * configure.ac:
35838         * sys/v4l2/gstv4l2element.h:
35839           Workaround for missing struct v4l2_buffer declaration in Suse 9
35840           and Mandrake 10 linux/videodev2.h header file (#135919).
35841
35842 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35843
35844         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35845           Bail out if no filename was given.
35846
35847 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35848
35849         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35850         (gst_v4l2_fourcc_from_structure):
35851           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35852           Y41B somewhere).
35853
35854 2004-04-09  Benjamin Otte  <otte@gnome.org>
35855
35856         * ext/gnomevfs/gstgnomevfssink.c:
35857         (_gst_boolean_allow_overwrite_accumulator),
35858         (gst_gnomevfssink_class_init):
35859           fix erase signal - if any handler returns false the file will not be
35860           overwritten. If no handler is connected, the file will not be
35861           overwritten either.
35862           renamed signal to "allow-overwrite"
35863         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35864           free string when adding it to ID3 failed
35865         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35866           unref event when done
35867         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35868           free caps
35869         * gst/typefind/gsttypefindfunctions.c:
35870         (mpeg_video_stream_type_find):
35871           fix invalid read
35872
35873 2004-04-08  David Schleef  <ds@schleef.org>
35874
35875         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35876         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
35877
35878 2004-04-08  David Schleef  <ds@schleef.org>
35879
35880         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
35881         we don't support (bug #139532)
35882
35883 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35884
35885         * ext/mad/gstmad.c: (gst_mad_handle_event),
35886         (gst_mad_check_caps_reset), (gst_mad_chain),
35887         (gst_mad_change_state):
35888           only set explicit caps if they haven't been set before for
35889           this stream.  MPEG-audio sample rate/channels aren't allowed
35890           to change in-stream.
35891           Fixes #139382
35892
35893 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35894
35895         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
35896         (_gst_boolean_did_something_accumulator),
35897         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
35898         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
35899         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
35900         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
35901         (gst_gnomevfssink_change_state):
35902           Fix erase signal. Don't erase by default. Remove handoff signal.
35903           Remove erase property. Don't segfault. General cleanup.
35904
35905 2004-04-07  Benjamin Otte  <otte@gnome.org>
35906
35907         * gst-libs/gst/gconf/test-gconf.c: (main):
35908           add missing gst_init
35909
35910 2004-04-07  Benjamin Otte  <otte@gnome.org>
35911
35912         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35913           free the mutexes, too
35914
35915 2004-04-07  Benjamin Otte  <otte@gnome.org>
35916
35917         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35918           actually free the URI string
35919         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
35920           compute offset correctly when passing discont events
35921         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35922           don't leak discont events
35923         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35924           add some missing breaks so caps aren't copied randomly
35925         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
35926           if we realloc memory, we better use it
35927
35928 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35929
35930         * ext/mad/gstmad.c: (normal_seek):
35931           fix GST_FORMAT_TIME usage
35932
35933 2004-04-05  David Schleef  <ds@schleef.org>
35934
35935         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
35936         a deprecated function (hack!)
35937
35938 2004-04-05  Benjamin Otte  <otte@gnome.org>
35939
35940         * ext/esd/esdmon.c: (gst_esdmon_get):
35941           fix nonterminated vararg and memleak
35942
35943 2004-04-05  Benjamin Otte  <otte@gnome.org>
35944
35945         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
35946         (gst_ladspa_init), (gst_ladspa_force_src_caps),
35947         (gst_ladspa_set_property), (gst_ladspa_get_property),
35948         (gst_ladspa_instantiate), (gst_ladspa_activate),
35949         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
35950           clean up debugging
35951
35952 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
35953
35954         reviewed by Benjamin Otte  <otte@gnome.org>
35955
35956         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
35957           check for broken LADSPA parameters (fixes #138635)
35958
35959 2004-04-05  Benjamin Otte  <otte@gnome.org>
35960
35961         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
35962           advertise buffer-frames correctly on sinkpads
35963
35964 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35965
35966         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
35967         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
35968         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
35969         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
35970         (gst_mad_check_caps_reset), (gst_mad_chain):
35971         add more debugging, only reset caps when we're not in error state
35972
35973 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35974
35975         * ext/mad/gstmad.c: add debugging category, comment + cleanups
35976
35977 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35978
35979         reviewed by Benjamin Otte  <otte@gnome.org>
35980
35981         * configure.ac:
35982           fix == in test(1) operator
35983
35984 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35985
35986         reviewed by Benjamin Otte  <otte@gnome.org>
35987
35988         * configure.ac:
35989           fix --export-symblos-regex to a working regex.
35990
35991 2004-04-04  Benjamin Otte  <otte@gnome.org>
35992
35993         * sys/oss/.cvsignore:
35994           add for oss_probe
35995
35996 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
35997
35998         reviewed by Benjamin Otte  <otte@gnome.org>
35999
36000         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36001           add missing 'new_media' argument (fixes #138168)
36002         * gst/matroska/matroska-demux.c:
36003         (gst_matroska_demux_handle_seek_event):
36004           add vararg terminator (fixes #138169)
36005
36006 2004-04-02  David Schleef  <ds@schleef.org>
36007
36008         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
36009         disted (bug #138914)
36010
36011 2004-04-01  Benjamin Otte  <otte@gnome.org>
36012
36013         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
36014         (gst_alsa_close_audio):
36015           handle case better where a soundcard can't pause
36016         * ext/ogg/gstoggdemux.c:
36017           don't crash when we get events but don't have pads yet
36018
36019 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36020
36021         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
36022           throw an error if we couldn't probe any caps.
36023
36024 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36025
36026         * ext/dvdnav/gst-dvd:
36027         Add a really simple sample DVD player
36028
36029 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36030
36031         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36032         (gst_a52dec_push), (gst_a52dec_handle_event),
36033         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36034         (gst_a52dec_change_state):
36035         * ext/a52dec/gsta52dec.h:
36036           Use a debug category, Output timestamps correctly
36037           Emit tag info, Handle events, tell liba52dec about cpu
36038           capabilities so it can use MMX etc.
36039         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36040           Fix a crasher accessing invalid memory
36041         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36042         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36043         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36044         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36045         (dvdnavsrc_query):
36046           Some support for byte-format seeking.
36047           Small fixes for still frames and menu button overlays
36048         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36049         (gst_mpeg2dec_alloc_buffer):
36050           Use a debug category. Adjust the report level of several items to
36051           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36052           so it doesn't lose the GstBuffer pointer
36053         * gst/debug/Makefile.am:
36054         * gst/debug/gstdebug.c: (plugin_init):
36055         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36056         (gst_navseek_base_init), (gst_navseek_class_init),
36057         (gst_navseek_init), (gst_navseek_seek),
36058         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36059         (gst_navseek_get_property), (gst_navseek_chain),
36060         (gst_navseek_plugin_init):
36061         * gst/debug/gstnavseek.h:
36062           Add the navseek debug element for seeking back and forth in a
36063           video stream using arrow keys.
36064         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36065         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36066         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36067         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36068         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36069         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36070         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36071         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36072         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36073         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36074         * gst/mpeg2sub/gstmpeg2subt.h:
36075           Pretty much a complete rewrite. Now a loopbased element. May still
36076           require work to properly synchronise subtitle buffers.
36077         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36078         (gst_dvd_demux_send_subbuffer):
36079         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36080           Don't attempt to create subbuffers of size 0
36081           Reduce a couple of error outputs to warnings.
36082         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36083         (gst_y4mencode_chain):
36084         Output the y4m frame header correctly.
36085
36086 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36087
36088         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36089           throw errors instead of allowing SIGFPE
36090
36091 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36092
36093         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36094         (gst_gconf_render_bin_from_key):
36095           leak plugging and style fixing
36096
36097 2004-03-31  David Schleef  <ds@schleef.org>
36098
36099         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36100         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36101         (bug #138225)
36102         * gst/debug/Makefile.am:
36103         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36104         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36105         plugin.
36106         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36107         (gst_negotiation_base_init), (gst_negotiation_class_init),
36108         (gst_negotiation_init), (gst_negotiation_getcaps),
36109         (gst_negotiation_pad_link), (gst_negotiation_chain),
36110         (gst_negotiation_set_property), (gst_negotiation_get_property),
36111         (gst_negotiation_plugin_init):  New element to talk about random
36112         negotiation things happening in a pipeline.
36113
36114 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36115
36116         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36117           fix integer addition with help of Stefan Kost
36118
36119 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36120
36121         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36122
36123 2004-03-30  David Schleef  <ds@schleef.org>
36124
36125         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36126         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36127         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36128         (bug #137504)
36129         * ext/mpeg2dec/gstmpeg2dec.h:
36130
36131 2004-03-30  David Schleef  <ds@schleef.org>
36132
36133         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36134
36135 2004-03-30  David Schleef  <ds@schleef.org>
36136
36137         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36138         Michael Petullo) to handle .mov
36139
36140 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36141
36142         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36143         (gst_osselement_rate_check_rate):
36144           probe caps correctly for sound cards that only support one format
36145
36146 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36147
36148         * ext/kio/kiosrc.cpp: (process_events):
36149           update handling event processing if inside KDE - untested
36150
36151 2004-03-29  David Schleef  <ds@schleef.org>
36152
36153         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36154         by 2 to not interfere with other colorspaces.
36155         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36156         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36157         one to not interfere with ffmpeg_colorspace.
36158
36159 2004-03-29  David Schleef  <ds@schleef.org>
36160
36161         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36162         aren't in the caps.
36163         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36164         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36165
36166 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36167
36168         * gst-libs/gst/riff/riff-media.c:
36169           fail on error, don't try to set stuff on NULL caps
36170
36171 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36172
36173         * configure.ac:
36174         * ext/Makefile.am:
36175         * ext/kio/Makefile.am:
36176         * ext/kio/kioreceiver.cpp:
36177         * ext/kio/kioreceiver.h:
36178         * ext/kio/kiosrc.cpp:
36179         * ext/kio/kiosrc.h:
36180           add experimental kiosrc plugin
36181         * ext/alsa/gstalsaplugin.c: (plugin_init):
36182           initialize debugging category only when we're sure registering the
36183           plugins worked.
36184
36185 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36186
36187         * examples/gstplay/player.c: (main):
36188         * gst-libs/gst/play/play.c: (gst_play_class_init),
36189         (gst_play_set_location), (gst_play_set_data_src),
36190         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36191         (gst_play_set_visualization), (gst_play_connect_visualization):
36192           check return values of element_set_state and return FALSE where
36193           failed
36194
36195 2004-03-29  Benjamin Otte  <otte@gnome.org>
36196
36197         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36198           try harder to check if an event is really a discont
36199
36200 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36201
36202         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36203         * po/az.po:
36204
36205 2004-03-28  Benjamin Otte  <otte@gnome.org>
36206
36207         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36208         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36209         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36210           get rid of non-standard "..." ranges in case statements.
36211
36212 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36213
36214         * gst/mpegstream/gstmpegdemux.c:
36215         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36216         specific functionality split to the new dvddemux element.
36217         * gst/mpegstream/gstdvddemux.c:
36218         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36219         streams, derived from mpegdemux.
36220         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36221         up. SCR based timestamp rewriting can be turned off (will probably
36222         completely disappear soon).
36223         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36224         hacking. General cleanup. All printf statements replaced by
36225         debugging messages. Almost complete libdvdnav support.
36226         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36227         by events. New properties for audio and subpicture languages.
36228         (dvdnavsrc_update_highlight): Now uses events.
36229         (dvdnavsrc_user_op): Cleaned up.
36230         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36231         based). Lots of cleanup, and propper support for most libdvdnav
36232         events.
36233         (dvdnavsrc_make_dvd_event): New function.
36234         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36235         (dvdnavsrc_make_clut_change_event): New function.
36236
36237 2004-03-26  Benjamin Otte  <otte@gnome.org>
36238
36239         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36240           fix bug where typefinding would claim it's theora whenever less then
36241           7 bytes of data were available
36242
36243 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36244
36245         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36246         (gst_alawdec_base_init), (gst_alawdec_class_init),
36247         (gst_alawdec_init), (gst_alawdec_chain):
36248         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36249         (gst_alawenc_base_init), (gst_alawenc_class_init),
36250         (gst_alawenc_init), (gst_alawenc_chain):
36251         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36252         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36253         (gst_mulawdec_init), (gst_mulawdec_chain):
36254         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36255         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36256         (gst_mulawenc_init), (gst_mulawenc_chain):
36257           Fix capsnego in all four, remove the unused property functions and
36258           simplify the chain functions slightly. I guess we could use macros
36259           or something similar for those, since the code is so similar, but
36260           I'm currently too lazy...
36261
36262 2004-03-24  David Schleef  <ds@schleef.org>
36263
36264         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36265         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36266         (gst_osselement_get_format_structure),
36267         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36268         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36269         (gst_osselement_rate_int_compare): Add code to handle rate probing
36270         (bug #120883)
36271         * sys/oss/gstosselement.h: same
36272         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36273         Use rate probing provided by osselement.
36274         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36275
36276 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36277
36278         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36279         (gst_xvidenc_get_property):
36280           ulong/int mess-up.
36281
36282 2004-03-24  David Schleef  <ds@schleef.org>
36283
36284         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36285         (gst_speexdec_init):
36286         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36287         (gst_speexenc_init):  Create the pad template correctly (from
36288         the static pad template, not a NULL pointer.)
36289
36290 2004-03-25  Benjamin Otte  <otte@gnome.org>
36291
36292         * gst/debug/Makefile.am:
36293         * gst/debug/breakmydata.c:
36294           add element that quasi-randomly changes bytes in the stream.
36295           Intended use is robustness checking of demuxers and decoders in
36296           media tests.
36297
36298 2004-03-24  Benjamin Otte  <otte@gnome.org>
36299
36300         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36301         (gst_alsa_probe_hw_params):
36302         * ext/alsa/gstalsa.h:
36303           debugging output fixes
36304
36305 2004-03-24  Benjamin Otte  <otte@gnome.org>
36306
36307         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36308           don't g_return_if_fail if element is PLAYING, fail silently as every
36309           other element.
36310         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36311           only fix needed for cast lvalue issues in gst-plugins
36312         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36313           add proxy_getcaps
36314
36315 2004-03-24  Benjamin Otte  <otte@gnome.org>
36316
36317         * gst/level/gstlevel.c: (gst_level_init):
36318           add proxying getcaps function, so level doesn't advertise impossible
36319           caps
36320
36321 2004-03-24  David Schleef  <ds@schleef.org>
36322
36323         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36324         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36325         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36326         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36327         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36328         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36329         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36330         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36331         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36332         messages.  Divide the chunk size by the compression ratio
36333         (needed for MACE audio)
36334
36335 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36336
36337         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36338           Fix buffer overflow read error.
36339
36340 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36341
36342         * ext/alsa/gstalsa.h:
36343           Remove unused entry.
36344         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36345           Add cinepak.
36346         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36347         (gst_videodrop_link), (gst_videodrop_chain):
36348           Fix, sort of. Was horribly broken with new capsnego. Bah...
36349
36350 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36351
36352         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36353         (plugin_init):
36354         Add a monkeysaudio typefind function
36355
36356 2004-03-23  Johan Dahlin  <johan@gnome.org>
36357
36358         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36359         (gst_play_video_fixate): Check so the structure has the field
36360         before trying to fixate them, this makes it possible to have
36361         fakesinks for video and audio output without printing errors on
36362         the output console.
36363
36364 2004-03-22  David Schleef  <ds@schleef.org>
36365
36366         * sys/oss/Makefile.am:
36367         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36368         (check_rate), (add_rate):  Rate probing test app.
36369
36370 2004-03-21  Benjamin Otte  <otte@gnome.org>
36371
36372         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36373         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36374           add a fixation function that pretty much does the right thing (fixes
36375           #137556)
36376
36377 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36378
36379         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36380
36381 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36382
36383         reviewed by: Benjamin Otte  <otte@gnome.org>
36384
36385         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36386           terminate gst_event_new_discontinuous correctly (fixes parts of
36387           #137711)
36388
36389 2004-03-19  David Schleef  <ds@schleef.org>
36390
36391         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36392         since it doesn't depend on X, and it's part of our ABI.
36393
36394 2004-03-19  Iain <iain@prettypeople.org>
36395
36396         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36397         is_int in the structure, not the local variable.
36398
36399 2004-03-19  David Schleef  <ds@schleef.org>
36400
36401         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36402         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36403         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36404         Improvements in caps negotiation.
36405
36406 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36407
36408         * po/LINGUAS:
36409         * po/af.po:
36410           adding Afrikaans (Petri Jooste)
36411
36412 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36413
36414         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36415         (gst_ffmpegcolorspace_chain):
36416         throw error instead of g_critical (#137588)
36417
36418 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36419
36420         * Makefile.am:
36421         * configure.ac:
36422           dist common and m4 correctly
36423         * po/sv.po:
36424
36425 2004-03-17  David Schleef  <ds@schleef.org>
36426
36427         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36428         (bug #137348)
36429
36430 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36431
36432         * po/LINGUAS:
36433         * po/sv.po:
36434           adding Swedish translation (Christian Rose)
36435
36436 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36437
36438         * Makefile.am: use release.mak
36439
36440 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36441
36442         * common/ChangeLog:
36443         * common/gst-autogen.sh:
36444           add some explanation about the version detection
36445         * configure.ac:
36446           fix X check
36447
36448 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36449
36450         * configure.ac: bump nano to 1
36451
36452 === release 0.8.0 ===
36453
36454 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36455
36456         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36457
36458 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36459
36460         * configure.ac:
36461           update libtool version
36462         * gst-libs/gst/media-info/Makefile.am:
36463           actually use libtool version
36464
36465 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36466
36467         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36468
36469 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36470
36471         * configure.ac:
36472         * gst-plugins.spec.in:
36473         * pkgconfig/Makefile.am:
36474         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36475         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36476         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36477         * pkgconfig/gstreamer-libs.pc.in:
36478         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36479         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36480         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36481         * pkgconfig/gstreamer-plugins.pc.in:
36482           remove @VERSION@ from some of the pc files since core and plugins
36483           are decoupled.
36484           created gstreamer-plugins.pc as it's a better name, but keeping
36485           -libs around for now to get fixes upstream done first.
36486
36487 2004-03-15  Julien MOUTTE <julien@moutte.net>
36488
36489         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36490         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36491         * gst-libs/gst/play/play.h:
36492
36493 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36494
36495         * *.c, *.cc: don't mix tabs and spaces
36496
36497 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36498
36499         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36500           use the new ffmpegcolorspace
36501         * gst-plugins.spec.in:
36502           package new colorspace and media-info
36503         * configure.ac:
36504         * pkgconfig/Makefile.am:
36505           fix some more disting issues
36506         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36507         * pkgconfig/gstreamer-media-info.pc.in:
36508           generate media-info pc files
36509
36510 2004-03-15  Johan Dahlin  <johan@gnome.org>
36511
36512         * *.h: Revert indenting
36513
36514 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36515
36516         * configure.ac:
36517           adding ffmpegcolorspace element
36518         * gst/ffmpegcolorspace/Makefile.am:
36519         * gst/ffmpegcolorspace/avcodec.h:
36520         * gst/ffmpegcolorspace/common.h:
36521         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36522         * gst/ffmpegcolorspace/dsputil.h:
36523         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36524         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36525         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36526         (gst_ffmpeg_caps_to_pix_fmt):
36527         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36528         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36529         (gst_ffmpegcolorspace_caps_remove_format_info),
36530         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36531         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36532         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36533         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36534         (gst_ffmpegcolorspace_set_property),
36535         (gst_ffmpegcolorspace_get_property),
36536         (gst_ffmpegcolorspace_register):
36537         * gst/ffmpegcolorspace/imgconvert.c:
36538         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36539         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36540         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36541         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36542         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36543         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36544         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36545         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36546         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36547         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36548         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36549         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36550         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36551         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36552         (img_get_alpha_info), (deinterlace_line),
36553         (deinterlace_line_inplace), (deinterlace_bottom_field),
36554         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36555         * gst/ffmpegcolorspace/imgconvert_template.h:
36556         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36557         * gst/ffmpegcolorspace/mmx.h:
36558         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36559           adding ffmpegcolorspace element supplied by Ronald after cleaning
36560           up and pulling in the right bits of upstream source.
36561           I'm sure a better C/compiler wizard could do some cleaning up (for
36562           example use GLIB's malloc stuff), but as a first pass this
36563           works very well
36564
36565 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36566
36567         * ext/alsa/gstalsa.h:
36568           I assume Ronald forgot to commit the change to have cardname
36569           as a struct member.  Expect some public spanking at the next
36570           opportunity.
36571
36572 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36573
36574         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36575         (gst_alsa_open_audio), (gst_alsa_close_audio):
36576         * ext/alsa/gstalsa.c:
36577           Don't open the device if we're a mixer (= padless).
36578         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36579         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36580         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36581           Open mixer during state change rather than during object
36582           initialization. Also, get a device name. Currently in a somewhat
36583           hackish fashion, but I didn't really find something better.
36584
36585 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36586
36587         * *.c, *.h: run gst-indent
36588
36589 2004-03-14  Benjamin Otte  <otte@gnome.org>
36590
36591         * gst/modplug/gstmodplug.cc:
36592         * gst/modplug/gstmodplug.h:
36593           set correct timestamps on outgoing buffers
36594
36595 2004-03-14  Benjamin Otte  <otte@gnome.org>
36596
36597         * gst/modplug/gstmodplug.cc:
36598           handle events - don't do crap when a discont arrives that's not
36599           necessary
36600           This allows correct loading and playback of mods in Rhythmbox
36601
36602 2004-03-14  Benjamin Otte  <otte@gnome.org>
36603
36604         * configure.ac:
36605         * gst-libs/gst/gconf/Makefile.am:
36606         * pkgconfig/Makefile.am:
36607           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36608           they get rebuilt properly
36609         * configure.ac:
36610           when checking for vorbis, try pkgconfig first.
36611         * gst/modplug/gstmodplug.cc:
36612           add fixate function
36613
36614 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36615
36616         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36617           Fix for obvious mistake, where we first shift the offset and then
36618           read a samplesize element assuming the old offset. Note that this
36619           part still has something weird, i.e. my movies containing those
36620           don't actually play well, but at least there's something that looks
36621           like sound now.
36622
36623 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36624         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36625         (plugin_init):
36626         Add a typefind function for speex format
36627
36628 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36629
36630         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36631         (gst_asf_demux_setup_pad):
36632           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36633           instead of 0. Reason is simple: some elements have a fps range
36634           of 1-max instead of 0-max. So now ASF video actually works.
36635
36636 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36637
36638         * po/LINGUAS:
36639         * po/sr.po:
36640           adding serbian as a language
36641
36642 2004-03-13  Benjamin Otte  <otte@gnome.org>
36643
36644         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36645           return taglist correctly from _get function, don't gst_pad_push it.
36646           (fixes #137042)
36647
36648 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36649         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36650
36651 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36652
36653         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36654         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36655         (gst_alsa_mixer_track_new):
36656         * ext/alsa/gstalsamixertrack.h:
36657           Fix ancient leftovers... MixerTrack is a GObject.
36658
36659 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36660
36661         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36662         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36663           Don't block during probing...
36664
36665 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36666
36667         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36668         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36669         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36670         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36671         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36672         (gst_alsa_open_audio), (gst_alsa_close_audio):
36673         * ext/alsa/gstalsa.h:
36674           Add propertyprobe interface implementation, add some device-name
36675           property, all this so that it looks good in gnome-volume-control.
36676
36677 2004-03-12  David Schleef  <ds@schleef.org>
36678
36679         * configure.ac: the Hermes library controls hermescolorspace, not
36680         colorspace.
36681         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36682         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36683         not /* */
36684         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36685         * ext/sdl/sdlvideosink.h: ditto.
36686         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36687
36688 2004-03-12  Benjamin Otte  <otte@gnome.org>
36689
36690         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36691         (gst_x_overlay_got_xwindow_id):
36692         * gst-libs/gst/xoverlay/xoverlay.h:
36693           replace XID with unsigned long to get rid of the xlibs dependency in
36694           XOverlay (fixes #137004)
36695
36696 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36697         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36698         (gst_agingtv_setup):
36699         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36700         (gst_dicetv_base_init), (gst_dicetv_class_init),
36701         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36702         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36703         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36704         (gst_edgetv_setup), (gst_edgetv_rgb32):
36705         * gst/effectv/gsteffectv.c:
36706         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36707         (gst_quarktv_set_property):
36708         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36709         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36710         (gst_revtv_setup), (gst_revtv_rgb32):
36711         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36712         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36713         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36714         (gst_shagadelictv_rgb32):
36715         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36716         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36717         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36718         * gst/effectv/gstwarp.c:
36719         Port everything that can be ported to videofilter and fix up the caps.
36720         Can someone with a big-endian machine please check these?
36721
36722 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36723
36724         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36725         (gst_osssink_chain), (gst_osssink_change_state):
36726           Latest fixes for A/V sync, audio playback and such. This is about
36727           all... MPEG playback issues are mostly related to the async build-
36728           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36729
36730 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36731
36732         patch from: Stephane Loeuillet
36733
36734         * configure.ac:
36735           use pkg-config for some libraries, falling back to the old .m4 way
36736           (fixes #131270)
36737         * m4/libdv.m4:
36738           removed
36739
36740 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36741
36742         * configure.ac:
36743         * tools/Makefile.am:
36744         * tools/Makefile.in:
36745         * tools/gst-launch-ext-m.m:
36746         * tools/gst-launch-ext.1.in:
36747         * tools/gst-visualise-m.m:
36748         * tools/gst-visualise.1:
36749         * tools/gst-visualise.1.in:
36750           reorganizing generation of script tools
36751
36752 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36753
36754         * ext/divx/gstdivxdec.c:
36755           Downgrade priority. We prefer ffdec_mpeg4.
36756         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36757         (gst_faad_chain), (gst_faad_change_state):
36758           Fix capsnego. Doesn't work for some sounds because we don't have
36759           a 5:1 to stereo element.
36760         * ext/xvid/gstxvid.c: (plugin_init):
36761           Add priority.
36762         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36763         (gst_osssink_change_state):
36764           Add discont handling.
36765
36766 2004-03-09  Colin Walters  <walters@verbum.org>
36767
36768         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36769         conversion.
36770
36771 2004-03-09  Benjamin Otte  <otte@gnome.org>
36772
36773         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36774           the signals take 2 arguments
36775
36776 2004-03-09  David Schleef  <ds@schleef.org>
36777
36778         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36779         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36780         * ext/alsa/gstalsa.h:
36781         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36782
36783 2004-03-09  Benjamin Otte  <otte@gnome.org>
36784
36785         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36786         (gst_mikmod_change_state):
36787         * ext/mikmod/gstmikmod.h:
36788           make mikmod's loop function not loop infinitely and call
36789           gst_element_yield anymore
36790         * gst/modplug/gstmodplug.cc:
36791           fix pad negotiation (fixes #136590)
36792
36793 2004-03-09  David Schleef  <ds@schleef.org>
36794
36795         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36796         doesn't conflict with the internal colorspace plugin.
36797         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36798         satisfy the crappy-ass shell shipped by a certain vendor.
36799         * gst/videofilter/make_filter: same (bug #135299)
36800
36801 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36802
36803         * configure.ac: bump nano to 1
36804
36805 === release 0.7.6 ===
36806
36807 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36808
36809         * configure.in: releasing 0.7.6, "There"
36810
36811 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36812
36813         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36814         * pkgconfig/gstreamer-play.pc.in:
36815           synchronize the two
36816
36817 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36818
36819         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36820         (cdparanoia_open), (cdparanoia_event):
36821           fix/add error handling
36822         * po/POTFILES.in:
36823           add cdparanoia source
36824         * tools/Makefile.am:
36825           make scripts executable
36826
36827 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36828
36829         * configure.ac:
36830         * ext/vorbis/Makefile.am:
36831         * sys/Makefile.am:
36832           remove id3types, vorbisfile and xvideosink from the build (#133783)
36833
36834 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36835
36836         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36837           Fix metadata read crash (#136537).
36838
36839 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36840
36841         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36842         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36843           adding mime types, fixing the one-stop function
36844
36845 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36846
36847         * ext/nas/nassink.c and /ext/nas/nassink.h:
36848         More NAS love from Arwed von Merkatz
36849         So lets all sing 'Can you feel the NAS tonight'
36850
36851 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36852
36853         * tools/gst-launch-ext.in:
36854         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36855
36856 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36857
36858         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36859         (gst_mpeg2dec_init):
36860         remove the user_data pad for now, because it is being used in
36861         fixating causing MPEG playback to fixate on 1000 Hz for playback.
36862         If someone knows how to fix this properly, please do.
36863
36864 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36865
36866         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36867         (gst_osssink_get_time):
36868         add a warning, IMO this won't get triggered anymore, remove later
36869
36870 2004-03-07  David Schleef  <ds@schleef.org>
36871
36872         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
36873         format (bug #136470)
36874
36875 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36876
36877         * gst-libs/Makefile.am:
36878         * gst-libs/gst/media-info/Makefile.am:
36879         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
36880         (error_callback), (gst_media_info_error_create),
36881         (gst_media_info_error_element), (gmip_init), (gmip_reset),
36882         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
36883         * gst-libs/gst/media-info/media-info-priv.h:
36884         * gst-libs/gst/media-info/media-info-test.c: (main):
36885         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
36886         (gst_media_info_class_init), (gst_media_info_instance_init),
36887         (gst_media_info_set_source), (gst_media_info_read_with_idler),
36888         (gst_media_info_read_idler), (gst_media_info_read):
36889         * gst-libs/gst/media-info/media-info.h:
36890         fixed, should work now
36891
36892 2004-03-07  Christian Schaller <Uraeus@gnome.org>
36893
36894         * ext/nas/nassink.c:
36895         A bunch of NAS fixes from Arwed von Merkatz
36896
36897 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36898
36899         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
36900         (qtdemux_parse_trak):
36901           Fix crash (j might be greater than n_samples, in which case we're
36902           writing outside the allocated space for the array) and memleak.
36903
36904 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36905
36906         * sys/oss/gstosssink.c: (gst_osssink_chain):
36907           And another caller that couldn't handle delay < 0 (unsigned
36908           integer overflow). Video now continues playing on an audio
36909           buffer underrun, and the clock continues working. Audio still
36910           stalls.
36911
36912 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36913
36914         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36915         (gst_osssink_get_time):
36916           get_delay() may return values lower than 0. In those cases, we
36917           should not actually cast to *unsigned* int64, that will break
36918           stuff horribly. In my case, it screwed up A/V sync in movies
36919           in totem rather badly.
36920
36921 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36922
36923         * ext/faac/gstfaac.c: (gst_faac_chain):
36924         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36925         * ext/libpng/gstpngenc.c: (user_write_data):
36926         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36927         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
36928         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
36929         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36930         Fix several misuse of gst_buffer_merge (it doesn't take ownership
36931         of any buffer), should fix some leaks. I hope I didn't unref buffers
36932         that shouldn't be...
36933
36934 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36935
36936         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
36937         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
36938         (error_callback), (gmi_reset), (gmi_seek_to_track),
36939         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
36940         (gmip_find_type_post), (gmip_find_stream_post),
36941         (gmip_find_track_streaminfo_post):
36942         * gst-libs/gst/media-info/media-info-priv.h:
36943         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
36944         (info_print), (main):
36945         * gst-libs/gst/media-info/media-info.c:
36946         (gst_media_info_error_create), (gst_media_info_error_element),
36947         (gst_media_info_instance_init), (gst_media_info_get_property),
36948         (gst_media_info_new), (gst_media_info_set_source),
36949         (gst_media_info_read_idler), (gst_media_info_read):
36950         * gst-libs/gst/media-info/media-info.h:
36951           first pass at making this work again.  This seems to work on
36952           tagged ogg/vorbis and mp3 files.
36953
36954 2004-03-06  Benjamin Otte  <otte@gnome.org>
36955
36956         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
36957           fix huge leak: gst_buffer_merge doesn't unref the first argument
36958           itself.
36959
36960 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36961
36962         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
36963           report layer/mode/emphasis
36964
36965 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36966
36967         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
36968
36969 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36970
36971         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
36972           signal serial
36973
36974 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36975
36976         * ext/vorbis/vorbis.c: (plugin_init):
36977         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
36978         (gst_vorbis_dec_init), (vorbis_dec_event):
36979         add debug category
36980         make vorbisdec handle _BYTE and _TIME queries
36981
36982 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36983
36984         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
36985           from the xing header
36986
36987 2004-03-06  Benjamin Otte  <otte@gnome.org>
36988
36989         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
36990         (gst_audio_convert_link), (gst_audio_convert_change_state),
36991         (gst_audio_convert_buffer_from_default_format):
36992           do conversions from/to float correctly, fix some caps nego errors,
36993           export correct supported caps in template and getcaps, use correct
36994           caps in try_set_caps functions
36995
36996 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36997
36998         For some reason, I only committed a ChangeLog entry yesterday and
36999         not the corresponding code...
37000         * ext/mad/gstmad.c: Fix detection of Xing headers
37001         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37002
37003 2004-03-06  Benjamin Otte  <otte@gnome.org>
37004
37005         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
37006         (gst_ogg_demux_src_query):
37007           make sure to handle the case where there's no current chain
37008           gracefully.
37009
37010 2004-03-05  David Schleef  <ds@schleef.org>
37011
37012         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
37013         Add fixate function. (bug #131128)
37014         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
37015         (gst_sdlvideosink_fixate):  Add fixate function.
37016         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
37017         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
37018         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
37019         Fix missing break that was causing ulaw to be interpreted as
37020         raw int.
37021
37022 2004-03-05  David Schleef  <ds@schleef.org>
37023
37024         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37025         Fix code that ignores return value of gst_buffer_merge().
37026         (bug #114560)
37027         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37028         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37029         * testsuite/gst-lint:  Check for above.
37030
37031 2004-03-05  David Schleef  <ds@schleef.org>
37032
37033         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37034         caps and throw an element error.  (bug #136334)
37035
37036 2004-03-05  David Schleef  <ds@schleef.org>
37037
37038         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37039         (gst_faad_chain): Fix negotiation.
37040         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37041         key and button events.
37042         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37043         dung heap of code.
37044         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37045         depends on gconf
37046         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37047         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37048         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37049         function to encourage better negotiation, particularly between
37050         audioconvert and osssink.
37051         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37052         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37053         more important.
37054         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37055         typefinding.
37056         * gst/vbidec/vbiscreen.c:  Add glib header
37057         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37058
37059 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37060
37061         * ext/mad/gstmad.c: Fix detection of Xing headers
37062         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37063
37064 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37065
37066         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37067         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37068           debug updates
37069
37070 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37071
37072         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37073         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37074         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37075         files, and report the parsed length as a GST_TAG_DURATION tag.
37076         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37077
37078 2004-03-05  Benjamin Otte  <otte@gnome.org>
37079
37080         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37081           convert channels correctly. convert correctly to unsigned.
37082
37083 2004-03-05  Julien MOUTTE <julien@moutte.net>
37084
37085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37086         we have a window before clearing it.
37087
37088 2004-03-05  Julien MOUTTE <julien@moutte.net>
37089
37090         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37091         have a window before clearing it.
37092
37093 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37094
37095         * gconf/gstreamer.schemas.in:
37096         * gst-libs/gst/gconf/Makefile.am:
37097           version installation path the same way as for 0.6
37098         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37099         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37100         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37101           remove comment that was fixed
37102
37103 2004-03-05  David Schleef  <ds@schleef.org>
37104
37105         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37106         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37107         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37108         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37109         Add prototype code for handling seeking and querying.
37110
37111 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37112
37113         * examples/gstplay/player.c: (main):
37114           Initialize variables to NULL. Prevents a segfault because the
37115           (uninitialized) variable is not NULL, resulting in a crash on
37116           trying to reach error->message.
37117
37118 2004-03-05  Benjamin Otte  <otte@gnome.org>
37119
37120         * gst/audioconvert/gstaudioconvert.c:
37121         (gst_audio_convert_buffer_to_default_format):
37122         make float=>int conversion work correctly even in cornercases.
37123
37124 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37125
37126         * debian/README.Debian:
37127         * debian/build-deps:
37128         * debian/changelog:
37129         * debian/control:
37130         * debian/control.in:
37131         * debian/copyright:
37132         * debian/gstreamer-a52dec.files:
37133         * debian/gstreamer-aa.files:
37134         * debian/gstreamer-alsa.files:
37135         * debian/gstreamer-alsa.manpages:
37136         * debian/gstreamer-arts.files:
37137         * debian/gstreamer-artsd.files:
37138         * debian/gstreamer-audiofile.files:
37139         * debian/gstreamer-avifile.files:
37140         * debian/gstreamer-cdparanoia.files:
37141         * debian/gstreamer-colorspace.files:
37142         * debian/gstreamer-doc.files:
37143         * debian/gstreamer-dv.files:
37144         * debian/gstreamer-dvd.files:
37145         * debian/gstreamer-esd.files:
37146         * debian/gstreamer-festival.files:
37147         * debian/gstreamer-flac.files:
37148         * debian/gstreamer-gconf.conffiles:
37149         * debian/gstreamer-gconf.files:
37150         * debian/gstreamer-gconf.postinst:
37151         * debian/gstreamer-gnomevfs.files:
37152         * debian/gstreamer-gsm.files:
37153         * debian/gstreamer-http.files:
37154         * debian/gstreamer-jack.files:
37155         * debian/gstreamer-jpeg.files:
37156         * debian/gstreamer-mad.files:
37157         * debian/gstreamer-mikmod.files:
37158         * debian/gstreamer-misc.files:
37159         * debian/gstreamer-mpeg2dec.files:
37160         * debian/gstreamer-oss.files:
37161         * debian/gstreamer-plugin-apps.files:
37162         * debian/gstreamer-plugin-apps.manpages:
37163         * debian/gstreamer-plugin-libs-dev.files:
37164         * debian/gstreamer-plugin-libs.files:
37165         * debian/gstreamer-plugin-template.postinst:
37166         * debian/gstreamer-plugin-template.postrm:
37167         * debian/gstreamer-sdl.files:
37168         * debian/gstreamer-sid.files:
37169         * debian/gstreamer-vorbis.files:
37170         * debian/gstreamer-x.files:
37171         * debian/mk.control:
37172         * debian/rules:
37173         Debian package info not maintained here.
37174
37175 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37176
37177         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37178         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37179         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37180         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37181         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37182         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37183         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37184         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37185         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37186         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37187         * gst-libs/gst/colorbalance/colorbalance.c:
37188         (gst_color_balance_class_init):
37189         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37190         (gst_color_balance_channel_class_init):
37191         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37192         * gst-libs/gst/play/play.c: (gst_play_class_init):
37193         * gst-libs/gst/propertyprobe/propertyprobe.c:
37194         (gst_property_probe_iface_init):
37195         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37196         * gst-libs/gst/tuner/tunerchannel.c:
37197         (gst_tuner_channel_class_init):
37198         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37199         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37200         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37201         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37202         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37203         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37204         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37205         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37206         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37207           fix signals to use - instead of _
37208         * ext/libcaca/gstcacasink.h:
37209         * ext/sdl/sdlvideosink.h:
37210           fix header rename
37211
37212 2004-03-04  David Schleef  <ds@schleef.org>
37213
37214         * testsuite/gst-lint:  Add a check for bad signal names.
37215
37216 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37217
37218         reviewed by David Schleef
37219
37220         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37221         modified the alpha channel and caused a warning. (bug #136192)
37222
37223 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37224
37225         * gst-plugins.spec.in:
37226         Change names of plugins to actually be correct. Try to keep things
37227         alphabetical to avoid getting beat up by Thomas
37228
37229 2004-03-03  Julien MOUTTE <julien@moutte.net>
37230
37231         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37232         Using ximagesink as a default if no gconf key found. We should
37233         probably consider using alsasink instead of osssink for the audio
37234         part.
37235
37236 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37237
37238         * configure.ac:
37239           fix --with-plugins, don't think it ever worked before
37240         * gst-plugins.spec.in:
37241           even more updates
37242
37243 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37244
37245         * ext/sdl/sdlvideosink.h:
37246         * sys/ximage/ximagesink.h:
37247         * sys/xvideo/xvideosink.h:
37248         * sys/xvimage/xvimagesink.h:
37249           Fix for move of gstvideosink.h -> videosink.h.
37250
37251 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37252
37253         * gst-libs/gst/xwindowlistener/Makefile.am:
37254           this is a plugin library, not a library
37255
37256 2004-03-01  David Schleef  <ds@schleef.org>
37257
37258         * AUTHORS:  Added some names.  Add yourself if you're still
37259         missing.
37260
37261 2004-03-01  David Schleef  <ds@schleef.org>
37262
37263         * MAINTAINERS: Add
37264
37265 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37266
37267         * gst-plugins.spec.in: clean up spec file
37268
37269 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37270
37271         * gst-libs/gst/video/Makefile.am:
37272         * gst-libs/gst/video/gstvideosink.c:
37273         * gst-libs/gst/video/gstvideosink.h:
37274           rename gstvideosink.h to videosink.h to match other headers
37275         * gst/mixmatrix/Makefile.am:
37276           fix plugin filename
37277         * gst/tags/Makefile.am: fix plugin filename
37278
37279 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37280
37281         * gst/tags/Makefile.am: fix plugin filename
37282
37283 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37284
37285         * examples/gstplay/player.c: (got_time_tick), (main):
37286           add error handler
37287           display time_tick more readably
37288         * gst/mixmatrix/Makefile.am:
37289           fix plugin file name
37290
37291 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37292
37293         * sys/oss/gstosselement.c: (gst_osselement_probe),
37294         (device_combination_append), (gst_osselement_class_probe_devices):
37295         * sys/oss/gstosselement.h:
37296           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37297           on my system using alsa oss emulation, fixes bug #135597
37298
37299 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37300
37301         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37302         (gst_videodrop_chain), (gst_videodrop_change_state):
37303         * gst/videodrop/gstvideodrop.h:
37304           Work based on timestamp of input data, not based on the expected
37305           framerate from the input. The consequence is that this element now
37306           not only scales framerates, but also functions as a framerate
37307           corrector or framerate stabilizer/constantizer.
37308
37309 2004-02-27  David Schleef  <ds@schleef.org>
37310
37311         patches from jmmv@menta.net (Julio M. Merino Vidal)
37312
37313         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37314         GST_ELEMENT_ERROR call (bug #135634)
37315         * gst/interleave/interleave.c: (interleave_buffered_loop),
37316         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37317         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37318         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37319         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37320         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37321         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37322         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37323         Fix GST_ELEMENT_ERROR call.
37324         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37325         GST_ELEMENT_ERROR call.
37326
37327 2004-02-27  Benjamin Otte  <otte@gnome.org>
37328
37329         * gst-libs/gst/audio/audio.h:
37330           add macro to make sure header isn't included twice
37331         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37332           don't use gst_buffer_free
37333         * gst/playondemand/filter.func:
37334           don't use gst_data_free. Free data only once.
37335
37336 2004-02-26  David Schleef  <ds@schleef.org>
37337
37338         * gst-libs/gst/colorbalance/Makefile.am:
37339         * gst-libs/gst/mixer/Makefile.am:
37340         * gst-libs/gst/tuner/Makefile.am:
37341         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37342         should not be disted, -marshal.h files should not be installed,
37343         and -enum.h files _should_ be installed.  Fix to make this the
37344         case.
37345
37346 === release 0.7.5 ===
37347
37348 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37349
37350         * configure.ac: release 0.7.5, "Under The Sea"
37351
37352 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37353
37354         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37355         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37356         * gst/videoscale/gstvideoscale.c:
37357         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37358           assorted debug/warning fixes
37359
37360 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37361
37362         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37363         (gst_videoscale_init), (gst_videoscale_chain),
37364         (gst_videoscale_set_property), (plugin_init):
37365         * gst/videoscale/gstvideoscale.h:
37366         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37367         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37368         (gst_videoscale_planar400), (gst_videoscale_packed422),
37369         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37370         (gst_videoscale_24bit), (gst_videoscale_16bit),
37371         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37372         (gst_videoscale_scale_plane_slow),
37373         (gst_videoscale_scale_point_sample),
37374         (gst_videoscale_scale_nearest),
37375         (gst_videoscale_scale_nearest_str2),
37376         (gst_videoscale_scale_nearest_str4),
37377         (gst_videoscale_scale_nearest_32bit),
37378         (gst_videoscale_scale_nearest_24bit),
37379         (gst_videoscale_scale_nearest_16bit):
37380         add debugging category and use it properly
37381         fix use of GST_PTR_FORMAT
37382
37383 2004-02-25  Andy Wingo  <wingo@pobox.com>
37384
37385         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37386         push only when channel->buffer is NULL. Prevents segfaults doing
37387         the state change after a nonlocal exit, like a scheme exception.
37388
37389         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37390         Handle the case where the intersected caps is empty.
37391
37392 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37393
37394         * gst/law/mulaw-decode.c: (mulawdec_link):
37395         * gst/law/mulaw.c: (plugin_init):
37396           fix mulawdec so it actually works again
37397
37398 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37399
37400         reviewed by: David Schleef  <ds@schleef.org>
37401
37402         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37403         (gst_gamma_init), (gst_gamma_set_property),
37404         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37405         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37406         for RGB, with separate r g and b correction factors. (#131167)
37407
37408 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37409
37410         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37411           only signal tags for bitrate if they're > 0 (#134894)
37412
37413 2004-02-24  David Schleef  <ds@schleef.org>
37414
37415         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37416         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37417         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37418         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37419         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37420         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37421         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37422         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37423         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37424         category.  Attempt to fix timestamp calculation.
37425
37426 2004-02-24  Johan Dahlin  <johan@gnome.org>
37427
37428         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37429
37430 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37431
37432         * configure.ac:
37433         * gconf/Makefile.am:
37434         * gconf/gstreamer.schemas:
37435         * gst-libs/gst/gconf/Makefile.am:
37436         * gst-libs/gst/gconf/gconf.c:
37437           version gconf schemas and install locations
37438
37439 2004-02-23  Benjamin Otte  <otte@gnome.org>
37440
37441         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37442         (gst_xine_input_subclass_init):
37443           call parent dispose.
37444           change pad template for CD reader correctly
37445         * ext/xine/Makefile.am:
37446         * ext/xine/gstxine.h:
37447         * ext/xine/xine.c: (plugin_init):
37448         * ext/xine/xineaudiosink.c:
37449           wrap audio sinks, too
37450         * gst-libs/gst/resample/private.h:
37451         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37452         (gst_resample_reinit), (gst_resample_scale),
37453         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37454         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37455         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37456         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37457         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37458         * gst-libs/gst/resample/resample.h:
37459         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37460         (gst_audioscale_class_init), (gst_audioscale_link),
37461         (gst_audioscale_get_buffer), (gst_audioscale_init),
37462         (gst_audioscale_chain), (gst_audioscale_set_property),
37463         (gst_audioscale_get_property):
37464         * gst/audioscale/gstaudioscale.h:
37465           s/resample_*/gst_resample_*/i to not clobber namespaces
37466
37467 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37468
37469         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37470         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37471         (gst_riff_create_video_template_caps),
37472         (gst_riff_create_audio_template_caps),
37473         (gst_riff_create_iavs_template_caps):
37474         * gst-libs/gst/riff/riff-media.h:
37475         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37476         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37477         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37478         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37479         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37480         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37481         (gst_matroska_demux_plugin_init): First batch implementing audio and
37482         video codec tags in demuxers.
37483
37484 2004-02-22  Benjamin Otte  <otte@gnome.org>
37485
37486         * ext/xine/Makefile.am:
37487         * ext/xine/gstxine.h:
37488         * ext/xine/xine.c: (plugin_init):
37489         * ext/xine/xineinput.c:
37490           add input plugin wrapper. Playback from files, http, mms and cdda
37491           works.
37492         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37493           remove leftover G_GNUC_UNUSED
37494         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37495         (gst_asf_demux_identify_guid):
37496           improve debugging output
37497
37498 2004-02-22  Benjamin Otte  <otte@gnome.org>
37499
37500         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37501
37502         * autogen.sh:
37503           replace test -e with test -x for mkinstalldirs to be more portable.
37504           (fixes #134816)
37505
37506 2004-02-22  Benjamin Otte  <otte@gnome.org>
37507
37508         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37509
37510         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37511           set rank to PRIMARY
37512         * gst/volume/gstvolume.c: (plugin_init):
37513           set rank to NONE
37514         fixes #134960
37515
37516 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37517
37518         reviewed by Benjamin Otte  <otte@gnome.org>
37519
37520         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37521           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37522
37523 2004-02-22  Benjamin Otte  <otte@gnome.org>
37524
37525         * configure.ac:
37526           export [_]*{gst,Gst,GST}.* symbols from plugins
37527
37528 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37529
37530         reviewed by: Benjamin Otte  <otte@gnome.org>
37531
37532         * ext/lame/gstlame.c: (add_one_tag):
37533         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37534         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37535         (gst_vorbisenc_metadata_set1):
37536         * gst/tags/gstid3tag.c:
37537         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37538           apply fixes from bugs #135042 (lame can't write tags) and #133817
37539           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37540
37541 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37542
37543         * configure.ac: Export only gst_plugin_desc from plugins.
37544          Note that this change only makes any effect with Linux using libtool
37545          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37546          fine. And don't try to have several versions of libtool in different
37547          directories.
37548
37549 2004-02-20  Andy Wingo  <wingo@pobox.com>
37550
37551         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37552         interleave respectively.
37553
37554         * gst/interleave/deinterleave.c: New plugin: deinterleave
37555         (replaces on oneton).
37556         * gst/interleave/interleave.c: New plugin: interleave.
37557         * gst/interleave/plugin.h: Support file.
37558         * gst/interleave/plugin.c: Support file.
37559
37560         * configure.ac: Remove intfloat and oneton, add interleave.
37561
37562         * ext/sndfile/gstsf.c: Handle events better.
37563
37564         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37565         and float2int operation. int2float has scheduling problems as
37566         noted in in2float_chain.
37567
37568 2004-02-20  Benjamin Otte  <otte@gnome.org>
37569
37570         * ext/xine/Makefile.am:
37571         * ext/xine/gstxine.h:
37572         * ext/xine/xine.c:
37573         * ext/xine/xineaudiodec.c:
37574         * ext/xine/xinecaps.c:
37575           add first version of xine plugin wrapper. Currently only wraps the
37576           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37577         * configure.ac:
37578         * ext/Makefile.am:
37579           add xine plugin wrapper, disabled by default. Use --enable-xine to
37580           build. Note that it'll segfault on gst-register if you don't remove
37581           the goom and tvtime post plugins from xine.
37582         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37583         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37584           add extradata parsing for QDM2.
37585           change around debugging prints.
37586
37587 2004-02-19  Benjamin Otte  <otte@gnome.org>
37588
37589         * ext/lame/gstlame.c: (gst_lame_chain):
37590         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37591           use gst_tag_list_insert when you want to insert tags
37592
37593 2004-02-18  David Schleef  <ds@schleef.org>
37594
37595         * configure.ac:  Move massink to gst-rotten
37596         * ext/Makefile.am:
37597         * ext/mas/Makefile.am:
37598         * ext/mas/massink.c:
37599         * ext/mas/massink.h:
37600
37601 2004-02-18  David Schleef  <ds@schleef.org>
37602
37603         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37604         typefinding, since it seems to be worse than nothing.
37605         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37606         atom to recognize .mp4 and .m4a files as video/quicktime.
37607
37608 2004-02-18  David Schleef  <ds@schleef.org>
37609
37610         * gst/sine/demo-dparams.c: (quit_live),
37611         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37612         Use double dparams, not float.
37613         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37614         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37615         sync'd elements don't really work correctly.
37616         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37617         (volume_update_volume), (volume_get_property):  Change dparam
37618         to double.
37619
37620 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37621
37622         * sys/ximage/ximagesink.c:
37623         (gst_ximagesink_xwindow_update_geometry),
37624         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37625         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37626         (gst_ximagesink_init): Rework the way software video scaling works. So
37627         now we check on each chain call if the video frames are feeling the
37628         window. If not we try to renegotiate caps. On failure we memorize that
37629         and we won't try again for that PLAYING sessions.
37630         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37631         failure.
37632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37633         synchronous flag.
37634
37635 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37636
37637         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37638           break up _link so we can give a better debug message for errors
37639
37640 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37641
37642         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37643           set up debug category
37644
37645 2004-02-18  Julien MOUTTE <julien@moutte.net>
37646
37647         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37648         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37649         the way renegotiation work. The event handling function is not taking
37650         care of external windows and renegotiate method check for pad flags
37651         NEGOTIATING. Should fix : #133209
37652
37653 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37654
37655         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37656         pad is negotiating before trying renegotiation.
37657
37658 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37659
37660         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37661           pass on all possible mime types as typefind hints
37662
37663 2004-02-17  Julien MOUTTE <julien@moutte.net>
37664
37665         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37667         possible SHM leak if we crash. All other apps using XShm are doing
37668         that.
37669
37670 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37671
37672         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37673         (gst_ximagesink_expose): Renegotiate size on expose.
37674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37675         size on expose.
37676
37677 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37678
37679         * testsuite/alsa/sinesrc.c:
37680           cosmetic fix to fix compile issue with gcc 2.95.4
37681
37682 2004-02-16  Julien MOUTTE <julien@moutte.net>
37683
37684         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37685         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37686         failed opening the audio device.
37687         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37688         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37689         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37690         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37691         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37692         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37693         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37694         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37695         Removing some useless g_return_if_fail like wingo suggested.
37696         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37697         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37698         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37699         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37700         (gst_xvimagesink_update_colorbalance),
37701         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37702         (gst_xvimagesink_xcontext_clear),
37703         (gst_xvimagesink_get_fourcc_from_caps),
37704         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37705         (gst_xvimagesink_set_xwindow_id),
37706         (gst_xvimagesink_colorbalance_list_channels),
37707         (gst_xvimagesink_colorbalance_set_value),
37708         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37709         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37710
37711 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37712
37713         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37714           throw error when not negotiated instead of asserting
37715
37716 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37717
37718         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37719         correct data refcounting.
37720
37721 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37722
37723         * gst/switch/gstswitch.c: (gst_switch_change_state),
37724         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37725         change, mostly the EOS flag.
37726
37727 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37728
37729         * examples/gstplay/player.c: (got_eos), (main): Adding some
37730         output for debugging.
37731         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37732         timeouts if we go to any state different from PLAYING.
37733         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37734         more EOS bugs in riff lib.
37735
37736 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37737
37738         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37739         visualization until i find a way to fix switch correctly.
37740         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37741         EOS arrives.
37742         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37743         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37744         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37745         Reworked switch to get a more correct behaviour with events and refing
37746         of data stored in sinkpads.
37747         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37748         we don't pull from a pad in EOS.
37749
37750 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37751
37752         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37753           remove v1 tag even if we can't read it (makes sure we don't detect
37754           it again)
37755
37756 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37757
37758         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37759         (gst_alsa_xrun_recovery):
37760         * ext/alsa/gstalsa.h:
37761           try xrun recovery when wait failed. Make xrun recovery function
37762           return TRUE/FALSE to indicate success. (might fix #134354)
37763
37764 2004-02-13  David Schleef  <ds@schleef.org>
37765
37766         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37767         (dynparm_value_changed), (main): Convert from float to double.
37768         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37769
37770 2004-02-13  David Schleef  <ds@schleef.org>
37771
37772         * gst/silence/gstsilence.c: (gst_silence_class_init),
37773         (gst_silence_set_clock), (gst_silence_get),
37774         (gst_silence_set_property), (gst_silence_get_property):
37775         * gst/silence/gstsilence.h: Add sync property.
37776         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37777         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37778         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37779         * gst/sine/gstsinesrc.h: Add sync property.
37780
37781 2004-02-13  David Schleef  <ds@schleef.org>
37782
37783         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37784         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37785
37786 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37787
37788         * configure.ac:
37789         * ext/Makefile.am:
37790         * gst-libs/ext/Makefile.am:
37791           move ffmpeg plugin to gst-ffmpeg module
37792
37793 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37794
37795         * configure.ac: use GST_ARCH to detect architecture
37796
37797 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37798
37799         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37800
37801 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37802
37803         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37804           classify LADSPA plugins based on number of src/sink pads
37805           (#133663, Stefan Kost)
37806         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37807           fix dparams registration
37808           (#133528, Stefan Kost)
37809         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37810           fix use of isprint and use g_ascii_isprint instead
37811           (#133316, Stefan Kost)
37812
37813 2004-02-11  David Schleef  <ds@schleef.org>
37814
37815         Convert a few inner loops to use liboil.  This is currently
37816         optional, and is only enabled if liboil is present (duh!).
37817         * configure.ac: Check for liboil-0.1
37818         * gst/intfloat/Makefile.am:
37819         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37820         (gst_int2float_chain_gint16):
37821         * gst/videofilter/Makefile.am:
37822         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37823         (tablelookup_u8), (gst_videobalance_planar411):
37824         * gst/videotestsrc/Makefile.am:
37825         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37826         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37827         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37828         (paint_hline_RGB565), (paint_hline_xRGB1555):
37829
37830 2004-02-11  David Schleef  <ds@schleef.org>
37831
37832         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37833         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37834         (gst_colorspace_getcaps), (gst_colorspace_link),
37835         (gst_colorspace_base_init), (gst_colorspace_init),
37836         (gst_colorspace_chain), (gst_colorspace_change_state),
37837         (plugin_init): Merge Ronald's patch (bug #117897) and update
37838         for new caps and negotiation.  Seems to work, although it
37839         shows off bugs in lcs.
37840
37841 2004-02-11  David Schleef  <ds@schleef.org>
37842
37843         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37844         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37845
37846 2004-02-11  David Schleef  <ds@schleef.org>
37847
37848         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37849         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37850         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37851         Add server and port properties
37852
37853 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37854
37855         * m4/a52.m4:
37856         * m4/aalib.m4:
37857         * m4/as-ffmpeg.m4:
37858         * m4/as-liblame.m4:
37859         * m4/as-slurp-ffmpeg.m4:
37860         * m4/check-libheader.m4:
37861         * m4/esd.m4:
37862         * m4/freetype2.m4:
37863         * m4/gconf-2.m4:
37864         * m4/glib.m4:
37865         * m4/gst-alsa.m4:
37866         * m4/gst-artsc.m4:
37867         * m4/gst-ivorbis.m4:
37868         * m4/gst-matroska.m4:
37869         * m4/gst-sdl.m4:
37870         * m4/gst-shout2.m4:
37871         * m4/gst-sid.m4:
37872         * m4/gtk.m4:
37873         * m4/libdv.m4:
37874         * m4/libfame.m4:
37875         * m4/libmikmod.m4:
37876         * m4/ogg.m4:
37877         * m4/vorbis.m4:
37878           fix underquotedness of macros (#133800)
37879         * m4/as-avifile.m4:
37880         * m4/xmms.m4:
37881           removed because no longer used
37882
37883 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37884
37885         * configure.ac:
37886           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
37887           by autopoint (fixes #132996)
37888
37889 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37890
37891         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
37892         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
37893         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
37894         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
37895           fix memleaks
37896
37897 2004-02-11  David Schleef  <ds@schleef.org>
37898
37899         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
37900         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
37901         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
37902         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
37903         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
37904         (gst_jpegenc_class_init), (gst_jpegenc_init),
37905         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
37906         (gst_jpegenc_chain), (gst_jpegenc_set_property),
37907         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
37908         * ext/jpeg/gstjpegenc.h: Fix negotiation.
37909
37910 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37911
37912         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
37913         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
37914         * ext/mikmod/gstmikmod.h:
37915           fix caps negotiation in mikmod
37916         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
37917           output debug information
37918
37919 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37920
37921         * gst-libs/gst/colorbalance/Makefile.am:
37922         * gst-libs/gst/navigation/Makefile.am:
37923         * gst-libs/gst/xoverlay/Makefile.am:
37924           remove unused GST_OPT_CFLAGS from Makefiles
37925           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
37926
37927 2004-02-07  David Schleef  <ds@schleef.org>
37928
37929         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
37930         push events to pads that haven't been created (#133508)
37931
37932 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
37933
37934         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
37935         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
37936         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
37937         (gst_dvdec_loop), (gst_dvdec_change_state):
37938         Second attempt at committing a working dvdec element.
37939
37940 2004-02-06  David Schleef  <ds@schleef.org>
37941
37942         Build fixes for OS X: (see #129600)
37943         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
37944         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
37945         (gst_riff_read_strf_iavs):
37946         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
37947         (gst_avi_demux_stream_odml):
37948         * gst/playondemand/Makefile.am:
37949         * gst/rtp/rtp-packet.c:
37950
37951 2004-02-05  David Schleef  <ds@schleef.org>
37952
37953         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
37954         last change, because it Just Doesn't Compile.
37955
37956 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37957
37958         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37959           skip undecodable id3v2 tag instead of keeping it
37960
37961 2004-02-05  David Schleef  <ds@schleef.org>
37962
37963         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37964         Unref leaked buffer.  (Noticed by Ronald)
37965
37966 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
37967
37968         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37969         Sync requires with other checks.  >= vs =.
37970
37971 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
37972
37973         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
37974         (gst_dvdec_video_link), (gst_dvdec_loop):
37975         * ext/dv/gstdvdec.h:
37976           rework the caps negotiation so that dvdec works again instead
37977           of just segfaulting.
37978
37979 === release 0.7.4 ===
37980
37981 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37982
37983         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
37984         * configure.ac: changed for release
37985
37986 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37987
37988         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
37989         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37990         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37991         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37992           reworked patch by David Lehn to fix libdir and includedir for
37993           uninstalled libraries
37994           removed play and gconf from gstreamer-libs since they have their
37995           own pkgconfig files
37996
37997 2004-02-04  David Schleef  <ds@schleef.org>
37998
37999         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
38000         memleak.
38001
38002 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38003
38004         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38005           use correct GST_TAG_ENCODER tag
38006
38007 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38008
38009         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
38010           be sure to stop the clock when going to paused
38011         * sys/oss/gstosssink.c: (gst_osssink_change_state):
38012           reset number of transmitted when going to ready.
38013         fixes #132935
38014
38015 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
38016
38017         reviewed by Benjamin Otte
38018
38019         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
38020           extract track count (fixes #133410)
38021
38022 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38023
38024         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38025           that should be !=, not == (fixes #132519)
38026
38027 2004-02-04  David Schleef  <ds@schleef.org>
38028
38029         Make sure set_explicit_caps() is called before adding pad.
38030         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38031         * gst/id3/gstid3types.c: (gst_id3types_loop):
38032         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38033         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38034
38035 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38036
38037         * configure.ac:
38038           bump nano to 2, first prerelease
38039           put back AM_PROG_LIBTOOL
38040
38041 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38042
38043         * testsuite/alsa/Makefile.am:
38044           these are user test apps, not automatic testsuite tests
38045
38046 2004-02-04  David Schleef  <ds@schleef.org>
38047
38048         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38049         * gst/mpeg1videoparse/gstmp1videoparse.c:
38050         (mp1videoparse_parse_seq):
38051         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38052         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38053         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38054         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38055         (gst_xvideosink_getcaps):
38056         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38057         * testsuite/gst-lint: more tests
38058
38059 2004-02-04  David Schleef  <ds@schleef.org>
38060
38061         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38062         with the code that they would expand to.
38063         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38064         (gst_flacdec_get_src_query_types),
38065         (gst_flacdec_get_src_event_masks):
38066         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38067         (gst_gnomevfssrc_get_query_types),
38068         (gst_gnomevfssrc_get_event_mask):
38069
38070 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38071
38072         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38073         (gst_sinesrc_dispose):
38074           fix memleak by properly disposing sinesrc
38075
38076 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38077
38078         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38079         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38080         an overlay to redraw the image because it has been exposed.
38081         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38082         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38083         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38084         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38085         interface
38086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38087         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38088         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38089         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38090         interface
38091
38092 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38093
38094         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38095           more memleak fixage
38096
38097 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38098
38099         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38100         * gst/typefind/gsttypefindfunctions.c:
38101           fix memleaks shown by gst-typefind
38102
38103 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38104
38105         * common/glib-gen.mak:
38106           add hack rule to touch .Plo files
38107         * gst-libs/gst/colorbalance/Makefile.am:
38108         * gst-libs/gst/mixer/Makefile.am:
38109         * gst-libs/gst/play/Makefile.am:
38110         * gst-libs/gst/tuner/Makefile.am:
38111           remove glib_root variable
38112
38113 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38114
38115         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38116           set explicit caps before adding the element, so the autopluggers can
38117           plug correctly.
38118         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38119         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38120         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38121         (dv_type_find):
38122           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38123           argument.
38124
38125 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38126
38127         * gst-libs/gst/colorbalance/Makefile.am:
38128         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38129         * gst-libs/gst/colorbalance/colorbalance.c:
38130         * gst-libs/gst/colorbalance/colorbalance.h:
38131         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38132         * gst-libs/gst/mixer/Makefile.am:
38133         * gst-libs/gst/mixer/mixer-marshal.list:
38134         * gst-libs/gst/mixer/mixer.c:
38135         * gst-libs/gst/mixer/mixer.h:
38136         * gst-libs/gst/mixer/mixermarshal.list:
38137         * gst-libs/gst/play/Makefile.am:
38138         * gst-libs/gst/play/play.h:
38139         * gst-libs/gst/tuner/Makefile.am:
38140         * gst-libs/gst/tuner/tuner-marshal.list:
38141         * gst-libs/gst/tuner/tuner.c:
38142         * gst-libs/gst/tuner/tuner.h:
38143         * gst-libs/gst/tuner/tunermarshal.list:
38144           use new glib-gen.mak snippet to clean up Makefile.am
38145           fix various bugs in Makefile.am's
38146
38147 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38148
38149         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38150           handle chain parsing correctly in the multichain case
38151         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38152         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38153         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38154         (theora_dec_chain):
38155           handle events and queries correctly
38156
38157 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38158
38159         * .cvsignore:
38160         Ignore generated file _stdint.h.
38161
38162 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38163
38164         * gst-libs/gst/colorbalance/Makefile.am:
38165         * gst-libs/gst/colorbalance/colorbalance.h:
38166         * gst-libs/gst/mixer/Makefile.am:
38167         * gst-libs/gst/mixer/mixer.h:
38168         * gst-libs/gst/play/Makefile.am:
38169         * gst-libs/gst/play/play.h:
38170         * gst-libs/gst/tuner/Makefile.am:
38171         * gst-libs/gst/tuner/tuner.h:
38172         Generate enum type code with glib-mkenums.
38173         * gst-libs/gst/colorbalance/.cvsignore:
38174         * gst-libs/gst/mixer/.cvsignore:
38175         * gst-libs/gst/play/.cvsignore:
38176         * gst-libs/gst/tuner/.cvsignore:
38177         Ignore generated files.
38178
38179 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38180
38181         * gst-libs/gst/audio/.cvsignore:
38182         Ignore generated file.
38183         * gst-libs/gst/audio/Makefile.am:
38184         Do not install example filter.
38185
38186 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38187
38188         * examples/switch/.cvsignore:
38189         Ignore generated file.
38190
38191 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38192
38193         * common/m4/ax_create_stdint_h.m4:
38194         * configure.ac:
38195           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38196           _stdint.h.
38197         * Makefile.am:
38198           remove generated _stdint.h in DISTCLEANFILES
38199         * ext/a52dec/gsta52dec.c:
38200           include _stdint.h for a52dec. (should fix #133064)
38201
38202 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38203
38204         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38205         (gst_tag_to_vorbis_comments):
38206         Add replaygain support to vorbistag
38207
38208 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38209         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38210         (gst_ffmpeg_caps_to_extradata):
38211           Fix SVQ3 caps flag properties
38212           Use glib macro for bytes swap
38213
38214 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38215
38216         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38217         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38218         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38219         * ext/sndfile/gstsf.c: (plugin_init):
38220         * gst/avi/gstavi.c: (plugin_init):
38221         * sys/dxr3/dxr3init.c: (plugin_init):
38222         * sys/oss/gstossaudio.c: (plugin_init):
38223         * sys/v4l/gstv4l.c: (plugin_init):
38224         * sys/v4l2/gstv4l2.c: (plugin_init):
38225           remove textdomain calls
38226         * po/nl.po:
38227           update Dutch translation
38228
38229 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38230
38231         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38232         (gst_play_set_audio_sink): Moving volume in the audio thread for
38233         instantaneous volume change. Maybe i will add another volume in front
38234         of visualization later, not sure yet though.
38235
38236 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38237
38238         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38239         (gst_ximagesink_handle_xevents): Better X events handling, only take
38240         the latest events for configure and motion.
38241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38242
38243 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38244
38245         reviewed by: David Schleef  <ds@schleef.org>
38246
38247         Fix memory leaks:
38248         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38249         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38250
38251 2004-02-02  David Schleef  <ds@schleef.org>
38252
38253         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38254         of lines.
38255         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38256         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38257         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38258         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38259         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38260         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38261         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38262         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38263         (gst_float2_2_int_link):
38264         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38265         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38266         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38267         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38268         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38269         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38270         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38271         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38272         * testsuite/gst-lint: Add tests for bzero and ;;
38273
38274 2004-02-02  David Schleef  <ds@schleef.org>
38275
38276         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38277
38278 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38279
38280         * ext/aalib/gstaasink.c: (gst_aasink_open):
38281         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38282         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38283         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38284         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38285         (gst_afsink_close_file):
38286         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38287         (gst_afsrc_close_file):
38288         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38289         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38290         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38291         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38292         * ext/esd/esdmon.c: (gst_esdmon_get):
38293         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38294         * ext/faac/gstfaac.c: (gst_faac_chain):
38295         * ext/faad/gstfaad.c: (gst_faad_chain):
38296         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38297         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38298         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38299         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38300         (gst_flacdec_loop):
38301         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38302         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38303         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38304         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38305         (gst_gnomevfssink_close_file):
38306         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38307         (gst_gnomevfssrc_open_file):
38308         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38309         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38310         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38311         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38312         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38313         * ext/mad/gstmad.c: (gst_mad_chain):
38314         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38315         * ext/mpeg2dec/gstmpeg2dec.c:
38316         * ext/mpeg2enc/gstmpeg2enc.cc:
38317         * ext/mplex/gstmplex.cc:
38318         * ext/mplex/gstmplexibitstream.cc:
38319         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38320         (gst_ogg_demux_push):
38321         * ext/raw1394/gstdv1394src.c:
38322         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38323         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38324         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38325         (gst_sf_loop):
38326         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38327         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38328         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38329         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38330         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38331         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38332         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38333         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38334         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38335         (gst_riff_read_element_data), (gst_riff_read_seek),
38336         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38337         * gst/adder/gstadder.c: (gst_adder_loop):
38338         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38339         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38340         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38341         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38342         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38343         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38344         * gst/goom/gstgoom.c: (gst_goom_chain):
38345         * gst/id3/gstid3types.c: (gst_id3types_loop):
38346         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38347         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38348         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38349         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38350         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38351         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38352         (gst_ebml_read_float), (gst_ebml_read_header):
38353         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38354         (gst_matroska_demux_parse_blockgroup):
38355         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38356         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38357         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38358         * gst/silence/gstsilence.c: (gst_silence_get):
38359         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38360         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38361         * gst/speed/gstspeed.c: (speed_loop):
38362         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38363         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38364         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38365         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38366         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38367         (gst_wavparse_loop):
38368         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38369         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38370         (dxr3audiosink_close):
38371         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38372         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38373         (dxr3videosink_close), (dxr3videosink_write_data):
38374         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38375         * sys/oss/gstosssink.c: (gst_osssink_chain):
38376         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38377         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38378         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38379         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38380         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38381         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38382         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38383         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38384         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38385         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38386         (gst_v4l_set_audio):
38387         * sys/v4l/v4l_calls.h:
38388         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38389         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38390         (gst_v4lmjpegsink_playback_init),
38391         (gst_v4lmjpegsink_playback_start):
38392         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38393         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38394         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38395         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38396         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38397         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38398         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38399         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38400         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38401         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38402         (gst_v4l2_get_output), (gst_v4l2_set_output),
38403         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38404         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38405         (gst_v4l2_set_attribute):
38406         * sys/v4l2/v4l2_calls.h:
38407         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38408         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38409         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38410         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38411         (gst_v4l2src_capture_stop):
38412         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38413         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38414         (gst_ximagesink_chain):
38415         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38416         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38417         (gst_xvideosink_xwindow_new):
38418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38419         (gst_xvimagesink_chain):
38420
38421 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38422
38423         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38424         (gst_volume_get_volume), (volume_class_init), (volume_init),
38425         (volume_chain_int16), (volume_update_volume):
38426         * gst/volume/gstvolume.h:
38427           make code more readable by removing magic numbers
38428           make mixer interface export 0-100 range
38429           make it internally map to 0.0-1.0 range so users don't distort
38430           output by putting the sliders at full volume
38431
38432 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38433
38434         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38435         (gst_play_state_change), (gst_play_seek_to_time):
38436         block the tick callback for 0.5 secs after doing a seek
38437
38438 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38439
38440         * gst-libs/gst/play/play.c: (gst_play_new):
38441           check for GError
38442
38443 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38444
38445         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38446         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38447         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38448         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38450         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38451
38452 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38453
38454         * configure.ac:
38455         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38456           check for a function added in vorbis 1.1
38457
38458 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38459
38460         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38461         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38462           really start/stop clock only on PLAYING <=> PAUSED
38463         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38464           remove \n from debugging lines
38465         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38466           make it work when seeking does not
38467         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38468           reset on DISCONT
38469
38470 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38471
38472         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38473           start clock on PAUSED=>PLAYING, not later
38474         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38475           extract correct time for different discont formats
38476         (gst_alsa_sink_get_time):
38477           don't segfault when no format is negotiated yet, just return 0
38478         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38479         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38480         (gst_ogg_pad_push):
38481           handle flush and discont events correctly
38482         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38483           handle discont events correctly
38484
38485 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38486
38487         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38488         (gst_play_error_create), (gst_play_error_plugin),
38489         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38490         * gst-libs/gst/play/play.h:
38491           add error handling during creation
38492         * examples/gstplay/player.c: (main):
38493           use new gst_play_new
38494
38495
38496 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38497
38498         * ext/theora/theoradec.c: (theora_dec_chain):
38499           make comments work
38500         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38501         (vorbis_dec_src_event), (vorbis_dec_chain):
38502           add encoder tag, fix tag reading to be more error tolerant, change
38503           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38504           gst_pad_event_default.
38505         * gst/tags/gstvorbistag.c:
38506         (gst_tag_list_from_vorbiscomment_buffer):
38507           undefine function specific define at end of function
38508
38509 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38510
38511         * ext/flac/gstflac.c: (plugin_init):
38512         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38513         * ext/flac/gstflacdec.h:
38514         * ext/flac/gstflacenc.h:
38515           Fix typos
38516
38517 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38518
38519         * examples/gstplay/player.c: s/gstplay.h/play.h/
38520
38521 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38522
38523         * gst-libs/gst/play/Makefile.am:
38524         * gst-libs/gst/play/gstplay.c:
38525         * gst-libs/gst/play/gstplay.h:
38526         * gst-libs/gst/play/play.c:
38527           more surgery, operation complete
38528
38529 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38530
38531         * gst-libs/gst/play/play.old.c:
38532         * gst-libs/gst/play/play.old.h:
38533           after CVS surgery by moving, remove
38534         * gst-libs/gst/play/playpipelines.c:
38535           remove
38536
38537         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38538           add negotiation error
38539
38540 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38541
38542         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38543         (gst_ogg_demux_push):
38544           add some seeking debug info
38545           send a flush when seeking
38546
38547 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38548
38549         * configure.ac:
38550           use AC_C_INLINE
38551         * configure.ac:
38552         * ext/Makefile.am:
38553         * ext/theora/Makefile.am:
38554         * ext/theora/theoradec.c:
38555           add theora video decoder. Does just do simple decoding for now and
38556           has been tested against Theora cvs only. It only works when theora
38557           is compiled with --enable-static.
38558         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38559           always reset packetno on DISCONT
38560
38561 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38562
38563         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38564           Fix audio.
38565
38566 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38567
38568         * gst/mpegaudioparse/gstmpegaudioparse.c:
38569         (mp3_type_frame_length_from_header):
38570           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38571
38572 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38573
38574         * ext/esd/esdsink.c: (gst_esdsink_init):
38575           Since we have static pad template caps, we don't need to negotiate;
38576           either the core errors out or we know the format.
38577
38578 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38579
38580         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38581         (gst_riff_read_seek):
38582         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38583         (gst_ebml_read_seek):
38584           Fix event handling.
38585
38586 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38587
38588         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38589           removee video/x-theora from vp3 decoder, it doesn't handle raw
38590           theora streams
38591         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38592           fix bug with finalizing element that never went to PAUSED
38593         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38594           length and position queries were swapped
38595         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38596         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38597         (vorbis_dec_src_event):
38598           implement querying time and bytes
38599
38600 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38601
38602         * just about every source file:
38603           gst_element_error -> GST_ELEMENT_ERROR
38604
38605 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38606
38607         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38608         emiting FLUSH and even before DISCONT.
38609         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38610         get the best instant seeking as possible yay!
38611
38612 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38613
38614         * gst/mpeg1videoparse/gstmp1videoparse.c:
38615         (gst_mp1videoparse_real_chain):
38616           Committed wrong version last week... Grr... Didn't notice until now.
38617
38618 2004-01-29  Julien MOUTTE <julien@moutte.net>
38619
38620         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38622         have_xwindow_id signal in xwindow_create.
38623
38624 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38625
38626         * ext/ogg/gstoggdemux.c:
38627           lots of changes - mainly support for chained bitstreams, seeking,
38628           querying and bugfixes of course
38629         * ext/vorbis/Makefile.am:
38630         * ext/vorbis/vorbisdec.c:
38631         * ext/vorbis/vorbisdec.h:
38632           add vorbisdec raw vorbis decoder
38633         * ext/vorbis/vorbis.c: (plugin_init):
38634           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38635         * gst/intfloat/Makefile.am:
38636         * gst/intfloat/float22int.c:
38637         * gst/intfloat/float22int.h:
38638         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38639           add float2intnew plugin. It converts multichannel interleaved float to
38640           multichannel interleaved int. The name should probably be changed.
38641         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38642         (plugin_init):
38643           add typefinding for raw theora video so oggdemux can detect it.
38644
38645 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38646
38647         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38648         sink element first.
38649         * gst/videoscale/gstvideoscale.c:
38650         (gst_videoscale_handle_src_event): Fixing src event handler.
38651
38652 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38653
38654         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38655         (gst_v4lsrc_open), (gst_v4lsrc_close),
38656         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38657         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38658         * sys/v4l/gstv4lsrc.h:
38659         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38660         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38661           Implement resizing... Hack. But that's why v4l is b0rked...
38662
38663 2004-01-28  Julien MOUTTE <julien@moutte.net>
38664
38665         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38666         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38667         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38668         (gst_ximagesink_xwindow_destroy):
38669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38670         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38671         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38672         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38673         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38674         correctly cleaning the image created to check xshm calls on succes,
38675         added a lot of XSync calls in X11 functions, and fixed a segfault when
38676         no image format was defined before negotiation happened.
38677
38678 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38679
38680         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38681           use gst_element_get_time to get correct time
38682
38683 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38684
38685         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38686         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38687         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38689         (gst_xvimagesink_check_xshm_calls),
38690         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38691         X plugins are now able to detect that XShm calls will fail even if the
38692         server claims that it has XShm support (remote displays most of the
38693         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38694         so that we use non XShm functions. This feature is almost useless for
38695         xvimagesink as Xv is not supported on remote displays anyway, but
38696         it might happen than even on the local display XShm calls fail.
38697
38698 2004-01-27  David Schleef  <ds@schleef.org>
38699
38700         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38701         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38702         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38703         changed esdsink to only use 44100,16,2, since esd sucks at rate
38704         conversion and esdsink has had difficulty negotiating.
38705
38706 2004-01-27  Julien MOUTTE <julien@moutte.net>
38707
38708         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38709         (gst_play_seek_to_time): Fixing the way to get current position.
38710
38711 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38712
38713         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38714           use gst_element_get_time to get correct time
38715
38716 2004-01-27  Julien MOUTTE <julien@moutte.net>
38717
38718         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38719         fix ever... Inverting 2 lines of code make spider autoplug correctly
38720         tagged mp3 !
38721
38722 2004-01-27  David Schleef  <ds@schleef.org>
38723
38724         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38725         Use gst_pad_try_set_caps_nonfixed().
38726
38727 2004-01-27  David Schleef  <ds@schleef.org>
38728
38729         * gst/ac3parse/gstac3parse.c: update to checklist 5
38730         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38731         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38732         * gst/audioscale/gstaudioscale.c: same
38733         * gst/auparse/gstauparse.c: same
38734         * gst/avi/gstavidemux.c: same
38735
38736 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38737
38738         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38739           stop processing after EOS
38740
38741 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38742
38743         * gst/asfdemux/asfheaders.h:
38744         * gst/asfdemux/gstasfdemux.c:
38745         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38746         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38747         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38748           lot's of fixes to make data extraction simpler and get the code
38749           architecture and compiler independant. Add debugging category
38750         * gst/goom/gstgoom.c: (gst_goom_change_state):
38751           reset channel count on PAUSED=>READY, not READY=>PAUSED
38752
38753 2004-01-26  Colin Walters  <walters@verbum.org>
38754
38755         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38756         code to pull a bigger buffer in iradio mode.  This as a side effect
38757         makes typefinding work.
38758
38759 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38760
38761         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38762         Fix SVQ3 decoding on PPC
38763
38764 2004-01-26  Julien MOUTTE <julien@moutte.net>
38765
38766         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38767         that one managed to stay there... Fixed.
38768
38769 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38770
38771         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38772         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38773         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38774         (qtdemux_video_caps):
38775         * gst/qtdemux/qtdemux.h:
38776         Add SVQ3 specific flags to qtdemux and ffmpeg
38777
38778 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38779
38780         * gst-libs/gst/audio/audio.h:
38781           remove buffer-frames from audio caps
38782         * gst/audioconvert/gstaudioconvert.c:
38783           fix plugin to really work.
38784
38785 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38786
38787         * gst-libs/gst/mixer/mixer.c:
38788         * gst-libs/gst/propertyprobe/propertyprobe.c:
38789         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38790         (gst_tuner_find_channel_by_name):
38791         * gst-libs/gst/tuner/tuner.h:
38792           Add gtk-doc style comments. Also fix a function name.
38793
38794 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38795
38796         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38797         (gst_divxdec_negotiate):
38798           Fix for new capsnego - also fixes gst-player with divxdec.
38799
38800 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38801
38802         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38803         (gst_play_identity_handoff), (gst_play_set_location),
38804         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38805         try in visualization implementation. Still have an issue with switch
38806         blocking when pulling from video_queue and only audio comes out of
38807         spider.
38808         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38809         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38810         release method. And check if the pad is usable before pulling.
38811
38812 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38813
38814         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38815         (gst_videobalance_init),
38816         (gst_videobalance_colorbalance_list_channels),
38817         (gst_videobalance_colorbalance_set_value),
38818         (gst_videobalance_colorbalance_get_value),
38819         (gst_videobalance_update_properties),
38820         (gst_videobalance_update_tables_planar411),
38821         (gst_videobalance_planar411):
38822         * gst/videofilter/gstvideobalance.h:
38823           Implement lookup-tables. +/- 10x faster.
38824
38825 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38826
38827         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38828         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38829           The index reading was broken. The rest worked fine, but the whole
38830           goal of my rewrite was to make avidemux readable, and this was
38831           not at all readable. Please use typed variables.
38832
38833 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38834
38835         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38836           Additional pad usability check.
38837         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38838         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38839         (gst_mp1videoparse_real_chain):
38840           Fix MPEG video stream parsing. The original plugin had several
38841           issues, including not timestamping streams where the source was
38842           not timestamped (this happens with PTS values in mpeg system
38843           streams, but MPEG video is also a valid stream on its own so
38844           that needs timestamps too). We use the display time code for that
38845           for now. Also, if one incoming buffer contains multiple valid
38846           frames, we push them all on correctly now, including proper EOS
38847           handling. Lastly, several potential segfaults were fixed, and we
38848           properly sync on new sequence/gop headers to include them in next,
38849           not previous frames (since they're header for the next frame, not
38850           the previous). Also see #119206.
38851         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38852         (bpf_from_header):
38853           Move caps setting so we only do it after finding several valid
38854           MPEG-1 fraes sequentially, not right after the first one (which
38855           might be coincidental).
38856         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38857         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38858         (plugin_init):
38859           Add unsynced MPEG video stream typefinding, and change some
38860           probability values so we detect streams rightly. The idea is as
38861           follows: I can have an unsynced system stream which contains
38862           video. In the current code, I would randomly get a type for either
38863           system or video stream type found, because the probabilities are
38864           being calculated rather randomly. I now use fixed values, so we
38865           always prefer system stream if that was found (and that is how it
38866           should be). If no system stream was found, we can still identity                the stream as video-only.
38867
38868 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38869
38870         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38871         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38872           don't write to buffer. Extract data without the need of
38873           __attribute__ ((packed))
38874
38875 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38876
38877         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
38878         (mpeg1_sys_type_find):
38879           Fix MPEG-1 stream typefinding.
38880
38881 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38882
38883         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
38884           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
38885
38886 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38887
38888         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
38889         * ext/esd/gstesd.c: (plugin_init):
38890           private debugging, better error reporting
38891
38892 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38893
38894         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
38895         (gst_riff_read_init), (gst_riff_read_change_state):
38896         * gst-libs/gst/riff/riff-read.h:
38897           Remove stuff fromold metadata system.
38898
38899 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38900
38901         * ext/ogg/gstoggdemux.c:
38902           Fix wrong file comment.
38903         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38904         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
38905           Add metadata reading properly.
38906
38907 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38908
38909         * ext/Makefile.am:
38910           Fix nas DIST_SUBDIRS
38911           Uraeus:
38912           Fix bug where make distcheck doesn't get run on adding stuff to
38913           the build.
38914
38915 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38916
38917         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
38918         * ext/divx/gstdivxdec.h:
38919           Fix divx3 ("msmpeg4") playback using divxdec.
38920
38921 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38922
38923         * gst/typefind/gsttypefindfunctions.c:
38924         (mp3_type_frame_length_from_header): fix bug in length computation
38925         (mp3_type_find): improve debugging output
38926
38927 2004-01-23  Julien MOUTTE  <julien@moutte.net>
38928
38929         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38930         (gst_play_set_location), (gst_play_seek_to_time),
38931         (gst_play_set_audio_sink), (gst_play_set_visualization),
38932         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
38933         the pipeline from scratch. Visualization is back and switch went out as
38934         i realized it was not possible to use the way i wanted.
38935         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
38936         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
38937         clearing in state change from READY to NULL. So that one can clean the
38938         X ressources keeping the element.
38939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38940         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
38941         (gst_xvimagesink_colorbalance_set_value),
38942         (gst_xvimagesink_colorbalance_get_value),
38943         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
38944         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
38945         change from READY to NULL and fixed some stupid bugs in colorbalance
38946         get/set values. Also added the following feature : when nobody tries to
38947         set some values to the colorbalance levels before the xcontext is
38948         grabbed, then when creating channels list from Xv attributes we set the
38949         internal values to the Xv defaults. This way we handle buggy Xv drivers
38950         that set default hue values far from the middle of the range (Thanks
38951         to Jon Trowbridge for pointing that issue).
38952         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
38953         colorbalance levels have been set before xcontext is grabbed.
38954
38955 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38956
38957         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
38958           Fix the ossmixer case where we shouldn't open /dev/dsp* because
38959           it might block operations (which is bad for a mixer).
38960
38961 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38962
38963         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
38964         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
38965         (gmip_find_type_pre):
38966         * gst-libs/gst/media-info/media-info-priv.h:
38967         * gst-libs/gst/media-info/media-info.c:
38968         (gst_media_info_instance_init), (gst_media_info_read_idler):
38969         add fakesink to get caps on decoder src pad again
38970         fix callback prototype to match new have_type signal signature
38971
38972 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38973
38974         * gst/adder/gstadder.c: (gst_adder_link):
38975           fix non-compile and cut-n-paste code
38976
38977 2004-01-21  David Schleef  <ds@schleef.org>
38978
38979         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
38980         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
38981         (gst_swfdec_init), (gst_swfdec_change_state):
38982         * ext/swfdec/gstswfdec.h:
38983         Fix negotiation.
38984         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
38985         (gst_adder_request_new_pad): Fix negotiation.
38986         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
38987         Add a fixate function.
38988         * gst/intfloat/gstfloat2int.c:
38989         * gst/intfloat/gstfloat2int.h:
38990         * gst/intfloat/gstint2float.c:
38991         * gst/intfloat/gstint2float.h:
38992         Completely rewrite the negotiation.  Doesn't quite work yet,
38993         due to some buffer-frames problem.
38994
38995 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
38996
38997         * ext/gnomevfs/gstgnomevfssrc.c:
38998         * sys/v4l2/v4l2_calls.h:
38999           fix includes for distcheck
39000
39001 2004-01-21  Christian Schaller <uraeus@gnome.org>
39002
39003         * ext/nas/
39004         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
39005         based on earlier patch from Laurent Vivier
39006
39007 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
39008
39009         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
39010         Fix wma caps property
39011         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
39012         Fix typo (flags1 and flags2)
39013
39014 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39015
39016         * gst-libs/gst/media-info/media-info-priv.c:
39017         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
39018         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
39019         (gmip_find_stream), (gmip_find_track_metadata),
39020         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
39021         (gmip_find_track_format):
39022         * gst-libs/gst/media-info/media-info-priv.h:
39023         * gst-libs/gst/media-info/media-info-test.c: (main):
39024         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39025         (gst_media_info_read_idler), (gst_media_info_read):
39026         * gst-libs/gst/media-info/media-info.h:
39027           register debugging category and use it for debugging
39028
39029 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39030
39031         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39032         (gst_vorbisfile_new_link):
39033           signal streaminfo through tags
39034
39035 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39036
39037         * ext/mplex/gstmplex.cc:
39038         * ext/mplex/gstmplexibitstream.cc:
39039           g++ doesn't like NULL in our i18n/error macros, should be
39040           either (NULL) or ("").
39041
39042 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39043
39044         * sys/dxr3/dxr3audiosink.c:
39045         * sys/dxr3/dxr3init.c:
39046         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39047         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39048           Fix more error error error errors (missing includes here).
39049
39050 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39051
39052         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39053           fix thomas' error errors.
39054
39055 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39056
39057         * ext/mpeg2enc/gstmpeg2enc.cc:
39058           fix error errors.
39059
39060 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39061
39062         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39063         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39064           Fix for new error system.
39065
39066 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39067
39068         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39069           fix for new error reporting
39070
39071 2004-01-20  David Schleef  <ds@schleef.org>
39072
39073         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39074         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39075         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39076         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39077         and neither is 100+, most likely.
39078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39079         (gst_xvimagesink_getcaps): same
39080
39081 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39082
39083         * configure.ac:
39084           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39085           clashes with ffmpeg.
39086
39087 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39088
39089         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39090         (gst_switch_init): Fixed switch element : proxying link and setting
39091         caps from src to sink on request.
39092
39093 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39094
39095         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39096         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39097         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39098         fix element_error
39099
39100 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39101
39102         * sys/v4l/v4l_calls.h:
39103         * sys/v4l2/v4l2_calls.h:
39104           element_error fixes
39105
39106 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39107
39108         * gst-libs/gst/gst-i18n-plugin.h:
39109           add locale.h
39110           remove config.h inclusion
39111
39112 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39113
39114         * autogen.sh:
39115           adding autopoint invocation
39116         * Makefile.am:
39117         * configure.ac:
39118         * gst-libs/gst/gettext.h:
39119           adding gettext bits
39120         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39121         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39122         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39123         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39124         (gst_gnomevfssink_close_file):
39125         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39126         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39127         * gst-libs/gst/gst-i18n-plugin.h:
39128         * gst/avi/gstavi.c: (plugin_init):
39129         * sys/dxr3/dxr3init.c: (plugin_init):
39130         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39131         * sys/oss/gstossaudio.c: (plugin_init):
39132         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39133         * sys/v4l/gstv4l.c: (plugin_init):
39134         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39135         * sys/v4l2/gstv4l2.c: (plugin_init):
39136         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39137         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39138         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39139         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39140         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39141         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39142           make sure locale and translation domain are set
39143           fix translated strings
39144         * po/.cvsignore:
39145         * po/LINGUAS:
39146         * po/Makevars:
39147         * po/POTFILES.in:
39148         * po/nl.po:
39149           put translation files into place
39150         * sys/xvideo/imagetest.c: (main):
39151         * ext/dv/demo-play.c: (main):
39152           fix unnecessary translations
39153
39154 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39155
39156         * ext/sndfile/gstsf.c:
39157         * gst/avi/gstavimux.c:
39158         * ext/audiofile/gstafsink.c:
39159         * ext/audiofile/gstafsrc.c:
39160         * ext/gnomevfs/gstgnomevfssink.c:
39161         * ext/gnomevfs/gstgnomevfssrc.c:
39162         * sys/oss/gstosselement.c:
39163         * sys/v4l/v4l_calls.h:
39164           fix i18n include
39165
39166 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39167
39168         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39169         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39170         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39171         (gst_v4l2_get_output), (gst_v4l2_set_output),
39172         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39173         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39174         (gst_v4l2_set_attribute):
39175         update to new error handling
39176
39177 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39178
39179         * ext/sidplay/gstsiddec.cc:
39180         * gst/modplug/gstmodplug.cc:
39181           parenthese NULL because C++ seems angry about it
39182
39183 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39184
39185         * gst-libs/gst/gst-i18n-plugin.h:
39186           add skeleton i18n stuff, but needs to be further implemented
39187
39188 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39189
39190         * examples/gstplay/player.c: (main):
39191         * ext/aalib/gstaasink.c: (gst_aasink_open):
39192         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39193         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39194         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39195         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39196         (gst_afsink_close_file):
39197         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39198         (gst_afsrc_close_file):
39199         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39200         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39201         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39202         * ext/esd/esdmon.c: (gst_esdmon_get):
39203         * ext/esd/esdsink.c: (gst_esdsink_chain):
39204         * ext/faac/gstfaac.c: (gst_faac_chain):
39205         * ext/faad/gstfaad.c: (gst_faad_chain):
39206         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39207         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39208         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39209         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39210         (gst_flacdec_loop):
39211         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39212         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39213         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39214         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39215         (gst_gnomevfssink_close_file):
39216         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39217         (gst_gnomevfssrc_open_file):
39218         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39219         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39220         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39221         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39222         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39223         * ext/mad/gstmad.c: (gst_mad_chain):
39224         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39225         * ext/mpeg2dec/gstmpeg2dec.c:
39226         * ext/mpeg2enc/gstmpeg2enc.cc:
39227         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39228         * ext/mplex/gstmplex.cc:
39229         * ext/mplex/gstmplexibitstream.cc:
39230         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39231         (gst_ogg_demux_push), (gst_ogg_pad_push):
39232         * ext/raw1394/gstdv1394src.c:
39233         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39234         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39235         * ext/sidplay/gstsiddec.cc:
39236         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39237         (gst_sf_loop):
39238         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39239         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39240         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39241         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39242         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39243         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39244         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39245         * gst-libs/gst/Makefile.am:
39246         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39247         (gst_riff_read_element_data), (gst_riff_read_seek),
39248         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39249         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39250         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39251         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39252         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39253         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39254         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39255         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39256         * gst/goom/gstgoom.c: (gst_goom_chain):
39257         * gst/id3/gstid3types.c: (gst_id3types_loop):
39258         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39259         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39260         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39261         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39262         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39263         (gst_ebml_read_float), (gst_ebml_read_header):
39264         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39265         (gst_matroska_demux_parse_blockgroup):
39266         * gst/modplug/gstmodplug.cc:
39267         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39268         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39269         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39270         * gst/silence/gstsilence.c: (gst_silence_get):
39271         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39272         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39273         * gst/speed/gstspeed.c: (speed_loop):
39274         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39275         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39276         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39277         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39278         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39279         (gst_wavparse_loop):
39280         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39281         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39282         (dxr3audiosink_close):
39283         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39284         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39285         (dxr3videosink_close), (dxr3videosink_write_data):
39286         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39287         * sys/oss/gstosselement.h:
39288         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39289         (gst_osssink_chain):
39290         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39291         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39292         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39293         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39294         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39295         (gst_v4l_enable_overlay):
39296         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39297         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39298         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39299         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39300         (gst_v4l_set_audio):
39301         * sys/v4l/v4l_calls.h:
39302         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39303         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39304         (gst_v4lmjpegsink_playback_init),
39305         (gst_v4lmjpegsink_playback_start):
39306         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39307         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39308         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39309         (gst_v4lmjpegsrc_requeue_frame):
39310         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39311         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39312         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39313         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39314         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39315         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39316         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39317         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39318         (gst_v4l2src_capture_stop):
39319         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39320         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39321         (gst_ximagesink_chain):
39322         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39323         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39324         (gst_xvideosink_xwindow_new):
39325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39326         (gst_xvimagesink_chain):
39327         use new error signal, function and categories
39328
39329 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39330
39331         * configure.ac:
39332         * ext/Makefile.am:
39333         * ext/musicbrainz/gsttrm.c:
39334         * ext/musicbrainz/gsttrm.h:
39335         * ext/musicbrainz/Makefile.am:
39336         Add a trm plugin
39337
39338 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39339
39340         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39341         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39342         synchronous property for debugging.
39343         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39345         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39346         smaller block, fixing indent.
39347
39348 2004-01-16  David Schleef  <ds@schleef.org>
39349
39350         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39351         property affects the video stream.
39352         * sys/xvimage/xvimagesink.c:
39353         * sys/xvimage/xvimagesink.h:
39354         Add synchronous property for debugging.  Should probably be
39355         disabled in non-CVS builds.  Make sure that the Xv attribute
39356         exists before we set it (crash!).  Fix a silly float bug that
39357         caused colorbalance to just not work.
39358
39359 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39360
39361         * tools/gst-launch-ext.in - update for new plugins
39362
39363 2004-01-16  David Schleef  <ds@schleef.org>
39364
39365         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39366         already-freed caps.
39367
39368 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39369
39370         * Update spec for new colorspace plugin and libcaca plugin
39371         * Fix compilation of libcaca plugin (clock -> id)
39372
39373 2004-01-16  Julien MOUTTE <julien@moutte.net>
39374
39375         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39376         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39377         (gst_xvimagesink_set_xwindow_id),
39378         (gst_xvimagesink_colorbalance_set_value),
39379         (gst_xvimagesink_colorbalance_get_value),
39380         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39381         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39382         correct colorbalance properties. They can now be set when the element
39383         is still in NULL state. The values will be committed to the Xv Port
39384         when xcontext is initialized.
39385         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39386         brightness int values in the GstXvImagesink structure.
39387
39388 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39389
39390         * gst-libs/gst/Makefile.am:
39391           restructure so having local patches works easier.
39392
39393 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39394
39395         * ext/mpeg2enc/Makefile.am:
39396         * ext/mpeg2enc/gstmpeg2enc.cc:
39397         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39398           Bugfix with respect to EOS handling.
39399
39400 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39401
39402         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39403           Link with right caps (else, it segfaults).
39404         * ext/mplex/gstmplexjob.cc:
39405           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39406
39407 2004-01-15  David Schleef  <ds@schleef.org>
39408
39409         * gst-libs/gst/audio/Makefile.am:
39410         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39411         from the template.
39412         * gst-libs/gst/audio/gstaudiofilter.c:
39413         * gst-libs/gst/audio/gstaudiofilter.h:
39414         Add bytes_per_sample and size and n_samples calculation.
39415         * gst-libs/gst/audio/gstaudiofilterexample.c:
39416         Remove, now autogenerated.
39417         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39418         Moved from gstaudiofilterexample, object name changed, code added
39419         so that it actually works.
39420         * gst-libs/gst/audio/make_filter:
39421         Script to build an audiofilter subclass from the template.
39422         * gst/colorspace/Makefile.am:
39423         * gst/colorspace/yuv2yuv.c:
39424         Remove file, since it's GPL, and we don't use it.
39425
39426 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39427
39428         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39430         them use the buffer free function to test how the buffer was allocated.
39431
39432 2004-01-15  David Schleef  <ds@schleef.org>
39433
39434         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39435         that handles osssink fallback.
39436         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39437         (gst_audio_convert_getcaps):
39438         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39439         Add audio/x-qdm2 for QDM2 audio.
39440         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39441         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39442         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39443         Decrease minimum size to 16x16.
39444         * gst/wavparse/gstwavparse.c:
39445         Convert disabled pad template caps to new caps.
39446         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39447         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39448         (gst_xvimagesink_chain): Throw element error when display cannot
39449         be opened.  Increase minimum framerate to 1.0.  Check the data
39450         free function on a buffer to make sure it is the type we expect
39451         before manipulating it.
39452
39453 2004-01-15  Julien MOUTTE <julien@moutte.net>
39454
39455         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39456         (gst_videobalance_colorbalance_set_value): Implement passthru if
39457         settings are in the middle.
39458         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39459
39460 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39461
39462         * gst/videofilter/Makefile.am:
39463         * gst/volume/Makefile.am:
39464           Since we use videofilter symbols, link to it.
39465
39466 2004-01-15  Julien MOUTTE <julien@moutte.net>
39467
39468         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39469         mixer interface type to HARDWARE.
39470         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39471         type to SOFTWARE.
39472         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39473         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39474         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39475         (gst_volume_interface_init), (gst_volume_list_tracks),
39476         (gst_volume_set_volume), (gst_volume_get_volume),
39477         (gst_volume_set_mute), (gst_volume_mixer_init),
39478         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39479         (volume_init): Implementing mixer interface.
39480         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39481         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39482         (gst_osselement_change_state): Removing some trailing commas in
39483         structures.
39484         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39485         interface type to HARDWARE.
39486         * sys/v4l/gstv4lcolorbalance.c:
39487         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39488         type to HARDWARE.
39489         * sys/v4l2/gstv4l2colorbalance.c:
39490         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39491         interface type to HARDWARE.
39492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39493         same code than ximagesink for event handling.
39494
39495 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39496
39497         * ext/snapshot/Makefile.am:
39498         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39499         (gst_snapshot_chain):
39500         * ext/snapshot/gstsnapshot.h:
39501           This has to be a joke... Snapshot should be connected to a tee,
39502           colorspace element before it and EOS after that, where the other
39503           src of the tee receives normal data.
39504           The current way is *wrong*.
39505
39506 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39507
39508         * ext/hermes/gsthermescolorspace.c:
39509           Fix another compile error. Same as below.
39510
39511 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39512
39513         * gst/colorspace/gstcolorspace.c:
39514         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39515         (gst_colorspace_i420_to_yv12):
39516           Fix compiling... Didn't test if it actually works.
39517
39518 2004-01-15  David Schleef  <ds@schleef.org>
39519
39520         * configure.ac:
39521         * gst/colorspace/Makefile.am:
39522         * gst/colorspace/gstcolorspace.c:
39523         * gst/colorspace/gstcolorspace.h:
39524         * gst/colorspace/yuv2rgb.c:
39525         * gst/colorspace/yuv2rgb.h:
39526         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39527         code and GPL code.  Fix for new caps negotiation.  Rewrite
39528         much of the format handling code, and some of the conversion
39529         code.  Basically, rewrote almost everything.  This element
39530         handles I420, YV12 to RGB conversions.
39531         * ext/hermes/Makefile.am:
39532         * ext/hermes/gsthermescolorspace.c:
39533         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39534         Remove non-Hermes related code.  This element handles lots of
39535         RGB to RGB conversions, but no YUV.
39536         * ext/hermes/gstcolorspace.c:
39537         * ext/hermes/gstcolorspace.h:
39538         * ext/hermes/rgb2yuv.c:
39539         * ext/hermes/yuv2rgb.c:
39540         * ext/hermes/yuv2rgb.h:
39541         * ext/hermes/yuv2rgb_mmx16.s:
39542         * ext/hermes/yuv2yuv.c:
39543         * ext/hermes/yuv2yuv.h:
39544         Remove old code.
39545
39546 2004-01-14  Colin Walters  <walters@verbum.org>
39547
39548         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39549         they've already been.
39550
39551 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39552
39553         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39554           assume tag mode when pad is not connected
39555
39556 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39557
39558         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39559           Don't update the time of the clock
39560         (gst_alsa_sink_loop):
39561           sync to the clock given to alsasink, not the own clock
39562         * sys/oss/gstosssink.c: (gst_osssink_chain):
39563           sync to the clock
39564         (gst_osssink_change_state):
39565           activate the clock
39566         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39568           remove bogus code that made DISCONT events unhandled
39569         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39570           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39571           #131502)
39572         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39573         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39574         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39575           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39576           2nd warning in bug #131502)
39577
39578 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39579
39580         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39581         (gst_videobalance_colorbalance_set_value),
39582         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39583         for colorbalance interface implementation.
39584         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39585         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39586         (gst_ximagesink_dispose), (gst_ximagesink_init),
39587         (gst_ximagesink_class_init): Adding DISPLAY property.
39588         * sys/ximage/ximagesink.h: Adding display_name to store display.
39589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39590         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39591         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39592         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39593         properties (they still need polishing though for gst-launch use : no
39594         xcontext yet, i ll do that tomorrow).
39595         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39596
39597 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39598
39599         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39600         (gst_play_set_location), (gst_play_set_visualization): Preparing
39601         switch integration, adding videobalance in the pipeline.
39602
39603 2004-01-14  Julien MOUTTE <julien@moutte.net>
39604
39605         * gst-libs/gst/colorbalance/colorbalance.c:
39606         (gst_color_balance_class_init): Adding a default type.
39607         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39608         the type.
39609         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39610         (gst_videobalance_dispose), (gst_videobalance_class_init),
39611         (gst_videobalance_init), (gst_videobalance_interface_supported),
39612         (gst_videobalance_interface_init),
39613         (gst_videobalance_colorbalance_list_channels),
39614         (gst_videobalance_colorbalance_set_value),
39615         (gst_videobalance_colorbalance_get_value),
39616         (gst_videobalance_colorbalance_init): Implementing colorbalance
39617         interface.
39618         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39619         list.
39620         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39621         bug which was triggering a BadAccess X error when setting an overlay
39622         before pad was really negotiated.
39623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39624         Using the colorbalance type macro.
39625
39626 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39627
39628         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39629         (gst_flacenc_chain):
39630           handle tags correctly
39631         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39632           extract ID3v1 tags correctly
39633
39634 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39635
39636         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39637         (plugin_init):
39638           Improve matroska typefinding for odd-typed headers...
39639
39640 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39641
39642         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39643           Fix for using incremental number on padnames.
39644
39645 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39646
39647         * ext/divx/gstdivxdec.c:
39648         * ext/divx/gstdivxenc.c:
39649           Set category to divx4linux instead of divx (too generic).
39650         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39651         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39652         (gst_wavparse_loop), (gst_wavparse_change_state):
39653         * gst/wavparse/gstwavparse.h:
39654           fix parsing of WAV files with non-standard fmt-tag size and fix
39655           skipping of unrecognized chunks... Someone please fix this thing
39656           to use rifflib so all this is automated.
39657         * sys/v4l/Makefile.am:
39658         * sys/v4l2/Makefile.am:
39659           Add X_CFLAGS because we depend on X (for overlay).
39660
39661 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39662
39663         * ext/mpeg2dec/gstmpeg2dec.c:
39664           Don't issue a timestamp unless we tagged the frame
39665           with a PTS.
39666
39667 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39668
39669         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39670           Query the audio element to get the time, not the clock. We're
39671           interested in the element's time here.
39672
39673 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39674
39675         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39676         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39677         * ext/esd/esdsink.c: (gst_esdsink_chain):
39678         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39679         * ext/mas/massink.c: (gst_massink_chain):
39680         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39681         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39682         (gst_matroska_demux_parse_metadata):
39683         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39684         (gst_mpeg_parse_release_locks):
39685         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39686         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39687         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39688         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39689         (gst_osssink_change_state):
39690         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39691         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39692         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39693         (gst_xvideosink_release_locks):
39694         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39695           use element time.
39696         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39697         (gst_alsa_clock_stop):
39698         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39699         (gst_audio_clock_get_internal_time):
39700           simplify for use with new clocking code.
39701         * testsuite/alsa/Makefile.am:
39702         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39703           fix testsuite for new caps system
39704
39705 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39706
39707         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39708         * ext/flac/gstflacenc.c: (add_one_tag):
39709           length is already host endian, no need to convert. Fixes playback of
39710           tagged files on PPC. (bug #128384)
39711
39712 2004-01-13  Julien MOUTTE <julien@moutte.net>
39713
39714         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39715         colorbalance interface stating if it is hardware based or software
39716         based.
39717         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39718         Removing a trailing comma.
39719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39720         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39721         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39722         the documentation seems to be wrong on the -1000 to 1000 interval.
39723
39724 2004-01-12  David Schleef  <ds@schleef.org>
39725
39726         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39727         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39728         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39729         Fix negotiation.  Add a bufferalloc function for the sink pad,
39730         and generally clean up some of the code.
39731
39732 2004-01-12  Julien MOUTTE <julien@moutte.net>
39733
39734         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39735         (gst_color_balance_channel_dispose): Adding safety check in dispose
39736         method.
39737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39738         (gst_xvimagesink_xcontext_clear),
39739         (gst_xvimagesink_interface_supported),
39740         (gst_xvimagesink_colorbalance_list_channels),
39741         (gst_xvimagesink_colorbalance_set_value),
39742         (gst_xvimagesink_colorbalance_get_value),
39743         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39744         Adding colorbalance interface support to set XV parameters such as
39745         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39746         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39747         interface.
39748
39749 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39750
39751         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39752         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39753         (gst_audio_convert_init), (gst_audio_convert_set_property),
39754         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39755         (gst_audio_convert_link),
39756         (gst_audio_convert_buffer_to_default_format),
39757         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39758           - implement _getcaps and use it
39759           - improve linking
39760           - remove float caps since no float conversion is actually done
39761           - remove properties and arguments that were to be used for rate
39762             conversion
39763
39764 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39765
39766         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39767         (gst_audio_structure_set_int):
39768         * gst-libs/gst/audio/audio.h:
39769           add helper functions for _getcaps matching the standard audio
39770           templates
39771
39772 2004-01-12  David Schleef  <ds@schleef.org>
39773
39774         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39775         Test that pad is negotiated before getting its caps.
39776
39777 2004-01-12  Julien MOUTTE <julien@moutte.net>
39778
39779         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39780         analyzing the pads of an element the bin is mostly in READY state so
39781         no caps were negotiated. This helper function needs to work with
39782         _get_caps directly then. I was not freeing them though, added that to
39783         fix the mem leak.
39784
39785 2004-01-12  Julien MOUTTE <julien@moutte.net>
39786
39787         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39789         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39790         than the free_func.
39791
39792 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39793
39794         * sys/oss/gstossaudio.c: (plugin_init):
39795         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39796         * sys/oss/gstosselement.h:
39797           make an oss debugging category
39798           make failure more descriptive
39799
39800 2004-01-11  David Schleef  <ds@schleef.org>
39801
39802         * ext/ffmpeg/gstffmpeg.c:
39803         * ext/ffmpeg/gstffmpegcodecmap.c:
39804         * ext/ffmpeg/gstffmpegdec.c:
39805         * ext/ffmpeg/gstffmpegenc.c:
39806         * ext/ffmpeg/gstffmpegprotocol.c:
39807         * ext/gdk_pixbuf/gstgdkanimation.c:
39808         * ext/jpeg/gstjpeg.c:
39809         * ext/libpng/gstpng.c:
39810         * ext/mpeg2dec/perftest.c:
39811         * ext/speex/gstspeex.c:
39812         * gst-libs/gst/resample/dtos.c:
39813         * gst/intfloat/gstintfloatconvert.c:
39814         * gst/oneton/gstoneton.c:
39815         * gst/rtjpeg/RTjpeg.c:
39816         * gst/rtp/gstrtp.c:
39817         * sys/dxr3/dxr3init.c:
39818         * sys/glsink/gstgl_nvimage.c:
39819         * sys/glsink/gstgl_pdrimage.c:
39820         * sys/glsink/gstglsink.c:
39821         * testsuite/gst-lint:
39822         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39823
39824 2004-01-11  David Schleef  <ds@schleef.org>
39825
39826         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39827         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39828         * ext/gdk_pixbuf/gstgdkanimation.c:
39829         (gst_gdk_animation_iter_create_pixbuf):
39830         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39831         (gst_gdk_pixbuf_chain):
39832         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39833         * ext/jack/gstjack.c: (gst_jack_change_state):
39834         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39835         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39836         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39837         * gst/videofilter/gstvideofilter.c:
39838         (gst_videofilter_set_output_size):
39839         Remove all usage of gst_pad_get_caps(), and replace it with
39840         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39841
39842 2004-01-11  David Schleef  <ds@schleef.org>
39843
39844         * configure.ac:
39845         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39846         * ext/divx/gstdivxdec.c:
39847         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39848         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39849         handle images that span multiple buffers.  Now work with both
39850         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39851         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39852         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39853         video/video.h changes
39854         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39855         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39856         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39857         of GstData free function.
39858         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39859         same.
39860
39861 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39862
39863         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39864         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39865         (gst_v4l2element_get_property):
39866         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39867           add norm, channel and frequency properties.
39868         * sys/v4l2/gstv4l2tuner.c:
39869           fixes for tuner interface changes
39870         * sys/v4l2/gstv4l2element.h:
39871         * sys/v4l2/gstv4l2src.c:
39872         * sys/v4l2/gstv4l2src.h:
39873         * sys/v4l2/v4l2src_calls.c:
39874         * sys/v4l2/v4l2src_calls.h:
39875           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
39876
39877 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39878
39879         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
39880         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
39881         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
39882         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
39883         * gst-libs/gst/tuner/tuner.h:
39884           GObjects aren't const.
39885           Add find_by_name functions.
39886           Add checks to _changed functions.
39887         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
39888         (gst_v4l_tuner_get_norm):
39889           Fixes for above.
39890
39891 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39892
39893         * gst-libs/gst/video/video.h:
39894           Fix caps template names to be understandable.
39895           Prefix everything with GST_VIDEO.
39896         * ext/aalib/gstaasink.c:
39897         * ext/divx/gstdivxdec.c:
39898         * ext/divx/gstdivxenc.c:
39899         * ext/gdk_pixbuf/gstgdkpixbuf.c:
39900         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
39901         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
39902         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
39903         * ext/libcaca/gstcacasink.c:
39904         * ext/libpng/gstpngenc.c: (raw_caps_factory):
39905         * ext/snapshot/gstsnapshot.c:
39906         * ext/swfdec/gstswfdec.c:
39907         * ext/xvid/gstxviddec.c:
39908         * ext/xvid/gstxvidenc.c:
39909         * gst/chart/gstchart.c:
39910         * gst/deinterlace/gstdeinterlace.c:
39911         * gst/effectv/gsteffectv.c:
39912         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39913         * gst/goom/gstgoom.c:
39914         * gst/median/gstmedian.c:
39915         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
39916         (gst_monoscope_srcconnect), (gst_monoscope_chain):
39917         * gst/overlay/gstoverlay.c:
39918         * gst/smooth/gstsmooth.c:
39919         * gst/smpte/gstsmpte.c:
39920         * gst/synaesthesia/gstsynaesthesia.c:
39921         * gst/videocrop/gstvideocrop.c:
39922         * gst/videodrop/gstvideodrop.c:
39923         * gst/y4m/gsty4mencode.c:
39924         * sys/qcam/gstqcamsrc.c:
39925         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
39926           Make them work with new video.h file.
39927         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39928         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39929         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39930         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39931           Make it work with new buffer allocation system.
39932
39933 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39934
39935         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
39936         pad_alloc_buffer implementation to use ->srcpad
39937         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
39938         pad_alloc_buffer implementation to use ->srcpad
39939         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
39940         pad_alloc_buffer implementation to use ->srcpad
39941         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
39942         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
39943         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39944         a reference to everything we need.
39945         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
39946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
39947         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
39948         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39949         a reference to everything we need.
39950         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
39951
39952 2004-01-11  David Schleef  <ds@schleef.org>
39953
39954         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
39955         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
39956         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
39957         structure members.
39958         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
39959         value during a resize/renegotiation.
39960         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
39961         gst_pad_alloc_buffer();
39962         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39963         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
39964         structure members.
39965         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39966         Fix for rename of buffer private structure members.
39967         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39968         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39969         Fix for rename of buffer private structure members.
39970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39971         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39972         Fix for rename of buffer private structure members.
39973
39974 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
39975
39976         reviewed by: David Schleef <ds@schleef.org>
39977
39978         * gst/videofilter/Makefile.am:
39979         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
39980         from the patch by ds to fit in with recent make_filter changes.
39981
39982 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39983
39984         * configure.ac: Adding examples/switch/Makefile
39985         * examples/Makefile.am: Adding examples/switch
39986         * examples/switch/Makefile.am: Adding switcher example.
39987         * examples/switch/switcher.c: (got_eos), (idle_iterate),
39988         (switch_timer), (main): Adding an example demonstrating switch usage
39989         with 2 videotestsrc showing different patterns.
39990         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39991         (gst_switch_init): Fixing switch with the new caps system.
39992
39993 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39994
39995         * gst-libs/gst/video/video.h:
39996           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
39997           They should probably be like
39998           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
39999
40000 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40001
40002         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40003         (qtdemux_parse_trak):
40004           fix audio chunk size/timestamp calculation
40005
40006 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40007
40008         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
40009           fix SVQ3 caps
40010
40011 2004-01-11  Steve Baker  <steve@stevebaker.org>
40012
40013         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
40014         (gst_agingtv_base_init), (gst_agingtv_class_init),
40015         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
40016         (gst_agingtv_set_property), (gst_agingtv_get_property):
40017         Port agingTV to videofilter
40018
40019 2004-01-09  Julien MOUTTE <julien@moutte.net>
40020
40021         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
40022         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40023
40024 2004-01-09  Julien MOUTTE <julien@moutte.net>
40025
40026         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40027         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40028         * gst-libs/gst/xoverlay/xoverlay.c:
40029         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40030         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40031         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40032         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40033         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40034         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40035         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40036         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40037         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40038         interface implementation to handle xid being 0 and fix some bugs
40039         triggered by Benjamin's testcase.
40040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40041         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40042         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40043         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40044         interface implementation to handle xid being 0 and fix some bugs
40045         triggered by Benjamin's testcase.
40046
40047 2004-01-09  David Schleef  <ds@schleef.org>
40048
40049         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40050         mouse pointer events.  It works.
40051
40052 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40053
40054         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40055           Use explicit caps - fix capsnego.
40056         * ext/xvid/gstxviddec.c:
40057         * ext/xvid/gstxvidenc.c:
40058           Remove macro-inside-macro which caused compile errors.
40059         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40060           Error out if it's not a RIFF file. Else we error out without
40061           gst_element_error() which is not good...
40062
40063 2004-01-08  David Schleef  <ds@schleef.org>
40064
40065         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40066         Fix pad_link function to handle formats that ffmpeg returns
40067         as multiple caps structures.
40068         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40069         Only complain if source buffer is _smaller_ than expected.
40070         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40071         (gst_videoscale_handle_src_event): Resize navigation events
40072         when passing them upstream.
40073         * gst/videotestsrc/gstvideotestsrc.c:
40074         * gst/videotestsrc/gstvideotestsrc.h:
40075         * gst/videotestsrc/videotestsrc.c:
40076         * gst/videotestsrc/videotestsrc.h:
40077         Rewrite many of the buffer painting functions to handle odd
40078         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40079         been verified to work with my video card.
40080         * testsuite/gst-lint:  Add check for elements calling
40081         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40082
40083 2004-01-08  David Schleef  <ds@schleef.org>
40084
40085         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40086         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40087
40088 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40089
40090         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40091         configure event is not emiting the desired size signal. That fixes
40092         aspect ratio issues with gst-player.
40093
40094 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40095
40096         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40097           Fix capsnego.
40098
40099 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40100
40101         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40102         public method to fire size signal.
40103
40104 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40105
40106         * examples/gstplay/Makefile.am: Adding the interface library.
40107         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40108         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40109         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40110         GST_IS_X_OVERLAY before signal connect.
40111         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40112         Removing the have_video_size signal.
40113         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40114         and associated public method.
40115         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40116         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40117         signal.
40118         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40119         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40120         signal.
40121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40122         Using XOverlay public method to fire size signal.
40123
40124 2004-01-07  David Schleef  <ds@schleef.org>
40125
40126         * gst/videofilter/Makefile.am:
40127         * gst/videofilter/gstvideotemplate.c:
40128         * gst/videofilter/make_filter:
40129         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40130         Convert make_filter to /bin/sh script.
40131
40132 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40133
40134         * gst/modplug/gstmodplug.cc: fix element description
40135
40136 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40137
40138         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40139         (got_video_size): Adding some new lines in g_print calls.
40140         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40141         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40142         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40143         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40144         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40145         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40146         Complete code review, reverting some stuff i disagree with, adding
40147         some fixes : time synchronization on invalid timestamps, renegotiation
40148         of private window.
40149         * sys/ximage/ximagesink.h:
40150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40151         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40152         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40153         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40154         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40155         (gst_xvimagesink_buffer_new),
40156         (gst_xvimagesink_navigation_send_event),
40157         (gst_xvimagesink_set_xwindow_id),
40158         (gst_xvimagesink_get_desired_size),
40159         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40160         stuff i disagree with, adding some fixes : Renegotiation of private
40161         window, implementing get_desired_size.
40162
40163 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40164
40165         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40166         (gst_afsink_handle_event):
40167         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40168         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40169         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40170         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40171         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40172           Fix for instantiate-test (see core). Also remove dead code from
40173           jpegenc (which still needs fixing, but that's lower on my TODO
40174           list...).
40175         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40176           Never return NULL as caps.
40177
40178 2004-01-07  David Schleef  <ds@schleef.org>
40179
40180         * configure.ac:
40181         * ext/Makefile.am:
40182         * ext/librfb/Makefile.am:
40183         * ext/librfb/gstrfbsrc.c:
40184         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40185         is the protocol used by VNC.
40186
40187 2004-01-07  David Schleef  <ds@schleef.org>
40188
40189         * gst/videofilter/gstvideotemplate.c:
40190         * gst/videofilter/gstvideotemplate.h:
40191         * gst/videofilter/make_filter:
40192         Merge videotemplate header into source file.
40193         * gst/effectv/Makefile.am:
40194         * gst/effectv/gsteffectv.c: (plugin_init):
40195         * gst/effectv/gstwarp.c:
40196         Make warpTV a subclass of videofilter.
40197
40198 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40199
40200         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40201           Add guard against invalid utf-8 conversions in mad. Just in case.
40202
40203 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40204
40205         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40206           Fix for bug shown by poisoning
40207
40208 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40209
40210         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40211         (gst_v4lmjpegsrc_buffer_free):
40212         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40213         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40214         (gst_v4lsrc_buffer_free):
40215           Fix for removed bufferpools.
40216
40217 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40218
40219         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40220         Fix caps negotiation.
40221
40222         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40223         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40224         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40225         (dvdnavsrc_event):
40226         * ext/mpeg2dec/gstmpeg2dec.c:
40227         * gst-libs/gst/navigation/navigation.c:
40228         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40229         * gst-libs/gst/navigation/navigation.h:
40230         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40231         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40233         Super-simple first version of mouse and keyboard events. Clicking
40234         on a DVD menu now works, although it may not take you where you
40235         expected.
40236
40237         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40238         * gst/videotestsrc/gstvideotestsrc.c:
40239         (gst_videotestsrc_src_fixate):
40240         These fixate functions were broken - they never actually
40241         fixated :)
40242
40243 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40244
40245         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40246         (gst_icecastsend_init):
40247           fix for new caps system.
40248         * gst-libs/gst/mixer/mixertrack.h:
40249         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40250           Add 'master track' flag (for tools like ACME that only want to
40251           change the main volume).
40252
40253 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40254
40255         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40256         (gst_xvid_csp_to_caps):
40257         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40258         * ext/xvid/gstxvidenc.c:
40259         ifdef out ARGB type when it isn't available
40260         in xvidcore 1.0.0beta2
40261
40262 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40263
40264         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40265           When we have received a new SCR right in the first buffer after
40266           a seek (so in the same cycle that handles the discont), we should
40267           handle the buffer instead of unreffing it, else we lose data.
40268
40269 2004-01-06  Iain <iain@prettypeople.org>
40270
40271         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40272           buffer-frames caps too.
40273
40274         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40275           caps that we need, don't destroy them all and rebuild them. And when
40276           creating src pads, use the src pad template rather than the sink...
40277
40278 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40279
40280         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40281           Add pad to element *after* setting functions such as event handler.
40282           Without this, the scheduler (opt) will link pads, set the event
40283           handler from the default event function (dispatcher in gstpad.c)
40284           and *after* that, we will set our own event function, which will
40285           thus never be used (and thus mpegdemux doesn't handle events).
40286
40287 2004-01-04  David Schleef  <ds@schleef.org>
40288
40289         Fix the fixate functions to handle new prototype:
40290         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40291         * gst/videotestsrc/gstvideotestsrc.c:
40292         (gst_videotestsrc_src_fixate):
40293         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40294         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40296
40297 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40298
40299         * sys/ximage/ximagesink.h:
40300         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40301         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40302         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40303         (gst_ximagesink_xoverlay_init):
40304           assorted fixes to make (re)embedding work
40305         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40306         (gst_ximagesink_get_desired_size):
40307           implement desired size additions to XOverlay
40308
40309 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40310
40311         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40312         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40313         (gst_x_overlay_got_desired_size):
40314         * gst-libs/gst/xoverlay/xoverlay.h:
40315           Add optional "desired size" signal and querying.
40316
40317 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40318
40319         * gst/matroska/matroska-demux.c:
40320         (gst_matroska_demux_parse_blockgroup):
40321           Fix EBML-laced block parsing. Diffs are relative to previous
40322           lace, not the first lace. Thanks to Mosu from the Matroska
40323           team for detecting this.
40324         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40325         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40326         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40327         (gst_wavparse_change_state):
40328         * gst/wavparse/gstwavparse.h:
40329           Quickfix for capsnego.
40330
40331 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40332
40333         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40334           Fix indenting, fix pad creation.
40335
40336 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40337
40338         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40339         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40340         (gst_xviddec_sink_link):
40341           Implement src_getcaps() so proper size caps is negotiated.
40342
40343 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40344
40345         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40346           Finish flac decoder on EOS. See #116178.
40347
40348 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40349
40350         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40351         (gst_matroska_demux_add_stream):
40352         * gst/matroska/matroska-ids.h:
40353           Add getcaps() function to fix capsnego...
40354
40355 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40356
40357         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40358         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40359         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40360           Fix more integer overflows. Again, see #126967.
40361
40362 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40363
40364         * ext/mpeg2dec/gstmpeg2dec.c:
40365           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40366           #130416.
40367
40368 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40369
40370         * configure.ac:
40371         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40372         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40373         * ext/xvid/gstxvid.h:
40374         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40375         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40376         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40377         (gst_xviddec_change_state):
40378         * ext/xvid/gstxviddec.h:
40379         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40380         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40381         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40382         (gst_xvidenc_link), (gst_xvidenc_set_property),
40383         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40384         * ext/xvid/gstxvidenc.h:
40385           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40386
40387 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40388
40389         * gst/rtp/rtp-packet.c:
40390           Add sys/types.h include, since OS X doesn't define in_addr_t
40391           in netinet/in.h, like it does on Linux (see #129600).
40392
40393 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40394
40395         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40396
40397         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40398           Correct logic of dispose function (see #129306).
40399
40400 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40401
40402         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40403         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40404         (gst_mpeg_parse_init):
40405         * gst/mpegstream/gstmpegparse.h:
40406           Remove clock (which was never provided, i.e. dead code), and
40407           also fix integer overflows at high PTS values (see #126967).
40408
40409 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40410
40411         * ext/flac/gstflacdec.c:
40412         * ext/libpng/gstpngenc.h:
40413         * ext/mikmod/gstmikmod.h:
40414           OS X fixes (see #126628).
40415
40416 2004-01-02  David Schleef  <ds@schleef.org>
40417
40418         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40419         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40420         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40421         (gst_mpeg_parse_class_init): Move pad template registration
40422         to class_init, since the derived class (mpegdemux) doesn't
40423         want them.
40424
40425 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40426
40427         * sys/ximage/Makefile.am:
40428         * sys/xvideo/Makefile.am:
40429         * sys/xvimage/Makefile.am:
40430           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40431           after installation (see #127664).
40432
40433 2004-01-02  David Schleef  <ds@schleef.org>
40434
40435         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40436         (gst_ffmpegenc_connect):  Negotiation fixes.
40437         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40438         Remove inappropriate gst_caps_free().
40439         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40440         Reenable Ronald's internal resize code, since the core handles
40441         it correctly now.
40442
40443 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40444
40445         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40446         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40447         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40448           Fix pad template stuff.
40449
40450 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40451
40452         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40453         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40454           fix signed integer reading/writing.
40455
40456 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40457
40458         * ext/alsa/README:
40459           Remove outdated document
40460
40461 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40462
40463         * gst/cutter/gstcutter.c: (gst_cutter_init):
40464           src pad was being created twice - oops.
40465
40466 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40467
40468         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40469           Comment out internal resize. It doesn't handle the resulting
40470           XEvent internally, does another try_set_caps() which leads to
40471           a really nice loop.
40472           Real fix will come when Julien and Dave are awake. ;).
40473
40474 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40475
40476         * ext/mpeg2enc/gstmpeg2enc.cc:
40477           fix const/nonconst compile issue.
40478
40479 2004-01-02  David Schleef  <ds@schleef.org>
40480
40481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40482         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40483         Add fixate function and a check for bad formats.
40484
40485 2004-01-01  David Schleef  <ds@schleef.org>
40486
40487         Negotiation fixes:
40488         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40489         (gst_audiofilter_init):
40490         * gst/debug/efence.c: (gst_efence_init):
40491         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40492         (gst_deinterlace_init):
40493         * gst/volume/gstvolume.c: (volume_connect):
40494
40495 2004-01-01  David Schleef  <ds@schleef.org>
40496
40497         Convert elements to use gst_pad_use_explicit_caps() where
40498         appropriate:
40499         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40500         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40501         (gst_afparse_open_file):
40502         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40503         (gst_afsrc_open_file):
40504         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40505         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40506         (gst_ffmpegdec_chain):
40507         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40508         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40509         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40510         (gst_gdk_pixbuf_chain):
40511         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40512         (gst_jpegdec_chain):
40513         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40514         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40515         (gst_mikmod_negotiate):
40516         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40517         (gst_mpeg2dec_negotiate_format):
40518         * ext/mpeg2enc/gstmpeg2enc.cc:
40519         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40520         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40521         (gst_speexdec_sinkconnect):
40522         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40523         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40524         (gst_vorbisfile_new_link):
40525         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40526         (gst_ac3parse_chain):
40527         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40528         (gst_asf_demux_setup_pad):
40529         * gst/auparse/gstauparse.c: (gst_auparse_init),
40530         (gst_auparse_chain):
40531         * gst/id3/gstid3types.c: (gst_id3types_loop):
40532         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40533         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40534         (mp1videoparse_parse_seq):
40535         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40536         (bpf_from_header):
40537         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40538         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40539         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40540         (gst_mpeg_parse_send_data):
40541         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40542         (gst_qtdemux_add_stream):
40543         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40544         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40545         (gst_wavparse_parse_fmt):
40546
40547 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40548
40549         * configure.ac:
40550           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40551           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40552           it therefore uses the wrong include paths. Too bad... Note
40553           that 1.6.1.93 is not release yet. ;).
40554           Also add a check for mplex, which is now using the lib'ified
40555           mplex from mjpegtools, too.
40556         * ext/ffmpeg/gstffmpegcodecmap.c:
40557           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40558           issues. I don't think ffmpeg handles 3ivx correctly, so this
40559           probably won't work. But it won't hurt either.
40560         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40561         (gst_ffmpegdec_chain):
40562         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40563         (gst_ffmpegenc_chain_audio):
40564           Fix memleak in audio encoding. Close codec if open fails, this
40565           calls the cleanup routines so we can re-use the context.
40566         * ext/mpeg2enc/gstmpeg2enc.cc:
40567           Fix pad template names/types, fix memory issue with getcaps().
40568         * ext/mpeg2enc/gstmpeg2encoder.cc:
40569         * ext/mpeg2enc/gstmpeg2encoder.hh:
40570           Fix compile issue with new caps system (const thingy).
40571         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40572         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40573           We read a first frame right on initing, so that we have a caps
40574           when we init the output. This caps is cached in padprivate and
40575           read as first frame.
40576         * ext/mplex/Makefile.am:
40577         * ext/mplex/gstmplex.cc:
40578         * ext/mplex/gstmplex.h:
40579         * ext/mplex/gstmplex.hh:
40580         * ext/mplex/gstmplexibitstream.cc:
40581         * ext/mplex/gstmplexibitstream.hh:
40582         * ext/mplex/gstmplexjob.cc:
40583         * ext/mplex/gstmplexjob.hh:
40584         * ext/mplex/gstmplexoutputstream.cc:
40585         * ext/mplex/gstmplexoutputstream.hh:
40586           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40587           had issues, didn't do capsnego, supported only a subset of the
40588           mplex features and required a mplex fork in our local CVS. Plus
40589           that it worked agaist a very old mplex version. Rewriting was
40590           faster than updating it.
40591         * gst-libs/ext/Makefile.am:
40592         * gst-libs/ext/mplex/INSTRUCT:
40593         * gst-libs/ext/mplex/Makefile.am:
40594         * gst-libs/ext/mplex/README:
40595         * gst-libs/ext/mplex/TODO:
40596         * gst-libs/ext/mplex/ac3strm_in.cc:
40597         * gst-libs/ext/mplex/audiostrm.hh:
40598         * gst-libs/ext/mplex/audiostrm_out.cc:
40599         * gst-libs/ext/mplex/aunit.hh:
40600         * gst-libs/ext/mplex/bits.cc:
40601         * gst-libs/ext/mplex/bits.hh:
40602         * gst-libs/ext/mplex/buffer.cc:
40603         * gst-libs/ext/mplex/buffer.hh:
40604         * gst-libs/ext/mplex/fastintfns.h:
40605         * gst-libs/ext/mplex/format_codes.h:
40606         * gst-libs/ext/mplex/inputstrm.cc:
40607         * gst-libs/ext/mplex/inputstrm.hh:
40608         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40609         * gst-libs/ext/mplex/mjpeg_logging.cc:
40610         * gst-libs/ext/mplex/mjpeg_logging.h:
40611         * gst-libs/ext/mplex/mjpeg_types.h:
40612         * gst-libs/ext/mplex/mpastrm_in.cc:
40613         * gst-libs/ext/mplex/mpegconsts.cc:
40614         * gst-libs/ext/mplex/mpegconsts.h:
40615         * gst-libs/ext/mplex/mplexconsts.hh:
40616         * gst-libs/ext/mplex/multplex.cc:
40617         * gst-libs/ext/mplex/outputstream.hh:
40618         * gst-libs/ext/mplex/padstrm.cc:
40619         * gst-libs/ext/mplex/padstrm.hh:
40620         * gst-libs/ext/mplex/stillsstream.cc:
40621         * gst-libs/ext/mplex/stillsstream.hh:
40622         * gst-libs/ext/mplex/systems.cc:
40623         * gst-libs/ext/mplex/systems.hh:
40624         * gst-libs/ext/mplex/vector.cc:
40625         * gst-libs/ext/mplex/vector.hh:
40626         * gst-libs/ext/mplex/videostrm.hh:
40627         * gst-libs/ext/mplex/videostrm_in.cc:
40628         * gst-libs/ext/mplex/videostrm_out.cc:
40629         * gst-libs/ext/mplex/yuv4mpeg.cc:
40630         * gst-libs/ext/mplex/yuv4mpeg.h:
40631         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40632         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40633           We don't fork mjpegtools' mplex in our CVS anymore.
40634         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40635         (gst_avi_demux_add_stream):
40636         * gst/avi/gstavidemux.h:
40637           Add getcaps() function for proper caps nego. This makes some
40638           parts of AVI playback/reading work.
40639         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40640           Resize window on new capsnego. This is probably wrong, but
40641           I'm still committing it because with current capsnego, the
40642           first successfull capsnego is auto-fixated, therefore rounded
40643           down to the lowest values in the caps. this results in a 16x16
40644           XWindow that is not reized when real capsnego finishes.
40645           Dave, I see more cases of this, do you know a proper solution?
40646         * tools/gst-launch-ext.in:
40647           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40648
40649 2003-12-31  David Schleef  <ds@schleef.org>
40650
40651         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40652         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40653           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40654
40655 2003-12-30  David Schleef  <ds@schleef.org>
40656
40657         * ext/ffmpeg/gstffmpegcolorspace.c:
40658         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40659         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40660         (gst_ffmpegcsp_chain): Negotiation fixes
40661         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40662         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40663         (gst_audio_convert_link), (gst_audio_convert_channels):
40664         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40665         (gst_audioscale_link), (gst_audioscale_get_buffer),
40666         (gst_audioscale_chain): Negotiation fixes
40667         * gst/audioscale/gstaudioscale.h:
40668         * gst/videofilter/gstvideofilter.c:
40669         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40670         (gst_videofilter_link), (gst_videofilter_init),
40671         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40672         (gst_videofilter_find_format_by_structure):
40673         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40674         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40675         (gst_videoscale_link):
40676         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40677         (videoscale_find_by_structure), (gst_videoscale_setup):
40678         * gst/videoscale/videoscale.h: Negotiation fixes
40679         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40680         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40681         function, restrict resizing to a multiple of 4 (hack until
40682         everyone supports odd sizes correctly).
40683
40684 2003-12-29  Colin Walters  <walters@verbum.org>
40685
40686         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40687         signed.
40688
40689 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40690
40691         * ext/sndfile/gstsf.c: (gst_sf_loop):
40692           Fix warning about discarding const qualifier
40693
40694 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40695
40696         * gst/cutter/gstcutter.c:
40697         * gst/videoscale/gstvideoscale.c:
40698         * gst/volenv/gstvolenv.c:
40699         * gst-libs/gst/audio/audio.c:
40700         * gst-libs/gst/video/video.c:
40701           Fix warnings
40702
40703 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40704
40705         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40706           Don't send ALSA debugging to stderr.
40707         * ext/alsa/gstalsa.h:
40708           Use GST_WARNING instead of g_warning when ALSA functions fail.
40709
40710 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40711
40712         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40713           Free XVAdapterInfo correctly.
40714
40715 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40716
40717         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40718         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40719           Make id3tag use correct caps nego.
40720
40721 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40722
40723         * ext/ivorbis/vorbis.c:
40724         * ext/ivorbis/vorbisenc.h:
40725         * ext/ivorbis/vorbisfile.c:
40726           Modify so that it uses the new caps things
40727
40728 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40729
40730         * testsuite/spider/spider1.c: (main):
40731         * testsuite/spider/spider2.c: (main):
40732         * testsuite/spider/spider3.c: (main):
40733           Make tests compile again. They probably don't work.
40734
40735 2003-12-24  Colin Walters  <walters@verbum.org>
40736
40737         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40738         we can't fixate the caps anymore.
40739
40740 2003-12-23  David Schleef  <ds@schleef.org>
40741
40742         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40743         * sys/oss/gstosssink.c: (gst_osssink_init),
40744         (gst_osssink_sink_fixate): Add fixate function.
40745
40746 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40747
40748         * ext/ffmpeg/gstffmpegcodecmap.c:
40749         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40750         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40751         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40752         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40753         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40754         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40755         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40756           fix typo in RGB masks, and move back to "old" colorspace
40757           capsnego code until whoever wrote this new crap has actually
40758           tested it so that it works.
40759           And yes, this works, keep it that way please.
40760
40761 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40762
40763         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40764         (gst_divxdec_init), (gst_divxdec_negotiate):
40765         * ext/divx/gstdivxdec.h:
40766         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40767         (gst_divxenc_init):
40768         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40769         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40770         * ext/mpeg2enc/gstmpeg2enc.cc:
40771         * ext/mpeg2enc/gstmpeg2encoder.cc:
40772         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40773         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40774         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40775         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40776         (dxr3spusink_init):
40777         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40778         (dxr3videosink_init):
40779           Fix caps breakage after Dave's caps branch merge.
40780
40781 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40782
40783         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40784           Fix for 24bpp display.
40785
40786 2003-12-23  Colin Walters  <walters@verbum.org>
40787
40788         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40789         a GnomeVFSHandle directly.
40790
40791 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40792
40793         * gst/volume/Makefile.am:
40794         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40795         (volume_base_init), (volume_init):
40796           Reenable volume element and fix to work with new caps stuff.
40797           Rhythmbox needs this.
40798
40799 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40800
40801         * gst/qtdemux/qtdemux.c: (plugin_init):
40802           qtdemux requires bytestream
40803
40804 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40805
40806         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40807           Fix remaining caps handling errors due to CAPS merge.
40808
40809 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40810
40811         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40812         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40813         (gst_faad_srcconnect):
40814           Port to new caps system.
40815
40816 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40817
40818         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40819         (got_video_size), (main): using g_print instead of g_message.
40820         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40821         signal which was not emitted because of "switch" element added to the
40822         bin but not connected. (Removing from the bin temporarily)
40823
40824 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40825
40826         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40827         find X development files. I don't understand the previous tests and
40828         they fail on my debian/ppc unstable. This one works.
40829         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40830         exiting.
40831         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40832         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40833         (gst_play_set_visualization): Add some safety checks in set_ methods
40834         and state_change. This was throwing some ugly CRITICAL messages when
40835         pipeline was getting disposed and casts were failing.
40836
40837 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40838
40839         * configure.ac:
40840           Improve mpeg2enc detection. This is for distributions that do
40841           ship mjpegtools, but without mpeg2enc. Also does object check
40842           for might there ever be ABI incompatibility.
40843         * ext/mpeg2enc/gstmpeg2enc.cc:
40844           Add Andrew as second maintainer (he's helping me), and also add
40845           an error if no caps was set. This happens if I pull before capsnego
40846           and that's something I should solve sometime else.
40847         * gst/matroska/matroska-demux.c:
40848         (gst_matroska_demux_parse_blockgroup):
40849           Fix time parsing.
40850         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40851         (gst_matroska_mux_track_header):
40852           Add caps to templates.
40853         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40854           Add mpegversion=1 to prevent confusion with MPEG/AAC.
40855         * gst/mpegstream/gstmpegdemux.c:
40856           Remove layer since it causes warnings about unfixed caps.
40857         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40858           Fix obvious typo (we error out if caps were set, we should of
40859           course error out if *no* caps were set).
40860         * sys/oss/gstosselement.c: (gst_osselement_convert):
40861           Fix format conversion, we confused bits/bytes.
40862         * sys/oss/gstosselement.h:
40863           Improve documentation for 'bps'.
40864         * sys/v4l/TODO:
40865           Remove stuff about plugins that need removing - this was done
40866           ages ago.
40867         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
40868         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
40869         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
40870         (gst_v4lsrc_src_query):
40871         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
40872         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
40873           Add get_query_types(), get_formats() and query() functions.
40874
40875 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
40876
40877         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
40878           * moved CVS to freedesktop.org