ext/theora/: Copy seqnum.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * ext/theora/gsttheoradec.h:
4         * ext/theora/theoradec.c: (gst_theora_dec_init),
5         (gst_theora_dec_reset), (theora_dec_src_event),
6         (theora_dec_sink_event), (theora_handle_type_packet):
7         Copy seqnum.
8         Keep events in a pending list, like vorbisdec, instead of trying
9         to construct a segment event ourselves.
10
11         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
12         (vorbis_dec_src_event), (vorbis_dec_sink_event):
13         * ext/vorbis/vorbisdec.h:
14         Copy seqnum.
15
16 2008-11-04  Wim Taymans  <wim.taymans@collabora.co.uk>
17
18         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
19         (gst_ogg_demux_deactivate_current_chain),
20         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page),
21         (gst_ogg_demux_loop):
22         * ext/ogg/gstoggdemux.h:
23         Copy seqnums around to track playback segments and messages.
24
25 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
26
27         Based on patch by: Matthias Kretz <kretz at kde dot org>
28
29         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
30         (gst_alsasink_prepare), (gst_alsasink_unprepare),
31         (gst_alsasink_write):
32         Make all access non-blocking so that we can better handle unplugging
33         of usb devices. Fixes #559111
34
35 2008-11-03  Wim Taymans  <wim.taymans@collabora.co.uk>
36
37         Patch by: Damien Lespiau  <damien.lespiau gmail com>
38
39         * gst-libs/gst/rtsp/gstrtspconnection.c:
40         (gst_rtsp_connection_write):
41         Make the next call to poll not depend on previous calls to poll with or
42         without reading from the active descriptor. Fixes #544293.
43
44 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
45
46         Patch by: Nick Haddad <nick at haddads dot net>
47
48         * gst-libs/gst/riff/riff-ids.h:
49         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
50         Add support for other fourcc codes that are commonly used for
51         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
52         Fixes #558553.
53
54 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
55
56         * gst/audioresample/gstaudioresample.c:
57           Return the result of parent_class->event().
58
59 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
60
61         * gst/audioresample/gstaudioresample.c:
62         (gst_audioresample_class_init), (audioresample_fixate_caps):
63         Fixate the rate to the nearest supported rate instead of
64         the first one. Fixes bug #549510.
65
66 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
67
68         * win32/common/libgstaudio.def:
69         Add new symbols.
70
71 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
72
73         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
74         Attempt to make obfuscated code clearer.
75
76 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
77
78         * docs/libs/gst-plugins-base-libs-sections.txt:
79         * gst-libs/gst/floatcast/floatcast.h:
80         Move float endianness conversion macros to core. Second part of
81         bug ##555196.
82
83 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
84
85         * sys/ximage/ximagesink.h:
86         * sys/xvimage/xvimagesink.h:
87           Don't mark as gtk-doc docs as they aren't public.
88
89 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
90
91         * sys/xvimage/xvimagesink.c:
92         * sys/xvimage/xvimagesink.h:
93         * tests/icles/Makefile.am:
94         * tests/icles/test-colorkey.c:
95           Allow setting colorkey if possible. Implement property probe interface
96           for optional X features (autopaint-colorkey, double-buffer and
97           colorkey). Fixes #554533
98
99 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
100
101         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
102         Remove useless buffer size assignment. It already has this value.
103
104 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
105
106         * gst-libs/gst/audio/gstaudiosink.c:
107         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
108         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
109         (gst_audioringbuffer_stop):
110         Implement a separate activate functions to start monitoring the segments
111         or, in pull mode, pulling in data.
112
113         * gst-libs/gst/audio/gstbaseaudiosink.c:
114         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
115         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
116         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
117         (gst_base_audio_sink_activate_pull),
118         (gst_base_audio_sink_async_play),
119         (gst_base_audio_sink_change_state):
120         Implement pad and element convert query function.
121         Activate the ringbuffer.
122         Use the segment last_stop value as the offset to pull.
123         Use new basesink _do_preroll() method to preroll in the pulling thread.
124         Take appropriate locking in the pulling thread.
125
126         * gst-libs/gst/audio/gstringbuffer.h:
127         Update some docs.
128
129 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
130
131         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
132         Improve MXF typefinding a bit by searching for a header partition
133         pack instead of just a general partition pack and checking more
134         bytes for valid values.
135
136 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
137
138         * tests/icles/.cvsignore:
139         update ignore file.
140
141         * tests/icles/Makefile.am:
142         * tests/icles/test-box.c: (make_pipeline), (main):
143         Add another interactive command line experimentation suite for
144         dynamically boxing/cropping/saling an input video.
145
146 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
147
148         * docs/libs/gst-plugins-base-libs-sections.txt:
149         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
150         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
151         * gst-libs/gst/audio/gstringbuffer.h:
152         Add methods to more accuratly control the pulling thread of a
153         ringbuffer.
154         Add format conversion helper code to the ringbuffer.
155         API: GstRingBuffer:gst_ring_buffer_activate()
156         API: GstRingBuffer:gst_ring_buffer_is_active()
157         API: GstRingBuffer:gst_ring_buffer_convert()
158
159 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
160
161         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
162         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
163         (gst_audioringbuffer_stop):
164         Signal thread startup earlier so that we can immediatly go into pull
165         mode when we have to and block on preroll.
166
167 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
168
169         * gst-libs/gst/audio/gstringbuffer.c:
170         (gst_ring_buffer_prepare_read):
171         In pull mode we want the callback to prepull a buffer we can preroll on
172         even when we are not yet playing.
173
174 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
175
176         * ext/alsa/Makefile.am:
177         * ext/cdparanoia/Makefile.am:
178         * ext/gio/Makefile.am:
179         * ext/gnomevfs/Makefile.am:
180         * ext/libvisual/Makefile.am:
181         * ext/ogg/Makefile.am:
182         * ext/pango/Makefile.am:
183         * ext/theora/Makefile.am:
184         * ext/vorbis/Makefile.am:
185         * gst/adder/Makefile.am:
186         * gst/audioconvert/Makefile.am:
187         * gst/audiorate/Makefile.am:
188         * gst/audioresample/Makefile.am:
189         * gst/audiotestsrc/Makefile.am:
190         * gst/ffmpegcolorspace/Makefile.am:
191         * gst/gdp/Makefile.am:
192         * gst/playback/Makefile.am:
193         * gst/subparse/Makefile.am:
194         * gst/tcp/Makefile.am:
195         * gst/typefind/Makefile.am:
196         * gst/videorate/Makefile.am:
197         * gst/videoscale/Makefile.am:
198         * gst/videotestsrc/Makefile.am:
199         * gst/volume/Makefile.am:
200         * sys/v4l/Makefile.am:
201         * sys/ximage/Makefile.am:
202         * sys/xvimage/Makefile.am:
203           Don't install static libs for plugins. Fixes #550851 for base.
204
205 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
206
207         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
208         Set the default blocksize to -1 because we will then use the configured
209         samplesperbuffer to create our output buffer.
210
211 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
212
213         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
214         (gst_riff_create_video_template_caps):
215         Add mappping for the KMVC (Karl Morton's Video) Codec.
216
217 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
218
219         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
220         Don't forget to advance the offset of what we're matching against, else
221         we end up in a forever loop.
222
223 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
224
225         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
226         Improve typefinding a bit. If we don't have a Unicode charset
227         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
228
229 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
230
231         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
232         Fix build on macosx.
233
234 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
235
236         Based on patch by: Robin Stocker <robin at nibor dot org>
237
238         * ext/theora/gsttheoradec.h:
239         * ext/theora/theoradec.c: (gst_theora_dec_init),
240         (theora_dec_setcaps), (theora_handle_type_packet),
241         (theora_dec_decode_buffer), (theora_dec_change_state):
242         Parse input caps and make the PAR override the encoded PAR when
243         specified by a container. Fixes #555699.
244
245 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
246
247         * gst-libs/gst/rtp/gstbasertpdepayload.c:
248         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
249         (gst_base_rtp_depayload_set_gst_timestamp),
250         (gst_base_rtp_depayload_change_state):
251         * gst-libs/gst/rtp/gstbasertpdepayload.h:
252         Add some more G_LIKELY
253         Fail when the setcaps function was not called.
254
255         * gst-libs/gst/rtp/gstbasertppayload.c:
256         (gst_basertppayload_set_outcaps):
257         Propagate return value of setcaps.
258
259 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
260
261         * gst/subparse/Makefile.am:
262         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
263         (gst_sub_parse_class_init), (gst_sub_parse_init),
264         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
265         (get_next_line), (gst_sub_parse_data_format_autodetect),
266         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
267         (gst_subparse_type_find):
268         * gst/subparse/gstsubparse.h:
269         Add support for UTF16/UTF32 subtitles as long as the first bytes of
270         the first buffer contain the BOM. This also adds support for other
271         encodings that allow NUL bytes via the encoding property.
272         Fixes bugs #552237 and #456788.
273
274 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
275
276         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
277         Don't drop the last byte of image tags if they're not an URI list.
278         Fixes bug #556066.
279
280 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
281
282         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
283         For looking at the 4th byte we have to get 4 bytes of course
284         and not 3.
285
286 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
287
288         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
289         Improve FLAC-without-headers typefinding by looking at most of the
290         frame header and checking if invalid values are used. Should prevent
291         quite some false positives compared to the old version which only
292         check if the first 14 bits are set.
293
294 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
295
296         * sys/xvimage/xvimagesink.c:
297           Don't assert on caps==NULL.
298
299 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
300
301         * gst/subparse/gstsubparse.c:
302         (gst_sub_parse_data_format_autodetect), (handle_buffer),
303         (gst_sub_parse_change_state):
304         * gst/subparse/gstsubparse.h:
305         * tests/check/elements/subparse.c: (GST_START_TEST):
306         Add support for subtitle files with UTF-8 BOM at the beginning
307         by simple stripping it from the first line before passing it
308         to any parsing code. Fixes bug #555257 and playback of files
309         created by Gnome Subtitles.
310
311 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
312
313         * gst/audiotestsrc/gstaudiotestsrc.c:
314         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
315         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
316         (gst_audio_test_src_start), (gst_audio_test_src_stop),
317         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
318         (gst_audio_test_src_create):
319         * gst/audiotestsrc/gstaudiotestsrc.h:
320         Define the default property values in the usual place.
321         Implement start/stop to reset values correctly.
322         Calculate the sample size only once when we negotiate.
323         Rename some values to make more sense.
324         Keep track of our byte range.
325         Add support for pull based scheduling. Disabled for now until we have
326         the whole stack working.
327         Set the BUFFER_OFFSET correctly.
328
329 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
330
331         Based on a patch by: xavierb at gmail dot com
332
333         * gst/subparse/gstsubparse.c:
334         (gst_sub_parse_data_format_autodetect):
335         * tests/check/elements/subparse.c: (GST_START_TEST):
336         Make the detection of the used subtitle a bit less strict
337         for srt subtitles. Fixes bug #555607.
338
339 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
340
341         * ext/vorbis/vorbisenc.c:
342         (gst_vorbis_enc_buffer_check_discontinuous):
343         Fix discontinuity detection which was broken by last commit.
344
345 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
346
347         * configure.ac::
348           Require core CVS for ghostpad API additions used by decodebin2.
349
350 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
351
352         * gst-libs/gst/audio/gstbaseaudiosrc.c:
353         (gst_base_audio_src_create):
354         Fix debug statements (space between '%' and actual format).
355
356 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
357
358         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
359         Remove bogus assert, the decodepad could have been created inside an
360         already existing group.
361
362 2008-10-08  Andy Wingo  <wingo@pobox.com>
363
364         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
365         target instead of setting it.
366         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
367         API for a decode pad. The bugfix is that we set the group in
368         activate(), not when the pad was created because it might be NULL
369         then.
370         (gst_decode_group_control_source_pad, gst_decode_group_expose):
371         Update to use the API.
372
373 2008-10-08  Andy Wingo  <wingo@pobox.com>
374
375         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
376         be a subclass of GstGhostPad.
377         (analyze_new_pad): So, when emitting the signals that determine
378         how we do autoplugging, already create the ghost pad and use it as
379         the pad in the signal arguments. This allows applications to make
380         a connection between the pad passed in e.g. autoplug-continue, and
381         the pad passed in new-decoded-pad.
382         (connect_pad, expose_pad): Update to receive the ghosted decode
383         pad in the args, retargetting it as necessary if we have to plug
384         the target pad through a multiqueue.
385         (gst_decode_group_control_source_pad): Adapt to receive an
386         already-ghosted pad that just needs activation, blocking, and
387         drain notification.
388         (sort_end_pads): Adapt for decode pads actually being pads.
389         (gst_decode_group_expose): Adapt for decode pads actually being
390         pads. Rewrite the decode pad names so they appear in order. Adds a
391         new error case if we couldn't set the name.
392         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
393         logic.
394         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
395         New API for the decode pad, needed because we shouldn't do these
396         things inside gst_decode_pad_new(), but after.
397         (gst_decode_pad_new): Change to actually make the real pad, and
398         delay the blocking/drainage bits.
399
400 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
401
402         Patch by: Daniel Drake <dsd at laptop dot org>
403
404         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
405         Unref all buffers when clearing collectpads. Fixes bug #546955.
406
407 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
408
409         Based on a patch by: Klaas <klaas at rivercrew dot net>
410
411         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
412         (gst_vorbis_enc_buffer_check_discontinuous),
413         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
414         * ext/vorbis/vorbisenc.h:
415         Keep track of the upstream segments and use the running time on that
416         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
417
418 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
419
420         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
421         Prevent overflows with big buffer when calculating the size of
422         the intermediate buffer by using gst_util_uint64_scale() instead of
423         plain arithmetics. Fixes bug #552801.
424
425 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
426
427         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
428
429         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
430         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
431         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
432         (gst_clock_overlay_get_property):
433         * ext/pango/gstclockoverlay.h:
434         API: Add ability to specify format for date/time display by
435         adding a "time-format" property.
436         Fixes bug #554879.
437
438 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
439
440         Patch by: Jan Gerber <j at oil21 dot org>
441
442         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
443         (gst_riff_create_video_template_caps):
444         Add FFV1 fourcc to support playback of FFMPEG lossless video
445         in AVI. Fixes bug #555319.
446
447 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
448
449         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
450
451         * gst-libs/gst/audio/gstbaseaudiosrc.c:
452         (gst_base_audio_src_create):
453         Implement skew clock slaving. Fixes #552559.
454
455 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
456
457         * gst-libs/gst/audio/multichannel.c:
458         * gst-libs/gst/audio/testchannels.c:
459         Fix include of config.h
460
461 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
462
463         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
464
465         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
466         (print_media), (gst_sdp_message_dump):
467         Fix parsing of the c= field containing multicast addresses.
468         Fixes #552199.
469         Add the connection info to the session or streams.
470         Fix parsing of the bandwidth.
471         Add debugging for the connections and bandwidths for a media.
472         Add debugging for the bandwidth of the session. 
473
474 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
475
476         * gst-libs/gst/rtp/gstbasertppayload.c:
477         (gst_basertppayload_change_state):
478         Configure the next seqnum and timestamp in the state change so that they
479         can be queried soon after.
480
481 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
482
483         * gst-libs/gst/rtp/gstbasertpdepayload.c:
484         (gst_base_rtp_depayload_chain):
485         Improve debugging of the rtptime.
486
487 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
488
489         * configure.ac:
490         Back to development -> 0.10.21.1
491
492 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
493
494         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
495         (plugin_init):
496         Add typefinding for FLAC without headers in the beginning.
497         This is already handled by flacdec and friends.
498
499 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
500
501         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
502         (plugin_init):
503         Add typefinder for MXF.
504
505 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
506
507         * tests/icles/Makefile.am:
508         Only build test-colorkey if GTK+ is available.
509
510 === release 0.10.21 ===
511
512 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
513
514         * configure.ac:
515           releasing 0.10.21, "We Could Be Wrong"
516
517 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
518
519         * configure.ac:
520         0.10.20.4 pre-release
521
522 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
523
524         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
525
526         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
527         Set the BOS flag on the BOS packet. Fixes #553244.
528
529 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
530
531         * gst-libs/gst/rtsp/gstrtspmessage.c:
532         (gst_rtsp_message_parse_request),
533         (gst_rtsp_message_parse_response):
534         Fix the g_return_val_if_fail() statements.
535
536 2008-09-22  Michael Smith <msmith@songbirdnest.com>
537
538         * gst-libs/gst/tag/gsttagdemux.c:
539           Fail to activate if there's insufficient data in the file to be usable,
540           preventing an assertion fail later. Fixes #552960
541
542 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
543
544         * gst-libs/gst/pbutils/descriptions.c:
545         * gst/typefind/gsttypefindfunctions.c:
546           Recognise Kate subtitle streams (#550582).
547
548 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
549
550         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
551           Remove trailing comma from enum list, which causes problems
552           with -pendantic (#550729).
553
554 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
555
556         * configure.ac:
557         0.10.20.2 pre-release
558
559         * po/LINGUAS:
560         * po/id.po:
561         * po/pt_BR.po:
562
563         New translations.
564
565 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
566
567         * gst-libs/gst/interfaces/propertyprobe.c:
568           (gst_property_probe_get_properties),
569           (gst_property_probe_get_property),
570           (gst_property_probe_probe_property),
571           (gst_property_probe_probe_property_name),
572           (gst_property_probe_needs_probe),
573           (gst_property_probe_needs_probe_name),
574           (gst_property_probe_get_values),
575           (gst_property_probe_get_values_name),
576           (gst_property_probe_probe_and_get_values),
577           (gst_property_probe_probe_and_get_values_name):
578           More sanity checks for our second-favourite interface.
579
580 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
581
582         * gst-libs/gst/interfaces/propertyprobe.c:
583           Check for NULL pointer, in the hope that this fixes #532864.
584
585 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
586
587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
588           No really, the next release is 0.10.21 (fix Since: tags in docs).
589
590 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
591
592         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
593         Disable a code path that is now called but causes a deadlock for some
594         reason and is unneeded.
595
596 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
597
598         * sys/xvimage/xvimagesink.c:
599         * sys/xvimage/xvimagesink.h:
600           Add a "draw-border" property that can be set to false to disable
601           drawing borders.
602           
603         * tests/icles/test-colorkey.c:
604         * tests/icles/Makefile.am:
605           Add new test application for the colorkey handling.
606
607 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
608
609         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
610         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
611         This will also be fixed for upcoming gst-ffmpeg release so that once
612         this release of -base is out, it will work with the latest gst-ffmpeg
613         release.
614
615 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
616
617         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
618         (gst_riff_create_audio_template_caps):
619         Add Truespeech mapping for RIFF formats (AVI/WAV).
620         Fixes #550656
621
622 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
623
624         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
625         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
626         Fixes #550638.
627
628 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
629
630         * configure.ac:
631         * gst/subparse/Makefile.am:
632         * gst/subparse/gstsubparse.c:
633         * gst/subparse/samiparse.c:
634         * tests/check/elements/subparse.c:
635           Rework last change, so that we build subparse, but just disable the
636           sami parse functionality, if we're configured to not use xml. In the
637           tests only the sami test is disabled now.
638
639 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
640
641         * configure.ac:
642           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
643           test runs.
644
645 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
646
647         * po/POTFILES.in:
648           Add some more files with strings for translation.
649
650 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
651
652         * gst-libs/gst/tag/gstvorbistag.c:
653         * tests/check/libs/tag.c:
654           Use new geo location tags from core. Fixes #481169
655
656 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
657
658         * tests/check/elements/audioresample.c: (setup_audioresample),
659         (fail_unless_perfect_stream), (test_perfect_stream_instance),
660         (test_discont_stream_instance):
661         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
662         Add debugging for coherence.
663
664 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
665
666         Patch by: Jonathan Matthew  <notverysmart gmail com>
667
668         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
669           Add typefinder for PDF documents (which is nice to have, since it's a
670           common format, but also helps prevent false positives). Fixes #549814.
671
672 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
673
674         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
675         (no_more_pads_cb):
676         Fix nasty race where multiple decodebins could start pushing data before
677         we manage to configure the sinks, resulting in not-linked errors in
678         typical RTSP streaming cases.
679
680 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
681
682         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
683         Since we now call stop, we trigger this code path that causes a deadlock
684         is apparently not needed.
685
686 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
687
688         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
689         (gst_ring_buffer_stop):
690         Also allow the case where the ringbuffer was paused when we try to stop
691         it so that the basesrc stop function is still called.
692
693 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
694
695         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
696
697         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
698         Reprobe devices again instead of taking a cached list as new
699         devices could've been plugged in. Fixes bug #549062.
700
701 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
702
703         Patch by: Alessandro Dessina <alessandro nnva org>
704
705         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
706         (gst_ogg_demux_activate_chain):
707         Don't add pads and activate them for skeleton streams. These are already
708         handled inside oggdemux. Fixes bug #537599.
709
710 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
711
712         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
713         Reset variable so that query and convert fail after going back to
714         READY. Fixes #548898.
715
716 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
717
718         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
719         If a buffer arrives with a timestamp before the timestamp+duration
720         of the previous buffer clip it instead of dropping it completely.
721         Slight improvement for the unfixable bug #548913.
722
723 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
724
725         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
726         Take the current timestamp instead of timestamp+duration for the offset.
727         This offset will later be used for calculating the timestamp and
728         otherwise vorbisdec will interpolate timestamps wrong if upstream
729         only sends timestamps and no granulepos.
730
731 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
732
733         * tests/examples/seek/seek.c:
734           Don't crash when having no visualisations.
735
736 2008-08-16  David Schleef  <ds@schleef.org>
737
738         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
739           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
740           Fixes #548065.
741
742 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
743
744         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
745         When cleaning up the caps fields also remove "depth" for the same
746         reason we remove "width".
747
748 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
749
750         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
751           Add Lead H.264 here as well.
752
753 2008-08-14  Julien Moutte  <julien@fluendo.com>
754
755         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
756         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
757
758 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
759
760         * gst-libs/gst/audio/gstbaseaudiosrc.c:
761         (gst_base_audio_src_create):
762         When not slaved to another clock also subtract the base_time from our
763         internal clock time to get the running time.
764
765 2008-08-12  David Schleef  <ds@schleef.org>
766
767         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
768           since it has no basis in libtheora.
769
770 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
771
772         * gst-libs/gst/interfaces/propertyprobe.h:
773           Remove double "interface" from doc-string.
774
775         * gst-libs/gst/interfaces/xoverlay.h:
776           Document interface.
777
778         * gst-libs/gst/riff/riff.c:
779           Add basic doc blobs.
780
781 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
782
783         * gst-libs/gst/audio/Makefile.am:
784           Don't try to build that example anymore.
785
786 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
787
788         * gst-libs/gst/audio/.cvsignore:
789         * gst-libs/gst/audio/Makefile.am:
790         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
791         * gst-libs/gst/audio/make_filter:
792           Move audiofiltertemplate to gst-template.
793
794 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
795
796         * docs/libs/gst-plugins-base-libs-sections.txt:
797         * gst-libs/gst/audio/gstaudiosrc.h:
798           More docs and shuffling. What can we do with the hundreds of #defines.
799
800 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
801
802         * gst-libs/gst/audio/audio.h:
803         * gst-libs/gst/audio/gstaudiofilter.h:
804         * gst-libs/gst/audio/gstringbuffer.h:
805         * gst-libs/gst/interfaces/propertyprobe.h:
806         * gst-libs/gst/tag/gsttagdemux.h:
807           Reducing number of dundocumented symbols.
808
809 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
810
811         * gst-libs/gst/audio/audio.c:
812           Fix doc comment syntax.
813
814         * gst-libs/gst/interfaces/propertyprobe.c:
815           Add more doc-comments and a FIXME: for the signal.    
816
817 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
818
819         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
820         (gst_ogg_mux_request_new_pad):
821         * ext/ogg/gstoggmux.h:
822         Don't pretend to support NEWSEGMENT events, instead override the
823         GstCollectPads event function to return FALSE on NEWSEGMENT events
824         and do the normal work for other events.
825
826         This prevents elements like flacenc to seek to the start and rewrite
827         some data which then results in a broken Ogg packet.
828
829 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
830
831         Patch by: Frederic Crozat <fcrozat@mandriva.org>
832
833         * ext/alsa/gstalsaplugin.c: (plugin_init):
834         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
835         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
836         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
837         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
838         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
839         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
840         * gst/playback/gstdecodebin.c: (plugin_init):
841         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
842         * gst/playback/gstplayback.c: (plugin_init):
843         * gst/playback/gstqueue2.c: (plugin_init):
844         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
845         * sys/v4l/gstv4l.c: (plugin_init):
846         Make sure gettext returns translations in UTF-8 encoding rather
847         than in the current locale encoding (#546822).
848
849 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
850
851         * gst-libs/gst/pbutils/descriptions.c:
852           Add audio/x-qdm for qtdemux.
853
854 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
855
856         * ext/vorbis/vorbisdec.c:
857           Do not leak old taglist.
858
859 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
860
861         * tests/icles/test-scale.c:
862           Include <stdlib.h> for atoi().
863
864 2008-08-04  Andy Wingo  <wingo@pobox.com>
865
866         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
867         documentation fix.
868
869 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
870
871         * gst/adder/gstadder.c:
872           Cleanup lots of empty lines that came from gst-indent going havoc
873           before I added the INDENT_ON/OFF marker some time agao.
874
875 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
876
877         * configure.ac:
878         * gst-libs/gst/riff/riff-read.c:
879           Bump requirement to latest core and use new tag for riff formats.
880           Needed for #520694.
881
882 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
883
884         * tests/examples/dynamic/Makefile.am:
885         * tests/examples/dynamic/codec-select.c: (make_encoder),
886         (make_pipeline), (do_switch), (my_bus_callback), (main):
887         Add example app that dynamically switches between 3 'encoders'.
888
889 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
890
891         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
892         Add some more comments.
893
894 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
895
896         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
897         (gst_video_test_src_create):
898         Discard buffers of the wrong size after renegotiation, this is perfectly
899         possible with things like capsfilter that could suggest caps changes
900         upstream without knowing the size of the buffer.
901
902 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
903
904         * tests/icles/.cvsignore:
905         * tests/icles/Makefile.am:
906         * tests/icles/test-scale.c: (make_pipeline), (main):
907         Add dynamic rescaling tests for the new basetransform.
908
909 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
910
911         * gst/audioconvert/Makefile.am:
912           Dist recently-added gstfastrandom.h.
913
914 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
915
916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
917         Fix a "may be used uninitialized in this function" which weirdly only
918         appears on macosx (?).
919
920 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
921
922         * gst-libs/gst/riff/riff-ids.h:
923           Adding acid chunk for tempo and loop information.
924
925 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
926
927         * sys/xvimage/Makefile.am:
928           floor() needs linking to $(LIBM).
929
930 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
931
932         * ext/gnomevfs/gstgnomevfssrc.c:
933           Aggregate short reads and add some comments and debug logging.
934           Fixes #537380
935
936 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
937
938         * gst/playback/gstplaybasebin.c:
939           Fix property doc markup (its not a signal).
940
941         * sys/xvimage/xvimagesink.c:
942           Add since tag for new proeprties (also add sice tags fro the last two
943           other additions).
944
945 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
946
947         * sys/xvimage/xvimagesink.c:
948         * sys/xvimage/xvimagesink.h:
949           Add autofill/colorkey properties. Fixes #538656.
950
951 2008-07-28  David Schleef  <ds@schleef.org>
952
953         * sys/xvimage/xvimagesink.c:
954           Fix rounding errors when converting colorbalance values
955           between hardware and object property ranges.  Partial
956           fix for #537889, however, there still seems to be a small
957           drift problem that could be totem's fault.
958
959 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
960
961         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
962         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
963         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
964         This fixes a critical warning.
965
966 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
967
968         * ext/ogg/gstoggmux.c:
969         Allow muxing of CELT into Ogg streams.
970
971 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
972
973         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
974         (plugin_init):
975         Add simple typefinder for the CELT codec (www.celt-codec.org).
976
977 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
978
979         Patch by: Jan Gerber <j at oil21 dot org>
980
981         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
982         Fix calculation of the start time from skeleton streams.
983         Fixes bug #530068.
984
985 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
986
987         * tests/examples/seek/seek.c:
988           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
989
990 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
991
992         * gst/audioconvert/audioconvert.h:
993         * gst/audioconvert/gstaudioquantize.c:
994         (gst_audio_quantize_setup_dither),
995         (gst_audio_quantize_free_dither):
996         * gst/audioconvert/gstfastrandom.h:
997         Implement a linear congruential generator as pseudo random number
998         generator for the dither noise. This is about 2 times faster than
999         using GLib's mersenne twister. Also this uses only integer math for
1000         generating integers while GLib internally uses floating point math.
1001
1002 2008-07-23  Michael Smith <msmith@songbirdnest.com>
1003
1004         * configure.ac:
1005           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
1006
1007 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
1008
1009         Patch by: Damien Lespiau  <damien.lespiau gmail com>
1010
1011         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
1012           Use GST_STR_NULL to avoid crashes with libcs that don't
1013           like NULL strings in printf args (such as the win32 one).
1014           Fixes #544306.
1015
1016 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1017
1018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1019         Oops - set the size of the image used for probing back to 1x1, for
1020         consistency with ximagesink
1021
1022 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
1023
1024         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1025         (gst_ximagesink_ximage_new):
1026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1027         (gst_xvimagesink_xvimage_new):
1028
1029         Apparently on Solaris and OS/X (at least), it's not legal to ask the
1030         X server to attach to a shared memory segment after we've deleted it,
1031         with the result that MIT-SHM is disabled. Instead, remove it only after 
1032         X succeeds in attaching too.
1033
1034 2008-07-16  David Schleef  <ds@schleef.org>
1035
1036         * gst/audiotestsrc/gstaudiotestsrc.c:
1037         * gst/audiotestsrc/gstaudiotestsrc.h:
1038           Add 'ticks', a 1/30 second sine wave pulse every second.
1039
1040 2008-07-15  David Schleef  <ds@schleef.org>
1041
1042         * gst-libs/gst/video/video.c: Revert ABI change.
1043
1044 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1045
1046         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1047         Make it impossible to have NULL caps at the point where we set
1048         framerate and other things. Also don't return immediately for "3ivd"
1049         video and let framerate, etc be set. Might fix bug #542508.
1050
1051 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1052
1053         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1054         Video format can also be conveniently determined from (many)
1055         non-fixed caps.
1056
1057 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1058
1059         * gst/playback/gstplaybasebin.c:
1060         * gst/playback/gstplaybasebin.h:
1061         * gst/playback/gstplaybin.c:
1062         * gst/playback/gststreamselector.c:
1063         First stab at integrating DVD subpicture overlay into
1064         playbin. Successfully plugs and plays, but the queues need
1065         shrinking - 3 seconds of video is too much buffering.
1066
1067 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1068
1069         * gst/audioconvert/gstaudioconvert.c:
1070           Remove now obsolete note in the docs.
1071
1072 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1073
1074         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1075         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1076         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1077         * docs/plugins/gst-plugins-base-plugins.args:
1078         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1079         * docs/plugins/gst-plugins-base-plugins.interfaces:
1080         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1081         * docs/plugins/gst-plugins-base-plugins.signals:
1082         * docs/plugins/inspect/plugin-adder.xml:
1083         * docs/plugins/inspect/plugin-alsa.xml:
1084         * docs/plugins/inspect/plugin-audioconvert.xml:
1085         * docs/plugins/inspect/plugin-audiorate.xml:
1086         * docs/plugins/inspect/plugin-audioresample.xml:
1087         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1088         * docs/plugins/inspect/plugin-cdparanoia.xml:
1089         * docs/plugins/inspect/plugin-decodebin.xml:
1090         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1091         * docs/plugins/inspect/plugin-gdp.xml:
1092         * docs/plugins/inspect/plugin-gnomevfs.xml:
1093         * docs/plugins/inspect/plugin-libvisual.xml:
1094         * docs/plugins/inspect/plugin-ogg.xml:
1095         * docs/plugins/inspect/plugin-pango.xml:
1096         * docs/plugins/inspect/plugin-playback.xml:
1097         * docs/plugins/inspect/plugin-queue2.xml:
1098         * docs/plugins/inspect/plugin-subparse.xml:
1099         * docs/plugins/inspect/plugin-tcp.xml:
1100         * docs/plugins/inspect/plugin-theora.xml:
1101         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1102         * docs/plugins/inspect/plugin-uridecodebin.xml:
1103         * docs/plugins/inspect/plugin-video4linux.xml:
1104         * docs/plugins/inspect/plugin-videorate.xml:
1105         * docs/plugins/inspect/plugin-videoscale.xml:
1106         * docs/plugins/inspect/plugin-videotestsrc.xml:
1107         * docs/plugins/inspect/plugin-volume.xml:
1108         * docs/plugins/inspect/plugin-vorbis.xml:
1109         * docs/plugins/inspect/plugin-ximagesink.xml:
1110         * docs/plugins/inspect/plugin-xvimagesink.xml:
1111         * ext/alsa/gstalsamixer.c:
1112         * ext/alsa/gstalsasink.c:
1113         * ext/alsa/gstalsasrc.c:
1114         * ext/gio/gstgiosink.c:
1115         * ext/gio/gstgiosrc.c:
1116         * ext/gio/gstgiostreamsink.c:
1117         * ext/gio/gstgiostreamsrc.c:
1118         * ext/gnomevfs/gstgnomevfssink.c:
1119         * ext/gnomevfs/gstgnomevfssrc.c:
1120         * ext/ogg/gstoggdemux.c:
1121         * ext/ogg/gstoggmux.c:
1122         * ext/pango/gstclockoverlay.c:
1123         * ext/pango/gsttextoverlay.c:
1124         * ext/pango/gsttextrender.c:
1125         * ext/pango/gsttimeoverlay.c:
1126         * ext/theora/theoradec.c:
1127         * ext/theora/theoraenc.c:
1128         * ext/theora/theoraparse.c:
1129         * ext/vorbis/vorbisdec.c:
1130         * ext/vorbis/vorbisenc.c:
1131         * ext/vorbis/vorbisparse.c:
1132         * ext/vorbis/vorbistag.c:
1133         * gst/adder/gstadder.c:
1134         * gst/audioconvert/gstaudioconvert.c:
1135         * gst/audioresample/gstaudioresample.c:
1136         * gst/audiotestsrc/gstaudiotestsrc.c:
1137         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1138         * gst/gdp/gstgdpdepay.c:
1139         * gst/gdp/gstgdppay.c:
1140         * gst/playback/gstdecodebin2.c:
1141         * gst/playback/gstplaybin.c:
1142         * gst/playback/gstplaybin2.c:
1143         * gst/playback/gstqueue2.c:
1144         * gst/playback/gsturidecodebin.c:
1145         * gst/tcp/gstmultifdsink.c:
1146         * gst/tcp/gsttcpserversink.c:
1147         * gst/videorate/gstvideorate.c:
1148         * gst/videoscale/gstvideoscale.c:
1149         * gst/videotestsrc/gstvideotestsrc.c:
1150         * gst/volume/gstvolume.c:
1151         * sys/ximage/ximagesink.c:
1152         * sys/xvimage/xvimagesink.c:
1153           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1154           titles. Drop mentining that all our example pipelines are "simple"
1155           pipelines.
1156
1157 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1158
1159         * tests/examples/seek/Makefile.am:
1160         Fix out of tree build by adding all required CFLAGS.
1161
1162 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1163
1164         * gst/playback/gstdecodebin.c: (add_raw_queue):
1165         And ref the pad before returning it again when linking to the queue
1166         failed. Otherwise we will unref the pad twice later and things break.
1167
1168 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1169
1170         * gst/playback/gstdecodebin.c: (add_raw_queue):
1171         If linking the raw pad with a queue fails, try it without a queue
1172         instead of failing completely. This should never happen.
1173
1174 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1175
1176         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1177
1178         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1179         Add a queue after a demuxer if the demuxer outputs raw data. This was
1180         done before only for non-raw data but is required in this case too.
1181         Fixes bug #540215.
1182
1183         decodebin2 doesn't have this issue because all streams of a group
1184         go through multiqueue.
1185
1186 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1187
1188         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1189
1190         * gst-libs/gst/sdp/gstsdpmessage.c:
1191         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1192         that getaddrinfo() can be used. Fixes #541358.
1193
1194 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1195
1196         * gst/videotestsrc/gstvideotestsrc.c:
1197         (gst_video_test_src_class_init), (gst_video_test_src_init),
1198         (gst_video_test_src_set_property),
1199         (gst_video_test_src_get_property), (gst_video_test_src_create):
1200         * gst/videotestsrc/gstvideotestsrc.h:
1201         Cleanups, use default property values as defines.
1202         Add property to enable/disable peer buffer allocation.
1203
1204 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1205
1206         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1207         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1208         Enable unit tests on PPC again as the bugs are now fixed.
1209
1210 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1211
1212         * gst-libs/gst/riff/riff-ids.h:
1213         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1214         (gst_riff_create_audio_template_caps):
1215         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1216         Fixes bug #540351.
1217
1218 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1219
1220         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1221         (gst_ffmpeg_pixfmt_to_caps):
1222         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1223         (gst_ffmpegcsp_get_unit_size):
1224         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1225         it on other formats. Also adjust the unit size only for that format
1226         to not include the palette. Fixes bug #540497.
1227
1228 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1229
1230         * gst/adder/gstadder.c:
1231           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1232
1233 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1234
1235         * ChangeLog:
1236           ChangeLog surgery.
1237   
1238         * tests/examples/seek/seek.c:
1239           Move variable into ifdef too.
1240         
1241
1242 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1243
1244         * tests/examples/seek/seek.c:
1245           Include config.h and check if we have X. Remove XInitThread(), don't
1246           think its needed. Fixes: #540334.
1247
1248 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1249
1250         Patch by: Sam Morris <sam at robots dot org to uk>
1251
1252         * gst-libs/gst/interfaces/mixertrack.c:
1253         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1254         (gst_mixer_track_set_property):
1255         API: Add "index" property to GstMixerTrack to differantiate between
1256         multiple mixer tracks with the same label.
1257
1258         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1259         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1260         Set the "index" property of GstMixerTrack to the index given by ALSA.
1261         Fixes bug #528299.
1262
1263 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1264
1265         * tests/examples/seek/Makefile.am:
1266         * tests/examples/seek/seek.c:
1267           Remove libgstvideo usage. Use gtk_get_option_group instead of
1268           gtk_init().
1269
1270 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1271
1272         * tests/check/Makefile.am:
1273           Name the test registry format neutral.
1274
1275 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1276
1277         * gst/playback/gstqueue2.c:
1278           Do not double notify. Remove the unsued return value.
1279
1280 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1281
1282         * ext/alsa/gstalsamixer.c:
1283           Also consider "speaker" as a name for master volume. If that doesn't
1284           help look for the first non-mono volume control that also has a
1285           playback switch.
1286
1287 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1288
1289         * ChangeLog:
1290           Forgot to save the ChangeLog :/
1291
1292 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1293
1294         * tests/examples/seek/Makefile.am:
1295         * tests/examples/seek/seek.c:
1296           Embedd the xwindow. Allow to play multiple files.
1297
1298 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1299
1300         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1301         (gst_ximagesink_setcaps):
1302         * sys/ximage/ximagesink.h:
1303         When the caps change, make sure to re-draw borders in
1304         force-aspect-ratio=true mode.
1305         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1306         Don't clear the border_draw flag until we actually draw the border.
1307         * tests/check/Makefile.am:
1308         Ignore alsasink/src during the states test too, so it doesn't fail
1309         when running without access to the sound device.
1310
1311 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1312
1313         * tests/examples/seek/seek.c:
1314           Fix crasher when playing a parse-launch line the 2nd time.
1315
1316 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1317
1318         * tests/check/pipelines/oggmux.c:
1319           Properly ifdef tests to fix compilation.
1320
1321 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1322
1323         * gst/playback/gstplay-marshal.list:
1324         * gst/playback/gstplaybin2.c:
1325           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1326           playbin2. This allows the user to get to the selector's sinkpads, and
1327           thus inspect a range of things - caps, tags, etc. 
1328
1329 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1330
1331         * gst/playback/gstplaybin2.c:
1332           Use a different constant for the convert-frame signal id.
1333           Fixes #537009.
1334
1335 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1336
1337         * gst/playback/gstplaybin2.c:
1338         * gst/playback/gstplaysink.c:
1339           Fix a whole bunch of typos in comments and log statements. 
1340
1341 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1342
1343         * sys/xvimage/xvimagesink.c:
1344           Don't set colour balance values on the Xv port if the user hasn't
1345           changed them (via properties or the interface). Avoids accumulating
1346           rounding errors for the common case.
1347           Partial fix for bug #537889.
1348
1349 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1350
1351         * gst/playback/gstdecodebin2.c:
1352           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1353           pads are drained.
1354
1355 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1356
1357         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1358         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1359         Report the encoder latency. Fixes #538232.
1360
1361 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1362
1363         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1364         (notify_source), (activate_group):
1365         Implement the source property, emit notify when it changes in the
1366         underlying uridecodebin.
1367
1368 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1369
1370         * tests/examples/seek/seek.c: (stop_cb):
1371         Free and clear the seek element list so that we don't use invalid
1372         references when seeking after recreating a gst-launch line.
1373
1374 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1375
1376         * gst-libs/gst/audio/gstbaseaudiosink.c:
1377         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1378         (gst_base_audio_sink_render):
1379         Report latency even if we are not live instead of hiding it.
1380         Take ts-offset and render-delay of the basesink into account when
1381         scheduling samples.
1382         Rework the clipping code so that we can take the various offsets into
1383         account and still do correct clipping.
1384
1385 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1386
1387         * configure.ac:
1388         Bump verion back to devel -> 0.10.20.1
1389
1390 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1391
1392         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1393         Don't increase the size of non-string image buffers by one as this
1394         might in theory confuse decoders. Still increase it by one for string
1395         image buffers to append '\0'.
1396
1397 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1398
1399         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1400         
1401         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1402         Fix a buffer memleak and remove a confusing and wrong debug output.
1403         Fixes bug #538663.
1404
1405 === release 0.10.20 ===
1406
1407 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1408
1409         * configure.ac:
1410           releasing 0.10.20, "Here I Go Again"
1411
1412 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1413
1414         * configure.ac:
1415         0.10.19.3 pre-release
1416
1417 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1418
1419         * gst-libs/gst/rtsp/gstrtspconnection.c:
1420         Fix build on win32.
1421         Patch By: David Schleef <ds@schleef.org>
1422         Fixes: #536874
1423
1424 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1425
1426         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1427         (gst_gio_base_src_create):
1428         * ext/gio/gstgiobasesrc.h:
1429         Try to read the requested number of bytes, even if the first
1430         read returns less than requested, until nothing is read anymore
1431         or we have the requested amount of bytes. This fixes playback of
1432         files via Samba as Samba only allows to read 64k at once.
1433
1434         Implement a caching algorithm that makes sure that we read at
1435         least 4k of data every time. Some elements will try to read a few
1436         bytes, then seek, read again a few bytes and so on and this is
1437         painfully slow as every operation has to go over DBus if GVfs is
1438         used as backend.
1439
1440         Fixes bug #536849 and #536848.
1441
1442         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1443         (gst_gio_src_check_get_range):
1444         Override check_get_range() to blacklist http/https URIs
1445         and whitelist file URIs. More to be added on demand.
1446
1447 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1448
1449         * configure.ac:
1450         0.10.19.2 pre-release
1451
1452 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1453
1454         * win32/common/libgstrtsp.def:
1455         * win32/common/libgsttag.def:
1456         Add new API functions to the dll exports
1457
1458 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1459
1460         * gst/playback/gstplaybasebin.c:
1461           Disconnect signals from decodebins we created before we remove it
1462           from playbin, to avoid crashes if the decodebin is eventually
1463           disposed after the playbin itself (possible if the app takes a
1464           reference on the decodebin).
1465           Fixes #536521.
1466
1467 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1468
1469         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1470           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1471           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1472           (h264_video_type_find), (mpeg_video_stream_type_find),
1473           (dv_type_find), (mmsh_type_find):
1474           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1475           copy caps for no good reason (this may be desirable to make it easier
1476           to detect leaks, but then it should probably be done for all caps
1477           in the typefinder somewhere).
1478
1479 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1480
1481         * tests/check/Makefile.am:
1482         Do not try to run the check tests for subparse unless it has been
1483         built.
1484
1485 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1486
1487         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1488         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1489         Do not try to run a test which requires vorbisenc unless we have
1490         actually built it.
1491
1492 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1493
1494         * gst-libs/gst/rtsp/gstrtspconnection.c:
1495         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1496         (gst_rtsp_connection_clear_auth_params),
1497         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1498         * gst-libs/gst/rtsp/gstrtspconnection.h:
1499         Add a couple of missing argument guards.
1500         Add a way of setting the DSCP for an RTSP connection.
1501         Add an accessor method for the ip member of GstRTSPConnection as all
1502         members are supposed to be private.
1503
1504 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1505
1506         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1507         Fixed accidental use of IPv4 options for all IPv6 addresses.
1508
1509 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1510
1511         * gst-libs/gst/interfaces/mixertrack.h:
1512           Document mixer track flags.
1513
1514 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1515
1516         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1517
1518         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1519         Don't set caps on the buffers that contain a copy of the buffer
1520         including the caps of them resulting in an always increasing refcount
1521         of the caps and insanely large caps. Instead include a buffer without
1522         caps in the new caps. Fixes bug #536475.
1523
1524 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1525
1526         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1527         Transform a given PAR to a range on the struct with the generic
1528         height/width instead of the struct with the possibly restricted
1529         height/width.
1530
1531 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1532
1533         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1534         Prefer the given format if it contains something stricter than [1,MAX]
1535         for height or width and only put a structure that requires rescaling
1536         as second. This makes it possible to use videoscale in pipelines where
1537         the source can actually produce the wanted height/width but usually
1538         selects a different one from the requested.
1539
1540 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1541
1542         Based on patch by: John Millikin <jmillikin gmail com>
1543
1544         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1545           (gst_vorbis_tag_add_coverart):
1546           Retrieve COVERART tags from vorbis comments (#512333)
1547
1548 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1549
1550         * gst-libs/gst/tag/tag.h:
1551         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1552           Don't forget to add new enum value here too (should probably use
1553           glib-mkenums here...).
1554
1555 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1556
1557         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1558         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1559         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1560           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1561           (gst_tag_image_data_to_image_buffer):
1562           Add two utility functions to avoid code duplication (#512333):
1563           API: add gst_tag_image_data_to_image_buffer()
1564           API: add gst_tag_list_add_id3_image()
1565           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1566
1567 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1568
1569         * win32/common/libgstaudio.def:
1570         Add gst_audio_check_channel_positions() to the exported symbols.
1571
1572 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1573
1574         * docs/libs/gst-plugins-base-libs-sections.txt:
1575         * gst-libs/gst/audio/multichannel.c:
1576         (gst_audio_check_channel_positions):
1577         * gst-libs/gst/audio/multichannel.h:
1578         API: Make gst_audio_check_channel_positions() public.
1579
1580         * tests/check/libs/audio.c: (GST_START_TEST):
1581         Add some simple checks for gst_audio_check_channel_positions().
1582
1583 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1584
1585         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1586           minrange and maxrange are scaled according to the frequency
1587           multiplier.
1588
1589 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1590
1591         * ext/pango/Makefile.am:
1592         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1593           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1594           Use gstvideo functions to calculate strides and plane offsets. Fixes
1595           rendering issue ('ghost' images of the text on the chroma planes)
1596           with widths or heights that are not multiples of 8 (#506659 and
1597           probably also #485729).
1598
1599         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1600           (main):
1601           Test with odd height/width too.
1602
1603 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1604
1605         * gst/adder/gstadder.c: (gst_adder_query_duration),
1606         (gst_adder_query_latency):
1607         When using gst_element_iterate_pads() one has to unref every pad
1608         after usage.
1609
1610 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1611
1612         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1613         (gst_base_audio_src_class_init):
1614         Add a gtk-doc chunk for the new properties to have a Since: indication.
1615
1616 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1617
1618         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1619         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1620         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1621         (gst_base_audio_src_change_state):
1622         Provide readable actual-buffer-time and actual-latency-time properties
1623         that reflect the configured ringbuffer values. Fixes #524724.
1624         API: GstBaseAudioSrc:actual-buffer-time
1625         API: GstBaseAudioSrc:actual-latency-time
1626
1627 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1628
1629         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1630         (gst_basertppayload_change_state):
1631         Simply converting the running time into an RTP timestamp by scaling it
1632         based on the clock-rate is good enough for making an RTP timestamp. This
1633         has the added benefit that we can later on expose a property with the
1634         RTP timestamp of running time 0, as is needed for RTSP servers to
1635         generate the response of the PLAY request.
1636
1637 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1638
1639         * gst/audioconvert/gstaudioconvert.c:
1640         (structure_has_fixed_channel_positions),
1641         (gst_audio_convert_transform_caps):
1642         Allow up to 11 positioned channels now that audioconvert can handle
1643         this but add no default positions for > 8 channels.
1644         
1645         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1646         Add some unit tests for the above change: Test conversion of
1647         11 positioned channels to stereo and the other way around, test
1648         conversion of 15 unpositioned channels in different ways.
1649
1650 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1651
1652         * win32/common/libgstaudio.def:
1653         Add gst_audio_clock_reset to the list of exported symbols.
1654
1655 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1656
1657         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1658         Remove wrong_channels_identification_header unit test as we now
1659         support 7 (and more channels).
1660
1661 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1662
1663         * gst/audioconvert/gstchannelmix.c:
1664         (gst_channel_mix_fill_one_other):
1665         If mixing left or right to center (or the other way around) only take
1666         the complete value if we don't already have the original position in
1667         the source.
1668
1669 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1670
1671         * gst-libs/gst/audio/multichannel.c:
1672         (gst_audio_check_channel_positions),
1673         (gst_audio_set_structure_channel_positions_list),
1674         (gst_audio_fixate_channel_positions):
1675         Allow rear center together with rear left/right and other previously
1676         conflicting channel positions. The reason why they weren't allowed
1677         was the channel mixing implementation in audioconvert.
1678         Also take this into account when fixing channel layouts.
1679
1680         Allow setting channel positions for 1/2 channels when using
1681         gst_audio_set_structure_channel_position().
1682
1683         * gst/audioconvert/gstchannelmix.c:
1684         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1685         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1686         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1687         Major rewrite of the channel mixing.
1688
1689         We now allow previously conflicting channel positions to appear
1690         together (rear center and rear left/right for example).
1691         Fixes bug #533817.
1692
1693         Rework the way channels are mixed together to take more possible
1694         channel positions into account, properly mix from/to side channels
1695         and don't assume that either center, left&right or nothing of a
1696         specific position is available anymore.
1697
1698         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1699         Adjust unit tests with non-standard 1/2 channel layouts to the more
1700         correct new behaviour.
1701
1702         Add a unit test for 5.1->Stereo downmixing.
1703
1704 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1705
1706         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1707         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1708         Add sane defaults for the 7 and 8 channel layouts as those are
1709         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1710         more than 8 channels instead of erroring out. Fixes bug #535356.
1711
1712 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1713
1714         * docs/plugins/Makefile.am:
1715         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1716         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1717         * ext/theora/theoraparse.c:
1718         Add theoraparse to the docs and fix some docs.
1719
1720 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1721
1722         * gst-libs/gst/cdda/gstcddabasesrc.c:
1723         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1724         Fix EOS condition and track addition check, the track.end sector is
1725         included in the track. Fixes #533265.
1726
1727 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1728
1729         Patch by: Mark Nauwelaerts <manauw at skynet be>
1730
1731         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1732         (gst_video_rate_flush_prev), (gst_video_rate_event),
1733         (gst_video_rate_chain):
1734         * gst/videorate/gstvideorate.h:
1735         React (more) to NEWSEGMENT
1736         Small adjustment in timestamp calculation to prevent mismatches
1737         Fixes #435633.
1738
1739 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1740
1741         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1742           Initialise error to NULL as we should.
1743
1744 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1745
1746         * gst/adder/gstadder.c: (gst_adder_query_duration),
1747         (gst_adder_query_latency), (gst_adder_query):
1748         Implement latency query.
1749
1750 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1751
1752         * gst/adder/gstadder.c: (gst_adder_query_duration):
1753         Correctly resync the iterator if gst_iterator_next() returns
1754         GST_ITERATOR_RESYNC.
1755
1756 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1757
1758         * win32/vs6/libgstpbutils.dsp:
1759           Add pbutils-enumtypes.c to sources (#518037).
1760
1761 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1762
1763         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1764         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1765         * gst-libs/gst/audio/gstaudioclock.h:
1766         Add method to inform the clock that the time starts from 0 again. We use
1767         this info to calculate a clock offset so that the time we report in
1768         internal_time is monotonically increasing, as required by the clock base
1769         class. Fixes #521761.
1770         API: GstAudioClock::gst_audio_clock_reset()
1771
1772         * gst-libs/gst/audio/gstbaseaudiosink.c:
1773         (gst_base_audio_sink_skew_slaving),
1774         (gst_base_audio_sink_change_state):
1775         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1776         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1777         Reset reported time when we (re)create the ringbuffer.
1778
1779 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1780
1781         * ext/alsa/gstalsamixertrack.c:
1782           (gst_alsa_mixer_track_update_alsa_capabilities):
1783           Make sure playback volumes aren't accidentally overwritten by
1784           capture volumes if an alsa mixer track has both playback and
1785           capture capabilities: we create two GstMixerTracks in that
1786           case, so make sure we query only the alsa capabilities that
1787           refer to the type of GstMixerTrack we created from the dual
1788           capability alsa element. Should fix issues with Audigy2 sound
1789           cards (#518082).
1790
1791 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1792
1793         * tests/check/pipelines/oggmux.c: (test_pipeline):
1794           Don't use deprecated function.
1795
1796 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1797
1798         * gst/playback/gstdecodebin2.c:
1799         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1800         Check for NULL cases and log them, creating ghostpads can, for example,
1801         fail when the pad returns wrong caps.
1802
1803         * gst/playback/gstplaybin2.c: (perform_eos):
1804         When pushing out the EOS event, collect the return value and warn when
1805         something failed.
1806
1807 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1808
1809         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1810         (gst_riff_create_video_template_caps):
1811         Add support for DVCPRO.
1812
1813 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1814
1815         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1816           Change default scaling method from nearest-neighbour to bilinear.
1817
1818 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1819
1820         * tests/check/libs/video.c:
1821           More checks.
1822
1823 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
1824
1825         * gst/subparse/gstsubparse.c: (parser_state_init),
1826           (gst_sub_parse_format_autodetect), (handle_buffer):
1827         * gst/subparse/gstsubparse.h:
1828         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1829           Limit duration to a maximum of five seconds for tmplayer format where
1830           we can guess the duration only from the timestamp of the next line of
1831           text. We don't want to show a text for eternities just because nothing
1832           else is being said for a while.
1833
1834 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1835
1836         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1837         (gst_base_rtp_depayload_chain),
1838         (gst_base_rtp_depayload_handle_sink_event),
1839         (gst_base_rtp_depayload_push_full),
1840         (gst_base_rtp_depayload_change_state):
1841         Check sequence numbers, mark input buffers with a discont flag for the
1842         subclass when we detected a gap, drop duplicate buffers. We do this
1843         because one can use the element without a jitterbuffer in front and we
1844         don't want to feed the subclasses invalid or reordered data.
1845         Do an error when the subclass did not provide a process function instead
1846         of crashing.
1847         Some other small cleanups.
1848
1849 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
1850
1851         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1852           May just as well use the precalculated uvstride here.
1853
1854 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
1855
1856         * docs/plugins/Makefile.am:
1857         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1858         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1859         * docs/plugins/gst-plugins-base-plugins.args:
1860         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1861         * docs/plugins/gst-plugins-base-plugins.interfaces:
1862         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1863         * docs/plugins/inspect/plugin-adder.xml:
1864         * docs/plugins/inspect/plugin-alsa.xml:
1865         * docs/plugins/inspect/plugin-audioconvert.xml:
1866         * docs/plugins/inspect/plugin-audiorate.xml:
1867         * docs/plugins/inspect/plugin-audioresample.xml:
1868         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1869         * docs/plugins/inspect/plugin-cdparanoia.xml:
1870         * docs/plugins/inspect/plugin-decodebin.xml:
1871         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1872         * docs/plugins/inspect/plugin-gdp.xml:
1873         * docs/plugins/inspect/plugin-gio.xml:
1874         * docs/plugins/inspect/plugin-gnomevfs.xml:
1875         * docs/plugins/inspect/plugin-libvisual.xml:
1876         * docs/plugins/inspect/plugin-ogg.xml:
1877         * docs/plugins/inspect/plugin-pango.xml:
1878         * docs/plugins/inspect/plugin-playback.xml:
1879         * docs/plugins/inspect/plugin-queue2.xml:
1880         * docs/plugins/inspect/plugin-subparse.xml:
1881         * docs/plugins/inspect/plugin-tcp.xml:
1882         * docs/plugins/inspect/plugin-theora.xml:
1883         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1884         * docs/plugins/inspect/plugin-uridecodebin.xml:
1885         * docs/plugins/inspect/plugin-video4linux.xml:
1886         * docs/plugins/inspect/plugin-videorate.xml:
1887         * docs/plugins/inspect/plugin-videoscale.xml:
1888         * docs/plugins/inspect/plugin-videotestsrc.xml:
1889         * docs/plugins/inspect/plugin-volume.xml:
1890         * docs/plugins/inspect/plugin-vorbis.xml:
1891         * docs/plugins/inspect/plugin-ximagesink.xml:
1892         * docs/plugins/inspect/plugin-xvimagesink.xml:
1893         * ext/cdparanoia/gstcdparanoiasrc.c:
1894         * ext/ogg/gstoggdemux.c:
1895         * ext/ogg/gstoggdemux.h:
1896         * ext/ogg/gstoggmux.c:
1897         * ext/ogg/gstoggmux.h:
1898         * gst/audioconvert/audioconvert.c:
1899         * gst/audioconvert/audioconvert.h:
1900         * gst/audioconvert/gstaudioconvert.h:
1901         * gst/gdp/gstgdpdepay.h:
1902         * gst/gdp/gstgdppay.h:
1903         * gst/playback/gstdecodebin.c:
1904         * gst/playback/gstdecodebin2.c:
1905         * gst/playback/gstplaybin.c:
1906         * gst/playback/gstplaybin2.c:
1907         * gst/playback/gsturidecodebin.c:
1908         * gst/tcp/gstmultifdsink.c:
1909         * gst/tcp/gstmultifdsink.h:
1910         * gst/tcp/gsttcp.h:
1911
1912         Add some documentation comments, and some new headers to be scanned.
1913         Rename some internal enum declarations (audioconvert's DitherType and
1914         NoiseShapingType, GstUnitType from the TCP elements) to match the
1915         documented GObject type names so that the docs pick them up.
1916         Name the playbin2 docs markups properly so they get picked up. They'll
1917         need renaming back when/if playbin2 becomes playbin.
1918
1919         100% symbol coverage for the plugin docs, booya.
1920
1921 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
1922
1923         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
1924
1925         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1926         Fix generation of NV12/NV21 frames. Fixes bug #532454.
1927
1928 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1929
1930         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1931
1932         * gst/playback/gstdecodebin.c: (remove_fakesink):
1933         Lock the fakesink before setting the state to NULL and removing it from
1934         the bin so that a concurrent state change cannot interfere. 
1935         Fixes #534331.
1936
1937 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1938
1939         * docs/Makefile.am:
1940         Fix installing plugin documentation when gtk-doc is disabled.
1941
1942 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1943
1944         * gst-libs/gst/rtsp/Makefile.am:
1945         Distribute, don't install md5.h
1946
1947 2008-05-21  Julien Moutte  <julien@fluendo.com>
1948
1949         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
1950         instead of SOL_IP, works on more platforms.
1951         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
1952         arguments.
1953
1954 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1955
1956         * ext/vorbis/vorbisdec.c:
1957         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
1958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
1959         Some debug and comment fixes.
1960
1961         * tests/examples/dynamic/addstream.c: (main):
1962         Fix , to ;
1963
1964 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1965
1966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1967         * gst/playback/decodetest.c: (new_decoded_pad_cb):
1968         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1969         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
1970         (cleanup_decodebin):
1971         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1972         (connect_element), (gst_decode_group_control_demuxer_pad):
1973         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
1974         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
1975         (mute_group_type):
1976         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
1977         (gst_play_bin_set_property), (handoff), (gen_video_element),
1978         (gen_text_element), (gen_audio_element), (gen_vis_element),
1979         (remove_sinks), (add_sink), (setup_sinks):
1980         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
1981         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
1982         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
1983         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
1984         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
1985         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
1986         (gen_vis_chain), (gst_play_sink_reconfigure),
1987         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
1988         (gst_play_sink_request_pad):
1989         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
1990         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1991         (cb_newpad):
1992         * gst/playback/test6.c: (new_decoded_pad_cb):
1993         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1994         * tests/check/elements/audiorate.c: (test_injector_chain),
1995         (do_perfect_stream_test):
1996         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1997         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
1998         * tests/check/elements/gnomevfssink.c:
1999         * tests/check/elements/textoverlay.c:
2000         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
2001         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
2002         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2003         * tests/check/pipelines/oggmux.c: (test_pipeline):
2004         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
2005         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
2006         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
2007         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
2008         * tests/examples/seek/seek.c: (make_mod_pipeline),
2009         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
2010         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
2011         (make_theora_pipeline), (make_vorbis_theora_pipeline),
2012         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2013         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
2014         (update_fill), (msg_buffering):
2015         Don't use bad gst_element_get_pad().
2016
2017 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
2018
2019         * gst-libs/gst/riff/riff-media.c:
2020           Fix wrong method name in docs. Fix calculation of strf fields for
2021           broken mulaw/alaw.
2022   
2023         * gst-libs/gst/riff/riff-read.c:
2024           Whitespace fix and removing double ';'.
2025
2026 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2027
2028         * docs/design/part-playbin2.txt:
2029         Add some leftover doc.
2030
2031 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2032
2033         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2034         Fix copy & paste error in last commit.
2035
2036 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2037
2038         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
2039         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
2040         other channel positions when source has SIDE channels and dest doesn't
2041         or the other way around.
2042
2043 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2044
2045         Patch by: Henrik Eriksson <henriken at axis dot com>
2046
2047         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2048         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2049         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2050         (gst_multi_fd_sink_get_property):
2051         * gst/tcp/gstmultifdsink.h:
2052         Add support for DSCP QOS. Fixes #469933.
2053
2054 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2055
2056         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2057         Add another test that checks if conversion between standard 1 and 2
2058         channel layouts with and without positions set is working.
2059
2060 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2061
2062         * gst-libs/gst/audio/multichannel.c:
2063         (gst_audio_check_channel_positions):
2064         Allow non-standard 2 channel layouts.
2065         
2066         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2067         Add some tests for converting and remapping non-standard 1 and 2
2068         channel layouts.
2069
2070 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2071
2072         * gst/audioconvert/gstchannelmix.c:
2073         (gst_channel_mix_fill_normalize):
2074         Prevent division by zero if the channel mix matrix contains only
2075         zeroes.
2076
2077 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2078
2079         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2080
2081         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2082         Close a buffer memory leak. Fixes bug #534071.
2083
2084 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2085
2086         * gst-libs/gst/rtsp/gstrtsptransport.h:
2087         Make the GstRTSPTransport struct members public as there are no
2088         setters/getters and it's supposed to be changed directly.
2089         Fixes bug #533087.
2090
2091 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2092
2093         * gst/adder/gstadder.c:
2094         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2095         claim this on the pad template caps.
2096
2097 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2098
2099         * gst-libs/gst/audio/gstbaseaudiosink.c:
2100         (gst_base_audio_sink_sync_latency):
2101         We can only use our optimal calibration if we prerolled before the
2102         latency expired.
2103
2104 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2105
2106         * configure.ac:
2107           Require core CVS for GstBaseSrc buffer caps setting magic.
2108
2109 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2110
2111         * gst/audioconvert/gstaudioconvert.c:
2112         (gst_audio_convert_fixate_channels):
2113         Fix logic in last commit.
2114
2115 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2116
2117         * gst/audioconvert/gstaudioconvert.c:
2118         (gst_audio_convert_fixate_channels):
2119         Passthrough the channel positions if the number of output channels is
2120         the same as the number of input channels, the input had a channel
2121         layout and downstream requests no special one. We did this already for
2122         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2123
2124 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2125
2126         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2127         (gst_gnome_vfs_src_finalize),
2128         (gst_gnome_vfs_src_received_headers_callback),
2129         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2130         * ext/gnomevfs/gstgnomevfssrc.h:
2131         Set the ICY caps on the srcpad from where they get picked up by the base
2132         class now and set on the outgoing buffers.
2133
2134         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2135         (gst_base_audio_src_create):
2136         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2137         BaseSrc now sets the caps on outgoing buffers automatically.
2138
2139 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2140
2141         * gst-libs/gst/audio/gstbaseaudiosink.c:
2142         (gst_base_audio_sink_resample_slaving),
2143         (gst_base_audio_sink_skew_slaving),
2144         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2145         (gst_base_audio_sink_async_play),
2146         (gst_base_audio_sink_change_state):
2147         Change the way in which the ringbuffer is started when dealing with a
2148         slaved clock and latency. We now sync to the clock until we reach
2149         upstream latency before starting the ringbuffer. This has the effect
2150         that we can accurately align the master and slave clocks and let the
2151         rate correction code take care of the initial drift or rounding errors
2152         instead of leaving them uncorrected with the old approach.
2153
2154 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2155
2156         * gst/audioconvert/gstaudioconvert.c:
2157         (gst_audio_convert_fixate_channels):
2158         Correctly set the default channel positions when converting to 8
2159         channels.
2160
2161 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2162
2163         * configure.ac:
2164           Error out if we don't have the required version of core.
2165
2166 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2167
2168         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2169           Use data scan helper in aac typefinder and stop scanning
2170           for headers when we've found a type. Also fix potential invalid
2171           memory access when calculating the frame length.
2172
2173 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2174
2175         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2176           (mpeg_sys_is_valid_pack):
2177           Don't modify scan context when we return FALSE in ensure_data, so
2178           it's possible to continue scanning, and we don't end up with a NULL
2179           data pointer and a positive size, which might bite us the next time
2180           we're called. Small constification.
2181
2182 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2183
2184         * gst/adder/gstadder.c:
2185         Adder doesn't support 24 bit samples so don't claim it supports them
2186         in the pad template caps.
2187
2188 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2189
2190         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2191         (gst_base_rtp_depayload_chain):
2192         Validate the RTP packet before further processing it. It's just too
2193         dangerous to accept random packets and people are not forced to use a
2194         jitterbuffer or session manager to filter out the bad packets.
2195
2196         * gst-libs/gst/rtp/gstrtpbuffer.c:
2197         (gst_rtp_buffer_set_extension_data),
2198         (gst_rtp_buffer_get_payload_subbuffer):
2199         Small cleanups.
2200         When setting extension data in a buffer that is too small, we fail and
2201         we should not set the extension bit.
2202         Change GST_WARNINGS into g_warning because they really are
2203         programming errors.
2204
2205         * tests/check/libs/rtp.c: (GST_START_TEST):
2206         Catch the g_warnings now in the unit tests and that fact that failing to
2207         set extension data left the extension bit untouched.
2208
2209 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2210
2211         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2212           Revert previous change which made basetransform handle buffer_alloc
2213           and which breaks things badly in the non-passthrough case since it
2214           returned buffers with a different (ie. sometimes smaller) size than
2215           the size requested.
2216
2217 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2218
2219         Patch by: Bernard B <b-gnome at largestprime dot net>
2220
2221         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2222         Fix seqnum compare function for bordercase values and fix the docs
2223         again. Fixes #533075.
2224
2225         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2226         Add a testcase for seqnum compare function.
2227
2228 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2229
2230         * gst/adder/gstadder.c: (gst_adder_setcaps),
2231         (gst_adder_class_init):
2232         Correctly declare the supported endianness on the pad templates
2233         and check for correct endianness in the set caps function. Adder
2234         only supports native endianness.
2235         Also use gst_element_class_set_details_simple().
2236
2237 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2238
2239         * sys/xvimage/xvimagesink.c:
2240           Better debug logging in port value handling. Merging separate port
2241           value loops into one.
2242
2243 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2244
2245         Patch by: Hannes Bistry <hannesb at gmx dot de>
2246
2247         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2248         * gst/tcp/gsttcpserversink.c:
2249         (gst_tcp_server_sink_handle_server_read),
2250         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2251         Fix regression in clientsrc because we did not add the fd to the poll
2252         set anymore. Fixes #532364.
2253         Do some cleanups here and there.
2254
2255 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2256
2257         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2258         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2259         * gst/playback/gstplay-marshal.list:
2260         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2261         Use correct marshallers. GstCaps are a boxed type and no GObject
2262         subclass.
2263
2264 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2265
2266         * win32/common/libgstrtsp.def:
2267         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2268         symbols.
2269
2270 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2271
2272         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2273
2274         * tests/check/elements/audioresample.c:
2275         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2276         (live_switch_push), (GST_START_TEST):
2277         Add unit test for the latest basetransform negotiation changes.
2278         See bug #526768.
2279
2280 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2281
2282         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2283         Fix nv12<->nv21 conversion if stride is larger than width.
2284
2285 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2286
2287         Patch by: Jan Gerber <j at oil21 dot org>
2288
2289         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2290         (gst_ogg_pad_parse_skeleton_fisbone):
2291         * ext/ogg/gstoggdemux.h:
2292         Parse presentation time from skeleton streams and use it as offset
2293         for the timestamps. Fixes bug #530068.
2294
2295 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2296
2297         * gst-libs/gst/audio/gstbaseaudiosink.c:
2298         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2299         Revert previous patch that attempted to more accurately calculate the
2300         initial offset between master and slave clock. The best thing we can do
2301         in general is take the time of both clocks as the diff since we don't
2302         know when the actual preroll happened.
2303
2304 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2305
2306         * gst-libs/gst/pbutils/install-plugins.c:
2307           Fix docs: type and missing word.
2308
2309 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2310
2311         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2312           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2313           for this instead; don't check if we've found enough markers after
2314           each and every step, it's enough to do that only if we've actually
2315           found a new marker.
2316           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2317
2318 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2319
2320         * gst/typefind/gsttypefindfunctions.c:
2321           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2322           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2323           (mpeg_video_stream_type_find):
2324           Move scan helper thingy to the beginning of the file so we can use
2325           it in other typefind functions. Rename it to something more
2326           generic. Also improve handling of things towards the end of the
2327           typefind data: peek as much as we can if we know the size of the
2328           data, rather than just min_size.
2329
2330 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2331
2332         * docs/libs/gst-plugins-base-libs-sections.txt:
2333         * gst-libs/gst/interfaces/colorbalance.c:
2334         * gst-libs/gst/interfaces/colorbalance.h:
2335         * gst-libs/gst/interfaces/colorbalancechannel.c:
2336         * gst-libs/gst/interfaces/colorbalancechannel.h:
2337         * gst-libs/gst/interfaces/tuner.c:
2338         * gst-libs/gst/interfaces/tunerchannel.c:
2339         * gst-libs/gst/interfaces/tunerchannel.h:
2340         * gst-libs/gst/interfaces/tunernorm.c:
2341         * gst-libs/gst/interfaces/tunernorm.h:
2342         * gst-libs/gst/video/video.c:
2343         * gst-libs/gst/video/video.h:
2344         Document the GstTuner and GstColorBalance interfaces, and some
2345         other random API functions that needed it. 70% symbol coverage, woo.
2346
2347 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2348
2349         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2350         Choose to allocate one less segment but require one additional segment
2351         as latency. 
2352
2353         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2354         No need to increment the number of segments in the source.
2355
2356         * gst-libs/gst/audio/gstbaseaudiosink.c:
2357         (gst_base_audio_sink_get_time), (clock_convert_external),
2358         (gst_base_audio_sink_resample_slaving),
2359         (gst_base_audio_sink_skew_slaving),
2360         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2361         (gst_base_audio_sink_async_play):
2362         Remove adding latency when returning the internal time while subtracting
2363         it again when we use the value a little later.
2364         When calculating the end timestamp, we are making a rounding error
2365         with the current algorithm. Ensure that we don't accumulate these
2366         rounding errors when aligning samples by not resampling at all if we
2367         don't need to. Fixes #419351.
2368         Make the initial calibration of the clock slaving a little more
2369         predictable and accurate. Also handle the case where we don't do
2370         clock slaving.
2371
2372 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2373
2374         Based on a patch by:
2375           Björn Benderius <bjoern dot benderius at axis dot com>
2376
2377         * gst/ffmpegcolorspace/avcodec.h:
2378         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2379         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2380         (gst_ffmpegcsp_avpicture_fill):
2381         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2382         * gst/ffmpegcolorspace/imgconvert_template.h:
2383         Add conversions from/to NV12 and NV21 and conversions between those
2384         two formats. Fixes bug #532166.
2385
2386 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2387
2388         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2389         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2390         which happens for example with files smaller than 128kb.
2391
2392 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2393
2394         Patch by: Wouter Cloetens <zombie at e2big dot org>
2395
2396         * gst-libs/gst/rtsp/Makefile.am:
2397         * gst-libs/gst/rtsp/gstrtspconnection.c:
2398         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2399         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2400         (add_auth_header), (gst_rtsp_connection_free),
2401         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2402         (gst_rtsp_connection_set_auth_param),
2403         (gst_rtsp_connection_clear_auth_params):
2404         * gst-libs/gst/rtsp/gstrtspconnection.h:
2405         Add Digest authorization support for RTSP connections. See #532065.
2406
2407         * gst-libs/gst/rtsp/md5.c:
2408         * gst-libs/gst/rtsp/md5.h:
2409         Yeap, another md5 implementation until we can depend on a glib that has
2410         support for it.
2411
2412 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2413
2414         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2415
2416         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2417         Let audioresample use the buffer allocation of basetransform instead
2418         of it's own stuff.
2419
2420         * tests/check/elements/audioresample.c: (alloc_only_48000),
2421         (GST_START_TEST), (audioresample_suite):
2422         Add unit test for the recent basetransform bugfix, where upstream
2423         changes caps to something that can't be passed through anymore.
2424
2425 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2426
2427         * win32/common/config.h.in:
2428           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2429           use the real thing than having "???" unconditionally.
2430
2431 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2432
2433         * gst-libs/gst/audio/gstbaseaudiosink.c:
2434         (gst_base_audio_sink_query):
2435         Report the latency with the new seglatency parameter.
2436
2437         * gst-libs/gst/audio/gstringbuffer.c:
2438         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2439         (gst_ring_buffer_acquire):
2440         * gst-libs/gst/audio/gstringbuffer.h:
2441         Add new field to the ringbufferspec to specify the expected latency
2442         between the underlying device read/write pointer, this is needed
2443         when writing sinks that sit a little closer to the hardware.
2444         Add some more docs for other fields.
2445
2446 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2447
2448         * gst/volume/gstvolume.c: (volume_transform_ip):
2449         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2450         reason instead of crashing later. Might fix bug #509125.
2451
2452 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2453
2454         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2455
2456         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2457         * gst/audioconvert/audioconvert.h:
2458         * gst/audioconvert/gstaudioconvert.c:
2459         (gst_audio_convert_parse_caps),
2460         (structure_has_fixed_channel_positions),
2461         (gst_audio_convert_transform_caps):
2462         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2463         Add support for more than 8 channels and NONE channel layouts. For
2464         more than 8 channels no channel conversion is supported yet, only
2465         format conversions are supported. Fixes bug #398033.
2466
2467         * tests/check/elements/audioconvert.c: (verify_convert),
2468         (GST_START_TEST), (audioconvert_suite):
2469         Add some unit tests by Tim for checking the NONE channel layouts
2470         and more than 8 channels and add some more unit tests for channel
2471         conversions.
2472
2473 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2474
2475         * gst/playback/gstdecodebin2.c: (connect_pad):
2476         When autoplugging fails, set the element back to NULL before
2477         unreffing it.
2478
2479 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2480
2481         * win32/common/libgstaudio.def:
2482         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2483         symbols.
2484
2485 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2486
2487         * gst/subparse/samiparse.c: (handle_start_sync),
2488         (end_sami_element), (characters_sami):
2489         Remove trailing, leading and double whitespaces.
2490         Correctly timestamp buffers and output the last buffer too.
2491
2492         * tests/check/elements/subparse.c: (GST_START_TEST),
2493         (subparse_suite):
2494         Add a simple unit test for SAMI parsing.
2495
2496 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2497
2498         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2499
2500         * gst/subparse/samiparse.c: (handle_start_sync),
2501         (start_sami_element), (end_sami_element), (characters_sami),
2502         (sami_context_reset):
2503         Only output characters inside the "sync" elements. There could be
2504         other elements like "style" that have some content but should
2505         not be printed. Fixes bug #467911.
2506
2507 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2508
2509         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2510         (set_active_source):
2511         * gst/playback/gstplaybasebin.h:
2512         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2513         (playbin_set_audio_mute):
2514         Allow setting -1 as current-audio to mute the current audio stream,
2515         similar to what is done for subtitles. Fixes bug #342294.
2516
2517 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2518
2519         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2520         It's SorensOn and not SorensEn.
2521
2522 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2523
2524         * gst-libs/gst/pbutils/descriptions.c: (formats):
2525           Fix description of video/x-flash-video.
2526
2527 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2528
2529         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2530         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2531         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2532         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2533         Remove some unused code.
2534
2535         * gst/audioconvert/gstaudioquantize.c:
2536         (gst_audio_quantize_free_noise_shaping):
2537         Don't return before freeing the noise shaping history.
2538
2539 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2540
2541         * tests/check/elements/subparse.c: (do_test),
2542           (test_tmplayer_style3b), (subparse_suite):
2543           Add unit test for the tmplayer variant from bug #530962.
2544
2545 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2546
2547         * gst/subparse/gstsubparse.c: (handle_buffer),
2548           (gst_sub_parse_sink_event):
2549         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2550           (tmplayer_parse_line):
2551           Fix parsing of tmplayer subtitle variant where every single line contains
2552           text and there isn't an empty line after each line to determine the
2553           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2554           making sure that we push out the last line of text without a duration if
2555           there's still text left in the buffer at the end.
2556
2557 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2558
2559         * gst/subparse/gstsubparse.c: (feed_textbuf):
2560           Fix detection of discontinuities based on the buffer offset (doesn't work
2561           so well if no buffer offset is set) and also check for the DISCONT buffer
2562           flag. This keeps the parser state from being reset after each buffer in
2563           the unit test.
2564
2565 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2566
2567         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2568           Further fine-tuning: don't absolutely require sequence or GOP headers
2569           (as introduced in the previous commit), but adjust the typefind
2570           probabilities returned accordingly if we don't see them. Also make sure
2571           picture header and first slice are somewhat close to each other (which
2572           is not perfect but still better than requiring a fixed offset or having
2573           no limit at all).
2574
2575 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2576
2577         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2578         (gst_basertppayload_sink_setcaps),
2579         (gst_basertppayload_sink_getcaps):
2580         Rename the setcaps/getcaps function internally to make it clear that
2581         they are called for the sink pad.
2582
2583 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2584
2585         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2586         (gst_base_rtp_depayload_class_init),
2587         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2588         (gst_base_rtp_depayload_packet_lost),
2589         (gst_base_rtp_depayload_set_gst_timestamp):
2590         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2591         Catch packet-lost events from the jitterbuffer and convert them into a
2592         vmethod call (lost-packet) so that depayloaders can do something smart.
2593         Also add a default packet-lost function that sends out a segment update
2594         to the decoders.
2595
2596 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2597
2598         * gst/playback/test4.c:
2599         * gst/playback/test5.c:
2600         * gst/playback/test6.c:
2601         * gst/playback/test7.c:
2602           Also include config.h when relying on defines from it. Fixes the
2603           build. Its been a please to serve :)
2604
2605 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2606
2607         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2608         (paint_setup_NV21), (paint_hline_NV12_NV21):
2609         Add support for NV12 and NV21 in videotestsrc
2610
2611 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2612
2613         * gst/videoscale/gstvideoscale.c:
2614         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2615         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2616         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2617         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2618         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2619         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2620         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2621         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2622         (vs_image_scale_linear_RGB555):
2623         Support 1x1 images as input and output as for example the BBC HQ new
2624         streams have 1x1 GIFs in the playlists for some reason.
2625
2626 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2627
2628         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2629           (try_to_link_1):
2630           If we can't activate one of the decoders we plugged in (such as,
2631           say, musepackdec) for some reason (it might not support push mode,
2632           for example), remove any pad probes that close_pad_link() might
2633           have set up. This makes sure we later don't try to remove a probe
2634           for a pad that doesn't exist any longer, and avoids nast warnings
2635           and probably other things too.
2636
2637 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2638
2639         * gst/typefind/gsttypefindfunctions.c:
2640           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2641           (plugin_init):
2642           Rework mpeg video stream typefinding a bit more: make sure sequence,
2643           GOP, picture and slice headers appear in the order they should and
2644           that we've in fact at least had one of each; fix picture header
2645           detection; decouple picture and slice header check - don't assume
2646           they're at a fixed offset, there may be extra data in between. Also,
2647           announce varying degrees of probability depending on what we found
2648           exactly (multiple pictures, at least one picture, just sequence and
2649           GOP headers). Finally, in _ensure_data(), take into account that we
2650           might be typefinding smaller amounts of data, such as the first
2651           buffer of a stream, so fall back to the minimum size needed as long
2652           as that's available, instead of erroring out if there's less than
2653           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2654           fuzzed file from #399342 as valid.
2655
2656 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2657
2658         * ext/theora/theoradec.c:
2659           Cool kids don't divide by zero.
2660           Treat PAR of x:0 as 1:1.
2661           Fixes #530719.
2662
2663 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2664
2665         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2666           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2667           (mpeg_video_stream_type_find):
2668           Refactor a bit: use context structure to track parsing offset and
2669           size of available data and make the code a bit clearer. Fixes bad
2670           memory access in #356937.
2671
2672 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2673
2674         * gst/playback/test4.c:
2675         * gst/playback/test5.c:
2676         * gst/playback/test6.c:
2677         * gst/tcp/gstmultifdsink.c:
2678           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2679           is defined.
2680
2681 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2682
2683         * gst-libs/gst/audio/gstbaseaudiosink.h:
2684         Clarify some docs.
2685
2686         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2687         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2688         (gst_base_audio_src_set_slave_method),
2689         (gst_base_audio_src_get_slave_method),
2690         (gst_base_audio_src_set_property),
2691         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2692         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2693         Add property and methods for selecting the clock slave method in the
2694         source, like in the sink.
2695         We only implement "none" and "re-timestamp" for now.
2696         API: gst_base_audio_src_set_slave_method()
2697         API: gst_base_audio_src_get_slave_method()
2698
2699 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2700
2701         * gst-libs/gst/rtp/gstrtpbuffer.c:
2702         Fix the docs about the seqnum compare function, it returns a difference.
2703
2704 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2705
2706         * ext/alsa/gstalsadeviceprobe.c:
2707         (gst_alsa_get_device_list): Don't return before freeing up
2708         the allocated structures.
2709
2710 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2711
2712         * gst/playback/gstplaybin.c:
2713           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2714
2715 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2716
2717         * ext/ogg/gstoggdemux.c:
2718           Revert the event part, that should not go in.
2719
2720 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2721
2722         * ext/ogg/gstoggdemux.c:
2723           Don't leak GstPluginFeatures when filtering.
2724
2725 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2726
2727         * sys/xvimage/xvimagesink.c:
2728           Add some logging for cases when grabbing the xv failed.
2729
2730 2008-04-21  David Schleef  <ds@schleef.org>
2731
2732         * ext/ogg/gstoggmux.c:
2733           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2734           packet.  Should conform to what we currently think is the
2735           final Ogg/Dirac muxing spec.
2736
2737 2008-04-21  David Schleef  <ds@schleef.org>
2738
2739         * sys/xvimage/xvimagesink.c:
2740           Fix typo that causes the overlay keying color to bright green
2741           on a 16-bit display.  Dark grey good.  Bright green bad.
2742
2743 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2744
2745         * ext/gnomevfs/gstgnomevfsuri.c:
2746           Add  FIXME comment about using uri-list for source and sink.
2747
2748 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2749
2750         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2751         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2752         vaargs functions to gint. Otherwise the fractions will get 0 set
2753         instead of the correct value on big endian systems. Fixes bug #529018.
2754
2755 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2756
2757         * ext/gnomevfs/gstgnomevfssink.c:
2758         (gst_gnome_vfs_sink_uri_get_protocols):
2759         * ext/gnomevfs/gstgnomevfssrc.c:
2760         (gst_gnome_vfs_src_uri_get_protocols):
2761         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2762         (gst_gnomevfs_get_supported_uris):
2763         Get the list of supported URI schemes in a threadsafe way and use the
2764         same list for the source and sink.
2765
2766 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2767
2768         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2769         (gst_gio_get_supported_protocols):
2770         Don't generate a new supported protocols list on each call but cache
2771         it. It's supposed to be static anyway, this way we only leak it once
2772         per process.
2773
2774         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2775         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2776         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2777         (gst_gio_sink_start):
2778         * ext/gio/gstgiosink.h:
2779         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2780         (gst_gio_src_class_init), (gst_gio_src_finalize),
2781         (gst_gio_src_set_property), (gst_gio_src_get_property),
2782         (gst_gio_src_start):
2783         * ext/gio/gstgiosrc.h:
2784         API: Add "file" properties where one can set a GFile as
2785         source/destination.
2786
2787         Add locking to the properties and use
2788         gst_element_class_set_details_simple() instead of a static
2789         GstElementDetails struct.
2790
2791 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2792
2793         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2794         (plugin_init):
2795         Add "mpp" and "mp+" as possible extensions for MusePack files.
2796
2797         Add typefinding for MusePack StreamVersion 8 files and include the
2798         stream version in the caps.
2799
2800 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2801
2802         * gst-libs/gst/rtp/gstrtppayloads.c:
2803         (gst_rtp_payload_info_for_name):
2804         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2805
2806 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2807
2808         * configure.ac:
2809           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2810           (NB: this only affects compilation of some of the examples).
2811           Remove some configure.ac cruft that's not needed any longer.
2812
2813 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2814
2815         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2816         Don't validate the payload if there isn't any.
2817         Fixes #525915
2818
2819 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2820
2821         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2822         Use g_atomic_int_set() instead of gst_atomic_int_set().
2823
2824 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2825
2826         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2827         Return NULL instead of a gchar * array with one NULL element if we
2828         don't get any supported URI schemes from GIO.
2829
2830 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2831
2832         * gst/audiotestsrc/gstaudiotestsrc.c:
2833           Remove cpp style commented old code.
2834
2835 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2836
2837         * gst/playback/gstdecodebin2.c:
2838           Fix signal docs.
2839
2840 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2841
2842         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2843           (gst_text_overlay_init):
2844           Fix textoverlay unit test again by making the supposed default
2845           value for the wait-text property the actual default value.
2846           Also fix Since: tag for new property.
2847
2848 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2849
2850         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
2851           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
2852           (gst_video_format_get_pixel_stride),
2853           (gst_video_format_get_component_width),
2854           (gst_video_format_get_component_height),
2855           (gst_video_format_get_component_offset), (gst_video_format_get_size),
2856           (gst_video_format_convert):
2857           Add guards to these functions to ensure sane input values.
2858
2859         * tests/check/libs/video.c:
2860           Fix unit test not to create caps with width=0 and height=0.
2861
2862 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2863
2864         * docs/design/draft-keyframe-force.txt:
2865         Fix typo.
2866
2867         * gst/playback/gstqueue2.c: (update_buffering),
2868         (gst_queue_handle_src_query):
2869         Set buffering mode in the messages.
2870         Set buffering percent in the query.
2871
2872         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
2873         (do_stream_buffering), (do_download_buffering), (msg_buffering):
2874         Do some more fancy things based on the buffering method in use.
2875
2876 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2877
2878         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
2879         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
2880         (msg_buffering), (main):
2881         Add basic download reports to seek using the new buffering API.
2882
2883 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2884
2885         * gst/playback/gstqueue2.c: (update_buffering),
2886         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
2887         (gst_queue_src_checkgetrange_function):
2888         Include extra buffering stats in the buffering message.
2889         Implement BUFFERING query.
2890
2891         * gst/playback/gsturidecodebin.c: (do_async_start),
2892         (do_async_done), (type_found), (setup_streaming), (setup_source),
2893         (gst_uri_decode_bin_change_state):
2894         Only add decodebin2 when the type is found in streaming mode.
2895         Make uridecodebin async to PAUSED even when we don't have decodebin2
2896         added yet.
2897
2898 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
2899
2900         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2901         Filter cdda from the supported URI schemes. We can't support
2902         musicbrainz tags and everything else one expects from a cdda source
2903         with GIO. Fixes bug #526794.
2904
2905 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
2906
2907         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
2908         (gst_xvimagesink_buffer_alloc):
2909         Fix calculation of 'expected size' for YV12 buffers.
2910         Be a little more verbose in the debug output for buffer-alloc'ed
2911         buffers which turn out to have the wrong size.
2912
2913 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
2914
2915         * NEWS:
2916         * RELEASE:
2917         * gst-plugins-base.doap:
2918           Merge other changes from 0.10.19 release branch.
2919
2920 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2921
2922         * gst-libs/gst/audio/gstbaseaudiosink.c:
2923           (gst_base_audio_sink_class_init):
2924         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2925           (gst_base_audio_src_class_init):
2926         * gst/playback/gstplayback.c: (plugin_init):
2927         * gst/volume/gstvolume.c: (plugin_init):
2928           Work around missing bits of thread-safety on older GLibs some
2929           more to avoid assertions when starting up multiple playbin
2930           objects concurrently (see #512382).
2931
2932 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2933
2934         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2935           Remove some more fields.
2936
2937 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
2938
2939         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2940
2941         * configure.ac:
2942         Actually build dlls when cross-compiling with mingw32.
2943         Fixes bug #526247.
2944
2945 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2946
2947         * configure.ac:
2948           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
2949
2950 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2951
2952         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
2953         (msg_buffering), (connect_bus_signals), (main):
2954         Add statusbar.
2955         Add buffering support with feedback in the statusbar.
2956
2957 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2958
2959         * ext/ogg/gstoggmux.c:
2960           Fix sample pipeline description.
2961
2962 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
2963
2964         * docs/plugins/Makefile.am:
2965         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2966         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2967         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2968           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
2969
2970         * docs/plugins/gst-plugins-base-plugins.args:
2971         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2972         * docs/plugins/gst-plugins-base-plugins.interfaces:
2973         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2974         * docs/plugins/inspect/plugin-adder.xml:
2975         * docs/plugins/inspect/plugin-alsa.xml:
2976         * docs/plugins/inspect/plugin-audioconvert.xml:
2977         * docs/plugins/inspect/plugin-audiorate.xml:
2978         * docs/plugins/inspect/plugin-audioresample.xml:
2979         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2980         * docs/plugins/inspect/plugin-cdparanoia.xml:
2981         * docs/plugins/inspect/plugin-decodebin.xml:
2982         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2983         * docs/plugins/inspect/plugin-gdp.xml:
2984         * docs/plugins/inspect/plugin-gnomevfs.xml:
2985         * docs/plugins/inspect/plugin-libvisual.xml:
2986         * docs/plugins/inspect/plugin-ogg.xml:
2987         * docs/plugins/inspect/plugin-pango.xml:
2988         * docs/plugins/inspect/plugin-playback.xml:
2989         * docs/plugins/inspect/plugin-queue2.xml:
2990         * docs/plugins/inspect/plugin-subparse.xml:
2991         * docs/plugins/inspect/plugin-tcp.xml:
2992         * docs/plugins/inspect/plugin-theora.xml:
2993         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2994         * docs/plugins/inspect/plugin-uridecodebin.xml:
2995         * docs/plugins/inspect/plugin-video4linux.xml:
2996         * docs/plugins/inspect/plugin-videorate.xml:
2997         * docs/plugins/inspect/plugin-videoscale.xml:
2998         * docs/plugins/inspect/plugin-videotestsrc.xml:
2999         * docs/plugins/inspect/plugin-volume.xml:
3000         * docs/plugins/inspect/plugin-vorbis.xml:
3001         * docs/plugins/inspect/plugin-ximagesink.xml:
3002         * docs/plugins/inspect/plugin-xvimagesink.xml:
3003           Update introspection data.
3004
3005         * ext/ogg/gstoggmux.c:
3006           Document oggmux.
3007
3008         * gst/playback/gstdecodebin2.c:
3009           Don't use gtk-doc style comment start for private stuff, but make it
3010           formatted like this for consistency.
3011
3012 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3013
3014         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
3015         (gst_decode_bin_init), (gst_decode_bin_dispose),
3016         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
3017         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3018         (analyze_new_pad), (connect_pad), (expose_pad),
3019         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
3020         (gst_decode_group_expose), (gst_decode_group_free),
3021         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
3022         Remove fakesink hack, we can now implement this more elegantly.
3023         Added property to bypass typefinding.
3024         Removed underrun callback and demuxer pad probe, we now use the srcpad
3025         probe to expose groups.
3026         API::sink-caps property
3027
3028         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
3029         Guard against multiple emissions of the no_more_pads signal, which
3030         happens when we are dealing with chained oggs.
3031
3032         * gst/playback/gsturidecodebin.c: (remove_decoders),
3033         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
3034         (setup_source):
3035         For streams, use our own typefind element and plug our queue after it.
3036         We will need this to determine the type of buffering to use for the
3037         queue soon.
3038
3039 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3040
3041         * gst-libs/gst/audio/gstbaseaudiosink.c:
3042         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3043         Guard against over and underflows because of clock slaving.
3044         When we are using our own clock, still compensate for any calibrations
3045         that we might have done to our clock.
3046
3047 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3048
3049         * ext/theora/theoradec.c: (theora_handle_type_packet),
3050         (theora_dec_chain):
3051         Don't try to do anything fancy with the return code from pushing an
3052         event, it does not have enough information to turn it into a
3053         GST_FLOW_ERROR.
3054
3055 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3056
3057         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3058         (gst_ogg_demux_chain_elem_pad):
3059         Add small debug line.
3060         Pass return code from the internal decoder instead of the too generic
3061         GST_FLOW_ERROR.
3062
3063 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3064
3065         * gst-libs/gst/cdda/Makefile.am:
3066         * gst-libs/gst/cdda/base64.c:
3067         * gst-libs/gst/cdda/base64.h:
3068         * gst-libs/gst/cdda/gstcddabasesrc.c:
3069         (gst_cddabasesrc_calculate_musicbrainz_discid):
3070         Use GLib's base64 implementation instead of our own.
3071
3072 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3073
3074         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3075         (gst_ogg_demux_read_chain):
3076         Refix oggdemux, we only have a problem if we failed to find a chain and
3077         we are not EOF.
3078
3079 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3080
3081         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3082
3083         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3084         (gst_ogg_demux_read_chain):
3085         When we fail to find a BOS page and we and up with no chain, error out
3086         properly instead of segfaulting. Fixes #525665.
3087
3088 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3089
3090         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3091         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3092         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3093         no-more-pads...
3094
3095 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3096
3097         * gst/playback/gstqueue2.c: (update_out_rates),
3098         (gst_queue_open_temp_location_file),
3099         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3100         (gst_queue_handle_src_query), (gst_queue_set_property):
3101         Update the estimated input data when we push out a buffer.
3102         Add some debug info about the temp file.
3103         Only forward src events when we are not using a temp file.
3104         Don't block the duration query, we need to find something better.
3105         Don't leak the temp filename.
3106
3107 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3108
3109         * configure.ac:
3110         Require GLib 2.12 and liboil 0.3.14.
3111
3112         * gst/volume/gstvolume.c: (volume_process_double):
3113         Unconditionally use liboil 0.3.14 function.
3114
3115 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3116
3117         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3118         ms-gsm can have arbitrarty sample rates. See #481354.
3119
3120 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3121
3122         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3123         MP4S is generic MPEG-4, not a microsoft variant.
3124
3125 2008-03-27  Michael Smith <msmith@fluendo.com>
3126
3127         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3128           Check the body CRC (if set) when depayloading.
3129           Fixes #522401.
3130
3131 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3132
3133         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3134           Fix Since: version for new property.
3135
3136 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3137
3138         * gst-libs/gst/rtsp/gstrtspconnection.c:
3139         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3140         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3141         Don't error when poll_wait returns EAGAIN.
3142
3143 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3144
3145         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3146         The queue is never filled when there are no buffers in the queue at all.
3147         Fixes #523993.
3148
3149 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3150
3151         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3152         (init_group), (free_group), (gst_play_bin_init),
3153         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3154         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3155         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3156         (gst_play_bin_set_current_video_stream),
3157         (gst_play_bin_set_current_audio_stream),
3158         (gst_play_bin_set_current_text_stream),
3159         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3160         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3161         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3162         (activate_group), (deactivate_group), (setup_next_source),
3163         (save_current_group), (gst_play_bin_change_state):
3164         Update some docs.
3165         Add new locks and conds to protect pipeline creation and group
3166         switching.
3167         Implement the sub-uri property.
3168         Keep track of pending uridecodebin creation and configure the output
3169         pipeline after all streams are configured.
3170         Propagate subtitle encoding to the uridecodebins.
3171         Implement getting the video/audio/visualisation elements.
3172         Use input-selector for stream switching.
3173         If we are asked to do visualisation, prefer to autoplug raw sinks
3174         instead of sinks that accept encoded data.
3175
3176 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3177
3178         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3179         (gst_play_sink_init), (gst_play_sink_dispose),
3180         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3181         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3182         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3183         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3184         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3185         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3186         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3187         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3188         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3189         * gst/playback/gstplaysink.h:
3190         Add methods to get audio/video/vis elements.
3191         Add methods to set the font description for the overlay.
3192         Remove properties, we're using this element with its methods only.
3193         Add support for subtitles.
3194         Rearrange the locking a bit to not use the object lock for protecting
3195         the pipeline construction.
3196         Try to use the volume and mute property on the sink when its available.
3197         Implement the mute option with volume when the sink does not have a mute
3198         property.
3199         Only add volume element when the sink has no volume property.
3200         Only do visualisations with raw audio pads.
3201
3202 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3203
3204         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3205         (gst_text_overlay_init), (gst_text_overlay_set_property),
3206         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3207         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3208         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3209         (gst_text_overlay_change_state):
3210         * ext/pango/gsttextoverlay.h:
3211         Add property to configure waiting for text on the textpad or not, with
3212         the default behaviour being the old one (always wait for text before
3213         rendering the video). This default behaviour is usually not the best one
3214         because the text stream can very sparse and could require queueing a lot
3215         of video.
3216         Fix the flushing and EOS handing so that we don't mix up their meaning.
3217
3218 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3219
3220         * gst/playback/gsturidecodebin.c:
3221         (gst_uri_decode_bin_autoplug_factories),
3222         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3223         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3224         (gst_uri_decode_bin_set_property),
3225         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3226         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3227         (proxy_autoplug_factories_signal), (make_decoder),
3228         (source_new_pad), (setup_source):
3229         Add a readonly source property and notify.
3230         Add new lock for protecting the construction of the pipeline.
3231         Keep track of the decodebins we plugged.
3232         Correctly proxy the autoplug signal so that it actually continues.
3233         Proxy subtitle-encoding to the decodebins.
3234
3235 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3236
3237         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3238         (text_toggle_cb), (update_streams), (main):
3239         Rearrange some buttons in playbin2 and make some other boxes insensitive
3240         when needed.
3241         Add language codes to subtitle selection boxes when we gind the right
3242         tags for the streams.
3243
3244 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3245
3246         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3247         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3248         (gst_decode_bin_set_subs_encoding),
3249         (gst_decode_bin_get_subs_encoding),
3250         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3251         (deactivate_free_recursive):
3252         Protect caps property with the object lock.
3253         Protect encoding property with the object lock.
3254         Keep list of elements we added that have the subtitle-encoding property.
3255         Distribute the subtitle-encoding to all of the elements when it
3256         changes.
3257
3258 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3259
3260         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3261         Small debug improvement.
3262
3263         * gst-libs/gst/audio/gstbaseaudiosink.c:
3264         (gst_base_audio_sink_render):
3265         Fix bug in determining the sample start/stop position, we want to base
3266         this decision on the fact that we are going forwards or backwards, not
3267         slower or faster. This fixes some ugly resync warnings when playing at
3268         very slow speeds.
3269
3270 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3271
3272         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3273         Correctly set the supported URI schemes and don't leave
3274         some schemes in the middle or at the start at NULL.
3275
3276 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3277
3278         * tests/check/elements/gdpdepay.c:
3279           Make test compile without unused function/variable warnings on PPC.
3280  
3281 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3282
3283         * configure.ac:
3284         * ext/alsa/gstalsamixerelement.c:
3285         (gst_alsa_mixer_element_class_init):
3286         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3287         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3288         * ext/cdparanoia/gstcdparanoiasrc.c:
3289         (gst_cd_paranoia_src_class_init):
3290         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3291         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3292         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3293         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3294         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3295         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3297         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3298         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3299         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3300         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3301         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3302         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3303         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3304         (gst_audio_filter_template_class_init):
3305         * gst-libs/gst/audio/gstbaseaudiosink.c:
3306         (gst_base_audio_sink_class_init):
3307         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3308         (gst_base_audio_src_class_init):
3309         * gst-libs/gst/cdda/gstcddabasesrc.c:
3310         (gst_cdda_base_src_class_init):
3311         * gst-libs/gst/interfaces/mixertrack.c:
3312         (gst_mixer_track_class_init):
3313         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3314         (gst_base_rtp_depayload_class_init):
3315         * gst-libs/gst/rtp/gstbasertppayload.c:
3316         (gst_basertppayload_class_init):
3317         * gst/audioconvert/gstaudioconvert.c:
3318         (gst_audio_convert_class_init):
3319         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3320         * gst/audioresample/gstaudioresample.c:
3321         (gst_audioresample_class_init):
3322         * gst/audiotestsrc/gstaudiotestsrc.c:
3323         (gst_audio_test_src_class_init):
3324         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3325         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3326         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3327         (preroll_unlinked):
3328         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3329         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3330         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3331         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3332         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3333         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3334         (gst_stream_selector_class_init):
3335         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3336         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3337         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3338         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3339         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3340         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3341         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3342         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3343         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3344         * gst/videotestsrc/gstvideotestsrc.c:
3345         (gst_video_test_src_class_init):
3346         * gst/volume/gstvolume.c: (gst_volume_class_init):
3347         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3348         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3349         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3350         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3351         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3353         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3354         static strings (i.e. all). This gives us less memory usage,
3355         fewer allocations and thus less memory defragmentation. Depend
3356         on core CVS for this. Fixes bug #523806.
3357
3358 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3359
3360         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3361         Filter http and https protocols. GIO/GVfs handles them but it's
3362         impossible to implement iradio/icecast with it. Better use
3363         souphttpsrc or something else for this.
3364
3365         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3366         If getting the file informations by a query fails try it with the
3367         seek-to-end trick too.
3368
3369 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3370
3371         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3372         (gst_volume_base_init), (gst_volume_class_init),
3373         (volume_process_double), (volume_process_float),
3374         (volume_transform_ip), (plugin_init):
3375         memset buffers to zero if we get a GAP buffer. We usually see a
3376         buffer as one unit so let's handle it as one and don't care about
3377         volume changes while processing one buffer.
3378         Also clean up some stuff a bit.
3379
3380 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3381
3382         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3383         (gst_audio_convert_create_silence_buffer),
3384         (gst_audio_convert_transform):
3385         Make audioconvert GAP-aware by outputting silence buffers when the
3386         input has the GAP flag set. This is up to 8x faster.
3387         Based on a patch by Stefan Kost. Fixes bug #517813.
3388
3389 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3390
3391         * gst/volume/gstvolume.c: (volume_process_double):
3392         Use oil_scalarmultiply_f64_ns() for double processing when it's
3393         available at compile time.
3394
3395 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3396
3397         * configure.ac:
3398         Fix lrint/lrintf checks to actually work. These functions are
3399         in libm on Linux at least so try to link to it.
3400
3401 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3402
3403         * configure.ac:
3404         Back to development - 0.10.18.1
3405
3406 === release 0.10.18 ===
3407
3408 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3409
3410         * configure.ac:
3411           releasing 0.10.18, "I will follow"
3412
3413 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3414
3415         * configure.ac:
3416         * win32/common/config.h:
3417         0.10.17.4 pre-release
3418
3419 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3420
3421         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3422         Use GST_STR_NULL when trying to print strings that could be NULL because
3423         this might crash on some platforms. See #520808.
3424
3425 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3426
3427         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3428
3429         * gst-libs/gst/rtsp/gstrtspconnection.c:
3430         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3431         (read_line), (gst_rtsp_connection_read_internal):
3432         Generic Windows fixes that makes libgstrtsp work on Windows when
3433         coupled with the new GstPoll API. See #520808.
3434
3435 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3436
3437         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3438
3439         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3440           If seeking to a new position succeeds don't simply return from
3441           create() without creating a buffer. Do this only in the case
3442           seeking to the new position fails. Fixes bug #523054.
3443
3444 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3445
3446         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3447           (gst_video_format_from_rgba32_masks):
3448           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3449           (#522635).
3450
3451         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3452           Add unit test for the RGB caps parsing and creation, checking for
3453           internal consistency of the new API and consistency of the API with
3454           the old GST_VIDEO_CAPS_* defines.
3455
3456 2008-03-14  David Schleef  <ds@schleef.org>
3457
3458         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3459           because -base is in freeze.
3460
3461 2008-03-14  David Schleef  <ds@schleef.org>
3462
3463         Patch by: William M. Brack
3464
3465         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3466
3467 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3468
3469         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3470         (gst_selector_pad_chain):
3471         * gst/playback/gststreamselector.h:
3472         Revert change that caused regression until a real fix is found.
3473         Fixes #522203.
3474
3475 2008-03-12  Michael Smith <msmith@fluendo.com>
3476
3477         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3478         * gst-libs/gst/audio/gstringbuffer.h:
3479           Rename recently added buffer types to make more sense.
3480         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3481         (gst_alsasink_write):
3482           Adapt for above API changes.
3483           Fixes bug #520523.
3484
3485 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3486
3487         * win32/common/libgstnetbuffer.def:
3488         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3489
3490 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3491
3492         * configure.ac:
3493         * win32/common/config.h:
3494         0.10.17.3 pre-release
3495
3496 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3497
3498         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3499         (gst_base_audio_src_create):
3500         Fix duration when no clock was provided. Fixes #520300.
3501
3502 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3503
3504         Patch by: Olivier Crete  <tester at tester ca>
3505
3506         * docs/libs/gst-plugins-base-libs-sections.txt:
3507         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3508         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3509         Add trivial function to compare GstNetAddress. See #520626.
3510         API: GstNetBuffer::gst_netaddress_equal
3511
3512 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3513
3514         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3515         Update mode property docs, it's deprecated now.
3516
3517 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3518
3519         * gst-libs/gst/rtsp/gstrtspconnection.c:
3520         (gst_rtsp_connection_create):
3521         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3522         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3523         * gst/tcp/gstmultifdsink.h:
3524         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3525         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3526         Remove GstPollMode from gstpoll constructor.
3527
3528 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3529
3530         * configure.ac:
3531         * win32/common/config.h:
3532         0.10.17.2 pre-release
3533
3534 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3535
3536         * gst/Makefile.am:
3537         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3538         them twice
3539
3540         * win32/common/libgstinterfaces.def:
3541         * win32/common/libgstrtp.def:
3542         Add new API to the defs
3543
3544 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3545
3546         Patch by: Mersad Jelacic  <mersad at axis dot com>
3547
3548         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3549         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3550         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3551         possible to specify the sample size in bits. (#509637)
3552
3553 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3554
3555         * tests/check/libs/mixer.c:
3556           Add a few simple checks for the new message types.
3557
3558 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3559
3560         * docs/libs/gst-plugins-base-libs-sections.txt:
3561         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3562           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3563           (gst_mixer_message_get_type),
3564           (gst_mixer_message_parse_option_changed),
3565           (gst_mixer_message_parse_options_list_changed):
3566         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3567           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3568           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3569           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3570           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3571           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3572
3573 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3574
3575         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3576           (gst_mixer_options_get_values):
3577         * gst-libs/gst/interfaces/mixeroptions.h:
3578           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3579           (_GstMixerOptions), (_GstMixerOptionsClass):
3580           API: add GstMixerOptions::get_values vfunc (#519906)
3581
3582 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3583
3584         * configure.ac:
3585         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3586         plug-ins are included/excluded. (#498222)
3587
3588 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3589
3590         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3591         Add typefinder for IMelody files, using audio/x-imelody.
3592         See bug #519516.
3593
3594 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3595
3596         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3597         * ext/alsa/gstalsasink.c: (set_hwparams):
3598         * ext/alsa/gstalsasrc.c: (set_hwparams):
3599         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3600         * ext/ogg/gstoggmux.h:
3601         * ext/ogg/gstogmparse.c:
3602         * gst-libs/gst/audio/audio.c:
3603         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3604         * gst-libs/gst/pbutils/missing-plugins.c:
3605         (gst_missing_uri_sink_message_new),
3606         (gst_missing_element_message_new),
3607         (gst_missing_decoder_message_new),
3608         (gst_missing_encoder_message_new):
3609         * gst-libs/gst/rtp/gstbasertppayload.c:
3610         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3611         (gst_rtcp_packet_bye_get_reason):
3612         * gst/audioconvert/gstaudioconvert.c:
3613         * gst/audioresample/gstaudioresample.c:
3614         * gst/ffmpegcolorspace/imgconvert.c:
3615         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3616         * gst/typefind/gsttypefindfunctions.c:
3617         * gst/videoscale/vs_4tap.c:
3618         * gst/videoscale/vs_4tap.h:
3619         * sys/v4l/gstv4lelement.c:
3620         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3621         * sys/v4l/v4l_calls.c:
3622         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3623         (gst_v4lsrc_try_capture):
3624         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3625         (gst_ximagesink_ximage_new):
3626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3627         (gst_xvimagesink_xvimage_new):
3628         * tests/check/elements/audioconvert.c:
3629         * tests/check/elements/audioresample.c:
3630         (fail_unless_perfect_stream):
3631         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3632         * tests/check/elements/decodebin.c:
3633         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3634         (setup_gdpdepay_streamheader):
3635         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3636         (setup_gdppay_streamheader):
3637         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3638         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3639         * tests/check/elements/textoverlay.c:
3640         * tests/check/elements/videorate.c: (setup_videorate):
3641         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3642         * tests/check/elements/volume.c: (setup_volume):
3643         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3644         * tests/check/elements/vorbistag.c:
3645         * tests/check/generic/clock-selection.c:
3646         * tests/check/generic/states.c: (setup), (teardown):
3647         * tests/check/libs/cddabasesrc.c:
3648         * tests/check/libs/video.c:
3649         * tests/check/pipelines/gio.c:
3650         * tests/check/pipelines/oggmux.c:
3651         * tests/check/pipelines/simple-launch-lines.c:
3652         (simple_launch_lines_suite):
3653         * tests/check/pipelines/streamheader.c:
3654         * tests/check/pipelines/theoraenc.c:
3655         * tests/check/pipelines/vorbisdec.c:
3656         * tests/check/pipelines/vorbisenc.c:
3657         * tests/examples/seek/scrubby.c:
3658         * tests/examples/seek/seek.c: (query_positions_elems),
3659         (query_positions_pads):
3660         * tests/icles/stress-xoverlay.c: (myclock):
3661         Correct all relevant warnings found by the sparse semantic code
3662         analyzer. This include marking several symbols static, using
3663         NULL instead of 0 for pointers and using "foo (void)" instead
3664         of "foo ()" for declarations.
3665
3666         * win32/common/libgstrtp.def:
3667         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3668
3669 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3670
3671         Patch by: José Alburquerque <jaalburqu svn gnome org>
3672
3673         * gst/playback/gstplaybin2.c:
3674           Make the function signature of the _get_*_tags() functions match
3675           the signature of the vfuncs they implement, ie. return a
3676           GstTagList rather than a GstStructure, which is more correct,
3677           even if one is typedef'ed to the other (#518940).
3678
3679 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3680
3681         * gst-libs/gst/rtsp/gstrtspconnection.c:
3682           Don't include unix headers unconditionally (fixes #518037).
3683
3684 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3685
3686         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3687           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3688           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3689           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3690           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3691           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3692           (gst_video_format_is_packed), (video_format_is_packed):
3693           Add unit test that makes sure that the strides, offsets and
3694           sizes returned for the various YUV formats by the new video API
3695           match the old reference implementation in videotestsrc.
3696
3697 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3698
3699         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3700           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3701           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3702           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3703           (gst_video_format_get_pixel_stride),
3704           (gst_video_format_get_component_width),
3705           (gst_video_format_get_component_height),
3706           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3707         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3708           (GST_VIDEO_FORMAT_Y42B):
3709           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3710
3711 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3712
3713         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3714           YV12 is I420 with swapped components 1 and 2, so the offset of
3715           component 1 for I420 should be the offset for component 2 for YV12
3716           and vice versa.
3717
3718 2008-02-29  Rene Stadler  <mail@renestadler.de>
3719
3720         * sys/v4l/gstv4lelement.c:
3721         Add missing semicolon to fix indentation.
3722
3723 2008-02-29  Julien Moutte  <julien@fluendo.com>
3724
3725         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3726         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3727         if we can do SPDIF output.
3728         * ext/alsa/gstalsa.h:
3729         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3730         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3731         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3732         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3733         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3734         to support AC3, EC3 and IEC958 buffers.
3735
3736 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3737
3738         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3739           (gst_mixer_message_parse_mute_toggled),
3740           (gst_mixer_message_parse_record_toggled),
3741           (gst_mixer_message_parse_volume_changed),
3742           (gst_mixer_message_parse_option_changed):
3743           De-cruft and fix message type assertions (NULL is not a really
3744           valid mixer message type string).
3745
3746 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3747
3748         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3749         When negotiating, actually start from a format that we can support
3750         instead of from the too generic template.
3751
3752 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3753
3754         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3755         Enable vis setting.
3756
3757         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3758         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3759         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3760         (gen_vis_chain):
3761         Implement vis switching while playing.
3762
3763 2008-02-28  David Schleef  <ds@schleef.org>
3764
3765         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3766
3767 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3768
3769         Patch by: Peter Kjellerstedt  <pkj at axis com>
3770
3771         * gst/tcp/Makefile.am:
3772         * gst/tcp/fdsetstress.c:
3773         * gst/tcp/gstfdset.c:
3774         * gst/tcp/gstfdset.h:
3775         Removed fdset and stress test, they are now known as GstPoll in
3776         core. 
3777
3778         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3779         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3780         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3781         (gst_multi_fd_sink_handle_client_write),
3782         (gst_multi_fd_sink_queue_buffer),
3783         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3784         (gst_multi_fd_sink_stop):
3785         * gst/tcp/gstmultifdsink.h:
3786         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3787         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3788         (gst_tcp_gdp_read_caps):
3789         * gst/tcp/gsttcp.h:
3790         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3791         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3792         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3793         * gst/tcp/gsttcpclientsink.h:
3794         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3795         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3796         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3797         * gst/tcp/gsttcpclientsrc.h:
3798         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3799         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3800         * gst/tcp/gsttcpserversink.h:
3801         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3802         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3803         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3804         * gst/tcp/gsttcpserversrc.h:
3805         Port to GstPoll. See #505417.
3806
3807 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3808
3809         Patch by: Peter Kjellerstedt  <pkj at axis com>
3810
3811         * gst-libs/gst/rtsp/gstrtspconnection.c:
3812         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3813         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3814         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3815         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3816         (gst_rtsp_connection_flush):
3817         * gst-libs/gst/rtsp/gstrtspconnection.h:
3818         Use GstPoll for the rtsp connection. See #505417.
3819
3820 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3821
3822         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3823         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3824         Add combo box for visualisations, populate it with a factory list
3825         of all visualisation plugins, configure vis plugin instance in
3826         playbin2. 
3827
3828 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3829
3830         * tests/check/libs/rtp.c: (GST_START_TEST):
3831         Add check for RTP buffer defaults, padding and marker bit API.
3832
3833 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
3834
3835         * gst-libs/gst/cdda/sha1.c: (sha_transform):
3836         Use memcpy() instead of upcasting a byte array to long *. This
3837         fixes an unaligned memory access, resulting in SIGBUS on IA64.
3838         This should be ported to GCheckSum once we can use GLib 2.16.
3839         Partially fixes bug #500833.
3840
3841 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
3842
3843         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
3844           Push tag event after the newsegment event. Log the pointer of
3845           the buffer we're actually going to push rather than the buffer
3846           we're feeding to _make_metadata_writable().
3847
3848 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3849
3850         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3851         Comment smoke typefinder for now. The smokedec plugin needs one
3852         frame per buffer but we have no parser yet, thus it simply crashes
3853         in most situations.
3854
3855 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3856
3857         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3858         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
3859
3860 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3861
3862         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
3863         (plugin_init):
3864         Add midi typefinder, copied from the timidity plugin.
3865
3866 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3867
3868         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
3869
3870         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3871         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
3872           (subparse_suite):
3873           Forward slashes at the beginning and end of a line also signify
3874           italics (Fixes: #518162).
3875
3876 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3877
3878         * tests/check/gst-plugins-base.supp:
3879         Add a suppression for a cached value in GIO that wasn't moved
3880         while moving gio from -bad to -base.
3881
3882 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3883
3884         Patch by: Brian Cameron <brian dot cameron at sun dot com>
3885
3886         * configure.ac:
3887         Don't hardcode -Wall and -Werror for configure checks, this fails
3888         with non-GCC compilers. Fixes bug #517991.
3889
3890 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3891
3892         * gst/audioconvert/gstaudioconvert.c:
3893         * gst/audioconvert/gstaudioquantize.c:
3894         * gst/audioconvert/gstaudioquantize.h:
3895           Make audioconvert gap aware. If noiseshaping is used, wait for
3896           noiseshaping to converge before marking as GAP. Fixes #517813.
3897
3898 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3899
3900         * gst/audiotestsrc/gstaudiotestsrc.c:
3901           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
3902
3903 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
3904
3905         * ext/gnomevfs/gstgnomevfssink.c:
3906         (gst_gnome_vfs_sink_handle_event):
3907         Return FALSE when seeking for a new segment fails instead
3908         of silently ignoring the failure and appending every buffer
3909         that comes for the new segment.
3910
3911 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3912
3913         * gst/playback/gstplaysink.c: (find_property),
3914         (gst_play_sink_find_property), (gen_video_chain),
3915         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
3916         Recursively search the sink element for a last-frame property so that we
3917         can also find the property in autovideosink and friends that don't
3918         always proxy the internal sink properties.
3919
3920 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3921
3922         * gst-libs/gst/audio/multichannel.c:
3923           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
3924           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
3925           (gst_audio_set_structure_channel_positions_list),
3926           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
3927           (gst_audio_fixate_channel_positions):
3928           Fix confusing terminology in docs and code: structure fields are
3929           'fields' and not 'properties'.
3930
3931 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3932
3933         * gst-libs/gst/audio/multichannel.c:
3934           (gst_audio_check_channel_positions), (add_list_to_struct):
3935           Give more useful warning messages if one of the channel
3936           layout enums passed to us is invalid and if the "channels"
3937           field in the caps has a GType we don't expect.
3938
3939 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3940
3941         * gst-libs/gst/audio/multichannel.c:
3942           Fix typo in docs blurb.
3943
3944 2008-02-19  Julien Moutte  <julien@fluendo.com>
3945
3946         Patch by: Josep Torra Valles <josep@fluendo.com>
3947
3948         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
3949         typefind lookup to fix typefinding on HD clips.
3950
3951 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3952
3953         * gst/playback/gstscreenshot.c:
3954         * gst/playback/gstscreenshot.h:
3955           Fix up copyright (I rewrote the GStreamer-0.10 code for
3956           this from scratch back in the days).
3957
3958 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3959
3960         * gst/playback/Makefile.am:
3961         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
3962         (create_element), (gst_play_frame_conv_convert):
3963         * gst/playback/gstscreenshot.h:
3964         Add screenshot conversion code from totem.
3965
3966         * gst/playback/gstplay-marshal.list:
3967         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
3968         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
3969         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
3970         Implement frame property to get a color-unconverted snapshot.
3971         Implement convert-frame action signal to get a converted snapshot image.
3972         Configure connection speed in uridecodebin.
3973         Document some more properties.
3974
3975         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3976         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
3977         (gst_play_sink_get_last_frame):
3978         * gst/playback/gstplaysink.h:
3979         Use last-buffer property of the video sink to get a video snapshot.
3980
3981         * tests/examples/seek/seek.c: (shot_cb), (main):
3982         Add snapshot button for playbin2 and use the frame property to save the
3983         frame as a png in the current directory.
3984
3985 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
3986
3987         Patch by: Josep Torra Valles <josep at fluendo dot com>
3988
3989         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
3990         (plugin_init):
3991         Add typefinding support for h264 elementary streams.
3992         Fixes bug #517420.
3993
3994 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
3995
3996         * configure.ac:
3997           Require CVS of core for new API in collectpads.
3998
3999         * gst/adder/gstadder.c:
4000           Use new API to make adder sparse stream aware.
4001
4002 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4003
4004         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
4005         (no_more_pads_cb):
4006         Get the object data correct so that we can remove our channels
4007         correctly.
4008
4009         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
4010         (gen_vis_chain), (gst_play_sink_reconfigure),
4011         (gst_play_sink_request_pad):
4012         Add option to disable async behaviour in the sinks when possible. This
4013         makes it possible to avoid an audio queue when dealing with
4014         visualisations.
4015         Add option to add a queue for the audio path.
4016
4017         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
4018         (main):
4019         Disable the vis checkbox to match the defaults of playbin2.
4020         Only get the stream info when we need to.
4021
4022 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
4023
4024         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
4025         (gst_gio_base_sink_set_stream):
4026         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
4027         (gst_gio_base_src_set_stream):
4028         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
4029         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
4030         Don't use async operations as they require a running main loop.
4031         This makes us block again when closing streams and unable
4032         to mount the enclosing volume of an URI if it isn't yet.
4033
4034 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
4035
4036         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4037         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
4038         (gen_vis_chain), (gst_play_sink_reconfigure),
4039         (gst_play_sink_request_pad):
4040         Move tee in front of the audio and vis pipelines.
4041         Add queue for audio for now.
4042         Add visualisation support.
4043
4044         * tests/examples/seek/seek.c: (main):
4045         Visualisation is by default disabled.
4046
4047 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4048
4049         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4050         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4051         Improve debugging a bit.
4052
4053         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4054         * ext/gio/gstgiosink.h:
4055         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4056         * ext/gio/gstgiosrc.h:
4057         Try to mount the enclosing volume of a GFile if it isn't mounted
4058         yet. This requires us to wait for an async operation to finish, done
4059         with an nested GMainLoop. Authentication is not supported yet, will
4060         come later.
4061
4062 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4063
4064         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4065         (gst_play_bin_set_property), (gst_play_bin_get_property),
4066         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4067         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4068         (gst_play_sink_get_mute), (gen_audio_chain):
4069         * gst/playback/gstplaysink.h:
4070         Add mute property.
4071
4072         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4073         (gst_selector_pad_chain):
4074         * gst/playback/gststreamselector.h:
4075         Make sure we forward the event only once.
4076
4077         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4078         Add and implement the mute button for playbin2.
4079
4080 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4081
4082         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4083
4084         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4085         Add some more debug info.
4086         Make sure we never return a negative delay. Fixes #516246.
4087
4088 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4089
4090         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4091           Revert patch that makes the sink hold the object lock when
4092           calling snd_pcm_delay(), since it breaks playback for me.
4093
4094 2008-02-12  Julien Moutte  <julien@fluendo.com>
4095
4096         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4097         some seek flags when changing rate.
4098
4099 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4100
4101         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4102         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4103         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4104         Fix potential leaks.
4105
4106         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4107         Fix leak when there is no function configured.
4108
4109 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4110
4111         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4112         (gst_v4lsrc_buffer_finalize):
4113         Correctly chain up the finalize method.
4114
4115 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4116
4117         * ext/gio/gstgiostreamsink.c:
4118         * ext/gio/gstgiostreamsrc.c:
4119         Add documentation and example code for giostreamsink/giostreamsrc.
4120
4121         * tests/check/pipelines/gio.c: (GST_START_TEST):
4122         Ask the GMemoryOutputStream for the data instead of assuming that
4123         the pointer to the data stayed the same. It could've been realloc'ed.
4124
4125 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4126
4127         * ext/gio/gstgiosink.c:
4128         * ext/gio/gstgiosrc.c:
4129         Make the documentation of giosink/giosrc complete, large parts
4130         are based on the gnomevfssink/gnomevfssrc docs.
4131
4132 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4133
4134         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4135         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4136         * docs/plugins/gst-plugins-base-plugins.args:
4137         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4138         * docs/plugins/gst-plugins-base-plugins.interfaces:
4139         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4140         * docs/plugins/gst-plugins-base-plugins.signals:
4141         * docs/plugins/inspect/plugin-adder.xml:
4142         * docs/plugins/inspect/plugin-audioconvert.xml:
4143         * docs/plugins/inspect/plugin-audiorate.xml:
4144         * docs/plugins/inspect/plugin-audioresample.xml:
4145         * docs/plugins/inspect/plugin-decodebin.xml:
4146         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4147         * docs/plugins/inspect/plugin-gdp.xml:
4148         * docs/plugins/inspect/plugin-gio.xml:
4149         * docs/plugins/inspect/plugin-gnomevfs.xml:
4150         * docs/plugins/inspect/plugin-libvisual.xml:
4151         * docs/plugins/inspect/plugin-ogg.xml:
4152         * docs/plugins/inspect/plugin-pango.xml:
4153         * docs/plugins/inspect/plugin-playback.xml:
4154         * docs/plugins/inspect/plugin-queue2.xml:
4155         * docs/plugins/inspect/plugin-subparse.xml:
4156         * docs/plugins/inspect/plugin-theora.xml:
4157         * docs/plugins/inspect/plugin-uridecodebin.xml:
4158         * docs/plugins/inspect/plugin-videorate.xml:
4159         * docs/plugins/inspect/plugin-videoscale.xml:
4160         * docs/plugins/inspect/plugin-volume.xml:
4161         * docs/plugins/inspect/plugin-vorbis.xml:
4162         Add the GIO documentation again and while at that run make update.
4163
4164 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4165
4166         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4167         * ext/alsa/gstalsasink.c: (set_swparams):
4168         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4169           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4170           against libasound >= 1.0.16, since it's been deprecated in
4171           0.10.16, and alignment is always 1 then, apparently. (#512899)
4172
4173 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4174
4175         * gst/playback/gstplaybin.c: (gen_audio_element):
4176         * gst/playback/gstplaysink.c: (gen_audio_chain):
4177           Handle case where we can't create the volume element a bit
4178           better (#514307).
4179
4180 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4181
4182         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4183         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4184           Add support for https protocol. Fixes #510229.
4185
4186 2008-02-11  Julien Moutte  <julien@fluendo.com>
4187         
4188         Patch by: Alan Peevers <peeves@pacbell.net>
4189
4190         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4191         lock when calling alsa methods.
4192
4193 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4194
4195         * gst/typefind/gsttypefindfunctions.c:
4196           Bump rank of jpeg and png typefinders, which will return maximum
4197           probability in the most common cases (thus short-circuiting more
4198           expensive typefinders like the mp3 one for these two quite common
4199           image types).
4200
4201 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4202
4203         * ext/theora/theoraparse.c:
4204         Fix long description of the theora parser to be more verbose than just
4205         the type name.
4206
4207 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4208
4209         Patch by: Branko Čibej <brane at xbc dot nu>
4210
4211         * sys/xvimage/xvimagesink.c:
4212         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4213         Fixes bug #515654.
4214
4215 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4216
4217         * gst/playback/gstplaybasebin.c:
4218         Set is_dynamic as True if there are elements with both request
4219         and sometimes src pad templates instead of breaking out when it
4220         finds the first pad template that is a src.
4221
4222 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4223
4224         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4225         (update_streams), (video_combo_cb), (audio_combo_cb),
4226         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4227         Add some stream switching and volume gui for playbin2.
4228
4229 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4230
4231         * gst/playback/gstplay-marshal.list:
4232         Added marshal for streamselector Tags.
4233
4234         * gst/playback/gstplaybasebin.c: (set_active_source):
4235         Streamselector now selects pads based on the pad object instead of its
4236         name.
4237
4238         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4239         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4240         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4241         (gst_play_bin_get_text_tags),
4242         (gst_play_bin_set_current_video_stream),
4243         (gst_play_bin_set_current_audio_stream),
4244         (gst_play_bin_set_current_text_stream),
4245         (gst_play_bin_set_property), (gst_play_bin_get_property),
4246         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4247         Remove option to mute streams with the current-a/v/t property, we have
4248         this functionality in the flags.
4249         Add signals to notify when the number of A/V/T channels changed.
4250         Add action signals to get tags for the A/V/T streams.
4251         Implement setting the current A/V/T stream.
4252         Rearrange some things to simplify stream selection.
4253         Implement volume.
4254
4255         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4256         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4257         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4258         (activate_vis), (gst_play_sink_reconfigure):
4259         * gst/playback/gstplaysink.h:
4260         Add and implement volume setting methods.
4261
4262         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4263         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4264         (gst_selector_pad_event), (gst_stream_selector_class_init),
4265         (gst_stream_selector_init), (gst_stream_selector_finalize),
4266         (gst_stream_selector_set_property),
4267         (gst_stream_selector_get_property),
4268         (gst_stream_selector_get_linked_pad),
4269         (gst_stream_selector_request_new_pad):
4270         * gst/playback/gststreamselector.h:
4271         Add pad properties for tags and status of pads.
4272         Keep tags on pads.
4273         Make active pad selection based on pad object instead of name.
4274
4275 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4276
4277         * configure.ac:
4278           Revert last change as we now check in gtk-doc.m4 for sed.
4279
4280 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4281
4282         * configure.ac:
4283         Find and subst SED when building the docs.
4284
4285 2008-02-08  Julien Moutte  <julien@fluendo.com>
4286
4287         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4288         (main): Make sure bus signals are reconnected when pressing STOP
4289         and then PLAY again for a parse launch pipeline. Fix a ref leak
4290         on the bus.
4291         * win32/common/config.h: Updated.
4292
4293 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4294
4295         * configure.ac:
4296         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4297         pre-releases or releases.
4298
4299 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4300
4301         * configure.ac:
4302         * ext/gio/Makefile.am:
4303         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4304         reporting
4305
4306 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4307
4308         * docs/plugins/Makefile.am:
4309         Add the headers which need scanning for the GIO plugin. The rest of
4310         the docs still need migrating.
4311
4312 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4313
4314         * ext/Makefile.am:
4315         * tests/check/Makefile.am:
4316         * tests/check/pipelines/.cvsignore:
4317         Add gio in a few more places.
4318
4319 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4320
4321         * configure.ac:
4322         * ext/Makefile.am:
4323         * tests/check/Makefile.am:
4324         Move gio plugin from -bad and mark as experimental.
4325
4326 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4327
4328         * gst-libs/gst/interfaces/mixeroptions.c:
4329         * gst-libs/gst/interfaces/mixertrack.c:
4330         Comment out a couple of other things which break the build when
4331         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4332
4333 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4334
4335         * docs/libs/gst-plugins-base-libs-sections.txt:
4336           Fix pbutils header.
4337
4338 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4339
4340         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4341         Fix compiler warning.
4342
4343 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4344
4345         Patch by: Peter Kjellerstedt  <pkj at axis com>
4346
4347         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4348         Clear the addrinfo struct using memset. Fixes #514937.
4349
4350 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4351
4352         * gst/tcp/gstfdset.h:
4353         Remove unused field to same some memory.
4354
4355         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4356         Mark action signals as such.
4357
4358 2008-02-06  Michael Smith <msmith@fluendo.com>
4359
4360         * ext/theora/theoradec.c: (_theora_granule_frame),
4361         (_inc_granulepos):
4362           Increment granulepos for new-bitstream versions appropriately.
4363           Fixes #514623.
4364
4365 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4366
4367         * tests/examples/seek/seek.c: (do_seek),
4368         (rate_spinbutton_changed_cb), (update_streams), (main):
4369         Remove obsolete stream_time reset after flushing seek, core does that
4370         automatically now.
4371         Improve accuracy of speed spinbutton.
4372         Only do playbin2 stuff when we actually use it.
4373
4374 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4375
4376         * tests/check/Makefile.am:
4377           Revert previous change of the test environment's GST_PLUGIN_PATH.
4378           The problem is not with the plugins, but with element factories
4379           and only occurs if elements are split out from existing plugins
4380           or if plugins change name (see #512740).
4381
4382 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4383
4384         * tests/check/Makefile.am:
4385           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4386           with the core's plugins first and our local build directories last,
4387           since we might be building against an installed core, and that
4388           core's plugin directory may contain older or other versions of
4389           our own -base plugins, but we really do want to test our local
4390           ones (if there are multiple plugins or element factories with the
4391           same name, those inspected last will trump those read in earlier).
4392           Fixes #512740 for the most part.
4393
4394 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4395
4396         * configure.ac:
4397         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4398         Use gmtime_r if available as gmtime is not MT-safe.
4399         Fixes bug #511810.
4400
4401 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4402
4403         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4404         Cast glong to time_t as time_t might have a different type on
4405         other platforms, like FreeBSD, and we get a compiler warning
4406         otherwise. Fixes bug #511825.
4407
4408 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4409
4410         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4411         (get_group), (get_n_pads), (gst_play_bin_get_property),
4412         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4413         (autoplug_select_cb), (deactivate_group):
4414         Remove stream-info, we going for something easier.
4415         Refactor getting the current group.
4416         Implement getting the number of audio/video/text streams.
4417
4418         * gst/playback/gststreamselector.c:
4419         (gst_stream_selector_class_init), (gst_stream_selector_init),
4420         (gst_stream_selector_get_property),
4421         (gst_stream_selector_request_new_pad),
4422         (gst_stream_selector_release_pad):
4423         * gst/playback/gststreamselector.h:
4424         Add property for number of pads.
4425
4426         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4427         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4428         (text_toggle_cb), (update_streams), (msg_async_done),
4429         (msg_state_changed), (main):
4430         Block slider callback when updating the slider position.
4431         Add gui elements for controlling playbin2.
4432         Add callback for async_done that updates position/duration.
4433
4434 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4435
4436         * docs/plugins/Makefile.am:
4437         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4438         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4439         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4440         * docs/plugins/gst-plugins-base-plugins.interfaces:
4441         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4442           First round of plugin docs cleansups.
4443
4444         * docs/plugins/inspect/plugin-adder.xml:
4445         * docs/plugins/inspect/plugin-alsa.xml:
4446         * docs/plugins/inspect/plugin-audioconvert.xml:
4447         * docs/plugins/inspect/plugin-audiorate.xml:
4448         * docs/plugins/inspect/plugin-audioresample.xml:
4449         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4450         * docs/plugins/inspect/plugin-cdparanoia.xml:
4451         * docs/plugins/inspect/plugin-decodebin.xml:
4452         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4453         * docs/plugins/inspect/plugin-gdp.xml:
4454         * docs/plugins/inspect/plugin-gnomevfs.xml:
4455         * docs/plugins/inspect/plugin-libvisual.xml:
4456         * docs/plugins/inspect/plugin-ogg.xml:
4457         * docs/plugins/inspect/plugin-pango.xml:
4458         * docs/plugins/inspect/plugin-subparse.xml:
4459         * docs/plugins/inspect/plugin-tcp.xml:
4460         * docs/plugins/inspect/plugin-theora.xml:
4461         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4462         * docs/plugins/inspect/plugin-video4linux.xml:
4463         * docs/plugins/inspect/plugin-videorate.xml:
4464         * docs/plugins/inspect/plugin-videoscale.xml:
4465         * docs/plugins/inspect/plugin-videotestsrc.xml:
4466         * docs/plugins/inspect/plugin-volume.xml:
4467         * docs/plugins/inspect/plugin-vorbis.xml:
4468         * docs/plugins/inspect/plugin-ximagesink.xml:
4469         * docs/plugins/inspect/plugin-xvimagesink.xml:
4470           Regenerate.
4471
4472         * ext/ogg/Makefile.am:
4473         * ext/ogg/gstoggmux.c:
4474         * ext/ogg/gstoggmux.h:
4475           Add header for oggmux. the c-file needs a doc blob still.
4476
4477 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4478
4479         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4480
4481         * gst-libs/gst/rtp/gstrtpbuffer.c:
4482         (gst_rtp_buffer_set_extension_data):
4483         * gst-libs/gst/rtp/gstrtpbuffer.h:
4484         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4485         Add gst_rtp_buffer_set_extension_data() 
4486         Add a unit test for this addition. Fixes #511478.
4487         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4488
4489 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4490
4491         * configure.ac:
4492         Back to CVS
4493
4494 === release 0.10.17 ===
4495
4496 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4497
4498         * configure.ac:
4499           releasing 0.10.17, "Peanut Butter and Jelly"
4500
4501 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4502
4503         * gst-libs/gst/interfaces/mixeroptions.c:
4504         * gst-libs/gst/interfaces/mixertrack.c:
4505         Also remove the conditional registration of the signals
4506         that disappeared with the ABI change in 0.10.14
4507
4508 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4509
4510         * gst-libs/gst/rtsp/gstrtspconnection.c:
4511         Revert patch to gstrtspconnection.c for brown paper bag
4512         release of -base. Re-opens: #511825
4513
4514 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4515
4516         * gst-libs/gst/interfaces/mixeroptions.h:
4517         * gst-libs/gst/interfaces/mixertrack.h:
4518         Change the way these deprecated function pointers are removed
4519         so that the compiled ABI is unconditionally smaller. This 
4520         sets in stone an ABI break that actually occurred when the
4521         things were deprecated in 0.10.14, which seems to be the best
4522         fix as the only known users are oss-mixer and sunaudio-mixer in 
4523         gst-plugins-good.
4524         Fixes: #513018
4525
4526 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4527
4528         * win32/common/libgstpbutils.def:
4529           Export the two new _get_type() functions which are needed
4530           by the python bindings.
4531
4532 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4533
4534         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4535         Cast glong to time_t as time_t might have a different type on
4536         other platforms, like FreeBSD, and we get a compiler warning
4537         otherwise. Fixes bug #511825.
4538
4539 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4540
4541         * gst-libs/gst/audio/gstaudiofilter.c:
4542         (gst_audio_filter_class_init):
4543         Initialize the GstRingerBuffer class to get it's debug category
4544         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4545         category and otherwise we get some g_critical(). Fixes bug #512334.
4546
4547 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4548
4549         * configure.ac:
4550         Back to CVS
4551
4552 === release 0.10.16 ===
4553
4554 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4555
4556         * configure.ac:
4557           releasing 0.10.16, "Scheduled Interruption"
4558
4559 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4560
4561         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4562
4563         * gst-libs/gst/rtp/gstrtpbuffer.c:
4564         (gst_rtp_buffer_get_extension_data):
4565         Fix typos and wrong extension check. Fixes #511274.
4566
4567 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4568
4569         * po/sk.po:
4570         Oops - add new sk.po mentioned in the LINGUAS I just committed
4571
4572 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4573
4574         * po/LINGUAS:
4575         Add ca translation to the disted list.
4576
4577         * win32/vs6/libgstsdp.dsp:
4578         Convert line endings to CRLF
4579
4580 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4581
4582         * win32/MANIFEST:
4583         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4584
4585 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4586
4587         * win32/common/libgstsdp.def:
4588         * win32/common/libgstvideo.def:
4589         Add new API declarations
4590
4591 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4592
4593         * ext/theora/gsttheoradec.h:
4594         * ext/theora/gsttheoraparse.h:
4595         * ext/theora/theoradec.c:
4596         * ext/theora/theoraparse.c:
4597         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4598         and parser by inspecting the bitstream version of the incoming data.
4599
4600 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4601
4602         * configure.ac:
4603         * pkgconfig/Makefile.am:
4604         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4605         * pkgconfig/gstreamer-audio.pc.in:
4606         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4607         * pkgconfig/gstreamer-cdda.pc.in:
4608         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4609         * pkgconfig/gstreamer-fft.pc.in:
4610         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4611         * pkgconfig/gstreamer-floatcast.pc.in:
4612         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4613         * pkgconfig/gstreamer-interfaces.pc.in:
4614         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4615         * pkgconfig/gstreamer-netbuffer.pc.in:
4616         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4617         * pkgconfig/gstreamer-pbutils.pc.in:
4618         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4619         * pkgconfig/gstreamer-riff.pc.in:
4620         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4621         * pkgconfig/gstreamer-rtp.pc.in:
4622         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4623         * pkgconfig/gstreamer-rtsp.pc.in:
4624         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4625         * pkgconfig/gstreamer-sdp.pc.in:
4626         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4627         * pkgconfig/gstreamer-tag.pc.in:
4628         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4629         * pkgconfig/gstreamer-video.pc.in:
4630         Provide one pkg-config file for every gst-plugins-base library.
4631         This makes linking to those libraries much more intuitive and
4632         provides standard pkg-config behaviour for them. Fixes bug #499697.
4633
4634 2008-01-13  David Schleef  <ds@schleef.org>
4635
4636         * gst/videoscale/vs_4tap.c:
4637           Fix valgrind error on 4tap scaling method.
4638
4639 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4640
4641         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4642         Include Winsock2.h for VS6 and use a different way initialize
4643         hints structure so it can build with VS6.
4644         * win32/MANIFEST:
4645         * win32/vs6/libgstsdp.dsp:
4646         * win32/common/libgstsdp.def:
4647         Add new files for libgstsdp.
4648         * win32/vs6/grammar.dsp:
4649         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4650         * win32/vs6/gst_plugins_base.dsw:
4651         * win32/vs6/libgstdecodebin.dsp:
4652         * win32/vs6/libgstdecodebin2.dsp:
4653         * win32/vs6/libgstplaybin.dsp:
4654         * win32/vs6/libgstvolume.dsp:
4655         Add new dependencies to the link list.
4656
4657 2008-01-13  Julien Moutte  <julien@fluendo.com>
4658
4659         * win32/common/config.h:
4660         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4661         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4662         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4663         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4664         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4665         * win32/common/interfaces-enumtypes.c:
4666         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4667         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4668         (gst_mixer_track_flags_get_type),
4669         (gst_tuner_channel_flags_get_type):
4670         * win32/common/multichannel-enumtypes.c:
4671         (gst_audio_channel_position_get_type):
4672         * win32/common/pbutils-enumtypes.c:
4673         (gst_install_plugins_return_get_type):
4674         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4675         in the win32 build directory.
4676
4677 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4678
4679         * tests/check/Makefile.am:
4680         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4681
4682         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4683         * tests/check/elements/playbin.c:
4684         * tests/check/libs/mixer.c: (test_element_interface_supported),
4685         (gst_implements_interface_init):
4686         * tests/check/libs/rtp.c: (GST_START_TEST):
4687         Fix various assignment type mismatches.
4688
4689 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4690
4691         * configure.ac:
4692         * gst-libs/gst/rtsp/Makefile.am:
4693         Add test to see if hstrerror is available or if we need libresolv
4694         (Solaris) for it, then use it in libgstrtsp.
4695
4696 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4697
4698         * gst-libs/gst/tag/Makefile.am:
4699         Fix include path order
4700
4701 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4702
4703         * gst-libs/gst/pbutils/install-plugins.c:
4704         (gst_install_plugins_context_copy),
4705         (gst_install_plugins_context_get_type):
4706         * gst-libs/gst/pbutils/install-plugins.h:
4707         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4708         for bindings.
4709
4710 2008-01-11  Michael Smith <msmith@fluendo.com>
4711
4712         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4713         (_theora_granule_frame), (_theora_granule_start_time),
4714         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4715           Adapt for post-alpha meaning of granulepos, when we
4716           have a newer version of libtheora.
4717         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4718         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4719         (theora_enc_is_discontinuous), (theora_enc_chain):
4720           Likewise.
4721         * tests/check/Makefile.am:
4722           Link libtheora into theoraenc test so we can check which version of
4723           libtheora we're testing against.
4724         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4725         (check_buffer_granulepos),
4726         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4727         (theoraenc_suite):
4728           Adapt tests to check the values that are now defined for theora; make
4729           the tests backwards-adapt the passed values if we're running against an
4730           old libtheora.
4731           Fixes #497964
4732
4733 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4734
4735         * gst-libs/gst/audio/gstbaseaudiosink.c:
4736           (gst_base_audio_sink_class_init):
4737         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4738           (gst_base_audio_src_class_init):
4739           Ref audio clock class from a thread-safe context to make sure
4740           we're not bit by GObjects lack of thread-safety here (#349410),
4741            however unlikely that may be in practice.
4742
4743 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4744
4745         * autogen.sh:
4746           Add -Wno-portability to the automake parameters to stop warnings
4747           about GNU make extensions being used. We require GNU make in almost
4748           every Makefile anyway.
4749           
4750         * configure.ac:
4751           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4752           at the same time is required for per target flags.
4753
4754 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4755
4756         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4757           Post an error message if we can't pull as many bytes as we need
4758           for the tag. This makes sure the user gets to see a proper error
4759           message if a file with a partial ID3 tag is fed to decodebin, and
4760           not a 'no ID3 tag demuxer' error, which would be confusing
4761           (see #508138).
4762
4763 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4764
4765         * gst-libs/gst/pbutils/descriptions.c: (formats):
4766           Add description strings for ID3, APE, and ICY tags.
4767
4768 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4769
4770         * gst/playback/gstdecodebin.c: (try_to_link_1):
4771           Make sure we error out correctly if we can't activate one of
4772           the elements we've added.  Fixes #508138.
4773           
4774 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4775
4776         Patch by: Bastien Nocera <hadess at hadess net>
4777
4778         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4779           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4780           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4781           the volume is the same for all channels. This works around
4782           some problem in alsa that leaves us with inconsistent state
4783           for some reason (#486840).
4784
4785 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4786
4787         Patch by: Jerone Young <jerone at gmail com>
4788
4789         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4790           If there's no mixer track by the name of 'Master' or 'Front',
4791           check if there's one called 'PCM' before trying the generic
4792           fallback logic (fixes #506928, where we pick 'Mic' as master
4793           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4794
4795 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4796
4797         * gst/playback/gstplay-enum.c:
4798         (register_gst_autoplug_select_result),
4799         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4800         (gst_play_flags_get_type):
4801         * gst/playback/gstplay-enum.h:
4802         Add enums for configuration flags.
4803
4804         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4805         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4806         (gst_play_bin_get_property), (no_more_pads_cb),
4807         (autoplug_select_cb), (gst_play_bin_change_state):
4808         Merge mode with flags.
4809         Add more property getters/setters, defaults and docs.
4810         Add properties to get number of audio/video/text streams.
4811         Create sink object in _init so that we can always rely on it being
4812         there.
4813
4814         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4815         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4816         (activate_vis), (gst_play_sink_reconfigure),
4817         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4818         (gst_play_sink_change_state):
4819         * gst/playback/gstplaysink.h:
4820         Use flags to configure the sink pipelines.
4821         Add tee before audio pipeline so that we can use it for visualisations.
4822         Start working on integrating visualisations.
4823         Remove mode, we can do everything with the flags now.
4824         Add method to configue the sink pipeline.
4825
4826 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
4827
4828         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4829           (check_buffer_timestamp), (check_buffer_duration):
4830           Turn these functions into macros so we can see right away
4831           where the failure occured.
4832
4833 2008-01-05  Julien Moutte  <julien@fluendo.com>
4834
4835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4836         debugging information to understand how X calculates the stride
4837         for XvImages.
4838
4839 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4840
4841         * gst/volume/Makefile.am:
4842         * gst/volume/gstvolume.c: (volume_choose_func),
4843         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
4844         (volume_setup):
4845         * gst/volume/gstvolume.h:
4846         Use GstAudioFilter as base class for the volume element instead of
4847         plain GstBaseTransform.
4848
4849 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4850
4851         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
4852         Don't set element details for the abstract GstAudioFilter class.
4853
4854 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
4855
4856         * gst-libs/gst/audio/gstaudiofilter.c:
4857         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
4858         Implement get_unit_size() vmethod of GstBaseTransform.
4859
4860 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
4861
4862         * gst-libs/gst/pbutils/Makefile.am:
4863         * gst-libs/gst/pbutils/pbutils.h:
4864         Use glib-enum generator to have a proper enum GType for
4865         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
4866
4867 2007-12-31  David Schleef  <ds@schleef.org>
4868
4869         * tests/check/Makefile.am:
4870         * tests/check/pipelines/theoraenc.c:
4871           Reenable theoraenc test, which fails on the buildbot but
4872           not locally.
4873
4874 2007-12-31  David Schleef  <ds@schleef.org>
4875
4876         * docs/libs/.cvsignore:
4877         * docs/plugins/.cvsignore:
4878           Add *-undeclared.txt to fix buildbot.
4879
4880 2007-12-31  David Schleef  <ds@schleef.org>
4881
4882         * tests/check/Makefile.am:
4883           Second attempt at disabling theoraenc test long enough to
4884           get buildbot to compile -base.
4885
4886 2007-12-31  David Schleef  <ds@schleef.org>
4887
4888         * tests/check/pipelines/theoraenc.c:
4889           Disable theoraenc test long enough to get the buildbot to
4890           compile a recent -base.
4891
4892 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4893
4894         * tests/examples/seek/seek.c: (stop_cb):
4895         Make sure we reset the slider value to 0.0 without racing against a
4896         possible g_idle that sets it to something else.
4897
4898 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
4899
4900         * sys/ximage/ximagesink.c:
4901         fix typo
4902
4903 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4904
4905         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
4906         * gst-libs/gst/rtsp/gstrtspdefs.h:
4907         Add Location header so that we can start implementing redirects.
4908         See #506025.
4909
4910 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4911
4912         * gst/subparse/gstssaparse.c:
4913         combine if's
4914
4915 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4916
4917         * gst/subparse/gstssaparse.c:
4918         remove duplicate log message
4919
4920 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
4921
4922         * ext/libvisual/visual.c: (gst_visual_chain):
4923         Fix 'xyz may be used uninitialized' compiler warnings caused
4924         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
4925         abort() in any case but properly report the error.
4926
4927 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4928
4929         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4930         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4931         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4932         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
4933         (autoplug_select_cb), (activate_group), (deactivate_group),
4934         (setup_next_source), (save_current_group),
4935         (gst_play_bin_change_state):
4936         Code cleanups.
4937         Remove next-uri, we can use the uri property just fine.
4938         Fix some crasher.
4939         Unref uridecodebin when switching.
4940         Fix going to READY.
4941
4942         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4943         (gst_play_sink_init), (gst_play_sink_dispose),
4944         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
4945         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
4946         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
4947         (gst_play_sink_set_property), (gst_play_sink_get_property),
4948         (gen_video_chain), (gen_text_element), (gen_audio_chain),
4949         (gen_vis_element), (gst_play_sink_get_mode),
4950         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
4951         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
4952         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
4953         (gst_play_sink_change_state):
4954         * gst/playback/gstplaysink.h:
4955         Add some locking to make things threadsafe.
4956
4957         * gst/playback/test7.c: (about_to_finish_cb):
4958         Fix test.
4959
4960 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
4961
4962         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
4963           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
4964           (gst_video_scale_transform):
4965           Don't claim to be able to handle/transform caps that can't really
4966           be handled by the currently selected scaling method (here: RGB or
4967           packed YUV with 4-tap method). Also add locking to method property.
4968
4969         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
4970           (test_basetransform_based):
4971           Some test pipelines for the above (not entirely valgrind clean yet
4972           apparently).
4973
4974 2007-12-21  David Schleef  <ds@schleef.org>
4975
4976         * gst-libs/gst/video/video.c:
4977         * gst-libs/gst/video/video.h:
4978           Add additional RGBA and RGB-24 video formats.
4979
4980 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4981
4982         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
4983           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
4984           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
4985         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
4986           (cddabasesrc_suite):
4987           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
4988           deprecated in the future (see #498924).
4989
4990 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4991
4992         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
4993           Don't leak event.
4994
4995 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
4996
4997         * gst-libs/gst/riff/riff-read.c:
4998         Use GST_ROUND_UP_2 macro
4999
5000 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5001
5002         * gst/playback/.cvsignore:
5003           Ignore more.
5004
5005 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
5006
5007         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
5008         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
5009           (set_active_source):
5010         * gst/playback/gstplaybasebin.h:
5011         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5012           (setup_sinks), (playbin_set_subtitles_visible):
5013           Make switching off of subtitles work. To avoid all kind of
5014           problems with unlinking of the subtitle input, we just keep
5015           the subtitle inputs linked as they are and tell textoverlay
5016           not to render them. Fixes #373011.
5017           Other subtitle switching issues (esp. when there are both
5018           external and in-stream subtitles) remain. They'll be solved
5019           in playbin2.
5020
5021 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5022
5023         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
5024         Init the pad segment too.
5025
5026 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
5027
5028         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
5029         (gst_audioringbuffer_open_device),
5030         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
5031         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
5032         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
5033         (gst_audio_sink_create_ringbuffer):
5034         Improve debug output.
5035
5036         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
5037         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
5038         Prevent some functions from doing things and failing when the
5039         ringbuffer is not yet acquired.
5040
5041 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5042
5043         * gst-libs/gst/interfaces/interfaces.h:
5044           Also remove interfaces.h from CVS as it is not needed anymore.
5045
5046 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5047
5048         * gst-libs/gst/interfaces/Makefile.am:
5049           interfaces.h is not used anymore so remove it from the build
5050           process.
5051
5052 2007-12-17  David Schleef  <ds@schleef.org>
5053
5054         * gst/videotestsrc/gstvideotestsrc.c:
5055         * gst/videotestsrc/gstvideotestsrc.h:
5056           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5057           for testing vertical refresh synchronization.
5058
5059 2007-12-17  David Schleef  <ds@schleef.org>
5060
5061         * docs/libs/gst-plugins-base-libs-sections.txt:
5062         * gst-libs/gst/video/video.c:
5063         * gst-libs/gst/video/video.h:
5064           Add new GstVideFormat enum and write a bunch of helper functions
5065           based around it.
5066
5067 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5068
5069         * Makefile.am:
5070           Use new common/win32.mak.
5071
5072 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5073
5074         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5075         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5076         Add debug info.
5077         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5078         the parent state change function, just like the audiosink, because the
5079         parent waits for the element to finish its processing before completing
5080         the state change. This makes going to PAUSED a lot snappier.
5081         When going from READY to PAUSED, don't allow the ringbuffer to start
5082         yet.
5083
5084 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5085
5086         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5087         Yet another fix for broken software that produce files with an empty
5088         blockalign field. Instead of completely failing, make a second attempt
5089         at guessing the width/depth by looking at strf->size.
5090
5091 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5092
5093         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5094           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5095         * gst-libs/gst/pbutils/install-plugins.c:
5096           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5097         * gst-libs/gst/pbutils/missing-plugins.c:
5098           (gst_missing_plugin_message_get_installer_detail),
5099           (gst_missing_encoder_installer_detail_new):
5100         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5101         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5102           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5103           avoid compiler warnings (#503930).
5104
5105 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5106
5107         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5108         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5109         for jpeg video streams.
5110         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5111         for the above modification.
5112
5113 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5114
5115         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5116           (gst_x_overlay_handle_events):
5117           More guards (we don't want klass to end up being NULL).
5118
5119 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5120
5121         * configure.ac:
5122         * gst/volume/gstvolume.c: (gst_volume_init):
5123           Use new gst_base_transform_set_gap_aware() function as volume
5124           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5125           for this.
5126
5127 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5128
5129         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5130         Don't go to READY on EOS as this avoids testing of seeking and
5131         restarting after EOS, use the stop button when you want to READY.
5132         Don't try to do a flushing seek in segment-done, it does not make
5133         sense to use this for gapless playback and is not needed.
5134
5135 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5136
5137         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5138         (reset_rate_timer), (update_in_rates), (update_out_rates),
5139         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5140         (gst_queue_chain), (gst_queue_loop):
5141         Use separate timers for input and output rates.
5142         Pause measuring the output rate when we block for more data.
5143         See #503262.
5144
5145 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5146
5147         * gst/playback/gstqueue2.c: (gst_queue_chain):
5148         Pause the timer to measure the input rate when we block because the
5149         queue is filled. See #503262.
5150
5151 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5152
5153         Patch by: Peter Kjellerstedt  <pkj at axis com>
5154
5155         * gst-libs/gst/rtsp/gstrtspconnection.c:
5156         (gst_rtsp_connection_free):
5157         Close control sockets. Fixes #503440.
5158
5159 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5160
5161         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5162         Expose the right pad in the right place with the right element.
5163
5164 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5165
5166         * gst-libs/gst/pbutils/descriptions.c: (formats):
5167           Add description for 'private' dts caps (who come up with that name?).
5168
5169 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5170
5171         * Makefile.am:
5172           Add check-exports target and run it with 'make check'.
5173
5174         * configure.ac:
5175           Be stricter about what we export in our libraries: change regexp so that
5176           we only export _gst_foo(), but not __gst_foo().
5177
5178         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5179         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5180           Change internal functions to __gst_foo so they dont' get exported.
5181
5182         * win32/common/libgstaudio.def:
5183           Add missing symbols.
5184
5185 2007-12-11  David Schleef  <ds@schleef.org>
5186
5187         * ChangeLog: remove conflict markers
5188
5189 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5190
5191         * ext/gnomevfs/Makefile.am:
5192         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5193           Use gst_tag_freeform_string_to_utf8() here, which also takes
5194           into account any character sets specified by the user via
5195           environment variables.
5196
5197 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5198
5199         * gst/audioconvert/Makefile.am:
5200         Also link to libm.
5201
5202 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5203
5204         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5205         No need for floating point operations here. avoids having to link
5206         against the math library too.
5207
5208 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5209
5210         * gst-libs/gst/pbutils/descriptions.c: (formats),
5211           (format_info_get_desc):
5212         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5213           (GST_START_TEST):
5214           Add one or two missing formats.  Generate ADPCM description
5215           dynamically depending on layout/format.
5216
5217 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5218
5219         * configure.ac:
5220           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5221
5222 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5223
5224         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5225
5226         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5227           Some .srt files start with chunk number 0 and not chunk number 1,
5228           recognise and accept those as well (fixes #502497).
5229
5230         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5231           (test_src):
5232           Add unit test for the above.
5233
5234 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5235
5236         * gst/playback/gstplay-enum.c:
5237         (register_gst_autoplug_select_result),
5238         (gst_autoplug_select_result_get_type):
5239         * gst/playback/gstplay-enum.h:
5240         Add missing files.
5241
5242 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5243
5244         * gst/playback/Makefile.am:
5245         Group decodebin2 and uridecodebin into the same plugin so that they
5246         can share the GEnumType.
5247
5248         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5249         (_gst_select_accumulator), (gst_decode_bin_class_init),
5250         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5251         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5252         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5253         Add signal to sort factories instead of the more awkward autoplug-select
5254         signal.
5255         Modify autoplug_select so that we can try, skip or expose the
5256         autopluggin of an element on a pad.
5257
5258         * gst/playback/gstfactorylists.c: (compare_ranks),
5259         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5260         (element_filter), (gst_factory_list_get_elements),
5261         (gst_factory_list_debug), (gst_factory_list_filter):
5262         * gst/playback/gstfactorylists.h:
5263         Simplify the API, allow getting elements based on mask.
5264
5265         * gst/playback/gstplay-marshal.list:
5266         Add some more marshallers.
5267
5268         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5269         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5270         (autoplug_select_cb), (activate_group):
5271         Add support for managing non-raw sinks by providing a custom element and
5272         sink list to decodebin2.
5273         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5274         decodebin2.
5275
5276         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5277         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5278         * gst/playback/gstplaysink.h:
5279         Add support for raw and non-raw sinks. 
5280         Add support to force sinks selected by playbin2.
5281         Don't plug raw converters for non-raw sinks.
5282
5283         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5284         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5285         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5286         (plugin_init):
5287         Use right accumulators.
5288         Proxy new signal.
5289
5290 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5291
5292         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5293         Use runnning time as the base time instead of the timestamp.
5294         Spotted by Saur on IRC.
5295
5296 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5297
5298         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5299         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5300
5301 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5302
5303         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5304         (gst_ogg_demux_read_chain):
5305         If we find a new serial number but it does not contain a BOS page, make
5306         sure we initialize the chain to NULL because else we will try to scan it
5307         and crash. Fixes #500763
5308
5309 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5310
5311         * gst/playback/Makefile.am:
5312         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5313         (get_feature_array), (decoders_filter), (sinks_filter),
5314         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5315         (gst_factory_list_filter):
5316         * gst/playback/gstfactorylists.h:
5317         Refactor some common code to filter factories and check caps compat.
5318
5319         * gst/playback/gstdecodebin.c:
5320         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5321         (gst_decode_bin_init), (gst_decode_bin_dispose),
5322         (gst_decode_bin_autoplug_continue),
5323         (gst_decode_bin_autoplug_factories),
5324         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5325         (find_compatibles):
5326         * gst/playback/gstplaybin.c:
5327         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5328         (gst_play_bin_init), (gst_play_bin_finalize),
5329         (autoplug_factories_cb), (activate_group):
5330         * gst/playback/gstqueue2.c:
5331         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5332         (proxy_autoplug_continue_signal),
5333         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5334         (proxy_drained_signal):
5335         Add some more debug info and use factor filtering code.
5336
5337 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5338
5339         * gst/audiotestsrc/gstaudiotestsrc.c:
5340         * gst/volume/gstvolume.c:
5341         * gst/volume/gstvolume.h:
5342           Add GAP-flag support.
5343
5344 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5345
5346         * tests/examples/seek/seek.c: (main): Increase the range of the
5347         rate selector as I would like to test QOS behavior at higher
5348         forward and reverse playback speed like say 64x.
5349
5350 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5351
5352         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5353         (audioresample_query), (audioresample_query_type),
5354         (gst_audioresample_set_property):
5355         Implement latency query.
5356
5357 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5358
5359         * gst-libs/gst/audio/gstbaseaudiosink.c:
5360         (gst_base_audio_sink_drain):
5361         Our EOS time contains the base_time, _wait_eos() expects a running_time
5362         so we have to subtract the base_time again before calling the function.
5363         This fixes an EOS regression where the base_time was added twice and EOS
5364         took longer and longer in certain situations.
5365         Fixes #498767.
5366
5367 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5368
5369         * docs/libs/gst-plugins-base-libs-sections.txt:
5370         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5371         (gst_base_audio_sink_set_provide_clock),
5372         (gst_base_audio_sink_get_provide_clock),
5373         (gst_base_audio_sink_set_slave_method),
5374         (gst_base_audio_sink_get_slave_method),
5375         (gst_base_audio_sink_set_property),
5376         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5377         (gst_base_audio_sink_none_slaving),
5378         (gst_base_audio_sink_handle_slaving):
5379         * gst-libs/gst/audio/gstbaseaudiosink.h:
5380         Expose methods for some object properties so that subclasses can more
5381         easily configure them.
5382         Added slave method none, that completely disables slaving to the
5383         internal clock.
5384         API: gst_base_audio_sink_set_provide_clock()
5385         API: gst_base_audio_sink_get_provide_clock()
5386         API: gst_base_audio_sink_set_slave_method()
5387         API: gst_base_audio_sink_get_slave_method()
5388
5389         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5390         (gst_base_audio_src_set_provide_clock),
5391         (gst_base_audio_src_get_provide_clock),
5392         (gst_base_audio_src_set_property),
5393         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5394         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5395         Expose methods for some object properties so that subclasses can more
5396         easily configure them.
5397         API: gst_base_audio_src_set_provide_clock()
5398         API: gst_base_audio_src_get_provide_clock()
5399
5400 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5401
5402         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5403
5404         * gst-libs/gst/sdp/gstsdpmessage.c:
5405         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5406
5407 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5408
5409         * tests/check/libs/fft.c: (GST_START_TEST):
5410         Fix scaling to really have dB instead of something else.
5411
5412 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5413
5414         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5415         GTK version, use it.
5416
5417 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5418
5419         * tests/examples/seek/seek.c: (main): Try to support stable version
5420         of GTK.
5421
5422 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5423
5424         * gst/playback/README:
5425         * gst/playback/test7.c:
5426           Fix the build + little README update.
5427
5428 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5429
5430         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5431         Add playbin2 seek pipeline.
5432
5433 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5434
5435         * gst/playback/Makefile.am:
5436         * gst/playback/gstplayback.c: (plugin_init):
5437         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5438         (eos_cb), (about_to_finish_cb), (main):
5439         Add playbin2.
5440         Added gapless playback example.
5441
5442         * gst/playback/gstplaybasebin.c:
5443         * gst/playback/gstplaybasebin.h:
5444         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5445         * gst/playback/gstqueue2.c:
5446         * gst/playback/test.c:
5447         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5448         (pad_removed_cb):
5449         * gst/playback/gststreaminfo.h:
5450         Change email.
5451
5452         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5453         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5454         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5455         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5456         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5457         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5458         (drained_cb), (unlink_group), (activate_group),
5459         (setup_next_source), (gst_play_bin_change_state),
5460         (gst_play_bin2_plugin_init):
5461         Added raw first version of playbin2. Does chained oggs and gapless
5462         playback fine. No support for raw sinks yet. No visualisations or
5463         subtitles yet.
5464
5465         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5466         (gst_play_sink_class_init), (gst_play_sink_init),
5467         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5468         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5469         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5470         (gst_play_sink_set_property), (gst_play_sink_get_property),
5471         (post_missing_element_message), (free_chain), (add_chain),
5472         (activate_chain), (gen_video_chain), (gen_text_element),
5473         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5474         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5475         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5476         (gst_play_sink_send_event), (gst_play_sink_change_state):
5477         * gst/playback/gstplaysink.h:
5478         Added Element that abstracts the sinks and their pipelines for playbin2.
5479
5480 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5481
5482         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5483         (gst_selector_pad_class_init), (gst_selector_pad_init),
5484         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5485         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5486         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5487         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5488         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5489         (gst_stream_selector_init), (gst_stream_selector_set_property),
5490         (gst_stream_selector_get_linked_pad),
5491         (gst_stream_selector_getcaps),
5492         (gst_stream_selector_is_active_sinkpad),
5493         (gst_stream_selector_activate_sinkpad),
5494         (gst_stream_selector_get_linked_pads),
5495         (gst_stream_selector_request_new_pad),
5496         (gst_stream_selector_release_pad):
5497         * gst/playback/gststreamselector.h:
5498         Improve streamselector, make it select and unselect the current pad more
5499         intelligently. 
5500         Subclass GstPad for the sinkpads of the selector.
5501         Handle segments more correctly.
5502         Fix caps negotiation.
5503         Implement release_pad.
5504
5505 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5506
5507         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5508         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5509         (remove_fakesink):
5510         Add drained signal fired when decodebin finishes decoding the data.
5511         Remove deprecated STATE_DIRTY message.
5512
5513         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5514         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5515         (analyse_source), (proxy_drained_signal), (make_decoder),
5516         (source_new_pad), (value_list_append_structure_list),
5517         (handle_redirect_message), (handle_message):
5518         Proxy the new drained signal.
5519         Handle pad removed from decodebin.
5520         Handle redirect messages by sorting multiple redirections based on the
5521         connection speed.
5522
5523 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5524
5525         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5526
5527         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5528         Fix leaking headers. Fixes #496761.
5529
5530 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5531
5532         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5533
5534         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5535         (gst_ximagesink_change_state):
5536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5537         Don't leak the PAR on errors. Fixes #496731.
5538
5539 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5540
5541         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5542           (gst_tag_from_id3_user_tag):
5543           Add mapping for audio cd discid tags, so we can extract
5544           them from tags as well (see #347848). Also compare identifiers
5545           in ID3v2 TXXX frames in a case-insensitive way to increase
5546           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5547
5548 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5549
5550         * gst-plugins-base.doap:
5551         Oops, fix the release name.
5552
5553 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5554
5555         * gst-plugins-base.doap:
5556         Add 0.10.15 release
5557
5558 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5559
5560         * configure.ac:
5561         Back to CVS
5562
5563 === release 0.10.15 ===
5564
5565 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5566
5567         * configure.ac:
5568           releasing 0.10.15, "No need to argue"
5569
5570 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5571
5572         * win32/vs6/libgstfft.dsp:
5573         Convert line endings to DOS.
5574
5575 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5576
5577         * win32/vs6/gst_plugins_base.dsw:
5578         * win32/vs6/libgstfft.dsp:
5579         * win32/MANIFEST:
5580         Add a project file for fft plugin and remove socket
5581         based plugin which don't build from the workspace.
5582         * win32/vs6/libgstaudio.dsp:
5583         * win32/vs6/libgstrtp.dsp:
5584         * win32/vs6/libgsttag.dsp:
5585         Convert line endings back to DOS.
5586         Fixes #496724
5587
5588 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5589
5590         * win32/vs6/libgstinterfaces.dsp:
5591         * win32/vs6/libgstrtsp.dsp:
5592         Convert line endings back to DOS
5593
5594 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5595
5596         * gst-libs/gst/fft/kiss_fft_f32.h:
5597         * gst-libs/gst/fft/kiss_fft_f64.h:
5598         * gst-libs/gst/fft/kiss_fft_s16.h:
5599         * gst-libs/gst/fft/kiss_fft_s32.h:
5600         Don't include malloc.h which doesn't exist on Mac OSX.
5601         Instead, pull in glib.h and use g_malloc/g_free for 
5602         consistency. Fixes: #496548
5603
5604 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5605
5606         * gst/playback/gstdecodebin2.c:
5607           Dont leak ghostpad. Fixes #475451.
5608
5609 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5610
5611         * docs/design/design-decodebin.txt:
5612         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5613         Update some more docs and comments.
5614
5615 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5616
5617         Patch by: Sebastien Moutte  <sebastien moutte net>
5618
5619         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5620           (gst_rtcp_unix_to_ntp):
5621         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5622           Fix some C99-isms and and a missing function that some versions of
5623           MSVC don't like too much (#494346).
5624
5625         * win32/vs6/gst_plugins_base.dsw:
5626         * win32/vs6/libgstaudio.dsp:
5627         * win32/vs6/libgstrtp.dsp:
5628         * win32/vs6/libgsttag.dsp:
5629           Update vs6 projects files (#494346).
5630
5631 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5632
5633         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5634
5635         * win32/common/libgstaudio.def:
5636         * win32/common/libgstcdda.def:
5637         * win32/common/libgstinterfaces.def:
5638         * win32/common/libgstnetbuffer.def:
5639         * win32/common/libgstpbutils.def:
5640         * win32/common/libgstrtp.def:
5641         * win32/common/libgstrtsp.def:
5642         * win32/common/libgsttag.def:
5643         * win32/common/libgstvideo.def:
5644           More missing symbols to export (fixes #493986).
5645
5646 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5647
5648         * docs/libs/gst-plugins-base-libs-sections.txt:
5649         * gst-libs/gst/fft/gstfftf32.c:
5650         * gst-libs/gst/fft/gstfftf32.h:
5651         * gst-libs/gst/fft/gstfftf64.c:
5652         * gst-libs/gst/fft/gstfftf64.h:
5653         * gst-libs/gst/fft/gstffts16.c:
5654         * gst-libs/gst/fft/gstffts16.h:
5655         * gst-libs/gst/fft/gstffts32.c:
5656         * gst-libs/gst/fft/gstffts32.h:
5657         * tests/check/libs/fft.c: (GST_START_TEST):
5658         Remove the magnitude and phase calculation functions as these have
5659         very special use cases and can't even be used for the spectrum
5660         element. Also adjust the docs to mention some properties of the used
5661         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5662
5663 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5664
5665         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5666           (finish_source):
5667           Avoid crash when there are external subtitles (fixes #491722).
5668
5669 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5670
5671         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5672         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5673           'Could not open resource for writing' is not an acceptable
5674           error message when we can't open the audio device (see #492334),
5675           even less so when we're trying to open it to record something.
5676
5677 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5678
5679         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5680
5681         * win32/common/libgstrtp.def:
5682           Add some more missing symbols (#492813).
5683
5684 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5685
5686         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5687
5688         * tests/check/elements/audioconvert.c: (verify_convert):
5689           Add check to make sure that the out caps have a channel layout
5690           set on them where they should have one.
5691
5692 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5693
5694         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5695
5696         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5697         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5698           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5699           (#492306).
5700
5701         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5702           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5703           (it disappeared in GLib 2.14.0) (#492306).
5704
5705         * gst-libs/gst/sdp/Makefile.am:
5706         * gst-libs/gst/sdp/gstsdpmessage.c:
5707           Fix includes and LIBS for win32/Mingw (#492306).
5708
5709         * tests/examples/dynamic/addstream.c (pause_play_stream):
5710           Use more portable g_usleep() instead of sleep() (#492306).
5711
5712 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5713
5714         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5715
5716         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5717           (gst_ring_buffer_parse_caps):
5718           Return NULL instead of an enum that happens to be 0, fixes warning
5719           on MSVC (#492114).
5720
5721         * gst-libs/gst/audio/gstringbuffer.h:
5722           No trailing commas in enum list (for gcc-2.9x).
5723
5724         * gst/videotestsrc/videotestsrc.c: (random_char):
5725           Make information loss explicit instead of implicitly truncating to
5726           eight bits via the return value.  Fixes runtime error on MSVC when
5727           using the debug CRT (#492114).
5728
5729         * win32/common/config.h.in:
5730           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5731
5732         * win32/common/libgstinterfaces.def:
5733         * win32/common/libgstrtp.def:
5734           Export a few more symbols (#492114).
5735
5736 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5737
5738         * gst-libs/gst/audio/audio.c:
5739         * gst-libs/gst/audio/audio.h:
5740           Readd the deprecation guards, but preserve compilability.
5741
5742 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5743
5744         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5745           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5746           Preserve channel layout when fixating the number of channels in the
5747           output caps, or make sure there's a suitable channel position layout
5748           set on the caps if required. Fixes #430677.
5749
5750 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5751
5752         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5753           Make sure the pipeline really operates in push mode as it should
5754           in this case.
5755
5756 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5757
5758         * gst-libs/gst/audio/audio.h:
5759           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5760           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5761           (ie. normal cvs builds) will fail.
5762
5763 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5764
5765         * docs/libs/Makefile.am:
5766         * gst-libs/gst/audio/audio.c:
5767         * gst-libs/gst/audio/audio.h:
5768         * gst-libs/gst/interfaces/mixer.c:
5769           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5770
5771 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5772
5773         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5774           (test_channel_layout_value_intersect), (audio_suite):
5775           Add simple unit test to make sure GstValue intersection
5776           of channel layouts works the way I think it does.
5777
5778 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5779
5780         * docs/libs/gst-plugins-base-libs-sections.txt:
5781         * gst-libs/gst/audio/gstaudiofilter.h:
5782         * gst-libs/gst/interfaces/mixer.h:
5783         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5784         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5785         * gst-libs/gst/sdp/gstsdpmessage.c:
5786           Fix the docs according to what gtk-doc complained about.
5787
5788 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5789
5790         * tests/icles/stress-playbin.c:
5791           Fix the build.
5792
5793 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5794
5795         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5796         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5797           Post nice/more useful error message if we don't have a decoder for
5798           the primary type.
5799
5800 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5801
5802         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5803         Be a bit more useful, unblock the pads after we fired the no-more-pads
5804         signal so that we can use the signal to inspect and connect all pads
5805         without having to keep extra state outside of decodebin.
5806
5807 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5808
5809         * gst/playback/gsturidecodebin.c:
5810         (gst_uri_decode_bin_autoplug_continue),
5811         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5812         Implement default signal handler so that we return TRUE when nothing is
5813         connected.
5814
5815 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5816
5817         * gst-libs/gst/riff/riff-media.c:
5818         (gst_riff_wavext_add_channel_layout),
5819         (gst_riff_wave_add_default_channel_layout),
5820         (gst_riff_wavext_get_default_channel_mask),
5821         (gst_riff_create_audio_caps):
5822         Use the ALSA channel layout as default for wav files without channel
5823         layout information. This fixes playback of chan-id.wav on 5.1 systems
5824         for example. Also refactor the channel layout setting a bit and add
5825         more default channel orders. Fixes #489010.
5826
5827 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5828
5829         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5830           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5831           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5832           instead.
5833
5834 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
5835
5836         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5837         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5838         (gst_decode_bin_set_subs_encoding),
5839         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5840         (gst_decode_bin_get_property), (analyze_new_pad):
5841         Move subtitle encoding property to decodebin2 so that it can set the
5842         property value on all elements that it autoplugs and that require it.
5843         Make caps refcounting more consistent in get/set.
5844
5845         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
5846         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5847         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5848         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
5849         (proxy_autoplug_continue_signal),
5850         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5851         (make_decoder):
5852         Proxy properties and relevant signals from the internal decodebin.
5853         Make properties MT safe.
5854
5855 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5856
5857         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
5858         * gst-libs/gst/tag/tags.c:
5859           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
5860           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
5861
5862         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
5863           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
5864
5865         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
5866           (gst_tag_to_vorbis_comments):
5867           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
5868           just mapping everything I found in the wild) (#414539).
5869
5870 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
5871
5872         Inspired by patch of: René Stadler <mail at renestadler dot de>
5873
5874         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5875         (gst_decode_bin_autoplug_continue),
5876         (gst_decode_bin_autoplug_factories),
5877         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
5878         (find_compatibles):
5879         * gst/playback/gstplay-marshal.list:
5880         Remove the autoplug-sort signal and replace it with a binding friendly
5881         autoplug-select signal.
5882         Add an autoplug-factories signal that can be used to generate a list of
5883         factories to try to autoplug.
5884         Add the GstPad to the autoplugging signal args as it might be needed to
5885         make a good factory selection.
5886         Fix up the marshallers for this. Fixes #407282.
5887
5888 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5889
5890         * gst-libs/gst/tag/gsttagdemux.c:
5891           Don't abort with an assertion if we receive a seek event with
5892           a start type of NONE (see launchpad bug #155878).
5893
5894 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5895
5896         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5897         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5898         (gst_ximagesink_change_state), (gst_ximagesink_reset):
5899         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
5900         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
5901         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
5902         Make sure that before we clean up the X resources, we shutdown and join
5903         the event thread.
5904         Also make sure the event thread does not shut down immediatly after
5905         startup because the running variable is not yet correctly set.
5906         Fixes #378770. 
5907
5908 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5909
5910         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
5911         Make the window for a race in typefind and shutting down smaller until
5912         we figure out the right locking here. Avoids #485753 usually.
5913
5914         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
5915         Remove unneeded lock causing a race in typefind and shutting down.
5916         Fixes #485753.
5917
5918         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5919         Also remove sinks when going to NULL because we might not complete the
5920         state change to PAUSED, causing the PAUSED->READY state change not to
5921         happen.
5922
5923 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5924
5925         * gst-libs/gst/audio/gstbaseaudiosink.c:
5926         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
5927         Also explicitly release the ringbuffer when going to NULL because it
5928         is required in the setcaps function, before the state change to PAUSED
5929         completes.
5930
5931 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
5932
5933         * tests/icles/.cvsignore:
5934         * tests/icles/Makefile.am:
5935         * tests/icles/stress-playbin.c:
5936           Does what it says on the tin.
5937
5938 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
5939
5940         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
5941         Fix queue negotiation. See #486758.
5942
5943 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5944
5945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5946         (gst_xvimagesink_xwindow_new),
5947         (gst_xvimagesink_update_colorbalance),
5948         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
5949
5950         Fix handling of some of the X atoms. If the last parameter is True,
5951         XInternAtom won't create the atom if it doesn't exist, and therefore
5952         might return None. This causes X errors on Xv implementations that
5953         don't provide the colour balance attributes.
5954
5955 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5956
5957         * gst-libs/gst/tag/gstvorbistag.c:
5958         * tests/check/libs/tag.c:
5959           Extract vorbis comment LICENSE tags correctly.
5960
5961 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5962
5963         Patch by: Jason Kivlighn  <jkivlighn gmail com>
5964
5965         * gst-libs/gst/tag/gstid3tag.c:
5966         * tests/check/libs/tag.c:
5967           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
5968
5969 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5970
5971         * gst-libs/gst/tag/gsttagdemux.c:
5972           Don't error out when a buggy downstream element doesn't
5973           handle the newsegment event we send properly (especially
5974           not without posting a meaningful error message on the
5975           bus). See bug #471370 and launchpad bug #136264.
5976
5977 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
5978
5979         * gst-libs/gst/audio/gstbaseaudiosink.c:
5980         (gst_base_audio_sink_drain):
5981         Use new basesink method to make our EOS drain interruptable.
5982
5983 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
5984
5985         * gst-libs/gst/rtp/gstrtppayloads.c:
5986         Fix silly search-replace oversight.
5987
5988 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
5989
5990         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5991
5992         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
5993         (gst_basertppayload_set_outcaps):
5994         Fix caps memleak. Fixes #484989.
5995
5996
5997 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5998
5999         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6000         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
6001         Fix debug output.
6002
6003 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6004
6005         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6006         (gst_base_audio_src_create):
6007         Also handle the case where there is no clock set on the audio source,
6008         like in the unit tests.
6009
6010 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
6011
6012         * gst-libs/gst/rtp/gstrtppayloads.c:
6013         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
6014         to avoid compiler warnings
6015
6016 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6017
6018         * gst/playback/gstdecodebin.c: (type_found),
6019         (gst_decode_bin_change_state):
6020         * gst/playback/gstdecodebin2.c: (type_found),
6021         (gst_decode_bin_change_state):
6022         Don't disconnect the have_type signal because we never reconnect it
6023         later on. Instead keep a variable to see if we already detected a type.
6024
6025 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
6026
6027         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
6028         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
6029         (type_found):
6030         Unlink the signal handler when we found the type, we're not going to do
6031         anything sensible with more type_found signals anyway.
6032
6033 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6034
6035         * gst-libs/gst/tag/gsttagdemux.c:
6036           Don't leak caps.
6037
6038 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
6039
6040         * gst-libs/gst/tag/Makefile.am:
6041         * gst-libs/gst/tag/gsttagdemux.c:
6042         * gst-libs/gst/tag/gsttagdemux.h:
6043           API: add GstTagDemux base class for simple tag demuxers.
6044
6045         * docs/libs/gst-plugins-base-libs-docs.sgml:
6046         * docs/libs/gst-plugins-base-libs-sections.txt:
6047           Add GstTagDemux to docs.
6048
6049 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6050
6051         * gst-libs/gst/rtp/gstrtpbuffer.c:
6052         (gst_rtp_buffer_get_payload_subbuffer):
6053         Fix bug introduced with last commit which inverted the logic and
6054         caused all buffers to be dropped. Fixes #483620.
6055         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6056
6057 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6058
6059         * gst-libs/gst/rtp/gstrtpbuffer.c:
6060           Replace g_return_if_val (as it could be disabled), with regular return
6061           and warning.
6062
6063 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6064
6065         * tests/check/pipelines/simple-launch-lines.c:
6066           Print message name and not just number.
6067
6068 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6069
6070         * gst-libs/gst/audio/gstbaseaudiosink.c:
6071         (gst_base_audio_sink_async_play):
6072         When slaved to the clock, don't try to align a sample with the previous
6073         one when going to PLAYING again.
6074
6075 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6076
6077         * tests/examples/snapshot/snapshot.c:
6078           Fix the build.
6079
6080 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6081
6082         * gst-libs/gst/sdp/gstsdpmessage.h:
6083         Add RFC 3556 bandwidth modifiers.
6084
6085 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6086
6087         * docs/libs/gst-plugins-base-libs-docs.sgml:
6088         * docs/libs/gst-plugins-base-libs-sections.txt:
6089         * gst-libs/gst/rtp/gstrtppayloads.c:
6090         Update documentation.
6091
6092 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6093
6094         * gst-libs/gst/rtp/Makefile.am:
6095         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6096         (gst_rtp_payload_info_for_name):
6097         * gst-libs/gst/rtp/gstrtppayloads.h:
6098         Added new file and header to deal with payload info.
6099
6100         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6101         (gst_rtp_buffer_default_clock_rate):
6102         * gst-libs/gst/rtp/gstrtpbuffer.h:
6103         Payload specific stuff is move to new headers.
6104         Implement _default_clock rate using the new payload function.
6105
6106         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6107         (gst_sdp_parse_line):
6108         * gst-libs/gst/sdp/gstsdpmessage.h:
6109         Add some more comments.
6110
6111 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6112
6113         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6114         (sdp_check_header), (sdp_type_find), (plugin_init):
6115         Add typefind function for application/sdp.
6116         Remove some old dirac typefind code that was ifdeffed out.
6117
6118 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6119
6120         * win32/common/libgstaudio.def:
6121         Add new exported functions.
6122         * win32/vs6/grammar.dsp:
6123         Add autogeneration and copy of some autegenerated files from win32/common
6124         for rtsp library.
6125         * win32/vs6/libgstaudioconvert.dsp:
6126         Add gstaudioquantize.c to the build.
6127         * win32/vs6/libgstinterfaces.dsp:
6128         Add videoorientation.c to the build.
6129         * win32/vs6/libgstriff.dsp:
6130         Add libgsttag to the link libraries list.
6131         * win32/vs6/libgstvolume.dsp:
6132         Add liboil to the link.
6133         * win32/vs6/gst_plugins_base.dsw:
6134         * win32/vs6/libgstrtsp.dsp:
6135         * win32/common/libgstrtsp.def:
6136         Add files to build libgstrtsp library.
6137         
6138 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6139
6140         * tests/examples/snapshot/snapshot.c: (main):
6141         Print error when pipeline failed to construct.
6142
6143 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6144
6145         * configure.ac:
6146         * gst-libs/gst/tag/gstid3tag.c:
6147         * gst-libs/gst/tag/gstvorbistag.c:
6148           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6149           and ID3v2 tags.
6150
6151 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6152
6153         * gst-libs/gst/floatcast/floatcast.h:
6154           Don't include config.h in an installed public header, this
6155           might break compilation of applications that don't have such
6156           a header and doesn't necessarily do what it's supposed to do
6157           anyway (ie. check for the lrint/lrintf defines) (#442065).
6158           Add docs for the various macros and document how this header
6159           has to be used (link against libm, etc.); add a few FIXMEs;
6160           include math.h for non-c99 code path.  Based on patch by
6161           Jan Schmidt.
6162           
6163 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6164
6165         * configure.ac:
6166         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6167         of duplicating these macros in configure.ac.
6168
6169 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6170
6171         * po/hu.po:
6172         * po/sv.po:
6173         * po/uk.po:
6174           Updated translations to 0.10.14
6175
6176 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6177
6178         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6179
6180         * po/pl.po:
6181           Added Polish translation.
6182
6183 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6184
6185         translated by: Ilkka Tuohela <hile@iki.fi>
6186
6187         * po/fi.po:
6188           Added Finnish translation.
6189
6190 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6191
6192         translated by: Jorge González González <aloriel@gmail.com>
6193
6194         * po/es.po:
6195           Added Spanish translation.
6196
6197 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6198
6199         translated by: Mogens Jaeger <mogens@jaeger.tf>
6200
6201         * po/da.po:
6202           Added Danish translation.
6203
6204 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6205
6206         translated by: Funda Wang <fundawang@linux.net.cn>
6207
6208         * po/zh_CN.po:
6209           Added Chinese (simplified) translation.
6210
6211 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6212
6213         translated by: Alexander Shopov <ash@contact.bg>
6214
6215         * po/bg.po:
6216           Added Bulgarian translation.
6217
6218 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6219
6220         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6221         Fix compilation wrt printf arguments.
6222
6223 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6224
6225         * configure.ac:
6226         * tests/examples/Makefile.am:
6227         * tests/examples/snapshot/.cvsignore:
6228         * tests/examples/snapshot/Makefile.am:
6229         * tests/examples/snapshot/snapshot.c: (main):
6230         Add simple snapshot example program using appsink.
6231
6232 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6233
6234         * tests/check/generic/states.c:
6235           Improved state change unit test.
6236
6237 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6238
6239         * docs/plugins/.cvsignore:
6240         * tests/check/.cvsignore:
6241           Ignore registries in any format.
6242
6243 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6244
6245         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6246         (gst_base_rtp_depayload_chain),
6247         (gst_base_rtp_depayload_set_gst_timestamp):
6248         Only copy timestamp on outgoing packets if the depayloader did not set
6249         one.
6250         Also copy duration on outgoing packets.
6251
6252 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6253
6254         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6255         (gst_basertppayload_set_outcaps):
6256         Fix compilation because of missing %d in printf.
6257         When fixating caps, fixate what we can and throw away all remaining
6258         unfixed caps, subclasses should do something smart if they need to.
6259
6260 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6261
6262         * ext/gnomevfs/gstgnomevfssrc.c:
6263           Improve debug logs a bit and be more verbose if things go wrong.
6264
6265 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6266
6267         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6268         (gst_text_overlay_set_property):
6269         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6270         * gst-libs/gst/audio/gstbaseaudiosink.c:
6271         (gst_base_audio_sink_render):
6272         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6273         (gst_rtcp_unix_to_ntp):
6274         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6275         * gst/playback/gstqueue2.c:
6276         * tests/examples/seek/seek.c: (set_scale):
6277         Fix a bunch of compile warnings shown with Forte.
6278
6279         * gst/audiorate/gstaudiorate.c:
6280         Always pull in config.h before including any system headers.
6281
6282 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6283
6284         * gst/playback/gstqueue2.c: (update_buffering),
6285         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6286         (gst_queue_handle_sink_event), (gst_queue_chain),
6287         (gst_queue_push_one), (gst_queue_sink_activate_push),
6288         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6289         Also fix #476514 for queue2.
6290
6291 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6292
6293         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6294         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6295         (gst_base_rtp_depayload_chain),
6296         (gst_base_rtp_depayload_handle_sink_event),
6297         (gst_base_rtp_depayload_push_full),
6298         (gst_base_rtp_depayload_set_gst_timestamp),
6299         (gst_base_rtp_depayload_change_state):
6300         Remove code to deal with RTP to GST time conversion, we now just copy
6301         the GST timestamp we receive to the outgoing buffers.
6302         Handle segment and flushes correctly.
6303
6304         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6305         When we have no valid input timestamp, use the previous rtp timestamp on
6306         the outgoing RTP packet instead of the RTP base time.
6307
6308 2007-09-15  David Schleef  <ds@schleef.org>
6309
6310         * ext/alsa/gstalsa.c:
6311         * ext/alsa/gstalsadeviceprobe.c:
6312         * ext/alsa/gstalsamixer.c:
6313         * ext/alsa/gstalsasink.c:
6314         * ext/alsa/gstalsasrc.c:
6315           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6316
6317 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6318
6319         * gst-libs/gst/rtp/gstbasertppayload.c:
6320         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6321         Add some debug info when negotiating caps.
6322
6323 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6324
6325         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6326         A buffer with an empty payload is also a valid buffer.
6327
6328 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6329
6330         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6331         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6332         (gst_basertppayload_change_state):
6333         Make sure we start our RTP timestamp from the random base RTP
6334         timestamp even if the buffer timestamp starts from some random value.
6335
6336 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6337
6338         * configure.ac:
6339         * tests/examples/Makefile.am:
6340         * tests/examples/dynamic/.cvsignore:
6341         * tests/examples/dynamic/Makefile.am:
6342         * tests/examples/dynamic/addstream.c: (create_stream),
6343         (pause_play_stream), (message_received), (eos_message_received),
6344         (perform_step), (main):
6345         Add simple exmple app to demonstrate starting and pausing live and
6346         non-live bins in a PLAYING pipeline.
6347
6348 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6349
6350         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6351         typefind for QCP files (RFC #3625)
6352
6353 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6354
6355         * gst-libs/gst/audio/gstbaseaudiosink.c:
6356         (gst_base_audio_sink_init):
6357         Disable pull mode scheduling, we're not ready for it yet and it subtly
6358         breaks a lot of things.
6359
6360 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6361
6362         * tests/check/elements/libvisual.c:
6363           Test all libvisual plugins, not just the first one; this reproduces
6364           bug #450336 quite easily.  Looks like a problem with the 'jess'
6365           visualisation.
6366
6367 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6368
6369         * tests/check/Makefile.am:
6370         * tests/check/elements/.cvsignore:
6371         * tests/check/elements/libvisual.c:
6372           Add basic libvisual test case in an attempt to reproduce bug #450336.
6373           Doesn't reproduce that bug, but some other crasher instead (invalid
6374           free), at least with make elements/libvisual.forever and the bumscope
6375           plugin on x86-64/gutsy. Leaving test disabled for now.
6376
6377 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6378
6379         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6380
6381         * gst-libs/gst/rtsp/gstrtspconnection.c:
6382         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6383         (read_body), (gst_rtsp_connection_receive):
6384         Make sure we can not cancel in the middle of receiving a message.
6385         Fixes #475731.
6386
6387 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6388
6389         Patch by: Josep Torra Valles <josep@fluendo.com>
6390
6391         * gst/playback/gstplaybasebin.c:
6392           Increase upper limit for audio queue a bit; fixes preroll problem
6393           with playbin and decodebin2 when playing a quicktime trailer with
6394           multichannel audio via http (#464666).
6395
6396 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6397
6398         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6399         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6400         (gst_base_audio_src_provide_clock),
6401         (gst_base_audio_src_set_property),
6402         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6403         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6404         Allow othe clocks than the internal clock to be used for the pipeline.
6405         Add property to disable clock provide.
6406         API: GstBaseAudioSrc::provide-clock
6407
6408 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6409
6410         * gst/playback/gstdecodebin2.c:
6411           Don't leak request pads. Fixes #475395.
6412
6413 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6414
6415         Patch by: René Stadler <mail at renestadler dot de>
6416
6417         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6418         (gst_ximage_buffer_class_init):
6419         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6420         (gst_xvimage_buffer_class_init):
6421         Correctly chain up finalize with the parent class to prevent
6422         memory leaks. Fixes #474880.
6423
6424 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6425
6426         * gst/volume/gstvolume.c: (volume_choose_func):
6427         * tests/check/elements/volume.c: (GST_START_TEST):
6428         Revert the latest change: floating point samples are allowed to
6429         have any value, not only values in the range [-1,1]. Thanks to Andy
6430         Wingo for noticing.
6431         Also fix processing of int32 samples with volumes > 4 by making the
6432         unity value smaller which prevents overflows.
6433
6434 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6435
6436         * gst-libs/gst/rtp/gstrtpbuffer.c:
6437         * tests/check/libs/rtp.c:
6438           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6439
6440 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6441
6442         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6443
6444         * gst-libs/gst/rtp/gstrtpbuffer.c:
6445           Fix up GstRTPHeader helper struct so that compilers will not under
6446           any circumstances add padding in between our fields, as currently
6447           happens with MSVC on win32, because that would lead to us sending
6448           out RTP payloads with broken RTP headers (#471194).
6449           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6450           
6451         * tests/check/Makefile.am:
6452         * tests/check/libs/.cvsignore:
6453         * tests/check/libs/rtp.c:
6454           Add some simple unit tests for GstRTPBuffer. Some are disabled
6455           because the code tested still needs fixing (set_csrc() does not work).
6456
6457 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6458
6459         * win32/MANIFEST:
6460         * win32/common/gstrtsp-enumtypes.c:
6461         * win32/common/gstrtsp-enumtypes.h:
6462         * win32/common/interfaces-enumtypes.c:
6463         * win32/common/interfaces-enumtypes.h:
6464         * win32/common/multichannel-enumtypes.c:
6465           Add rtsp enumtypes (#474384) and update others.
6466
6467 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6468
6469         * configure.ac:
6470           Fix configure check for HAVE_LIBXML_HTML.
6471
6472 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6473
6474         * tests/check/libs/.cvsignore:
6475           Ignore more, in case the build bots work again one day.
6476
6477 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6478
6479         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6480
6481         * configure.ac:
6482         * gst-libs/gst/Makefile.am:
6483         * gst-libs/gst/fft/Makefile.am:
6484         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6485         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6486         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6487         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6488         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6489         * gst-libs/gst/fft/gstfft.h:
6490         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6491         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6492         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6493         * gst-libs/gst/fft/gstfftf32.h:
6494         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6495         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6496         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6497         * gst-libs/gst/fft/gstfftf64.h:
6498         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6499         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6500         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6501         * gst-libs/gst/fft/gstffts16.h:
6502         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6503         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6504         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6505         * gst-libs/gst/fft/gstffts32.h:
6506         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6507         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6508         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6509         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6510         * gst-libs/gst/fft/kiss_fft_f32.h:
6511         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6512         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6513         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6514         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6515         * gst-libs/gst/fft/kiss_fft_f64.h:
6516         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6517         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6518         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6519         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6520         * gst-libs/gst/fft/kiss_fft_s16.h:
6521         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6522         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6523         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6524         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6525         * gst-libs/gst/fft/kiss_fft_s32.h:
6526         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6527         (kiss_fftr_f32), (kiss_fftri_f32):
6528         * gst-libs/gst/fft/kiss_fftr_f32.h:
6529         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6530         (kiss_fftr_f64), (kiss_fftri_f64):
6531         * gst-libs/gst/fft/kiss_fftr_f64.h:
6532         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6533         (kiss_fftr_s16), (kiss_fftri_s16):
6534         * gst-libs/gst/fft/kiss_fftr_s16.h:
6535         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6536         (kiss_fftr_s32), (kiss_fftri_s32):
6537         * gst-libs/gst/fft/kiss_fftr_s32.h:
6538         * gst-libs/gst/fft/kiss_version:
6539         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6540         * pkgconfig/gstreamer-plugins-base.pc.in:
6541         Add libgstfft, a FFT library based on Kiss FFT which is
6542         BSD licensed. Supported sample formats are int16, int32,
6543         float and double. For those formats a real FFT and IFFT
6544         can be done, different windowing functions can be applied
6545         and functions for extracting the magnitude and phase exist.
6546         Fixes #468619.
6547
6548         * docs/libs/Makefile.am:
6549         * docs/libs/gst-plugins-base-libs-docs.sgml:
6550         * docs/libs/gst-plugins-base-libs-sections.txt:
6551         Integrate libgstfft into the docs.
6552
6553         * tests/check/Makefile.am:
6554         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6555         Add unit tests for libgstfft, currently only testing the FFT.
6556         Unit tests for IFFT will follow soon.
6557
6558 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6559
6560         Patch by: Peter Kjellerstedt  <pkj at axis com>
6561
6562         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6563         (gst_sdp_message_init), (gst_sdp_message_uninit),
6564         (is_multicast_address), (gst_sdp_message_as_text),
6565         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6566         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6567         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6568         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6569         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6570         (gst_sdp_media_init), (gst_sdp_media_uninit),
6571         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6572         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6573         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6574         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6575         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6576         * gst-libs/gst/sdp/gstsdpmessage.h:
6577         Separate INIT_ARRAY() and related macros into two versions, one for
6578         structures and one for pointers (e.g., INIT_ARRAY() and
6579         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6580         lists of emails and phone numbers.
6581         Add missing const as appropriate.
6582         Change all gint to guint since they all actually represent unsigned
6583         values.
6584         Do not use time as a variable name as it shadows the global time().
6585         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6586         Actually implement gst_sdp_message_add_time().
6587         Make gst_sdp_message_add_time() take repeat times as an argument.
6588         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6589         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6590         misspelled as badwidth).
6591         gst-indented and a little clean up. Fixes #471067.
6592
6593 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6594
6595         * gst/volume/gstvolume.c: (volume_choose_func),
6596         (volume_process_double), (volume_process_double_clamp),
6597         (volume_process_float_clamp):
6598         Correctly clamp float/double samples in the [-1.0,1.0] range to
6599         prevent weird effects.
6600         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6601         Add unit tests for all samples types that had none before.
6602
6603 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6604
6605         * gst-libs/gst/rtp/gstrtpbuffer.c:
6606           Need to include stdlib.h for abs() here too.
6607
6608 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6609
6610         * gst/playback/gststreaminfo.c:
6611           Fix build.
6612
6613 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6614
6615         * gst/playback/gststreaminfo.c:
6616           Clean up some half-disabled code and comment.
6617
6618 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6619
6620         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6621
6622         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6623         (gst_base_rtp_payload_audio_handle_event):
6624         Return FALSE from the event handler to let the parent class handle the
6625         event. Fixes #446766.
6626
6627         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6628         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6629         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6630
6631         * gst-libs/gst/rtp/gstbasertppayload.c:
6632         Bump the MTU to 1400.
6633
6634 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6635
6636         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6637         Add an audio/x-nsf typefind function for the nsfdec element.
6638
6639 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6640         * gst/playback/gstplaybasebin.c:
6641         Included "myth://" on stream_uris list for enable buffering to mythtv files
6642
6643 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6644
6645         * docs/libs/gst-plugins-base-libs-sections.txt:
6646         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6647         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6648         (gst_rtcp_unix_to_ntp):
6649         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6650         Fix parsing of RB blocks.
6651         Fix docs.
6652         Added helper functions to convert to/from UNIX and NTP time.
6653         API: gst_rtcp_ntp_to_unix()
6654         API: gst_rtcp_unix_to_ntp()
6655
6656         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6657         (gst_rtp_buffer_get_header_len),
6658         (gst_rtp_buffer_get_extension_data),
6659         (gst_rtp_buffer_get_payload_subbuffer),
6660         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6661         (gst_rtp_buffer_ext_timestamp):
6662         * gst-libs/gst/rtp/gstrtpbuffer.h:
6663         Fix some more docs.
6664         Implement handling of packets with extensions.
6665         Fix padding check in _validate().
6666         Added function to get extension data.
6667         API: gst_rtp_buffer_get_header_len()
6668         API: gst_rtp_buffer_get_extension_data()
6669
6670 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6671
6672         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6673         (gst_base_rtp_depayload_class_init),
6674         (gst_base_rtp_depayload_set_gst_timestamp):
6675         Add some more docs for the queue-delay property and fix a typo in a
6676         comment.
6677
6678         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6679         Fix typo.
6680
6681 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6682
6683         * gst-libs/gst/audio/gstbaseaudiosink.c:
6684         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6685         (gst_base_audio_sink_change_state):
6686         When skew slaving, try to hover around the middle of a segment so that
6687         we at most drift by half a segment.
6688         If we are aligning in the oposite direction of the clock skew, we don't
6689         have to resync.
6690
6691 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6692
6693         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6694         (gst_base_rtp_depayload_setcaps),
6695         (gst_base_rtp_depayload_set_gst_timestamp):
6696         Be less silly with the segment start, just apply the clock-base to the
6697         timestamp.
6698
6699 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6700
6701         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6702         (gst_base_rtp_depayload_class_init),
6703         (gst_base_rtp_depayload_finalize),
6704         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6705         (gst_base_rtp_depayload_handle_sink_event),
6706         (gst_base_rtp_depayload_set_gst_timestamp),
6707         (gst_base_rtp_depayload_change_state):
6708         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6709         Deprecate the queue handling thread thing and remove the code.
6710         Use new method to calculate the extended timestamp.
6711
6712 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6713
6714         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6715         (gst_rtcp_packet_sdes_copy_entry):
6716         Use g_strndup which does exactly what we want.
6717
6718         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6719         (gst_rtp_buffer_ext_timestamp):
6720         * gst-libs/gst/rtp/gstrtpbuffer.h:
6721         Add helper function to compare seqnums.
6722         Add helper function to calculate extended timestamps.
6723         API: gst_rtp_buffer_compare_seqnum()
6724         API: gst_rtp_buffer_ext_timestamp()
6725
6726 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6727
6728         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6729         (gst_rtcp_packet_sdes_get_entry),
6730         (gst_rtcp_packet_sdes_copy_entry):
6731         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6732         Fix and document SDES item data function.
6733         Add new function that makes a proper copy of SDES item data.
6734         API: gst_rtcp_packet_sdes_copy_entry()
6735
6736 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6737
6738         * configure.ac:
6739         * gst/Makefile.am:
6740           The tcp and subparse plugins are under gst, but not totaly free of
6741           dependencies. Handle selection inconfigure.ac, so that they show up
6742           on the final list of what is build and what is not. Maybe they should
6743           better be moved to ext.
6744
6745 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6746
6747         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6748
6749         * configure.ac:
6750         * gst/Makefile.am:
6751           Check if libxml provides HTML parser which subparse needs.
6752           Fixes #451970.
6753
6754 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6755
6756         * ext/alsa/gstalsa.c:
6757           Fix typo and compilation on big endian systems.
6758
6759 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * gst/subparse/gstssaparse.c:
6762           Convert SSA newline codes into actual newline characters (#470766).
6763
6764 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6765
6766         * docs/libs/gst-plugins-base-libs-sections.txt:
6767         * gst-libs/gst/pbutils/install-plugins.c:
6768         * gst-libs/gst/pbutils/install-plugins.h:
6769         * tests/check/libs/pbutils.c:
6770           API: also add gst_install_plugins_supported() while we're at it
6771           (see #470456).
6772
6773 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6774
6775         * docs/libs/gst-plugins-base-libs-sections.txt:
6776         * gst-libs/gst/pbutils/missing-plugins.c:
6777         * gst-libs/gst/pbutils/missing-plugins.h:
6778         * tests/check/libs/pbutils.c:
6779           API: add gst_missing_*_installer_detail_new() convenience API so
6780           that applications that know exactly what they're missing can request
6781           installer detail strings for those items directly instead of having
6782           to first create a dummy missing-plugin message and then get the
6783           installer detail string from that.  Fixes #470456.
6784
6785 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6786
6787         * gst/playback/gstdecodebin.c: (close_pad_link):
6788         We need to set up delayed-linking whenever the caps are non-fixed,
6789         not just when there are multiple types - use gst_pad_is_fixed()
6790         to test.
6791
6792 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6793
6794         * gst-libs/gst/pbutils/missing-plugins.c:
6795           (gst_missing_plugin_message_get_installer_detail):
6796           Add missing separator in PID fallback case.
6797
6798 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6799
6800         * ext/alsa/Makefile.am:
6801         There is no GST_PLUGINS_BASE_LIBS defined.
6802         
6803         * ext/alsa/gstalsa.c:
6804         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6805         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6806         Add support for ALSA 24-bit formats.
6807         snd_pcm_delay can return an error code, especially
6808         during XRUNS. In that case, the best we can do is assume
6809         delay = 0.
6810
6811         * gst/audioconvert/Makefile.am:
6812         Add flags from -base before any more-remote dependencies.
6813
6814 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6815
6816         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6817
6818         * gst/volume/gstvolume.c: (volume_choose_func),
6819         (volume_update_real_volume), (gst_volume_set_volume),
6820         (gst_volume_init), (volume_process_int32),
6821         (volume_process_int32_clamp), (volume_process_int24),
6822         (volume_process_int24_clamp), (volume_process_int16),
6823         (volume_process_int16_clamp), (volume_process_int8),
6824         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6825         * gst/volume/gstvolume.h:
6826         Add support for int32, int24 and int8 to the volume element.
6827         Fixes #445529.
6828
6829 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6830
6831         * tests/examples/Makefile.am:
6832           Fix even more.
6833
6834 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6835
6836         * configure.ac:
6837         * docs/libs/Makefile.am:
6838         * docs/libs/gst-plugins-base-libs-docs.sgml:
6839         * docs/libs/gst-plugins-base-libs-sections.txt:
6840         * ext/gnomevfs/gstgnomevfssrc.c:
6841         * ext/gnomevfs/gstgnomevfssrc.h:
6842         * gst-libs/gst/Makefile.am:
6843         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6844         * pkgconfig/gstreamer-plugins-base.pc.in:
6845         * sys/v4l/v4lsrc_calls.c:
6846         * tests/examples/Makefile.am:
6847         * win32/common/config.h:
6848           Revert unwanted commit. many thanks to moap. I want a fix for 
6849           https://thomas.apestaart.org/moap/trac/ticket/239
6850
6851 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6852
6853         * gst/volume/gstvolume.c:
6854           Move passthrough below gst_object_sync_values(). Fixes #442654.
6855
6856 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6857
6858         * gst-libs/gst/audio/audio.c:
6859         Clarify the docs a little.
6860
6861 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6862
6863         * gst/volume/gstvolume.c:
6864           Enable liboil for float and add more details about problems with
6865           int16.
6866
6867 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6868
6869         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6870         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
6871
6872 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6873
6874         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6875         When calculating the first timestamp of the buffers, don't go below 0
6876         and clip the samples because the offset was on the eos page.
6877         Fixes #466717.
6878
6879 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6880
6881         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
6882         (gst_ogg_demux_collect_chain_info):
6883         Also submit the eos page when trying to find the first timestamp.
6884         See #466717.
6885
6886 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6887
6888         * gst-libs/gst/audio/audio.h:
6889         Use gst_util_uint64_scale() instead of doing the math
6890         with double for GST_FRAMES_TO_CLOCK_TIME() and
6891         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
6892         prevents rounding errors. Fixes #467667.
6893
6894 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6895
6896         * gst-libs/gst/rtsp/gstrtspconnection.c:
6897         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
6898         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
6899         * gst-libs/gst/rtsp/gstrtspconnection.h:
6900         Small cleanups.
6901         On shutdown, don't read the control socket yet.
6902         Set timeout value correctly in all cases.
6903         Add function to check if the server accepts reads or writes.
6904         API: gst_rtsp_connection_poll()
6905
6906         * gst-libs/gst/rtsp/gstrtspdefs.h:
6907         Fix compilation with -pedantic.
6908         Add enum for _poll.
6909
6910 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6911
6912         Patch by: Olivier Crete  <tester at tester ca>
6913
6914         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6915         (gst_basertppayload_getcaps):
6916         * gst-libs/gst/rtp/gstbasertppayload.h:
6917         Add getcaps vfunc to basertppayload. See #465146.
6918
6919 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6920
6921         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
6922         Only post buffering messages when we are a stream.
6923
6924 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6925
6926         * gst-libs/gst/pbutils/install-plugins.c:
6927         * gst-libs/gst/pbutils/missing-plugins.c:
6928           Small docs fix and addition.
6929
6930 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6931
6932         * tests/icles/.cvsignore:
6933         * tests/icles/Makefile.am:
6934         * tests/icles/test-textoverlay.c:
6935           Add a dumb little test for textoverlay alignments.
6936
6937 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6938
6939         Patch by: Dan Williams  <dcbw redhat com>
6940
6941         * ext/pango/gsttextoverlay.c:
6942         * ext/pango/gsttextoverlay.h:
6943           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
6944           "silent" property so there's a Since tag in the API reference.
6945
6946 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
6947
6948         * gst-libs/gst/rtp/gstbasertppayload.c:
6949         (gst_basertppayload_set_outcaps):
6950         * gst-libs/gst/rtp/gstbasertppayload.h:
6951         Improve caps negotiation so that downstream elements can confiure
6952         certain RTP properties by fixing them on the caps. See #465146.
6953         Add docs.
6954
6955 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
6956
6957         * docs/libs/gst-plugins-base-libs-sections.txt:
6958         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6959         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6960           Mark as deprecated some macros which were presumably meant to be
6961           private API and accidentally exposed in the public header file.
6962           Also actually _init() lock (only works at the moment because the
6963           struct is zeroed out when created and the initial values in the
6964           mutex struct are zeroes too). (#459585)
6965
6966 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
6967
6968         * docs/libs/Makefile.am:
6969           Remove cruft and do some cleanups.
6970
6971         * docs/libs/gst-plugins-base-libs-docs.sgml:
6972           Prepare for comming gtkdoc features (rebase against online docs).
6973
6974 2007-08-10  Michael Smith <msmith@fluendo.com>
6975
6976         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6977           Debug output fixes.
6978         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
6979         (GST_START_TEST):
6980           Change the number of buffers used; 500 is too many and leads to
6981           timeouts.
6982
6983 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6984
6985         * gst/playback/gstqueue2.c:
6986         * gst/videorate/gstvideorate.c:
6987           Printf format fixes (#465028).
6988
6989 2007-08-09  Michael Smith <msmith@fluendo.com>
6990
6991         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6992           If we have a large (> 1 second) discontinuity, push a series of
6993           smaller buffers rather than a single very large buffer. Avoids
6994           unreasonably large single buffer allocations when encountering a
6995           large gap.
6996         * tests/check/elements/audiorate.c: (GST_START_TEST),
6997         (audiorate_suite):
6998           Add a test for this.
6999
7000 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
7001
7002         * gst/playback/gstplaybasebin.c: (group_commit),
7003         (queue_remove_probe), (queue_threshold_reached):
7004
7005         Patch by: Josep Torra Valles <josep@fluendo.com>
7006         Fixes: #465015
7007         Make sure we remove the check_queues buffer probe from the 
7008         correct queue to avoid racily going back to "buffering 99%" when
7009         buffering is actually complete.
7010
7011         Also, fix the spelling of Josep's surname in the ChangeLog.
7012
7013 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
7014
7015         * ext/ogg/gstoggmux.c:
7016           Do not leak oggmux instance.
7017         
7018         * ext/vorbis/vorbisenc.c:
7019           Also log values.
7020
7021 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7022
7023         * po/hu.po:
7024         * po/it.po:
7025         * po/nl.po:
7026         * po/uk.po:
7027         * po/vi.po:
7028           Updated translations.
7029
7030 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
7031
7032         patch by: Yang Hong <hongyang@redflag-linux.com>
7033
7034         * ext/pango/gsttextoverlay.c:
7035         * ext/pango/gsttextoverlay.h:
7036           Add 'silent' property to GstTimeOverlay. Fixes #462979
7037
7038 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
7039
7040         Patch by: Josep Torra Valles <josep@fluendo.com>
7041
7042         * docs/plugins/gst-plugins-base-plugins.args:
7043         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7044         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7045         (gst_uri_decode_bin_get_property), (gen_source_element):
7046         Add connection-speed property. Fixes #464690.
7047
7048 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7049
7050         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7051
7052         * configure.ac:
7053         * gst-libs/gst/rtsp/Makefile.am:
7054         * gst-libs/gst/rtsp/gstrtspconnection.c:
7055         (gst_rtsp_connection_connect):
7056         Fix compilation on windows. Fixes #464320.
7057
7058 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7059
7060         Patch by: Josep Torra Valles <josep@fluendo.com>
7061
7062         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7063         (gst_play_base_bin_init), (queue_threshold_reached),
7064         (gen_source_element), (setup_substreams),
7065         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7066         (gst_play_base_bin_get_streaminfo_value_array):
7067         * gst/playback/gstplaybasebin.h:
7068         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7069         (gst_play_bin_set_property), (gst_play_bin_get_property),
7070         (gst_play_bin_handle_redirect_message):
7071         Move connection-speed property from playbin to playbasebin so that we
7072         can also configure it in source elements that have the connection-speed
7073         property. Fixes #464028.
7074         Add some debug info here and there.
7075
7076 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7077
7078         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7079         Properly respond to conversion queries. Fixes #464079.
7080
7081 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7082
7083         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7084         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7085         (gst_audio_test_src_init_sine_table),
7086         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7087         * gst/audiotestsrc/gstaudiotestsrc.h:
7088         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7089         Also set the default volume to the default value specified in the
7090         GParamSpec.
7091
7092 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7093
7094         Patch by: Jens Granseuer <jensgr at gmx dot net>
7095
7096         * gst/audioconvert/gstaudioquantize.c:
7097         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7098
7099 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7100
7101         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7102         Add rdt manager for rdt transport.
7103         Fix parsing of RDT transport.
7104
7105 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7106
7107         * configure.ac:
7108         Back to CVS
7109
7110 === release 0.10.14 ===
7111
7112 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7113
7114         * configure.ac:
7115           releasing 0.10.14, "Light Years Ahead"
7116
7117 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7118
7119         * tests/check/libs/audio.c: (GST_START_TEST):
7120         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7121
7122 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7123
7124         * gst-libs/gst/audio/audio.c:
7125         When clipping a buffer with no timestamp, assume it is
7126         within the segment without warnings.
7127
7128         Fixes: #460978
7129
7130 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7131
7132         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7133         Fire the signal on the object, not the interface.
7134
7135 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7136
7137         * gst-libs/gst/rtsp/.cvsignore:
7138         Ber. Don't include the full path, idiot.
7139
7140 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7141
7142         * gst-libs/gst/rtsp/.cvsignore:
7143         Ignore generated files.
7144
7145 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7146
7147         * gst-libs/gst/interfaces/Makefile.am:
7148         * gst-libs/gst/interfaces/interfaces-marshal.list:
7149         * gst-libs/gst/interfaces/rtspextension.c:
7150         * gst-libs/gst/interfaces/rtspextension.h:
7151         * gst-libs/gst/rtsp/Makefile.am:
7152         * gst-libs/gst/rtsp/gstrtsp.h:
7153         * gst-libs/gst/rtsp/gstrtspextension.c:
7154         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7155         (gst_rtsp_extension_detect_server),
7156         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7157         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7158         (gst_rtsp_extension_configure_stream),
7159         (gst_rtsp_extension_get_transports),
7160         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7161         * gst-libs/gst/rtsp/gstrtspextension.h:
7162         * gst-libs/gst/rtsp/rtsp-marshal.list:
7163         Move the rtspextension.h interface into gstrtspextension.h
7164         as part of libgstrtsp instead of libgstinterfaces, because it's
7165         only for use within plugins, not applications. 
7166         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7167         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7168         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7169         is abstract.
7170
7171 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7172
7173         * gst-libs/gst/interfaces/Makefile.am:
7174         * gst-libs/gst/interfaces/interfaces-marshal.list:
7175         * gst-libs/gst/interfaces/rtspextension.c:
7176         (gst_rtsp_extension_iface_init),
7177         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7178         * gst-libs/gst/interfaces/rtspextension.h:
7179         Fix marshaller for the send signal.
7180         Add URL to stream selection interface method.
7181
7182 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7183
7184         * gst-libs/gst/riff/Makefile.am:
7185         Pull in our dependencies from -base before those from outside.
7186
7187 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7188
7189         * docs/libs/gst-plugins-base-libs-sections.txt:
7190         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7191         * gst-libs/gst/rtsp/gstrtspbase64.h:
7192         API: gst_rtsp_base64_decode_ip()
7193         Added function to decode Base64 in-place.
7194
7195 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7196
7197         * tests/check/libs/.cvsignore:
7198         Ignore the mixer test binary.
7199
7200 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7201
7202         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7203         Gratuitous comment change to trigger a rebuild on the buildbots.
7204
7205 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7206
7207         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7208         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7209         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7210         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7211         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7212         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7213         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7214         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7215         (gst_sdp_media_get_attribute_val):
7216         * gst-libs/gst/sdp/gstsdpmessage.h:
7217         Constify args where we can.
7218
7219 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7220
7221         * gst-libs/gst/interfaces/Makefile.am:
7222         * gst-libs/gst/interfaces/rtspextension.c:
7223         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7224         (gst_rtsp_extension_detect_server),
7225         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7226         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7227         (gst_rtsp_extension_configure_stream),
7228         (gst_rtsp_extension_get_transports),
7229         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7230         * gst-libs/gst/interfaces/rtspextension.h:
7231         Move interface for RTSP extensions from -good to here.
7232         Added helper methods to invoke interface methods.
7233
7234 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7235
7236         * docs/libs/gst-plugins-base-libs-sections.txt:
7237         * gst-libs/gst/rtsp/gstrtspdefs.h:
7238         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7239         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7240         (gst_rtsp_message_init_response),
7241         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7242         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7243         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7244         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7245         (gst_rtsp_message_get_body), (dump_key_value):
7246         * gst-libs/gst/rtsp/gstrtspmessage.h:
7247         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7248         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7249         (gst_rtsp_range_parse):
7250         * gst-libs/gst/rtsp/gstrtsprange.h:
7251         * gst-libs/gst/rtsp/gstrtsptransport.c:
7252         * gst-libs/gst/rtsp/gstrtspurl.c:
7253         Fix some more RTSP docs.
7254         Add some missing methods for dealing with messages.
7255
7256 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7257
7258         * docs/libs/gst-plugins-base-libs-docs.sgml:
7259         * docs/libs/gst-plugins-base-libs-sections.txt:
7260         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7261         * gst-libs/gst/rtsp/gstrtspbase64.h:
7262         * gst-libs/gst/rtsp/gstrtspconnection.c:
7263         (gst_rtsp_connection_connect), (add_auth_header),
7264         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7265         (read_body), (gst_rtsp_connection_receive),
7266         (gst_rtsp_connection_next_timeout),
7267         (gst_rtsp_connection_reset_timeout),
7268         (gst_rtsp_connection_set_auth):
7269         * gst-libs/gst/rtsp/gstrtspconnection.h:
7270         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7271         * gst-libs/gst/rtsp/gstrtspdefs.h:
7272         * gst-libs/gst/rtsp/gstrtspmessage.h:
7273         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7274         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7275         (gst_rtsp_range_parse):
7276         * gst-libs/gst/rtsp/gstrtspurl.h:
7277         Added beginnings of RTSP documentation.
7278
7279 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7280
7281         * docs/libs/Makefile.am:
7282         * docs/libs/gst-plugins-base-libs-docs.sgml:
7283         * docs/libs/gst-plugins-base-libs-sections.txt:
7284         * gst-libs/gst/sdp/gstsdp.h:
7285         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7286         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7287         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7288         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7289         (gst_sdp_message_get_attribute_val),
7290         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7291         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7292         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7293         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7294         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7295         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7296         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7297         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7298         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7299         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7300         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7301         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7302         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7303         (gst_sdp_media_get_attribute_val_n),
7304         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7305         (print_media), (gst_sdp_message_dump):
7306         * gst-libs/gst/sdp/gstsdpmessage.h:
7307         Document the SDP library.
7308         Add some of the missing SDPMedia methods.
7309
7310 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7311
7312         * configure.ac:
7313         * gst-libs/gst/Makefile.am:
7314         * gst-libs/gst/rtsp/Makefile.am:
7315         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7316         * gst-libs/gst/rtsp/gstrtspbase64.h:
7317         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7318         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7319         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7320         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7321         (parse_response_status), (parse_request_line), (parse_line),
7322         (gst_rtsp_connection_read), (read_body),
7323         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7324         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7325         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7326         (gst_rtsp_connection_set_auth):
7327         * gst-libs/gst/rtsp/gstrtspconnection.h:
7328         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7329         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7330         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7331         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7332         (gst_rtsp_find_method):
7333         * gst-libs/gst/rtsp/gstrtspdefs.h:
7334         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7335         (gst_rtsp_message_new), (gst_rtsp_message_init),
7336         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7337         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7338         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7339         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7340         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7341         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7342         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7343         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7344         (gst_rtsp_message_dump):
7345         * gst-libs/gst/rtsp/gstrtspmessage.h:
7346         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7347         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7348         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7349         * gst-libs/gst/rtsp/gstrtsprange.h:
7350         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7351         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7352         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7353         (range_as_text), (rtsp_transport_mode_as_text),
7354         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7355         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7356         (gst_rtsp_transport_free):
7357         * gst-libs/gst/rtsp/gstrtsptransport.h:
7358         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7359         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7360         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7361         * gst-libs/gst/rtsp/gstrtspurl.h:
7362         * gst-libs/gst/sdp/Makefile.am:
7363         * gst-libs/gst/sdp/gstsdp.h:
7364         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7365         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7366         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7367         (gst_sdp_attribute_init), (gst_sdp_message_new),
7368         (gst_sdp_message_init), (gst_sdp_message_uninit),
7369         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7370         (gst_sdp_media_uninit), (gst_sdp_media_free),
7371         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7372         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7373         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7374         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7375         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7376         (gst_sdp_message_get_attribute_val),
7377         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7378         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7379         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7380         (gst_sdp_media_get_attribute_val_n),
7381         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7382         (read_string), (read_string_del), (gst_sdp_parse_line),
7383         (gst_sdp_message_parse_buffer), (print_media),
7384         (gst_sdp_message_dump):
7385         * gst-libs/gst/sdp/gstsdpmessage.h:
7386         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7387         Move SDP and RTSP from helper objects in -good to a reusable library.
7388         Use a proper gst_ namespace.
7389
7390 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7391
7392         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7393         (vorbis_dec_flush_decode):
7394         Use the new buffer clipping function from gstaudio here.
7395
7396 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7397
7398         * docs/libs/gst-plugins-base-libs-sections.txt:
7399         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7400         * gst-libs/gst/audio/audio.h:
7401         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7402         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7403         Also add deprecation guards for gst_audio_structure_set_int() to the
7404         header.
7405
7406 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7407
7408         * docs/libs/gst-plugins-base-libs-sections.txt:
7409           Cleanup the docs.
7410
7411 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7412
7413         Patch by: Dan Williams <dcbw at redhat dot com>
7414
7415         * gst/playback/gstplaybasebin.c:
7416         (gst_play_base_bin_get_streaminfo_value_array):
7417         Don't return NULL when querying the stream info value array but instead
7418         return an empty array. Fixes #459204.
7419
7420 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7421
7422         * gst/playback/gsturidecodebin.c:
7423           Init debug category before using it.
7424
7425 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7426
7427         * gst-libs/gst/interfaces/mixer.h:
7428         Add padding vars in place of the signal pointers
7429         when building with DISABLE_DEPRECATED so that the
7430         interface structure doesn't change size.
7431
7432 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7433
7434         * docs/libs/gst-plugins-base-libs-sections.txt:
7435         * ext/alsa/gstalsamixer.c:
7436         * ext/alsa/gstalsamixer.h:
7437         * ext/alsa/gstalsamixerelement.c:
7438         * ext/alsa/gstalsamixertrack.c:
7439         * gst-libs/gst/interfaces/mixer.c:
7440         * gst-libs/gst/interfaces/mixer.h:
7441         * gst-libs/gst/interfaces/mixeroptions.c:
7442         * gst-libs/gst/interfaces/mixeroptions.h:
7443         * gst-libs/gst/interfaces/mixertrack.c:
7444         * gst-libs/gst/interfaces/mixertrack.h:
7445         * tests/check/Makefile.am:
7446         * tests/check/libs/mixer.c:
7447
7448         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7449         Fixes: #152864 
7450
7451         Add support for notifying mixer changes on the message bus, and
7452         implement it in alsamixer.
7453
7454         API: gst_mixer_get_mixer_flags
7455         API: gst_mixer_message_parse_mute_toggled
7456         API: gst_mixer_message_parse_record_toggled
7457         API: gst_mixer_message_parse_volume_changed
7458         API: gst_mixer_message_parse_option_changed
7459         API: GstMixerMessageType
7460         API: GstMixerFlags
7461
7462 2007-07-20  Michael Smith <msmith@fluendo.com>
7463
7464         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7465         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7466           xcontext->im_format is only for testing XShm support (as the header
7467           file comments document). Use xvimage->im_format for everything else.
7468           Avoids spurious warnings on buffer allocation before setcaps.
7469
7470 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7471
7472         * tests/examples/volume/Makefile.am:
7473         * tests/icles/Makefile.am:
7474           We should use $(LIBM).
7475
7476 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7477
7478         * tests/icles/Makefile.am:
7479           This needs -lm.
7480
7481 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7482
7483         * gst-libs/gst/rtp/gstbasertppayload.c:
7484         (gst_basertppayload_class_init), (gst_basertppayload_init),
7485         (gst_basertppayload_set_property),
7486         (gst_basertppayload_get_property):
7487         Don't break ABI, restore previous ranges. Keep the default random
7488         selection of timestamp and seqnum offset but as soon as the app sets a
7489         specific value, use that one.
7490
7491 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7492
7493         Patch by: Bastien Nocera <hadess at hadess dot net>
7494
7495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7496         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7497         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7498         * sys/xvimage/xvimagesink.h:
7499         Add option to turn off double-buffering for debugging purposes.
7500         Fixes #437169.
7501
7502 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7503
7504         Patch by: Jorn Baayen <jorn at openedhand dot com>
7505
7506         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7507         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7508         (gst_ximagesink_init), (gst_ximagesink_class_init):
7509         * sys/ximage/ximagesink.h:
7510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7511         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7512         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7513         * sys/xvimage/xvimagesink.h:
7514         add 'handle-expose' property. Useful for video widgets which may want to
7515         be in control of Expose behaviour. Fixes #380625
7516
7517 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7518
7519         * gst-libs/gst/rtp/gstbasertppayload.c:
7520         (gst_basertppayload_class_init), (gst_basertppayload_init),
7521         (gst_basertppayload_event), (gst_basertppayload_push),
7522         (gst_basertppayload_set_property),
7523         (gst_basertppayload_get_property),
7524         (gst_basertppayload_change_state):
7525         * gst-libs/gst/rtp/gstbasertppayload.h:
7526         Fix ranges of rtp payloader properties so that the full range can be
7527         used in addition to -1 (random).
7528         Fix wrong seqnum reporting in caps.
7529         Fixes #420326.
7530
7531 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7532
7533         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7534         (gst_video_rate_query):
7535         Use boilerplate.
7536         Add latency query, might not be perfect yet but already works a lot
7537         better. Fixes #442557.
7538
7539 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7540
7541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7542         (gst_xvimagesink_setcaps):
7543         * sys/xvimage/xvimagesink.h:
7544         After a caps change, redraw our borders to avoid garbage left there
7545         when the image format changes to a smaller size, like 16:9 -> 4:3
7546         Also, hold the flow_lock a bit longer in the set_caps while we're
7547         fiddling with the xcontext.
7548
7549 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7550
7551         * Makefile.am:
7552         * configure.ac:
7553         * tests/Makefile.am:
7554         Remove bogus check for libcheck, since we check for
7555         gstreamer-check and it pulls in the required info from there, and we
7556         weren't actually _using_ the information for libcheck ourselves
7557         anyway.
7558
7559 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7560
7561         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7562         (gst_ffmpeg_caps_to_pixfmt):
7563         Fix the r_mask test for RGBA32 on little-endian.
7564         Fix a stupid typo that would have obviously broken 
7565         compilation on big-endian, if anyone was testing.
7566
7567 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7568
7569         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7570         (paint_hline_str4):
7571         * gst/videotestsrc/videotestsrc.h:
7572         Add alpha to the color struct.
7573         Use a default alpha value of 255 instead of 128.
7574
7575 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7576
7577         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7578         (setup_source):
7579         Clear the dynamic pads counter when starting a new uri. This makes
7580         reusing playbin work again.
7581         Fixes #454264.
7582
7583 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7584
7585         * configure.ac:
7586           Use pkg-config to locate check.
7587
7588 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7589
7590         * configure.ac:
7591         * tests/check/elements/volume.c: (GST_START_TEST):
7592           Fix 'make check' build against core CVS.
7593
7594 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7595
7596         * gst-libs/gst/interfaces/propertyprobe.c:
7597         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7598         * gst-libs/gst/tag/gstvorbistag.c:
7599           Make gtk-doc happy.
7600
7601 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7602
7603         * gst-libs/gst/audio/gstbaseaudiosink.c:
7604         (gst_base_audio_sink_callback):
7605           Quick hack to make audiosinks stop at EOS when operating in
7606           pull-mode; needs to be fixed properly some day.
7607
7608 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7609
7610         * docs/libs/gst-plugins-base-libs-sections.txt:
7611           Fix location of includes in the docs.
7612
7613 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7614
7615         * gst/ffmpegcolorspace/avcodec.h:
7616         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7617         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7618         (gst_ffmpegcsp_avpicture_fill):
7619         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7620         (img_get_alpha_info):
7621         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7622         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7623         end of the word. Partially fixes #451908
7624
7625 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7626
7627         * docs/libs/Makefile.am:
7628         * docs/plugins/Makefile.am:
7629           Simplify --extra-dir as gtkdoc scans recursively.
7630
7631 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7632
7633         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7634         (gst_adder_request_new_pad):
7635         Make getcaps more robust by not using the proxycaps function. This makes
7636         sure that we don't end up recursively calling getcaps upstream.
7637         See #316248.
7638
7639 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7640
7641         * gst/audioconvert/audioconvert.c:
7642         Include math.h to fix compilation.
7643
7644 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7645
7646         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7647         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7648         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7649         format, as produced by some dc1394 cameras like the iSight.
7650         See http://www.fourcc.org/yuv.php#IYU1
7651
7652 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7653
7654         * gst/audioconvert/Makefile.am:
7655         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7656         (check_default), (audio_convert_prepare_context),
7657         (audio_convert_clean_context), (audio_convert_convert):
7658         * gst/audioconvert/audioconvert.h:
7659         * gst/audioconvert/gstaudioconvert.c:
7660         (gst_audio_convert_dithering_get_type),
7661         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7662         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7663         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7664         * gst/audioconvert/gstaudioconvert.h:
7665         * gst/audioconvert/gstaudioquantize.c:
7666         (gst_audio_quantize_setup_noise_shaping),
7667         (gst_audio_quantize_free_noise_shaping),
7668         (gst_audio_quantize_setup_dither),
7669         (gst_audio_quantize_free_dither),
7670         (gst_audio_quantize_setup_quantize_func),
7671         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7672         * gst/audioconvert/gstaudioquantize.h:
7673         Implement dithering and noise shaping in audioconvert. By default now
7674         TPDF dithering (and no noise shaping) will be used when converting
7675         from a higher bit depth to 20 bit depth or smaller, otherwise
7676         everything will be as it is now.
7677         For the last audioconvert in a pipeline it would make sense to
7678         use some kind of noise shaping, enabling it by default for all
7679         conversions would give undesired results though. Fixes #360246.
7680         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7681         (GST_START_TEST):
7682         Adjust unit test for the new audioconvert.
7683
7684 2007-06-28  Wim Taymans  <wim@fluendo.com>
7685
7686         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7687         Use other metrics as well when estimating the buffer level.
7688
7689 2007-06-28  Wim Taymans  <wim@fluendo.com>
7690
7691         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7692         Small debug improvement.
7693
7694         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7695         (plugin_init):
7696         Tweak the rate estimation period.
7697         When calculating the buffer filledness in rate estimation mode, don't
7698         mix it with other metrics.
7699
7700 2007-06-28  Wim Taymans  <wim@fluendo.com>
7701
7702         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7703         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7704         When creating the groups, allow for a 5 second, unlimited buffers
7705         preroll phase after which we expose the group.
7706         When the group is exposed, use a small number of buffers up to a 2
7707         second limit. Also disconnect the overrun signal from multiqueue when we
7708         exposed the group because it is not needed anymore.
7709
7710 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7711
7712         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7713           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7714           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7715           (#451707); also, output some debugging info when dealing with
7716           freeform strings.
7717
7718         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7719           Add unit test for the above.
7720
7721 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7722
7723         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7724           Add description for Windows Media RTP caps.
7725
7726         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7727           Remove RTP fields that don't define the format from caps.
7728
7729 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7730
7731         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7732           Skip empty buffers, but not empty header buffers. That way the original
7733           vorbisdec unit test still passes (#451145); also, take into account
7734           that those empty packets might carry a granulepos.
7735
7736         * tests/check/Makefile.am:
7737         * tests/check/elements/vorbisdec.c:
7738         (_create_codebook_header_buffer), (_create_audio_buffer),
7739         (GST_START_TEST), (vorbisdec_suite):
7740           Add unit test that sends an empty packet.
7741
7742 2007-06-27  Wim Taymans  <wim@fluendo.com>
7743
7744         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7745         Don't error out on 0-sized packets, just emit a warning because this is
7746         not a fatal error. Fixes #451145.
7747
7748 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7749
7750         * docs/plugins/gst-plugins-base-plugins.args:
7751         * docs/plugins/gst-plugins-base-plugins.signals:
7752         * docs/plugins/inspect/plugin-adder.xml:
7753         * docs/plugins/inspect/plugin-alsa.xml:
7754         * docs/plugins/inspect/plugin-audioconvert.xml:
7755         * docs/plugins/inspect/plugin-audiorate.xml:
7756         * docs/plugins/inspect/plugin-audioresample.xml:
7757         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7758         * docs/plugins/inspect/plugin-cdparanoia.xml:
7759         * docs/plugins/inspect/plugin-decodebin.xml:
7760         * docs/plugins/inspect/plugin-decodebin2.xml:
7761         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7762         * docs/plugins/inspect/plugin-gdp.xml:
7763         * docs/plugins/inspect/plugin-gnomevfs.xml:
7764         * docs/plugins/inspect/plugin-libvisual.xml:
7765         * docs/plugins/inspect/plugin-ogg.xml:
7766         * docs/plugins/inspect/plugin-pango.xml:
7767         * docs/plugins/inspect/plugin-playbin.xml:
7768         * docs/plugins/inspect/plugin-subparse.xml:
7769         * docs/plugins/inspect/plugin-tcp.xml:
7770         * docs/plugins/inspect/plugin-theora.xml:
7771         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7772         * docs/plugins/inspect/plugin-video4linux.xml:
7773         * docs/plugins/inspect/plugin-videorate.xml:
7774         * docs/plugins/inspect/plugin-videoscale.xml:
7775         * docs/plugins/inspect/plugin-videotestsrc.xml:
7776         * docs/plugins/inspect/plugin-volume.xml:
7777         * docs/plugins/inspect/plugin-vorbis.xml:
7778         * docs/plugins/inspect/plugin-ximagesink.xml:
7779         * docs/plugins/inspect/plugin-xvimagesink.xml:
7780           Update docs with caps info.
7781
7782 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7783
7784         * po/POTFILES.in:
7785           Add more files with translatable strings (#450875).
7786
7787 2007-06-23  Edward Hervey  <edward@fluendo.com>
7788
7789         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7790         The chain should be freed if we error out here, else it will leak.
7791         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7792         (cleanup_decodebin):
7793         Don't forget to *properly* remove the signals, else it will leak.
7794
7795 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7796
7797         * MAINTAINERS:
7798         Updating all the maintainers files
7799
7800 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7801
7802         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7803         (main):
7804           Destroy and recreate parse-launch based pipeline after stop to be able
7805           to play again. Reorder some code and add more comments.
7806
7807 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7808
7809         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7810         When handling a delayed-caps notification case, mark
7811         the group as dynamic so that the nbdynamic count is
7812         incremented and decremented correctly. Fixes: #449156
7813         Patch by: Wim Taymans <wim@fluendo.com>
7814
7815 2007-06-19  Andy Wingo  <wingo@pobox.com>
7816
7817         * gst-libs/gst/audio/gstbaseaudiosink.c
7818         (gst_base_audio_sink_init): Enable pull-mode operation.
7819
7820 2007-06-19  Michael Smith <msmith@fluendo.com>
7821
7822         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7823           Change minimum rate back to 1000 to allow low-sample-rate wav files
7824           to play back.
7825
7826 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7827
7828         * po/vi.po:
7829           Update translations.
7830
7831 2007-06-15  David Schleef  <ds@schleef.org>
7832
7833         * gst/playback/gstqueue2.c:
7834           Fix compile error from ignored return value.
7835
7836 2007-06-15  Michael Smith <msmith@fluendo.com>
7837
7838         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7839           Update tmpbuf for all neccesary rows, not just one, as is required
7840           when downscaling.
7841           Fixes #402076.
7842
7843 2007-06-15  Michael Smith <msmith@fluendo.com>
7844
7845         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
7846         (eos_buffer_probe):
7847           Add a test that ensures we set DELTA_UNIT on all non-header,
7848           non-video buffers, if we have a video stream.
7849         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7850         (gst_ogg_mux_process_best_pad):
7851           Move setting delta_pad to earlier, where we inspect all pads, so
7852           that leading audio pages don't get DELTA_UNIT unset if they come
7853           before the first DELTA_UNIT from video pages. Fixes the newly-added
7854           test. Fixes #385527.
7855
7856 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7857
7858         * tests/check/pipelines/streamheader.c: (streamheader_suite):
7859           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
7860           fails on the p5-ppc64 build bot and the failure looks like it is due
7861           to the same issue as #348114, ie. a compiler bug.
7862
7863 2007-06-13  Edward Hervey  <edward@fluendo.com>
7864
7865         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7866         Fix build on MacOSX.
7867
7868 2007-06-13  Wim Taymans  <wim@fluendo.com>
7869
7870         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7871         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
7872         Fix compilation on mingw. Fixes #446972.
7873
7874 2007-06-12  Wim Taymans  <wim@fluendo.com>
7875
7876         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7877
7878         * gst/playback/gstqueue2.c: (update_buffering),
7879         (gst_queue_locked_enqueue):
7880         Fix a division by zero when the max percent is <= 0. Fixes #446572.
7881         also update the buffering status when receiving events. Fixes #446551.
7882
7883 2007-06-11  Wim Taymans  <wim@fluendo.com>
7884
7885         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7886
7887         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
7888         (gst_queue_handle_src_query):
7889         Wait for preroll before attempting to forward a duration query upstream.
7890         Fixes #445505.
7891
7892 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
7893
7894         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
7895         (gst_base_rtp_depayload_set_gst_timestamp):
7896         Use G_GINT64_CONSTANT macro for int64 constant.
7897         * win32/common/libgstinterfaces.def:
7898         * win32/common/libgsttag.def:
7899         Add new exported functions.
7900
7901 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
7902
7903         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
7904           The BOS page of the first Dirac video stream needs to come before
7905           the BOS page of any Vorbis streams or other audio streams, just like
7906           it is with Theora.
7907
7908 2007-06-07  Wim Taymans  <wim@fluendo.com>
7909
7910         * gst/playback/gstqueue2.c: (gst_queue_get_range):
7911         Fix compilation.
7912
7913 2007-06-06  Wim Taymans  <wim@fluendo.com>
7914
7915         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7916
7917         * gst/playback/gstqueue2.c: (gst_queue_init),
7918         (gst_queue_handle_sink_event), (gst_queue_chain),
7919         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
7920         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
7921         (gst_queue_src_activate_pull):
7922         Add pull based scheduling and fix some deadlocks. Fixes #444523.
7923         Does not yet completely work because duration queries upstream won't
7924         block yet.
7925
7926 2007-06-06  Wim Taymans  <wim@fluendo.com>
7927
7928         * configure.ac:
7929         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7930         Some more fseeko checks.
7931
7932 2007-06-06  Wim Taymans  <wim@fluendo.com>
7933
7934         * configure.ac:
7935         check for large file support.
7936
7937 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
7938
7939         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
7940
7941         * gst/subparse/gstsubparse.c: (parse_subrip),
7942         (subviewer_unescape_newlines), (parse_subviewer),
7943         (gst_sub_parse_data_format_autodetect),
7944         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
7945         * gst/subparse/gstsubparse.h:
7946         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
7947         * tests/check/elements/subparse.c: (GST_START_TEST),
7948         (subparse_suite):
7949         Add a unit test for both SubViewer formats.
7950
7951 2007-06-01  Michael Smith <msmith@fluendo.com>
7952
7953         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
7954           Don't overflow intermediate values when seeking to large time values
7955           in audiotestsrc.
7956
7957 2007-06-05  Wim Taymans  <wim@fluendo.com>
7958
7959         * gst/playback/gstqueue2.c: (gst_queue_have_data),
7960         (gst_queue_create_read), (gst_queue_read_item_from_file),
7961         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
7962         Include stdio to define fseeko.
7963
7964 2007-06-05  Wim Taymans  <wim@fluendo.com>
7965
7966         Patch by: Edward Hervey  <edward@fluendo.com>
7967
7968         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
7969         (gst_v4lsrc_query):
7970         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
7971
7972 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
7973
7974         * gst-libs/gst/riff/Makefile.am:
7975         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
7976           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
7977           our own implementation.
7978
7979 2007-06-05  Wim Taymans  <wim@fluendo.com>
7980
7981         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7982         (gst_base_rtp_depayload_setcaps),
7983         (gst_base_rtp_depayload_set_gst_timestamp),
7984         (gst_base_rtp_depayload_change_state):
7985         Handle timestamp wraparound.
7986
7987 2007-06-05  Wim Taymans  <wim@fluendo.com>
7988
7989         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
7990         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
7991         (gst_uri_decode_bin_change_state):
7992         Make sure we name srcpads uniquely even when using different internal
7993         decodebins.
7994         Signal no-more-pads when no more dynamic elements exist.
7995         Remove pads on cleanup.
7996
7997 2007-06-05  Wim Taymans  <wim@fluendo.com>
7998
7999         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
8000
8001         * gst/playback/gstqueue2.c: (gst_queue_class_init),
8002         (gst_queue_init), (gst_queue_finalize),
8003         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
8004         (gst_queue_create_read), (gst_queue_read_item_from_file),
8005         (gst_queue_open_temp_location_file),
8006         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
8007         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8008         (gst_queue_is_empty), (gst_queue_is_filled),
8009         (gst_queue_change_state), (gst_queue_set_temp_location),
8010         (gst_queue_set_property):
8011         Add support for filebased buffering. Fixes #441264.
8012
8013 2007-06-05  Wim Taymans  <wim@fluendo.com>
8014
8015         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
8016         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
8017         (caps_notify_group_cb), (gst_decode_group_new),
8018         (gst_decode_group_free):
8019         Add support for delayed caps fixation when autoplugging.
8020         Optimize cases where a multiqueue is not needed/wanted, like right after
8021         anything that is not a demuxer.
8022
8023 2007-06-05  Wim Taymans  <wim@fluendo.com>
8024
8025         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
8026         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
8027         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
8028         consideratly speedup ogg chain detection by not trying to find a base
8029         timestamp for skeleton streams. 
8030
8031 2007-06-05  Wim Taymans  <wim@fluendo.com>
8032
8033         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8034         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
8035         (gst_multi_fd_sink_remove_flush),
8036         (gst_multi_fd_sink_remove_client_link),
8037         (gst_multi_fd_sink_handle_client_write),
8038         (gst_multi_fd_sink_handle_clients):
8039         * gst/tcp/gstmultifdsink.h:
8040         Add support for remove_flush.
8041
8042 2007-06-05  Wim Taymans  <wim@fluendo.com>
8043
8044         * docs/design/draft-keyframe-force.txt:
8045         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8046         (theora_enc_chain):
8047         Add draft design for forcing keyframes in encoders and implement in
8048         theoraenc.
8049
8050 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8051
8052         * configure.ac:
8053           Back to CVS
8054
8055 === release 0.10.13 ===
8056
8057 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8058
8059         * configure.ac:
8060           releasing 0.10.13, "What's Going on?"
8061
8062 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8063
8064         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8065         In riff, the depth is stored in the size field but it just means that
8066         the least significant bits are cleared. We can therefore just play
8067         the sample as if it had a depth == width. Fixes: #440997
8068
8069         Patch by: Wim Taymans <wim@fluendo.com> 
8070         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8071
8072 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8073
8074         * gst-libs/gst/floatcast/floatcast.h:
8075         Define inline when needed on win32 builds. Fixes: #441295
8076         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8077
8078 2007-05-29  Wim Taymans  <wim@fluendo.com>
8079
8080         * gst/playback/gstplaybasebin.c: (queue_overrun),
8081         (no_more_pads_full):
8082         Stop buffering when the group is commited because the queues filled up.
8083         Fixes #442024.
8084
8085 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8086
8087         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8088         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8089         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8090         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8091         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8092         * ext/alsa/gstalsamixer.h:
8093         * ext/alsa/gstalsamixerelement.c:
8094         (gst_alsa_mixer_element_interface_supported),
8095         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8096         (gst_alsa_mixer_element_set_property),
8097         (gst_alsa_mixer_element_get_property),
8098         (gst_alsa_mixer_element_change_state):
8099         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8100         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8101         (gst_mixer_option_changed):
8102         * gst-libs/gst/interfaces/mixer.h:
8103         Revert commits towards #152864 made so far. We'll pick it up again
8104         after the 0.10.13 release.
8105
8106 2007-05-24  Wim Taymans  <wim@fluendo.com>
8107
8108         * gst-libs/gst/audio/gstbaseaudiosink.c:
8109         (gst_base_audio_sink_render):
8110         After an interrupt (PAUSED/flush) assume that the next sample should not
8111         be aligned to the previous sample. Fixes #417992.
8112
8113 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8114
8115         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8116           Don't add channels and rate fields to the template caps for
8117           audio/x-dts, as wavparse might not always be able to set them,
8118           which would then lead to 'caps are not a real subset of the
8119           template caps' warnings.
8120
8121 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8122
8123         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8124         Handle unknown or invalid pads without crashing, as might occur if
8125         a media file like an mp3 is specified as a subtitle file.
8126         Fixes: #410039
8127
8128 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8129
8130         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8131         (setup_sinks):
8132         Block the subtitle bin output queue before ghosting it and linking,
8133         then unblock after. This avoids spurious not-linked errors caused 
8134         by the queue starting up (because it gets linked when it is ghosted). 
8135         Fixes: #350299
8136
8137 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8138
8139         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8140         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8141         file. Avoids flukes where the input gets typefound to some valid but
8142         useless type.
8143
8144 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8145
8146         * tests/check/Makefile.am:
8147         * tests/check/elements/.cvsignore:
8148         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8149         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8150           Add unit test for gnomevfssink seeking and position reporting for
8151           file:// URIs.
8152
8153 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8154
8155         Patch by: Mark Nauwelaerts <manauw at skynet be>
8156
8157         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8158         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8159         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8160         * ext/gnomevfs/gstgnomevfssink.h:
8161           Fix position reporting, especially after a seek (from upstream),
8162           see #412648.
8163
8164 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8165
8166         * ext/cdparanoia/gstcdparanoiasrc.c:
8167           Repair umlaut.
8168
8169 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8170
8171         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8172         Specify the full valid range for MP3 samplerates. Fixes a regression
8173         caused by extra header checks since the last release.
8174
8175 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8176
8177         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8179         Fix a locking-order bug I introduced with my changes the other day.
8180         Patch by Mike Smith.
8181
8182 2007-05-21  Michael Smith <msmith@fluendo.com>
8183
8184         * ext/theora/theoradec.c: (theora_handle_data_packet):
8185           Don't look inside 0-length packets (which indicate duplicated
8186           frames)
8187
8188 2007-05-21  Wim Taymans  <wim@fluendo.com>
8189
8190         * ext/cdparanoia/gstcdparanoiasrc.c:
8191         (gst_cd_paranoia_src_read_sector):
8192         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8193         (gst_base_audio_src_create):
8194         Small cleanups.
8195
8196         * ext/theora/theoradec.c: (theora_dec_sink_event):
8197         Fix typo.
8198
8199         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8200         (gst_base_rtp_depayload_set_gst_timestamp):
8201         Add some FIXME
8202
8203         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8204         And some debug info when a FIXME path is hit.
8205
8206 2007-05-21  Wim Taymans  <wim@fluendo.com>
8207
8208         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8209         (gst_base_rtp_audio_payload_class_init),
8210         (gst_base_rtp_audio_payload_init),
8211         (gst_base_rtp_audio_payload_finalize),
8212         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8213         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8214         (gst_base_rtp_payload_audio_handle_event):
8215         Some cleanups, remove minptime property as it is now in the parent
8216         class.
8217         Override parent class event function.
8218
8219         * gst-libs/gst/rtp/gstbasertppayload.c:
8220         (gst_basertppayload_class_init), (gst_basertppayload_init),
8221         (gst_basertppayload_event), (gst_basertppayload_set_property),
8222         (gst_basertppayload_get_property):
8223         * gst-libs/gst/rtp/gstbasertppayload.h:
8224         Add min-ptime property.
8225         Add handle-event vmethod. Fixes #415001.
8226
8227 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8228
8229         * gst-libs/gst/audio/gstbaseaudiosink.c
8230           (gst_base_audio_sink_change_state):
8231           Fix typo in comment.
8232
8233         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8234           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8235           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8236           close_link):
8237         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8238           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8239           Remove trailing whitespaces in comments.
8240
8241         * gst/volume/Makefile.am:
8242           Fix tabs.
8243
8244 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8245
8246         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8247
8248         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8249           set_option, get_option, _gst_reserved):
8250           Revert reordering functions (keep ABI).
8251
8252 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8253
8254         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8255         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8256         (gst_ximagesink_show_frame):
8257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8258         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8259         (gst_xvimagesink_show_frame):
8260         When we create our own window, indicate that we handle the 
8261         WM_DELETE client message from the window manager, so that it won't 
8262         kill our window (and our app) along with it. Handle ClientMessage,
8263         post an error on the bus, and close the window. Further buffers
8264         arriving will result in a FlowError because the window has been
8265         destroyed.
8266
8267         Fixes: #393975
8268
8269         Clean up the X event handling loop and make them the same for
8270         both xvimagesink and ximagesink while I'm at it.
8271
8272 2007-05-17  Wim Taymans  <wim@fluendo.com>
8273
8274         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8275         Make decodebin2 autoplug depayloaders too.
8276
8277         * gst/playback/gsturidecodebin.c: (source_new_pad):
8278         Set the newly created decoder in a usable state when autoplugging a
8279         dynamic source such as RTSP.
8280
8281 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8282
8283         * gst/playback/gststreaminfo.c: (cb_probe):
8284           Ignore video-codec tag for audio streams and ignore audio-codec tags
8285           for video streams. Should make codec name collection a bit more
8286           robust against sloppy demuxers that send tag events containing both
8287           tags down each pad.
8288
8289 2007-05-17  Wim Taymans  <wim@fluendo.com>
8290
8291         * gst/playback/gstqueue2.c: (update_rates):
8292         Tweak the buffering thresholds a little.
8293         Update the buffer size with the previously calculate rate instead of
8294         only when we calculate a new rate so that we get smoother buffering
8295         updates.
8296
8297         * gst/playback/Makefile.am:
8298         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8299         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8300         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8301         (gst_uri_decode_bin_get_property), (unknown_type),
8302         (add_element_stream), (no_more_pads_full), (no_more_pads),
8303         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8304         (gen_source_element), (has_all_raw_caps), (analyse_source),
8305         (remove_decoders), (make_decoder), (remove_source),
8306         (source_new_pad), (setup_source), (decoder_query_init),
8307         (decoder_query_duration_fold), (decoder_query_duration_done),
8308         (decoder_query_position_fold), (decoder_query_position_done),
8309         (decoder_query_latency_fold), (decoder_query_latency_done),
8310         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8311         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8312         (gst_uri_decode_bin_change_state), (plugin_init):
8313         New element that intergrates a source, optional buffering element and
8314         decodebin.
8315
8316 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8317
8318         * configure.ac:
8319           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8320           (also has a .pc file, so we don't need the fallback check any
8321           longer). Fixes #438840.
8322
8323 2007-05-17  Wim Taymans  <wim@fluendo.com>
8324
8325         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8326         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8327         (apply_segment), (apply_buffer), (update_buffering),
8328         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8329         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8330         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8331         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8332         (plugin_init):
8333         fix build.
8334
8335 2007-05-17  Wim Taymans  <wim@fluendo.com>
8336
8337         * gst/playback/Makefile.am:
8338         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8339         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8340         (gst_queue_getcaps), (gst_queue_bufferalloc),
8341         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8342         (apply_buffer), (update_buffering), (reset_rate_timer),
8343         (update_rates), (gst_queue_locked_flush),
8344         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8345         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8346         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8347         (gst_queue_loop), (gst_queue_handle_src_event),
8348         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8349         (gst_queue_src_activate_push), (gst_queue_change_state),
8350         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8351         On our way to playbin2 this is the new network queue that does buffering
8352         all by itself using high and low watermarks. It can also measure up and
8353         downstream bandwidth to optimally size the queue.
8354
8355 2007-05-17  Michael Smith <msmith@fluendo.com>
8356
8357         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8358         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8359           Use the segment->last_stop value to calculate the next timestamp to
8360           generate after a seek; not the segment->start value.
8361
8362 2007-05-15  David Schleef  <ds@schleef.org>
8363
8364         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8365           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8366
8367 2007-05-15  Wim Taymans  <wim@fluendo.com>
8368
8369         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8370         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8371         Some more chained streaming ogg timestamp fixes.
8372
8373 2007-05-15  Wim Taymans  <wim@fluendo.com>
8374
8375         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8376         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8377         (gst_ogg_demux_handle_page):
8378         Add some FIXMEs.
8379         Fix chain start/stop segment handling based on patch by
8380         <ahalda at cs dot mcgill dot ca> see #320984.
8381
8382 2007-05-15  Michael Smith <msmith@fluendo.com>
8383
8384         * configure.ac:
8385           We don't require a C++ compiler. So don't require one.
8386
8387 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8388
8389         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8390           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8391           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8392           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8393           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8394           gst_alsa_mixer_update_track):
8395           Apply some of the cleanup Tim suggested in #152864 afterwards.
8396
8397 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8398
8399         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8400
8401         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8402           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8403           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8404           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8405           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8406           gst_alsa_mixer_handle_source_callback,
8407           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8408           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8409           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8410           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8411           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8412           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8413         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8414         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8415           gst_alsa_mixer_element_interface_supported,
8416           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8417           gst_alsa_mixer_element_set_property,
8418           gst_alsa_mixer_element_get_property,
8419           gst_alsa_mixer_element_change_state):
8420         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8421         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8422           gst_mixer_option_changed):
8423         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8424           volume_changed, option_changed, _gst_reserved):
8425           Implement notification for alsamixer. Fixes #152864
8426
8427 2007-05-14  David Schleef  <ds@schleef.org>
8428
8429         * gst/videotestsrc/videotestsrc.c:
8430         * gst/videotestsrc/videotestsrc.h:
8431           Add support for video/x-raw-bayer.
8432
8433 2007-05-12  David Schleef  <ds@schleef.org>
8434
8435         * sys/xvimage/xvimagesink.c:
8436           Add some sanity checking for the XVImage size returned by X.
8437           Related to #377400.
8438
8439 2007-05-12  Wim Taymans  <wim@fluendo.com>
8440
8441         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8442         (gst_base_rtp_depayload_setcaps),
8443         (gst_base_rtp_depayload_set_gst_timestamp):
8444         Parse and use additional caps fields as described in updated
8445         application/x-rtp caps spec.
8446
8447 2007-05-12  Wim Taymans  <wim@fluendo.com>
8448
8449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8450         (gst_ogg_demux_collect_chain_info):
8451         If there is a stream in a chain without any data packets, ignore the
8452         stream in the total length calculations. Might be related to #436820.
8453
8454 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8455
8456         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8457         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8458         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8459         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8460         (plugin_init):
8461
8462         Consolidate and re-work our mpeg system stream detection to probe
8463         more packets and produce a higher confidence result. Fixes a
8464         regression caused by lowering the typefind probability last year
8465         - related to bug #397810. Remove the redundant MPEG-1 specific 
8466         typefind function, as the new one detects both MPEG-1 & MPEG-2
8467         happily.
8468
8469         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8470         little. 
8471
8472         Tested against my media test directory, with some improvements and
8473         no regressions.
8474
8475 2007-05-10  Wim Taymans  <wim@fluendo.com>
8476
8477         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8478         (queue_out_of_data):
8479         Connect to the new queue "pushing" signal instead of the broken
8480         "running" one.
8481
8482 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8483
8484         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8485         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8486         Move variable declaration before the first instruction.
8487         * gst/videotestsrc/videotestsrc.c:
8488         Define M_PI if it's not defined yet.
8489         * win32/common/libgstrtp.def:
8490         Add new exported functions.
8491
8492 2007-05-09  Michael Smith <msmith@fluendo.com>
8493
8494         * ext/theora/theoradec.c: (theora_handle_type_packet):
8495           gst_pad_push_event() does not return a GstFlowReturn!
8496
8497 2007-05-09  Wim Taymans  <wim@fluendo.com>
8498
8499         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8500         * tests/examples/seek/seek.c: (do_seek):
8501         Some small cosmetic changes.
8502
8503 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8504
8505         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8506           gst_adder_change_state):
8507         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8508           segment_pending, segment_position, segment_rate):
8509           Handle playback-rate on adder.
8510
8511 2007-05-07  Michael Smith <msmith@fluendo.com>
8512
8513         * ext/theora/gsttheoradec.h:
8514         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8515         (theora_dec_sink_event), (theora_handle_comment_packet),
8516         (theora_handle_type_packet), (theora_dec_change_state):
8517           Don't push events (newsegment, tags) before initialising the
8518           decoder.
8519           This is neccesary for seeking to work correctly in gnonlin.
8520
8521 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8522
8523         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8524         * gst/adder/gstadder.c:
8525         * gst/audiotestsrc/gstaudiotestsrc.c
8526           (gst_audio_test_src_create_white_noise):
8527         * gst/videotestsrc/gstvideotestsrc.c:
8528         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8529           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8530           volume_sink_template, volume_src_template, gst_volume_init,
8531           volume_process_double, volume_process_int16,
8532           volume_process_int16_clamp):
8533           Doc fixes and formatting.
8534
8535 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8536
8537         * tests/check/Makefile.am:
8538         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8539           Minimal check for volume's GstController usability; also another
8540           test for #422295.
8541
8542 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8543
8544         * gst-libs/gst/cdda/gstcddabasesrc.c:
8545         (gst_cdda_base_src_add_track):
8546           Fix it so that it (a) makes sense and (b) doesn't break
8547           everything cdda-related including the unit test.
8548
8549 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8550
8551         * gst-libs/gst/cdda/gstcddabasesrc.c:
8552         (gst_cdda_base_src_add_track):
8553           Fix build when disabling asserts.
8554
8555 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8556
8557         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8558           When XShm is not available, we might get row strides that are not
8559           rounded up to multiples of four; this is bad, because virtually
8560           every RGB-processing element in GStreamer assumes rowstrides are
8561           rounded up to multiples of four, so let's allocate at least enough
8562           memory to avoid crashes in this case. The image will still be
8563           displayed distorted though if this happens, so that still needs
8564           fixing (maybe by allocating a bigger image with an 'even' width
8565           and then clipping it appropriately when rendering - something for
8566           Xlib aficionados in any case).
8567
8568 2007-05-03  Michael Smith <msmith@fluendo.com>
8569
8570         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8571           If a buffer doesn't have a timestamp, assume it's contiguous with
8572           the previous buffer, and synthesise timestamps appropriately.
8573
8574 2007-05-03  Edward Hervey  <edward@fluendo.com>
8575
8576         * tests/check/elements/videorate.c: (GST_START_TEST):
8577         Set buffer timestamp to a valid value in order to test the buffer
8578         really does stay in videorate.
8579
8580 2007-05-03  Edward Hervey  <edward@fluendo.com>
8581
8582         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8583         There is no sensible way to handle incoming buffers which don't have a
8584         valid timestamp. We therefore discard them and wait for the next one.
8585
8586 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8587
8588         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8589         * gst/playback/gstdecodebin2.c: (plugin_init):
8590           Better error message for text files.
8591
8592 2007-04-29  Wim Taymans  <wim@fluendo.com>
8593
8594         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8595         Fix offset bug in generation RR packets.
8596
8597 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8598
8599         * ext/theora/theoradec.c: (_theora_granule_time),
8600         (theora_dec_push_forward), (theora_handle_data_packet),
8601         (theora_dec_decode_buffer): Calculate buffer duration correctly
8602         to generate a perfect stream (#433888).
8603         * gst/audioresample/gstaudioresample.c:
8604         (audioresample_check_discont): Glib provides ABS.
8605
8606 2007-04-27  Wim Taymans  <wim@fluendo.com>
8607
8608         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8609         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8610         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8611         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8612         (gst_rtcp_packet_bye_set_reason):
8613         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8614         Fix RB block parsing and writing.
8615         Add support for constructing BYE packets.
8616
8617 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8618
8619         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8620         (gst_base_audio_src_create):
8621         * po/POTFILES.in:
8622           When posting a warning message because samples were dropped, post
8623           something more intelligible than he default error message for clock
8624           errors which is just confusing in this context (#432984).
8625
8626 2007-04-25  Wim Taymans  <wim@fluendo.com>
8627
8628         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8629         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8630         (read_packet_header), (gst_rtcp_packet_move_to_next),
8631         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8632         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8633         (gst_rtcp_packet_sdes_get_item_count),
8634         (gst_rtcp_packet_sdes_first_item),
8635         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8636         (gst_rtcp_packet_sdes_first_entry),
8637         (gst_rtcp_packet_sdes_next_entry),
8638         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8639         (gst_rtcp_packet_sdes_add_entry):
8640         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8641         Implement code to write SR, RR and SDES packets.
8642
8643 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8644
8645         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8646
8647         * sys/ximage/ximagesink.c:
8648           Fix build if XShm is not available (#432362).
8649
8650 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8651
8652         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8653         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8654         pointers to random memory which are passed to g_free() when
8655         audio_convert_prepare_context() is called the first time.
8656
8657 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8658
8659         Patch by: Dan Williams <dcbw redhat com>
8660
8661         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8662           Don't leak incoming buffer if gst_pad_push() returns a
8663           non-OK flow. Fixes #432755.
8664          
8665         * tests/check/elements/videorate.c: (GST_START_TEST),
8666         (videorate_suite):
8667           Unit test for the above by Yours Truly.
8668
8669 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8670
8671         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8672         (gst_adder_sink_event), (gst_adder_collected):
8673           Fix non-flushing segmented seeks, Fixes #340060 for me
8674
8675 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8676
8677         Patch by: Olivier Crete  <tester at tester ca>
8678
8679         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8680         (gst_base_rtp_audio_payload_class_init),
8681         (gst_base_rtp_audio_payload_init),
8682         (gst_base_rtp_audio_payload_dispose):
8683           Chain up to parent class in dispose function; get rid of
8684           unnecessary 'diposed' flag in private structure (#415001).
8685
8686 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8687
8688         * docs/libs/gst-plugins-base-libs.types:
8689         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8690         (gst_base_rtp_audio_payload_class_init):
8691         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8692         * gst-libs/gst/rtp/gstbasertppayload.c:
8693           Some minor docs fixes and additions; also add missing 'Since' bits.
8694
8695 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8696
8697         Patch by: Zeeshan Ali  <zeenix gmail com>
8698
8699         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8700         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8701         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8702         (gst_base_rtp_audio_payload_push):
8703         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8704           The recently-added gst_base_rtp_audio_payload_push() should take an
8705           object of type GstBaseRTPAudioPayload as first argument (#431672).
8706
8707 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8708
8709         * gst/audioresample/gstaudioresample.c:
8710           Make more functions static, just because we can.
8711
8712 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8713
8714         * tests/check/elements/audioresample.c:
8715           Add unit test for audioresample shutdown crasher (#420106).
8716
8717 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8718
8719         * gst/subparse/gstsubparse.c:
8720         * gst/subparse/samiparse.c:
8721           Use GST_DISABLE_XML here
8722
8723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8724         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8725         (gst_xvimagesink_buffer_alloc),
8726         (gst_xvimagesink_navigation_send_event):
8727         * sys/xvimage/xvimagesink.h:
8728           Include stdlib.h when using atoi.
8729           
8730         * tests/check/elements/playbin.c: (playbin_suite):
8731           Use GST_DISABLE_REGISTRY here
8732
8733 2007-04-19  Michael Smith  <msmith@fluendo.com>
8734
8735         * ext/theora/gsttheoraenc.h:
8736         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8737         (theora_enc_sink_event), (theora_enc_change_state):
8738           Track initialisation state; don't try to use encoder state if we're
8739           not initialised (it'll segfault).
8740
8741 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8742
8743         * tests/check/pipelines/.cvsignore:
8744         Fix build.
8745
8746 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8747
8748         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8749         Allow random depths between 1 and 32 instead of only multiplies of 8.
8750
8751 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8752
8753         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8754         Set the maximum number of channels for PCM and float in the correct
8755         place to have it also used when creating the template caps.
8756
8757 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8758
8759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8760         Correctly support 4, 6 and 8 channels with normal PCM and float
8761         wav files.
8762
8763         Fix the depth and signedness calculation in extensible wav files and
8764         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8765         mask is found.
8766
8767         Add support for float, alaw and mulaw in extensible wav files.
8768
8769         This allows correct playback of all but 5 files from
8770         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8771         
8772         (gst_riff_create_audio_template_caps):
8773         Add voxware and float formats to the template caps.     
8774
8775 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8776
8777         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8778
8779         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8780         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8781
8782         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8783         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8784         Use the correct format strings for integer formats.
8785
8786 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8787
8788         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8789           Don't use pad_alloc_buffer_and_set_caps to create a small header
8790           packet, or, worse, to create a big temporary video buffer using the
8791           src pad.
8792
8793 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8794
8795         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8796         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8797           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8798           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8799
8800 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8801
8802         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8803           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8804           streamheader_suite):
8805           Add another test set up for failure
8806
8807 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8808
8809         * tests/check/Makefile.am:
8810         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8811           GST_START_TEST, streamheader_suite, main):
8812           Add a test for the streamheader bug Wim fixed.
8813
8814 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8815
8816         * ext/theora/theoradec.c: (theora_dec_sink_event):
8817         Fix misleading comment.
8818
8819 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8820
8821         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8822           More sanity checks for the header fields.
8823
8824 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8825
8826         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8827           Try encodings from all environment variables, not just those in the
8828           first environment variable that is set.
8829
8830 2007-04-12  Wim Taymans  <wim@fluendo.com>
8831
8832         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8833         (gst_video_rate_chain):
8834         Add some debug.
8835
8836         * tests/check/elements/videorate.c: (GST_START_TEST),
8837         (videorate_suite):
8838         Added check for videorate changing caps handling. Closes #421834.
8839
8840 2007-04-12  Michael Smith  <msmith@fluendo.com>
8841
8842         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8843           Use scale functions to avoid overflow when calculating duration of 
8844           vorbis buffers.
8845
8846 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8847
8848         * docs/libs/gst-plugins-base-libs-sections.txt:
8849         * gst-libs/gst/tag/tag.h:
8850         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8851           API: add gst_tag_freeform_string_to_utf8() (#405072).
8852
8853         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
8854           Use gst_tag_freeform_string_to_utf8() here.
8855
8856 2007-04-12  Wim Taymans  <wim@fluendo.com>
8857
8858         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
8859         (gst_gdp_pay_sink_event):
8860         Make sure we set the IN_CAPS flag correctly.
8861
8862         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8863         Get the IN_CAPS flag before we call functions that mess with the flags.
8864
8865 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8866
8867         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
8868           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
8869           Only stamp buffers with offset/offset_end right before they get
8870           pushed.  This ensures offset continuity, which was not the case
8871           before as shown by
8872           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
8873
8874 2007-04-06  Wim Taymans  <wim@fluendo.com>
8875
8876         * gst/playback/gstplaybin.c: (add_sink),
8877         (gst_play_bin_change_state):
8878         Activate sync in playbin, we are ready to handle it for live streams.
8879
8880 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8881
8882         * tests/check/elements/playbin.c:
8883         (test_sink_usage_video_only_stream), (playbin_suite):
8884           Add small test for stream-info-value-array code paths.
8885
8886 2007-04-05  Wim Taymans  <wim@fluendo.com>
8887
8888         * gst-libs/gst/audio/gstbaseaudiosink.c:
8889         (gst_base_audio_sink_skew_slaving):
8890         Don't try to create invalid calibration parameters by making the
8891         internal time go backwards, instead make external time go forward.
8892
8893 2007-04-05  Wim Taymans  <wim@fluendo.com>
8894
8895         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8896
8897         * gst/playback/gstplaybasebin.c: (add_stream):
8898         Fix leak in add_stream(), when g_value_set_object() increases the
8899         refcount of streaminfo object. Fixes #426250.
8900
8901 2007-04-03  David Schleef  <ds@schleef.org>
8902
8903         * gst/videotestsrc/gstvideotestsrc.c:
8904         * gst/videotestsrc/gstvideotestsrc.h:
8905         * gst/videotestsrc/videotestsrc.c:
8906         * gst/videotestsrc/videotestsrc.h:
8907           Add a test pattern called "circular", which has concentric
8908           rings with varying radial frequency.  The main purpose of this
8909           pattern is to test fidelity loss in a filter or scaler element.
8910           Notably, this pattern is scale invariant, and is optimally viewed
8911           with a width (and height) of 400.
8912
8913 2007-04-03  Wim Taymans  <wim@fluendo.com>
8914
8915         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8916
8917         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
8918         (deactivate_free_recursive):
8919         Decodebin2 doesn't unref pads it obtains in some occasions:
8920         - multiqueue src pads, when either connecting further or exposing
8921         - sink pads of new autoplugged elements
8922         - peer pads when recursively freeing elements
8923         Fixes #425455.
8924
8925 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8926
8927         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8928         Add audio/x-raw-float support, now that audioconvert support
8929         non-native endianness floats.
8930
8931 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
8932
8933         * docs/libs/gst-plugins-base-libs-docs.sgml:
8934           gstreamer-plugins-base.pc doesn't exist, it's
8935           gstreamer-plugins-base-0.10.pc.
8936
8937 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8938
8939         Patch by: René Stadler <mail at renestadler dot de>
8940         with some minor changes
8941
8942         * gst-libs/gst/floatcast/floatcast.h:
8943         Use more efficient float endianness conversion functions that don't
8944         involve 2 function calls per value.
8945         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8946         (check_default), (audio_convert_prepare_context):
8947         * gst/audioconvert/gstaudioconvert.c:
8948         (gst_audio_convert_parse_caps), (make_lossless_changes):
8949         Support non-native endianness floats as input and output.
8950         Fixes #339838.
8951         * tests/check/elements/audioconvert.c: (verify_convert),
8952         (GST_START_TEST):
8953         Add unit tests for the non-native endianness float conversions.
8954
8955 2007-03-29  Wim Taymans  <wim@fluendo.com>
8956
8957         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8958         (gst_base_rtp_depayload_base_init),
8959         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
8960         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
8961         (gst_base_rtp_depayload_set_gst_timestamp),
8962         (gst_base_rtp_depayload_change_state),
8963         (gst_base_rtp_depayload_set_property),
8964         (gst_base_rtp_depayload_get_property):
8965         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8966         Add Private structure.
8967         Bring element code to 2007.
8968         Parse clock-base caps param and use it when generating the
8969         newsegment.
8970         Reset variables before going to PAUSED.
8971         Fix some docs.
8972
8973 2007-03-29  Wim Taymans  <wim@fluendo.com>
8974
8975         * docs/libs/gst-plugins-base-libs-docs.sgml:
8976         * docs/libs/gst-plugins-base-libs-sections.txt:
8977         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8978         (gst_base_rtp_audio_payload_get_adapter):
8979         Add RTCP docs.
8980         Fix some more docs.
8981
8982         * gst-libs/gst/rtp/Makefile.am:
8983         * gst-libs/gst/rtp/gstrtcpbuffer.c:
8984         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
8985         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
8986         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
8987         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
8988         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
8989         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
8990         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
8991         (gst_rtcp_packet_sr_get_sender_info),
8992         (gst_rtcp_packet_sr_set_sender_info),
8993         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
8994         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
8995         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
8996         (gst_rtcp_packet_sdes_get_chunk_count),
8997         (gst_rtcp_packet_sdes_first_chunk),
8998         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
8999         (gst_rtcp_packet_sdes_first_item),
9000         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
9001         (gst_rtcp_packet_bye_get_ssrc_count),
9002         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
9003         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
9004         (gst_rtcp_packet_bye_get_reason_len),
9005         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
9006         * gst-libs/gst/rtp/gstrtcpbuffer.h:
9007         Add new helper object for parsing and creating RTCP messages.
9008
9009 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
9010
9011         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
9012         PCM samples with width=8 must be always unsigned, no matter what
9013         depth they have.
9014
9015 2007-03-29  Andy Wingo  <wingo@pobox.com>
9016
9017         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
9018         perfect offsets also, not just timestamps.
9019
9020         * tests/check/elements/videorate.c (test_more): Test that given
9021         any incoming offsets, that videorate produces perfect offsets.
9022
9023 2007-03-29  Wim Taymans  <wim@fluendo.com>
9024
9025         * gst-libs/gst/riff/riff-ids.h:
9026         Add some more RIFF formats.
9027
9028 2007-03-29  Wim Taymans  <wim@fluendo.com>
9029
9030         * gst-libs/gst/rtp/gstrtpbuffer.c:
9031         (gst_rtp_buffer_default_clock_rate):
9032         * gst-libs/gst/rtp/gstrtpbuffer.h:
9033         Fix fixed payload names and docs.
9034         Added method to get the default clock rates of fixed payload types.
9035         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
9036
9037 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9038
9039         * tests/check/pipelines/.cvsignore:
9040         Add new vorbisdec test to cvsignore.
9041
9042 2007-03-28  Wim Taymans  <wim@fluendo.com>
9043
9044         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9045         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9046         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9047         (gst_base_audio_sink_set_property),
9048         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9049         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9050         (gst_base_audio_sink_skew_slaving),
9051         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9052         (gst_base_audio_sink_async_play):
9053         * gst-libs/gst/audio/gstbaseaudiosink.h:
9054         Store private stuff in GstBaseAudioSinkPrivate.
9055         Add configurable clock slaving modes property.
9056         API:: GstBaseAudioSink::slave-method property
9057         Some more latency reporting tweaks.
9058         Added skew based clock slaving correction and make it the default until
9059         the resampling method is more robust.
9060
9061 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9062
9063         * gst/audioconvert/audioconvert.c:
9064         Add docs to the integer pack functions and implement proper
9065         rounding. Before we had rounding towards negative infinity, i.e.
9066         always the smaller number was taken. Now we use natural rounding,
9067         i.e. rounding to the nearest integer and to the one with the largest
9068         absolute value for X.5. The old rounding introduced some minor
9069         distortions. Fixes #420079
9070         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9071         Fix one unit test that assumed the old rounding and added unit tests
9072         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9073         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9074         rounding from signed int32 to signed/unsigned int16.
9075
9076 2007-03-27  Michael Smith  <msmith@fluendo.com>
9077
9078         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9079         (gst_audio_convert_transform_caps):
9080           Fix typo in debug line introduced recently, as pointed out on irc.
9081
9082 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9083
9084         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9085         * tests/check/libs/tag.c: (GST_START_TEST):
9086           Make sure we parse floating-point numbers in vorbis comments
9087           correctly with either '.' or ',' as separator, no matter what
9088           the current locale is. Add unit test for this too.
9089
9090 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9091
9092         Patch by: René Stadler  <mail at renestadler de>
9093
9094         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9095           When writing out floating-point numbers to vorbis comment tags, always
9096           use the same character as separator no matter what the current locale is
9097           (fixes #423051).
9098
9099         * tests/check/libs/tag.c: (GST_START_TEST):
9100           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9101
9102 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9103
9104         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9105           vorbis_handle_data_packet):
9106           Correctly set DURATION to generate a timestamp-continuous stream.
9107           One bug left at the end; see
9108           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9109         * tests/check/Makefile.am:
9110         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9111           Add a test to check this.  Without the above patch this test fails.
9112
9113 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9114
9115         * gst-libs/gst/rtp/Makefile.am:
9116         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9117
9118 2007-03-23  Michael Smith  <msmith@fluendo.com>
9119
9120         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9121         (gst_video_rate_reset), (gst_video_rate_chain):
9122           If videorate changes caps, we can no longer use the old buffer
9123           (which may have a different size, incompatible with our caps).
9124           So don't do that; just duplicate the new frame more times.
9125
9126 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9127
9128         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9129         Remove playbin's override of the set_clock vmethod. It's irrelevant
9130         after Wim's commit on the 19th.
9131
9132 2007-03-22  Wim Taymans  <wim@fluendo.com>
9133
9134         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9135         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9136         * ext/gnomevfs/gstgnomevfssrc.h:
9137         Don't cache file sizes. Fixes #341078.
9138
9139 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9140
9141         * gst/playback/gstplaybin.c: (add_sink):
9142           Use GST_PTR_FORMAT to log caps. 
9143
9144 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9145
9146         Patch by: Young-Ho Cha <ganadist at chollian net>
9147
9148         * gst/subparse/samiparse.c: (handle_start_font):
9149           Special-case some more colour names that pango doesn't handle by
9150           default. Fixes #420578.
9151
9152 2007-03-20  Michael Smith  <msmith@fluendo.com>
9153
9154         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9155           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9156           that marks EOS internally. After that, libvorbis will buffer all
9157           input data, and encode none of it, eventually leading to memory
9158           exhaustion.
9159
9160 2007-03-19  Wim Taymans  <wim@fluendo.com>
9161
9162         * gst/playback/gstdecodebin.c: (remove_fakesink):
9163         Don't post STATE_DIRTY anymore.
9164
9165         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9166         (gst_play_bin_change_state):
9167         Remove stream_time reset in seek handling, core does that now.
9168         Disable clocking for live pipelines by forcing a NULL clock to the
9169         complete pipeline, core is too smart now for our previous hack.
9170         We can always autoplug in PAUSED now.
9171
9172 2007-03-17  David Schleef  <ds@schleef.org>
9173
9174         * REQUIREMENTS:  Update this file, change the formatting to make
9175         it more consistent, plus more machine readable.
9176
9177 2007-03-16  Michael Smith  <msmith@fluendo.com>
9178
9179         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9180         (strip_width_64), (append_with_other_format):
9181           Previous fix was too simplistic, and broke the tests. Use a better
9182           approach; only strip 64 from widths for integer audio.
9183
9184 2007-03-16  Michael Smith  <msmith@fluendo.com>
9185
9186         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9187         (gst_audio_convert_transform_caps):
9188           We don't support 64 bit integer audio, so don't try to claim we can.
9189           Stops us producing caps don't match our template caps.
9190           Update comments.
9191
9192 2007-03-15  Michael Smith  <msmith@fluendo.com>
9193
9194         * gst/audioresample/gstaudioresample.c:
9195         (audioresample_check_discont), (audioresample_transform):
9196           Don't trigger discontinuities for very small imperfections; a filter
9197           flush will sound bad, and many plugins have rounding errors leading
9198           to these.
9199
9200 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9201
9202         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9203
9204         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9205         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9206         API: add "min-ptime" property to RTP base audio payloader.
9207         API: add gst_base_rtp_audio_payload_push().
9208         API: add gst_base_rtp_audio_payload_get_adapter().
9209         Fixes #415001
9210         Indentation/whitespace/documentation fixes.
9211
9212 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9213
9214         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9215         (audioresample_transform_size), (audioresample_do_output),
9216         (audioresample_transform), (audioresample_pushthrough): Handle
9217         discontinuous streams.
9218         * gst/audioresample/gstaudioresample.h:
9219         * tests/check/elements/audioresample.c:
9220         (test_discont_stream_instance), (GST_START_TEST),
9221         (audioresample_suite): Add a test for discontinuous streams.
9222         * win32/common/config.h: Updated.
9223
9224 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9225
9226         * po/af.po:
9227         * po/az.po:
9228         * po/cs.po:
9229         * po/en_GB.po:
9230         * po/it.po:
9231         * po/nb.po:
9232         * po/nl.po:
9233         * po/or.po:
9234         * po/sq.po:
9235         * po/sr.po:
9236         * po/sv.po:
9237         * po/uk.po:
9238         * po/vi.po:
9239           Update translations from translation project.
9240
9241 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9242
9243         * gst/audioresample/debug.h:
9244         * gst/audioresample/resample.c: (resample_init):
9245           Since I really am not interested in a debug line for each sample
9246           being processed, move the library's debugging to its own category,
9247           libaudioresample
9248
9249 2007-03-13  Michael Smith  <msmith@fluendo.com>
9250
9251         * ext/theora/theoradec.c: (theora_handle_type_packet):
9252           Since the plugin doesn't support anything other than 4:2:0 right
9253           now, post an error and fail if we get something else. Won't matter
9254           until libtheora supports the other pixel formats, but hopefully
9255           that'll be soon...
9256
9257 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9258
9259         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9260         Use gst_guint64_to_gdouble for conversion.
9261         * win32/MANIFEST:
9262         Add new files to the win32 MANIFEST.
9263         * win32/common/libgstaudio.def:
9264         * win32/common/libgstpbutils.def:
9265         Add new exported functions.
9266         * win32/vs6/gst_plugins_base.dsw:
9267         * win32/vs6/libgstdecodebin.dsp:
9268         * win32/vs6/libgstplaybin.dsp:
9269         Change the link to libgstpbutils.lib.
9270         * win32/vs6/libgstdecodebin2.dsp:
9271         Add a new project for decodebin2.
9272         * win32/vs6/libgstpbutils.dsp:
9273         Add a new project for pbutils.
9274
9275 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9276
9277         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9278           Also accept partial dates with only year and month,
9279           like 1999-12-00 (fixes #410396 even more).
9280
9281         * tests/check/libs/tag.c: (GST_START_TEST):
9282           Add unit test for the above.
9283
9284 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9285
9286         * tests/check/elements/subparse.c: (GST_START_TEST),
9287         (subparse_suite):
9288           Add unit test for MPL2 subtitle format (#413799).
9289
9290 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9291
9292         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9293
9294         * gst/subparse/Makefile.am:
9295         * gst/subparse/gstsubparse.c:
9296         (gst_sub_parse_data_format_autodetect),
9297         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9298         (gst_subparse_type_find):
9299         * gst/subparse/gstsubparse.h:
9300         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9301         * gst/subparse/mpl2parse.h:
9302           Add support for MPL2 subtitle format (#413799).
9303
9304 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9305
9306         * configure.ac:
9307           We require core CVS for the new buffer metadata copy functions.
9308
9309 2007-03-09  Wim Taymans  <wim@fluendo.com>
9310
9311         * gst-libs/gst/tag/gstid3tag.c:
9312         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9313         Fixes #414496.
9314
9315         Patch by: Alex Lancaster <alexl at users sourceforge net>
9316
9317 2007-03-09  Wim Taymans  <wim@fluendo.com>
9318
9319         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9320         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9321         Improve adapter usage and comments.
9322
9323 2007-03-09  Wim Taymans  <wim@fluendo.com>
9324
9325         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9326         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9327         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9328         Use new metadata copy function.
9329
9330         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9331         (gst_ffmpegcsp_transform):
9332         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9333         Basetransform copied the metadata for us.
9334
9335 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9336
9337         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9338         (gst_text_overlay_video_event):
9339           Some more logging. Only accept newsegment events in TIME format and
9340           send a WARNING message if they are not in TIME format.
9341
9342         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9343         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9344         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9345         * gst/subparse/gstsubparse.h:
9346           No need to allocate GstSegment structure dynamically, just put it
9347           into the instance structure; ignore newsegment events in BYTE
9348           format and in particular don't let it overwrite our saved TIME
9349           segment from the last seek.
9350
9351 2007-03-09  Michael Smith  <msmith@fluendo.com>
9352
9353         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9354           Replace AC3 typefinder with one that isn't terrible, and actually
9355           works usefully.
9356
9357 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9358
9359         * gst/audioconvert/gstaudioconvert.c:
9360         (gst_audio_convert_transform):
9361           fix error category and translatable string
9362           
9363
9364 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9365
9366         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9367         * pkgconfig/gstreamer-plugins-base.pc.in:
9368           Fix up utils => pbutils here too.
9369
9370 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9371
9372         * gst/subparse/gstsubparse.c: (handle_buffer):
9373           Break out of loop in chain function as soon as possible if we get
9374           a non-OK flow return.
9375
9376 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9377
9378         * tests/check/elements/alsa.c: (GST_START_TEST):
9379         Unref the mixer if the state change fails too (if the
9380         alsa devices are inaccessible, for example)
9381
9382 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9383
9384         * tests/check/Makefile.am:
9385         Don't test libvisual elements in the states check, because libvisual
9386         seems to leak internally.
9387
9388         Re-enable the alsa and states tests now that there's new suppressions
9389         in gst.supp.
9390
9391         * tests/check/elements/alsa.c: (GST_START_TEST):
9392         Don't leak the alsamixer we instantiated.
9393
9394 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9395
9396         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9397         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9398         (gst_ximagesink_finalize):
9399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9400         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9401         Move some cleanup stuff from the state change handler into a _reset()
9402         function that can be called from _finalize(). This ensures that things
9403         get freed even if (for some reason) the NULL->READY state transition
9404         fails in the parent class.
9405         Even if a parent state change fails, process our downward state change
9406         logic instead of bailing out early.
9407         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9408
9409 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9410
9411         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9412         Extra log line.
9413
9414         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9415         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9416         Use pango_font_description_set_family_static instead of 
9417         pango_font_description_set_family to save a string copy (it was
9418         leaking due to the strdup anyway)
9419
9420         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9421         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9422         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9423         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9424         Chain up in finalize.
9425
9426 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9427
9428         * gst-libs/gst/interfaces/mixertrack.c:
9429         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9430         (gst_mixer_track_set_property):
9431           API: add "untranslated-label" property which should be set by
9432           implementations at construct time (#414645).
9433
9434         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9435         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9436           Set "untranslated-label" when constructing mixer track objects.
9437
9438         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9439           Unit test to check the above.
9440
9441 2007-03-07  Wim Taymans  <wim@fluendo.com>
9442
9443         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9444         Fix confusing debug message.
9445
9446 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9447
9448         * gst-plugins-base.doap:
9449         update doap file with new version
9450
9451 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9452
9453         * configure.ac:
9454         Back to CVS
9455
9456 === release 0.10.12 ===
9457
9458 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9459
9460         * configure.ac:
9461           releasing 0.10.12, "Zombie Horde"
9462
9463 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9464
9465         * configure.ac:
9466         Bump version to 0.10.11.4 pre-release
9467
9468 2007-03-06  Wim Taymans  <wim@fluendo.com>
9469
9470         * gst-libs/gst/audio/gstbaseaudiosink.c:
9471         (gst_base_audio_sink_async_play):
9472         Fix regression that made GStreamer skip the first samples of audio.
9473         Fixes #414684.
9474
9475 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9476
9477         * configure.ac:
9478         Bump version to 0.10.11.3 pre-release
9479
9480 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9481
9482         * po/POTFILES.in:
9483           Update paths for the rename from utils to pbutils to fix the build.
9484
9485 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9486
9487         * gst-libs/gst/pbutils/Makefile.am:
9488           Change directory to install headers in from gst/utils to gst/pbutils
9489           as well.
9490
9491 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9492
9493         * configure.ac:
9494         * docs/libs/gst-plugins-base-libs-docs.sgml:
9495         * docs/libs/gst-plugins-base-libs-sections.txt:
9496         * gst-libs/gst/Makefile.am:
9497         * gst-libs/gst/interfaces/mixer.c:
9498         * gst-libs/gst/pbutils/Makefile.am:
9499         * gst-libs/gst/pbutils/descriptions.c:
9500         (gst_pb_utils_get_source_description),
9501         (gst_pb_utils_get_sink_description),
9502         (gst_pb_utils_get_decoder_description),
9503         (gst_pb_utils_get_encoder_description),
9504         (gst_pb_utils_get_element_description),
9505         (gst_pb_utils_add_codec_description_to_tag_list),
9506         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9507         * gst-libs/gst/pbutils/descriptions.h:
9508         * gst-libs/gst/pbutils/install-plugins.c:
9509         * gst-libs/gst/pbutils/install-plugins.h:
9510         * gst-libs/gst/pbutils/missing-plugins.c:
9511         (gst_missing_uri_source_message_new),
9512         (gst_missing_uri_sink_message_new),
9513         (gst_missing_element_message_new),
9514         (gst_missing_decoder_message_new),
9515         (gst_missing_encoder_message_new),
9516         (gst_missing_plugin_message_get_description):
9517         * gst-libs/gst/pbutils/missing-plugins.h:
9518         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9519         * gst-libs/gst/pbutils/pbutils.h:
9520         * gst-libs/gst/utils/Makefile.am:
9521         * gst-libs/gst/utils/base-utils.c:
9522         * gst-libs/gst/utils/base-utils.h:
9523         * gst-libs/gst/utils/descriptions.c:
9524         * gst-libs/gst/utils/descriptions.h:
9525         * gst-libs/gst/utils/install-plugins.c:
9526         * gst-libs/gst/utils/install-plugins.h:
9527         * gst-libs/gst/utils/missing-plugins.c:
9528         * gst-libs/gst/utils/missing-plugins.h:
9529         * gst-plugins-base.spec.in:
9530         * gst/playback/Makefile.am:
9531         * gst/playback/gstdecodebin.c:
9532         * gst/playback/gstdecodebin2.c:
9533         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9534         (gen_source_element):
9535         * gst/playback/gstplaybin.c: (plugin_init):
9536         * tests/check/Makefile.am:
9537         * tests/check/libs/pbutils.c: (GST_START_TEST),
9538         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9539         * tests/check/libs/utils.c:
9540           rename utils to pbutils
9541
9542 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9543
9544         * docs/plugins/Makefile.am:
9545         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9546         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9547         * docs/plugins/inspect/plugin-decodebin2.xml:
9548         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9549         Add documentation for decodebin2 that indicates that the API
9550         is still unstable.
9551
9552 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9553
9554         * configure.ac:
9555         Update to 0.10.11.2 (0.10.12 pre-release)
9556
9557 2007-03-01  Wim Taymans  <wim@fluendo.com>
9558
9559         * gst-libs/gst/audio/gstbaseaudiosink.c:
9560         (gst_base_audio_sink_async_play):
9561         base time is irrelevant here.
9562
9563 2007-03-01  Wim Taymans  <wim@fluendo.com>
9564
9565         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9566         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9567         Improve debugging.
9568
9569         * gst-libs/gst/audio/gstbaseaudiosink.c:
9570         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9571         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9572         Improve latency and clock slaving calculations.
9573         Improve slave clock calibration.
9574
9575         * gst-libs/gst/audio/gstringbuffer.c:
9576         (gst_ring_buffer_commit_full):
9577         When we are asked to render N sample to 0 bytes, return N.
9578
9579 2007-03-01  Wim Taymans  <wim@fluendo.com>
9580
9581         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9582         (gst_alsasink_write), (gst_alsasink_reset):
9583         * ext/alsa/gstalsasink.h:
9584         Remove unused dispose function.
9585         Rename lock to not interfere with alsasrc lock.
9586
9587         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9588         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9589         (gst_alsasrc_read), (gst_alsasrc_reset):
9590         * ext/alsa/gstalsasrc.h:
9591         Implement finalize function.
9592         Use lock to protect alsa access.
9593         Implement _reset.
9594         Fine tune sw params.
9595
9596 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9597
9598         * configure.ac:
9599           Convert to new AG_GST style.
9600
9601 2007-02-28  Wim Taymans  <wim@fluendo.com>
9602
9603         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9604
9605         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9606         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9607         Fix race condition when rapidly switching visualisations in playbin.
9608         Fixes #401029.
9609
9610 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9611
9612         * tests/check/Makefile.am:
9613         Include local stuff before system installed things in LDFLAGS and
9614         CFLAGS.
9615
9616 2007-02-28  Wim Taymans  <wim@fluendo.com>
9617
9618         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9619         Improve debugging.
9620
9621 2007-02-28  Wim Taymans  <wim@fluendo.com>
9622
9623         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9624         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9625         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9626         Fix duration and timestamping, taking latency into account.
9627         Implement latency query.
9628
9629 2007-02-28  Wim Taymans  <wim@fluendo.com>
9630
9631         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9632         (gst_audio_clock_new):
9633         Fix clock name.
9634
9635         * gst-libs/gst/audio/gstbaseaudiosink.c:
9636         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9637         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9638         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9639         (gst_base_audio_src_create):
9640         Improve latency query code.
9641         Use proper clock names.
9642
9643 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9644
9645         * tests/check/generic/states.c: (GST_START_TEST):
9646           Copy the states.c test from core again
9647         * tests/check/Makefile.am:
9648           ignore cdio and cdparanoiasrc
9649
9650 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9651
9652         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9653         (double_hq), (audio_convert_get_func_index), (check_default),
9654         (audio_convert_prepare_context), (audio_convert_convert):
9655           Also make valgrind happy and avoid copying data in some cases.
9656
9657 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9658
9659         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9660         (double_hq), (audio_convert_get_func_index),
9661         (audio_convert_prepare_context), (audio_convert_convert):
9662         * gst/audioconvert/gstaudioconvert.c:
9663         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9664         (gst_audio_convert_transform_caps):
9665         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9666         (audioconvert_suite):
9667           Don't run inplace if that overwrites source data as we go. Add more
9668           tests. Fixes #339837 even more.
9669
9670 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9671
9672         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9673         (msg_segment_done): Fix various seeking bugs (Slider was not
9674         updating when doing a non flushing seek, Reverse playback 
9675         on segment seek was wrong).
9676
9677 2007-02-26  Wim Taymans  <wim@fluendo.com>
9678
9679         * tests/examples/seek/seek.c: (stop_seek):
9680         When we stop scrubbing, don't leave the pipeline PLAYING when we
9681         requested a PAUSED state.
9682
9683 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9684
9685         Patch by: René Stadler <mail at renestadler de>
9686
9687         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9688           Parse date strings in vorbis comments that have an invalid (zero)
9689           month or day (#410396).
9690
9691         * tests/check/libs/tag.c: (GST_START_TEST):
9692           Test case for the above.
9693
9694 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9695
9696         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9697
9698         * configure.ac:
9699         * ext/alsa/Makefile.am:
9700         * gst/audiotestsrc/Makefile.am:
9701           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9702
9703 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9704
9705         * gst/playback/gstplaybin.c:
9706           Improve docs: point out that the application needs to assist playbin
9707           with buffering.
9708
9709 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9710
9711         * gst-libs/gst/utils/install-plugins.c:
9712         * gst-libs/gst/utils/missing-plugins.c:
9713         * tests/check/libs/utils.c: (missing_msg_check_getters):
9714           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9715           to just 'gstreamer'. Document the caps string component of the
9716           decoder/encoder detail a bit better, since not everyone will be
9717           familiar with the GStreamer media type/caps system (but they better
9718           enjoy nested itemized lists).
9719
9720 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9721
9722         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9723         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9724           Fix copying of GstNetBuffer (would crash before, or at least lead to
9725           invalid memory access, #410772), for now by copying the GstBuffer copy
9726           code from the core over here so we can copy the GstBuffer fields on a
9727           provided buffer instance (of type GstNetBuffer in this case). Would be
9728           better to fix this with some support by the core though (and in the long
9729           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9730
9731         * tests/check/Makefile.am:
9732           Enable unit test for GstNetBuffer.
9733
9734 2007-02-22  Andy Wingo  <wingo@pobox.com>
9735
9736         * gst-libs/gst/audio/gstbaseaudiosink.c
9737         (gst_base_audio_sink_init): Disable pull-mode activation until we
9738         figure out how to make audio sinks go to PLAYING.
9739
9740 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9741
9742         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9743         (double_hq), (audio_convert_get_func_index),
9744         (audio_convert_prepare_context), (audio_convert_convert):
9745         * gst/audioconvert/audioconvert.h:
9746         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9747         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9748         * gst/audioconvert/gstchannelmix.h:
9749         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9750           Add float as an intermediate format, as well as float mixing. Enable
9751           test that was failing before. Fixes #339837
9752
9753 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9754
9755         * tests/examples/seek/seek.c: (do_seek):
9756         Undo the previous commit: -1 as a stop time implies that the stop
9757         time is the end of file, clearing any previously configured segment.
9758
9759 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9760
9761         * tests/examples/seek/seek.c: (do_seek):
9762         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9763
9764 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9765
9766         * gst/volume/gstvolume.c: (volume_process_int16),
9767         (volume_process_int16_clamp), (volume_set_caps):
9768           Unbreak volume, value remains gint.
9769
9770 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9771
9772         * gst/volume/gstvolume.c: (volume_choose_func),
9773         (volume_update_real_volume), (gst_volume_set_volume),
9774         (gst_volume_init), (volume_process_double), (volume_process_float),
9775         (volume_process_int16), (volume_process_int16_clamp),
9776         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9777         * gst/volume/gstvolume.h:
9778           Extend float audio support (double) and some int->uint cleanups.
9779
9780 2007-02-20  Edward Hervey  <edward@fluendo.com>
9781
9782         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9783         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9784         (sort_end_pads), (gst_decode_group_expose),
9785         (gst_decode_group_hide):
9786         Don't free groups from the streaming threads. Just put them aside and
9787         free them in dispose.
9788
9789 2007-02-20  Edward Hervey  <edward@fluendo.com>
9790
9791         * gst/playback/gstdecodebin2.c: (connect_element),
9792         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9793         (sort_end_pads), (gst_decode_group_expose):
9794         Handle dynamic pads within groups.
9795         Sort pads before exposing them in order to make playbin happy.
9796         There still is a race with the multiqueue filling up. This should be
9797         solved separately.
9798         Fixes #398721
9799
9800 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9801
9802         * gst-libs/gst/utils/base-utils.c:
9803         * gst-libs/gst/utils/descriptions.c:
9804         * gst-libs/gst/utils/install-plugins.c:
9805         * gst-libs/gst/utils/missing-plugins.c:
9806           Some more docs (and descriptions for two subtitle formats).
9807
9808 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9809
9810         * gst-libs/gst/audio/audio.c:
9811           Fix documentation.
9812
9813 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9814
9815         Patch by: Yves Lefebvre  <ivanohe abacom com>
9816
9817         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9818           Don't leak caps. Fixes #408278.
9819
9820 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9821
9822         * ext/cdparanoia/gstcdparanoiasrc.h:
9823         * ext/ogg/gstoggdemux.h:
9824         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9825         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9826         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9827         * gst-libs/gst/audio/audio.h:
9828         * gst-libs/gst/audio/gstaudiofilter.h:
9829         * gst-libs/gst/interfaces/videoorientation.h:
9830         * gst/adder/gstadder.h:
9831           More docs coverage and some ChangeLog surgery (add missing names)
9832
9833 2007-02-15  Wim Taymans  <wim@fluendo.com>
9834
9835         * sys/ximage/ximagesink.c:
9836         (gst_ximagesink_calculate_pixel_aspect_ratio):
9837         * sys/xvimage/xvimagesink.c:
9838         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9839         Small constifications.
9840
9841 2007-02-15  Wim Taymans  <wim@fluendo.com>
9842
9843         * gst-libs/gst/audio/gstbaseaudiosink.c:
9844         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
9845         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
9846         (gst_base_audio_sink_async_play),
9847         (gst_base_audio_sink_change_state):
9848         Answer latency query.
9849         Use configured latency when syncing.
9850         Fix clock slaving.
9851
9852         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9853         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
9854         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
9855         Fix possible memleak.
9856         Implement latency query.
9857         Small cleanups.
9858
9859 2007-02-15  Wim Taymans  <wim@fluendo.com>
9860
9861         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9862         Ignore errors in reset, these are not fatal. They also grab the element
9863         lock which is already taking when this function is called. Fixes
9864         #405451.
9865
9866 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9867
9868         * configure.ac:
9869           Remove 'tests/examples/xerror/Makefile' from output files again.
9870
9871 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9872
9873         * configure.ac:
9874         * docs/plugins/Makefile.am:
9875           Also crossref against gst-plugins-base-libs.
9876
9877 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9878
9879         * configure.ac:
9880         * docs/libs/Makefile.am:
9881         * docs/plugins/Makefile.am:
9882           Add crossreferences to glib/gobject/gstream docs.
9883
9884         * gst-libs/gst/audio/audio.h:
9885           Source formatting.
9886
9887         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
9888           Add own debug category.
9889
9890 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9891
9892         Patch by: René Stadler <mail at renestadler de>
9893
9894         * gst-libs/gst/tag/gstvorbistag.c:
9895           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
9896           (#403597).
9897
9898 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9899
9900         * gst/playback/gstplaybasebin.c: (setup_source):
9901           When we have external subtitles and wait for the subtitle decodebin
9902           to get up and running, we set up a (sync) bus handler for the
9903           subtitle decodebin, so we can stop waiting when it posts an error
9904           message. However, we should do that before we set the subtitle
9905           decodebin's state to playing, otherwise things are racy and we might
9906           miss error messages posted before we had a chance to set up the bus.
9907           This should finally fix totem hanging on .txt pseudo-subtitle files.
9908           
9909 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
9910
9911         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
9912           Use gst_gdouble_to_guint64 for conversions.
9913         * win32/common/config.h.in:
9914           Add a define for GST_INSTALL_PLUGINS_HELPER
9915         * win32/common/libgstaudio.def:
9916         * win32/common/libgstcdda.def:
9917         * win32/common/libgstnetbuffer.def:
9918         * win32/common/libgstrtp.def:
9919         * win32/common/libgutils.def:
9920           Add new exported functions.
9921         * win32/vs6/gst_plugins_base.dsw:
9922         * win32/vs6/libgstdecodebin.dsp:
9923         * win32/vs6/libgstnetbuffer.dsp:
9924         * win32/vs6/libgstplaybin.dsp:
9925         * win32/vs6/libgstrtp.dsp:
9926         * win32/vs6/libgstvorbis.dsp:
9927         * win32/vs6/libgstcdda.dsp:
9928         * win32/vs6/libgstgdp.dsp:
9929         * win32/vs6/libgstutils.dsp:
9930           Update and add new project files.
9931
9932 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9933
9934         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
9935         (subrip_remove_unhandled_tags), (parse_subrip):
9936           For SubRip (.srt) subtitles, ignore all markup tags we don't
9937           handle (like font tags, for example).
9938
9939         * tests/check/elements/subparse.c:
9940           Add test for this.
9941
9942 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9943
9944         * gst/playback/gstdecodebin.c: (add_fakesink),
9945         (gst_decode_bin_change_state):
9946         * gst/playback/gstdecodebin2.c: (add_fakesink),
9947         (gst_decode_bin_change_state):
9948           Don't error out if there is no fakesink in the NULL to READY state
9949           change, since when decodebin is re-used, we're only adding the
9950           fakesink element in READY to PAUSED.
9951
9952         * tests/check/elements/decodebin.c:
9953         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
9954         (decodebin_suite):
9955           Minimal unit test to make sure we can use the same decodebin
9956           instance twice (at least with audiotestsrc input).
9957
9958 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9959
9960         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
9961           Try to get devic-name from device string first, and from handle only
9962           as fallback (seems to yield better results and is more robust
9963           against buggy probing code on the application side).
9964
9965 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
9966
9967         Based on patch by: Julien Puydt <julien.puydt at laposte net>
9968
9969         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
9970         (gst_alsa_find_device_name):
9971         * ext/alsa/gstalsa.h:
9972         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
9973         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
9974           Improve device-name detection a bit, especially in the case where
9975           the device is not actually open (#405020, #405024). Move common code
9976           into gstalsa.c instead of duplicating it.
9977
9978 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
9979
9980         * gst/audioconvert/gstaudioconvert.c:
9981           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
9982
9983 2007-02-06  Julien MOUTTE  <julien@moutte.net>
9984
9985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
9986         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
9987         (gst_xvimagesink_interface_supported),
9988         (gst_xvimagesink_probe_get_properties),
9989         (gst_xvimagesink_probe_probe_property),
9990         (gst_xvimagesink_probe_needs_probe),
9991         (gst_xvimagesink_probe_get_values),
9992         (gst_xvimagesink_property_probe_interface_init),
9993         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9994         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
9995         (gst_xvimagesink_get_type):
9996         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
9997         for XVAdaptors so that one can choose the adaptor to use with 
9998         gstreamer-properties.
9999
10000 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
10001
10002         * gst/audioconvert/gstaudioconvert.c:
10003           Also mention that a conversion from double to float is suboptimal still.
10004
10005 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
10006
10007         * gst-libs/gst/audio/gstaudiofilter.c:
10008         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
10009           Clear our formats structure and free the caps contained in it when
10010           shutting down.
10011
10012 2007-02-05  Andy Wingo  <wingo@pobox.com>
10013
10014         * gst-libs/gst/audio/gstbaseaudiosink.c
10015         (gst_base_audio_sink_callback): Update basesink->offset so that we
10016         pull monotonically increasing offsets instead of, um, seeking back
10017         to 0 each time. Fixes alsasrc ! alsasink!
10018
10019 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
10020
10021         * gst/videoscale/gstvideoscale.c:
10022           A width and height of 1 makes us crash, so increase minimum size to
10023           2x2 pixels until someone feels like fixing this (#404512).
10024
10025 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10026
10027         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
10028           Add small test to make sure request pads are cleaned up properly
10029           even if oggmux never changes state out of NULL.
10030
10031 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
10032
10033         * tests/check/libs/utils.c: (GST_START_TEST):
10034           Fix unit test. Turns out things work much better when you
10035           NULL-terminate string arrays. Should make p5 build bot happy again.
10036
10037 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10038
10039         * gst-libs/gst/audio/Makefile.am:
10040         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10041         (gst_audio_filter_template_base_init),
10042         (gst_audio_filter_template_class_init),
10043         (gst_audio_filter_template_init),
10044         (gst_audio_filter_template_set_property),
10045         (gst_audio_filter_template_get_property),
10046         (gst_audio_filter_template_setup),
10047         (gst_audio_filter_template_filter),
10048         (gst_audio_filter_template_filter_inplace), (plugin_init):
10049           Oops, forgot to commit fixed-up example.
10050
10051 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10052
10053         * docs/libs/gst-plugins-base-libs-sections.txt:
10054         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10055         (gst_audio_filter_class_init), (gst_audio_filter_init),
10056         (gst_audio_filter_set_caps),
10057         (gst_audio_filter_class_add_pad_templates):
10058         * gst-libs/gst/audio/gstaudiofilter.h:
10059           Port GstAudioFilter to 0.10. This change technically breaks
10060           API and ABI (and thus also every library developer's heart),
10061           but seems justifiable on the grounds that the base class was
10062           completely unusable before (ie. would crash immediately when
10063           actually used). Fixes #403963 (and eventually also #403572).
10064           Also document all of this a bit.
10065
10066 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10067
10068         * gst-libs/gst/utils/install-plugins.c:
10069         (gst_install_plugins_spawn_child):
10070         * tests/check/libs/utils.c:
10071         (test_base_utils_install_plugins_do_callout):
10072           Lowering log level to see why things fail on the p5 build bot;
10073           fix some typos in unit test messages.
10074
10075 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10076
10077         * tests/check/libs/utils.c:
10078         (test_base_utils_install_plugins_do_callout):
10079           Don't hard-code temp directory for test helper; use GLib functions
10080           to write out file and do error checking etc.
10081
10082 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10083
10084         * gst-libs/gst/utils/Makefile.am:
10085         * gst-libs/gst/utils/base-utils.h:
10086         * gst-libs/gst/utils/install-plugins.c:
10087         (gst_install_plugins_context_set_xid),
10088         (gst_install_plugins_context_new),
10089         (gst_install_plugins_context_free),
10090         (gst_install_plugins_get_helper),
10091         (gst_install_plugins_spawn_child),
10092         (gst_install_plugins_return_from_status),
10093         (gst_install_plugins_installer_exited),
10094         (gst_install_plugins_async), (gst_install_plugins_sync),
10095         (gst_install_plugins_return_get_name),
10096         (gst_install_plugins_installation_in_progress):
10097         * gst-libs/gst/utils/install-plugins.h:
10098           API: add API for applications to initiate installation of missing
10099           plugins, ie. gst_install_plugins_async() primarily.
10100           Based on libgimme-codec by Ryan Lortie.
10101
10102         * configure.ac:
10103           Add --with-install-plugins-helper configure option so distros can specify
10104           the path of the helper script or program to call when plugin installation
10105           is requested (distros: please do any argument munging in this helper
10106           script instead of patching GStreamer to pass arguments differently
10107           to another program directly).
10108
10109         * docs/libs/gst-plugins-base-libs-docs.sgml:
10110         * docs/libs/gst-plugins-base-libs-sections.txt:
10111           Build and document new API.
10112
10113         * tests/check/libs/utils.c: (result_cb),
10114         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10115         (libgstbaseutils_suite):
10116           Some simple checks for the new API.
10117
10118 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10119
10120         * tests/check/elements/audioconvert.c: (test_float_conversion):
10121           Add small test for 32bit float <=> 64bit float conversion (works
10122           only one way so far, 32=>64 produces structured noise).
10123
10124 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10125
10126         * gst/audioconvert/gstaudioconvert.c:
10127         (set_structure_widths_32_and_64), (make_lossless_changes):
10128           We don't support floats with a width of 40, 48 or 56 bits.
10129
10130 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10131
10132         * gst/audioconvert/audioconvert.c: (float), (double),
10133         (audio_convert_get_func_index):
10134         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10135         (make_lossless_changes):
10136           Support for 64-bit float audio in audioconvert (#339837)
10137
10138 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10139
10140         Patch by: Holger Wansing  <linux wansing-online de>
10141
10142         * po/LINGUAS:
10143         * po/de.po:
10144           Add German translation (#352069).
10145
10146 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10147
10148         reviewed by: Wim Taymans <wim@fluendo.com>
10149
10150         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10151         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10152         Use newly added GstCollectPads API to free the allocated resources in
10153         the GstOggPad structures (#402393).
10154
10155 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10156
10157         * gst/playback/gstplaybin.c: (gen_vis_element):
10158           Add audioresample+audioconvert in front of the visualisation
10159           element, so that elements like libvisual 0.4 that don't support all
10160           samplerates can work.
10161
10162           Fixes: #402505
10163
10164 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10165
10166         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10167         (gst_play_base_bin_get_streaminfo_value_array):
10168           Take some locks and make a copy of the streaminfo value array we
10169           maintain while holding the lock, so that the application can
10170           retrieve the stream-info as a value array in a thread-safe way.
10171
10172 2007-01-30  Wim Taymans  <wim@fluendo.com>
10173
10174         * gst/audioconvert/gstaudioconvert.c:
10175         Don't fail on 0 sized buffers. Fixes #396835.
10176
10177 2007-01-29  David Schleef  <ds@schleef.org>
10178
10179         * gst/typefind/gsttypefindfunctions.c:
10180           Detect BBCD as video/x-dirac, so we can play raw dirac
10181           streams.
10182
10183 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10184
10185         * ext/theora/theoraenc.c: (theora_enc_chain):
10186           Check return value of theora_encode_header(), or we might try to
10187           allocate a random number of bytes. theora_encode_header() can fail
10188           if libtheora has been compiled with encoding support disabled.
10189           Fixes #398110.
10190
10191 2007-01-29  Wim Taymans  <wim@fluendo.com>
10192
10193         * tests/check/gst/.cvsignore:
10194         Do as buildbot says.
10195
10196 2007-01-29  Wim Taymans  <wim@fluendo.com>
10197
10198         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10199         Fix strides in libvisual. Gst uses X strides.
10200         Inspired by: <ed at catmur dot co dot uk> and 
10201         <tim at centricular dot net>
10202         Fixes #401118.
10203
10204 2007-01-27  Wim Taymans  <wim@fluendo.com>
10205
10206         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10207         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10208         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10209         (gst_ogg_demux_perform_seek),
10210         (gst_ogg_demux_bisect_forward_serialno),
10211         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10212         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10213         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10214         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10215         * ext/ogg/gstoggdemux.h:
10216         Properly propagate streaming errors when we are scanning the file for
10217         chains so that we don't crash when shut down. Might fix some crashers
10218         when quickly switching oggs in RB such as #332503 and #378436.
10219
10220 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10221
10222         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10223           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10224           error code as well.
10225
10226 2007-01-25  Wim Taymans  <wim@fluendo.com>
10227
10228         * gst/playback/gstplaybasebin.c: (remove_source):
10229         Don't try to disconnect a signal from a finalized object.
10230
10231 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10232
10233         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10234           Cast lock macro parameters to make sure we're actually accessing the
10235           lock member at the right class level. Free list itself in _dispose()
10236           as well and NULL it in case dispose gets called multiple times.
10237
10238 2007-01-25  Edward Hervey  <edward@fluendo.com>
10239
10240         * gst/playback/gstdecodebin2.c:
10241         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10242         Free GstDecodeGroups no longer used.
10243         (gst_decode_group_expose):
10244         Don't unlock too many times !
10245         (deactivate_free_recursive):
10246         Free iterator once we're done with it.
10247         Fix for recursively deactivating elements (stop at ghostpads).
10248
10249 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10250
10251         * gst/playback/gstplaybin.c: (handoff):
10252           Fix up caps on the frame buffer before we save it and potentially
10253           make it accessible to other threads via g_object_get; also use
10254           gst_buffer_replace() instead of gst_mini_object_replace().
10255
10256 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10257
10258         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10259           Make getting the current frame thread-safe.
10260
10261 2007-01-25  Edward Hervey  <edward@fluendo.com>
10262
10263         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10264         (gst_decode_group_new), (gst_decode_group_free):
10265         Set queues to bigger sizes to cope with HD contents.
10266         Fix some mutex freeing and add comment about MT safe methods.
10267
10268 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10269
10270         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10271         (gst_text_overlay_text_event):
10272           Don't unnecessarily ref (and then leak) upstream events if the text
10273           pad is not linked. Fixes #399948.
10274
10275         * tests/check/gst-plugins-base.supp:
10276           Add suppression for pango on edgy/x86 for textoverlay test.
10277
10278 2007-01-24  Wim Taymans  <wim@fluendo.com>
10279
10280         * gst-libs/gst/rtp/gstrtpbuffer.h:
10281         Add some more fixed payloads.
10282
10283 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10284
10285         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10286           Error out properly if we get an error from libogg while reading the
10287           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10288
10289 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10290
10291         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10292           Don't leak mutex.
10293
10294         * tests/check/elements/playbin.c:
10295         (test_sink_usage_video_only_stream),
10296         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10297         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10298         (test_missing_suburisource_handler),
10299         (test_missing_primary_decoder), (playbin_suite):
10300           Run all tests once with decodebin and once with decodebin2.
10301           One test does not pass yet with decodebin2.
10302
10303 2007-01-23  Edward Hervey  <edward@fluendo.com>
10304
10305         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10306         Fix the cases where oggmux doesn't properly figure out that all
10307         sinkpads have gone EOS, and therefore doesn't push out the remaining
10308         buffers and the final EOS event.
10309         Fixes #363379
10310
10311 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10312
10313         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10315         Don't lock on navigation event push, just on keysym to string.
10316         Fixes #397673 again.
10317
10318 2007-01-22  Edward Hervey  <edward@fluendo.com>
10319
10320         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10321         (get_current_group), (group_demuxer_event_probe),
10322         (gst_decode_group_expose), (deactivate_free_recursive),
10323         (gst_decode_group_free):
10324         Cleanups.
10325         Don't forget to emit 'no-more-pads' once a group is exposed.
10326         Cleanup elements from a DecodeGroup once we remove it.
10327         Protect call to gst_decode_group_expose() with the decodebin lock.
10328
10329 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10330
10331         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10333         Looking at Xorg code i can't figure out if that XKeysymToString
10334         function is thread sensible or not. Lock it just in case as
10335         recommended by Radek Doulik <rodo at ximian dot com>.
10336
10337 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10338
10339         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10340         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10341         Lock that X Call as well. Fixes #397673.
10342
10343 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10344
10345         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10346           Don't go into an endless loop if the file starts with 00 00 01 2X,
10347           like quicktime redirect files might. Fixes #396042.
10348
10349         * tests/check/Makefile.am:
10350         * tests/check/gst/.cvsignore:
10351         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10352         (typefindfunctions_suite):
10353           Add unit test for the above.
10354
10355 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10356
10357         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10358           On second thought, use "depth" field rather than "bpp" field.
10359
10360 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10361
10362         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10363           Camtasia caps apparently need a bpp field (#398875).
10364
10365 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10366
10367         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10368         (gen_source_element), (gst_play_base_bin_change_state):
10369           Attempt at a better error message in case we don't have the required
10370           URI handler installed; post missing-plugin message also when we're
10371           missing an URI handler for the subtitle URI; clean up properly also
10372           when an error occurs and we never made it to PAUSED state.
10373
10374         * tests/check/elements/playbin.c: (GST_START_TEST),
10375         (playbin_suite):
10376           Check that we're also getting a missing-plugin messsage for a
10377           missing subtitle URI handler (and clean up properly).
10378
10379 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10380
10381         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10382           Plug a few reference leaks.
10383
10384 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10385
10386         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10387           Lower probability a bit if the marker isn't right at the start,
10388           to decrease the chance of false positives.
10389
10390 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10391
10392         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10393           Small mpeg2 system stream typefinding improvement: make typefinder
10394           probe a bit into the stream instead of just looking for a marker
10395           at the beginning. Fixes #397810.
10396
10397 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10398
10399         * gst/audioconvert/gstchannelmix.c:
10400           Remove compatibility cruft for prehistoric GLib versions.
10401
10402 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10403
10404         * gst/playback/Makefile.am:
10405         * gst/playback/gstdecodebin.c: (close_pad_link):
10406         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10407         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10408         (gst_play_base_bin_handle_message_func), (unknown_type):
10409           Let decodebin be the element to post missing-plugin messages for
10410           missing decoders (rather than playbin); make playbin implement
10411           GstBin::handle_message so we can suppress missing-plugin messages
10412           for types we're not handling on purpose (don't want to bring up an
10413           installer in those cases).
10414
10415 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10416
10417         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10418         * gst-libs/gst/tag/gstvorbistag.c:
10419         (gst_tag_list_to_vorbiscomment_buffer):
10420         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10421           Fix potentially unaligned access (#397207).
10422
10423 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10424
10425         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10426         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10427         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10428         (main):
10429           Allow to toggle looping while it plays. Fix callback prototype. Clean
10430           up code a bit more. Add copyright header.
10431
10432 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10433
10434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10435           Red and blue mask was swapped (spotted by Dan Williams).
10436
10437 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10438
10439         * gst-libs/gst/tag/gstid3tag.c:
10440         * gst-libs/gst/tag/gstvorbistag.c:
10441           Use new beats-per-minute tag from core.
10442
10443 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10444
10445         * po/POTFILES.in:
10446           Add new files with translatable strings, so they actually make it
10447           into the template file one day.
10448
10449 2007-01-12  Andy Wingo  <wingo@pobox.com>
10450
10451         * gst-libs/gst/audio/gstbaseaudiosink.c
10452         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10453         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10454         stuff, as the base class handles this now. Actually tell the ring
10455         buffer to start.
10456         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10457         How did this work before? Maybe I'm not as awesome a programmer as
10458         I think.
10459
10460         * gst-libs/gst/audio/gstbaseaudiosrc.c
10461         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10462         of a pad function.
10463
10464 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10465
10466         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10467           Remove more fields so that the application can better blacklist
10468           formats that have been tried before.
10469
10470 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10471
10472         * gst-libs/gst/audio/mixerutils.h:
10473           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10474           used when compiling with c++ compilers as well.
10475
10476 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10477
10478         * gst/typefind/gsttypefindfunctions.c:
10479           Fix comment.
10480
10481 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10482
10483         * gst/playback/gstplaybin.c: (post_missing_element_message),
10484         (gen_video_element), (gen_text_element), (gen_audio_element),
10485         (gen_vis_element):
10486           Post missing-plugin messages also when we error out because
10487           converters, textoverlay or auto*sinks are missing (#161922).
10488
10489 2007-01-10  Wim Taymans  <wim@fluendo.com>
10490
10491         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10492         (is_demuxer_element), (new_caps):
10493         * gst/playback/gstplaybasebin.c: (source_new_pad):
10494         Fix the case where we try to ref a NULL element when we delay a link
10495         because of unfixed caps.
10496         Set the state of autoplugged decodebins to PAUSED.
10497         RTSP now works in playbin, we can remove it from the blacklist.
10498
10499 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10500
10501         * gst/playback/Makefile.am:
10502         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10503         (unknown_type), (setup_subtitle), (gen_source_element):
10504         * gst/playback/gstplaybin.c: (plugin_init):
10505           Post missing-plugin messages on the bus for missing sources and
10506           missing decoders/demuxers/depayloaders; fix error code used when
10507           we're missing an URI handler source; for media types that we are not
10508           handling on purpose at the moment, don't print "don't know how to
10509           handle xyz" messages to the terminal or post missing-plugin
10510           messages on the bus.
10511
10512         * tests/check/elements/playbin.c: (create_playbin),
10513         (GST_START_TEST), (gst_codec_src_uri_get_type),
10514         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10515         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10516         (gst_codec_src_init_type), (gst_codec_src_base_init),
10517         (gst_codec_src_create), (gst_codec_src_class_init),
10518         (gst_codec_src_init), (plugin_init), (playbin_suite):
10519           Add some tests for the missing-plugin stuff.
10520
10521 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10522
10523         * configure.ac:
10524         * gst-libs/gst/Makefile.am:
10525         * gst-libs/gst/utils/Makefile.am:
10526         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10527         * gst-libs/gst/utils/base-utils.h:
10528         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10529         (find_format_info), (caps_are_rtp_caps),
10530         (gst_base_utils_get_source_description),
10531         (gst_base_utils_get_sink_description),
10532         (gst_base_utils_get_decoder_description),
10533         (gst_base_utils_get_encoder_description),
10534         (gst_base_utils_get_element_description),
10535         (gst_base_utils_add_codec_description_to_tag_list),
10536         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10537         * gst-libs/gst/utils/descriptions.h:
10538         * gst-libs/gst/utils/missing-plugins.c:
10539         (missing_structure_get_type), (copy_and_clean_caps),
10540         (gst_missing_uri_source_message_new),
10541         (gst_missing_uri_sink_message_new),
10542         (gst_missing_element_message_new),
10543         (gst_missing_decoder_message_new),
10544         (gst_missing_encoder_message_new),
10545         (missing_structure_get_string_detail),
10546         (missing_structure_get_caps_detail),
10547         (gst_missing_plugin_message_get_installer_detail),
10548         (gst_missing_plugin_message_get_description),
10549         (gst_is_missing_plugin_message):
10550         * gst-libs/gst/utils/missing-plugins.h:
10551           API: add new libgstbaseutils library with functions
10552           - to create and parse missing-plugins messages
10553           - that provide (translated) descriptions for caps/decoders/sources/etc.
10554           Closes #392393.
10555
10556         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10557         * pkgconfig/gstreamer-plugins-base.pc.in:
10558           Add new lib.
10559
10560         * docs/libs/gst-plugins-base-libs-docs.sgml:
10561         * docs/libs/gst-plugins-base-libs-sections.txt:
10562           Generate docs for new lib and API.
10563
10564         * tests/check/Makefile.am:
10565         * tests/check/libs/.cvsignore:
10566         * tests/check/libs/utils.c: (missing_msg_check_getters),
10567         (GST_START_TEST), (libgstbaseutils_suite):
10568           Add some basic unit tests.
10569
10570 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10571
10572         * ext/ogg/Makefile.am:
10573           Dist gstoggdemux.h to fix 'make distcheck'.
10574
10575         * sys/v4l/Makefile.am:
10576           Fix 'make distcheck' even more.
10577
10578 2007-01-09  Wim Taymans  <wim@fluendo.com>
10579
10580         * docs/plugins/Makefile.am:
10581         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10582         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10583         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10584         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10585         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10586         (gst_ogg_demux_perform_seek):
10587         * ext/ogg/gstoggdemux.h:
10588         Added docs.
10589         Add some more comments.
10590         Small cleanups.
10591
10592 2007-01-09  Wim Taymans  <wim@fluendo.com>
10593
10594         * ext/theora/theoradec.c:
10595         * ext/vorbis/vorbisdec.c:
10596         * gst-libs/gst/audio/gstringbuffer.c:
10597         (gst_ring_buffer_commit_full):
10598         * gst-libs/gst/audio/gstringbuffer.h:
10599         * gst-libs/gst/rtp/gstrtpbuffer.c:
10600         * gst-libs/gst/tag/gstvorbistag.c:
10601         Small documentation updates/fixes
10602
10603 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10604
10605         * configure.ac:
10606           Require core CVS HEAD for Andy's basesrc/sink API additions.
10607
10608 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10609
10610         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10611
10612         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10613         (plugin_init):
10614           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10615           on flac.sf.net (there appear to be other versions of the first
10616           ogg page in the wild) (#391365).
10617
10618 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10619
10620         * configure.ac:
10621           Check if localtime_r() is available.
10622
10623         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10624           If localtime_r() is not available, fall back to localtime(). Should
10625           fix build on MingW (#393310).
10626
10627 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10628
10629         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10630         * gst/subparse/gstsubparse.h:
10631           Remove spurious 1000 subtrahend when calculating the timestamp from
10632           the frame number and the frame rate . Also, use the frames/second
10633           value specified in the first line of the file, if one is specified
10634           there. Should fix #357503.
10635
10636         * tests/check/elements/subparse.c: (do_test),
10637         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10638         (subparse_suite):
10639           Add some basic unit tests for the microdvd subtitle format.
10640
10641 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10642
10643         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10644
10645         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10646         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10647         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10648         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10649         (gst_xvimagesink_set_xwindow_id),
10650         (gst_xvimagesink_set_event_handling),
10651         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10652         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10653         Fixes: #390076.
10654         Add an adaptor property to select a specific XV adaptor.
10655         * sys/xvimage/xvimagesink.h:
10656
10657 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10658
10659         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10660         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10661         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10662         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10663         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10664         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10665         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10666         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10667         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10668         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10669         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10670         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10671         Use flow_lock much more to protect every access to xwindow.
10672         Try to catch erros while creating images in case some drivers are
10673         just generating an XError when the requested image is too big.
10674         Should fix : #354698, #384008, #384060.
10675         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10676         Implement some stress testing of setting window xid.
10677
10678 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10679
10680         * win32/common/libgsaudio.def:
10681           Add new exported function.
10682         * win32/common/libgstogg.dsp:
10683           Add gstoggaviparse.c to the build.
10684         * win32/common/libgstvideoscale.dsp:
10685           Add vs_4tap.c to the build.
10686         * win32/common/libgstvorbis.dsp:
10687           Add vorbistag.c to the build.
10688         
10689 2007-01-06  Andy Wingo  <wingo@pobox.com>
10690
10691         * gst-libs/gst/audio/gstbaseaudiosink.c
10692         (gst_base_audio_sink_class_init)
10693         (gst_base_audio_sink_init): 
10694         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10695         to baseaudiosink, and tell basesink that we can work in pull mode.
10696         This way the ring buffer thread drives the pipeline directly, if
10697         pull mode is possible. There is some lingering nastiness regarding
10698         capsnego, however.
10699         (gst_base_audio_sink_callback): Implement the callback to pull
10700         data. This interface is a bit light, though -- it should get a
10701         GstFlowReturn return value at least.
10702
10703 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10704
10705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10706         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10707         * gst/playback/gstdecodebin2.c:
10708         (gst_decode_group_check_if_blocked):
10709           Printf format and missing argument fixes.
10710
10711 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10712
10713         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10714         (gst_ogm_parse_change_state):
10715         Activate pads before adding them to the element.
10716
10717 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10718
10719         * tests/examples/seek/scrubby.c: (main):
10720         * tests/examples/seek/seek.c: (main):
10721           Call g_thread_init() first thing in main() (see #391278).
10722
10723 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10724
10725         * tests/check/Makefile.am:
10726         * tests/check/libs/.cvsignore:
10727         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10728         (netbuffer_suite):
10729           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10730           for the time being, since it's broken, see #393099.
10731
10732 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10733
10734         * tests/check/Makefile.am:
10735           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10736
10737 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10738
10739         * configure.ac:
10740           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10741           so that GST_BASE_CFLAGS can go inbetween them, making sure
10742           we use uninstalled gst-libs headers
10743         * docs/libs/Makefile.am:
10744         * ext/alsa/Makefile.am:
10745         * ext/cdparanoia/Makefile.am:
10746         * ext/gnomevfs/Makefile.am:
10747         * ext/libvisual/Makefile.am:
10748         * ext/ogg/Makefile.am:
10749         * ext/theora/Makefile.am:
10750         * ext/vorbis/Makefile.am:
10751         * gst-libs/gst/audio/Makefile.am:
10752         * gst-libs/gst/cdda/Makefile.am:
10753         * gst-libs/gst/interfaces/Makefile.am:
10754         * gst-libs/gst/riff/Makefile.am:
10755         * gst-libs/gst/rtp/Makefile.am:
10756         * gst-libs/gst/tag/Makefile.am:
10757         * gst/adder/Makefile.am:
10758         * gst/audioconvert/Makefile.am:
10759         * gst/audiorate/Makefile.am:
10760         * gst/audioresample/Makefile.am:
10761         * gst/playback/Makefile.am:
10762         * gst/tcp/Makefile.am:
10763         * gst/videoscale/Makefile.am:
10764         * gst/volume/Makefile.am:
10765         * sys/ximage/Makefile.am:
10766         * sys/xvimage/Makefile.am:
10767         * tests/icles/Makefile.am:
10768           adapt
10769
10770 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10771
10772         * gst-libs/gst/interfaces/xoverlay.c:
10773         (gst_x_overlay_handle_events):
10774         * gst-libs/gst/interfaces/xoverlay.h:
10775         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10776         (gst_ximagesink_set_xwindow_id),
10777         (gst_ximagesink_set_event_handling),
10778         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10779         (gst_ximagesink_get_property), (gst_ximagesink_init),
10780         (gst_ximagesink_class_init):
10781         * sys/ximage/ximagesink.h:
10782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10783         (gst_xvimagesink_set_xwindow_id),
10784         (gst_xvimagesink_set_event_handling),
10785         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10786         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10787         (gst_xvimagesink_class_init):
10788         * sys/xvimage/xvimagesink.h:
10789         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10790         Add a method to the XOverlay interface to allow disabling of 
10791         event handling in x[v]imagesink elements. This will let X events
10792         propagate to parent windows which can be usefull in some cases.
10793         Be carefull that the application is then responsible of pushing
10794         navigation events and expose events to the video sink.
10795         Fixes: #387138.
10796
10797 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10798
10799         * gst-libs/gst/tag/gstvorbistag.c:
10800         * tests/check/libs/tag.c: (GST_START_TEST):
10801           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10802           (fixes #392070).
10803
10804 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10805
10806         * configure.ac:
10807         * docs/Makefile.am:
10808         * docs/design/Makefile.am:
10809           Dist design docs.
10810
10811 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10812
10813         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10814         typo. Fixes: #390063.
10815
10816 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10817
10818         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10820         caps leak.
10821         * win32/common/config.h: Updated.
10822
10823 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10824
10825         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10826         (setup_gdpdepay_streamheader):
10827         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10828         (setup_gdppay_streamheader):
10829           Fix the dp tests, but activating the pads for the streamheader tests
10830           too and cleaning up conditionaly
10831
10832 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
10833
10834         * gst/ffmpegcolorspace/avcodec.h:
10835         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10836         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10837         (gst_ffmpegcsp_avpicture_fill):
10838         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10839         (img_get_alpha_info):
10840         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10841         other end of the word. Fixes: #387073.
10842
10843         Add some inconsequential branch hints in a couple of places.
10844
10845 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
10846
10847         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10848         (gst_ffmpeg_caps_to_smpfmt):
10849           The "signed" field in raw audio caps is of boolean type, trying to
10850           extract the value with _get_int() will fail (fix to keep in sync with
10851           the copy in gst-ffmpeg)
10852
10853 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10854
10855         * tests/check/elements/audioresample.c: (cleanup_audioresample):
10856         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
10857         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
10858         (cleanup_gdpdepay):
10859         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
10860         * tests/check/elements/subparse.c: (teardown_subparse):
10861         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
10862         * tests/check/elements/videorate.c: (cleanup_videorate):
10863         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
10864         * tests/check/elements/volume.c: (cleanup_volume):
10865         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
10866         (cleanup_vorbisdec):
10867         * tests/check/elements/vorbistag.c: (setup_vorbistag),
10868         (cleanup_vorbistag):
10869           consistent pad (de)activation
10870
10871 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10872
10873         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10874           Forgot to register the extensions.
10875
10876 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10877
10878         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
10879         (plugin_init):
10880           Add typefinder for VIVO files (my christmas present to the 90s).
10881
10882 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10883
10884         * gst/playback/gstdecodebin.c: (type_found):
10885           Special-case the text/plain media type: we only want to recognise it
10886           as a 'raw' decoded media type if it comes from a demuxer or subtitle
10887           parser, but not if the entire stream is of text/plain type. If the
10888           entire stream is text/plain, we should just error out.
10889
10890           This fixes playback of audio files with lyrics in totem. Totem can't
10891           distinguish between text files and subtitle files and passes any
10892           .txt file with the same basename as the main file to playbin as
10893           suburi, and playbin will then throw a 'subtitle found, but no video
10894           stream' error, which isn't entirely helpful. See #380342.
10895
10896           Also, with this change we'll show a slightly more correct error
10897           message in case totem passes a playlist file to us (although a
10898           custom error message wording instead of the default text would
10899           probably not be a bad idea either).
10900
10901           Same problem also needs to be fixed for playbin+decodebin2.
10902
10903         * tests/check/Makefile.am:
10904         * tests/check/elements/decodebin.c: (src_handoff_cb),
10905         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
10906         (decodebin_suite):
10907           Add simple unit test for decodebin for the above.
10908
10909 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10910
10911         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10912         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
10913           Refuse to change state to READY when we failed to create any of the
10914           required elements in our instance init function.
10915
10916 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
10917
10918         * docs/libs/gst-plugins-base-libs-sections.txt:
10919           Small docs fixes/updates.
10920
10921         * gst-libs/gst/video/gstvideosink.h:
10922           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
10923           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
10924           removed from the base sink API between 0.9.6 and 0.9.7).
10925           API: add GST_VIDEO_SINK_CAST and use it for the height/width
10926           accessor macros, so we don't do a runtime GObject type check every
10927           time we use them.
10928
10929 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10930
10931         * Makefile.am:
10932         * gst-plugins-base.doap:
10933         * gst-plugins-base.spec.in:
10934           add doap file
10935
10936 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
10937
10938         Patch by: Jens Granseuer <jensgr at gmx net>
10939
10940         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10941         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10942         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
10943         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
10944         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10945           Declare variables at the beginning of a block. Fixes #383195.
10946
10947 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
10948
10949         * configure.ac:
10950         Bump version nano - back to CVS.
10951
10952
10953 === release 0.10.11 ===
10954
10955 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
10956
10957         * configure.ac:
10958           releasing 0.10.11, "Dumb things"
10959
10960 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
10961
10962         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
10963         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
10964         Handle the case where an element has multiple pads with 
10965         unfixed caps as well as still possibly producing more dynamic 
10966         pads by storing each case as a distinct entry in the dynamic list.
10967         Fixes #38223 again.
10968
10969 2006-12-04  Wim Taymans  <wim@fluendo.com>
10970
10971         * gst/playback/gstdecodebin.c: (close_pad_link):
10972         Fix #382223, add more dynamic caps handling.
10973
10974 2006-12-04  Wim Taymans  <wim@fluendo.com>
10975
10976         * gst-libs/gst/audio/gstringbuffer.h:
10977         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
10978         (gst_netaddress_set_ip4_interface),
10979         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
10980         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
10981         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
10982         (gst_netaddress_get_ttl):
10983         * gst-libs/gst/netbuffer/gstnetbuffer.h:
10984         * gst/playback/gstdecodebin.c: (close_pad_link):
10985         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
10986         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
10987         * win32/common/config.h:
10988
10989 2006-12-01  Michael Smith  <msmith@fluendo.com>
10990
10991         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
10992           Delete bad debug code.
10993           Fixes #381219
10994
10995 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
10996
10997         * gst/videoscale/vs_4tap.c:
10998         * win32/MANIFEST:
10999         * win32/common/config.h:
11000         * win32/vs8/libgstvideoscale.vcproj:
11001         Fix compilation on win32 under VS8
11002         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
11003         Partially fixes #381175
11004
11005 2006-11-30  Michael Smith  <msmith@fluendo.com>
11006
11007         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11008         (GST_START_TEST):
11009           It would be very bad if, after a discont buffer, we thought every
11010           single following buffer was also discont. So, add to the test to
11011           ensure that this isn't the case.
11012           
11013         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
11014           ... it was the case. So fix it.
11015
11016 2006-11-28  Wim Taymans  <wim@fluendo.com>
11017
11018         * gst/playback/gstplaybasebin.c: (check_queue_event):
11019         Improve debug.
11020
11021         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
11022         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
11023         padtemplate caps. Refixes #357577.
11024
11025 2006-11-28  Wim Taymans  <wim@fluendo.com>
11026
11027         * gst/playback/gstplaybasebin.c: (check_queue_event),
11028         (queue_threshold_reached), (queue_out_of_data),
11029         (gen_preroll_element):
11030         Add event probe to see when EOS is in a queue and we can disable the
11031         underrun signals. Fixes #357577.
11032
11033 2006-11-28  Edward Hervey  <edward@fluendo.com>
11034
11035         * gst/playback/Makefile.am:
11036         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
11037         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
11038         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
11039         (gst_decode_bin_init), (gst_decode_bin_dispose),
11040         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
11041         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
11042         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11043         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11044         (connect_element), (expose_pad), (type_found),
11045         (pad_added_group_cb), (pad_removed_group_cb),
11046         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11047         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11048         (are_raw_caps), (multi_queue_overrun_cb),
11049         (multi_queue_underrun_cb), (gst_decode_group_new),
11050         (get_current_group), (group_demuxer_event_probe),
11051         (gst_decode_group_control_demuxer_pad),
11052         (gst_decode_group_control_source_pad),
11053         (gst_decode_group_check_if_blocked),
11054         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11055         (gst_decode_group_hide), (gst_decode_group_free),
11056         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11057         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11058         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11059         (plugin_init):
11060         New decodebin2 element.
11061         Closes #370092
11062         * gst/playback/gstplay-marshal.list:
11063         Added marshallers for new signals in decodebin2
11064         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11065         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11066         is set.
11067
11068 2006-11-28  Wim Taymans  <wim@fluendo.com>
11069
11070         * gst/playback/gstplaybasebin.c: (setup_source),
11071         (gst_play_base_bin_change_state):
11072         Disable rtsp:// uris for the release, it's not good enough yet.
11073         Remove unused var.
11074
11075 2006-11-26  Wim Taymans  <wim@fluendo.com>
11076
11077         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11078         (theora_dec_push_forward), (theora_dec_push_reverse),
11079         (theora_handle_data_packet), (theora_dec_decode_buffer),
11080         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11081         (theora_dec_chain_forward), (theora_dec_chain):
11082         Implement reverse playback.
11083
11084         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11085         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11086         (vorbis_dec_chain_forward):
11087         Clear buffers used for reverse playback in _reset.
11088         No need to set the eos flag, we clip samples using the segment.
11089
11090 2006-11-24  Wim Taymans  <wim@fluendo.com>
11091
11092         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11093         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11094         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11095         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11096         Some cleanups.
11097         Handle continued pages in reverse mode.
11098
11099 2006-11-24  Wim Taymans  <wim@fluendo.com>
11100
11101         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11102         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11103         (vorbis_dec_flush_decode):
11104         Small cleanups.
11105         Don't try to add invalid timestamps.
11106         Clipping will unref the buffer.
11107
11108 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11109
11110         * gst/adder/gstadder.h:
11111         * gst/audiotestsrc/gstaudiotestsrc.h:
11112           remove obsolete _factory_init protos
11113
11114 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11115
11116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11117           Fix spacing in debug message.
11118
11119 2006-11-23  Wim Taymans  <wim@fluendo.com>
11120
11121         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11122         (gst_ogg_demux_chain):
11123         Don't just ignore return values from _pad_push().
11124         Small debug improvements.
11125
11126 2006-11-23  Michael Smith  <msmith@fluendo.com>
11127
11128         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11129           If our incoming buffer is marked as DISCONT, then increment the page
11130           number (so that the discontinuity is marked in the final ogg
11131           bitstream) and flush the previous page.
11132
11133 2006-11-22  Michael Smith  <msmith@fluendo.com>
11134
11135         * ext/theora/gsttheoraenc.h:
11136         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11137         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11138         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11139         (theora_enc_chain), (theora_enc_change_state):
11140           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11141
11142         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11143         (GST_START_TEST), (theoraenc_suite):
11144           Enable discontinuity test, fix it.
11145
11146 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11147
11148         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11149         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11150         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11151         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11152         (gst_text_overlay_change_state):
11153         * ext/pango/gsttextoverlay.h:
11154           Some textoverlay fixes: for one, in the video chain function,
11155           actually wait for a text buffer to come in if there is none at the
11156           moment and there should be one; also, deal more gracefully with
11157           incoming buffers that do not have a timestamp or duration; discard
11158           text buffer when not needed any longer. Fixes #341681.
11159
11160         * tests/check/Makefile.am:
11161         * tests/check/elements/.cvsignore:
11162         * tests/check/elements/textoverlay.c:
11163         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11164         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11165         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11166         (test_video_waits_for_text_send_text_newsegment_thread),
11167         (test_video_waits_for_text_shutdown_element),
11168         (test_render_continuity_push_video_buffers_thread),
11169         (textoverlay_suite):
11170           Add some unit tests for textoverlay.
11171
11172 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11173
11174         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11175           Avoid integer underflow when the found probability for mp3 is
11176           smaller than the 'penalty' we subtract if there's not a clean
11177           mp3 header sync at offset 0.
11178
11179 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11180
11181         * docs/libs/gst-plugins-base-libs-sections.txt:
11182           Add some new symbols to the docs
11183
11184 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11185
11186         * tests/check/Makefile.am:
11187         * tests/check/elements/ffmpegcolorspace.c:
11188         (ffmpegcolorspace_suite):
11189           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11190           (for now not for valgrinding though, since it takes too long).
11191
11192 2006-11-20  Wim Taymans  <wim@fluendo.com>
11193
11194         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11195         (gst_ffmpeg_pixfmt_to_caps):
11196         Fix RGBA32 caps. Fixes #357038.
11197
11198 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11199
11200         * gst-libs/gst/interfaces/mixertrack.h:
11201           Add FIXME so we can add some padding here in 0.11
11202
11203 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11204
11205         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11206           Fix GstBaseRTPAudioPayload structure so the whole GObject
11207           inheritance business actually works (parent class instance structure
11208           must always come first in the derived class instance structure).
11209
11210 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11211
11212         * gst/videotestsrc/Makefile.am:
11213         * tests/check/Makefile.am:
11214           Make sure our checks and the videotestsrc plugin link against the
11215           local uninstalled gst libs and not any installed gst libs that
11216           might happen to exist as well.
11217
11218         * tests/check/elements/adder.c: (message_received),
11219         (test_event_message_received), (test_play_twice_message_received):
11220         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11221           Fix compiler warnings when compiling against core with disabled
11222           debugging system.
11223
11224 2006-11-16  Michael Smith  <msmith@fluendo.com>
11225
11226         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11227         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11228           Fix audiorate, so that it accurately sets offsets and timestamps.
11229           Doesn't change the fundamental algorithmic decisions; so should be
11230           safe.
11231
11232         * tests/check/Makefile.am:
11233           Enable audiorate test now that it passes.
11234
11235 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11236
11237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11238           clear xv when going to NULL, remove // commented non-existant proto
11239
11240         * tests/examples/seek/seek.c: (main):
11241           add missing tooltip description for scrub and play_scrub
11242
11243 2006-11-14  David Schleef  <ds@schleef.org>
11244
11245         * configure.ac:
11246           Bump liboil requirement to 0.3.8.
11247         * gst-libs/gst/riff/riff-media.c:
11248           Add Dirac fourcc.
11249         * gst/videoscale/vs_image.h:
11250         * gst/videoscale/vs_scanline.h:
11251           Use liboil's stdint.h.
11252         * gst/videotestsrc/videotestsrc.c:
11253           Remove liboil related ifdef's, since they aren't needed now, and
11254           won't work with future versions.
11255
11256 2006-11-14  David Schleef  <ds@schleef.org>
11257
11258         * gst/videoscale/Makefile.am:
11259         * gst/videoscale/gstvideoscale.c:
11260         * gst/videoscale/gstvideoscale.h:
11261         * gst/videoscale/vs_4tap.c:
11262         * gst/videoscale/vs_4tap.h:
11263         * gst/videoscale/vs_image.c:
11264         * gst/videoscale/vs_image.h:
11265         * gst/videoscale/vs_scanline.c:
11266         * gst/videoscale/vs_scanline.h:
11267           Add a 4-tap image scaler.  Theoretically looks much prettier.
11268           The tap calculation could use some improvement.
11269
11270 2006-11-14  Wim Taymans  <wim@fluendo.com>
11271
11272         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11273
11274         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11275         (gst_riff_parse_strf_iavs):
11276         * gst/subparse/gstsubparse.c: (convert_encoding):
11277         * gst/tcp/gstmultifdsink.c:
11278         (gst_multi_fd_sink_handle_client_write):
11279         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11280         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11281         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11282         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11283         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11284         (gst_ximagesink_ximage_new):
11285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11286         Various gsize and gssize printf fixes. Fixes #372507.
11287
11288 2006-11-13  Wim Taymans  <wim@fluendo.com>
11289
11290         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11291         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11292         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11293         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11294         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11295         * ext/vorbis/vorbisdec.h:
11296         First stab at vorbis reverse playback.
11297
11298 2006-11-13  Wim Taymans  <wim@fluendo.com>
11299
11300         * gst-libs/gst/audio/gstbaseaudiosink.c:
11301         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11302         * gst-libs/gst/audio/gstbaseaudiosink.h:
11303         Make the clock sync code more accurate wrt resampling and playback
11304         at different rates.
11305         
11306         * gst-libs/gst/audio/gstringbuffer.c:
11307         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11308         * gst-libs/gst/audio/gstringbuffer.h:
11309         Use better algorithm to interpolate sample rates. 
11310
11311 2006-11-13  Michael Smith  <msmith@fluendo.com>
11312
11313         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11314           Improve a debug line slightly.
11315
11316         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11317           Call gst_riff_init() in plugin_init, to avoid getting errors from
11318           the debug system (unrelated changes to another plugin made this turn
11319           up; not sure why).
11320
11321 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11322
11323         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11324
11325         * win32/common/libgsttag.def:
11326           Add missing symbol (#366492).
11327
11328 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11329
11330         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11331           Don't unref a NULL pad.
11332
11333 2006-11-09  Wim Taymans  <wim@fluendo.com>
11334
11335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11336         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11337         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11338         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11339         (gst_ogg_demux_loop):
11340         Implement first stab at reverse playback.
11341
11342 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11343
11344         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11345         (gst_riff_create_video_template_caps):
11346           add h263/h264 variants to the caps, Fixes #363118
11347
11348 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11349
11350         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11351         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11352           Use g_strerror instead of strerror so we get UTF-8.
11353
11354 2006-11-03  David Schleef  <ds@schleef.org>
11355
11356         * ext/ogg/gstoggdemux.c:
11357         * ext/ogg/gstoggmux.c:
11358           Add/remove KW-DIRAC header here, since it is ogg-specific.
11359
11360 2006-11-03  Michael Smith  <msmith@fluendo.com>
11361
11362         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11363           Recognise more mpeg4 elementary video streams.
11364
11365 2006-11-02  Edward Hervey  <edward@fluendo.com>
11366
11367         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11368         Lower the probability of mp3 typefinding functions if we don't find a
11369         valid mp3 header at the start of the file.
11370         Closes #369482
11371
11372 2006-11-02  Wim Taymans  <wim@fluendo.com>
11373
11374         * ext/theora/gsttheoradec.h:
11375         * ext/theora/theoradec.c: (gst_theora_dec_init),
11376         (theora_dec_sink_event), (theora_dec_chain_forward),
11377         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11378         (theora_dec_chain):
11379         Document and partially implement an algorithm for doing reverse playback
11380         of theora video.
11381
11382 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11383
11384         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11385
11386         * win32/common/config.h:
11387         * win32/common/interfaces-enumtypes.c:
11388         * win32/common/libgsttag.def:
11389         * win32/vs8/gst-plugins-base.sln:
11390         * win32/vs8/libgstaudioresample.vcproj:
11391         * win32/vs8/libgstinterfaces.vcproj:
11392         * win32/vs8/libgstogg.vcproj:
11393         * win32/vs8/libgstriff.vcproj:
11394         * win32/vs8/libgsttag.vcproj:
11395         * win32/vs8/libgsttheora.vcproj:
11396         * win32/vs8/libgstvideoscale.vcproj:
11397         * win32/vs8/libgstvorbis.vcproj:
11398           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11399           to libgsttag.def; add missing dependencies for some vs8 projects;
11400           re-arrange placement of .def files in vs8 projects (#366334).
11401
11402 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11403
11404         * ext/ogg/gstogg.c:
11405           Remove unused variable.
11406
11407         * ext/ogg/gstoggdemux.c:
11408           Fix Wim's surname in plugin description.
11409
11410 2006-10-31  Wim Taymans  <wim@fluendo.com>
11411
11412         * gst-plugins-base.spec.in:
11413         spec new .h file. Fixes #368310.
11414
11415 2006-10-31  Michael Smith  <msmith@fluendo.com>
11416
11417         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11418         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11419         (gst_multi_fd_sink_get_stats),
11420         (gst_multi_fd_sink_remove_client_link),
11421         (gst_multi_fd_sink_queue_buffer),
11422         (gst_multi_fd_sink_handle_clients):
11423         * gst/tcp/gstmultifdsink.h:
11424           Make using the remove or clear signals threadsafe.
11425           Make calling get-stats with an invalid fd not segfault.
11426           Fixes 368273.
11427
11428 2006-10-31  Wim Taymans  <wim@fluendo.com>
11429
11430         * gst-libs/gst/rtp/Makefile.am:
11431         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11432         (gst_base_rtp_audio_payload_init):
11433         Fix and activate base audio payloader.
11434
11435 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11436
11437         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11438         (plugin_init):
11439           Add typefinder for QuickTime Image Files (see #366156).
11440
11441 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11442
11443         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11444           Another typo fix (#366212).
11445
11446 2006-10-27  Wim Taymans  <wim@fluendo.com>
11447
11448         * gst/volume/gstvolume.c: (volume_transform_ip):
11449         Use stream time to synchronize volume property instead of rather random
11450         timestamps. This is needed when gnonlin does its time shifting.
11451
11452 2006-10-27  Wim Taymans  <wim@fluendo.com>
11453
11454         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11455
11456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11457         Remove the pad from the element in release_pad. Fixes #364812.
11458
11459 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11460
11461         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11462         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11463           Explicitly create our custom buffer classes at a thread-safe
11464           location as well, since g_type_class_ref() doesn't seem to be
11465           entirely thread-safe either (#365501; also see #349410).
11466
11467 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11468
11469         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11470         (gst_riff_parse_info):
11471           If strings in INFO chunk are not UTF-8, do something similar to
11472           what we do for ID3v1 tags: check a number of environment variables
11473           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11474           character sets to try, otherwise try the current locale and/or fall
11475           back on ISO-8859-1. Fixes #360552.
11476
11477 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11478
11479         * gst/videotestsrc/gstvideotestsrc.c:
11480         (gst_video_test_src_pattern_get_type),
11481         (gst_video_test_src_set_pattern):
11482         * gst/videotestsrc/gstvideotestsrc.h:
11483         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11484         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11485         (gst_video_test_src_checkers8):
11486         * gst/videotestsrc/videotestsrc.h:
11487           Add a bunch of exciting new checkers patterns.
11488
11489 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11490
11491         * gst/subparse/Makefile.am:
11492         * gst/subparse/gstsubparse.c:
11493         (gst_sub_parse_data_format_autodetect),
11494         (gst_sub_parse_format_autodetect), (handle_buffer),
11495         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11496         * gst/subparse/gstsubparse.h:
11497         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11498         (parse_tmplayer):
11499         * gst/subparse/tmplayerparse.h:
11500           Add support for TMPlayer-type subtitles (#362845).
11501
11502         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11503         (GST_START_TEST), (subparse_suite):
11504           Add some basic unit tests for the above.
11505
11506 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11507
11508         * tests/check/elements/audiorate.c: (test_injector_base_init),
11509         (test_injector_class_init), (test_injector_chain),
11510         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11511         (GST_START_TEST), (audiorate_suite):
11512           More tests for audiorate: inject buffers to check behaviour when
11513           buffers overlap.
11514
11515 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11516
11517         * tests/check/Makefile.am:
11518         * tests/check/elements/.cvsignore:
11519         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11520         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11521           Add some basic unit tests for audiorate. Disabled at the moment
11522           since it doesn't pass yet (see bug #363119).
11523
11524 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11525
11526         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11527         (parse_subrip), (handle_buffer):
11528           Add missing closing tags for markup and fix broken markup,
11529           otherwise pango won't render anything (fixes #357531). Also,
11530           make sure the text we send out is always NUL-terminated
11531           (better safe than sorry etc.).
11532
11533         * tests/check/elements/subparse.c: (test_srt_do_test),
11534         (test_srt):
11535           Some more tests for .srt incl. tests for the above stuff.
11536
11537 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11538
11539         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11541         Patch by: Stefan Kost  <ensonic@users.sf.net>
11542         Try to redraw borders only when needed. Apparently this consumes
11543         resources on small devices... :-O (#363607)
11544
11545 2006-10-20  Michael Smith  <msmith@fluendo.com>
11546
11547         * gst/tcp/gstmultifdsink.c:
11548         (gst_multi_fd_sink_client_queue_buffer):
11549           If caps change, then update the client's idea of the caps so that we
11550           don't end up re-sending streamheaders for every single buffer after
11551           the caps change.
11552
11553 2006-10-20  Michael Smith  <msmith@fluendo.com>
11554
11555         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11556         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11557           Set caps on pushed buffers; fix up refcounting of caps objects.
11558
11559 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11560
11561         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11562         (plugin_init):
11563           Typefind mmsh header data packet to application/x-mmsh (#362625).
11564
11565 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11566
11567         * tests/check/Makefile.am:
11568         * tests/check/elements/.cvsignore:
11569         * tests/check/elements/subparse.c: (buffer_from_static_string),
11570         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11571         (GST_START_TEST), (subparse_suite):
11572           Add very simple unit test for subparse.
11573
11574 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11575
11576         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11577         (parse_subrip):
11578           Strip trailing newlines from subtitle text output.
11579
11580 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11581
11582         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11583         (gst_sub_parse_change_state):
11584           Fix memleak; clear subparse->textbuf n state change function.
11585
11586 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11587
11588         * gst/subparse/gstsubparse.c:
11589         (gst_sub_parse_data_format_autodetect):
11590           Don't require subrip (.srt) files to start with a chunk number of 1.
11591
11592 2006-10-18  Wim Taymans  <wim@fluendo.com>
11593
11594         * gst-libs/gst/audio/gstbaseaudiosink.c:
11595         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11596         * gst-libs/gst/audio/gstbaseaudiosink.h:
11597         Extract rate from the NEWSEGMENT event.
11598         Use commit_full to also take rate adjustment into account when writing
11599         samples to the ringbuffer.
11600         
11601         * gst-libs/gst/audio/gstringbuffer.c:
11602         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11603         (gst_ring_buffer_read):
11604         * gst-libs/gst/audio/gstringbuffer.h:
11605         Added _commit_full() to also take rate into account.
11606         Use simple interpolation algorithm to resample audio.
11607         API: gst_ring_buffer_commit_full()
11608
11609         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11610         * tests/examples/seek/seek.c: (segment_done):
11611         Don't try to seek with 0.0 rate, just pause instead.
11612         Remove bogus debug line.
11613
11614 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11615
11616         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11617         (setup_source):
11618           Catch async errors when starting up the subtitle bin, so we can
11619           stop waiting and continue with the main film instead of hanging
11620           forever. Fixes #339366.
11621
11622         * tests/check/elements/playbin.c: (playbin_suite):
11623           Enable unit test for the above.
11624
11625 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11626
11627         * tests/check/Makefile.am:
11628         * tests/check/elements/.cvsignore:
11629         * tests/check/elements/playbin.c: (GST_START_TEST),
11630         (gst_red_video_src_uri_get_type),
11631         (gst_red_video_src_uri_get_protocols),
11632         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11633         (gst_red_video_src_uri_handler_init),
11634         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11635         (gst_red_video_src_create), (gst_red_video_src_class_init),
11636         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11637           Some small and basic unit tests for playbin; not very useful yet,
11638           but at least a start.
11639
11640 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11641
11642         * gst/playback/gstplaybin.c: (setup_sinks):
11643           The old pad activation spiel.
11644
11645 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11646
11647         * gst/playback/gstplaybasebin.c: (setup_source):
11648           Don't hang forever if the subbin already fails to start up in 
11649           the state change to PAUSED (#339366).
11650
11651 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11652
11653         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11654         (gst_tuner_set_channel), (gst_tuner_get_channel),
11655         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11656         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11657         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11658         (gst_tuner_find_channel_by_name):
11659           Fix some function guards, add some more function guards.
11660
11661 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11662
11663         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11664         (remove_element_chain):
11665         Don't return a pad from get_our_ghost_pad unless it is actually the
11666         one we want.
11667         Change a cast in remove_element_chain slightly.
11668
11669 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11670
11671         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11672         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11673         Segment seeking needs to use the rate and set stop to -1.
11674
11675 2006-10-13  Wim Taymans  <wim@fluendo.com>
11676
11677         * gst-libs/gst/audio/gstbaseaudiosink.c:
11678         (gst_base_audio_sink_setcaps):
11679         Don't crash when ringbuffer is not yet created.
11680         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11681         Fixes #361634.
11682
11683         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11684         * gst/playback/gststreamselector.c:
11685         (gst_stream_selector_request_new_pad):
11686         Activate pads befre adding them to running elements.
11687
11688 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11689
11690         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11691         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11692         updater when we start grabing the slider. Don't wait for the
11693         pipeline to be PAUSED.
11694
11695 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11696
11697         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11698         (gst_mixer_set_volume), (gst_mixer_get_volume),
11699         (gst_mixer_set_mute), (gst_mixer_set_option),
11700         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11701         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11702         (gst_mixer_option_changed):
11703           Guard mixer interface functions against bogus arguments.
11704
11705 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11706
11707         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11708         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11709         (msg_state_changed), (main): Use state-changed messages to trigger
11710         start/stop of scale update timer. Indeed the scale slider was
11711         jumping here and there because the update timer was activated 
11712         before seek completed. This fixes instant applying of rate changes
11713         by pressing the spinbutton like a crazy man !
11714
11715 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11716
11717         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11718
11719         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11720         (gst_basertppayload_finalize):
11721           Fix two small memory leaks (#361456).
11722
11723 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11724
11725         * tests/examples/seek/seek.c: (do_seek),
11726         (rate_spinbutton_changed_cb): When changing spinbutton we try
11727         to change the rate on the fly.
11728
11729 2006-10-10  Wim Taymans  <wim@fluendo.com>
11730
11731         * gst-libs/gst/riff/riff-ids.h:
11732         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11733         (gst_riff_create_audio_template_caps):
11734         Add WMS caps.
11735
11736 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11737
11738         Patch by: Josep Torra Valles <josep@fluendo.com>
11739
11740         * ext/gnomevfs/gstgnomevfssink.c:
11741         * ext/gnomevfs/gstgnomevfssrc.c:
11742         Fix URI interface implementation return type.
11743         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11744         Fix what looks like a copy/paste issue when assigning values.
11745         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11746         (gst_audio_filter_template_get_type):
11747         Cast to prevent Forte warnings.
11748         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11749         Fix URI interface implementation return type.
11750         gst_pad_query_position requires a signed integer pointer as
11751         3rd parameter, GstClockTime is unsigned.
11752         * gst/audioconvert/audioconvert.c:
11753         Fix integer overflow when treated as signed.
11754         * gst/audioresample/resample.c: (resample_add_input_data):
11755         Cast to prevent warnings on Forte.
11756         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11757         Fix integer overflow when treated as signed.
11758         * gst/ffmpegcolorspace/imgconvert_template.h:
11759         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11760         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11761         (cleanup_decodebin):
11762         Who initialises a guint to -1!
11763         Cast function pointers to prevent warnings on Forte.
11764         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11765         (queue_threshold_reached):
11766         Cast function pointers correctly to prevent warnings on Forte.
11767         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11768         Cast function pointers correctly to prevent warnings on Forte.
11769         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11770         Obvious change to unsigned, 0xEF > max signed char.
11771         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11772         GstClockTime is unsigned, initialise correctly.
11773         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11774         Cast so pointer arithemetic doesn't cause warnings on Forte.
11775         * gst/videorate/gstvideorate.c:
11776         Use correct return value.
11777         * tests/examples/seek/scrubby.c:
11778         GstClockTime is unsigned, initialise correctly.
11779
11780 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11781
11782         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11783
11784         * gst/typefind/gsttypefindfunctions.c:
11785           Recognise XML files and XML-like files shorter than 256 bytes as
11786           well (fixes #359237).
11787
11788 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11789
11790         Patch by: Renato Filho <renato.filho@indt.org.br>
11791         
11792         * gst/typefind/gsttypefindfunctions.c:
11793         Added typefind functions to video/x-nuv media.
11794         
11795 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11796
11797         * gst-libs/gst/interfaces/xoverlay.c:
11798         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11799           Some more guards against invalid input.
11800
11801 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11802
11803         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11804         Useless goto.
11805         * tests/examples/seek/seek.c: (do_seek),
11806         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11807         seek example to experiment with rates != 1.0 (reverse playback !)
11808
11809 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11810
11811         * gst-libs/gst/interfaces/xoverlay.c:
11812           Unref message in doc-example (spotted by Robert McQueen)
11813
11814 2006-10-06  Wim Taymans  <wim@fluendo.com>
11815
11816         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11817         (mpeg1_parse_header), (mpeg1_sys_type_find):
11818         printf fix.
11819
11820 2006-10-06  Wim Taymans  <wim@fluendo.com>
11821
11822         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11823         (close_pad_link):
11824         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11825         Activate dynamic pads before adding them to the element.
11826
11827 2006-10-06  Michael Smith  <msmith@fluendo.com>
11828
11829         * gst-libs/gst/floatcast/floatcast.h:
11830           Fix obviously-bogus macros; use the correct types.
11831
11832 2006-10-06  Wim Taymans  <wim@fluendo.com>
11833
11834         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11835         (gst_base_rtp_depayload_change_state):
11836         Also call parent state change function to activate pads.
11837
11838         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11839         (mpeg1_parse_header), (mpeg1_sys_type_find):
11840         Add some more debug info in mpeg typefinding.
11841
11842 2006-10-06  Michael Smith  <msmith@fluendo.com>
11843
11844         * ext/theora/theoradec.c: (theora_dec_chain):
11845           Zero byte theora packets are valid and well-defined; don't warn on
11846           them.
11847
11848 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11849
11850         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11851         (gst_multi_fd_sink_get_stats), (find_limits),
11852         (gst_multi_fd_sink_queue_buffer):
11853           API: add dropped_buffers to the get-stats GValueArray
11854
11855 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11856
11857         * ext/alsa/gstalsadeviceprobe.c:
11858         (gst_alsa_device_property_probe_get_values):
11859         * ext/alsa/gstalsasink.c: (set_hwparams):
11860         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
11861         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
11862         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
11863         (gst_ogg_mux_process_best_pad):
11864         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
11865         (gst_ogg_parse_chain):
11866         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
11867         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11868         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
11869         (gst_vorbis_enc_buffer_check_discontinuous):
11870         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
11871         * gst-libs/gst/audio/gstbaseaudiosink.c:
11872         (gst_base_audio_sink_render):
11873         * gst-libs/gst/cdda/gstcddabasesrc.c:
11874         (gst_cdda_base_src_handle_track_seek):
11875         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11876         (gst_base_rtp_depayload_push_full):
11877         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11878         * gst/audioresample/resample.c: (resample_input_pushthrough):
11879         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
11880         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11881         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11882         (wavpack_type_find):
11883         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11884         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11885         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
11886         * tests/check/elements/volume.c: (GST_START_TEST):
11887           Printf format fixes.
11888
11889 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11890
11891         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
11892           Fix a simple mistake (see the docs)
11893           Fixes #359580
11894
11895 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11896
11897         * docs/plugins/Makefile.am:
11898         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11899         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11900         * docs/plugins/gst-plugins-base-plugins.args:
11901         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11902         * docs/plugins/inspect/plugin-adder.xml:
11903         * docs/plugins/inspect/plugin-alsa.xml:
11904         * docs/plugins/inspect/plugin-audioconvert.xml:
11905         * docs/plugins/inspect/plugin-audiorate.xml:
11906         * docs/plugins/inspect/plugin-audioresample.xml:
11907         * docs/plugins/inspect/plugin-audiotestsrc.xml:
11908         * docs/plugins/inspect/plugin-cdparanoia.xml:
11909         * docs/plugins/inspect/plugin-decodebin.xml:
11910         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11911         * docs/plugins/inspect/plugin-gdp.xml:
11912         * docs/plugins/inspect/plugin-gnomevfs.xml:
11913         * docs/plugins/inspect/plugin-libvisual.xml:
11914         * docs/plugins/inspect/plugin-ogg.xml:
11915         * docs/plugins/inspect/plugin-pango.xml:
11916         * docs/plugins/inspect/plugin-playbin.xml:
11917         * docs/plugins/inspect/plugin-subparse.xml:
11918         * docs/plugins/inspect/plugin-tcp.xml:
11919         * docs/plugins/inspect/plugin-theora.xml:
11920         * docs/plugins/inspect/plugin-typefindfunctions.xml:
11921         * docs/plugins/inspect/plugin-video4linux.xml:
11922         * docs/plugins/inspect/plugin-videorate.xml:
11923         * docs/plugins/inspect/plugin-videoscale.xml:
11924         * docs/plugins/inspect/plugin-videotestsrc.xml:
11925         * docs/plugins/inspect/plugin-volume.xml:
11926         * docs/plugins/inspect/plugin-vorbis.xml:
11927         * docs/plugins/inspect/plugin-ximagesink.xml:
11928         * docs/plugins/inspect/plugin-xvimagesink.xml:
11929           Add vorbistag element to docs; update version numbers to 0.10.10.1.
11930
11931 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11932
11933         Patch by: James "Doc" Livingston <doclivingston at gmail com>
11934
11935         * ext/vorbis/Makefile.am:
11936         * ext/vorbis/vorbis.c: (plugin_init):
11937         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
11938         (vorbis_parse_parse_packet), (vorbis_parse_chain):
11939         * ext/vorbis/vorbisparse.h:
11940         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
11941         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
11942         (gst_vorbis_tag_parse_packet):
11943         * ext/vorbis/vorbistag.h:
11944           Add new vorbistag element which derives from vorbisparse
11945           and is essentially the same as well, only that it implements
11946           the GstTagSetter interface and can modify the stream's
11947           vorbiscomment on the fly (#335635).
11948
11949         * tests/check/Makefile.am:
11950         * tests/check/elements/.cvsignore:
11951         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11952         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
11953         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
11954         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
11955           Add unit test for new vorbistag element.
11956
11957 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11958
11959         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
11960         (vorbis_parse_push_headers), (vorbis_parse_chain):
11961           Set BOS flag in packet structure to fix 'jump depends
11962           on unitialized value' errors in valgrind; various minor
11963           clean-ups.
11964
11965 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
11966
11967         * gst/playback/gstdecodebin.c: (close_pad_link):
11968         Fix typo in a debug statement.
11969
11970         * gst/playback/gstplaybasebin.c: (probe_triggered),
11971         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
11972         (gen_source_element), (source_new_pad), (analyse_source),
11973         (setup_source):
11974         When handling no_more_pads in new_decoded_pad, make sure to treat
11975         subtitle pads correctly. Fixes playback with subtitle files.
11976
11977         Move a recurring message to LOG level.
11978
11979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11980         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
11981         which ends up as -1 when cast to an int. Make the logic handle the
11982         max value as an unsigned mask and only change the colorkey when it's
11983         a value we recognise.
11984
11985 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11986
11987         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11988         Removed empty * between paragraphs
11989
11990 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11991
11992         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11993         * gst-libs/gst/rtp/README:
11994         Moved some documentation into .c file
11995
11996 2006-09-29  Wim Taymans  <wim@fluendo.com>
11997
11998         * gst/playback/gstdecodebin.c: (no_more_pads):
11999         Fix compilation.
12000
12001 2006-09-29  Wim Taymans  <wim@fluendo.com>
12002
12003         * gst/playback/gstdecodebin.c: (new_caps):
12004         Remove g_print
12005
12006         * gst/playback/gstplaybin.c:
12007         Add some docs.
12008
12009 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12010
12011         * tests/check/Makefile.am:
12012           Re-enable cddabasesrc test to see if it works again
12013           now.
12014
12015 2006-09-29  Wim Taymans  <wim@fluendo.com>
12016
12017         * gst/playback/gstplaybasebin.c: (setup_subtitle),
12018         (gen_source_element):
12019         Handle invalid URIs a bit more gracefully.
12020
12021 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
12022
12023         * tests/check/pipelines/oggmux.c:
12024           Remove obsolete comment.
12025
12026 2006-09-29  Michael Smith  <msmith@fluendo.com>
12027
12028         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
12029         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
12030         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12031         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
12032         (gst_ogg_mux_collected):
12033           Commit patch from James "Doc" Livingston, adds proper EOS handling
12034           in oggmux. GStreamer can, for the first time ever, create a valid
12035           Ogg file! Yay!
12036
12037         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
12038         (oggmux_suite):
12039           Reenable tests now that they pass.
12040
12041 2006-09-29  Wim Taymans  <wim@fluendo.com>
12042
12043         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12044         Stop reading commands when EOF (we read 0) as well.
12045
12046 2006-09-28  Wim Taymans  <wim@fluendo.com>
12047
12048         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12049         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12050         (find_dynamic), (unlinked), (close_link):
12051         Implement delayed caps linking needed for element with a lot of
12052         different caps on the src pads that get fixed at runtime.
12053         Improve management of dynamic elements.
12054
12055         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12056         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12057         (gen_preroll_element), (remove_groups), (unknown_type),
12058         (add_element_stream), (no_more_pads_full), (no_more_pads),
12059         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12060         (new_decoded_pad), (setup_subtitle), (array_has_value),
12061         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12062         (analyse_source), (remove_decoders), (make_decoder),
12063         (remove_source), (setup_source), (finish_source), (prepare_output),
12064         (gst_play_base_bin_change_state):
12065         * gst/playback/gstplaybasebin.h:
12066         Use more _CAST instead of full type checking casts.
12067         Small cleanups, plug some leaks.
12068         Handle dynamic sources.
12069         Add some helper functions to create lists of strings used for
12070         blacklisting and other stuff.
12071         Refactor some code dealing with analysing the source.
12072         Re-enable sources without pads (like cd:// or other selfcontained
12073         elements).
12074
12075 2006-09-28  Wim Taymans  <wim@fluendo.com>
12076
12077         * gst-libs/gst/audio/gstbaseaudiosink.c:
12078         (gst_base_audio_sink_render):
12079         When we have a timestamp, we can still perform clipping.
12080         When we have no clock, we must play the sample ASAP.
12081
12082 2006-09-28  Wim Taymans  <wim@fluendo.com>
12083
12084         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12085         Set caps on outgoing buffers.
12086
12087         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12088         (gst_video_rate_event), (gst_video_rate_chain):
12089         * gst/videorate/gstvideorate.h:
12090         Fix videorate some more. Fixes #357977
12091
12092 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12093
12094         * tests/check/elements/adder.c: (adder_suite):
12095           Don't set timeout to 6 seconds when we're running
12096           in valgrind ... (and how is 6 seconds longer than
12097           the default anyway?)
12098
12099 2006-09-28  Wim Taymans  <wim@fluendo.com>
12100
12101         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12102         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12103         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12104         Keep sink and src segment to keep track of time and support more
12105         input formats.
12106         Fix bogus next_offset and run_time calculation, don't understand how
12107         this could have worked before. Fixes #357976.
12108         Remove some unneeded vars.
12109
12110 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12111
12112         * gst/playback/gstplaybin.c: (remove_sinks):
12113           Only remove visualisation from visbin if there is a visbin (or:
12114           don't throw warnings when closing totem without playing a file).
12115
12116 2006-09-27  Wim Taymans  <wim@fluendo.com>
12117
12118         * gst-libs/gst/audio/gstbaseaudiosink.c:
12119         (gst_base_audio_sink_render):
12120         Add some more info in a WARNING.
12121
12122         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12123         (gst_base_audio_src_create):
12124         Handle PAUSE in create function, use new -core addition to
12125         wait for playing. Fixes pausing and resuming capture from an
12126         audiosrc.
12127
12128         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12129         (gst_ring_buffer_read):
12130         Constify some more.
12131         Caller supports interrupted reads now.
12132
12133 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12134
12135         * tests/check/Makefile.am:
12136           Another attempt to make the gen64 buildbot happy.
12137
12138 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12139
12140         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12141
12142         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12143         (gst_visual_chain), (gst_visual_change_state):
12144           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12145           correctly. Fixes #357800
12146
12147 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12148
12149         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12150           Add timeout to _get_state() so we see which pipeline it is
12151           that causes trouble on the gen64 build bot.
12152
12153 2006-09-27  Wim Taymans  <wim@fluendo.com>
12154
12155         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12156         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12157         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12158         (gst_base_rtp_depayload_set_gst_timestamp):
12159         the source pad always uses fixed caps.
12160
12161 2006-09-27  Wim Taymans  <wim@fluendo.com>
12162
12163         * docs/libs/gst-plugins-base-libs-docs.sgml:
12164         * docs/libs/gst-plugins-base-libs-sections.txt:
12165         * gst-libs/gst/audio/gstaudioclock.c:
12166         * gst-libs/gst/audio/gstaudioclock.h:
12167         * gst-libs/gst/audio/gstaudiosink.c:
12168         * gst-libs/gst/audio/gstaudiosink.h:
12169         * gst-libs/gst/audio/gstaudiosrc.c:
12170         * gst-libs/gst/audio/gstbaseaudiosink.c:
12171         (gst_base_audio_sink_render):
12172         * gst-libs/gst/audio/gstbaseaudiosink.h:
12173         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12174         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12175         * gst-libs/gst/audio/gstringbuffer.h:
12176         Added docs for the audio libs.
12177
12178 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12179
12180         * tests/check/Makefile.am:
12181           Temporarily disable test that fails on the bots for unknown reasons.
12182
12183 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12184
12185         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12186         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12187         Moved AudioCodecType into priv
12188         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12189
12190 2006-09-25  Wim Taymans  <wim@fluendo.com>
12191
12192         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12193         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12194         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12195         (new_pad):
12196         Cleanups and small leak fixes.
12197         Added Depayloaders to valid list of autopluggable elements.
12198
12199 2006-09-25  Wim Taymans  <wim@fluendo.com>
12200
12201         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12202         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12203         (gen_video_element), (gen_text_element), (gen_audio_element),
12204         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12205         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12206         Detect NO_PREROLL state change returns and disable clock distribution to
12207         the sinks so that sync is disabled.
12208         Avoid some type checking and do simple casts instead.
12209         Small cleanups, fix some FIXMEs.
12210         Be more robust when linking user specified elements, catch an report
12211         errors. Fixes #357404.
12212         Fix some leaks in the error paths.
12213
12214 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12215
12216         * ChangeLog:
12217           ChangeLog surgery for missing bug-number
12218
12219 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12220
12221         Patch by: Peter Kjellerstedt  <pkj at axis com>
12222
12223         * gst/playback/test.c:
12224           Fix compilation with uClibc and -Werror (#357591).
12225
12226 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12227
12228         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12229           Parse dates that are followed by a time as well (#357532).
12230
12231         * tests/check/libs/tag.c: (test_vorbis_tags):
12232           Add unit test for this.
12233
12234 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12235
12236         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12237         (gst_audio_convert_transform_caps):
12238         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12239         * gst/videotestsrc/videotestsrc.h:
12240           A few array const-ifications.
12241
12242 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12243
12244         * tests/check/Makefile.am:
12245           See if this makes the build bots happy.
12246
12247         * tests/check/libs/cddabasesrc.c:
12248           UTF8-ise my name.
12249
12250 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12251
12252         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12253
12254         * gst/subparse/samiparse.c: (handle_start_font),
12255         (fix_invalid_entities):
12256           More case-insensitivity for certain tags; recognise entities with
12257           decimal codes as special entities as well (#357330).
12258
12259 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12260
12261         * gst-libs/gst/Makefile.am:
12262           Need to build tag directory before cdda.
12263
12264 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12265
12266         * docs/libs/gst-plugins-base-libs-sections.txt:
12267         * gst-libs/gst/cdda/Makefile.am:
12268         * gst-libs/gst/cdda/gstcddabasesrc.c:
12269         (gst_cdda_base_src_base_init):
12270         * gst-libs/gst/cdda/gstcddabasesrc.h:
12271         * gst-libs/gst/tag/tag.h:
12272         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12273         (gst_tag_register_musicbrainz_tags):
12274           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12275           depend on libgsttag. This is required so we can extract/read tags like
12276           DISCID without depending on libgstcddabasesrc (which used to register
12277           them).
12278
12279         * gst-libs/gst/tag/gstvorbistag.c:
12280           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12281           tags (also see #347848).
12282
12283         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12284           Log vorbis comments we are actually writing. Const-ify array.
12285
12286 2006-09-23  Wim Taymans  <wim@fluendo.com>
12287
12288         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12289         Improve buffering a bit by avoiding a deadlock because we cannot assume
12290         the underrun is always called.
12291
12292 2006-09-23  Wim Taymans  <wim@fluendo.com>
12293
12294         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12295
12296         * gst-libs/gst/riff/riff-ids.h:
12297         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12298         (gst_riff_create_audio_template_caps):
12299         Added MPEG-4 AAC and id and caps. Fixes #357289
12300         Added WMA9 Lossless id.
12301
12302 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12303
12304         * ext/gnomevfs/gstgnomevfssrc.c:
12305           Fix misleading docs addition.
12306
12307         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12308           Get rid of compiler warning the right way.
12309
12310 2006-09-22  Wim Taymans  <wim@fluendo.com>
12311
12312         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12313         (gst_base_rtp_depayload_finalize),
12314         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12315         (gst_base_rtp_depayload_push_full),
12316         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12317         (gst_base_rtp_depayload_process),
12318         (gst_base_rtp_depayload_set_gst_timestamp),
12319         (gst_base_rtp_depayload_queue_release):
12320         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12321         Small cleanups.
12322         Fix some leaks.
12323         Refactored the process method and added methods to push from the process
12324         vmethod.
12325         Use _scale functions.
12326         API: gst_base_rtp_depayload_push_ts
12327         API: gst_base_rtp_depayload_push
12328
12329         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12330         timestamps are uint.
12331
12332 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12333
12334         * gst-libs/gst/interfaces/xoverlay.c:
12335           Remove unused statement from doc example.
12336
12337 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12338
12339         * gst-libs/gst/interfaces/videoorientation.c:
12340         (gst_video_orientation_iface_init),
12341         (gst_video_orientation_get_hflip),
12342         (gst_video_orientation_get_vflip),
12343         (gst_video_orientation_get_hcenter),
12344         (gst_video_orientation_get_vcenter),
12345         (gst_video_orientation_set_hflip),
12346         (gst_video_orientation_set_vflip),
12347         (gst_video_orientation_set_hcenter),
12348         (gst_video_orientation_set_vcenter):
12349           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12350           in ChangeLog)
12351
12352 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12353
12354         * tests/check/Makefile.am:
12355         * tests/check/elements/.cvsignore:
12356         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12357         (create_rgb_conversions), (rgb_conversion_free),
12358         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12359         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12360           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12361           but disable for now since it doesn't pass (something wrong with
12362           RGBA somewhere).
12363
12364 2006-09-21  Wim Taymans  <wim@fluendo.com>
12365
12366         * gst/playback/gstplaybasebin.c: (group_commit),
12367         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12368         (queue_out_of_data), (gen_preroll_element),
12369         (preroll_remove_overrun), (probe_triggered):
12370         Refactor handling of overrun detection.
12371         Separate handling of group completion and deadlock detection when doing
12372         network buffering. This should fix some deadlocks that were not detected
12373         because the group was completed.
12374         Add more comments, improve debugging.
12375
12376 2006-09-21  Wim Taymans  <wim@fluendo.com>
12377
12378         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12379         * tests/check/libs/audio.c:
12380         Some more compilation fixes.
12381
12382 2006-09-21  Wim Taymans  <wim@fluendo.com>
12383
12384         * gst-libs/gst/audio/gstringbuffer.c:
12385         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12386         (gst_ring_buffer_read):
12387         Early morning compilation fix.
12388
12389 2006-09-20  Wim Taymans  <wim@fluendo.com>
12390
12391         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12392         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12393         * tests/check/elements/videorate.c: (GST_START_TEST):
12394         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12395         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12396         Fix some warnings.
12397
12398 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12399
12400         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12401         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12402         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12403           Handcrafted merge to help CVS understanding what I changed and what
12404           not.
12405
12406 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12407
12408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12409         (gst_xvimagesink_get_times):
12410           change colorkey behaviour back according to #354773 comment 6/7
12411
12412 2006-09-19  Michael Smith  <msmith@fluendo.com>
12413
12414         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12415         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12416         (gst_multi_fd_sink_recover_client),
12417         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12418         (gst_multi_fd_sink_get_property):
12419         * gst/tcp/gstmultifdsink.h:
12420           Implement stubbed out properties unit-type, units-soft-max,
12421           units-max, to allow specifying maximum sizes in units other than
12422           buffers.
12423           Fixes #355935
12424
12425 2006-09-19  Wim Taymans  <wim@fluendo.com>
12426
12427         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12428         (gst_riff_create_audio_template_caps):
12429         Reorder the audio formats a bit for clarity.
12430         Detect and create caps for MSGSM and MSN (WAV49).
12431         Fixes #356596.
12432
12433         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12434         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12435         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12436         Small cleanups, move error handling out of normal flow for clarity.
12437
12438 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12439
12440         * docs/libs/gst-plugins-base-libs-docs.sgml:
12441         * docs/libs/gst-plugins-base-libs.types:
12442         * gst-libs/gst/interfaces/Makefile.am:
12443         * gst-libs/gst/interfaces/videoorientation.c:
12444         (gst_video_orientation_get_type),
12445         (gst_video_orientation_iface_init),
12446         (gst_video_orientation_get_hflip),
12447         (gst_video_orientation_get_vflip),
12448         (gst_video_orientation_get_hcenter),
12449         (gst_video_orientation_get_vcenter),
12450         (gst_video_orientation_set_hflip),
12451         (gst_video_orientation_set_vflip),
12452         (gst_video_orientation_set_hcenter),
12453         (gst_video_orientation_set_vcenter):
12454         * gst-libs/gst/interfaces/videoorientation.h:
12455           API: Add new interface to control video orientation (fixes #354908)
12456
12457 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12458
12459         * gst/videotestsrc/gstvideotestsrc.c:
12460           Use G_UNLIKELY in _create and log one more detail.
12461           
12462         (gst_video_test_src_get_times), (gst_video_test_src_create):
12463         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12464           Use gst_util_uint64_scale_int in _get_times().
12465
12466 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12467
12468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12469           Give better warning message (add object and detail).
12470
12471 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12472
12473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12474         (gst_xvimagesink_get_times):
12475           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12476           #354773), use gst_util_uint64_scale_int in _get_times()
12477
12478 2006-09-18  Michael Smith  <msmith@fluendo.com>
12479
12480         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12481           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12482           always true, leading to dropping all timestamps.
12483
12484 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12485
12486         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12487         (gst_visual_chain), (gst_visual_change_state):
12488           update to work also with libvisual 0.4 API, fix double unref (#355914)
12489           
12490         * tools/gst-launch-ext.1.in:
12491         * tools/gst-visualise.1.in:
12492           remove references to old man-pages
12493
12494         * tests/examples/seek/seek.c: (main):
12495           add real meadi-buttons, add tool-tips for the seek-options, arrange
12496           seek options in a table
12497
12498 2006-09-18  Michael Smith  <msmith@fluendo.com>
12499
12500         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12501         (gst_ogg_mux_push_buffer):
12502           Don't generate out-of-order timestamps from oggmux, instead clamp
12503           output timestamps to be >= the previously output ts.
12504           Fixes #355595
12505
12506 2006-09-18  Michael Smith  <msmith@fluendo.com>
12507
12508         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12509         (gst_multi_fd_sink_class_init):
12510           Updates, fixes, and typo corrections for multifdsink. No functional
12511           changes.
12512
12513 2006-09-17  Michael Smith  <msmith@fluendo.com>
12514
12515         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12516           Don't crash on truncated files - check that we got an 8 byte buffer
12517           before trying to memcmp it.
12518
12519 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12520
12521         * gst/playback/gstplaybasebin.c: (get_active_source):
12522           Make stream-switching appear instant to the application
12523           (ie. make sure that a g_object_get on 'current-foo' returns
12524           the stream previously set with g_object_set(). Totem needs
12525           this to update stream-related meta-info (like audio-codec)
12526           correctly when switching streams.
12527
12528 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12529
12530         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12531         (gst_alsa_mixer_ensure_track_list):
12532           Try harder to guess which mixer track is the master mixer
12533           track (instead of just taking the first one that has a pvolume).
12534           Fixes #342228.
12535
12536 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12537
12538         reviewed by: <delete if not using a buddy>
12539
12540         * gst-libs/gst/audio/audio.h:
12541         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12542
12543 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12544
12545         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12546         (gst_audio_convert_transform_caps):
12547           Get structure-name just once.
12548
12549 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12550
12551         * tests/check/elements/audioresample.c: (GST_START_TEST):
12552         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12553         * tests/check/elements/volume.c: (GST_START_TEST):
12554         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12555         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12556         (test_pipeline), (GST_START_TEST):
12557         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12558         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12559           Fix big batch of compiler warnings.
12560
12561 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12562
12563         * ext/gnomevfs/gstgnomevfssrc.c:
12564           Add docs about icydemux usage in connection with gnomevfssrc
12565
12566         * ext/libvisual/visual.c:
12567         * ext/ogg/gstoggaviparse.c:
12568         * ext/ogg/gstoggdemux.c:
12569         * ext/ogg/gstoggmux.c:
12570         * ext/ogg/gstoggparse.c:
12571         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12572         * gst-libs/gst/audio/gstaudiosink.c:
12573         * gst-libs/gst/audio/gstaudiosrc.c:
12574         * gst/audiorate/gstaudiorate.c:
12575           More G_OBJECT macro fixing.
12576
12577         * gst/audiotestsrc/gstaudiotestsrc.h:
12578           Fix wrong info in header due to copy & paste
12579
12580 2006-09-15  Wim Taymans  <wim@fluendo.com>
12581
12582         * gst-libs/gst/audio/gstbaseaudiosink.c:
12583         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12584         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12585         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12586         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12587         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12588         Do the delay calculation in the source/sink base classes as this is
12589         specific for the capture/playback mode.
12590         Try to fixate a bit better, like round depth up to a multiple of 8
12591         bigger than width.
12592         Handle underruns correctly by marking DISCONT on buffers and adjusting
12593         timestamps to handle the gap.
12594         Set offset/offset_end correctly on buffers.
12595
12596         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12597         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12598         (gst_ring_buffer_read):
12599         Remove resync and underrun recovery from the ringbuffer.
12600         Fix ringbuffer read code on under/overrun.
12601
12602 2006-09-15  Wim Taymans  <wim@fluendo.com>
12603
12604         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12605         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12606         (queue_threshold_reached), (gst_play_base_bin_set_property),
12607         (gst_play_base_bin_get_property):
12608         * gst/playback/gstplaybasebin.h:
12609         Don't use a 0 low watermark when buffering, it is catching starvation
12610         way too late. Instead, use a 3 second queue with 30 and 95
12611         percent low/high watermarks. 
12612         Added queue-min-threshold property to configure low watermark.
12613         Use new _buffering message API.
12614         Make queue_threshold variable big enough to store a uint64 time value.
12615         API: playbin::queue-min-threshold property.
12616
12617 2006-09-15  Wim Taymans  <wim@fluendo.com>
12618
12619         * configure.ac:
12620         We require 0.10.10.1 now because of _wait_preroll().
12621
12622         * gst-libs/gst/audio/gstbaseaudiosink.c:
12623         (gst_base_audio_sink_render):
12624         Use gst_base_sink_wait_preroll().
12625
12626 2006-09-15  Wim Taymans  <wim@fluendo.com>
12627
12628         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12629         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12630         Use DEBUG_OBJECT more.
12631
12632 === release 0.10.10 ===
12633
12634 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12635
12636         patch by: Michael Smith <msmith at fluendo dot com>
12637
12638         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12639         (gst_multi_fd_sink_client_queue_buffer),
12640         (gst_multi_fd_sink_new_client):
12641         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12642         (multifdsink_suite):
12643           Fix implementation of sync-method 'next-keyframe'
12644           Closes #354594
12645
12646 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12647
12648         patch by: Wim Taymans <wim at fluendo dot com>
12649
12650         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12651         This patch removes the RANDOM flag that was incorrectly introduced with
12652         revision 1.91.  Fixes #354590
12653
12654 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12655
12656         * tests/check/Makefile.am:
12657           Random variation in Makefile line to see if it makes the
12658           gen64-base-full bot any happier.
12659
12660 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12661
12662         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12663           Disable test that fails at the moment (killed after timeout).
12664
12665 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12666
12667         Patch by: James Livingston  <doclivingston at gmail.com>
12668
12669         * tests/check/Makefile.am:
12670         * tests/check/pipelines/.cvsignore:
12671         * tests/check/pipelines/oggmux.c: (get_page_codec),
12672         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12673         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12674         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12675         (test_theora_vorbis), (oggmux_suite):
12676           Add simple unit test for oggmux from #337026 with checking for the
12677           EOS flags disabled for the time being.
12678
12679 2006-09-04  Wim Taymans  <wim@fluendo.com>
12680
12681         patch by: Alessandro Dessina <alessandro nnva org>
12682
12683         * ext/ogg/gstoggmux.c:
12684         Add cmml caps to oggmux. Fixes #353912
12685
12686 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12687
12688         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12689           Returning a return value often helps. In this case, we
12690           don't need the return value anyway, so just get rid of it.
12691           Should make build bots much happier.
12692
12693 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12694
12695         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12696         (paint_get_structure), (gst_video_test_src_get_size),
12697         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12698         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12699         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12700         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12701         * gst/videotestsrc/videotestsrc.h:
12702           Add support for AYUV and the various RGBA formats. Initialise
12703           fields of paintinfo structs allocated on the stack.
12704
12705         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12706         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12707         (check_rgb_buf), (videotestsrc_suite):
12708           Add unit tests for videotestsrc's RGB output.
12709
12710 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12711
12712         * gst/videotestsrc/gstvideotestsrc.c:
12713         (gst_video_test_src_pattern_get_type),
12714         (gst_video_test_src_set_pattern):
12715         * gst/videotestsrc/gstvideotestsrc.h:
12716         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12717         (gst_video_test_src_black), (gst_video_test_src_white),
12718         (gst_video_test_src_red), (gst_video_test_src_green),
12719         (gst_video_test_src_blue):
12720         * gst/videotestsrc/videotestsrc.h:
12721           Add more uni-colour patterns ("white", "red", "green", and "blue").
12722
12723 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12724
12725         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12726           Fix stride for YVYU, should be word-aligned (#353658).
12727
12728 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12729
12730         * gst/adder/gstadder.c: (gst_adder_src_event):
12731           Fix build.
12732
12733 2006-08-31  Edward Hervey  <edward@fluendo.com>
12734
12735         * gst/adder/gstadder.c: (forward_event_func),
12736         (gst_adder_src_event), (gst_adder_collected),
12737         (gst_adder_change_state):
12738         * gst/adder/gstadder.h:
12739         Remember the start position asked in the incoming seeks, so we can
12740         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12741         of assuming it will always be 0).
12742
12743 2006-08-31  Edward Hervey  <edward@fluendo.com>
12744
12745         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12746         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12747         (gst_ogg_demux_loop):
12748         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12749
12750 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12751
12752         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12753         (gst_ffmpegcsp_get_unit_size):
12754           Return FALSE instead of returning a random false unit
12755           size when the format isn't known/supported (even if
12756           this shouldn't happen under normal circumstances).
12757
12758 2006-08-29  Wim Taymans  <wim@fluendo.com>
12759
12760         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12761
12762         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12763         (gst_gnome_vfs_src_start):
12764         Try harder to get the size from a uri by using _info_uri() when
12765         _info_from_handle() does not give us enough info. 
12766         Also follow symlinks when getting the size.
12767         Partially Fixes #332864.
12768
12769 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12770
12771         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12772
12773         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12774         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12775         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12776         (gst_alsa_mixer_set_record):
12777         * ext/alsa/gstalsamixertrack.c:
12778         (gst_alsa_mixer_track_update_alsa_capabilities),
12779         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12780         (gst_alsa_mixer_track_update):
12781         * ext/alsa/gstalsamixertrack.h:
12782           Improve and fix mixer track handling, in particular better handling
12783           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12784           separate track objects for tracks that have both capture and playback
12785           volume (and label them differently as well so they're not mistakenly
12786           assumed to be duplicates); classify mixer tracks that only affect
12787           the audible volume of something (rather than the capture volume)
12788           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12789           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12790           (following the meaning documented in the mixer interface header
12791           file); add support for alsa's exclusive cswitch groups; update/sync
12792           state/flags better if mixer settings are changed by another
12793           application. Fixes #336075.
12794
12795 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12796
12797         * gst/playback/gstplaybin.c:
12798           Improve docs: add section about BUFFERING messages sent by playbin.
12799
12800 2006-08-29  Michael Smith  <msmith@fluendo.com>
12801
12802         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12803         (gst_vorbis_enc_buffer_check_discontinuous),
12804         (gst_vorbis_enc_chain):
12805           Ignore explicit DISCONT marked on buffers (which is often spurious,
12806           particularly when using multiple segments), in favour of solely
12807           using the timestamps/durations.
12808
12809 2006-08-29  Edward Hervey  <edward@fluendo.com>
12810
12811         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12812         Don't rely on incoming buffers offset anymore, since it is completely
12813         broken when using multiple segments.
12814         Instead convert the incoming buffers timestamp to running time, and
12815         then convert that value to the offsets.
12816         Also inform GstSegment of the last outputted stop position, which is
12817         needed if we received several segments with an unknown stop value.
12818
12819 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12820
12821         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12822           fix buffer unreffing on a header push failure
12823
12824 2006-08-28  Wim Taymans  <wim@fluendo.com>
12825
12826         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12827         (gst_audio_rate_chain):
12828         Make the metadata of the buffer writable before changing its
12829         flags.
12830
12831 2006-08-28  Wim Taymans  <wim@fluendo.com>
12832
12833         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12834         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12835         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12836         (gst_audio_rate_chain), (gst_audio_rate_change_state):
12837         Fix audiorate some more.
12838         Reset and resync counters on flush and READY.
12839         Handle the DISCONT flag correctly.
12840         Use GstSegment to track position.
12841         Fail when not negotiated.
12842         Fixes #353234.
12843
12844 2006-08-25  Michael Smith  <msmith@fluendo.com>
12845
12846         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12847           Fix spelling.
12848           Remove accidently included debug line.
12849
12850 2006-08-25  Wim Taymans  <wim@fluendo.com>
12851
12852         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12853         Small cleanups.
12854         If a buffer is received with no caps, make the buffer metadata
12855         writable and set the caps, making sure that we don't screw up the
12856         refcounts.
12857
12858 2006-08-25  Michael Smith  <msmith@fluendo.com>
12859
12860         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
12861         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
12862           Fix memory leaks and misleading debug messages, add a couple of
12863           comments.
12864
12865         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
12866         (gst_multi_fd_sink_render):
12867           Do not use gst_buffer_make_writable() in a basesink render method,
12868           as it may incorrectly unref the buffer. Instead, use convoluted
12869           dance to avoid copying the buffer except when we need to.
12870
12871 2006-08-25  Michael Smith  <msmith@fluendo.com>
12872
12873         * ext/vorbis/vorbisenc.c:
12874         (gst_vorbis_enc_buffer_check_discontinuous):
12875           Allow very small discontinuities in the timestamps. These we can't
12876           do anything useful with anyway (because vorbis's timestamps have
12877           only sample granularity), and are commonly produced by elements with
12878           minor bugs. Allow up to 1/2 a sample out.
12879           Fixes #351742.
12880
12881 2006-08-24  Wim Taymans  <wim@fluendo.com>
12882
12883         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
12884         (play_scrub_toggle_cb), (main):
12885         Add a checkbox to enable play scrubbing. Makes it possible to disable
12886         normal scrubbing.
12887
12888 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12889
12890         * tests/check/elements/.cvsignore:
12891           make buildbot happy
12892
12893 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12894
12895         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
12896         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
12897         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
12898         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12899         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12900         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
12901         (gst_ogm_text_parse_strip_trailing_zeroes),
12902         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
12903         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
12904           Refactor ogm parse, do better input checking, misc. clean-ups.
12905           Cache incoming events and push them once the source pad has
12906           been created. Don't pass unterminated strings to sscanf().
12907           Strip trailing zeroes from subtitle text output, since they
12908           are not valid UTF-8. Don't push vorbiscomment packets on
12909           the subtitle text pad. Output perfect streams if possible.
12910
12911 2006-08-23  Wim Taymans  <wim@fluendo.com>
12912
12913         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12914         Waits for tasks to settle down so that we clean up correctly for 
12915         valgrind.
12916
12917 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12918
12919         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
12920           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
12921           actually return return value in taglists_are_equal.
12922
12923 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12924
12925         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12926           Fix crash due to broken bitstream parsing on x86-64: can't make
12927           any assumptions about sizeof(struct) due to alignment/packing
12928           differences on different architectures. Fixes #351790.
12929
12930 2006-08-22  Wim Taymans  <wim@fluendo.com>
12931
12932         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12933         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
12934         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
12935         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
12936         (gst_riff_parse_info):
12937         Protect public functions against bad input.
12938         Do some cleanups.
12939         Fix documentation.
12940
12941 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12942
12943         * gst-libs/gst/riff/riff-ids.h:
12944         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12945           Add voxware audio IDs (even if we can't play it) (#351795).
12946
12947 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12948
12949         * gst-libs/gst/riff/riff-media.c:
12950         (gst_riff_create_video_template_caps),
12951         (gst_riff_create_audio_template_caps),
12952         (gst_riff_create_iavs_template_caps):
12953           Const-ify some arrays and use G_N_ELEMENTS instead
12954           of wasting oodles of RAM on terminator bits.
12955
12956 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12957
12958         * gst-libs/gst/tag/gstvorbistag.c:
12959         (gst_tag_list_to_vorbiscomment_buffer):
12960         * tests/check/libs/tag.c: (GST_START_TEST):
12961           And the same for _to_vorbiscomment_buffer(): allow
12962           id_data_len == 0 for speex.
12963
12964 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12965
12966         * configure.ac:
12967         * docs/plugins/Makefile.am:
12968         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12969         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12970         * docs/plugins/inspect/plugin-gdp.xml:
12971         * gst/gdp/Makefile.am:
12972         * tests/check/Makefile.am:
12973           Move GDP plugin to -base from -bad.  Closes #347783.
12974
12975 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
12976
12977         * gst-libs/gst/tag/gstvorbistag.c:
12978         (gst_tag_list_from_vorbiscomment_buffer):
12979           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
12980           Also add some checks to make sure we don't memcmp() beyond the end of
12981           vorbiscomment buffer if the ID to check for is larger than the buffer.
12982
12983         * tests/check/libs/tag.c: (GST_START_TEST):
12984           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
12985
12986 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
12987
12988         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
12989         (gst_vorbis_enc_set_metadata):
12990           Use vorbis comment utility functions from libgsttag
12991           instead of re-inventing the wheel (partially fixes #347091).
12992
12993 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
12994
12995         * tests/check/elements/audioconvert.c: (GST_START_TEST):
12996         Fix leaks. Wait for state transitions that might happen ASYNC, as well
12997         as some that won't.
12998
12999 2006-08-21  Wim Taymans  <wim@fluendo.com>
13000
13001         * docs/libs/Makefile.am:
13002         * docs/libs/gst-plugins-base-libs-sections.txt:
13003         * docs/libs/gst-plugins-base-libs.types:
13004         Don't try to GObject scan the netbuffer as it's not a GObject.
13005         Fixes #351308.
13006
13007         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13008         * gst-libs/gst/netbuffer/gstnetbuffer.h:
13009         Document GstNetBuffer.
13010
13011 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
13012
13013         * tests/check/elements/audioconvert.c: (GST_START_TEST),
13014         (audioconvert_suite):
13015           Add testcase for caps-size-explosion
13016
13017 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
13018
13019         * gst/audioconvert/gstaudioconvert.c:
13020         (gst_audio_convert_get_unit_size), (set_structure_widths):
13021           Lower debug, use g_assert in _get_unit_size
13022
13023         * gst/audioresample/gstaudioresample.c:
13024         (audioresample_get_unit_size):
13025         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13026         (gst_ffmpegcsp_get_unit_size):
13027         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
13028           use g_assert in _get_unit_size
13029
13030 2006-08-18  Wim Taymans  <wim@fluendo.com>
13031
13032         * docs/libs/gst-plugins-base-libs-sections.txt:
13033         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
13034         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
13035         (gst_rtp_buffer_get_payload_buffer):
13036         * gst-libs/gst/rtp/gstrtpbuffer.h:
13037         Document GstRTPBuffer.
13038         Added function to efficiently strip payload headers.
13039         API: gst_rtp_buffer_get_payload_subbuffer()
13040
13041 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13042
13043         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13044         (gst_tag_to_vorbis_comments):
13045           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13046           tags and deserialise them properly as well (#347091).
13047           Add some more gtk-doc blurbs and also some g_return_if_fail().
13048
13049         * tests/check/libs/tag.c: (GST_START_TEST),
13050         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13051           More tests.
13052
13053 2006-08-17  Wim Taymans  <wim@fluendo.com>
13054
13055         * ext/ogg/Makefile.am:
13056         * ext/ogg/gstogg.c: (plugin_init):
13057         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13058         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13059         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13060         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13061         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13062         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13063         Added ogg-in-avi parser element. Fixes #140139.
13064
13065         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13066         Fixed a bug in oggdemux debug code.
13067
13068         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13069         (gst_riff_create_audio_template_caps):
13070         Recognise Ogg in the AVI extensible wave format.
13071
13072 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13073
13074         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13075           Make buffer durations add up (duration should be next_ts-ts for
13076           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13077           from CVS.
13078
13079         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13080         (test_buffer_timestamps), (cddabasesrc_suite):
13081           Add unit test for the above.
13082
13083         * tests/check/Makefile.am:
13084           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13085           to see what happens.
13086
13087 2006-08-16  Wim Taymans  <wim@fluendo.com>
13088
13089         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13090         (gst_alsasink_open):
13091         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13092         (gst_alsasrc_open):
13093         Avoid setting and using a NULL device name.
13094         Print more info when we fail to open a device.
13095
13096 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13097
13098         * docs/libs/gst-plugins-base-libs-sections.txt:
13099         * gst-libs/gst/tag/tag.h:
13100         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13101           API: add gst_tag_parse_extended_comment() (#351426).
13102
13103         * tests/check/Makefile.am:
13104         * tests/check/libs/.cvsignore:
13105         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13106           Add unit test for gst_tag_parse_extended_comment().
13107
13108 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13109
13110         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13112           Fix leak (#351502).
13113
13114 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13115
13116         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13117         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13118         * docs/plugins/gst-plugins-base-plugins.args:
13119         * gst/playback/gstplaybin.c:
13120           Document playbin.
13121           
13122         * docs/plugins/inspect/plugin-adder.xml:
13123         * docs/plugins/inspect/plugin-alsa.xml:
13124         * docs/plugins/inspect/plugin-audioconvert.xml:
13125         * docs/plugins/inspect/plugin-audiorate.xml:
13126         * docs/plugins/inspect/plugin-audioresample.xml:
13127         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13128         * docs/plugins/inspect/plugin-cdparanoia.xml:
13129         * docs/plugins/inspect/plugin-decodebin.xml:
13130         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13131         * docs/plugins/inspect/plugin-gnomevfs.xml:
13132         * docs/plugins/inspect/plugin-ogg.xml:
13133         * docs/plugins/inspect/plugin-pango.xml:
13134         * docs/plugins/inspect/plugin-playbin.xml:
13135         * docs/plugins/inspect/plugin-subparse.xml:
13136         * docs/plugins/inspect/plugin-tcp.xml:
13137         * docs/plugins/inspect/plugin-theora.xml:
13138         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13139         * docs/plugins/inspect/plugin-video4linux.xml:
13140         * docs/plugins/inspect/plugin-videorate.xml:
13141         * docs/plugins/inspect/plugin-videoscale.xml:
13142         * docs/plugins/inspect/plugin-videotestsrc.xml:
13143         * docs/plugins/inspect/plugin-volume.xml:
13144         * docs/plugins/inspect/plugin-vorbis.xml:
13145         * docs/plugins/inspect/plugin-ximagesink.xml:
13146         * docs/plugins/inspect/plugin-xvimagesink.xml:
13147           Update to CVS version.
13148
13149 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13150
13151         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13152         (gst_play_bin_set_property), (gst_play_bin_get_property),
13153         (value_list_append_structure_list),
13154         (gst_play_bin_handle_redirect_message),
13155         (gst_play_bin_handle_message):
13156           API: GstPlayBin::connection-speed
13157           Add "connection-speed" property; re-order redirect messages with
13158           multiple redirect locations depending on the minimum bitrate if
13159           that information is available and a connection speed is set
13160           (#350399).
13161
13162 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13163
13164         * gst/playback/gstplaybin.c:
13165           Update max volume to the same value that the volume element uses.
13166
13167 2006-08-14  Wim Taymans  <wim@fluendo.com>
13168
13169         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13170         Less uglyness..
13171
13172 2006-08-14  Wim Taymans  <wim@fluendo.com>
13173
13174         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13175         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13176         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13177         Add some more debug info.
13178         Don't crash when a seek failed.
13179         Actually return the result of the seek instead of TRUE.
13180         Ignore multiple BOS pages with the same serial so that we don't create
13181         the same stream multiple times.
13182         Post an error when we fail to do the initial seek.
13183
13184 2006-08-13  Wim Taymans  <wim@fluendo.com>
13185
13186         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13187         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13188         Small code cleanup.
13189
13190         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13191         (gst_alsa_mixer_new):
13192         Remove hack that always set the device to hw:0*.
13193         Properly find the card name for whatever device was configured.
13194         Do some better debugging.
13195         Fixes #350784.
13196
13197         * ext/alsa/gstalsamixerelement.c:
13198         (gst_alsa_mixer_element_set_property),
13199         (gst_alsa_mixer_element_change_state):
13200         Cleanups.
13201         Handle setting of a NULL device name better.
13202
13203 2006-08-11  Wim Taymans  <wim@fluendo.com>
13204
13205         * gst/adder/gstadder.c:
13206         Don't clip float values. Fixes #350900.
13207
13208 2006-08-11  Andy Wingo  <wingo@pobox.com>
13209
13210         * gst/tcp/gsttcp.c: Really fix the build?
13211
13212         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13213         fixes the build.
13214
13215 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13216
13217         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13218           Float caps shouldn't have a "signed" field.
13219
13220 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13221
13222         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13223           Implement SEEKING query in its most basic form, so that we can
13224           at least check if we're seekable or not (#350655).
13225
13226 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13227
13228         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13229           The checks here are not even close to anything that would
13230           justify MAXIMUM probability, lowering to POSSIBLE until someone
13231           fixes the checks (case at hand: quicktime redirection files
13232           might start with 00 00 01 XX and pass the checks here just
13233           fine, see #350399).
13234
13235 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13236
13237         Patch by: Sjoerd Simons  <sjoerd at luon net>
13238
13239         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13240           Better detection for multipart/x-mixed-replace: accept leading
13241           whitespaces before the boundary marker as well (as our very own
13242           multipartmux used to produce) (#349068).
13243
13244 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13245
13246         Patch by: Young-Ho Cha  <ganadist at chollian net>
13247
13248         * gst-libs/gst/riff/riff-ids.h:
13249         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13250         (gst_riff_create_audio_template_caps):
13251           Detect DTS audio streams (#350157).
13252
13253 2006-08-05  Andy Wingo  <wingo@pobox.com>
13254
13255         * ext/theora/gsttheoraparse.h:
13256         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13257         (theora_parse_dispose, theora_parse_set_property)
13258         (theora_parse_get_property, theora_parse_munge_granulepos)
13259         (theora_parse_push_buffer, theora_parse_change_state):
13260         API: GstTheoraParse::synchronization-points
13261         Add a property 'synchronization-points' to fix badly synchronized oggs.
13262
13263 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13264
13265         * tests/check/Makefile.am:
13266         * tests/check/libs/.cvsignore:
13267         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13268         (fixed_caps_have_channel_positions), (GST_START_TEST),
13269         (audio_suite), (main):
13270           Add a few tests for the channel position stuff in libgstaudio.
13271
13272 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13273
13274         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13275         (gst_alsa_detect_channels):
13276         * ext/alsa/gstalsasink.c:
13277           Add support for cards that (only) do more than 8 channels,
13278           like the Delta 44 (#345188).
13279
13280         * gst-libs/gst/audio/multichannel.c:
13281         (gst_audio_check_channel_positions):
13282         * gst-libs/gst/audio/multichannel.h:
13283           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13284           unspecified channel position and cannot be combined with any
13285           of the other audio channel positions; adjust position layout
13286           checks accordingly (#345188).
13287
13288 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13289
13290         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13291           Recognise ancient RealAudio files (see #349779).
13292
13293 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13294
13295         Patch by: Jens Granseuer  <jensgr at gmx net>
13296
13297         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13298           Add typefinder for Interplay's MVE format (#348973).
13299
13300 2006-08-02  Wim Taymans  <wim@fluendo.com>
13301
13302         Patch by: Marcel Moreaux <marcelm at luon dot net>
13303
13304         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13305         (gst_base_rtp_depayload_add_to_queue):
13306         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13307         Handle RTP sequence number rollover.
13308         Disable jitterbuffer by default.
13309
13310 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13311
13312         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13313         (audioresample_set_caps):
13314         Don't leak references to the incoming caps. Clean them up when
13315         stopping.
13316
13317         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13318         (gst_video_scale_finalize):
13319         Don't leak our temporary pixel buffer.
13320
13321         * tests/check/Makefile.am:
13322         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13323         (GST_START_TEST), (simple_launch_lines_suite):
13324
13325         Fix leaks and re-enable the test for valgrind checking.
13326
13327 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13328
13329         Patch by: Sjoerd Simons  <sjoerd at luon net>
13330
13331         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13332         (plugin_init):
13333           Add typefind function for multipart/x-mixed-replace (#348916).
13334
13335 2006-07-28  Wim Taymans  <wim@fluendo.com>
13336
13337         * gst/adder/gstadder.c: (gst_adder_setcaps),
13338         (gst_adder_query_duration):
13339         Fix leak in duration query.
13340         Reflow some docs and notes.
13341
13342 2006-07-28  Michael Smith  <msmith@fluendo.com>
13343
13344         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13345         (vorbisenc_suite):
13346           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13347           aspect of it.
13348
13349 2006-07-28  Michael Smith  <msmith@fluendo.com>
13350
13351         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13352         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13353         (gst_vorbis_enc_push_buffer),
13354         (gst_vorbis_enc_buffer_check_discontinuous),
13355         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13356         * ext/vorbis/vorbisenc.h:
13357           Handle discontinuities in the input vorbis stream correctly,
13358           so that the output is properly timestamped (and has good granulepos
13359           values). Needs some oggmux fixes too.
13360
13361 2006-07-27  Wim Taymans  <wim@fluendo.com>
13362
13363         patch by: Kai Vehmanen <kv2004 eca cx>
13364
13365         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13366         (gst_base_rtp_depayload_chain),
13367         (gst_base_rtp_depayload_handle_sink_event),
13368         (gst_base_rtp_depayload_change_state):
13369         Don't send multiple newsegments with different formats.
13370         Fixes #348677.
13371
13372 2006-07-26  Wim Taymans  <wim@fluendo.com>
13373
13374         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13375         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13376         Make seeking in ogg more accurate again by doing the more correct
13377         granuletime to stream time conversion.
13378
13379 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13380
13381         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13382         (gst_multi_fd_sink_new_client):
13383           debug a little more understandably
13384           do not use goto as a substitute for break, especially if
13385           break is also being used
13386
13387 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13388
13389         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13390         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13391           Remove GLib-2.6 compatibility cruft.
13392
13393 2006-07-24  Wim Taymans  <wim@fluendo.com>
13394
13395         * gst-libs/gst/audio/gstbaseaudiosink.c:
13396         (gst_base_audio_sink_render):
13397         Don't try to align a sample to an unknown value.
13398
13399 2006-07-24  Wim Taymans  <wim@fluendo.com>
13400
13401         * gst-libs/gst/audio/gstbaseaudiosink.c:
13402         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13403         When the audio clock is slaved to another clock, never try to align
13404         samples but trust the rate interpolation algorithm.
13405
13406 2006-07-24  Wim Taymans  <wim@fluendo.com>
13407
13408         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13409         Don't try to calculate silence samples, base class does this much
13410         better now.
13411
13412         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13413         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13414         (gst_ring_buffer_acquire):
13415         Calculate silence samples correctly.
13416
13417         * gst-libs/gst/audio/gstringbuffer.h:
13418         Add _CAST macro.
13419
13420 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13421
13422         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13423           Limit search for the first markup tag to the first few kB of
13424           the file. If we don't find one there, it's highly unlikely that
13425           this is an XML(-ish) file.
13426
13427 2006-07-21  Andy Wingo  <wingo@pobox.com>
13428
13429         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13430         test to the one in vorbisenc. Also commented out.
13431
13432         * tests/check/pipelines/vorbisenc.c: 
13433         (test_discontinuity): New test, commented out until Mike lands
13434         some elite vorbisenc patches.
13435
13436         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13437         Bufferstraw was actually factored out of these tests. Now we share
13438         code yay.
13439
13440         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13441         for bufferstraw addition to gstcheck.
13442
13443 2006-07-21  Wim Taymans  <wim@fluendo.com>
13444
13445         * ext/theora/theoradec.c: (clip_buffer):
13446         Better clipping.
13447
13448 2006-07-21  Wim Taymans  <wim@fluendo.com>
13449
13450         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13451         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13452         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13453         Fix leak.
13454         Avoid type casting when we can.
13455
13456         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13457         Fix mem leak.
13458
13459 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13460
13461         * ext/alsa/gstalsamixerelement.c:
13462         (gst_alsa_mixer_element_change_state):
13463           Make state change fail if the specified device can't be opened
13464           for some reason.
13465
13466 2006-07-20  Wim Taymans  <wim@fluendo.com>
13467
13468         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13469         (cb_newpad), (main):
13470         Example of a small audio/video player using decodebin.
13471
13472 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13473
13474         * gst-libs/gst/riff/riff-ids.h:
13475           Add 'fact' chunk id
13476
13477 2006-07-19  Wim Taymans  <wim@fluendo.com>
13478
13479         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13480         (gst_base_rtp_depayload_chain),
13481         (gst_base_rtp_depayload_change_state):
13482         Don't assert when not negotiated but post a meaningfull 
13483         error message. Fixes #347918.
13484
13485         * gst-libs/gst/rtp/gstbasertppayload.c:
13486         Add comment about better default MTU size.
13487
13488         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13489         Small cleanups, start docs.
13490
13491 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13492
13493         Patch by: Martin Szulecki
13494
13495         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13496           If "device-name" is requested and the device is not
13497           open, try to temporarily open it to obtain this
13498           information (#342494).
13499
13500 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13501
13502         * gst-libs/gst/tag/gstid3tag.c:
13503           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13504
13505         * gst-libs/gst/tag/gsttageditingprivate.h:
13506         * gst-libs/gst/tag/gstvorbistag.c:
13507           Some more random const-ifications.
13508
13509 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13510
13511         * gst-libs/gst/riff/riff-ids.h:
13512         * gst-libs/gst/riff/riff-media.c:
13513         (gst_riff_create_video_template_caps):
13514           Add more FOURCCs (sort list to make stuff easier to find),
13515           add comment what those 16 bytes in struct _gst_riff_strh according to
13516           one avi-dumper are
13517
13518 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13519
13520         * gst-libs/gst/audio/multichannel.c:
13521         (gst_audio_check_channel_positions),
13522         (gst_audio_fixate_channel_positions):
13523           Const-ify two arrays.
13524
13525 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13526
13527         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13528           Fix typo, so that alsasink also advertises 8 channels
13529           if that's supported (tags: can, worms, open, alsa, ph34r).
13530
13531 2006-07-17  Wim Taymans  <wim@fluendo.com>
13532
13533         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13534         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13535         *sigh*, when is the compiler going to warn when the comments
13536         are out-of-sync with the code.. Refix case of busted theora
13537         headers with 0 granule pos.
13538
13539 2006-07-14  Wim Taymans  <wim@fluendo.com>
13540
13541         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13542         (gst_base_rtp_depayload_wait),
13543         (gst_base_rtp_depayload_change_state),
13544         (gst_base_rtp_depayload_set_property),
13545         (gst_base_rtp_depayload_get_property):
13546         Fix 99% cpu load by waiting for absolute times on the
13547         clock. Fixes #347300.
13548
13549 2006-07-14  Andy Wingo  <wingo@pobox.com>
13550
13551         * ext/theora/gsttheoraparse.h: 
13552         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13553         (theora_parse_push_headers, theora_parse_clear_queue)
13554         (theora_parse_drain_queue_prematurely, )
13555         (theora_parse_sink_event, theora_parse_change_state): Queue events
13556         until we initialized our state, like in vorbisparse.
13557
13558         * ext/vorbis/vorbisparse.h: 
13559         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13560         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13561         (vorbis_parse_drain_queue_prematurely, )
13562         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13563         until we have initialized our state. Fixes seeking after an
13564         initial pad block.
13565
13566 2006-07-14  Andy Wingo  <wingo@pobox.com>
13567
13568         Patch by: Iain Holmes <iaingnome@gmail.com>
13569         
13570         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13571
13572 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13573
13574         * configure.ac:
13575         Bump nano back to CVS
13576
13577 === release 0.10.9 ===
13578
13579 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13580
13581         * configure.ac:
13582           releasing 0.10.9, "I walk the line"
13583
13584 2006-07-14  Michael Smith  <msmith@fluendo.com>
13585
13586         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13587           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13588           (commonly happens when running this test under valgrind) when trying
13589           to remove the buffer probe.
13590
13591 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13592
13593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13594         Fix missing g_unlock from the previous commit
13595
13596 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13597
13598         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13599         (gst_ximagesink_change_state):
13600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13601         (gst_xvimagesink_change_state):
13602         Implement a locking order to ensure we always take the object lock
13603         before the x_lock and never vice-versa.
13604
13605 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13606
13607         * gst/playback/gstdecodebin.c: (find_compatibles):
13608         Fix a caps leak when linking (#347304)
13609
13610         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13611         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13612         (gst_ximagesink_change_state):
13613         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13614         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13615         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13616         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13617         Don't leak shared memory resources. Use the object lock to protect
13618         against the xcontext disappearing while returning a buffer from the
13619         pipeline. (#347304)
13620
13621 2006-07-12  Edward Hervey  <edward@fluendo.com>
13622
13623         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13624         (vorbis_handle_comment_packet):
13625         gst_tag_list_merge() returns a new object. Take that into account when
13626         using it. This avoids memleak.
13627         Revert previous commit which is not needed.
13628
13629 2006-07-12  Edward Hervey  <edward@fluendo.com>
13630
13631         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13632         Reset the decoder in finalize so that all fields get cleared.
13633
13634 2006-07-12  Wim Taymans  <wim@fluendo.com>
13635
13636         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13637         (gst_base_audio_src_set_clock),
13638         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13639         Don't try to post an error message when setting the clock fails
13640         as this can happen when adding an element to a bin which will then
13641         deadlock. Fixes #347296.
13642
13643 2006-07-12  Edward Hervey  <edward@fluendo.com>
13644
13645         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13646         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13647         (vorbis_handle_type_packet):
13648         Post tag messages on the bus even if we're not initialized.
13649         If we're not initialized, we still postpone the event pushing of tags.
13650
13651 2006-07-12  Wim Taymans  <wim@fluendo.com>
13652
13653         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13654         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13655         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13656         Revert last two changes that broke the freeze.
13657
13658 2006-07-12  Wim Taymans  <wim@fluendo.com>
13659
13660         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13661         basesink calculates silence sample correctly for us.
13662
13663 2006-07-12  Wim Taymans  <wim@fluendo.com>
13664
13665         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13666         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13667         Calculate correct silence samples so we don't fill our ringbuffer
13668         with noise.
13669
13670 2006-07-12  Edward Hervey  <edward@fluendo.com>
13671
13672         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13673         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13674         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13675         * ext/vorbis/vorbisdec.h:
13676         Delay sending events (newsegment, tags) until the decoder is properly
13677         initialized.
13678         Fixes #347295
13679
13680 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13681
13682         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13683         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13684           Patch from #347221 adding a test for audioconvert
13685           channel remappings.
13686
13687 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13688
13689         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13690         (gst_ssa_parse_parse_line):
13691           Don't include the terminating NUL in the buffer size,
13692           it's only there for extra paranoia (would add random
13693           '*' characters at the end of each subtitle since the
13694           terminator itself is not valid UTF-8 technically).
13695           Also fix indenting after boilerplate macro.
13696
13697 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13698
13699         * gst/playback/gstdecodebin.c: (close_pad_link):
13700           Also emit 'unknown-type' signal (which should really be
13701           called unhandled-type) if we found potential decoders/demuxers
13702           in the registry but none of them worked in the end (as in the
13703           case where the plugins don't exist any longer but are still
13704           listed in the registry). Fixes #329798.
13705
13706 2006-07-08  Andy Wingo  <wingo@pobox.com>
13707
13708         * theoraparse.c (theora_parse_push_buffer)
13709         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13710         Add some more debugging. Fix granulepos reconstruction in the face
13711         of discontinuities.
13712
13713 2006-07-06  Wim Taymans  <wim@fluendo.com>
13714
13715         * gst-libs/gst/audio/gstbaseaudiosink.c:
13716         (gst_base_audio_sink_class_init),
13717         (gst_base_audio_sink_provide_clock):
13718         Use gobject_class instead of G_OBJECT_CLASS (klass)
13719
13720         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13721         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13722         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13723         (gst_base_audio_src_get_time),
13724         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13725         (gst_base_audio_src_create_ringbuffer):
13726         Fix latency and buffer-time constants and properties ala basesink.
13727         Implement pull based scheduling. Fixes #346527.
13728         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13729         one segment.
13730         Refuse slaving to another clock instead of silently not working.
13731         Only provide a clock when we are actually able to do so.
13732         Various small cleanups and compiler hints.
13733
13734 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13735
13736         Patch by: Lutz Mueller <lutz at topfrose de>
13737
13738         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13739         (plugin_init):
13740           Add typefinding for text/html (#346581).
13741
13742 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13743
13744         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13745         (xml_check_first_element), (xml_type_find), (smil_type_find):
13746           Fix SMIL typefinding, make xml_check_first_element() more
13747           useful.
13748
13749 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13750
13751         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13752         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13753         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13754         * gst/playback/gstplaybasebin.h:
13755           Protect list of elements with a subtitle-encoding property and
13756           the subtitle encoding member itself with a lock of their own
13757           instead of using the object lock. This prevents a dead-lock in
13758           the element-remove callback in some circumstances when shutting
13759           down playbin.
13760
13761 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13762
13763         * win32/common/libgsttag.def:
13764         Export some new functions.
13765         * win32/vs6/libgstogg.dsp:
13766         Add a link to libgsttag-0.10.lib.
13767
13768 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13769
13770         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13771           Some const-ification.
13772
13773 2006-07-04  Wim Taymans  <wim@fluendo.com>
13774
13775         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13776         Improve checking if we are dealing with a stream. Added some
13777         more uris that need buffering.
13778
13779 2006-07-03  Edward Hervey  <edward@fluendo.com>
13780
13781         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13782         Remove unused variable.
13783
13784 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13785
13786         * Makefile.am:
13787           include lcov.mak
13788         * configure.ac:
13789           add GCOV_LIBS to GST_LIBS
13790
13791 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13792
13793         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13794
13795         * ext/alsa/gstalsasrc.c:
13796           Add 32 bps to template caps and increase channels range
13797           from [1,2] to [1,MAX]. See #346326.
13798
13799 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13800
13801         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13802           Recognise 'WMVA' video codec fourcc (#345879).
13803           
13804 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13805          
13806         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13807           Fixed nasty memory leak
13808
13809 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13810
13811         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13812         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13813           fix logging
13814
13815 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13816
13817         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13818         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13819         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13820         Protect remove_fakesink using a mutex, so that we don't try and
13821         remove the fakesink simultaneously from multiple threads.
13822
13823         When going from READY to PAUSED, restore the fakesink, so that
13824         it is there when decodebin gets reused.
13825
13826 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
13827
13828         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13829         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13830         * gst-libs/gst/rtp/gstbasertppayload.c:
13831         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13832         * gst/tcp/gstmultifdsink.c:
13833         * gst/tcp/gsttcpclientsink.c:
13834         * gst/tcp/gsttcpclientsrc.c:
13835         * gst/tcp/gsttcpserversink.c:
13836         * gst/tcp/gsttcpserversrc.c:
13837         * gst/videorate/gstvideorate.c:
13838         * gst/videotestsrc/gstvideotestsrc.c:
13839         * sys/v4l/gstv4ljpegsrc.c:
13840         * sys/v4l/gstv4lmjpegsink.c:
13841         * sys/v4l/gstv4lsrc.c:
13842         * tests/examples/seek/scrubby.c:
13843         * tests/examples/seek/seek.c:
13844           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
13845
13846 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13847
13848         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
13849           Second field in GEnumValue shouldn't be a description,
13850           but a stringified version of the enum value.
13851
13852 2006-06-22  Wim Taymans  <wim@fluendo.com>
13853
13854         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13855         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
13856         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13857         Avoid type checking in buffer casts.
13858         Avoid caps copy in buffer_alloc when we can.
13859         Use pad_peer_accept.
13860
13861 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13862
13863         * gst-libs/gst/tag/tag.h:
13864           Oops, make that 'Since: 0.10.9'.
13865
13866 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13867
13868         * docs/libs/gst-plugins-base-libs-sections.txt:
13869         * gst-libs/gst/tag/tag.h:
13870         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
13871         (gst_tag_image_type_get_type):
13872           API: add GstTagImageType enum to describe images contained
13873           in image tags (#345641).
13874
13875 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13876
13877         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13878           Fix warnings with gst-inspect: "buffers-min" property
13879           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
13880           typo in property description.
13881
13882 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13883
13884         Patch by: Cody Russell <bratsche at gnome org>
13885
13886         * gst/audioresample/gstaudioresample.c:
13887         (gst_audioresample_class_init):
13888         * gst/playback/gststreamselector.c:
13889         (gst_stream_selector_class_init):
13890         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
13891         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13892         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
13893         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
13894         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
13895         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
13896         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
13897         * gst/videotestsrc/gstvideotestsrc.c:
13898         (gst_video_test_src_class_init):
13899         * gst/volume/gstvolume.c: (gst_volume_class_init):
13900           Avoid unnecessary class cast check in class_init
13901           functions (#337747).
13902
13903 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
13904
13905         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
13906         (gst_text_overlay_video_chain):
13907           g_markup_escape_text() REALLY doesn't like non-UTF8 input
13908           and doesn't validate its input either (and neither did
13909           textoverlay it seems). Let's do that then and fix #345206.
13910
13911 2006-06-19  Wim Taymans  <wim@fluendo.com>
13912
13913         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13914         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
13915         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
13916         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
13917         (find_syncframe), (find_limits), (assign_value),
13918         (count_burst_unit), (gst_multi_fd_sink_new_client),
13919         (gst_multi_fd_sink_handle_client_write),
13920         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
13921         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
13922         (gst_multi_fd_sink_change_state):
13923         * gst/tcp/gstmultifdsink.h:
13924         Added shiny new burst-on-connect methods.
13925         Add properties to control the minimal amount of data queued.
13926         Small cleanups.
13927         API: bytes-min property
13928         API: time-min property
13929         API: buffers-min property
13930         API: burst-unit property
13931         API: burst-value property
13932         API: add-full signal
13933
13934         * gst/tcp/gsttcp-marshal.list:
13935         Added new marshaller code for the new signal.
13936
13937         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13938         (multifdsink_suite):
13939         Added testcases for new burst methods.
13940
13941 2006-06-19  Edward Hervey  <edward@fluendo.com>
13942
13943         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
13944         Implement clipping for accurate seeking.
13945         Closes #345225
13946
13947 2006-06-19  Wim Taymans  <wim@fluendo.com>
13948
13949         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
13950
13951         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
13952         (gst_video_scale_transform):
13953         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
13954
13955 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
13956
13957         * configure.ac:
13958           Fix --disable-external (can't set conditionals conditionally,
13959           #343602).
13960
13961 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13962
13963         * tests/check/elements/audioresample.c: (test_reuse),
13964         (audioresample_suite):
13965           Add test case for bug #342789 fixed below.
13966
13967 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13968
13969         * gst/audioresample/gstaudioresample.c:
13970         (gst_audioresample_class_init), (gst_audioresample_init),
13971         (audioresample_start), (audioresample_stop),
13972         (gst_audioresample_set_property), (gst_audioresample_get_property):
13973           Implement GstBaseTransform::start and ::stop so that audioresample
13974           can clear its internal state properly and be reused instead of
13975           causing non-negotiated errors with playbin under some circumstances
13976           (#342789).
13977
13978         * tests/check/elements/audioresample.c: (setup_audioresample),
13979         (cleanup_audioresample):
13980           Need to set element state here so that ::start and ::stop are
13981           called.
13982
13983 2006-06-16  Wim Taymans  <wim@fluendo.com>
13984
13985         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13986
13987         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
13988         Parse extra data better, apparently it's right behind
13989         the normal strf header size. Fixes #343500.
13990
13991 2006-06-16  Wim Taymans  <wim@fluendo.com>
13992
13993         * ext/alsa/gstalsasink.c: (set_hwparams):
13994         If we fail to set the buffer_time and period_time alsa
13995         parameters, post a warning and leave alsa select a 
13996         default instead of failing. Fixes #342085
13997
13998 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13999
14000         * docs/libs/gst-plugins-base-libs-sections.txt:
14001         * gst-libs/gst/cdda/gstcddabasesrc.h:
14002           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
14003           out in the header file and shouldn't be listed in the docs.
14004
14005         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14006           Must dereference pointer to fourcc in the debug statement.
14007
14008 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
14009
14010         * docs/libs/Makefile.am:
14011         * docs/libs/gst-plugins-base-libs-docs.sgml:
14012         * docs/libs/gst-plugins-base-libs-sections.txt:
14013         * docs/libs/gst-plugins-base-libs.types:
14014         add remaining symbols into correct setions
14015         
14016         * gst-libs/gst/audio/gstringbuffer.c:
14017         fix incomplete docs
14018         
14019         * gst-libs/gst/audio/gstringbuffer.h:
14020         comment out not yet implemented function
14021         
14022         
14023         * gst-libs/gst/floatcast/floatcast.h:
14024         * gst-libs/gst/netbuffer/gstnetbuffer.c:
14025         add short descriptions
14026         
14027         
14028         * gst-libs/gst/interfaces/propertyprobe.c:
14029         fix return value docs   
14030         
14031         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14032         simplify debug logging
14033         
14034         * gst-libs/gst/riff/riff-read.h:
14035         sync function prototype and docs
14036         
14037         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14038         remove left over symbol
14039
14040 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
14041
14042         * autogen.sh:
14043         * configure.ac:
14044         * docs/Makefile.am:
14045           Use GST_PLUGIN_DOCS macro in configure.ac, add
14046           --enable-plugin-docs default to autogen.sh and use
14047           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14048
14049 2006-06-15  Wim Taymans  <wim@fluendo.com>
14050
14051         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14052         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14053         (gst_ogg_demux_loop):
14054         Combine GstFlowReturn from the source pads to give a
14055         meaningfull result to the upstream peer or to stop the
14056         processing task in case of errors.
14057
14058 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14059
14060         * gst/playback/gststreaminfo.c: (cb_probe):
14061           Try GST_TAG_CODEC as fallback when extracting the
14062           codec name; more debug info.
14063
14064 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14065
14066         * ext/ogg/Makefile.am:
14067         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14068           Extract language tags from ogm subtitle streams, so that
14069           the subtitle menu choices are labelled correctly in
14070           Totem (fixes #344708).
14071
14072 2006-06-14  Wim Taymans  <wim@fluendo.com>
14073
14074         Patch by: Alessandro Decina <alessandro at nnva dot org>
14075
14076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14077         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14078         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14079         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14080         Fix various leaks. Fixes #343699.
14081         Add x-smoke mime type.
14082
14083 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14084
14085         * gst-libs/gst/riff/riff-ids.h:
14086           Add IDs for 'bext' chunks (see #343837).
14087
14088 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14089
14090         Patch by: Young-Ho Cha  <ganadist at chollian net>
14091
14092         * gst/subparse/samiparse.c: (sami_context_pop_state),
14093         (handle_start_font), (end_sami_element):
14094           Honour font face tags in SAMI subtitles (#344503).
14095
14096 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14097
14098         * po/POTFILES.in:
14099           add missing files containing translatable strings
14100
14101 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14102
14103         * docs/libs/tmpl/.cvsignore:
14104           we don't want those *.sgml files in CVS either
14105
14106 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14107
14108         * docs/libs/.cvsignore:
14109         * tests/check/elements/.cvsignore:
14110         * tests/check/libs/.cvsignore:
14111           ignore more
14112
14113 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14114
14115         * docs/libs/Makefile.am:
14116           also commiting the changed Makefile.am (added more libs to the
14117           doc-build)
14118
14119 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14120
14121         * docs/libs/gst-plugins-base-libs-docs.sgml:
14122         * docs/libs/gst-plugins-base-libs-sections.txt:
14123         * docs/libs/gst-plugins-base-libs.types:
14124           first batch of reordering things, add index & hierarchy
14125
14126 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14127
14128         * configure.ac:
14129           use GST_PKG_CHECK_MODULES, cleans up output
14130
14131 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14132
14133         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14134           Add support for burn:// URIs (#343385); const-ify things a bit,
14135           use G_N_ELEMENTS instead of hard-coded array size.
14136
14137 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14138
14139         Patch by: Young-Ho Cha  <ganadist at chollian net>
14140
14141         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14142           Fix up broken entities before passing them to libxml *sigh*.
14143           (#343303).
14144           
14145 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14146
14147         * configure.ac:
14148           back to TRUNK
14149
14150 === release 0.10.8 ===
14151
14152 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14153
14154         * configure.ac:
14155           releasing 0.10.8, "Moar gij ziet mij nie"
14156
14157 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14158
14159         * configure.ac:
14160         * po/af.po:
14161         * po/az.po:
14162         * po/cs.po:
14163         * po/en_GB.po:
14164         * po/hu.po:
14165         * po/it.po:
14166         * po/nb.po:
14167         * po/nl.po:
14168         * po/or.po:
14169         * po/sq.po:
14170         * po/sr.po:
14171         * po/sv.po:
14172         * po/uk.po:
14173         * po/vi.po:
14174         * win32/common/config.h:
14175           0.10.7.2 prerelease
14176
14177 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14178
14179         * docs/libs/tmpl/gstaudio.sgml:
14180         * docs/libs/tmpl/gstcolorbalance.sgml:
14181         * docs/libs/tmpl/gstmixer.sgml:
14182         * docs/libs/tmpl/gstringbuffer.sgml:
14183         * docs/libs/tmpl/gsttuner.sgml:
14184         * docs/libs/tmpl/gstxoverlay.sgml:
14185         * gst-libs/gst/audio/audio.c:
14186         * gst-libs/gst/audio/gstringbuffer.c:
14187         * gst-libs/gst/interfaces/colorbalance.c:
14188         * gst-libs/gst/interfaces/mixer.c:
14189         * gst-libs/gst/interfaces/tuner.c:
14190         * gst-libs/gst/interfaces/xoverlay.c:
14191           move last template doc snippets to source code and delete them
14192
14193 2006-06-06  Michael Smith  <msmith@fluendo.com>
14194
14195         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14196         (theora_parse_drain_queue):
14197           Mark DELTA_UNIT on non-keyframes.
14198
14199 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14200
14201         * gst-libs/gst/audio/gstbaseaudiosink.c:
14202         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14203         * gst-libs/gst/audio/gstbaseaudiosink.h:
14204         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14205         (gst_ring_buffer_samples_done):
14206         * gst-libs/gst/audio/gstringbuffer.h:
14207         Document better the fact that latency_time and buffer_time are values
14208         stored in microseconds, and not the usual GStreamer nanoseconds.
14209         Change the variables (compatibly) that store them from GstClockTime 
14210         to guint64 to make it more clear that they're not storing clock times.
14211         Also, remove the bogus property description that says the user can
14212         specify -1 to get the default value, since that's never been the case.
14213
14214         When computing the default segment size for the ring buffer, make it
14215         an integer number of samples.
14216
14217         When the sub-class indicates a delay greater than the number of
14218         samples we've written return 0 from the audio sink get_time method.
14219
14220 2006-06-02  Michael Smith  <msmith@fluendo.com>
14221
14222         * tests/check/elements/audioconvert.c: (set_channel_positions),
14223         (get_float_mc_caps), (get_int_mc_caps):
14224         * tests/check/elements/audioresample.c:
14225         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14226         * tests/check/elements/videorate.c:
14227         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14228         * tests/check/elements/volume.c:
14229         * tests/check/elements/vorbisdec.c:
14230         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14231           Don't busy-wait in tests; this was causing test timeouts very
14232           frequently when running under valgrind.
14233
14234 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14235
14236         * gst/tcp/README:
14237         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14238         (gst_multi_fd_sink_remove_client_link),
14239         (gst_multi_fd_sink_client_queue_caps),
14240         (gst_multi_fd_sink_client_queue_buffer),
14241         (gst_multi_fd_sink_handle_client_write),
14242         (gst_multi_fd_sink_render):
14243         * gst/tcp/gstmultifdsink.h:
14244           make multifdsink properly deal with streamheader:
14245           - streamheader is taken from caps
14246           - buffers marked with IN_CAPS are not sent
14247           - streamheaders are sent, on connection, from the caps of the
14248             buffer where the client gets positioned to
14249           - further streamheader changes are done every time the client
14250             will receive a buffer with different caps
14251         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14252         (gst_multifdsink_create_streamheader):
14253           add tests for this
14254
14255 2006-06-02  Michael Smith  <msmith@fluendo.com>
14256
14257         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14258           Reinstate limit on channel count. Vorbis does not define the meaning
14259           of > 6 channels, so they're just independent channels. Gstreamer
14260           currently has no mechanism to represent N independent channels.
14261
14262 2006-06-02  Michael Smith  <msmith@fluendo.com>
14263
14264         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14265           Don't arbitrarily restrict channel counts and rate in vorbis.
14266           In terms of effects likely on real-world files, this fixes 96kHz
14267           playback of vorbis.
14268
14269 2006-06-02  Michael Smith  <msmith@fluendo.com>
14270
14271         * gst/audioconvert/audioconvert.c: (float):
14272           More correct float->int conversion.
14273
14274 2006-06-02  Michael Smith  <msmith@fluendo.com>
14275
14276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14277           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14278           value. Fixes g-critical on trying to play back ogg containing
14279           unknown codec.
14280
14281 2006-06-02  Wim Taymans  <wim@fluendo.com>
14282
14283         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14284         (setup_source):
14285         * gst/playback/gstplaybasebin.h:
14286         Make the subtitle detection work from any thread so we don't
14287         deadlock. Fixes #343397.
14288
14289 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14290
14291         * gst/volume/Makefile.am:
14292           Seriously, it's not *that* hard to get compilation right.  Even
14293           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14294
14295 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14296
14297         * gst/volume/gstvolume.c: (volume_choose_func),
14298         (volume_update_real_volume), (gst_volume_class_init),
14299         (gst_volume_init), (volume_process_float), (volume_process_int16),
14300         (volume_process_int16_clamp), (volume_set_caps),
14301         (volume_transform_ip), (plugin_init):
14302         * gst/volume/gstvolume.h:
14303         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14304         another property desc., remove unused param from process function
14305         
14306         * tests/check/elements/volume.c: (volume_suite):
14307         reactivate the passthrough test
14308
14309 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14310
14311         * ext/alsa/gstalsamixerelement.h:
14312         * ext/alsa/gstalsamixeroptions.h:
14313         * ext/alsa/gstalsamixertrack.h:
14314         * ext/gnomevfs/gstgnomevfssink.h:
14315         * ext/gnomevfs/gstgnomevfssrc.h:
14316         * ext/theora/gsttheoradec.h:
14317         * ext/theora/gsttheoraenc.h:
14318         * ext/theora/gsttheoraparse.h:
14319         * ext/vorbis/vorbisparse.h:
14320         * gst-libs/gst/audio/gstaudioclock.h:
14321         * gst-libs/gst/audio/gstaudiofilter.h:
14322         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14323         * gst/audioconvert/gstaudioconvert.h:
14324         * gst/audioresample/gstaudioresample.h:
14325         * gst/audiotestsrc/gstaudiotestsrc.h:
14326         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14327         * gst/playback/gststreamselector.h:
14328         * gst/tcp/gstmultifdsink.h:
14329         * gst/tcp/gsttcpclientsink.h:
14330         * gst/tcp/gsttcpclientsrc.h:
14331         * gst/tcp/gsttcpserversink.h:
14332         * gst/tcp/gsttcpserversrc.h:
14333         * gst/videorate/gstvideorate.h:
14334         * gst/videoscale/gstvideoscale.h:
14335         * gst/videotestsrc/gstvideotestsrc.h:
14336         * gst/volume/gstvolume.h:
14337         * sys/v4l/gstv4ljpegsrc.h:
14338         * sys/v4l/gstv4lmjpegsink.h:
14339         * sys/v4l/gstv4lmjpegsrc.h:
14340         * sys/v4l/gstv4lsrc.h:
14341         * sys/ximage/ximagesink.h:
14342         * sys/xvimage/xvimagesink.h:
14343         * tests/old/testsuite/alsa/sinesrc.h:
14344         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14345
14346 2006-05-31  Wim Taymans  <wim@fluendo.com>
14347
14348         * ext/libvisual/visual.c: (gst_visual_reset),
14349         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14350         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14351         Handle DISCONT.
14352         Use running time before doing QoS.
14353         Handle mono too.
14354
14355 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14356
14357         * docs/libs/Makefile.am:
14358           set a magic variable to indicate we know the docs are incomplete
14359
14360 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14361
14362         * win32/common/libgstvideo.def:
14363           export gst_video_calculate_display_ratio
14364         * win32/vs6/libgstvideoscale.dsp:
14365           add link to libgstvideo-0.10.lib
14366
14367 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14368
14369         * gst/playback/gstplaybasebin.c: (gen_source_element):
14370           Throw a more comprehensible error for rtsp:// URIs (rather
14371           than erroring out with a negotiation error later on) until
14372           we fix playbin to handle rtspsrc etc.
14373
14374 2006-05-30  Wim Taymans  <wim@fluendo.com>
14375
14376         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14377         (gst_text_overlay_text_event):
14378         Added some FIXMEs.
14379
14380 2006-05-30  Wim Taymans  <wim@fluendo.com>
14381
14382         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14383         (gst_adder_request_new_pad), (gst_adder_release_pad):
14384         * gst/adder/gstadder.h:
14385         Implement release_request_pad.
14386         Make padcounter atomic.
14387
14388         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14389         Added check for release_pad in adder.
14390
14391 2006-05-30  Wim Taymans  <wim@fluendo.com>
14392
14393         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14394         Fix build again.
14395
14396 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14397
14398         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14399         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14400         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14401         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14402         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14403         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14404         (gst_ogg_demux_bisect_forward_serialno),
14405         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14406         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14407           add more debugging
14408           clean up printf formats for granulepos and serialno
14409
14410 2006-05-30  Michael Smith  <msmith@fluendo.com>
14411
14412         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14413         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14414         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14415         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14416         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14417         * ext/vorbis/vorbisenc.h:
14418           Multi-channel caps negotiation, so we can do proper multichannel
14419           vorbis encoding, negotiated through audioconvert.
14420
14421 2006-05-30  Wim Taymans  <wim@fluendo.com>
14422
14423         * tests/check/elements/adder.c: (test_event_message_received),
14424         (test_play_twice_message_received), (GST_START_TEST),
14425         (adder_suite):
14426         Added check to show that #339935 is fixed with ongoing
14427         adder and collectpads fixes.
14428
14429 2006-05-29  Wim Taymans  <wim@fluendo.com>
14430
14431         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14432         Don't leak pad name.
14433
14434 2006-05-29  Wim Taymans  <wim@fluendo.com>
14435
14436         * gst/adder/gstadder.c: (gst_adder_query_duration),
14437         (forward_event_func), (forward_event), (gst_adder_src_event):
14438         Fix adder seeking.
14439         Make query/seeking code threadsafe.
14440
14441         * tests/check/Makefile.am:
14442         * tests/check/elements/adder.c: (test_event_message_received),
14443         (GST_START_TEST), (test_play_twice_message_received):
14444         Fix adder test case.
14445
14446 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14447
14448         Patch by: Young-Ho Cha  <ganadist at chollian net>
14449
14450         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14451         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14452         (set_encoding_element), (decodebin_element_added_cb),
14453         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14454         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14455         * gst/playback/gstplaybasebin.h:
14456           Add 'subtitle-encoding' property to playbin, so applications can
14457           force a subtitle encoding for non-UTF8 subtitles (#342268).
14458
14459         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14460         (gst_sub_parse_set_property):
14461           Rename recently-added 'encoding' property to 'subtitle-encoding'
14462           (so it can be proxied by playbin/decodebin in a generic way
14463           with less danger of false positives).
14464
14465 2006-05-29  Michael Smith  <msmith@fluendo.com>
14466
14467         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14468         (append_with_other_format), (set_structure_widths),
14469         (gst_audio_convert_transform_caps):
14470           Patch from #341562: give more specific audio caps in get_caps, so
14471           that basetransform  can make better decisions on what caps to
14472           negotiate.
14473
14474 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14475
14476         * tests/check/elements/volume.c:
14477         make it compile again
14478
14479 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14480
14481         * tests/check/elements/volume.c: (volume_suite):
14482         disable test until #343196 gets resolved
14483
14484 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14485
14486         * gst/adder/gstadder.c: (gst_adder_get_type):
14487         Make it easier to copy&paste
14488         
14489         * gst/volume/Makefile.am:
14490         * gst/volume/gstvolume.c: (volume_update_real_volume),
14491         (gst_volume_set_volume), (gst_volume_set_mute),
14492         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14493         (volume_transform_ip), (volume_update_mute),
14494         (volume_update_volume):
14495         * gst/volume/gstvolume.h:
14496         Add own debug category, move duplicate code to helper function, fix
14497         property texts, add more comments and prepare ffor liboil-goodness
14498         
14499         * tests/check/Makefile.am:
14500         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14501         add test for mute and passtrough case, be a bit more verbose to track
14502         failure
14503         
14504         * tests/check/generic/states.c: (GST_START_TEST):
14505         catch elements that fail to instantiate
14506
14507 2006-05-28  Edward Hervey  <edward@fluendo.com>
14508
14509         * tests/check/pipelines/simple-launch-lines.c:
14510         * tests/check/pipelines/theoraenc.c:
14511         * tests/check/pipelines/vorbisenc.c:
14512         Comment out tests using parse_launch() if core was built without
14513         parsing capabilities.
14514
14515 2006-05-27  Edward Hervey  <edward@fluendo.com>
14516
14517         * tests/check/Makefile.am:
14518         Extra bonus points for whoever explains to ensonic that you are meant
14519         to test unit tests thoroughly before commiting them, especially if
14520         you know it's going to break.
14521         De-activated element/adder tests.
14522
14523 2006-05-27  Edward Hervey  <edward@fluendo.com>
14524
14525         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14526         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14527         Marking caps conversion issues as GST_WARNING is way too verbose,
14528         Moving them to GST_LOG.
14529
14530 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14531
14532         * README:
14533           Replace current README (containing the release notes from
14534           some 0.9.x version) with a proper README taken from the core.
14535
14536 2006-05-26  Wim Taymans  <wim@fluendo.com>
14537
14538         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14539         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14540         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14541         (vorbis_dec_change_state):
14542         Small cleanups.
14543         Add some FIXMEs
14544         Clip output samples to segment boundaries.
14545
14546 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14547
14548         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14549         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14550         Improve the errors produced on bad output, including some human
14551         readable description strings.
14552         Handle the (theoretical for ximagesink) case where the XServer 
14553         has a different idea about the size required for a particular 
14554         frame and gives us too small a memory allocation.
14555
14556 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14557
14558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14559         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14560         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14561         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14562         Improve the errors produced on bad output, including some human 
14563         readable description strings.
14564         Handle RGB Xv formats properly by transforming them into our 
14565         big-endian caps description.
14566         Use gst_caps_truncate to ensure that we never try and choose a
14567         non-fixed caps in buffer_alloc.
14568         Handle the case where the XServer has a different idea about the size
14569         required for a particular frame and gives us too small a memory
14570         allocation.
14571         Use -1 to indicate 'no image format', because 0 is a valid XServer
14572         image format number.
14573         Put RGB Xv formats at the end of the caps, so that we always prefer
14574         YUV format frames.
14575         Iterate the available Xv Encodings to determine the maximum width and
14576         height, and then return that in our caps.
14577         (Closes #315312, #337544)
14578
14579 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14580
14581         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14582         When there is only one unfinished pad and it receives an event that
14583         doesn't match our requirements, we need to set alldone=FALSE so that
14584         the fakesink is not removed yet.
14585
14586 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14587
14588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14589           Use gst_type_find_helper_for_buffer() to find the type
14590           of stream from the first packet.
14591
14592         * configure.ac:
14593           Bump requirements to core CVS (needed for vorbis
14594           typefinding to work).
14595
14596 2006-05-24  Edward Hervey  <edward@fluendo.com>
14597
14598         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14599         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14600         contain.  Else they play perfectly fine with qtdemux.
14601
14602 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14603
14604         * ext/theora/theoradec.c:
14605         * ext/theora/theoraenc.c:
14606         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14607         * gst/audiorate/gstaudiorate.c:
14608           make more debug catagories static
14609         
14610         * tests/check/Makefile.am:
14611         * tests/check/elements/adder.c: (message_received),
14612         (test_event_message_received), (GST_START_TEST),
14613         (test_play_twice_message_received), (adder_suite):
14614           added test case for using element twice, extra bonus points for anyone
14615           who can make these test run reliably
14616
14617 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14618
14619         * ext/theora/theoradec.c: (theora_dec_chain):
14620           Make work with time-stamped input buffers that do not
14621           have a granulepos in BUFFER_OFFSET_END (like theora
14622           buffers coming from matroskademux). Fixes #342448.
14623
14624 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14625
14626         Patch by: Peter Kjellerstedt  <pkj at axis com>
14627
14628         * gst/tcp/Makefile.am:
14629           fdstresstest doesn't need Gtk+, fix compilation if 
14630           gtk is not available (#342566).
14631
14632 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14633          
14634         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14635           80 line columns
14636           Removed redundant floor()
14637
14638 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14639
14640         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14641           On second thought, just skip JUNK chunks automatically, so
14642           the caller doesn't have to handle this. Fixes #342345.
14643           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14644           not GST_FLOW_ERROR.
14645
14646 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14647
14648         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14649           Don't bail out on JUNK chunks with a size of 0 (would try to
14650           pull_range 0 bytes before, which sources don't like too much).
14651           See #342345.
14652
14653 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14654
14655         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14657         Use the gstutil scaling function to preserve 64 bits while calculating
14658         output width and height from the display-aspect-ratio. (A continuation
14659         of #341542)
14660
14661 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14662
14663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14664         (gst_xvimagesink_buffer_alloc):
14665         * sys/xvimage/xvimagesink.h:
14666         When performing buffer allocations, remember the caps and image format
14667         we return so that if the same caps are asked for next time we can
14668         return them immediately without doing any caps intersections.
14669
14670 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14671          
14672         * gst-libs/gst/rtp/README:
14673           Some new documentation
14674         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14675           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14676         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14677         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14678           New RTP audio base payloader class. Supports frame or sample based
14679           codecs.  Not enabled in Makefile.am until approved.
14680
14681 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14682
14683         * tests/check/elements/alsa.c: (test_device_property_probe):
14684           Fix test case: don't try to free NULL GValueArray when there
14685           are no devices.
14686
14687 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14688
14689         * tests/check/Makefile.am:
14690         * tests/check/elements/alsa.c: (test_device_property_probe),
14691         (alsa_suite), (main):
14692           Add simple test that runs a device property probe on alsasrc,
14693           alsasink and alsamixer. Disable valgrind check for now (too
14694           many leaks in libasound, and valgrind ignored my suppressions
14695           additions).
14696
14697 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14698
14699         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14700         (gst_alsa_device_property_probe_probe_property),
14701         (gst_alsa_device_property_probe_needs_probe),
14702         (gst_alsa_device_property_probe_get_values),
14703         (gst_alsa_type_add_device_property_probe_interface):
14704         * ext/alsa/gstalsadeviceprobe.h:
14705         * ext/alsa/gstalsamixerelement.c:
14706         (gst_alsa_mixer_element_init_interfaces):
14707         * ext/alsa/gstalsamixerelement.h:
14708           Clean up and simplify alsa device probing. Make it actually work
14709           for multiple classes. Don't cache results any longer.
14710
14711         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14712         (gst_alsasink_init):
14713         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14714         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14715         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14716           Make alsasink and alsasrc implement the GstPropertyProbe interface
14717           for device probing (#342181).
14718           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14719
14720 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14721
14722         * gst/subparse/samiparse.c: (handle_start_font):
14723           Don't ignore return value of strtol (++compiler_happiness).
14724
14725 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14726
14727         Patch by: Young-Ho Cha  <ganadist chollian net>
14728
14729         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14730         (gst_sub_parse_class_init), (gst_sub_parse_init),
14731         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14732         (convert_encoding):
14733         * gst/subparse/gstsubparse.h:
14734           Add 'encoding' property (#341681).
14735
14736         * gst/subparse/samiparse.c: (characters_sami):
14737           Output is pango markup, so we need to escape text
14738           between tags (#342143).
14739
14740 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14741
14742         * gst-libs/gst/audio/multichannel.c:
14743         (gst_audio_check_channel_positions):
14744           It's okay to have caps with channels=1 and a channel position
14745           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14746           (deinterleavers might want to keep the position in the caps,
14747           so that they can be re-interleaved again properly later).
14748           Leave check for unexpected 2-channel layouts intact for now.
14749
14750 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14751
14752         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14753         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14754         basesrc can do its job correctly.
14755
14756 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14757
14758         * ext/alsa/Makefile.am:
14759         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14760         (gst_alsa_detect_formats), (get_channel_free_structure),
14761         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14762         (gst_alsa_probe_supported_formats):
14763         * ext/alsa/gstalsa.h:
14764         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14765           Refactor and improve caps probing code: probe signedness
14766           when we probe the supported formats/widths; set endianness
14767           to the one we actually probed for (ie. cpu endianness).
14768           
14769         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14770         (gst_alsasrc_close):
14771         * ext/alsa/gstalsasrc.h:
14772           Implement caps probing for alsasrc.
14773
14774 2006-05-15  Wim Taymans  <wim@fluendo.com>
14775
14776         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14777         (theora_dec_src_query), (theora_dec_src_event),
14778         (theora_dec_sink_event), (theora_handle_comment_packet),
14779         (theora_handle_data_packet), (theora_dec_change_state):
14780         Cleanups, add some G_LIKELY.
14781         Use segment helpers instead of our own wrong code.
14782         Clear queued buffers on seek and READY.
14783
14784         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14785         (vorbis_dec_convert), (vorbis_dec_src_query),
14786         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14787         (vorbis_handle_comment_packet), (vorbis_dec_push),
14788         (vorbis_handle_data_packet), (vorbis_dec_chain),
14789         (vorbis_dec_change_state):
14790         * ext/vorbis/vorbisdec.h:
14791         Remove old useless packetno variable.
14792         Do position query properly.
14793         Add some G_LIKELY.
14794         Do cleanup of queued buffers in new helper function
14795         and use it.
14796
14797 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14798
14799         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14800           Query supported sample rates. Fixes #341732.
14801
14802 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14803
14804         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14805         (gst_decode_bin_change_state): Make decodebin reusable
14806         when going from PAUSE_TO_READY and then back to PAUSED.
14807         Fixes #331678.
14808
14809 2006-05-15  Wim Taymans  <wim@fluendo.com>
14810
14811         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14812         (vorbis_dec_convert), (vorbis_dec_src_query),
14813         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14814         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14815         (vorbis_dec_clean_queued), (vorbis_dec_push),
14816         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14817         Cleanups. Use refcounting and DEBUG_OBJECT.
14818         Reset segment on flush, use code methods instead of our
14819         own wrong version.
14820         Fix potential memleak.
14821
14822 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14823
14824         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14825         (gst_alsasink_init):
14826         * ext/alsa/gstalsasink.h:
14827           Don't leak allocated snd_output_t structure if there's
14828           more than one alsasink instance at a time (#341873).
14829           Also fix GObject macros in header file.
14830           
14831 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14832
14833         * gst/subparse/gstsubparse.c:
14834         (gst_sub_parse_data_format_autodetect):
14835           Don't use libxml functions in the typefinding code.
14836
14837 2006-05-15  Wim Taymans  <wim@fluendo.com>
14838
14839         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14840         Fix seeking performance in the case where a non-header 
14841         packet has a 0 granulepos (busted theora case). 
14842         Fixes #341719
14843         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
14844          the first place, you limelight stealer you)
14845
14846 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14847
14848         * gst/subparse/gstsubparse.c:
14849         (gst_sub_parse_data_format_autodetect):
14850           Improve SAMI typefinding: handle case where there are
14851           whitespaces or newlines in front of the first <SAMI>
14852           tag (#169936).
14853
14854 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14855
14856         * configure.ac:
14857           Build video4linux plugin even if there's no XVIDEO, just
14858           without implementing the GstXOverlay interface (#334002).
14859          
14860 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14861
14862         * configure.ac:
14863         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
14864         (plugin_init):
14865           Add tentative support for libvisual-0.4 (#336881).
14866
14867 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14868
14869         Patch by: Young-Ho Cha <ganadist at chollian net>
14870
14871         * gst/subparse/samiparse.c: (handle_start_font):
14872           Need to map "silver" colour explicitly (#169936).
14873
14874 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14875
14876         Patch by: Young-Ho Cha  <ganadist at chollian net>
14877
14878         * gst/subparse/Makefile.am:
14879         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14880         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
14881         (gst_sub_parse_format_autodetect), (feed_textbuf),
14882         (gst_subparse_type_find), (plugin_init):
14883         * gst/subparse/gstsubparse.h:
14884         * gst/subparse/samiparse.c:
14885         * gst/subparse/samiparse.h:
14886           Add support for SAMI subtitles (#169936).
14887
14888 2006-05-14  Michael Smith  <msmith@fluendo.com>
14889
14890         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
14891           Fix #341696: crash when mixing L+R+C to mono or stereo.
14892         * tests/check/Makefile.am:
14893         * tests/check/elements/audioconvert.c: (set_channel_positions),
14894         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
14895         (audioconvert_suite):
14896           Add test for the above, including some generic framework bits for
14897           testing multichannel things.
14898
14899 === release 0.10.7 ===
14900
14901 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
14902
14903         * configure.ac:
14904           releasing 0.10.7, "Leave the gun"
14905
14906 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14907
14908         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14910         Fix the build.
14911
14912 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
14913
14914         * docs/libs/gst-plugins-base-libs-docs.sgml:
14915         * docs/libs/gst-plugins-base-libs-sections.txt:
14916         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
14917         * gst-libs/gst/video/video.h:
14918         * gst/videoscale/Makefile.am:
14919         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14921         * tests/check/Makefile.am:
14922         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
14923         (main):
14924           Fix integer overflow problem with pixel-aspect-ratio calculations
14925           in videoscale and xvimagesink (#341542)
14926
14927 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14928
14929         * gst-libs/gst/tag/gstid3tag.c:
14930           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
14931
14932 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
14933
14934         * win32/MANIFEST:
14935           update win32 files listing
14936
14937 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14938
14939         patch by: Sjoerd Simons (sjoerd@luon.net)
14940
14941         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14942         (group_create), (group_destroy), (add_stream),
14943         (gst_play_base_bin_get_property),
14944         (gst_play_base_bin_get_streaminfo_value_array):
14945         * gst/playback/gstplaybasebin.h:
14946           API: GstPlayBaseBin::stream-info-value-array property
14947           use a more bindings-friendly way of exposing streaminfo
14948           using a GValueArray.  Tested in ipython.
14949           Closes #341114
14950
14951 2006-05-11  Wim Taymans  <wim@fluendo.com>
14952
14953         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
14954         (queue_underrun_cb), (queue_filled_cb):
14955         Also catch queue underruns but don't do anything yet.
14956         Refactor and comment queue enlarging code a bit.
14957
14958         * gst/playback/gstplaybasebin.c: (queue_overrun),
14959         (queue_threshold_reached), (queue_out_of_data),
14960         (gen_preroll_element):
14961         If a queue over/underruns check that we don't create nasty
14962         deadlocks when the min-threshold is not reached but the
14963         max-bytes is. In those cases disable max-bytes when we
14964         know that the queue is fed timed data.
14965         Add more comments.
14966
14967 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14968
14969         * gst/playback/gstplaybin.c: (gen_audio_element):
14970           Make playbin automatically plug an 'audioresample'
14971           element before the audio sink as well. This solves
14972           problems with sinks that only accept a very specific
14973           sample rate, like esdsink (e.g. #340379).
14974
14975 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14976
14977         * gst/playback/gstplaybasebin.c: (gen_source_element):
14978           Make http sources send special headers so that we receive
14979           icecast metadata if the http stream is an icecast stream
14980           (otherwise the server will just ignore them). This also
14981           means that from now on users will need the 'icydemux'
14982           element from gst-plugins-good installed if they want to
14983           listen to icecast radio streams. (#341432, #333657).
14984
14985 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14986
14987         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
14988         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
14989           remove stupid example from docs - it should come with a simple
14990           C program instead.
14991           Clean up/fix docs
14992         * tests/check/elements/multifdsink.c: (wait_bytes_served),
14993         (fail_if_can_read), (GST_START_TEST),
14994         (gst_multifdsink_create_streamheader), (multifdsink_suite):
14995           add a test for changing streamheader which exposes a bug in
14996           multifdsink
14997
14998 2006-05-11  Michael Smith  <msmith@fluendo.com>
14999
15000         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
15001         (gst_gnome_vfs_src_received_headers_callback):
15002         * ext/gnomevfs/gstgnomevfssrc.h:
15003           Don't set icy-caps unless we have a sane interval value. Move
15004           interval to a local variable; we never use it outside this function.
15005
15006 2006-05-11  Wim Taymans  <wim@fluendo.com>
15007
15008         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
15009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
15010         Register special buffer types along with the objects so
15011         that they are not registered at runtime from N different
15012         streaming threads since they are not threadsafe.
15013
15014 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15015
15016         * tests/check/elements/multifdsink.c: (wait_bytes_served),
15017         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
15018           add two more tests, one doing streamheader
15019
15020 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15021
15022         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
15023           clean up the bufqueue when shutting down
15024         * tests/check/Makefile.am:
15025         * tests/check/elements/multifdsink.c: (setup_multifdsink),
15026         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
15027         (main):
15028           add a test for the leak that was just fixed
15029
15030 2006-05-10  Wim Taymans  <wim@fluendo.com>
15031
15032         * gst/adder/gstadder.c: (gst_adder_setcaps),
15033         (gst_adder_query_duration), (gst_adder_query), (forward_event),
15034         (gst_adder_src_event), (gst_adder_sink_event),
15035         (gst_adder_class_init), (gst_adder_finalize),
15036         (gst_adder_request_new_pad), (gst_adder_collected):
15037         * gst/adder/gstadder.h:
15038         Updated some docs. Added comments and FIXMEs all over the place.
15039         Improve debugging info.
15040         Fix leak on finalize by not calling the parent.
15041         Implement duration query.
15042         Make event forwarding threadsafe.
15043         Correctly send NEWSEGMENT at start and after flush.
15044         Handle EOS correctly.
15045         Post error when not negotiated.
15046
15047         * tests/check/elements/adder.c: (GST_START_TEST):
15048         Added FIXME in the test.
15049
15050 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15051
15052         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15053         (gst_text_overlay_halign_get_type),
15054         (gst_text_overlay_wrap_mode_get_type):
15055         * ext/theora/theoradec.c: (theora_handle_type_packet),
15056         (theora_handle_data_packet):
15057         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15058         (theora_enc_sink_setcaps), (theora_enc_chain):
15059         * gst-libs/gst/cdda/gstcddabasesrc.c:
15060         (gst_cdda_base_src_mode_get_type):
15061         * gst/audiotestsrc/gstaudiotestsrc.c:
15062         (gst_audiostestsrc_wave_get_type):
15063         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15064         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15065         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15066         (gst_sync_method_get_type), (gst_unit_type_get_type),
15067         (gst_client_status_get_type):
15068         * gst/videoscale/gstvideoscale.c:
15069         (gst_video_scale_method_get_type):
15070         * gst/videotestsrc/gstvideotestsrc.c:
15071         (gst_video_test_src_pattern_get_type):
15072         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15073         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15074         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15075         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15076         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15077         (paint_setup_RGB565), (paint_setup_xRGB1555):
15078           Const-ify GEnumValue and GFlagsValue arrays. Use
15079           GST_ROUND_UP_* macros instead of home-made ones.
15080
15081 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15082
15083         * configure.ac:
15084           Require core CVS for the new newsegment stuff.
15085
15086 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15087
15088         Patch by: Sjoerd Simons  <sjoerd at luon net>
15089
15090         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15091           Register nick for enum value (#341160).
15092
15093 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15094
15095         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15096         (plugin_init):
15097          backout typefind patch #340375
15098          
15099         * tests/check/elements/adder.c: (message_received),
15100         (GST_START_TEST), (adder_suite):
15101           redo, signal-handling of test
15102
15103 2006-05-09  Wim Taymans  <wim@fluendo.com>
15104
15105         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15106         (gst_adder_collected):
15107         * gst/adder/gstadder.h:
15108         Remove bogus segment merging and forwarding, we don't
15109         care about timestamps anyway and we just produce a
15110         continuous stream. 
15111         Also create a nice NEWSEGMENT event when we start.
15112         Use _scale_int some more.
15113
15114 2006-05-09  Edward Hervey  <edward@fluendo.com>
15115
15116         * tests/icles/stress-xoverlay.c:
15117         Fix if core was built without parsing support.
15118
15119 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15120
15121         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15122           Add SEDG (Samsung MPEG-4) fourcc.
15123
15124 2006-05-09  Edward Hervey  <edward@fluendo.com>
15125
15126         * tests/icles/stress-xoverlay.c:
15127         * tests/examples/volume/volume.c:
15128         Fix if core was built without parsing support.
15129
15130         * tests/examples/seek/seek.c:
15131         Disable the parse_launch example if core was built without parsing
15132         support.
15133
15134 2006-05-08  Edward Hervey  <edward@fluendo.com>
15135
15136         * autogen.sh: (CONFIGURE_DEF_OPT): 
15137         libtoolize on Darwin/MacOSX is called glibtoolize
15138
15139 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15140
15141         * tests/check/Makefile.am:
15142         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15143           Disable the adder test, until the build-slaves posses the kindness to 
15144           either like it or to give valid reason for not doing so 
15145
15146 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15147
15148         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15149         (adder_suite):
15150           Shuffle NULL state change around and raise timeout more
15151
15152 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15153
15154         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15155         (mp4_type_find), (plugin_init):
15156           Add typefind to distinguish between "audio/x-m4a" and new type
15157           "video/mp4". Fixes #340375
15158
15159         * tests/check/elements/adder.c: (adder_suite):
15160           Raise timeout to make buildbot happy
15161
15162 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15163
15164         * gst/adder/gstadder.c: (gst_adder_sink_event),
15165         (gst_adder_request_new_pad), (gst_adder_change_state):
15166         * gst/adder/gstadder.h:
15167         * tests/check/Makefile.am:
15168         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15169         (adder_suite), (main):
15170           Add sink-event handling to adder. It tries to merge incomming
15171           newsegment-events. Added test to check if segment_done is comming
15172           through. Fixes #340060
15173
15174 2006-05-05  Andy Wingo  <wingo@pobox.com>
15175
15176         * ext/theora/theoraparse.c (gst_theora_parse_init)
15177         (theora_parse_src_convert, theora_parse_src_query):
15178         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15179         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15180         query functions on the source pads of the theora and vorbis parse
15181         elements. Fixes position querying when doing a remux.
15182
15183 2006-05-05  Michael Smith  <msmith@fluendo.com>
15184
15185         * ext/theora/theoraparse.c: (parse_granulepos),
15186         (theora_parse_drain_queue_prematurely),
15187         (theora_parse_queue_buffer), (theora_parse_sink_event):
15188           Fix flushing.
15189           Fix invalid granulepos outputs when starting with a non-keyframe.
15190
15191 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15192
15193         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15194         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15195         Rearrange MPEG system stream detection, fixing some memleaks in the
15196         process.
15197         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15198         they clean up their data correctly.
15199         Remove unused ogganx caps and move the 'is_annodex' check to inside
15200         the 'is_ogg' if statement.
15201
15202 2006-05-05  Wim Taymans  <wim@fluendo.com>
15203
15204         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15205         Properly remove ghostpads. Fixes #340392
15206
15207 2006-05-04  David Schleef  <ds@schleef.org>
15208
15209         * gst/typefind/gsttypefindfunctions.c:
15210
15211 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15212
15213         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15214         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15215
15216         When typefinding an MP3 in push-based mode, don't penalise the
15217         probability down to 74% when we found 5 valid frames just because we
15218         can't peek the end of the file.
15219
15220         Make the probability for detecting MPEG Transport Streams based on the
15221         number of sequential headers we successfully detected.
15222
15223 2006-05-03  Wim Taymans  <wim@fluendo.com>
15224
15225         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15226         (vorbis_dec_push), (vorbis_dec_chain):
15227         Still produce an error when we receive an empty packet.
15228
15229 2006-05-03  Wim Taymans  <wim@fluendo.com>
15230
15231         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15232         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15233         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15234         Mark buffers with DISCONT after seek and after activating new
15235         chains.
15236
15237         * ext/theora/gsttheoradec.h:
15238         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15239         (theora_get_query_types), (theora_dec_sink_event),
15240         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15241         (theora_dec_change_state):
15242         Fix frame counter.
15243         Detect and mark DISCONT buffers.
15244
15245         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15246         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15247         (vorbis_dec_change_state):
15248         * ext/vorbis/vorbisdec.h:
15249         Use GstSegment.
15250         Detect and mark DISCONT buffers.
15251         Don't crash on 0 sized buffers.
15252
15253 2006-05-03  Wim Taymans  <wim@fluendo.com>
15254
15255         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15256         (volume_transform_ip):
15257         Increase "volume" property to 10.0. Fixes #340369.
15258         Set the process function to NULL when capsnego fails so that
15259         we properly error out.
15260
15261 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15262
15263         * gst/playback/gstplaybin.c: (add_sink):
15264         * gst/playback/test.c: (main):
15265         * gst/playback/test5.c: (dump_element_stats):
15266         * gst/playback/test6.c: (main):
15267           free caps using gst_caps_unref, don't leak caps-strings
15268
15269 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15270
15271         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15272         (plugin_init):
15273           Refine musepack typefinding a bit. Return MAXIMUM
15274           probability when we detect stream version 7 to make
15275           sure the mpeg audio typefinder doesn't trump us.
15276
15277 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15278
15279         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15280           Protect against unexpected NULL strf_data buffer.
15281
15282 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15283
15284         * tests/check/elements/audioconvert.c: (verify_convert),
15285         (GST_START_TEST):
15286           interpret the out[] buffer in the order the bytes are actually
15287           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15288           Other tests should use BYTE_ORDER since the array is filled in
15289           with actual values
15290
15291 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15292
15293         * tests/check/elements/audioconvert.c: (verify_convert),
15294         (GST_START_TEST):
15295           when a test fails, give an indication of which it is
15296
15297 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15298
15299         * gst-libs/gst/cdda/gstcddabasesrc.c:
15300           compile fix; strtol() needs <stdlib.h>
15301
15302 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15303
15304         * ext/alsa/gstalsamixerelement.c:
15305         * ext/alsa/gstalsasrc.c:
15306         * ext/cdparanoia/gstcdparanoiasrc.c:
15307         * ext/gnomevfs/gstgnomevfssink.c:
15308         * ext/gnomevfs/gstgnomevfssrc.c:
15309         * ext/ogg/gstoggdemux.c:
15310         * ext/ogg/gstoggmux.c:
15311         * ext/ogg/gstoggparse.c:
15312         * ext/ogg/gstogmparse.c:
15313         * ext/pango/gstclockoverlay.c:
15314         * ext/pango/gsttextoverlay.c:
15315         * ext/pango/gsttextrender.c:
15316         * ext/pango/gsttimeoverlay.c:
15317         * ext/theora/theoradec.c:
15318         * ext/theora/theoraenc.c:
15319         * ext/vorbis/vorbisdec.c:
15320         * ext/vorbis/vorbisenc.c:
15321         * gst-libs/gst/audio/gstaudiofilter.c:
15322         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15323         * gst/audioconvert/gstaudioconvert.c:
15324         * gst/audiorate/gstaudiorate.c:
15325         * gst/audioresample/gstaudioresample.c:
15326         * gst/audiotestsrc/gstaudiotestsrc.c:
15327         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15328         * gst/playback/gstdecodebin.c:
15329         * gst/playback/gstplaybin.c:
15330         * gst/playback/gststreamselector.c:
15331         * gst/subparse/gstsubparse.c:
15332         * gst/tcp/gstmultifdsink.c:
15333         * gst/tcp/gsttcpclientsink.c:
15334         * gst/tcp/gsttcpclientsrc.c:
15335         * gst/tcp/gsttcpserversink.c:
15336         * gst/tcp/gsttcpserversrc.c:
15337         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15338         * gst/videorate/gstvideorate.c:
15339         * gst/videoscale/gstvideoscale.c:
15340         * gst/videotestsrc/gstvideotestsrc.c:
15341         * gst/volume/gstvolume.c:
15342         * sys/v4l/gstv4ljpegsrc.c:
15343         * sys/v4l/gstv4lmjpegsink.c:
15344         * sys/v4l/gstv4lmjpegsrc.c:
15345         * sys/v4l/gstv4lsrc.c:
15346         * sys/ximage/ximagesink.c:
15347         * sys/xvimage/xvimagesink.c:
15348         * tests/check/libs/cddabasesrc.c:
15349           make GstElementDetails const
15350
15351 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15352
15353         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15354         (gst_adder_init):
15355           send events from src-pad to all sink-pads fixes #338657
15356
15357 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15358
15359         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15360         (alsasink_parse_spec):
15361           query width capabilities from alsa, fixes #338919
15362
15363 2006-04-28  Wim Taymans  <wim@fluendo.com>
15364
15365         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15366         (gst_multi_fd_sink_remove_client_link):
15367         * gst/tcp/gstmultifdsink.h:
15368         Fix race condition in multifdsink that can lead to spurious 
15369         duplicate clients. this patch adds a new signal that is fired when
15370         multifdsink has removed all references to the fd.
15371         Fixes #339574.
15372         Updated documentation.
15373         API: client-fd-removed signal added
15374
15375 2006-04-28  Michael Smith  <msmith@fluendo.com>
15376
15377         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15378           When asking g_value_array_new to prealloc elements, we may as well
15379           ask for the right number of elements.
15380
15381 2006-04-28  Wim Taymans  <wim@fluendo.com>
15382
15383         * gst-libs/gst/audio/gstbaseaudiosink.c:
15384         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15385         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15386         patch to make timestamp checking more tollerant to rounding 
15387         errors given that real discontinuities are to be marked on
15388         buffers. Fixes some asf files and #338778.
15389         Also avoid some crashers when we receive an event in the 
15390         NULL state.
15391
15392 2006-04-28  Michael Smith  <msmith@fluendo.com>
15393
15394         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15395         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15396         (gst_gnome_vfs_src_get_property),
15397         (gst_gnome_vfs_src_send_additional_headers_callback),
15398         (gst_gnome_vfs_src_received_headers_callback),
15399         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15400         (gst_gnome_vfs_src_stop):
15401         * ext/gnomevfs/gstgnomevfssrc.h:
15402           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15403           proper shared support within icydemux.
15404
15405 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15406
15407         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15408         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15409           fix up docs
15410           fix a leak when no caps negotiated
15411           fix counting of input frames
15412         * tests/check/elements/.cvsignore:
15413         * tests/check/elements/videorate.c: (assert_videorate_stats),
15414         (GST_START_TEST), (videorate_suite):
15415           add tests for these
15416
15417 2006-04-28  Wim Taymans  <wim@fluendo.com>
15418
15419         * gst-libs/gst/audio/gstringbuffer.c:
15420         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15421         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15422         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15423         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15424         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15425         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15426         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15427         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15428         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15429         Check arguments passed to public functions instead of
15430         crashing.
15431
15432 2006-04-28  Wim Taymans  <wim@fluendo.com>
15433
15434         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15435         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15436         GstBaseAudioSrc must be live or it does not work.
15437
15438         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15439         Don't set live to TRUE as this is the default in the parentclass.
15440
15441 2006-04-28  Wim Taymans  <wim@fluendo.com>
15442
15443         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15444         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15445         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15446         fixation cases better. Fixes #338991
15447
15448 2006-04-28  Wim Taymans  <wim@fluendo.com>
15449
15450         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15451         Handle 0/1 framerate correctly Fixes #331901.
15452
15453 2006-04-28  Wim Taymans  <wim@fluendo.com>
15454
15455         * tests/check/elements/audioconvert.c: (get_float_caps),
15456         (GST_START_TEST), (audioconvert_suite):
15457         Added check for correct clipping when doing float samples
15458         in audioconvert.
15459
15460 2006-04-28  Wim Taymans  <wim@fluendo.com>
15461
15462         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15463         (gst_video_rate_chain):
15464         Print more debugging info.
15465
15466 2006-04-28  Wim Taymans  <wim@fluendo.com>
15467
15468         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15469         (resample_set_state_from_caps):
15470         Add support for other formats audioresample can handle such as
15471         32 bits in and float and 64 bits float. Fixes #301759
15472
15473 2006-04-28  Wim Taymans  <wim@fluendo.com>
15474
15475         * gst/audioconvert/audioconvert.c: (float):
15476         correctly clip float samples > 1.0. Fixes #338718
15477
15478 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15479
15480         Patch by: Young-Ho Cha  <ganadist at chollian net>
15481
15482         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15483         (gst_text_overlay_render_text):
15484           Don't strip newlines from the text. Also, center lines
15485           within multi-line paragraphs (#339405).
15486
15487 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15488
15489         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15490           Fix wavpack typefinding to work in more cases (don't peek
15491           for chunks of multiple hundred kBs at once, but process
15492           things step-by-step in smaller units). Fixes #339786.
15493
15494 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15495
15496         * configure.ac:
15497           back to HEAD
15498
15499 === release 0.10.6 ===
15500
15501 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15502
15503         * configure.ac:
15504           releasing 0.10.6, "Chao"
15505
15506 2006-04-26  David Schleef  <ds@schleef.org>
15507
15508         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15509           Fixes #338897.
15510
15511 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15512
15513         * configure.ac:
15514         * win32/common/config.h:
15515           new prerelease
15516
15517 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15518
15519         patch by: Wim Taymans
15520
15521         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15522         (gst_ogg_demux_perform_seek):
15523           make sure correct newsegments are sent, so that the decoder
15524           and the demuxer agree on timestamps.  Fixes playback of a lot
15525           of Ogg files that do not start from 0.  Fixes #339833.
15526
15527 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15528
15529         Patch by: Edward Hervey  <edward@fluendo.com>
15530
15531         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15532         * tests/check/Makefile.am:
15533         * tests/check/elements/videorate.c: (assert_videorate_stats),
15534         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15535         (videorate_suite), (main):
15536           Fix an infinite loop if frames are passed in with wrongly ordered
15537           timestamps.  Fixes #339013.
15538
15539 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15540
15541         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15542
15543         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15544           fix typefinding on some ISO files.  Fixes #339212.
15545
15546 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15547
15548         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15549
15550         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15551           add another H264 fourcc.  Fixes #339047.
15552
15553 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15554
15555         Patch by: Jan Schmidt
15556
15557         * gst/playback/gststreamselector.c:
15558         (gst_stream_selector_bufferalloc):
15559           Restore old StreamSelector behaviour.
15560           Fixes #338419.
15561
15562 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15563
15564         * configure.ac:
15565         * win32/common/config.h:
15566           prerelease
15567
15568 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15569
15570         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15571
15572         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15573         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15574           Fix some memory leaks: on finalize, free buffers left in the queue
15575           before destroying the queue; in _push(), unref rtp_buf even if
15576           the process vfunc returned a NULL buffer as output buffer (#337548);
15577           demote some recuring debug messages to LOG level.
15578
15579 2006-04-11  Wim Taymans  <wim@fluendo.com>
15580
15581         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15582         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15583         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15584         (gst_ogg_demux_loop):
15585         More cleanups.
15586         Respect segment stop when emiting EOS or SEGMENT_DONE.
15587         Fixes (#337945).
15588
15589 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15590
15591         * gst/playback/gststreamselector.c:
15592         (gst_stream_selector_get_property):
15593           Don't leak pad name.
15594
15595 2006-04-10  Michael Smith  <msmith@fluendo.com>
15596
15597         * tests/check/Makefile.am:
15598         * tests/check/gst-plugins-base.supp:
15599           Suppress an old libtheora bug (fixed in more recent versions), so 
15600           that FC4 buildslaves can pass.
15601
15602 2006-04-10  Wim Taymans  <wim@fluendo.com>
15603
15604         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15605         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15606         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15607         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15608         (gst_ogg_demux_loop):
15609         Don't leak events.
15610         Remember what error we got when finding chains, if we
15611         were shutdown, that would not be an error.
15612
15613 2006-04-10  Wim Taymans  <wim@fluendo.com>
15614
15615         * gst-libs/gst/audio/gstbaseaudiosink.c:
15616         (gst_base_audio_sink_event):
15617         Starting the ringbuffer when we did not acquire it can cause
15618         a deadlock, is pointless and causes nasty things for
15619         subclasses. 
15620         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15621
15622 2006-04-10  Wim Taymans  <wim@fluendo.com>
15623
15624         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15625         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15626         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15627         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15628         (gst_ogg_demux_deactivate_current_chain),
15629         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15630         (gst_ogg_demux_bisect_forward_serialno),
15631         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15632         Add some more debugging.
15633
15634 2006-04-10  Wim Taymans  <wim@fluendo.com>
15635
15636         * ext/theora/theoradec.c: (theora_dec_src_event),
15637         (theora_handle_data_packet):
15638         Some more debug info.
15639
15640         * tests/examples/seek/seek.c: (start_seek), (main):
15641         Print element messages too.
15642
15643 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15644
15645         * gst/audioresample/debug.h:
15646           replace debug macros with variable number of parameters
15647           by a simple alias to gstreamer standard debug macros 
15648          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15649           supported by MSVC 6.0 and 7.1)
15650         * gst/audioresample/resample.h:
15651           define M_PI and rint for WIN32
15652         * win32/common/libgstaudio.def:
15653         * win32/common/libgstriff.def:
15654         * win32/common/libgsttag.def:
15655         * win32/common/libgstvideo.def:
15656           add new exported functions
15657         * win32/vs6:
15658           update project files
15659
15660 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15661
15662         * ext/alsa/gstalsamixeroptions.c:
15663         (gst_alsa_mixer_options_class_init):
15664         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15665         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15666         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15667         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15668         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15669         * gst-libs/gst/audio/gstaudiofilter.c:
15670         (gst_audio_filter_class_init):
15671         * gst-libs/gst/audio/gstaudiosink.c:
15672         (gst_audioringbuffer_class_init):
15673         * gst-libs/gst/audio/gstaudiosrc.c:
15674         (gst_audioringbuffer_class_init):
15675         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15676         * gst-libs/gst/interfaces/colorbalancechannel.c:
15677         (gst_color_balance_channel_class_init):
15678         * gst-libs/gst/interfaces/mixeroptions.c:
15679         (gst_mixer_options_class_init):
15680         * gst-libs/gst/interfaces/mixertrack.c:
15681         (gst_mixer_track_class_init):
15682         * gst-libs/gst/interfaces/tunerchannel.c:
15683         (gst_tuner_channel_class_init):
15684         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15685         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15686         (gst_netbuffer_class_init):
15687         * gst-libs/gst/rtp/gstbasertppayload.c:
15688         (gst_basertppayload_class_init):
15689         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15690         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15691         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15692         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15693         * gst/playback/gststreamselector.c:
15694         (gst_stream_selector_class_init):
15695         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15696         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15697         * sys/v4l/gstv4lcolorbalance.c:
15698         (gst_v4l_color_balance_channel_class_init):
15699         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15700         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15701         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15702         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15703         (gst_v4l_tuner_norm_class_init):
15704         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15706         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15707         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15708
15709 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15710
15711         * ext/pango/gsttextrender.h:
15712         * gst-libs/gst/audio/gstaudiosink.h:
15713         * gst-libs/gst/audio/gstaudiosrc.h:
15714         * gst-libs/gst/audio/gstbaseaudiosink.h:
15715         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15716         * gst-libs/gst/audio/gstringbuffer.h:
15717         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15718         * gst-libs/gst/rtp/gstbasertppayload.h:
15719         * gst-libs/gst/video/gstvideofilter.h:
15720         * gst-libs/gst/video/gstvideosink.h:
15721         * gst/playback/gstplaybasebin.h:
15722         * gst/tcp/gstmultifdsink.h:
15723         * sys/v4l/gstv4lelement.h:
15724         Fix broken GObject macros
15725
15726 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15727
15728         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15729         More debug to trace why my USB headset is not working with gst
15730
15731 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15732
15733         * gst/playback/gstplaybasebin.c: (group_destroy):
15734         Clean up our group elements properly in the case where it never 
15735         got committed - it still got added unconditionally to the bin.
15736
15737 2006-04-07  Wim Taymans  <wim@fluendo.com>
15738
15739         * ext/theora/theoradec.c: (theora_dec_sink_event),
15740         (theora_handle_data_packet), (theora_dec_chain):
15741         Unref unhandled events.
15742         Protect against empty buffers.
15743         Perform QoS on running time.
15744
15745 2006-04-07  Michael Smith  <msmith@fluendo.com>
15746
15747         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15748         (gst_vorbis_enc_chain):
15749           Remove leaks from vorbisenc.
15750           Mostly minor changes, the only significant one is that now the
15751           buffers we set as 'streamheader' on the caps are copies of the
15752           original buffers, to avoid circular refcounting problems.
15753
15754 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15755
15756         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15757           Don't remove our mute-probe if someone else already did so.
15758           Don't set a 2nd one if there is already one pending on the pad.
15759
15760         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15761         (do_playbin_seek):
15762           When a seek fails, ensure that playbin is still set back to playing.
15763           
15764         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15765         (mpeg_ts_type_find), (plugin_init):
15766           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15767
15768 2006-04-06  Andy Wingo  <wingo@pobox.com>
15769
15770         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15771         (gst_video_rate_init): Caps-related parameters should not be reset
15772         by a flush -- move their inits to the instance init function.
15773         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15774         is not OK, just return the result.
15775
15776         * gst/audiotestsrc/gstaudiotestsrc.c
15777         (gst_audio_test_src_class_init)
15778         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15779         broken by Stefan's commit on 24 March.
15780
15781         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15782         buffers being pushed out. Fixes oggmux ! multifdsink.
15783
15784 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15785
15786         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15787         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15788         * ext/vorbis/vorbisdec.h:
15789         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15790         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15791         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15792         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15793         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15794         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15795         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15796         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15797         (gst_vorbis_enc_buffer_from_packet),
15798         (gst_vorbis_enc_buffer_from_header_packet),
15799         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15800         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15801         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15802         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15803         (gst_vorbis_enc_change_state):
15804         * ext/vorbis/vorbisenc.h:
15805           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15806           vorbisenc adhere to the official nomenclature; use boilerplate
15807           macro.
15808
15809 2006-04-04  Andy Wingo  <wingo@pobox.com>
15810
15811         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15812         Whoops, fix bug introduced. Bad hacker!
15813         
15814         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15815         Properly handle the case where you get EOS before any buffers are
15816         received. Use gst_buffer_make_metadata_writable where appropriate.
15817
15818         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15819         is often negative -- make it signed so as not to wrap around.
15820         Fixes segfaults introduced on 9 March.
15821
15822 2006-04-03  Wim Taymans  <wim@fluendo.com>
15823
15824         * ext/theora/gsttheoradec.h:
15825         * ext/theora/theoradec.c: (theora_dec_src_event):
15826         Don't try to store a gdouble in a gboolean.
15827         Small cleanups.
15828
15829 2006-04-03  Michael Smith  <msmith@fluendo.com>
15830
15831         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15832           Oggmux sucks.
15833           Make it suck slightly less by writing out the final page.
15834           Still can't encode a vorbis-in-ogg file correctly, though.
15835
15836 2006-04-03  Andy Wingo  <wingo@pobox.com>
15837
15838         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15839         a g_print.
15840
15841         * ext/theora/theora.c (plugin_init): Register theoraparse.
15842
15843         * ext/theora/gsttheoraparse.h: 
15844         * ext/theora/theoraparse.c: New files implementing a theora
15845         parser. Now we can properly remux ogg/theora+vorbis, yay.
15846
15847         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
15848
15849 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15850
15851         * gst/audiotestsrc/gstaudiotestsrc.c:
15852           Fixed the sample pipeline (see #323798)
15853
15854 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15855
15856         * configure.ac:
15857         * win32/common/config.h:
15858         * win32/common/config.h.in:
15859           use AS_VERSION and AS_NANO
15860           more cleanups
15861
15862 2006-03-31  Andy Wingo  <wingo@pobox.com>
15863
15864         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
15865         uninitialized variable return that would happen.
15866         
15867         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
15868         uninitialized variable return that would never happen.
15869
15870         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
15871         (vorbis_parse_sink_event): Add an event function to flush our
15872         state on a seek, and to drain buffers on a premature EOS.
15873         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
15874         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
15875         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
15876         (vorbis_parse_drain_queue): Queue up buffers until we can set
15877         their timestamps and granulepos values.
15878
15879         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
15880         and keep track of data needed for deriving granulepos and
15881         timestamps for buffers.
15882
15883 2006-03-29  Wim Taymans  <wim@fluendo.com>
15884
15885         Patch by: j^ <j at bootlab dot org>
15886
15887         * ext/alsa/gstalsamixerelement.c:
15888         (gst_alsa_mixer_element_class_init):
15889         * ext/alsa/gstalsasink.c:
15890         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
15891         * ext/ogg/gstoggdemux.c:
15892         * ext/ogg/gstoggmux.c:
15893         * ext/ogg/gstoggparse.c:
15894         * ext/pango/gstclockoverlay.c:
15895         * ext/pango/gsttextoverlay.c:
15896         * ext/pango/gsttextrender.c:
15897         * ext/pango/gsttimeoverlay.c:
15898         * ext/theora/theoradec.c:
15899         * ext/theora/theoraenc.c:
15900         * ext/vorbis/vorbisdec.c:
15901         * ext/vorbis/vorbisenc.c:
15902         * gst/audioconvert/gstaudioconvert.c:
15903         * gst/subparse/gstsubparse.c:
15904         * gst/tcp/gstmultifdsink.c:
15905         * gst/tcp/gsttcpclientsink.c:
15906         * gst/tcp/gsttcpclientsrc.c:
15907         * gst/tcp/gsttcpserversink.c:
15908         * gst/tcp/gsttcpserversrc.c:
15909           better/unified long descriptions
15910           Fixes #336477
15911
15912 2006-03-29  Wim Taymans  <wim@fluendo.com>
15913
15914         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
15915         (stop_seek):
15916         Don't let double and triple clicks mess up our state.
15917
15918 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15919
15920         * gst/playback/gstplaybin.c: (gen_video_element),
15921         (gen_text_element), (gen_audio_element), (gen_vis_element):
15922           Error out gracefully when we can't create any of the usual
15923           conversion elements for some reason. Also, don't try to
15924           create an audioscale (sic) element that's not used anyway.
15925
15926 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15927
15928         * gst/playback/gstplaybasebin.c: (setup_source):
15929           Don't post RESOURCE_NOT_FOUND error when we can't find a source
15930           element for a particular protocol, that's confusing for users.
15931           Instead, post a RESOURCE_FAILED error, so that our own error
15932           message is actually shown in totem etc. (#336303).
15933
15934 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15935
15936         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15937
15938         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
15939         (gst_gnome_vfs_src_get_icy_metadata):
15940           Fix some minor memory leaks (#336194).
15941
15942 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15943
15944         * ext/gnomevfs/gstgnomevfs.c:
15945         (gst_gnome_vfs_location_to_uri_string):
15946         * ext/gnomevfs/gstgnomevfs.h:
15947         * ext/gnomevfs/gstgnomevfssink.c:
15948         (gst_gnome_vfs_sink_set_property):
15949         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
15950           Make gnomevfssink accept filenames as well as URIs for the
15951           "location" property, just like gnomevfssrc does (and
15952           filesrc/filesink do) (#336190).
15953
15954 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15955
15956         * tests/check/generic/clock-selection.c: (GST_START_TEST):
15957           set to NULL before unreffing, fixes a valgrind leak.
15958           Why was this not triggering the error that an object needs to
15959           be NULL before unreffing ?
15960         * win32/common/config.h:
15961           update
15962
15963 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
15964
15965         * gst/subparse/gstsubparse.c: (convert_encoding),
15966         (gst_sub_parse_change_state):
15967         * gst/subparse/gstsubparse.h:
15968           Text subtitle files may or may not be UTF-8. If it's not, we
15969           don't really want to see '?' characters in place of non-ASCII
15970           characters like accented characters. So let's assume the input
15971           is UTF-8 until we come across text that is clearly not. If it's
15972           not UTF-8, we don't really know what it is, so try the following:
15973           (a) see whether the GST_SUBTITLE_ENCODING environment variable
15974           is set; if not, check (b) if the current locale encoding is
15975           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
15976           the current locale encoding is UTF-8 and the environment variable
15977           was not set to any particular encoding. Not perfect, but better
15978           than nothing (and better than before, I think) (fixes #172848).
15979
15980 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15981
15982         * configure.ac:
15983           update core requirement to 0.10.4.1 because of async_playback
15984           vmethod on GstBaseSink
15985
15986 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15987
15988         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
15989         * gst/adder/gstadder.c: (gst_adder_init):
15990         use DEBUG_FUNCPTR for collectpads
15991
15992 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15993
15994         * docs/plugins/Makefile.am:
15995         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15996         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15997         * ext/cdparanoia/gstcdparanoiasrc.c:
15998         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
15999         (gst_gnome_vfs_sink_class_init):
16000         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16001         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
16002         * ext/ogg/gstoggmux.c:
16003         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
16004         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
16005         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
16006         * ext/pango/gsttextoverlay.c:
16007         * ext/pango/gsttextrender.c:
16008         * ext/theora/theoradec.c:
16009         * ext/theora/theoraenc.c:
16010         * ext/vorbis/vorbisdec.c:
16011         * ext/vorbis/vorbisenc.c:
16012         * gst-libs/gst/audio/gstaudiofilter.c:
16013         (gst_audio_filter_base_init):
16014         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
16015         (gst_audio_filter_template_base_init):
16016         * gst/adder/gstadder.c: (gst_adder_get_type):
16017         * gst/adder/gstadder.h:
16018         * gst/audioconvert/gstaudioconvert.c:
16019         * gst/audiotestsrc/gstaudiotestsrc.c:
16020         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
16021         (gst_audio_test_src_create):
16022         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16023         * gst/playback/gstdecodebin.c:
16024         * gst/playback/gstplaybin.c:
16025         * gst/playback/gststreamselector.c:
16026         (gst_stream_selector_base_init):
16027         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
16028         * gst/volume/gstvolume.c:
16029         * sys/v4l/gstv4lmjpegsink.c:
16030         * sys/v4l/gstv4lmjpegsrc.c:
16031         * tests/check/libs/cddabasesrc.c:
16032         * tests/old/examples/gob/gst-identity2.gob:
16033           Add docs for adder, use GST_ELEMENT_DETAILS macro,
16034           define GstElementDetails at the top
16035
16036 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
16037
16038         * win32/common/libgstinterfaces.def:
16039         Add a lot of export functions for gst-python
16040         * win32/vs6/libgstinterfaces.dsp:
16041         Add a missing include folder in the project configuration
16042         
16043 2006-03-23  Wim Taymans  <wim@fluendo.com>
16044
16045         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16046         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16047         (gst_base_audio_src_change_state):
16048         Fix audio sources, forgot to make the ringbuffer
16049         startable...
16050
16051 2006-03-23  Wim Taymans  <wim@fluendo.com>
16052
16053         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16054         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16055         (gst_base_audio_src_change_state):
16056         unparent instead of unref the ringbuffer.
16057
16058 2006-03-23  Wim Taymans  <wim@fluendo.com>
16059
16060         * gst-libs/gst/audio/gstbaseaudiosink.c:
16061         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16062         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16063         Implement new async_play vmethod to start slaving and allow
16064         playback start in case of async PLAY state changes. 
16065
16066         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16067         Enable QoS with new method in base class.
16068
16069 2006-03-23  Wim Taymans  <wim@fluendo.com>
16070
16071         Patch by: Julien MOUTTE <julien at moutte dot net>
16072
16073         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16074         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16075         Partially handle 0 framerate, only EOS after the first frame
16076         is missing.
16077
16078 2006-03-23  Wim Taymans  <wim@fluendo.com>
16079
16080         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16081
16082         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16083         (gst_riff_create_video_template_caps):
16084         * gst/ffmpegcolorspace/avcodec.h:
16085         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16086         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16087         (gst_ffmpegcsp_avpicture_fill):
16088         * gst/ffmpegcolorspace/imgconvert.c:
16089         Patch for support of YVU9 AVI files (#334822)
16090
16091 2006-03-22  Edward Hervey  <edward@fluendo.com>
16092
16093         * docs/design/design-decodebin.txt:
16094         Added design document for new decodebin
16095         (Target Caps): text/x-pango-markup is also a default target caps.
16096
16097 2006-03-22  Wim Taymans  <wim@fluendo.com>
16098
16099         * gst-libs/gst/audio/gstbaseaudiosink.c:
16100         (gst_base_audio_sink_dispose):
16101         Since we _parent the ringbuffer, we also need to
16102         _unparent instead of a plain _unref.
16103
16104 2006-03-22  Wim Taymans  <wim@fluendo.com>
16105
16106         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16107         (stop_seek), (scrub_toggle_cb), (main):
16108         Add scrub checkbox.
16109
16110 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16111
16112         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16113         (gst_ogg_parse_chain):
16114           Fix very inefficient usage of linked lists (#335365).
16115
16116 2006-03-21  Edward Hervey  <edward@fluendo.com>
16117
16118         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16119         * gst/playback/gstplaybin.c: (handoff):
16120         * gst/playback/gststreamselector.c:
16121         (gst_stream_selector_set_property):
16122         gcc 4.1 unreferenced pointer fixes.
16123         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16124         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16125         gst_buffer_ref() now takes a GstBuffer*.
16126
16127 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16128
16129         * sys/xvimage/xvimagesink.c:
16130         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16131         by Jan Schmidt.
16132
16133 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16134
16135         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16136         (id3v1_type_find), (apetag_type_find), (plugin_init):
16137           Can't do tag preferences via probability, as tags would then
16138           lose against types that are recognised with MAXIMUM probability
16139           (like .wav); so let all tag typefinders return MAXIMUM themselves
16140           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16141           that we can prefer APE to ID3v1 (fixes #335028).
16142           
16143 2006-03-17  Wim Taymans  <wim@fluendo.com>
16144
16145         * gst-libs/gst/audio/gstbaseaudiosink.c:
16146         (gst_base_audio_sink_change_state):
16147         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16148         (gst_ring_buffer_may_start):
16149         * gst-libs/gst/audio/gstringbuffer.h:
16150         Only start playback if we are playing.
16151         should fix #330748.
16152
16153 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16154
16155         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16156         * win32/common/config.h:
16157           Revert accidental commits to these files.
16158
16159 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16160
16161         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16162
16163         * tests/Makefile.am:
16164           Don't try to build tests in tests/icles if we
16165           don't have X (#323852)
16166
16167 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16168
16169         * gst-libs/gst/tag/gstid3tag.c:
16170           Add TXXX frame identifiers for replaygain stuff as used
16171           by some taggers (see #323721).
16172
16173 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16174
16175         * gst/playback/gststreamselector.c:
16176         (gst_stream_selector_set_property),
16177         (gst_stream_selector_bufferalloc):
16178           Preserve the existing buggy streamselector behaviour by performing
16179           a fallback buffer allocation when downstream isn't linked yet.
16180           This should really be fixed in playbin by blocking pads until it's
16181           linked them.
16182           Also, use gst_pad_alloc_buffer instead of
16183           gst_pad_alloc_buffer_and_set.
16184
16185 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16186
16187         * gst-libs/gst/tag/gstid3tag.c:
16188           Don't crash on unknown ID3v2 TXXX frames.
16189           
16190 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16191
16192         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16193           Chain up to the parent finalize method.
16194           Add 32-bit sample size to the template caps.
16195
16196         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16197         (gst_riff_create_video_template_caps):
16198           Add the fourcc that the VMWare codec uses.
16199           
16200         * gst/playback/gststreamselector.c:
16201         (gst_stream_selector_set_property),
16202         (gst_stream_selector_bufferalloc),
16203         (gst_stream_selector_request_new_pad):
16204           For the active pad, forward buffer-alloc requests, otherwise
16205           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16206           having to memcpy every frame when used by playbin.
16207
16208         * gst/tcp/gstmultifdsink.c:
16209         (gst_multi_fd_sink_handle_client_write):
16210           Get negotiated caps from the sink pad, rather than the sink
16211           pad's peer.
16212
16213 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16214
16215         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16216         
16217         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16218           Don't forget to set src->callbacks_pushed to FALSE again when
16219           popping them, otherwise re-activation in a different mode won't
16220           work (#334620).
16221
16222 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16223
16224         Patch by: Sebastien Moutte  <sebastien moutte net>
16225
16226         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16227         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16228         (gst_ffmpeg_smpfmt_to_caps):
16229           Replace __VA_ARGS__ caps creation macros with varargs functions.
16230           Makes things compile on MSVC (#320765), looks nicer, and we can
16231           tell the compiler to check for the NULL terminator.
16232
16233 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16234
16235         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16236
16237         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16238           Make sure the buffer we copy into is really always big
16239           enough, this time for real (#333488).
16240           
16241 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16242
16243         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16244           Add support for 24bpp DIB (#305279).
16245
16246 2006-03-14  Wim Taymans  <wim@fluendo.com>
16247
16248         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16249         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16250         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16251         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16252         (gst_video_scale_init), (gst_video_scale_src_event):
16253         Re-enable QoS after the release.
16254         Rework videoscale to use the base class src_event handler.
16255
16256 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16257
16258         * configure.ac:
16259           back to CVS.
16260
16261 === release 0.10.5 ===
16262
16263 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16264
16265         * configure.ac:
16266           releasing 0.10.5, "Net"
16267
16268 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16269
16270         * docs/plugins/Makefile.am:
16271           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16272           
16273 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16274
16275         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16276         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16277         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16278           Add cdparanoiasrc to docs.
16279
16280         * gst-libs/gst/cdda/gstcddabasesrc.c:
16281           More GstCddaBaseSrc docs.
16282
16283 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16284
16285         * docs/libs/gst-plugins-base-libs-sections.txt:
16286         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16287         * gst-libs/gst/tag/tag.h:
16288           API: libgsttag: new method gst_tag_from_id3_user_tag().
16289
16290 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16291
16292         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16293           NULL-terminate array of mpeg4 video file extensions.
16294           Fixes crash on PPC (#334226).
16295
16296 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16297
16298         * ext/gnomevfs/gstgnomevfssrc.c:
16299         (gst_gnome_vfs_src_check_get_range):
16300           gnome_vfs_uri_is_local() alone is not a good indicator
16301           whether we can operate in pull-mode with a specific URI,
16302           as it returns FALSE for file:// URIs that point to an
16303           NFS-mounted path. Be more conservative here: whitelist
16304           local files, blacklist http URIs and use the old
16305           mechanism for anything else (fixes #334216).
16306
16307 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16308
16309         * configure.ac:
16310           back to trunk
16311
16312 === release 0.10.4 ===
16313
16314 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16315
16316         * configure.ac:
16317           releasing 0.10.4, "Power"
16318
16319 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16320
16321         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16322         Disable max-lateness by setting it to -1 for now, so that 
16323         we can bed QoS stuff in thoroughly between now and the next
16324         release.
16325
16326 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16327
16328         Patch by: Fabrizio Gennari
16329
16330         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16331           Make sure we don't read beyond the palette buffer in case of
16332           broken or manipulated files (#333488)
16333
16334 2006-03-10  Edward Hervey  <edward@fluendo.com>
16335
16336         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16337         Fix for variable not initialized.
16338
16339 2006-03-09  Wim Taymans  <wim@fluendo.com>
16340
16341         * ext/libvisual/visual.c: (gst_visual_get_type),
16342         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16343         (gst_visual_chain):
16344         Small cleanups.
16345
16346         * ext/theora/gsttheoradec.h:
16347         * ext/theora/theoradec.c: (gst_theora_dec_init),
16348         (gst_theora_dec_reset), (_theora_granule_time),
16349         (theora_dec_src_convert), (theora_dec_sink_convert),
16350         (theora_dec_src_query), (theora_dec_src_event),
16351         (theora_dec_sink_event), (theora_handle_comment_packet),
16352         (theora_handle_header_packet), (theora_dec_push),
16353         (theora_handle_data_packet), (theora_dec_chain),
16354         (theora_dec_change_state):
16355         Add simple QoS.
16356
16357 2006-03-09  Wim Taymans  <wim@fluendo.com>
16358
16359         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16360         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16361         Some cleanups.
16362
16363 2006-03-09  Wim Taymans  <wim@fluendo.com>
16364
16365         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16366         Don't try to activate NULL chains.
16367
16368 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16369
16370         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16371           Fix invalid memory access to region before peek'd data (#332964).
16372
16373 2006-03-09  Wim Taymans  <wim@fluendo.com>
16374
16375         Patch by: Christophe Fergeau
16376
16377         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16378         * ext/pango/gsttextrender.c: (gst_text_render_init):
16379         * gst/adder/gstadder.c: (gst_adder_init):
16380         Don't leak padtemplates, closes #333510.
16381
16382 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16383
16384         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16385           Fix invalid memory access: make sure string passed to
16386           regexec() is NUL-termianted.
16387
16388 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16389
16390         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16391         (mp3_type_find):
16392           Refactor mpeg/audio typefinding to make it more maintainable
16393           and easier to fine-tune. Make probing into middle of the file
16394           work properly (fixes #333900, also see #152688).
16395
16396 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16397
16398         * gst/typefind/gsttypefindfunctions.c:
16399         (utf8_type_find_have_valid_utf8_at_offset):
16400           Remove part from previous commit that was bogus:
16401           g_utf8_validate() does in fact not accept embedded
16402           zeroes, so we don't need to check for those (thanks
16403           to Mike for the hint).
16404
16405 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16406
16407         * gst/typefind/gsttypefindfunctions.c:
16408         (utf8_type_find_count_embedded_zeroes),
16409         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16410           Make plain/text typefinder more conservative: firstly, check
16411           for embedded zeroes, which are perfectly valid UTF-8 characters,
16412           but also a fairly good sign that something is not a plain text
16413           file; secondly, probe into the middle of the file if possible.
16414           If we can't probe into the middle, limit the probability value
16415           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16416
16417 2006-03-08  Michael Smith  <msmith@fluendo.com>
16418
16419         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16420           Make typefind function name for mpeg4 video unique.
16421
16422 2006-03-08  Wim Taymans  <wim@fluendo.com>
16423
16424         * ext/libvisual/visual.c: (gst_visual_init),
16425         (gst_visual_clear_actors), (gst_visual_dispose),
16426         (gst_visual_reset), (gst_visual_src_setcaps),
16427         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16428         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16429         (gst_visual_chain), (gst_visual_change_state):
16430         Cleanups, post nice errors.
16431         Handle sink and src events.
16432         Implement simple QoS.
16433
16434         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16435         Use new basesink methods to configure max-lateness.
16436         Small doc update.
16437
16438         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16439         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16440         Debug statement cleanups.
16441
16442         * gst/volume/gstvolume.c: (gst_volume_class_init):
16443         Simple cleanup.
16444
16445 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16446
16447         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16448         (gst_text_overlay_init), (gst_text_overlay_set_property),
16449         (gst_text_overlay_get_property):
16450           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16451           as string type properties, but mark them deprecated. Add
16452           'halignment' and 'valignment' properties that use enums
16453           instead of strings.
16454
16455 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16456
16457         Patch by: Fabrizio Gennari
16458
16459         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16460           Allow palettes with less than 256 colours in AVI files
16461           (#333488)
16462
16463 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16464
16465         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16466         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16467         pad. We were releasing the queued text buffer when we should keep
16468         it until video pad gets EOS or discard the text buffer because it's
16469         too old. That was eating the last subtitle buffer. Add some more
16470         debug.
16471
16472 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16473
16474         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16475         (gst_text_overlay_video_chain):
16476           Fix invalid memory access (we can't access a buffer after it's been
16477           pushed downstream without taking a reference); fix memory leak (if
16478           there's no text to render, bail out before allocating stuff).
16479
16480 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16481
16482         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16483         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16484         * ext/pango/gsttextoverlay.h:
16485           If input is plain text, escape it before passing it to
16486           pango_layout_set_markup().
16487
16488 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16489
16490         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16491           Don't ignore flow return from gst_pad_push().
16492
16493 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16494
16495         Patch by: Fabrizio Gennari
16496
16497         * ext/libvisual/visual.c: (gst_visual_getcaps),
16498         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16499         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16500         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16501         (gst_vorbisenc_convert_sink):
16502         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16503         (gst_audio_duration_from_pad_buffer):
16504         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16505         (gst_audio_filter_chain):
16506         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16507         (gst_base_rtp_depayload_setcaps):
16508         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16509         (gst_video_get_size):
16510         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16511           Don't leak references returned by gst_pad_get_parent()
16512           (#333663)
16513
16514 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16515
16516         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16517           change location param details
16518         * gst/volume/gstvolume.c: (plugin_init):
16519           correct plugin description
16520
16521 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16522
16523         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16524         (gst_gnome_vfs_src_check_get_range):
16525           Override GstBaseSrc::check_get_range() in order to avoid opening
16526           the resource just to check whether we can operate in pull-mode or
16527           not - we can predict that pretty well from the URI alone. Should
16528           fix problems with last.fm (#331690). (Requires latest core CVS).
16529
16530 2006-03-06  Wim Taymans  <wim@fluendo.com>
16531
16532         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16533         (gst_video_sink_class_init):
16534         Throw away frames that are later than 20 ms.
16535
16536 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16537
16538         Patch by: Fabrizio Gennari
16539
16540         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16541           Set depth on WMA caps (#333545)
16542
16543 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16544
16545         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16546         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16547           put Theora BOS pages before others.  This hardcodes
16548           the Ogg/Theora I profile, but hey.
16549
16550 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16551
16552         * ext/ogg/README:
16553           updated with some examples
16554         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16555         (granulepos_add), (theora_buffer_from_packet):
16556         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16557         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16558         (gst_vorbisenc_chain):
16559           implement strategy from ext/ogg/README
16560         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16561         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16562         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16563         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16564           Fix muxer so that oggz-validate is happy with all streams;
16565           except for no eos mark, and the BOS page ordering
16566         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16567         (check_buffer_granulepos):
16568         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16569           update tests to check for OFFSET being set as requested
16570           fixed type of granulepos, it's not a ClockTime
16571
16572 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16573
16574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16575         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16576         Check that the xvimage we are creating has a correct size
16577         before returning it. (#314897)
16578
16579 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16580
16581         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16582           Give id3 and ape tag typefinders a rank slightly higher
16583           than PRIMARY to ensure they're always run before any of
16584           the other typefinders (in particular wav and mp3) (#324186).
16585
16586 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16587
16588         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16589           Add support for '3IVD' fourcc (#333403).
16590
16591 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16592
16593         * configure.ac:
16594           Bump requirements to GStreamer CVS for the new error enum.
16595
16596         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16597           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16598           space left on the device (fixes #333352).
16599
16600 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16601
16602         * win32/vs6:
16603           add a project file for libgstvolume
16604           update the workspace
16605
16606 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16607
16608         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16609         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16610         (GST_START_TEST):
16611           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16612           Set IN_CAPS on header buffers
16613
16614 2006-03-02  Wim Taymans  <wim@fluendo.com>
16615
16616         * docs/plugins/Makefile.am:
16617         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16618         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16619         Add audioresample to docs.
16620
16621         * gst/audioconvert/gstaudioconvert.c:
16622         Add revision date.
16623
16624         * gst/audioresample/gstaudioresample.c:
16625         (gst_audioresample_base_init), (gst_audioresample_class_init),
16626         (gst_audioresample_init), (gst_audioresample_dispose),
16627         (audioresample_get_unit_size), (audioresample_transform_caps),
16628         (resample_set_state_from_caps), (audioresample_transform_size),
16629         (audioresample_set_caps), (audioresample_event),
16630         (audioresample_do_output), (audioresample_transform),
16631         (audioresample_pushthrough), (gst_audioresample_set_property),
16632         (gst_audioresample_get_property), (plugin_init):
16633         * gst/audioresample/gstaudioresample.h:
16634         Added docs.
16635         Small code cleanups.
16636
16637 2006-03-02  Wim Taymans  <wim@fluendo.com>
16638
16639         * docs/plugins/Makefile.am:
16640         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16641         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16642         Added videoscale to docs.
16643
16644         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16645         (gst_video_rate_swap_prev), (gst_video_rate_event),
16646         (gst_video_rate_chain):
16647         Fix typo in docs.
16648
16649         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16650         (gst_video_scale_init), (gst_video_scale_prepare_size),
16651         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16652         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16653         * gst/videoscale/gstvideoscale.h:
16654         Added docs, examples.
16655         Some code cleanups.
16656         Post errors instead of g_warning.
16657
16658 2006-03-02  Wim Taymans  <wim@fluendo.com>
16659
16660         * docs/libs/gst-plugins-base-libs-docs.sgml:
16661         * docs/libs/gst-plugins-base-libs-sections.txt:
16662         * docs/libs/gst-plugins-base-libs.types:
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 some more docs to libs and plugins.
16667
16668         * gst-libs/gst/audio/gstringbuffer.c:
16669         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16670         * gst-libs/gst/audio/gstringbuffer.h:
16671         Document ringbuffer some more.
16672
16673         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16674         (gst_video_rate_setcaps), (gst_video_rate_reset),
16675         (gst_video_rate_init), (gst_video_rate_flush_prev),
16676         (gst_video_rate_swap_prev), (gst_video_rate_event),
16677         (gst_video_rate_chain), (gst_video_rate_change_state):
16678         * gst/videorate/gstvideorate.h:
16679         Fix videorate to use segments.
16680         Make it work with 0/1 framerates (closes #331903)
16681         Handle EOS correctly.
16682         Added docs.
16683
16684 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16685
16686         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16687         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16688         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16689           In state change function, first chain up to parent class,
16690           then handle downwards state change stuff. Remove some
16691           commented out cruft from 0.8 code.
16692
16693 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16694
16695         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16696         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16697         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16698         (gst_ogm_parse_chain):
16699           Don't remove/re-add source pad if the new caps are the same as
16700           the old caps anyway (#333042). When removing source pad, don't
16701           unref it afterwards - we didn't ref it when adding. Sprinkle some
16702           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16703           after using gst_pad_get_parent(). Return downstream flow return
16704           value in chain function.
16705
16706 2006-03-02  Wim Taymans  <wim@fluendo.com>
16707
16708         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16709         * docs/plugins/gst-plugins-base-plugins.args:
16710         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16711         * docs/plugins/gst-plugins-base-plugins.interfaces:
16712         * docs/plugins/gst-plugins-base-plugins.signals:
16713         Fix hierarchy, added some more elements to the docs.
16714
16715         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16716         (gst_ffmpegcsp_get_type):
16717         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16718         Fix docs for ffmpegcolorspace.
16719
16720 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16721
16722         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16723         (apetag_type_find), (ape_type_find), (plugin_init):
16724           Some typefinding fine-tuning:
16725           - rank ID3/APE tags in order of preference via probabilities, so that
16726             ID3v2 > APEv2 > APEv1 > ID3v1.
16727           - three or four bytes don't really justify MAXIMUM probability,
16728             change those to 'very likely' (musepack and monkeysaudio).
16729
16730 2006-03-01  Wim Taymans  <wim@fluendo.com>
16731
16732         * docs/plugins/Makefile.am:
16733         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16734         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16735         * ext/alsa/gstalsamixer.c:
16736         * ext/alsa/gstalsamixer.h:
16737         * ext/alsa/gstalsamixerelement.c:
16738         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16739         * ext/alsa/gstalsamixerelement.h:
16740         * ext/alsa/gstalsasink.c:
16741         * ext/alsa/gstalsasink.h:
16742         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16743         (gst_alsasrc_init):
16744         * ext/alsa/gstalsasrc.h:
16745         Added alsa docs.
16746         Small code cleanups.
16747
16748 2006-03-01  Wim Taymans  <wim@fluendo.com>
16749
16750         * ext/theora/Makefile.am:
16751         Dist new header too,
16752
16753 2006-03-01  Wim Taymans  <wim@fluendo.com>
16754
16755         * docs/plugins/Makefile.am:
16756         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16757         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16758         * ext/gnomevfs/gstgnomevfssink.h:
16759         * ext/gnomevfs/gstgnomevfssrc.h:
16760         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16761         * ext/vorbis/vorbisdec.h:
16762         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16763         * ext/vorbis/vorbisenc.h:
16764         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16765         (vorbis_parse_chain), (vorbis_parse_change_state):
16766         * ext/vorbis/vorbisparse.h:
16767         * gst/audioconvert/gstaudioconvert.h:
16768         * gst/tcp/gsttcpserversink.h:
16769         * gst/videotestsrc/gstvideotestsrc.c:
16770         * gst/videotestsrc/gstvideotestsrc.h:
16771         * gst/volume/gstvolume.c:
16772         * gst/volume/gstvolume.h:
16773         Fix some more docs.
16774         Added docs for vorbisdec and vorbisparse.
16775         Fix vorbisparse.
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/pango/gstclockoverlay.h:
16783         * ext/pango/gsttextoverlay.h:
16784         * ext/pango/gsttextrender.h:
16785         * ext/pango/gsttimeoverlay.h:
16786         * ext/theora/gsttheoradec.h:
16787         * ext/theora/gsttheoraenc.h:
16788         * ext/theora/theoradec.c:
16789         * ext/theora/theoraenc.c:
16790         * gst/audioconvert/gstaudioconvert.h:
16791         * gst/audiotestsrc/gstaudiotestsrc.h:
16792         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16793         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16794         * gst/tcp/gstmultifdsink.h:
16795         Updated/added documentation.
16796
16797         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16798         (gst_text_overlay_halign_get_type),
16799         (gst_text_overlay_wrap_mode_get_type),
16800         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16801         (gst_text_overlay_init), (gst_text_overlay_set_property),
16802         (gst_text_overlay_get_property):
16803         Fix up properties to be enums instead of string to make bindings,
16804         introspection and automatic GUI creation possible.
16805         Add getters for the properties.
16806
16807 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16808
16809         * gst/audiotestsrc/gstaudiotestsrc.c:
16810           added defines of M_PI and M_PI_2
16811         * gst/ffmpegcolorspace/avcodec.h:
16812           removed #include "stdint.h" for win32 as _stdint.h is 
16813           autogenerated to win32/common
16814         * win32/common/libgstaudio.def:
16815         * win32/common/libgsttag.def:
16816           added some exports
16817         * win32/vs6:
16818           some project files bugs corrected
16819         * win32/vs7:
16820           project files are reset to the default vs7 configuration 
16821           (they link to msvcr71.dll using default optimizations)
16822           
16823 2006-02-28  Wim Taymans  <wim@fluendo.com>
16824
16825         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16826         Fix some docs.
16827
16828 2006-02-28  Edward Hervey  <edward@fluendo.com>
16829
16830         * ext/alsa/gstalsasrc.c:
16831         Set proper class on the ElementDetails:
16832         Source/Audio instead of Src/Audio/
16833
16834 2006-02-28  Edward Hervey  <edward@fluendo.com>
16835
16836         * gst/videoscale/vs_scanline.c:
16837         (vs_scanline_resample_nearest_RGBA):
16838         Revert optimization in videoscale. It should go in liboil and have
16839         an appropriate liboil function.
16840
16841 2006-02-28  Wim Taymans  <wim@fluendo.com>
16842
16843         * gst-libs/gst/audio/gstbaseaudiosink.c:
16844         (gst_base_audio_sink_provide_clock):
16845         Don't try to provide a clock in the NULL state.
16846
16847 2006-02-28  Wim Taymans  <wim@fluendo.com>
16848
16849         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16850         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
16851         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16852         (gst_ogg_demux_deactivate_current_chain),
16853         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
16854         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
16855         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16856         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16857         Use GstSegment infrastructure to remove duplicated code
16858         and handle more seek cases correctly.
16859
16860 2006-02-28  Wim Taymans  <wim@fluendo.com>
16861
16862         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16863         (gst_ffmpegcsp_transform):
16864         Don't ignore return code from ffmpeg convert function.
16865
16866         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16867         Split out some long statements to ease debugging.
16868
16869 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
16870
16871         * ext/libvisual/visual.c: (gst_visual_init),
16872         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
16873         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
16874         being able to renegotiate the size. Instead, use the negotiation
16875         algorithm from the goom plugin to pick an initial output caps. 
16876
16877         Also, allow theoretical libvisual plugins that might support non-GL 
16878         output even if they also do GL.
16879
16880 2006-02-26  Julien MOUTTE  <julien@moutte.net>
16881
16882         * ext/libvisual/visual.c: (gst_visual_init),
16883         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
16884         (plugin_init): Load only non GL plugins. Fix some memleaks and 
16885         possible negotiation issues.
16886
16887 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16888
16889         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
16890
16891 2006-02-24  Michael Smith  <msmith@fluendo.com>
16892
16893         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
16894         (cmml_type_find), (plugin_init):
16895           Fix CMML type find function to not require a specific minor version
16896           of the CMML header.
16897
16898           Add an MPEG4 video elementary stream typefind function.
16899
16900 2006-02-04  Michael Smith  <msmith@fluendo.com>
16901
16902         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
16903         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
16904         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16905         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
16906         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
16907         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
16908           Annodex support in ogg demuxer. Doesn't do very much without the
16909           other annodex patches (to come).
16910
16911 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16912
16913         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
16914
16915         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16916           Pick up palette for MS video v1 (#327028)
16917
16918 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16919
16920         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16921         (gst_ffmpegcsp_caps_remove_format_info),
16922         (gst_ffmpegcsp_get_unit_size):
16923           The 'palette_data' field from incoming RGB caps shouldn't be
16924           proxied on outgoing YUV caps; also, restrict unit size
16925           adjustment in case of paletted data only to the unit that
16926           actually has a palette. Fixes #330711.
16927
16928 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16929
16930         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16931         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16932         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
16933         (gst_ffmpegcsp_get_unit_size):
16934           Plug some memory leaks.
16935
16936 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16937
16938         * sys/ximage/Makefile.am:
16939         * sys/xvimage/Makefile.am:
16940           Add some _CFLAGS and _LIBS that seem to be missing
16941           and/or required for Cygwin (see #317048).
16942
16943 2006-02-22  Wim Taymans  <wim@fluendo.com>
16944
16945         * ext/alsa/gstalsasrc.c:
16946         Fix description as pointed out by caugier.
16947
16948 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
16949
16950         Reviewed by : Edward Hervey  <edward@fluendo.com>
16951
16952         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
16953         (qt_type_find):
16954         Better 3gp typefinding (#331526).
16955
16956 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16957
16958         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
16959           Don't send EOS event here, the base class will send one for us.
16960
16961         * gst/playback/gstplaybasebin.c: (prepare_output):
16962           Subpictures without video stream aren't allowed either.
16963         
16964         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16965           Fix debug statement copy'n'paste-o.
16966
16967 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16968
16969         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
16970           Fix issues with mixer keeping state when muting/unmuting
16971           and when changing the volume whilst muted (see #331763
16972           and #331765).
16973
16974 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16975
16976         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
16977         (parse_subrip), (gst_sub_parse_format_autodetect):
16978           Set right caps given that we send escaped text. Also,
16979           honour <i></i>, <b></b> and <u></u> markers that can be found
16980           in .srt files (fixes #310202).
16981
16982 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16983
16984         * gst-libs/gst/audio/mixerutils.c:
16985         (element_factory_rank_compare_func):
16986           Make order in which elements are tried more determinable.
16987
16988 2006-02-20  Julien MOUTTE  <julien@moutte.net>
16989
16990         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
16991         (remove_element_chain), (cleanup_decodebin),
16992         (gst_decode_bin_change_state): Make decodebin reusable by
16993         fixing remove_element_chain first and then introduce a
16994         cleaner in state change to ->NULL. (Closes #331678)
16995
16996 2006-02-19  Wim Taymans  <wim@fluendo.com>
16997
16998         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
16999         use 0666 mask when creating files so umask gets applied
17000         correctly. Fixes #331295.
17001
17002 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17003
17004         * gst/subparse/Makefile.am:
17005         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
17006         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
17007         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
17008         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
17009         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
17010         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
17011         * gst/subparse/gstssaparse.h:
17012         * gst/subparse/gstsubparse.c: (plugin_init):
17013           Add very basic parser for SSA subtitle streams (as often
17014           found in matroska files).
17015
17016 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
17017
17018         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
17019           That should be text/x-pango-markup, not text/x-pango-layout.
17020
17021 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17022
17023         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
17024         Polishing.
17025
17026 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17027
17028         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17029         (gst_text_overlay_finalize), (gst_text_overlay_init),
17030         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17031         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17032         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17033         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17034         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17035         Fix state change deadlock.
17036
17037 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17038
17039         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17040         (gst_text_overlay_finalize), (gst_text_overlay_init),
17041         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17042         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17043         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17044         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17045         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17046         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17047         and subtitles files.
17048
17049 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17050
17051         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17052         should be considered as raw.
17053
17054 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17055
17056         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17057         (cb_probe):
17058         * gst/playback/gststreaminfo.h: Introduce language informations.
17059
17060 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17061
17062         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17063         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17064         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17065         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17066         Set shared memory segments to be deleted as soon as we have attached,
17067         that way they get cleaned up automatically if we crash.
17068
17069 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17070
17071         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17072         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17073         functions are called with lock held.
17074
17075 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17076
17077         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17078         (gst_text_overlay_finalize), (gst_text_overlay_init),
17079         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17080         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17081         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17082         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17083         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17084         (gst_text_overlay_change_state): Refactoring of textoverlay
17085         without collectpads. This now supports sparse subtitles coming
17086         from a demuxer instead of a sub file. Seeking is still broken 
17087         though. Need to discuss with wtay some more on how to handle
17088         seeking correctly.
17089         * ext/pango/gsttextoverlay.h:
17090         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17091         subtitles coming from the demuxer.
17092
17093 2006-02-17  Wim Taymans  <wim@fluendo.com>
17094
17095         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17096         (gst_vorbisenc_convert_sink):
17097         Use some more scaling functions.
17098
17099 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17100
17101         * ext/cdparanoia/gstcdparanoiasrc.c:
17102         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17103         (gst_cd_paranoia_paranoia_callback),
17104         (gst_cd_paranoia_src_signal_is_being_watched),
17105         (gst_cd_paranoia_src_read_sector):
17106         * ext/cdparanoia/gstcdparanoiasrc.h:
17107           Add back 'transport-error' and 'uncorrected-error' signals and
17108           make them actually be fired when bad stuff happens (#319340).
17109
17110 2006-02-17  Wim Taymans  <wim@fluendo.com>
17111
17112         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17113         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17114         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17115         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17116         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17117         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17118         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17119         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17120         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17121         (gst_ring_buffer_clear):
17122         Small cleanups.
17123         Added some G_LIKELY.
17124
17125 2006-02-17  Wim Taymans  <wim@fluendo.com>
17126
17127         * gst-libs/gst/audio/TODO:
17128         Update TODO
17129
17130         * gst-libs/gst/audio/gstbaseaudiosink.c:
17131         (gst_base_audio_sink_get_offset):
17132         When trying to play samples ASAP and we don't have a
17133         previous sample, try to play at position 0 instead of
17134         an invalid position.
17135
17136 2006-02-17  Wim Taymans  <wim@fluendo.com>
17137
17138         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17139         (gst_alsasink_reset):
17140         Also release lock when we get an error in _reset();
17141         fix an error message.
17142
17143 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17144
17145         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17146         (gst_alsasink_init), (get_channel_free_structure),
17147         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17148         (gst_alsasink_close):
17149         * ext/alsa/gstalsasink.h:
17150           Add support for more than 2 channels (#326720).
17151
17152 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17153
17154         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17155           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17156           with 4 or 6 channels, assume a default channel layout to make things
17157           work (not sure there's anything else we can do in those cases).
17158
17159 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17160
17161         * gst-libs/gst/audio/multichannel.c:
17162           Minor docs fix.
17163
17164         * gst-libs/gst/riff/Makefile.am:
17165         * gst-libs/gst/riff/riff-ids.h:
17166         * gst-libs/gst/riff/riff-media.c:
17167         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17168           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17169           channels and a channel layout map.
17170           
17171 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17172
17173         Reviewed by Edward Hervey  <edward@fluendo.com>
17174
17175         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17176         C-level optimization of the RGBA nearest neighbour function.
17177         Eventually this might end up in liboil with vectorized versions.
17178
17179 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17180
17181         * gst-libs/gst/audio/multichannel.c:
17182         (gst_audio_get_channel_positions):
17183           When we have more than 2 channels, but no channel layout is
17184           specified in the caps, return some default channel layout
17185           to the caller and warn about about a possibly buggy element
17186           (could be buggy filtercaps as well of course) (#317038).
17187
17188 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17189
17190         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17191           Add gst-libs/gst/cdda to list of lib search paths.
17192
17193 2006-02-15  Andy Wingo  <wingo@pobox.com>
17194
17195         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17196         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17197         to the Lord Jesus that I do not have to touch the ogg muxer ever
17198         again.
17199
17200 2006-02-15  Edward Hervey  <edward@fluendo.com>
17201
17202         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17203         quicktime movie files can also contain 'uuid' atoms.
17204
17205 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17206
17207         * gst/audioconvert/plugin.c: (plugin_init):
17208           Register the GstAudioChannelPosition enum type with the type
17209           system in the plugin_init function, so that it is known before
17210           any element actually makes use of multi-channel stuff. This is
17211           required for example if one wants to be able to deserialise/use
17212           a caps string with channel positions before any pipeline has
17213           been setup and started, like with gst-launch.
17214
17215 2006-02-14  Wim Taymans  <wim@fluendo.com>
17216
17217         * gst-libs/gst/audio/gstringbuffer.c:
17218         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17219         (gst_ring_buffer_samples_done), (wait_segment),
17220         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17221         Add some compiler G_(UN_)LIKELY help.
17222         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17223         make sure they can exit their functions. Should fix #330748
17224
17225 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17226
17227         * Makefile.am:
17228         * configure.ac:
17229         * win32/MANIFEST:
17230         * win32/common/_stdint.h:
17231           Windows does not have long long; copy the generated _stdint.h
17232         * win32/common/interfaces-enumtypes.c:
17233         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17234         (gst_mixer_track_flags_get_type),
17235         (gst_tuner_channel_flags_get_type):
17236         * win32/common/multichannel-enumtypes.c:
17237         (gst_audio_channel_position_get_type):
17238           update
17239
17240 2006-02-13  Wim Taymans  <wim@fluendo.com>
17241
17242         * gst-libs/gst/audio/gstbaseaudiosink.c:
17243         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17244         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17245         Always sync on first sample we receive when starting.
17246
17247 2006-02-13  Wim Taymans  <wim@fluendo.com>
17248
17249         * gst/playback/gstplaybin.c: (gen_vis_element):
17250         Update vis bin docs.
17251         Move queue after tee so we don't queue video buffers but
17252         audio samples instead. Fixes problems where the video queue
17253         is filled and the audio queue empty.
17254
17255 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17256
17257         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17258           No need to push an EOS event here, GstBaseSrc will do that for us
17259           when we return FLOW_UNEXPECTED.
17260           
17261 2006-02-12  Wim Taymans  <wim@fluendo.com>
17262
17263         * gst-libs/gst/audio/gstbaseaudiosink.c:
17264         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17265         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17266         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17267         Use scale functions when possible.
17268         Fix error messages.
17269         Free clockid when after waiting for EOS.
17270         Use G_(UN_)LIKLY when it makes sense.
17271         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17272
17273 2006-02-12  Edward Hervey  <edward@fluendo.com>
17274
17275         * gst/playback/gstplaybasebin.c: (prepare_output): 
17276         Remove stray semi-colon (fixes #330888).
17277
17278 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17279
17280         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17282         Fix up the XShm call testing so that we catch errors, and don't
17283         cause new ones by attempting to detach from a segment we failed
17284         to attach to. Fixes #312439.
17285
17286 2006-02-10  Edward Hervey  <edward@fluendo.com>
17287
17288         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17289         Added flv file typefind (video/x-flv).
17290
17291 2006-02-10  Edward Hervey  <edward@fluendo.com>
17292
17293         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17294         (gst_riff_create_video_template_caps):
17295         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17296         Also added the caps to the default set of riff video caps.
17297
17298 2006-02-09  Andy Wingo  <wingo@pobox.com>
17299
17300         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17301         time and the end time of the last packet in the page.
17302         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17303         on the pages in our queue, set the duration as well. Reflow a
17304         debug statement.
17305         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17306         Fixes bad muxing order.
17307
17308 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17309
17310         * gst-libs/gst/rtp/gstbasertppayload.c:
17311         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17312           update seqnum before setting it on the packet; this makes sure
17313           that the timestamp and seqnum properties match after pushing
17314           a buffer
17315
17316 2006-02-09  Andy Wingo  <wingo@pobox.com>
17317
17318         * gst-libs/gst/audio/gstringbuffer.c
17319         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17320         overflow after 13.5 hours of recording. Kapow!
17321
17322         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17323         the buffer size -- we don't care about underrun/overrun reporting
17324         right now, just need to return a useful value.
17325
17326 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17327
17328         * configure.ac:
17329           Back to CVS
17330
17331 === release 0.10.3 ===
17332
17333 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17334
17335         * configure.ac:
17336           releasing 0.10.3, "Under Pressure"
17337
17338 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17339
17340         * configure.ac:
17341         Drat. Bump libtool version number for new API.
17342         Prelease 0.10.2.3 (of 0.10.3)
17343
17344 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17345
17346         * configure.ac:
17347         * win32/common/config.h:
17348         0.10.2.2 prerelease (of 0.10.3).
17349
17350 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17351
17352         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17353           Revert Andy's newsegment change pending a more correct
17354           fix.
17355
17356 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17357
17358         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17359         (qt_type_find), (plugin_init):
17360           detect more files as 3gp
17361           group and reorder the iso file formats
17362
17363 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17364
17365         * ext/vorbis/vorbis.c: (plugin_init):
17366           Register musicbrainz tags, so apps don't have to.
17367
17368 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17369
17370         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17371         (gst_tag_to_vorbis_tag):
17372           Make sure we called gst_tag_register_musicbrainz_tags()
17373           before possibly mapping a vorbiscomment string from/to a
17374           musicbrainz tag.
17375
17376 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17377
17378         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17379           In case we can't find the required number of consecutive
17380           mpeg audio frames to positively identify an MPEG audio
17381           stream, check if there's at least a valid mpeg audio
17382           frame right at offset 0 and if so suggest mpeg/audio
17383           caps with a very low probability (#153004).
17384
17385 2006-02-07  Andy Wingo  <wingo@pobox.com>
17386
17387         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17388         a TIME segment if we get timestamped buffers. Requires recent
17389         fixes in core to work properly.
17390
17391 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17392
17393         * gst/playback/gstplaybasebin.c: (prepare_output):
17394           Don't print the URI as part of the error message, it
17395           makes error dialogs look rather ugly, especially if
17396           the URI is very long or has characters in it that
17397           need escaping.
17398
17399 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17400
17401         * gst/playback/gstplaybasebin.c: (prepare_output):
17402           Error out if we have only text or subtitles, but nothing
17403           else. Also error out if we have subtitles but no video
17404           stream.
17405
17406 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17407
17408         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17409           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17410           Post an error message on the bus when we encounter an
17411           error, which will hopefully be more meaningful than the
17412           'Internal Flow Error' message users get to see if we
17413           just return GST_FLOW_ERROR.
17414
17415 2006-02-07  Andy Wingo  <wingo@pobox.com>
17416
17417         * configure.ac (GST_MAJORMINOR): Update core version req to
17418         0.10.2.2, for the collectpads API addition (#330244).
17419
17420 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17421
17422         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17423           Return FALSE from plugin_init() when GnomeVFS can't
17424           be initialised for some reason (#328423).
17425
17426 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17427
17428         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17429         Stick to seeking theory until i find the bug.
17430         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17431
17432 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17433
17434         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17435         (theora_enc_finalize), (theora_enc_sink_setcaps),
17436         (theora_set_header_on_caps), (theora_enc_chain),
17437         (theora_enc_change_state):
17438         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17439           Make theoraenc and the tests leak free. Like, really.
17440
17441 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17442
17443         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17444         (theora_enc_finalize), (theora_enc_sink_setcaps):
17445           Add a finalize method to ensure we clean up state even if
17446           someone omitted the state change back to NULL.
17447
17448         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17449         (gst_vorbisenc_chain):
17450           Free some more leaked bits.
17451
17452         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17453         (stop_pipeline):
17454           Wait for state changes to happen if they're ASYNC.
17455
17456           This ought to teach those fancy pants buildbots a lesson.
17457
17458 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17459
17460         * gst-libs/gst/tag/gstid3tag.c:
17461           Add mapping for ID3 International Standard Recording Code
17462           tag "TSRC"
17463
17464 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17465
17466         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17467           Don't leak tag names.
17468
17469 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17470
17471         * docs/libs/gst-plugins-base-libs-docs.sgml:
17472         * docs/libs/gst-plugins-base-libs-sections.txt:
17473         * gst-libs/gst/tag/gstid3tag.c:
17474         * gst-libs/gst/tag/gstvorbistag.c:
17475         * gst-libs/gst/tag/tags.c:
17476           Split libgsttag docs into multiple sections.
17477
17478 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17479
17480         * docs/libs/Makefile.am:
17481         * docs/libs/gst-plugins-base-libs-docs.sgml:
17482         * docs/libs/gst-plugins-base-libs-sections.txt:
17483         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17484         * gst-libs/gst/tag/gstvorbistag.c:
17485         * gst-libs/gst/tag/tag.h:
17486         * gst-libs/gst/tag/tags.c:
17487           Add libgsttag to the docs.
17488
17489 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17490
17491         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17492         (gst_text_overlay_init), (gst_text_overlay_src_event),
17493         (gst_text_overlay_collected): Fix clockoverlay.
17494
17495 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17496
17497         * docs/libs/compiling.sgml:
17498           Fix typo: it's pkg-config, not pkg-gconfig
17499
17500         * docs/libs/gst-plugins-base-libs-docs.sgml:
17501         * docs/libs/gst-plugins-base-libs-sections.txt:
17502         * docs/libs/tmpl/gstgconf.sgml:
17503           There is no libgstgconf in 0.10, remove it
17504           from the docs.
17505
17506 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17507
17508         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17509         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17510         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17511         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17512         (gst_sub_parse_class_init), (gst_sub_parse_init),
17513         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17514         (parse_mpsub), (parser_state_init), (handle_buffer),
17515         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17516         * gst/subparse/gstsubparse.h: Introduce seeking code.
17517
17518 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17519
17520         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17521           Add comment about LANGUAGE tag inconsistency (we want
17522           ISO-639-1, but extract three-letter identifiers?)
17523
17524         * po/POTFILES.in:
17525           Add two translatable files.
17526
17527 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17528
17529         * gst-libs/gst/tag/Makefile.am:
17530         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17531         * gst-libs/gst/tag/tag.h:
17532         * gst-libs/gst/tag/tags.c:
17533         (gst_tag_register_musicbrainz_tags_internal),
17534         (gst_tag_register_musicbrainz_tags):
17535           Forward-port some tags stuff from the 0.8 branch. This is
17536           mostly the addition of musicbrainz tags and their mapping
17537           to vorbistags, and a vorbistag mapping of the language tag.
17538
17539 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17540
17541         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17542         refactoring.
17543
17544 2006-02-04  David Schleef  <ds@schleef.org>
17545
17546         * ext/ogg/gstoggmux.c:
17547         * gst/typefind/gsttypefindfunctions.c:
17548           Add Dirac typefinding and add dirac format to oggmux.
17549
17550 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17551
17552         * gst/playback/gstdecodebin.c: (try_to_link_1):
17553           Don't put essential function call into
17554           g_return_*() macro, otherwise it'll all be
17555           replaced by NOOPs when compiling with
17556           G_DISABLE_CHECKS defined.
17557
17558 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17559
17560         * ext/ogg/gstoggdemux.c:
17561         * ext/ogg/gstoggparse.c:
17562         * gst/tcp/gsttcpserversink.c:
17563         * sys/v4l/v4lsrc_calls.c:
17564         * sys/v4l/v4lsrc_calls.h:
17565         Just make it compile with --disable-gst-debug.
17566
17567 2006-02-03  Wim Taymans  <wim@fluendo.com>
17568
17569         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17570         (gst_alsasink_class_init), (gst_alsasink_init),
17571         (gst_alsasink_write), (gst_alsasink_reset):
17572         * ext/alsa/gstalsasink.h:
17573         Add lock to protect alsa calls.
17574         Implement reset to flush samples ASAP, does not work
17575         with dmix though.
17576
17577 2006-02-02  Wim Taymans  <wim@fluendo.com>
17578
17579         * gst-libs/gst/audio/gstbaseaudiosink.c:
17580         (gst_base_audio_sink_provide_clock):
17581         Ugh.. getting late I guess...
17582
17583 2006-02-02  Wim Taymans  <wim@fluendo.com>
17584
17585         * gst-libs/gst/audio/gstbaseaudiosink.c:
17586         (gst_base_audio_sink_provide_clock),
17587         (gst_base_audio_sink_set_property),
17588         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17589         Don't try to provide a clock when we are not negotiated since
17590         we might not be able to make it run.
17591
17592 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17593
17594         * gst/playback/gstdecodebin.c: (try_to_link_1):
17595           Unlinking two source pads is ... hard.
17596
17597 2006-02-02  Wim Taymans  <wim@fluendo.com>
17598
17599         * gst-libs/gst/audio/TODO:
17600         Updated.
17601
17602         * gst-libs/gst/audio/gstbaseaudiosink.c:
17603         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17604         On EOS, wait till the last sample is played before posting EOS.
17605
17606 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17607
17608         Patch by: Kai Vehmanen
17609         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17610           Adds ability to enable newsegment bypass by setting queue_delay to
17611           zero. Also avoid thread being started if queue_delay is zero.
17612
17613 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17614
17615         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17616           Make test work again by connecting fakesinks to each decoded pad,
17617           which makes the pipeline wait until each fakesink has a buffer
17618           queued before going to PAUSED state. At that point we know the
17619           decodebin pads are negotiated.
17620
17621 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17622
17623         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17624         (gst_cdda_base_src_handle_event):
17625         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17626           Pass unhandled queries to the parent class's query function.
17627
17628 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17629
17630         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17631         (gst_ogg_pad_src_query):
17632         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17633         * ext/theora/theoradec.c: (theora_dec_src_query),
17634         (theora_dec_sink_query):
17635         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17636         (vorbis_dec_sink_query):
17637         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17638         (gst_vorbisenc_sink_query):
17639         * gst/adder/gstadder.c: (gst_adder_query):
17640           Pass unhandled queries upstream instead of just
17641           dropping them (#326447). Also, fix supported
17642           query types list for some elements.
17643
17644 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17645
17646         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17647         (paris_type_find), (ilbc_type_find), (plugin_init):
17648           Fix typefinding for audio/x-au, audio/x-paris and
17649           audio/iLBC-sh. We cannot use the START_WITH macros
17650           here, because there can only be one typefind factory
17651           with the same name (caps), so the second one would
17652           replace the first one and the first one would never
17653           be called when doing typefinding (see #161712).
17654           
17655
17656 2006-01-31  Wim Taymans  <wim@fluendo.com>
17657
17658         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17659         (vorbis_handle_header_packet), (vorbis_dec_push),
17660         (vorbis_handle_data_packet):
17661         Use scale_int when we can, add some more scaling.
17662         Check packettype before parsing it.
17663
17664 2006-01-31  Wim Taymans  <wim@fluendo.com>
17665
17666         * ext/theora/theoradec.c: (_theora_granule_time),
17667         (theora_dec_src_convert), (theora_dec_sink_convert):
17668         Call right _scale functions.
17669         Use parameter instead of some other random value.
17670
17671 2006-01-31  Wim Taymans  <wim@fluendo.com>
17672
17673         * ext/theora/theoradec.c: (_theora_granule_frame),
17674         (_theora_granule_time), (_inc_granulepos),
17675         (theora_dec_src_convert), (theora_dec_sink_convert),
17676         (theora_handle_type_packet), (theora_handle_data_packet),
17677         (theora_dec_chain):
17678         Use higher precision timestamps calculation.
17679         Convert some other conversions to _scale.
17680
17681 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17682
17683         * gst/audiotestsrc/gstaudiotestsrc.c:
17684         (gst_audio_test_src_create_sine_table), (plugin_init):
17685         * gst/volume/gstvolume.c: (plugin_init):
17686           initialize gst_controller before using
17687
17688 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17689
17690         * tests/check/pipelines/theoraenc.c:
17691         * tests/check/pipelines/vorbisenc.c:
17692         Define constant using G_GINT64_CONSTANT to avoid errors when
17693         passing it around - otherwise it gets truncated to 32 bits.
17694
17695         Fixes failing tests.
17696
17697 2006-01-31  Andy Wingo  <wingo@pobox.com>
17698
17699         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17700         caps being set doesn't have a framerate value. Basically a stopgap
17701         measure.
17702
17703         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17704         technically correct enough to put into core though.
17705         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17706         DURATION. Fixes theoraenc ! oggmux.
17707
17708         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17709         fraction, not double.
17710
17711 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17712
17713         * win32/vs7:
17714         add vs7 project files created by Sergey Scobich
17715
17716 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17717
17718         * win32/vs8:
17719         add vs8 project files created by Sergey Scobich
17720         
17721 2006-01-30  Andy Wingo  <wingo@pobox.com>
17722
17723         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17724         timestamp + duration, not just timestamp -- ogg pages should be
17725         ordered by stop time. Necessary fix given the change in vorbis
17726         timestamps.
17727
17728         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17729         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17730         (granulepos_add): New function, handles the messiness of adjusting
17731         granulepos values.
17732         (theora_buffer_from_packet):
17733         (theora_enc_chain):
17734         (theora_enc_sink_event): Use granulepos_add, not +.
17735
17736         * tests/check/pipelines/theoraenc.c
17737         (check_buffer_granulepos_from_starttime): Just check the frame
17738         count, not the actual granulepos -- we can't dictate to the
17739         encoder when it should be placing keyframes.
17740
17741 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17742
17743         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17744           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17745           play an http:// stream from a server that's not serving
17746
17747 2006-01-30  Andy Wingo  <wingo@pobox.com>
17748
17749         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17750         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17751         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17752         available.
17753
17754         * ext/theora/gsttheoraenc.h:
17755         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17756         although theoraenc was timestamping correctly. Added handling of
17757         streams that start with nonzero timestamps.
17758
17759         * tests/check/Makefile.am:
17760         * tests/check/pipelines/theoraenc.c: New file, basically does same
17761         tests as vorbisenc.
17762
17763         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17764
17765 2006-01-30  Wim Taymans  <wim@fluendo.com>
17766
17767         * gst-libs/gst/audio/gstaudiosink.c:
17768         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17769         (gst_audioringbuffer_pause):
17770         Implement pause that does not wait for completion.
17771
17772         * gst-libs/gst/audio/gstbaseaudiosink.c:
17773         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17774         Don't drop buffers when going to PAUSED but perform preroll on
17775         remaining samples now that core base class supports this.
17776
17777         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17778         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17779         (gst_ring_buffer_commit):
17780         Pause should not signal waiters.
17781         Implement return value of _commit correctly.
17782
17783 2006-01-30  Andy Wingo  <wingo@pobox.com>
17784
17785         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17786
17787         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17788         updated to timestamp from the first sample, not the last.
17789         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17790         special care of granulepos and timestamp for header packets.
17791         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17792         when the first buffer has a nonzero timestamp.
17793
17794         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17795         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17796         case when the first audio buffer we get has a nonzero timestamp.
17797         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17798         properly timestamp vorbis buffers with the time of the first
17799         sample, not the last.
17800         
17801         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17802         vorbis_granule_time_copy -- now it takes the granule/subgranule
17803         offset into account.
17804
17805         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17806         timestamps, durations, and granulepos on buffers produced by
17807         vorbisenc.
17808
17809 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17810
17811         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17812         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17813           Patch from Eric Jonas to support conversions to/from UYVY 
17814           (Fixes: #324626)
17815
17816 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17817
17818         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17819         (setup_subtitle), (setup_source), (set_active_source):
17820         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17821         (gen_text_element), (gen_audio_element), (gen_vis_element),
17822         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17823
17824 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17825
17826         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17827         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17828                 use gst_guint64_to_gdouble to be compliant with vs6
17829         * gst/playback/gstdecodebin.c: (try_to_link_1)
17830         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17831                 use G_GINT64_CONSTANT for int64 constants
17832         * win32/common/libgstinterfaces.def:
17833                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17834         * win32/vs6:
17835                 update and add new project files
17836                 
17837 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17838
17839         * Makefile.am:
17840         * win32/MANIFEST:
17841         * win32/common/interfaces-enumtypes.c:
17842         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17843         (gst_mixer_track_flags_get_type),
17844         (gst_tuner_channel_flags_get_type):
17845         * win32/common/interfaces-enumtypes.h:
17846         * win32/common/multichannel-enumtypes.c:
17847         (gst_audio_channel_position_get_type):
17848         * win32/common/multichannel-enumtypes.h:
17849           add a win32-update rule like in core, and copy over enumtypes files
17850
17851 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17852
17853         * win32/MANIFEST:
17854         * win32/common/config.h:
17855         * win32/common/config.h.in:
17856           add config files just like in core
17857
17858 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
17859
17860         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
17861           Make gcc-4.1 happy (part of #327357).
17862
17863 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17864
17865         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
17866         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
17867         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
17868         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
17869         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
17870         (gst_alsasrc_unprepare), (gst_alsasrc_read):
17871           Update all error messages.  All of them should either use
17872           the default translated message, or actually provide a
17873           translatable string.
17874           Make the string for channel count problems meaningful.
17875
17876 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17877
17878         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17879           check for and throw RESOURCE_BUSY
17880
17881 2006-01-27  David Schleef  <ds@schleef.org>
17882
17883         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
17884           checked in this change -- it requires liboil features not
17885           in 0.3.6.  Revert parts.
17886
17887 2006-01-27  David Schleef  <ds@schleef.org>
17888
17889         * REQUIREMENTS:
17890         * configure.ac: update liboil requirement to 0.3.6
17891         * gst/videoscale/Makefile.am:
17892         * gst/videoscale/vs_scanline.c: liboilify
17893
17894 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17895
17896         * ext/libvisual/visual.c: (get_buffer):
17897           When pad_alloc returns a GstFlowReturn other
17898           than GST_FLOW_OK, make sure it is passed upstream.
17899
17900 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17901
17902         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17903         (gst_alsasink_class_init):
17904           Free the device name string.
17905
17906         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17907         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
17908         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
17909           Don't remove a pad from the collectpads structure until it
17910           is released - it's a request pad, and may receive data again
17911           if the element gets moved back to PLAYING state.
17912
17913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17914           Ensure we turn on double buffering on the Xv port, and
17915           set the colour key to something dark and mysterious that
17916           isn't black.
17917
17918 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17919
17920         * ext/alsa/gstalsaplugin.c: (plugin_init):
17921         * ext/cdparanoia/gstcdparanoiasrc.c:
17922         (gst_cd_paranoia_src_base_init), (plugin_init):
17923         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17924         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
17925           - a library should not call setlocale. see "Libraries" node in
17926             gettext manual
17927           - make sure all plugins that use translation do bindtextdomain
17928             to point to the localedir
17929         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
17930         (setup_sinks), (plugin_init):
17931           all this, and check for NULL when creating sinks
17932
17933 2006-01-27  Julien MOUTTE  <julien@moutte.net>
17934
17935         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
17936         (plugin_init): Make typefinding of subtitles work again.
17937
17938 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17939
17940         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17941         (mp3_type_frame_length_from_header), (mp3_type_find),
17942         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
17943         (plugin_init):
17944           Backport a bunch of typefinding fixes from the 0.8 branch.
17945           Also, improve wavpack typefinding: if we can't peek the
17946           entire wavpack block, try to parse the bits we can get and
17947           see if we find what we're looking for in those.
17948
17949 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17950
17951         * sys/ximage/ximagesink.c:
17952         (gst_ximagesink_calculate_pixel_aspect_ratio):
17953         * sys/xvimage/xvimagesink.c:
17954         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
17955         more cases of pixel aspect ratio.
17956
17957 2006-01-26  Edward Hervey  <edward@fluendo.com>
17958
17959         * gst/playback/gstdecodebin.c: (pad_probe):
17960         Also consider the flush-start and tag events as unblockers
17961         for the pad probes.
17962
17963 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17964
17965         * gst/playback/gstplaybin.c: (gst_play_bin_init),
17966         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
17967         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
17968         On the fly visualisation switch, works disabling, enabling as
17969         well but it won't be able to enable vis in a playbin that was
17970         created with no visualisation.
17971
17972 2006-01-25  Wim Taymans  <wim@fluendo.com>
17973
17974         * gst-libs/gst/audio/gstbaseaudiosink.c:
17975         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17976         Undo previous commit that returned WRONG_STATE sooner, it breaks 
17977         resume after pause.
17978
17979 2006-01-25  Wim Taymans  <wim@fluendo.com>
17980
17981         * gst-libs/gst/audio/gstbaseaudiosink.c:
17982         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
17983         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
17984         Improve debugging.
17985         Post error when caps cannot be parsed.
17986         Resync on discontinuity in the stream.
17987         Clip samples to segment boundaries.
17988         return WRONG_STATE sooner when we are flushing.
17989
17990         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
17991         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
17992         Make audiosrc operate in TIME.
17993         Set TIMESTAMP and DURATION on buffers.
17994
17995 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
17996
17997         * tests/examples/seek/seek.c: (main):
17998           Output tag messages as well.
17999
18000 2006-01-23  Edward Hervey  <edward@fluendo.com>
18001
18002         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
18003         (free_pad_probes), (remove_fakesink), (pad_probe),
18004         (close_pad_link), (gst_decode_bin_change_state):
18005         Replace GstPadBlockCallback with pad probes that detect
18006         first buffer AND eos before removing fakesink.
18007         Fixes hang with demuxers doing EOS while pre-rolling.
18008         Solves #328279
18009
18010 2006-01-23  Andy Wingo  <wingo@pobox.com>
18011
18012         * ext/alsa/gstalsasink.c:
18013         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18014         (gst_base_rtp_depayload_setcaps),
18015         (gst_base_rtp_depayload_add_to_queue),
18016         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
18017         
18018         Patch by: Jens Granseuer <jensgr at gmx dot net>
18019
18020 2006-01-22  Julien MOUTTE  <julien@moutte.net>
18021
18022         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
18023         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
18024         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
18025         frames. We might get a frame destroyed after changing state to
18026         NULL, adding a safety check on xcontext.
18027
18028 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
18029
18030         * gst-libs/gst/interfaces/xoverlay.c:
18031           Fix prepare-xwindow-id code example in the docs - we need to
18032           ignore all messages that aren't element messages as well.
18033           
18034 2006-01-21  Julien MOUTTE  <julien@moutte.net>
18035
18036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
18037           I think one day i'll completely undestand how caps negotiation
18038           is supposed to work. This refactoring handles buffer_alloc
18039           called with caps we can't handle. We definitely don't want a
18040           set_caps with those caps, so we define and allocate a buffer
18041           we would like to receive.
18042
18043 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18044
18045         * gst/playback/gstplaybasebin.c: (setup_source):
18046           Free iterator when done.
18047
18048 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18049
18050         * gst-libs/gst/audio/gstbaseaudiosink.c:
18051         (gst_base_audio_sink_render):
18052           Fix playback of non-synchronised streams by assuming a rate
18053           of 1.0 instead of a random one.
18054
18055           Makes this work again:
18056
18057           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18058           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18059           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18060           audioresample ! alsasink
18061
18062 === release 0.10.2 ===
18063
18064 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18065
18066         * configure.ac:
18067           releasing 0.10.2, "Then the devil is six"
18068
18069 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18070
18071         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18072         * gst/playback/gststreamselector.c:
18073         (gst_stream_selector_set_property):
18074           Comment out broken code that connects to the state-changed signal.
18075           At this point, changing current stream selection is broken, but 
18076           stuff like gst-launch playbin current-audio=1 works and filters
18077           to the chosen stream.
18078
18079 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18080
18081         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18082           Fix #327216 (null dereference in vorbisdec)
18083
18084 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18085
18086         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18087           Post taglist actually on bus instead of just freeing it
18088           (fixes #327114 and totem bug #327080).
18089
18090         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18091           Use gst_element_found_tags_for_pad(), so that the tags
18092           are sent downstream as an event as well.
18093
18094 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18095
18096         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18097         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18098         (gst_ximagesink_buffer_alloc):
18099         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18100         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18101         (gst_xvimagesink_buffer_alloc):
18102           move all regularly occurring messages to GST_LOG level
18103           add some more object logs
18104
18105 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18106
18107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18108           fix a silly segfault
18109
18110 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18111
18112         * docs/libs/gst-plugins-base-libs-docs.sgml:
18113         * docs/libs/gst-plugins-base-libs-sections.txt:
18114         * gst-libs/gst/audio/mixerutils.c:
18115         * gst-libs/gst/audio/mixerutils.h:
18116           Add docs for mixerutils stuff.
18117
18118 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18119
18120         * gst/playback/gstplaybasebin.c: (setup_source):
18121           Fix playback for sources that emit raw audio or
18122           raw video streams (e.g.: cd audio sources) (#325984).
18123
18124 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18125
18126         * gst-libs/gst/audio/mixerutils.c:
18127         (gst_audio_mixer_filter_do_filter):
18128           actually save the element we create
18129
18130 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18131
18132         * gst-libs/gst/cdda/gstcddabasesrc.c:
18133         (gst_cdda_base_src_handle_track_seek):
18134           No need to post a tag message on the bus when seeking
18135           within the same track, only post it when the current
18136           track changes.
18137
18138 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18139
18140         * gst/playback/gstplaybasebin.c: (group_destroy),
18141         (probe_triggered), (new_decoded_pad), (mute_group_type),
18142         (set_active_source):
18143         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18144         * gst/playback/gststreamselector.c:
18145         (gst_stream_selector_base_init),
18146         (gst_stream_selector_set_property),
18147         (gst_stream_selector_request_new_pad):
18148           Reenable stream selection. These mechanisms need a complete overhaul
18149           in the face of 0.8->0.10 changes though.
18150
18151 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18152
18153         * ext/ogg/gstoggdemux.c:
18154           Change the pad template to src_%d to match the pads that 
18155           are created from it. decodebin needs this information in order
18156           to decide that oggdemux is capable of producing multiple pads
18157           (and hence needs queues inserted).
18158
18159         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18160         (gst_ogg_mux_collected):
18161           Make debug output more useful by using GST_PTR_FORMAT.
18162
18163 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18164
18165         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18166
18167         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18168           Set depth and width for alaw/mulaw (fixes #326601).
18169
18170 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18171
18172         * tests/icles/Makefile.am:
18173           don't build the tests if we don't have the libs
18174
18175 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18176
18177         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18178         (gst_cd_paranoia_paranoia_callback):
18179           Don't try to free NULL pointers.
18180
18181 2006-01-10  Edward Hervey  <edward@fluendo.com>
18182
18183         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18184         (gst_audio_rate_change_state), (plugin_init):
18185         Add debugging category.
18186         Fix type issues.
18187         Add case for incoming buffers without valid offset/offset_end.
18188
18189 2006-01-10  Michael Smith  <msmith@fluendo.com>
18190
18191         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18192           Don't leak GCond in audio sources.
18193
18194 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18195
18196         * gst/playback/gstplaybin.c: (gen_audio_element):
18197           Don't leak an autoaudiosink/alsasink when we generate
18198           a new audio element. (old code, I guess)
18199
18200 2006-01-10  Michael Smith  <msmith@fluendo.com>
18201
18202         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18203           Support float audio in audiorate.
18204           Use width rather than depth for selecting sample width.
18205
18206 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18207
18208         * gst/videotestsrc/videotestsrc.h:
18209           Use GLib types here (that way we don't have to include the
18210           generated _stdint.h header, which makes life easier for win32
18211           folks that don't use autotools for the build) (#325990, patch
18212           by: Sergey Scobich).
18213
18214 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18215
18216         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18217         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18218         (gst_ring_buffer_pause), (wait_segment):
18219         * gst-libs/gst/audio/gstringbuffer.h:
18220           Name (private) union, makes Forte compiler happy (this time
18221           for real) (#324900).
18222
18223 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18224
18225         * gst-libs/gst/audio/Makefile.am:
18226           Link against libgstinterfaces, needed for mixer
18227           and property probe stuff.
18228
18229 2006-01-09  Edward Hervey  <edward@fluendo.com>
18230
18231         * gst-libs/gst/Makefile.am:
18232
18233 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18234
18235         * gst-libs/gst/audio/Makefile.am:
18236         * gst-libs/gst/audio/mixerutils.c:
18237         (gst_audio_mixer_filter_do_filter),
18238         (gst_audio_mixer_filter_check_element),
18239         (gst_audio_mixer_filter_probe_feature),
18240         (element_factory_rank_compare_func),
18241         (gst_audio_default_registry_mixer_filter):
18242         * gst-libs/gst/audio/mixerutils.h:
18243           Add gst_audio_default_registry_mixer_filter() utility
18244           function.
18245
18246 2006-01-03  Michael Smith  <msmith@fluendo.com>
18247
18248         * gst/audioresample/resample.h:
18249           As before, but for o_buf
18250
18251 2006-01-03  Michael Smith  <msmith@fluendo.com>
18252
18253         * gst/audioresample/resample.h:
18254           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18255           since we do arithmetic on it.
18256
18257 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18258
18259         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18260         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18261         (gst_ring_buffer_pause), (wait_segment):
18262         * gst-libs/gst/audio/gstringbuffer.h:
18263           Sun's Forte compiler doesn't seem to like anonymous structs,
18264           so use same setup as in GstBaseSrc (fixes #324900).
18265
18266 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18267
18268         * configure.ac:
18269         * gst/volume/Makefile.am:
18270         * gst/volume/demo.c:
18271           move old example to tests/examples/volume/volune.c
18272         * tests/examples/Makefile.am:
18273         * tests/examples/seek/seek.c: (main):
18274           change window-close event from "delete-event" to "destroy"
18275         * tests/examples/volume/Makefile.am:
18276         * tests/examples/volume/volume.c: (value_changed_callback),
18277         (setup_gui), (message_received), (eos_message_received), (main):
18278           fix event handling and bus usage
18279
18280 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18281
18282         * gst/audiotestsrc/gstaudiotestsrc.c:
18283         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18284         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18285         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18286         (gst_audio_test_src_create_square),
18287         (gst_audio_test_src_create_saw),
18288         (gst_audio_test_src_create_triangle),
18289         (gst_audio_test_src_create_silence),
18290         (gst_audio_test_src_create_white_noise),
18291         (gst_audio_test_src_create_pink_noise),
18292         (gst_audio_test_src_init_sine_table),
18293         (gst_audio_test_src_create_sine_table),
18294         (gst_audio_test_src_change_wave),
18295         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18296         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18297         * gst/audiotestsrc/gstaudiotestsrc.h:
18298           update to basesrc changes, implement segmented seeking and eos
18299           handling, add a 'sine-tab' waveform for performance critical playback
18300
18301 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18302
18303         * po/POTFILES.in:
18304           ... and this time the other modified file that I missed last time.
18305
18306 2005-12-29  Michael Smith  <msmith@fluendo.com>
18307
18308         * gst/playback/gstdecodebin.c: (new_pad):
18309           Fix non-C89 variable declaration not at the start of a block. Should
18310           help some compilers.
18311
18312 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18313
18314         * tests/check/Makefile.am:
18315           And now fix 'make distcheck' (builddir != srcdir)
18316
18317 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18318
18319         * configure.ac:
18320         * ext/cdparanoia/Makefile.am:
18321         * ext/cdparanoia/gstcdparanoia.c:
18322         * ext/cdparanoia/gstcdparanoia.h:
18323         * ext/cdparanoia/gstcdparanoiasrc.c:
18324         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18325         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18326         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18327         (gst_cd_paranoia_paranoia_callback),
18328         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18329         (gst_cd_paranoia_src_set_property),
18330         (gst_cd_paranoia_src_get_property), (plugin_init):
18331         * ext/cdparanoia/gstcdparanoiasrc.h:
18332           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18333           plugin again (there are still fixes required to playbin to make
18334           cdda:// uris work there).
18335
18336 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18337
18338         * tests/check/Makefile.am:
18339           Fix test case compilation.
18340
18341 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18342
18343         * gst-libs/gst/cdda/gstcddabasesrc.c:
18344         (gst_cdda_base_src_update_duration),
18345         (gst_cdda_base_src_calculate_cddb_id):
18346           An integer is not a string. Fix access to uninitialised variable.
18347
18348         * tests/check/Makefile.am:
18349           Add cddabasesrc unit test; also actually enable the vorbis test.
18350
18351         * tests/check/generic/states.c:
18352           Blacklist new cd audio elements as well.
18353
18354         * tests/check/libs/cddabasesrc.c:
18355           Unit test for GstCddaBaseSrc (discid calculation mostly).
18356
18357 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18358
18359         * docs/libs/Makefile.am:
18360         * docs/libs/gst-plugins-base-libs-docs.sgml:
18361         * docs/libs/gst-plugins-base-libs-sections.txt:
18362         * docs/libs/gst-plugins-base-libs.types:
18363           Add docs for libgstcdda/GstCddaBaseSrc.
18364
18365         * gst-libs/gst/interfaces/mixertrack.h:
18366           Do one struct member per line with a semicolon at the end, that way
18367           even gtk-doc might parse it without complaining.
18368
18369 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18370
18371         * configure.ac:
18372         * gst-libs/gst/Makefile.am:
18373         * gst-libs/gst/cdda/Makefile.am:
18374         * gst-libs/gst/cdda/base64.c:
18375         * gst-libs/gst/cdda/base64.h:
18376         * gst-libs/gst/cdda/gstcddabasesrc.c:
18377         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18378         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18379         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18380         (gst_cdda_base_src_get_property),
18381         (gst_cdda_base_src_get_track_from_sector),
18382         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18383         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18384         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18385         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18386         (gst_cdda_base_src_uri_get_protocols),
18387         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18388         (gst_cdda_base_src_uri_handler_init),
18389         (gst_cdda_base_src_setup_interfaces),
18390         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18391         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18392         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18393         (gst_cdda_base_src_add_tags),
18394         (gst_cdda_base_src_add_index_associations),
18395         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18396         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18397         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18398         (gst_cdda_base_src_create):
18399         * gst-libs/gst/cdda/gstcddabasesrc.h:
18400         * gst-libs/gst/cdda/sha1.c:
18401         * gst-libs/gst/cdda/sha1.h:
18402           Add new libgstcdda with GstCddaBaseSrc class.
18403
18404 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18405
18406         * ext/gnomevfs/gstgnomevfssink.h:
18407           Use GstBaseSinkClass as parent_class member for class struct, not
18408           GstBaseSink.
18409
18410 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18411
18412         Patch by: Michael Benes
18413
18414         * gst/videotestsrc/gstvideotestsrc.c:
18415         (gst_video_test_src_class_init), (gst_video_test_src_start):
18416           Add start method to reset running time and number of frames sent
18417           when starting up (fixes #324696)
18418
18419 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18420
18421         * docs/plugins/Makefile.am:
18422         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18423         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18424         * docs/plugins/gst-plugins-base-plugins.args:
18425         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18426         * docs/plugins/gst-plugins-base-plugins.signals:
18427           Add docs stuff for gnomevfssrc and gnomevfssink.
18428
18429         * ext/gnomevfs/gstgnomevfssrc.c:
18430           Fix example pipeline in gtk-doc blurb.
18431
18432 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18433
18434         * ext/gnomevfs/Makefile.am:
18435         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18436         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18437         (gst_gnome_vfs_handle_get_type), (plugin_init):
18438         * ext/gnomevfs/gstgnomevfs.h:
18439         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18440         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18441         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18442         (gst_gnome_vfs_sink_set_property),
18443         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18444         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18445         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18446         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18447         (gst_gnome_vfs_sink_uri_get_type),
18448         (gst_gnome_vfs_sink_uri_get_protocols),
18449         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18450         (gst_gnome_vfs_sink_uri_handler_init):
18451         * ext/gnomevfs/gstgnomevfssink.h:
18452           Port gnomevfssink; add gtk-doc blurb.
18453
18454         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18455         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18456         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18457         (gst_gnome_vfs_src_uri_get_type),
18458         (gst_gnome_vfs_src_uri_get_protocols),
18459         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18460         (gst_gnome_vfs_src_uri_handler_init),
18461         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18462         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18463         (gst_gnome_vfs_src_send_additional_headers_callback),
18464         (gst_gnome_vfs_src_received_headers_callback),
18465         (gst_gnome_vfs_src_push_callbacks),
18466         (gst_gnome_vfs_src_pop_callbacks),
18467         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18468         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18469         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18470         * ext/gnomevfs/gstgnomevfssrc.h:
18471           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18472           file; add gtk-doc blurb with example pipelines.
18473
18474 === release 0.10.1 ===
18475
18476 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18477
18478         * configure.ac:
18479           releasing 0.10.1, "Dobro Dedek"
18480
18481 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18482
18483         * gst/typefind/gsttypefindfunctions.c:
18484         iLBC30 and iLBC20 added to typefind.
18485
18486 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18487
18488         * gst-libs/gst/audio/gstbaseaudiosink.c:
18489         (gst_base_audio_sink_class_init):
18490         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18491         (gst_base_audio_src_class_init):
18492           update strings, values are in microseconds
18493           change the default sink buffer time to something that is smaller
18494           (to help software volume mixing have a slightly lower delay) but
18495           still be acceptable on Wim's laptop
18496
18497 2005-12-20  Edward Hervey  <edward@fluendo.com>
18498
18499         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18500         Made a quack, forgot to add DUCK to the riff video template.
18501
18502 2005-12-19  Edward Hervey  <edward@fluendo.com>
18503
18504         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18505         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18506         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18507         (gst_ogm_parse_chain):
18508         Make sure pads are initialized correctly.
18509         * gst-libs/gst/riff/riff-ids.h:
18510         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18511         (gst_riff_create_video_template_caps):
18512         Add a whole bunch of FOURCC <=> MimeType.
18513         Extend the riff video pad template to support the newly added fourcc.
18514
18515 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18516
18517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18518         (gst_ogg_demux_activate_chain):
18519           Extra debug output when activating/deactivating chains.
18520
18521         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18522         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18523         (unlinked):
18524           Remove a queue from our list when it becomes unlinked.
18525           Don't add queues to elements in class 'Demux' if they
18526           can only produce one pad 
18527
18528 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18529
18530         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18531         (gst_video_sink_get_type): Add a debug category.
18532
18533 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18534
18535         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18536         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18537           Handle downstream newsegment by sending our own newsegment before the
18538           next buffer to be released. (#323900)
18539
18540 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18541
18542         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18543         (gst_base_rtp_depayload_set_gst_timestamp):
18544           add queue delay to new segment as well (as opposed to just the first
18545           buffer). (bug #322347)
18546
18547 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18548
18549         * ext/libvisual/visual.c: (make_valid_name):
18550           change some char* into char[]
18551         * gst/audiotestsrc/gstaudiotestsrc.c:
18552         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18553         (gst_audio_test_src_create):
18554         * gst/audiotestsrc/gstaudiotestsrc.h:
18555           prepare to handle EOS and SEGMENT_DONE
18556
18557 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18558
18559         * tests/check/generic/states.c: (GST_START_TEST):
18560           Blacklist cdparanoia element in state test.
18561
18562 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18563
18564           Patch by: Benjamin Pineau
18565
18566         * gst/tcp/gsttcp.c:
18567         * gst/tcp/gsttcpclientsink.c:
18568         * gst/tcp/gsttcpserversink.c:
18569         * gst/tcp/gsttcpserversrc.c:
18570           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18571
18572 2005-12-15  Michael Smith  <msmith@fluendo.com>
18573
18574         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18575         (gst_video_rate_chain):
18576           Fix timestamping for videorate when the first buffer it sees has a
18577           non-zero timestamp. Fix some misleading debug output.
18578
18579 2005-12-15  Michael Smith  <msmith@fluendo.com>
18580
18581         * gst/audioresample/gstaudioresample.c:
18582           Don't leak all input buffers to audioresample.
18583
18584 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18585
18586         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18587           Don't operate on empty text buffers. Strip newlines and
18588           tabs only from the end of the text, but leave them intact
18589           in the middle. Fix typo in gtk-doc description.
18590
18591 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18592
18593         * gst/playback/gstplaybasebin.c:
18594         * gst/playback/gstplaybin.c: (handoff):
18595           Make sure the video frame buffer we return to apps via the
18596           "frame" property always has caps set on it. Modify
18597           _gst_gvalue_set_object() macro to handle NULL objects
18598           gracefully too.
18599
18600 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18601
18602         * gst/audiotestsrc/gstaudiotestsrc.c:
18603         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18604         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18605         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18606         (gst_audio_test_src_create):
18607         * gst/audiotestsrc/gstaudiotestsrc.h:
18608         Adjust to some recent api changes and add wtays new cool seeking
18609         capabillities
18610
18611 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18612
18613         * ext/alsa/Makefile.am:
18614         * ext/alsa/gstalsadeviceprobe.c:
18615         * ext/alsa/gstalsadeviceprobe.h:
18616           Helper functions to add device probing via the GstPropertyProbe
18617           interface to a class.
18618
18619         * ext/alsa/gstalsamixer.h:
18620           Comment out GST_ALSA_MIXER, it returns a struct that's not
18621           used.
18622
18623         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18624           Add some debug info. 
18625
18626         * ext/alsa/gstalsamixerelement.c:
18627         (gst_alsa_mixer_element_interface_supported),
18628         (gst_implements_interface_init),
18629         (gst_alsa_mixer_element_init_interfaces),
18630         (gst_alsa_mixer_element_class_init),
18631         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18632         (gst_alsa_mixer_element_set_property),
18633         (gst_alsa_mixer_element_get_property),
18634         (gst_alsa_mixer_element_change_state):
18635         * ext/alsa/gstalsamixerelement.h:
18636           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18637           for device handling (gnome-volume-control will need that).
18638
18639 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18640
18641         * ext/Makefile.am: fix cdparanoia entry
18642         * gst-plugins-base.spec.in: add cdparanoia
18643
18644 2005-12-12  Michael Smith  <msmith@fluendo.com>
18645
18646         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18647           Use the correct function to free list of typefind factories.
18648
18649 2005-12-12  Wim Taymans  <wim@fluendo.com>
18650
18651         * gst/videotestsrc/gstvideotestsrc.c:
18652         (gst_video_test_src_class_init), (gst_video_test_src_init),
18653         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18654         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18655         (gst_video_test_src_create):
18656         * gst/videotestsrc/gstvideotestsrc.h:
18657         Implement seeking in videotestsrc.
18658         Small cleanups.
18659
18660 2005-12-12  Wim Taymans  <wim@fluendo.com>
18661
18662         * ext/cdparanoia/Makefile.am:
18663         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18664         (gst_paranoia_endian_get_type), (_do_init),
18665         (cdparanoia_class_init), (cdparanoia_init),
18666         (cdparanoia_set_property), (cdparanoia_get_property),
18667         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18668         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18669         (cdparanoia_convert), (cdparanoia_get_query_types),
18670         (cdparanoia_query), (cdparanoia_set_index),
18671         (cdparanoia_uri_set_uri):
18672         * ext/cdparanoia/gstcdparanoia.h:
18673         Partially ported cdparanoia now that basesrc can support a
18674         plugin like this..
18675
18676 2005-12-12  Wim Taymans  <wim@fluendo.com>
18677
18678         * tests/examples/seek/scrubby.c: (main):
18679         Set higher priority for bus events so they don't get reordered with
18680         gtk gui events.
18681
18682         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18683         (flush_toggle_cb), (main):
18684         Added checkbox to disable flushing seeks. 
18685         Disable scrubbing when doing non flushing seeks.
18686
18687 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18688
18689         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18690         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18691         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18692         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18693           Implement some sort of event handling that doesn't rely on
18694           g_return_if_fail; make sure we always push the last chunk of an 
18695           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18696           state change function; remove some old cruft. Seeking is still
18697           rather unlikely to work though.
18698
18699         * tools/.cvsignore:
18700           Ignore more.
18701
18702 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18703
18704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18705         Fixed a leak of the current image reference when cleaning up.
18706         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18707
18708 2005-12-09  Michael Smith  <msmith@fluendo.com>
18709
18710         * tools/Makefile.am:
18711         * tools/gst-launch-ext-m.m:
18712           Remove gst-launch-ext. It doesn't work, and is no longer
18713           particularly useful.
18714
18715 2005-12-08  Luca Ognibene  <luogni@tin.it>
18716
18717         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18718           don't pass random values to ogmparse convert function.
18719           Make seeking possible in the exile1.ogm file.
18720
18721 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18722
18723         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18724         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18725           Work around refcount problem with g_value_set_object() that occur
18726           if the core has been compiled against GLib-2.6 (g_value_set_object()
18727           will only g_object_ref() the element, but the caller will
18728           gst_object_unref() it and bad things will happen due to the way
18729           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18730           totem for people on FC4 using Thomas's 0.10 RPMs.
18731           
18732 2005-12-07  Edward Hervey  <edward@fluendo.com>
18733
18734         Time to welcome ogm to 0.10 :)
18735         
18736         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18737         (gst_ogg_pad_typefind):
18738         Oggdemux can now properly typefind elements with dynamic pads.
18739         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18740         Properly set caps on src pad, and set caps on outgoing buffers.
18741
18742 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18743
18744         * ext/alsa/gstalsamixer.h:
18745         * ext/alsa/gstalsamixerelement.h:
18746         * ext/alsa/gstalsamixeroptions.h:
18747         * ext/alsa/gstalsamixertrack.h:
18748         * ext/alsa/gstalsasink.c:
18749         * ext/alsa/gstalsasink.h:
18750         * ext/alsa/gstalsasrc.c:
18751         * ext/alsa/gstalsasrc.h:
18752         * ext/cdparanoia/gstcdparanoia.h:
18753         * ext/gnomevfs/gstgnomevfsuri.h:
18754         * ext/ogg/gstoggdemux.c:
18755         * ext/ogg/gstoggmux.c:
18756         * ext/pango/gsttextoverlay.h:
18757         * ext/theora/theoradec.c:
18758         * ext/theora/theoraenc.c:
18759         * ext/vorbis/vorbisdec.h:
18760         * ext/vorbis/vorbisenc.c:
18761         * ext/vorbis/vorbisenc.h:
18762         * ext/vorbis/vorbisparse.h:
18763         * gst-libs/gst/audio/gstaudioclock.h:
18764         * gst-libs/gst/audio/gstaudiosink.c:
18765         * gst-libs/gst/audio/gstaudiosink.h:
18766         * gst-libs/gst/audio/gstaudiosrc.c:
18767         * gst-libs/gst/audio/gstaudiosrc.h:
18768         * gst-libs/gst/audio/gstbaseaudiosink.c:
18769         * gst-libs/gst/audio/gstbaseaudiosink.h:
18770         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18771         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18772         * gst-libs/gst/audio/gstringbuffer.h:
18773         * gst-libs/gst/audio/multichannel.h:
18774         * gst-libs/gst/floatcast/floatcast.h:
18775         * gst-libs/gst/interfaces/colorbalance.c:
18776         * gst-libs/gst/interfaces/colorbalance.h:
18777         * gst-libs/gst/interfaces/colorbalancechannel.h:
18778         * gst-libs/gst/interfaces/mixer.h:
18779         * gst-libs/gst/interfaces/mixeroptions.h:
18780         * gst-libs/gst/interfaces/mixertrack.h:
18781         * gst-libs/gst/interfaces/navigation.h:
18782         * gst-libs/gst/interfaces/propertyprobe.h:
18783         * gst-libs/gst/interfaces/tuner.h:
18784         * gst-libs/gst/interfaces/tunerchannel.h:
18785         * gst-libs/gst/interfaces/tunernorm.h:
18786         * gst-libs/gst/interfaces/xoverlay.h:
18787         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18788         * gst-libs/gst/riff/riff-ids.h:
18789         * gst-libs/gst/riff/riff-media.h:
18790         * gst-libs/gst/riff/riff-read.h:
18791         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18792         * gst-libs/gst/rtp/gstbasertppayload.c:
18793         * gst-libs/gst/rtp/gstbasertppayload.h:
18794         * gst-libs/gst/rtp/gstrtpbuffer.c:
18795         * gst-libs/gst/rtp/gstrtpbuffer.h:
18796         * gst-libs/gst/tag/gsttageditingprivate.h:
18797         * gst-libs/gst/tag/gstvorbistag.c:
18798         (gst_tag_list_from_vorbiscomment_buffer):
18799         * gst-libs/gst/tag/tag.h:
18800         * gst-libs/gst/video/video.h:
18801         * gst/adder/gstadder.c:
18802         * gst/adder/gstadder.h:
18803         * gst/audioconvert/audioconvert.c:
18804         * gst/audioconvert/audioconvert.h:
18805         * gst/audioconvert/gstaudioconvert.c:
18806         * gst/audioconvert/gstchannelmix.c:
18807         * gst/audioconvert/gstchannelmix.h:
18808         * gst/audiorate/gstaudiorate.c:
18809         * gst/audioresample/buffer.h:
18810         * gst/audioresample/functable.h:
18811         * gst/audioresample/gstaudioresample.c:
18812         * gst/audioresample/resample.h:
18813         * gst/ffmpegcolorspace/avcodec.h:
18814         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18815         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18816         * gst/ffmpegcolorspace/imgconvert.c:
18817         * gst/ffmpegcolorspace/imgconvert_template.h:
18818         * gst/playback/gstdecodebin.c:
18819         * gst/playback/gstplaybasebin.h:
18820         * gst/playback/gstplaybin.c:
18821         * gst/playback/gststreaminfo.h:
18822         * gst/tcp/gstfdset.c:
18823         * gst/tcp/gstfdset.h:
18824         * gst/tcp/gstmultifdsink.c:
18825         * gst/tcp/gstmultifdsink.h:
18826         * gst/tcp/gsttcp.h:
18827         * gst/tcp/gsttcpclientsrc.c:
18828         * gst/tcp/gsttcpclientsrc.h:
18829         * gst/tcp/gsttcpplugin.h:
18830         * gst/tcp/gsttcpserversink.c:
18831         * gst/tcp/gsttcpserversrc.c:
18832         * gst/typefind/gsttypefindfunctions.c:
18833         * gst/videorate/gstvideorate.c:
18834         * gst/videotestsrc/gstvideotestsrc.h:
18835         * gst/videotestsrc/videotestsrc.h:
18836         * sys/v4l/gstv4lcolorbalance.h:
18837         * sys/v4l/gstv4ltuner.h:
18838         * sys/v4l/gstv4lxoverlay.h:
18839         * sys/v4l/v4l_calls.h:
18840         * sys/v4l/videodev_mjpeg.h:
18841         * tests/check/elements/audioconvert.c:
18842         * tests/check/elements/audioresample.c:
18843         * tests/check/elements/audiotestsrc.c:
18844         * tests/check/elements/videotestsrc.c:
18845         * tests/check/elements/volume.c:
18846         * tests/examples/seek/scrubby.c:
18847         * tests/examples/seek/seek.c:
18848           expand tabs
18849
18850 === release 0.10.0 ===
18851
18852 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18853
18854         * configure.ac:
18855           releasing 0.10.0, "Mont-d'or"
18856
18857 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
18858
18859         * tests/examples/seek/Makefile.am:
18860         Build fix for when gtk is not available.
18861
18862 2005-12-05  Andy Wingo  <wingo@pobox.com>
18863
18864         * ext/libvisual/visual.c: (get_buffer):
18865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
18866         * ext/pango/gsttextrender.c: (gst_text_render_chain):
18867         * ext/theora/theoradec.c: (theora_handle_data_packet):
18868         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18869         (theora_enc_chain):
18870         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18871         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
18872         Update for alloc_buffer changes.
18873
18874 2005-12-05  Andy Wingo  <wingo@pobox.com>
18875
18876         patch by: Kai Vehmanen <kv2004 eca cx>
18877         
18878         * gst-libs/gst/rtp/gstbasertpdepayload.c
18879         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
18880
18881 2005-12-04  Andy Wingo  <wingo@pobox.com>
18882
18883         patch by: Sebastien Cote <sebas642 yahoo ca>
18884         
18885         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
18886         Fixes #319172.
18887
18888 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18889
18890         * docs/plugins/Makefile.am:
18891         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18892         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18893         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18894         * ext/pango/gstclockoverlay.c:
18895         * ext/pango/gsttextoverlay.c: 
18896         * ext/pango/gsttextrender.c:
18897         * ext/pango/gsttimeoverlay.c:
18898           Add gtk-doc blurbs to pango elements.
18899
18900 2005-12-02  Wim Taymans  <wim@fluendo.com>
18901
18902         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
18903         * gst/audioresample/buffer.h:
18904         * gst/audioresample/gstaudioresample.c:
18905         * gst/audioresample/gstaudioresample.h:
18906         * gst/audioresample/resample.c: (resample_input_flush),
18907         (resample_input_pushthrough), (resample_input_eos),
18908         (resample_get_output_size_for_input),
18909         (resample_get_input_size_for_output), (resample_get_output_size),
18910         (resample_get_output_data):
18911         * gst/audioresample/resample.h:
18912         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18913         Fix audioresample, seek torture, new segments, reverse negotiation
18914         etc.. work fine.
18915
18916 2005-12-02  Wim Taymans  <wim@fluendo.com>
18917
18918         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18919         Small cleanups.
18920
18921 2005-12-02  Wim Taymans  <wim@fluendo.com>
18922
18923         * gst/audioconvert/gstaudioconvert.c:
18924         (gst_audio_convert_transform):
18925         Post errors.
18926
18927 === release 0.9.7 ===
18928
18929 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18930
18931         * configure.ac:
18932           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
18933
18934 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18935
18936         * Makefile.am:
18937         * po/hu.po:
18938         * win32/MANIFEST:
18939         * win32/gst.sln:
18940           add win32 MANIFEST file
18941           do something to the hungarian translation
18942
18943 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
18944
18945         * ext/Makefile.am:
18946           Add $(PANGO_DIR) to SUBDIRS
18947
18948         * ext/pango/gstclockoverlay.c:
18949         * ext/pango/gsttimeoverlay.c:
18950           Fix and improve element descriptions.
18951
18952 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18953
18954         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18955         * docs/plugins/inspect/plugin-libvisual.xml:
18956         * docs/plugins/inspect/plugin-pango.xml:
18957           add pango plugin to docs
18958
18959 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18960
18961         * configure.ac:
18962         * ext/Makefile.am:
18963           moved pango to base
18964
18965 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18966
18967         * configure.ac:
18968         * tests/Makefile.am:
18969         * tests/icles/.cvsignore:
18970         * tests/icles/Makefile.am:
18971         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
18972         (close_display), (resize_window), (move_window), (create_window),
18973         (terminate_playback), (pause_playback), (start_playback), (main):
18974           add stress test for xoverlay from Julien
18975
18976 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18977
18978         * docs/libs/tmpl/gstcolorbalance.sgml:
18979         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18980         * gst-libs/gst/rtp/gstbasertppayload.c:
18981         * gst-libs/gst/rtp/gstrtpbuffer.c:
18982         * gst-libs/gst/rtp/gstrtpbuffer.h:
18983           Do burger's rename for rtp payloaders and depayloaders
18984
18985 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18986
18987         * win32/:
18988           add Visual Studio 6 build files
18989
18990 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18991
18992         * docs/libs/gst-plugins-base-libs-docs.sgml:
18993         * docs/libs/gst-plugins-base-libs-sections.txt:
18994         * docs/libs/tmpl/gstaudio.sgml:
18995         * docs/libs/tmpl/gstringbuffer.sgml:
18996         * gst-libs/gst/interfaces/xoverlay.c:
18997         * gst-libs/gst/video/gstvideofilter.c:
18998         * gst-libs/gst/video/gstvideosink.c:
18999           update documentation
19000
19001 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19002
19003         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
19004         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
19005         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
19006         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
19007         (gst_multi_fd_sink_get_stats),
19008         (gst_multi_fd_sink_remove_client_link),
19009         (gst_multi_fd_sink_handle_client_read),
19010         (gst_multi_fd_sink_client_queue_data),
19011         (gst_multi_fd_sink_client_queue_caps),
19012         (gst_multi_fd_sink_client_queue_buffer),
19013         (gst_multi_fd_sink_new_client),
19014         (gst_multi_fd_sink_handle_client_write),
19015         (gst_multi_fd_sink_recover_client),
19016         (gst_multi_fd_sink_queue_buffer),
19017         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
19018         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
19019         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
19020         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
19021         * gst/tcp/gstmultifdsink.h:
19022         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
19023         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
19024         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
19025         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
19026         (gst_tcp_client_sink_set_property),
19027         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
19028         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
19029         * gst/tcp/gsttcpclientsink.h:
19030         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
19031         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
19032         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
19033         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
19034         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
19035         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
19036         * gst/tcp/gsttcpclientsrc.h:
19037         * gst/tcp/gsttcpplugin.c: (plugin_init):
19038         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
19039         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
19040         (gst_tcp_server_sink_finalize),
19041         (gst_tcp_server_sink_handle_server_read),
19042         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19043         (gst_tcp_server_sink_set_property),
19044         (gst_tcp_server_sink_get_property),
19045         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19046         * gst/tcp/gsttcpserversink.h:
19047         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19048         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19049         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19050         (gst_tcp_server_src_set_property),
19051         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19052         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19053         * gst/tcp/gsttcpserversrc.h:
19054           more borgifying
19055
19056 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19057
19058         * docs/plugins/Makefile.am:
19059         * docs/plugins/gst-plugins-base-plugins.args:
19060         * docs/plugins/inspect/plugin-libvisual.xml:
19061         * gst/audioconvert/plugin.h:
19062         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19063         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19064         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19065         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19066         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19067         (plugin_init):
19068         * gst/audiotestsrc/gstaudiotestsrc.c:
19069         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19070         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19071         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19072         (gst_audio_test_src_get_query_types),
19073         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19074         (gst_audio_test_src_create_square),
19075         (gst_audio_test_src_create_saw),
19076         (gst_audio_test_src_create_triangle),
19077         (gst_audio_test_src_create_silence),
19078         (gst_audio_test_src_create_white_noise),
19079         (gst_audio_test_src_init_pink_noise),
19080         (gst_audio_test_src_generate_pink_noise_value),
19081         (gst_audio_test_src_create_pink_noise),
19082         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19083         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19084         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19085         (plugin_init):
19086         * gst/audiotestsrc/gstaudiotestsrc.h:
19087         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19088         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19089         (gst_sub_parse_init), (gst_sub_parse_formats),
19090         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19091         (convert_encoding), (get_next_line),
19092         (gst_sub_parse_data_format_autodetect),
19093         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19094         (gst_sub_parse_loop), (gst_sub_parse_chain),
19095         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19096         (plugin_init):
19097         * gst/subparse/gstsubparse.h:
19098         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19099         (gst_video_rate_base_init), (gst_video_rate_class_init),
19100         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19101         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19102         (gst_video_rate_init), (gst_video_rate_event),
19103         (gst_video_rate_chain), (gst_video_rate_set_property),
19104         (gst_video_rate_get_property), (gst_video_rate_change_state),
19105         (plugin_init):
19106         * gst/videoscale/gstvideoscale.c:
19107         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19108         (gst_video_scale_src_template_factory),
19109         (gst_video_scale_sink_template_factory),
19110         (gst_video_scale_get_type), (gst_video_scale_base_init),
19111         (gst_video_scale_class_init), (gst_video_scale_init),
19112         (gst_video_scale_set_property), (gst_video_scale_get_property),
19113         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19114         (gst_video_scale_prepare_size), (parse_caps),
19115         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19116         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19117         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19118         (plugin_init):
19119         * gst/videoscale/gstvideoscale.h:
19120         * gst/videotestsrc/gstvideotestsrc.c:
19121         (gst_video_test_src_pattern_get_type),
19122         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19123         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19124         (gst_video_test_src_set_pattern),
19125         (gst_video_test_src_set_property),
19126         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19127         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19128         (gst_video_test_src_event), (gst_video_test_src_get_times),
19129         (gst_video_test_src_create), (plugin_init):
19130         * gst/videotestsrc/gstvideotestsrc.h:
19131         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19132         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19133         (gst_video_test_src_black):
19134         * gst/videotestsrc/videotestsrc.h:
19135           borgify further
19136           clean up docs a little
19137
19138 2005-11-30  Wim Taymans  <wim@fluendo.com>
19139
19140         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19141         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19142         (gst_basertppayload_event), (gst_basertppayload_push),
19143         (gst_basertppayload_change_state):
19144         * gst-libs/gst/rtp/gstbasertppayload.h:
19145         closed #320644.
19146
19147 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19148
19149         * docs/libs/gst-plugins-base-libs-docs.sgml:
19150         * docs/libs/gst-plugins-base-libs-sections.txt:
19151         * gst-libs/gst/video/gstvideofilter.c:
19152         * gst-libs/gst/video/gstvideosink.c:
19153         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19154
19155 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19156
19157         * LICENSE:
19158           move
19159         * po/af.po:
19160         * po/az.po:
19161         * po/cs.po:
19162         * po/en_GB.po:
19163         * po/hu.po:
19164         * po/it.po:
19165         * po/nb.po:
19166         * po/nl.po:
19167         * po/or.po:
19168         * po/sq.po:
19169         * po/sr.po:
19170         * po/sv.po:
19171         * po/uk.po:
19172         * po/vi.po:
19173         * Makefile.am:
19174           update
19175         * scripts/autoplugins.sh:
19176           remove
19177
19178 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19179
19180         * Makefile.am:
19181         * configure.ac:
19182         * examples/Makefile.am:
19183         * examples/capsfilter/Makefile.am:
19184         * examples/capsfilter/capsfilter1.c:
19185         * examples/gob/Makefile.am:
19186         * examples/gob/gst-identity2.gob:
19187         * examples/indexing/.cvsignore:
19188         * examples/indexing/Makefile.am:
19189         * examples/indexing/indexmpeg.c:
19190         * examples/seeking/.cvsignore:
19191         * examples/seeking/Makefile.am:
19192         * examples/seeking/cdparanoia.c:
19193         * examples/seeking/cdplayer.c:
19194         * examples/seeking/chained.c:
19195         * examples/seeking/scrubby.c:
19196         * examples/seeking/seek.c:
19197         * examples/stats/Makefile.am:
19198         * examples/stats/mp2ogg.c:
19199         * examples/switch/.cvsignore:
19200         * examples/switch/Makefile.am:
19201         * examples/switch/switcher.c:
19202         * tests/Makefile.am:
19203         * tests/check/generic/.cvsignore:
19204         * tests/check/pipelines/.cvsignore:
19205         * tests/examples/Makefile.am:
19206         * tests/examples/seek/Makefile.am:
19207           reorganize stuff under tests/
19208
19209 2005-11-30  Edward Hervey  <edward@fluendo.com>
19210
19211         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19212         Go away you stupid GstStaticPadTemplate memleak.
19213
19214 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19215
19216         * gst-libs/gst/net/Makefile.am:
19217         * gst-libs/gst/net/README:
19218         * gst-libs/gst/net/gstnetbuffer.c:
19219         * gst-libs/gst/net/gstnetbuffer.h:
19220           this was moved to "netbuffer"
19221
19222 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19223
19224         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19225         (gst_video_filter_class_init), (gst_video_filter_init):
19226         * gst-libs/gst/video/gstvideofilter.h:
19227           borgify name to bring in line with other classes
19228
19229 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19230
19231         * gst/audioscale/.cvsignore:
19232         * gst/audioscale/Makefile.am:
19233         * gst/audioscale/README:
19234         * gst/audioscale/audioscale.vcproj:
19235         * gst/audioscale/dtof.c:
19236         * gst/audioscale/dtos.c:
19237         * gst/audioscale/functable.c:
19238         * gst/audioscale/gstaudioscale.c:
19239         * gst/audioscale/gstaudioscale.h:
19240         * gst/audioscale/private.h:
19241         * gst/audioscale/resample.c:
19242         * gst/audioscale/resample.h:
19243         * gst/audioscale/test.c:
19244           remove
19245
19246 2005-11-30  Edward Hervey  <edward@fluendo.com>
19247
19248         * gst-libs/gst/netbuffer/Makefile.am:
19249         really, really tired
19250
19251 2005-11-30  Edward Hervey  <edward@fluendo.com>
19252
19253         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19254         Update for new GstTypeFindFactory _register()
19255
19256 2005-11-30  Edward Hervey  <edward@fluendo.com>
19257
19258         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19259         Let's not override libgstnet from core for no reason...
19260         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19261         Ok, maybe not so quick next time.
19262
19263 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19264
19265         * configure.ac:
19266         * gst-libs/gst/Makefile.am:
19267           moved gst-libs/gst/net to netbuffer through CVS surgery
19268           remove old directory
19269           updating build to accomodate
19270           (#322257)
19271
19272 2005-11-29  Andy Wingo  <wingo@pobox.com>
19273
19274         * pkgconfig/gstreamer-plugins-base.pc.in:
19275         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19276         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19277         (#322257).
19278
19279 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19280
19281         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19282         3rd time's the charm. Correct ref-counting for discarded buffers.
19283
19284 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19285
19286         * gst/playback/gststreamselector.c:
19287         (gst_stream_selector_class_init),
19288         (gst_stream_selector_set_property),
19289         (gst_stream_selector_get_property),
19290         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19291         Fix ref-counting
19292
19293 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19294
19295         * gst/subparse/gstsubparse.c: (feed_textbuf):
19296           Don't access already unref'ed buffer.
19297
19298 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19299
19300         * gst/playback/gststreamselector.c:
19301         (gst_stream_selector_class_init), (gst_stream_selector_init),
19302         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19303         (gst_stream_selector_get_property),
19304         (gst_stream_selector_get_linked_pad),
19305         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19306         * gst/playback/gststreamselector.h:
19307         Add the active-pad property for playbin to use shortly. Ignore buffers
19308         from any other pad, returning GST_FLOW_NOT_LINKED
19309
19310 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19311
19312         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19313         patch from bug #322704 (Alessandro Decina).
19314
19315 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19316
19317         * gst-libs/gst/audio/Makefile.am:
19318           folded audiofilter into the audio library
19319
19320 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19321
19322         * gst/videoscale/gstvideoscale.h:
19323         * gst/videoscale/gstvideoscale.c:
19324           remove unimplemented scale methods
19325
19326 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19327
19328         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19329           Don't leak caps.
19330
19331 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19332
19333         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19334         (gst_ximagesink_setcaps):
19335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19336         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19337         happens (only visible on ximagesink but bug is in xv too) set_caps was
19338         destroying the internal x[v]image used to memcpy non locally alloced
19339         buffers so that it got renewed on next _chain. The issue is that 
19340         _expose will try to put that image as it reffed it in _put.
19341         Using gst_buffer_unref instead of destroy fixes it !
19342
19343 2005-11-28  Edward Hervey  <edward@fluendo.com>
19344
19345         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19346         (try_to_link_1), (queue_filled_cb):
19347         Better use of the queues. Start with a small size queue and only increase
19348         the size of the queues when the other queues are empty.
19349
19350 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19351
19352         * gst-libs/gst/video/Makefile.am:
19353           compile in copied-over videofilter into the video library
19354         * gst-libs/gst/video/videosink.h:
19355           rename the header to gstvideosink.h since it's a base GstObject class
19356         * sys/ximage/ximagesink.h:
19357         * sys/xvimage/xvimagesink.h:
19358           use the new header
19359
19360 2005-11-28  Wim Taymans  <wim@fluendo.com>
19361
19362         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19363         * gst/playback/gstplaybasebin.h:
19364         Prepare to handle errors betters.
19365
19366         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19367         Set sinks to PAUSED first before adding and linking them so that
19368         we don't interrupt dataflow.
19369
19370 2005-11-28  Wim Taymans  <wim@fluendo.com>
19371
19372         * gst-libs/gst/audio/TODO:
19373         Updated TODO
19374
19375         * gst-libs/gst/audio/gstaudiosink.c:
19376         (gst_audioringbuffer_open_device),
19377         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19378         (gst_audioringbuffer_release):
19379         Small cleanups.
19380
19381         * gst-libs/gst/audio/gstbaseaudiosink.c:
19382         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19383         (gst_base_audio_sink_change_state):
19384         Slave to the master clock when going to PLAYING and unslave when
19385         going to PAUSED.
19386
19387         * gst-libs/gst/audio/gstringbuffer.c:
19388         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19389         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19390         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19391         (gst_ring_buffer_clear_all), (wait_segment),
19392         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19393         (gst_ring_buffer_advance):
19394         * gst-libs/gst/audio/gstringbuffer.h:
19395         Add some docs and cleanups.
19396
19397 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19398
19399         * sys/xvimage/xvimagesink.c:
19400         (gst_xvimagesink_navigation_send_event): Fix navigation events
19401         coordinates translation with pixel aspect ratios.
19402
19403 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19404
19405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19406         Use calculated video geometry from _setcaps instead of buffer
19407         caps to respect pixel aspect ratio. (fixes #322388)
19408
19409 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19410
19411         * docs/libs/tmpl/gstcolorbalance.sgml:
19412         * docs/libs/tmpl/gstmixer.sgml:
19413         * docs/libs/tmpl/gstxoverlay.sgml:
19414         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19415         interface.
19416
19417 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19418
19419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19420         Refuse to create an XvImage if we can't find the format.
19421
19422 2005-11-28  Edward Hervey  <edward@fluendo.com>
19423
19424         * gst-libs/gst/riff/riff-media.c:
19425         (gst_riff_create_audio_template_caps):
19426         Add ATRAC3 to the list of riff-possible audio caps.
19427         I know we still don't have a plugin for atrac3, but it's saner to output
19428         that than a cryptic mimetype.
19429
19430 2005-11-27  Edward Hervey  <edward@fluendo.com>
19431
19432         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19433         Don't try to create a zero-sized subbuffer.
19434
19435 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19436
19437         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19438         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19439         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19440         (gst_ximagesink_expose): Fixed a tricky race.
19441         * sys/ximage/ximagesink.h:
19442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19443         (gst_xvimagesink_expose): Fixed a tricky race.
19444         * sys/xvimage/xvimagesink.h:
19445
19446 2005-11-27  Edward Hervey  <edward@fluendo.com>
19447
19448         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19449         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19450         Remove unused properties, and add queues between demuxers and decoders
19451         so that a lot more files can preroll properly.
19452
19453 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19454
19455         * gst-libs/gst/net/Makefile.am:
19456         * gst-libs/gst/rtp/Makefile.am:
19457         * gst-libs/gst/tag/Makefile.am:
19458           remove silly include
19459         * gst/tags/Makefile.am:
19460         * gst/tags/gsttagediting.c:
19461         * gst/tags/gsttageditingprivate.h:
19462         * gst/tags/tagedit.vcproj:
19463           remove directory, is as good as empty
19464
19465 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19466
19467         * configure.ac:
19468           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19469         * gst-libs/Makefile.am:
19470         * gst-libs/gst/audio/Makefile.am:
19471         * gst-libs/gst/interfaces/Makefile.am:
19472         * gst-libs/gst/net/Makefile.am:
19473         * gst-libs/gst/riff/Makefile.am:
19474         * gst-libs/gst/rtp/Makefile.am:
19475         * gst-libs/gst/tag/Makefile.am:
19476         * gst-libs/gst/video/Makefile.am:
19477           and use them
19478
19479 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19480
19481         * docs/libs/tmpl/gstcolorbalance.sgml:
19482         * docs/libs/tmpl/gstmixer.sgml:
19483         * docs/libs/tmpl/gstxoverlay.sgml:
19484         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19485         * sys/ximage/ximagesink.h:
19486         * sys/xvimage/xvimagesink.h: More and more documentation.
19487
19488 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19489
19490         * docs/libs/gst-plugins-base-libs-docs.sgml:
19491         * docs/libs/gst-plugins-base-libs-sections.txt:
19492         * docs/libs/tmpl/gstcolorbalance.sgml:
19493         * docs/libs/tmpl/gstmixer.sgml:
19494         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19495         to documentation.
19496
19497 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19498
19499         * docs/plugins/Makefile.am:
19500         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19501         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19502         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19503
19504 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19505
19506         * docs/plugins/Makefile.am:
19507         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19508         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19509         * docs/plugins/inspect/plugin-adder.xml:
19510         * docs/plugins/inspect/plugin-alsa.xml:
19511         * docs/plugins/inspect/plugin-audioconvert.xml:
19512         * docs/plugins/inspect/plugin-audiorate.xml:
19513         * docs/plugins/inspect/plugin-audioresample.xml:
19514         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19515         * docs/plugins/inspect/plugin-decodebin.xml:
19516         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19517         * docs/plugins/inspect/plugin-gnomevfs.xml:
19518         * docs/plugins/inspect/plugin-ogg.xml:
19519         * docs/plugins/inspect/plugin-playbin.xml:
19520         * docs/plugins/inspect/plugin-subparse.xml:
19521         * docs/plugins/inspect/plugin-tcp.xml:
19522         * docs/plugins/inspect/plugin-theora.xml:
19523         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19524         * docs/plugins/inspect/plugin-video4linux.xml:
19525         * docs/plugins/inspect/plugin-videorate.xml:
19526         * docs/plugins/inspect/plugin-videoscale.xml:
19527         * docs/plugins/inspect/plugin-videotestsrc.xml:
19528         * docs/plugins/inspect/plugin-volume.xml:
19529         * docs/plugins/inspect/plugin-vorbis.xml:
19530         * docs/plugins/inspect/plugin-ximagesink.xml:
19531         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19532         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19533
19534 2005-11-26  Edward Hervey  <edward@fluendo.com>
19535
19536         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19537         Properly return GstFlowReturn from gst_pad_push in chain functions.
19538
19539 2005-11-25  Michael Smith  <msmith@fluendo.com>
19540
19541         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19542         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19543         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19544         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19545           Handle various conditions better when we don't understand a stream.
19546           Removes a heap of CRITICALs on ogg streams containing unknown data.
19547
19548 2005-11-24  Andy Wingo  <wingo@pobox.com>
19549
19550         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19551         Be threadsafe.
19552
19553 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19554
19555         * configure.ac: back to HEAD
19556
19557 === release 0.9.6 ===
19558
19559 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19560
19561         * configure.ac:
19562           releasing 0.9.6, "White Eight"
19563
19564 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19565
19566         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19567         * docs/plugins/inspect/plugin-sine.xml:
19568           remove sinesrc some more
19569
19570 2005-11-23  Wim Taymans  <wim@fluendo.com>
19571
19572         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19573         If we are reading too slowly, jump forward in the ringbuffer
19574         instead of blocking.
19575
19576 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19577
19578         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19579         (gst_visual_chain):
19580         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19581         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19582         (gst_videorate_chain):
19583         * gst/videotestsrc/gstvideotestsrc.c:
19584         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19585         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19586         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19587         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19588         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19589         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19590           Updates for API changes
19591
19592 2005-11-23  Wim Taymans  <wim@fluendo.com>
19593
19594         * gst-libs/gst/audio/gstbaseaudiosink.c:
19595         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19596         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19597         Fix for calibration API change.
19598
19599 2005-11-23  Michael Smith <msmith@fluendo.com>
19600
19601         * gst-libs/gst/audio/multichannel.c:
19602         (gst_audio_get_channel_positions),
19603         (gst_audio_set_channel_positions),
19604         (gst_audio_set_structure_channel_positions_list),
19605         (gst_audio_fixate_channel_positions):
19606           Use gst_value_array_*() functions on value arrays, not
19607           gst_value_list_*().
19608
19609 2005-11-23  Edward Hervey  <edward@fluendo.com>
19610
19611         * autogen.sh:
19612         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19613         Fixes autogen
19614
19615 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19616
19617         * check/Makefile.am:
19618         * check/elements/videotestsrc.c: (setup_videotestsrc),
19619         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19620         (main):
19621           add a test for videotestsrc
19622
19623 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19624
19625         * gst/sine/.cvsignore:
19626         * gst/sine/Makefile.am:
19627         * gst/sine/gstsinesrc.c:
19628         * gst/sine/gstsinesrc.h:
19629         * gst/sine/sinesrc.vcproj:
19630           and remove sinesrc from the repository.  Closes #321446
19631
19632 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19633
19634         * configure.ac:
19635         * gst-plugins-base.spec.in:
19636           remove sinesrc from the build
19637
19638 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19639
19640         * check/Makefile.am:
19641         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19642         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19643         (main):
19644           add a test for audiotestsrc, testing all waves.  Even seems
19645           leak-free at first glance, nice job Stefan
19646
19647 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19648
19649         * po/af.po:
19650         * po/az.po:
19651         * po/cs.po:
19652         * po/en_GB.po:
19653         * po/hu.po:
19654         * po/it.po:
19655         * po/nb.po:
19656         * po/nl.po:
19657         * po/or.po:
19658         * po/sq.po:
19659         * po/sr.po:
19660         * po/sv.po:
19661         * po/uk.po:
19662         * po/vi.po:
19663           Translation string updates
19664
19665         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19666         (gst_v4lsrc_set_caps):
19667         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19668         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19669         * sys/v4l/v4lsrc_calls.h:
19670           Improve v4lsrc, by making it work again.
19671
19672 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19673
19674         * ext/libvisual/visual.c: (gst_visual_chain):
19675           Fix the fps calculations.
19676
19677         * gst/ffmpegcolorspace/avcodec.h:
19678           Move structure element for clarity
19679
19680         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19681         * gst-libs/gst/interfaces/tunernorm.h:
19682         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19683         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19684         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19685         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19686         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19687         (gst_v4lmjpegsrc_getcaps):
19688         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19689         (gst_v4lsrc_set_caps):
19690         * sys/v4l/gstv4lsrc.h:
19691         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19692         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19693         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19694         * sys/v4l/v4lsrc_calls.h:
19695           Fractional framerates...
19696
19697 2005-11-22  Wim Taymans  <wim@fluendo.com>
19698
19699         * gst-libs/gst/audio/gstbaseaudiosink.c:
19700         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19701         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19702         And we provide a clock by default, of course...
19703
19704 2005-11-22  Wim Taymans  <wim@fluendo.com>
19705
19706         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19707         This clock can be slaved to a master clock now.
19708
19709         * gst-libs/gst/audio/gstbaseaudiosink.c:
19710         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19711         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19712         (gst_base_audio_sink_set_clock),
19713         (gst_base_audio_sink_set_property),
19714         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19715         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19716         * gst-libs/gst/audio/gstbaseaudiosink.h:
19717         Handle slaving the internal clock to the clock selected in the
19718         pipeline.
19719         Add property to make the basesink not provide a clock.
19720
19721         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19722         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19723         (gst_base_rtp_depayload_wait):
19724         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19725         We can use the clock in GstElement, no need to store it ourselves.
19726
19727 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19728
19729         * docs/libs/tmpl/gstaudio.sgml:
19730           update
19731         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19732         (gst_paranoia_endian_get_type):
19733         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19734         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19735         * gst/audiotestsrc/gstaudiotestsrc.c:
19736         (gst_audiostestsrc_wave_get_type):
19737         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19738         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19739         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19740         (gst_sync_method_get_type), (gst_unit_type_get_type),
19741         (gst_client_status_get_type), (gst_multifdsink_class_init),
19742         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19743         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19744         (gst_multifdsink_get_property):
19745         * gst/tcp/gstmultifdsink.h:
19746         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19747         * gst/videotestsrc/gstvideotestsrc.c:
19748         (gst_videotestsrc_pattern_get_type):
19749           remove deprecated properties
19750           fix up enums to correctly have short lowercase dashed nicks
19751
19752 2005-11-22  Michael Smith <msmith@fluendo.com>
19753
19754         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19755         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19756           Add underscore.
19757
19758 2005-11-22  Michael Smith <msmith@fluendo.com>
19759
19760         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19761         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19762           Use utility method for scaling clocktime for fractional framerates.
19763
19764 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19765
19766         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19767         (gst_visual_chain):
19768         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19769         * ext/theora/theoradec.c: (theora_handle_type_packet):
19770         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19771         (theora_enc_chain):
19772         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19773         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19774         * gst-libs/gst/video/video.h:
19775         * gst/ffmpegcolorspace/avcodec.h:
19776         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19777         (gst_ffmpeg_caps_to_pixfmt):
19778         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19779         (gst_ffmpegcsp_set_caps):
19780         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19781         (gst_videorate_setcaps), (gst_videorate_blank_data),
19782         (gst_videorate_chain):
19783         * gst/videotestsrc/gstvideotestsrc.c:
19784         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19785         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19786         (gst_videotestsrc_event), (gst_videotestsrc_create):
19787         * gst/videotestsrc/gstvideotestsrc.h:
19788         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19789         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19790         (gst_ximagesink_get_times), (gst_ximagesink_init):
19791         * sys/ximage/ximagesink.h:
19792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19793         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19794         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19795         * sys/xvimage/xvimagesink.h:
19796           Convert elements to use fractions for their framerate.
19797           V4L elements to come later tonight.
19798
19799 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19800
19801         * gst-libs/gst/audio/audio.c:
19802         * gst-libs/gst/audio/audio.h:
19803           remove some deprecated functions
19804
19805 2005-11-22  Andy Wingo  <wingo@pobox.com>
19806
19807         * Update for gst_tag_setter API changes.
19808
19809 2005-11-22  Andy Wingo  <wingo@pobox.com>
19810
19811         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19812         (gst_ogg_demux_perform_seek):
19813         * ext/theora/theoradec.c (theora_dec_sink_event):
19814         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19815         update-funcnames.
19816
19817 2005-11-22  Wim Taymans  <wim@fluendo.com>
19818
19819         * examples/seeking/seek.c: (main):
19820         Give higher priority to bus signals than the gtk events
19821         to fix a race condition in the segment looping.
19822
19823 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19824
19825         * ext/theora/Makefile.am:
19826         * ext/vorbis/Makefile.am:
19827         * gst-libs/gst/tag/Makefile.am:
19828         * gst-plugins-base.spec.in:
19829           Rename libgsttagedit to libgsttag (#322117).
19830
19831 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19832
19833         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19835           Call gst_x_overlay_prepare_xwindow_id() to give applications
19836           a final chance to set their own xwindow id before the video
19837           sink creates its own window.
19838
19839 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19840
19841         * sys/xvimage/xvimagesink.c:
19842         (gst_xvimagesink_navigation_send_event): Handle navigation
19843         events correcly with borders if applicable.
19844
19845 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19846
19847         Patch by: Luca Ognibene
19848
19849         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19850         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
19851         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19852         (gst_ffmpegcsp_caps_remove_format_info):
19853         * gst/ffmpegcolorspace/imgconvert.c:
19854         * gst/ffmpegcolorspace/imgconvert_template.h:
19855           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
19856           #318353); use gst_structure_has_name().
19857
19858 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19859
19860         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
19861         (gst_ximagesink_class_init): Add debug macros on functions.
19862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19863         (gst_xvimagesink_xwindow_draw_borders),
19864         (gst_xvimagesink_xvimage_put),
19865         (gst_xvimagesink_xwindow_update_geometry),
19866         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
19867         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
19868         (gst_xvimagesink_xcontext_clear),
19869         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
19870         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19871         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19872         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19873         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
19874         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19875         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
19876         expose while being PAUSED, out of data flow navigation events, etc..
19877
19878 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19879
19880         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19881         * gst-libs/gst/audio/audio.h:
19882           fix prototype - wondering why the test worked regardless
19883
19884 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19885
19886         * check/Makefile.am:
19887         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19888         * gst-libs/gst/audio/audio.h:
19889           add a method that returns a proper GstClockTime
19890
19891 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19892
19893         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
19894         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
19895         * gst-libs/gst/interfaces/xoverlay.h:
19896           Remove everything having to do with the desired size; add 
19897           gst_x_overlay_prepare_xwindow_id() function; remove the
19898           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
19899           post a message on the bus instead (#321816).
19900
19901         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
19902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
19903         (gst_xvimagesink_xoverlay_init):
19904           Remove desired size stuff (#321816).
19905
19906 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19907
19908         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19909         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19910         (mpeg_video_type_find), (mpeg_video_stream_type_find):
19911           Terminate vararg functions with NULL instead of 0 to 
19912           make gcc4 happy.
19913
19914 2005-11-21  Andy Wingo  <wingo@pobox.com>
19915
19916         patch by: Sebastien Cote <sebas642@yahoo.ca>
19917         
19918         * gst-libs/gst/rtp/gstrtpbuffer.h: 
19919         * gst-libs/gst/rtp/gstrtpbuffer.c
19920         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
19921
19922 2005-11-21  Andy Wingo  <wingo@pobox.com>
19923
19924         * gst/playback/gstplaybin.c (gen_audio_element) 
19925         (gen_video_element): Use the new MISSING_PLUGIN core error
19926         category. Closes #320060.
19927
19928         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
19929         * gst/videorate/gstvideorate.c (gst_videorate_event):
19930         * ext/theora/theoradec.c (theora_dec_sink_event): 
19931         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
19932         stream lock.
19933
19934         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
19935         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
19936         stream lock changes.
19937
19938 2005-11-21  Wim Taymans  <wim@fluendo.com>
19939
19940         * gst-libs/gst/audio/gstbaseaudiosink.c:
19941         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19942         (gst_base_audio_sink_provide_clock),
19943         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
19944         (gst_base_audio_sink_change_state):
19945         * gst/audioresample/gstaudioresample.c:
19946         Segment update fix.
19947
19948 2005-11-21  Andy Wingo  <wingo@pobox.com>
19949
19950         * *.h:
19951         * *.c: Ran scripts/update-macros. Oh yes.
19952
19953 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19954
19955         * sys/ximage/Makefile.am:
19956         * sys/ximage/ximage.c:
19957           Rename ximage plugin to ximagesink (#321426) (Don't forget to
19958           remove your old libgstximage.* manually if necessary).
19959
19960 2005-11-21  Michael Smith <msmith@fluendo.com>
19961
19962         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
19963           Minimal fix for bug #320200: set the min/max bitrate in the correct
19964           units. A better fix would be to upgrade to the RATEMANAGE2
19965           interface, rather than using the deprecated interface used here, but
19966           that would require an update in our libvorbis dependency (to 1.1),
19967           which is probably undesirable.
19968
19969 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19970
19971         * ext/libvisual/visual.c: (get_buffer):
19972         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19973         (gst_base_audio_src_fixate):
19974         * gst/audioconvert/gstaudioconvert.c:
19975         (gst_audio_convert_fixate_caps):
19976         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
19977         * gst/audiotestsrc/gstaudiotestsrc.c:
19978         (gst_audiotestsrc_src_fixate):
19979         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
19980         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
19981         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
19982         * gst/videotestsrc/gstvideotestsrc.c:
19983         (gst_videotestsrc_src_fixate):
19984         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
19985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
19986           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19987           (#322027)
19988
19989
19990 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19991
19992         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19993         (gst_riff_create_iavs_caps):
19994         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
19995         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
19996         (gst_riff_parse_info):
19997         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
19998         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
19999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
20000           Fixes for GST_FOURCC_FORMAT API change.
20001
20002 2005-11-21  Andy Wingo  <wingo@pobox.com>
20003
20004         patch by: Alessandro Dessina <alessandro nnva org>
20005
20006         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
20007         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
20008         (gst_ogg_parse_chain):
20009         * ext/theora/theoraenc.c (theora_set_header_on_caps):
20010         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
20011         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
20012         gst_value_list calls on arrays. Fixes #321962.
20013
20014 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
20015
20016         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20017         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
20018         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20019         * gst/adder/gstadder.c: (gst_adder_init),
20020         (gst_adder_request_new_pad), (gst_adder_collected),
20021         (gst_adder_change_state):
20022           Update for gst_collectpads_foo() to gst_collect_pads_foo()
20023           API change.
20024
20025 2005-11-21  Michael Smith <msmith@fluendo.com>
20026
20027         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
20028         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
20029           Properly handle pad_push return values.
20030
20031 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
20032
20033         * gst-libs/gst/tag/Makefile.am:
20034         * gst-libs/gst/tag/gstvorbistag.c:
20035         (gst_tag_list_to_vorbiscomment_buffer):
20036           Remove obsolete vorbistag element and debug category.
20037
20038         * gst/playback/gstplaybasebin.c: (check_queue):
20039           Don't divide by 0 when queue-threshold is 0.
20040
20041         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
20042           Don't modify an existing pixel-aspect-ratio if we fail to read
20043           a new one.
20044
20045 2005-11-20  Wim Taymans  <wim@fluendo.com>
20046
20047         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20048         (gst_vorbisenc_push_packet):
20049         GST_PAD_IS_USABLE is gone, use the return value of
20050         the push or pad_alloc_buffer instead.
20051
20052 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20053
20054         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20055         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20056         (gst_ximagesink_ximage_destroy),
20057         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20058         (gst_ximagesink_xwindow_new),
20059         (gst_ximagesink_xwindow_update_geometry),
20060         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20061         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20062         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20063         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20064         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20065         (gst_ximagesink_navigation_send_event),
20066         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20067         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20068         (gst_ximagesink_finalize), (gst_ximagesink_init),
20069         (gst_ximagesink_class_init):
20070         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20071         This new version brings correct software scaling, non flickering
20072         window while resizing, pixel aspect ratio handling, usage of
20073         hardware buffer pools, out of data flow event thread for 
20074         navigation and handling of expose events even when being PAUSED,
20075         a new property to keep video aspect ratio when resizing, etc...
20076
20077 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20078
20079         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20080         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20081         handling of PAR.
20082
20083 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20084
20085         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20086         Unsetting IS_SINK flag from the fakesink, so decodebin
20087         never behaves as a sink.
20088
20089 2005-11-17  Wim Taymans  <wim@fluendo.com>
20090
20091         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20092         (gst_base_audio_src_change_state):
20093         Fix the audiosrc base class again, we did not unflush.
20094
20095 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20096
20097         * examples/seeking/seek.c: (make_dv_pipeline),
20098         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20099         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20100         to ogg/vorbis/theora pipeline.
20101
20102 2005-11-17  Wim Taymans  <wim@fluendo.com>
20103
20104         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20105         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20106         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20107         Fix EOS on multiple streams.
20108         More debugging.
20109
20110 2005-11-16  Wim Taymans  <wim@fluendo.com>
20111
20112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20113         (gst_ogg_demux_perform_seek):
20114         Segment done must include stream time.
20115
20116         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20117         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20118         (gst_ogg_mux_change_state):
20119         Fix ogg muxer again.
20120
20121 2005-11-16  Wim Taymans  <wim@fluendo.com>
20122
20123         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20124         Fix compile again.
20125
20126 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20127
20128         * ext/libvisual/visual.c: (gst_visual_init):
20129         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20130         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20131         (gst_ogg_parse_chain):
20132         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20133         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20134         * ext/theora/theoradec.c: (gst_theora_dec_init):
20135         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20136         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20137         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20138         * gst/adder/gstadder.c: (gst_adder_class_init),
20139         (gst_adder_dispose):
20140         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20141         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20142         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20143           Fix a whole set of pad template leaks
20144
20145 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20146
20147         * check/generic/states.c: (GST_START_TEST):
20148           fix the test so that it only checks for elements that are part of
20149           this source module
20150
20151 2005-11-16  Michael Smith <msmith@fluendo.com>
20152
20153         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20154         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20155         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20156         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20157         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20158         (gst_ogg_mux_change_state):
20159           Fix leaking collectpads.
20160
20161 2005-11-16  Edward Hervey  <edward@fluendo.com>
20162
20163         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20164         (gst_videorate_event), (gst_videorate_chain):
20165         Handle segment seeks
20166
20167 2005-11-16  Wim Taymans  <wim@fluendo.com>
20168
20169         * gst-libs/gst/audio/gstbaseaudiosink.c:
20170         (gst_base_audio_sink_provide_clock),
20171         (gst_base_audio_sink_change_state):
20172         Set ringbuffer to non-flushing when going to PAUSED, set to
20173         flushing again when going to READY.
20174
20175         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20176         (gst_ring_buffer_stop):
20177         Start in flushing mode by default.
20178         Don't set flushing in the _stop method, let the app call
20179         this explicitly.
20180
20181 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20182
20183         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20184         * gst-libs/gst/video/videosink.h: Add helper function needed
20185         for video sinks.
20186
20187 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20188
20189         * gst/videoscale/gstvideoscale.c:
20190         (gst_videoscale_handle_src_event):
20191           Don't leak reference to pad parent.
20192
20193 2005-11-16  Wim Taymans  <wim@fluendo.com>
20194
20195         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20196         Set ringbuffer to flushing when stopping so that we don't
20197         block on wait_segment anymore and livelock.
20198
20199 2005-11-16  Wim Taymans  <wim@fluendo.com>
20200
20201         * examples/seeking/seek.c: (send_event), (do_seek),
20202         (loop_toggle_cb), (segment_done), (main):
20203         Added looping checkbox.
20204
20205 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20206
20207         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20208         (gst_ogg_demux_init):
20209         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20210         (gst_vorbis_dec_init):
20211           revert unrefs, they don't pass make check
20212
20213 2005-11-15  Johan Dahlin  <johan@gnome.org>
20214
20215         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20216         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20217         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20218         (gst_vorbis_dec_init):
20219         Fix pad template leaks. 
20220
20221 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20222
20223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20224           Make state change function thread safe.
20225
20226 2005-11-15  Edward Hervey  <edward@fluendo.com>
20227
20228         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20229         (gst_ogg_demux_class_init):
20230         Implement GstElement::send_event, so we can send seek events
20231         in GST_STATE_READY
20232
20233 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20234
20235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20236         Discovered how to take away flickering while resizing the
20237         window. Please don't put that in ximagesink, refactoring in
20238         progress.
20239
20240 2005-11-14  Michael Smith <msmith@fluendo.com>
20241
20242         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20243         (gst_multifdsink_render):
20244           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20245
20246 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20247
20248         * gst/playback/gstplaybin.c: (gen_audio_element):
20249           Use autoaudiosink, it tends to be more widely available than
20250           autoaudiiosink.
20251           
20252 2005-11-14  Andy Wingo  <wingo@pobox.com>
20253
20254         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20255         as well if it is available. Fixes #316442.
20256
20257 2005-11-14  Michael Smith <msmith@fluendo.com>
20258
20259         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20260         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20261         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20262         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20263         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20264         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20265         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20266         (gst_vorbisenc_change_state):
20267           Fix a small memory leak in vorbisenc.
20268           Fix large memory leaks in oggmux, also fix lots of state change
20269           bugs in oggmux.
20270
20271 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20272
20273         * gst/videotestsrc/gstvideotestsrc.c:
20274         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20275         (gst_videotestsrc_src_fixate):
20276           move fixation to a fixate function
20277           remove negotiate function, basesrc's is good enough
20278           fixes a bug for check when using the element alone
20279
20280 2005-11-13  Edward Hervey  <edward@fluendo.com>
20281
20282         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20283         (key_toggle_cb), (main):
20284         Added checkboxes for adding/removing the accurate and key_unit seek
20285         flags.
20286
20287 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20288
20289         * configure.ac: back to HEAD
20290
20291 === release 0.9.5 ===
20292
20293 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20294
20295         * configure.ac:
20296           releasing 0.9.5, "No No Kia"
20297
20298 2005-11-11  Edward Hervey  <edward@fluendo.com>
20299
20300         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20301         Added parse-launch syntax seeking mode for the seeking example.
20302         This should help stress-test even more cases.
20303         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20304
20305 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20306
20307         * sys/xvimage/xvimagesink.c:
20308         (gst_xvimagesink_navigation_send_event):
20309           Check whether peer pad exists before sending navigation events
20310           to it.
20311
20312 2005-11-11  Michael Smith <msmith@fluendo.com>
20313
20314         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20315         (gst_vorbisenc_buffer_from_packet):
20316         * ext/vorbis/vorbisenc.h:
20317           Set duration on encoded buffers. This allows oggmux's
20318           max_page_delay parameter to actually work.
20319
20320 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20321
20322         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20323         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20324         (gst_ffmpegcsp_avpicture_fill):
20325         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20326         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20327           Make palettes work again (see #132341). Use our own macros
20328           for rounding up.
20329
20330 2005-11-10  Andy Wingo  <wingo@pobox.com>
20331
20332         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20333         string doober.
20334
20335 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20336
20337         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20338         (gst_ffmpegcsp_transform_caps):
20339           Prefer passthrough in transform_caps
20340
20341 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20342
20343         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20344           check for ALSA errors properly, instead of relying on ALSA's
20345           error strings to serve to the user.
20346
20347 2005-11-10  Wim Taymans  <wim@fluendo.com>
20348
20349         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20350         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20351         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20352         Modernise the seek code.
20353
20354 2005-11-10  Michael Smith <msmith@fluendo.com>
20355         
20356         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20357         (setup_substreams), (set_active_source):
20358           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20359           trying to go to NULL if we failed to read a file.
20360
20361 2005-11-10  Wim Taymans  <wim@fluendo.com>
20362
20363         * gst/audiotestsrc/gstaudiotestsrc.c:
20364         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20365         (gst_audiotestsrc_create):
20366         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20367         (gst_sinesrc_get_times), (gst_sinesrc_create):
20368         * gst/videotestsrc/gstvideotestsrc.c:
20369         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20370         (gst_videotestsrc_create):
20371         The base class can now sync for us.
20372
20373 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20374
20375         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20376           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20377           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20378           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20379           format=(fourcc)I420" ! xvimagesink
20380
20381 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20382
20383         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20384         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20385         (gst_sinesrc_newsegment):
20386           Send newsegment event in TIME format, set duration if
20387           num-buffers is set, fix duration querying.
20388
20389 2005-11-10  Michael Smith <msmith@fluendo.com>
20390
20391         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20392         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20393         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20394         (gst_ogg_mux_collected):
20395          Fix EOS handling, partially. Now forwarding an EOS event once we have
20396          EOS on all pads works correctly. However, we still don't properly set
20397          EOS on the actual ogg stream pages.
20398
20399 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20400
20401         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20402           Set elements to NULL state before disposing of them.
20403
20404 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20405
20406         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20407
20408         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20409         (gst_base_rtp_depayload_init),
20410         (gst_base_rtp_depayload_set_gst_timestamp):
20411         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20412           We need to send a newsegment event for each instance, not
20413           just for the first instance of this class (get rid of
20414           static variable in function). (#321011).
20415           
20416 2005-11-08  Michael Smith <msmith@fluendo.com>
20417
20418         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20419         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20420         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20421         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20422           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20423           This makes us mux things correctly according to the ogg muxing
20424           rules. Still not handling EOS correctly right now, though.
20425
20426 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20427
20428         * gst/audioconvert/gstaudioconvert.c:
20429           Fix typo in docs. 
20430
20431 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20432
20433         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20434         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20435           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20436           creating a new chain; should fix live streaming. Also
20437           add more debug output and fix a typo.
20438
20439 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20440
20441         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20442
20443         * gst/volume/gstvolume.c: (volume_set_caps):
20444           Fix compilation on Solaris with Forte. (#320923)
20445
20446 2005-11-08  Wim Taymans  <wim@fluendo.com>
20447
20448         * gst-libs/gst/audio/gstbaseaudiosink.c:
20449         (gst_base_audio_sink_render):
20450         No need to do a typecheck.
20451
20452 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20453
20454         * ext/alsa/gstalsa.h:
20455           We register a debug category, so let's use it.
20456
20457 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20458
20459         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20460         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20461         Fixed a small problem.
20462
20463 2005-11-04  Wim Taymans  <wim@fluendo.com>
20464
20465         * examples/seeking/Makefile.am:
20466         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20467         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20468         (make_playerbin_pipeline), (format_value), (update_scale),
20469         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20470         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20471         (print_usage), (main):
20472         Added app for playback speed testing.
20473
20474         * examples/seeking/seek.c: (dynamic_link),
20475         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20476         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20477         (message_received), (main):
20478         Updated seek example.
20479
20480 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20481
20482         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20483         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20484         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20485         (gst_base_rtp_depayload_set_clock):
20486         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20487         Don't sleep on the bench (system clock) when you have a nice 
20488         comfortable bed (Gstreamer clock) to sleep on.
20489
20490 2005-11-03  Wim Taymans  <wim@fluendo.com>
20491
20492         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20493         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20494         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20495         Handle the case where a pad_block failed.
20496
20497 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20498
20499         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20500
20501         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20502         (gst_base_rtp_depayload_add_to_queue),
20503         (gst_base_rtp_depayload_push),
20504         (gst_base_rtp_depayload_set_gst_timestamp),
20505         (gst_base_rtp_depayload_queue_release):
20506           Fixes some bugs in the depayloader's queuing/de-queueing code.
20507
20508 2005-10-31  Michael Smith <msmith@fluendo.com>
20509
20510         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20511         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20512         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20513           Patch from Alessandro Decina <alessandro@nnva.org>.
20514           Make oggdemux only find the final time in a chain, not per-pad,
20515           since the per-pad information can be very expensive to locate, and
20516           it isn't used anywhere. This makes reading a file containing
20517           OggSkeleton reasonably fast.
20518           Also, make chain finding work when there are logical bitstreams that
20519           can't be decoded. Fixes #319110.
20520
20521 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20522
20523         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20524         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20525         (gst_base_rtp_depayload_chain),
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         (gst_base_rtp_depayload_start_thread),
20531         (gst_base_rtp_depayload_set_property),
20532         (gst_base_rtp_depayload_get_property):
20533         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20534         Some random fixes, to fullfill the desires of thomas.
20535
20536 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20537
20538         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20539         (gst_base_rtp_depayload_add_to_queue),
20540         (gst_base_rtp_depayload_push):
20541         Fixed the queueing algorithm.
20542
20543 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20544
20545         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20546         (gst_base_rtp_depayload_push):
20547         A small fix
20548
20549 2005-10-31  Wim Taymans  <wim@fluendo.com>
20550
20551         * gst-libs/gst/audio/gstringbuffer.h:
20552         Don't break ABI.
20553
20554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20555         (gst_ffmpeg_caps_to_pixfmt):
20556         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20557         (gst_ffmpegcsp_set_caps):
20558         Some more comments.
20559         Handle missing required caps fields better.
20560
20561 2005-10-31  Wim Taymans  <wim@fluendo.com>
20562
20563         * gst-libs/gst/audio/gstbaseaudiosink.c:
20564         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20565         (gst_base_audio_sink_render):
20566         * gst-libs/gst/audio/gstringbuffer.c:
20567         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20568         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20569         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20570         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20571         (gst_ring_buffer_read):
20572         * gst-libs/gst/audio/gstringbuffer.h:
20573         Add flushing mode to the ringbuffer so that it in all cases does
20574         not try to handle more audio. This makes sure it does not try to
20575         block anymore when flushing and fixes a livelock.
20576
20577 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20578
20579         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20580         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20581         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20582           Explicitly check for -1 values before doing a conversion
20583           and always map them to -1. (#315545)
20584
20585 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20586
20587         * gst/playback/gstplaybin.c: (gen_video_element):
20588           first try autovideosink, then xvimagesink, then error out
20589         * po/POTFILES.in:
20590           add translatable file
20591         * po/af.po:
20592         * po/az.po:
20593         * po/cs.po:
20594         * po/en_GB.po:
20595         * po/hu.po:
20596         * po/it.po:
20597         * po/nb.po:
20598         * po/nl.po:
20599         * po/or.po:
20600         * po/sq.po:
20601         * po/sr.po:
20602         * po/sv.po:
20603         * po/uk.po:
20604         * po/vi.po:
20605           update translations
20606
20607 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20608
20609         * gst-libs/gst/rtp/gstbasedepayload.c:
20610         * gst-libs/gst/rtp/gstbasedepayload.h:
20611           Minor cleanups
20612
20613 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20614
20615         * gst/playback/.cvsignore:
20616         * gst/playback/decodetest.c:
20617         * gst/playback/test3.c:
20618           Port these two tests as well.
20619
20620 2005-10-27  Wim Taymans  <wim@fluendo.com>
20621
20622         * ext/theora/theoradec.c: (theora_dec_src_query),
20623         (theora_dec_sink_event):
20624         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20625         (theora_enc_change_state):
20626         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20627         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20628         Take proper locks when handling events.
20629
20630 2005-10-27  Wim Taymans  <wim@fluendo.com>
20631
20632         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20633         (gst_adder_change_state):
20634         Fix timestamps and fix deadlock when stopping the collectpads.
20635
20636 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20637
20638         * gst-libs/gst/rtp/gstrtpbuffer.h:
20639         Declaring the payload types as strings too so that they can be used
20640         in the padtemplate inialization.
20641
20642 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20643
20644         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20645
20646         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20647         (gst_base_rtp_depayload_class_init):
20648         Fixes a small but nasty bug. The derived elements no longer segfaults
20649         on finalization.
20650
20651 2005-10-26  Michael Smith <msmith@fluendo.com>
20652
20653         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20654           When clearing an audioconvert context, set tmpbufsize to zero, so
20655           we'll allocate it again later if required.
20656           This fixes audioconvert re-negotiating formats, which previously
20657           segfaulted with a NULL destination buffer.
20658
20659 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20660
20661         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20662         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20663         (gst_base_rtp_depayload_set_gst_timestamp),
20664         (gst_base_rtp_depayload_queue_release):
20665         Fixed a smalll memleak.
20666
20667 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20668         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20669         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20670         (gst_base_rtp_depayload_finalize),
20671         (gst_base_rtp_depayload_setcaps),
20672         (gst_base_rtp_depayload_add_to_queue),
20673         (gst_base_rtp_depayload_push),
20674         (gst_base_rtp_depayload_set_gst_timestamp),
20675         (gst_base_rtp_depayload_queue_release),
20676         (gst_base_rtp_depayload_thread),
20677         (gst_base_rtp_depayload_change_state):
20678         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20679         Changed the C++ comments to C comments
20680
20681 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20682
20683         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20684         * gst/tcp/gsttcpclientsrc.h:
20685         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20686         * gst/tcp/gsttcpserversrc.h:
20687           Remove unused 'curoffset' structure member.
20688
20689 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20690
20691         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20692         (gst_base_rtp_depayload_base_init),
20693         (gst_base_rtp_depayload_finalize):
20694         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20695         * gst-libs/gst/rtp/gstbasertppayload.h:
20696           The pad-template on the sinkpad should be set by the derived classes.
20697           Also added some useful macros.
20698
20699 2005-10-24  Wim Taymans  <wim@fluendo.com>
20700
20701         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20702         Correctly flush decoder samples even if we could not
20703         copy them to an output buffer. Fixes #319618.
20704
20705 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20706
20707         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20709         the caps against our xcontext caps.
20710
20711 2005-10-24  Wim Taymans  <wim@fluendo.com>
20712
20713         * gst-libs/gst/audio/gstbaseaudiosink.c:
20714         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20715         Remove g_print
20716         Use sync property from baseclass to disable sync.
20717
20718 2005-10-24  Wim Taymans  <wim@fluendo.com>
20719
20720         * gst-libs/gst/audio/gstbaseaudiosink.c:
20721         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20722         Buffers with no timestamps get aligned with previous buffers or
20723         on underrun, played ASAP.
20724
20725 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20726
20727         * gst-libs/gst/video/video.h:
20728         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20729         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20730         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20731         here comes my change on caps for framerate and geometry range.
20732         We are now accepting 1 to MAXINT for width and height, and from
20733         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20734         to be blended correctly in videomixer.
20735
20736 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20737
20738         * configure.ac:
20739           back to HEAD
20740
20741 === release 0.9.4 ===
20742
20743 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20744
20745         * NEWS:
20746         * RELEASE:
20747         * configure.ac:
20748           releasing 0.9.4, "Velociraptor"
20749
20750 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20751
20752         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20753         * po/POTFILES.in:
20754           STOPPED -> FAILED
20755
20756 2005-10-21  Wim Taymans  <wim@fluendo.com>
20757
20758         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20759         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20760         (pad_blocked), (close_pad_link), (new_pad):
20761         Don't try to remove elements twice.
20762
20763 2005-10-21  Wim Taymans  <wim@fluendo.com>
20764
20765         * ext/theora/theoradec.c: (theora_dec_src_query),
20766         (theora_dec_sink_event):
20767         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20768         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20769         (vorbis_handle_data_packet):
20770         * ext/vorbis/vorbisdec.h:
20771         Fix old naming.
20772
20773         * gst-libs/gst/audio/gstbaseaudiosink.c:
20774         (gst_base_audio_sink_render):
20775         Don't try to sync on buffers without a timestamp.
20776
20777 2005-10-21  Wim Taymans  <wim@fluendo.com>
20778
20779         * ext/theora/theoradec.c: (theora_dec_src_query),
20780         (theora_dec_sink_event):
20781         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20782         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20783         (vorbis_handle_data_packet):
20784         * ext/vorbis/vorbisdec.h:
20785         Fix old naming.
20786
20787 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20788
20789         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20790         (gst_vorbisenc_src_query):
20791           Implement position and duration queries.
20792
20793         * gst/playback/test3.c: (update_scale), (main):
20794           Fix for async state changes and print nicer output.
20795
20796 2005-10-20  Wim Taymans  <wim@fluendo.com>
20797
20798         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20799         (dump_element_stats), (main):
20800         * gst/playback/test6.c: (main):
20801         Fix tests again
20802
20803 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20804
20805         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20806         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20807           Don't use functions for position queries when handling
20808           duration queries.
20809
20810 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20811
20812         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20813         (vorbis_handle_data_packet), (vorbis_dec_chain),
20814         (vorbis_dec_change_state):
20815         * ext/vorbis/vorbisdec.h:
20816           Vorbis streams can be embedded in other container formats
20817           than ogg, container formats where the demuxer might set 
20818           timestamps on encoded vorbis buffers instead of those silly 
20819           granulepos thingies. In short: make vorbisdec handle 
20820           timestamps on incoming buffers as well.
20821
20822 2005-10-20  Wim Taymans  <wim@fluendo.com>
20823
20824         * gst/playback/gstplaybasebin.c: (group_destroy),
20825         (gst_play_base_bin_change_state):
20826         Fix leak.
20827         Handle case where playbasebin is now ASYNC because
20828         decodebin is.
20829
20830 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20831
20832         * gst/audioconvert/Makefile.am:
20833         * gst/audioconvert/bufferframesconvert.c:
20834         * gst/audioconvert/plugin.c: (plugin_init):
20835         * gst/audioconvert/plugin.h:
20836           And bye bye buffer-frames-convert
20837
20838 2005-10-19  Wim Taymans  <wim@fluendo.com>
20839
20840         * check/elements/audioconvert.c:
20841         * docs/libs/tmpl/gstaudio.sgml:
20842         * docs/libs/tmpl/gstcolorbalance.sgml:
20843         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20844         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
20845         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
20846         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
20847         * gst-libs/gst/audio/audio.h:
20848         * gst/audioconvert/audioconvert.h:
20849         * gst/audioconvert/gstaudioconvert.c:
20850         (gst_audio_convert_parse_caps):
20851         * gst/volume/gstvolume.c:
20852         Bye bye buffer-frames.
20853
20854 2005-10-19  Wim Taymans  <wim@fluendo.com>
20855
20856         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20857         (query_positions_elems), (query_positions_pads), (update_scale),
20858         (do_seek), (set_update_scale), (message_received), (main):
20859         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20860         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
20861         (gst_ogg_demux_loop):
20862         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
20863         * ext/theora/theoradec.c: (theora_dec_src_query),
20864         (theora_dec_sink_event):
20865         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20866         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
20867         * gst/adder/gstadder.c: (gst_adder_query):
20868         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20869         * gst/playback/test3.c: (update_scale):
20870         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20871         (dump_element_stats), (main):
20872         * gst/playback/test6.c: (main):
20873         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20874         Query API update.
20875
20876 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20877
20878         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
20879         (xml_check_first_element), (xml_type_find), (smil_type_find),
20880         (plugin_init):
20881           Add typefinding for SMIL and for generic XML. Based on patch by
20882           Akos Maroy (#308663).
20883
20884 2005-10-18  Wim Taymans  <wim@fluendo.com>
20885
20886         * gst/playback/Makefile.am:
20887         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20888         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
20889         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
20890         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
20891         (gst_decode_bin_change_state):
20892         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20893         (gst_play_bin_send_event_to_sink):
20894         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20895         (dump_element_stats), (main):
20896         * gst/playback/test6.c: (main):
20897         Make playbin async, it'll commit state to paused when all streams
20898         are detected.
20899         Remove ugly hack.
20900         Added test6.c to show async behaviour.
20901
20902 2005-10-18  Wim Taymans  <wim@fluendo.com>
20903
20904         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
20905         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
20906         Fix for segment-start/stop API change.
20907
20908 2005-10-18  Wim Taymans  <wim@fluendo.com>
20909
20910         * check/Makefile.am:
20911         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
20912         (main):
20913         Add future test for clock selection.
20914
20915 2005-10-18  Wim Taymans  <wim@fluendo.com>
20916
20917         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
20918         (gst_alsasink_close):
20919         Set handle to NULL.
20920
20921         * gst-libs/gst/audio/gstringbuffer.c:
20922         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20923         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20924         (gst_ring_buffer_start), (gst_ring_buffer_pause),
20925         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
20926         (gst_ring_buffer_read):
20927         More debug info.
20928
20929 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
20930
20931         * gst/audiotestsrc/Makefile.am:
20932         * gst/sine/Makefile.am:
20933         * gst/volume/Makefile.am:
20934           fix broken build of controllerized plugins
20935
20936 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
20937
20938         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20939
20940         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20941         (gst_riff_create_video_template_caps):
20942           Add support for Indeo-3 (IV32).
20943
20944 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20945
20946         * configure.ac:
20947           rewrite
20948
20949 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20950
20951         * gst-libs/gst/video/video.c: (gst_video_get_size):
20952         * gst/audiotestsrc/gstaudiotestsrc.c:
20953           doc updates
20954
20955 2005-10-17  Andy Wingo  <wingo@pobox.com>
20956
20957         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
20958         with the collectpads change.
20959         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
20960
20961         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
20962
20963         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
20964
20965         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
20966         alloc_buffer flow return to callers.
20967         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
20968         change. Fix some memleaks in theoraenc.
20969
20970         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
20971         in strange circumstance.
20972
20973 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20974
20975         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20976         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
20977         from caps, let's use the caps...
20978
20979 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20980
20981         * configure.ac:
20982           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
20983
20984 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20985
20986         * gst-libs/gst/interfaces/Makefile.am:
20987           fix silly typo
20988
20989 2005-10-16  Andy Wingo  <wingo@pobox.com>
20990
20991         * gst/playback/gstdecodebin.c
20992         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
20993         function!
20994         (try_to_link_1): Increase kraziness level.
20995
20996 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20997
20998         * configure.ac:
20999           restructure like the core one
21000         * gst-libs/gst/audio/Makefile.am:
21001         * gst-libs/gst/interfaces/Makefile.am:
21002         * gst-libs/gst/net/Makefile.am:
21003         * gst-libs/gst/riff/Makefile.am:
21004         * gst-libs/gst/rtp/Makefile.am:
21005         * gst-libs/gst/tag/Makefile.am:
21006         * gst-libs/gst/video/Makefile.am:
21007           use correct linker flags, now the libs are properly versioned
21008         * check/elements/audioconvert.c: (verify_convert):
21009         * ext/alsa/gstalsaplugin.c:
21010         * ext/cdparanoia/gstcdparanoia.c:
21011         * ext/gnomevfs/gstgnomevfs.c:
21012         * ext/libvisual/visual.c:
21013         * ext/ogg/gstogg.c:
21014         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
21015         * ext/theora/theora.c:
21016         * ext/vorbis/vorbis.c:
21017         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
21018         * gst-libs/gst/tag/gsttagediting.c:
21019         * gst-libs/gst/video/video.c:
21020         * gst/adder/gstadder.c:
21021         * gst/audioconvert/plugin.c:
21022         * gst/audiorate/gstaudiorate.c:
21023         * gst/audioresample/gstaudioresample.c:
21024         * gst/audioresample/resample_ref.c: (resample_scale_ref):
21025         * gst/audioscale/gstaudioscale.c:
21026         * gst/audioscale/resample.c:
21027         * gst/audiotestsrc/gstaudiotestsrc.c:
21028         * gst/ffmpegcolorspace/gstffmpeg.c:
21029         * gst/playback/gstdecodebin.c: (close_pad_link):
21030         * gst/playback/gstplaybin.c: (gen_video_element),
21031         (gen_audio_element):
21032         * gst/sine/gstsinesrc.c:
21033         * gst/subparse/gstsubparse.c:
21034         * gst/tags/gsttagediting.c:
21035         * gst/tcp/gsttcpplugin.c:
21036         * gst/typefind/gsttypefindfunctions.c:
21037         * gst/videorate/gstvideorate.c:
21038         * gst/videoscale/gstvideoscale.c:
21039         * gst/videotestsrc/gstvideotestsrc.c:
21040         * gst/volume/gstvolume.c:
21041         * sys/v4l/gstv4l.c:
21042         * sys/ximage/ximage.c:
21043         * sys/xvimage/xvimagesink.c:
21044           fix up defines
21045
21046 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21047
21048         * ext/vorbis/vorbisenc.c:
21049         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21050         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21051         (gst_tag_to_vorbis_comments):
21052           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21053
21054 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21055
21056         * examples/stats/mp2ogg.c:
21057         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21058           typo fixes
21059
21060 2005-10-13  Michael Smith <msmith@fluendo.com>
21061
21062         * ext/ogg/gstoggmux.c:
21063           Use magic glib macros to define constants as 64 bit, to ensure
21064           appropriate vararg passing.
21065
21066 2005-10-13  Michael Smith <msmith@fluendo.com>
21067
21068         * ext/ogg/gstoggmux.c:
21069         * gst/audioconvert/audioconvert.c: (float):
21070           Don't use LL suffix, as it's not portable, and neither of these
21071           uses required it anyway.
21072
21073 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21074
21075         * examples/indexing/indexmpeg.c: (main):
21076         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21077         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21078         (cdparanoia_convert), (cdparanoia_query):
21079         * ext/cdparanoia/gstcdparanoia.h:
21080         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21081         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21082         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21083         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21084         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21085         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21086         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21087         (gst_multifdsink_render), (gst_multifdsink_start),
21088         (gst_multifdsink_stop):
21089         * gst/tcp/gstmultifdsink.h:
21090         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21091         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21092         (gst_tcpclientsink_stop):
21093         * gst/tcp/gsttcpclientsink.h:
21094         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21095         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21096         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21097         * gst/tcp/gsttcpclientsrc.h:
21098         * gst/tcp/gsttcpserversink.h:
21099         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21100         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21101         (gst_tcpserversrc_stop):
21102         * gst/tcp/gsttcpserversrc.h:
21103         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21104         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21105         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21106           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21107           moved bitshift from macro to enum definition
21108
21109 2005-10-12  Wim Taymans  <wim@fluendo.com>
21110
21111         * examples/seeking/Makefile.am:
21112         Oops.
21113
21114 2005-10-12  Wim Taymans  <wim@fluendo.com>
21115
21116         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21117         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21118         Don't assert on normal stuff.
21119
21120         * gst/playback/gstplaybin.c: (do_playbin_seek):
21121         API fix.
21122
21123 2005-10-12  Wim Taymans  <wim@fluendo.com>
21124
21125         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21126         * examples/seeking/Makefile.am:
21127         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21128         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21129         (do_seek), (set_update_scale), (message_received), (main):
21130         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21131         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21132         Update for _get_state() API change.
21133
21134 2005-10-11  Wim Taymans  <wim@fluendo.com>
21135
21136         * gst-libs/gst/audio/gstbaseaudiosink.c:
21137         (gst_base_audio_sink_render):
21138         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21139         (gst_base_audio_src_create):
21140         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21141         (gst_ring_buffer_read):
21142         Cleanups.
21143         Commit and read from ringbuffer in samples rather than bytes.
21144
21145 2005-10-11  Wim Taymans  <wim@fluendo.com>
21146
21147         * gst-libs/gst/audio/gstbaseaudiosink.c:
21148         (gst_base_audio_sink_render):
21149         Respect segment rate and accum when scheduling samples.
21150
21151 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21152
21153         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21154         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21155         EOS correctly, that needs more work.
21156
21157 2005-10-11  Wim Taymans  <wim@fluendo.com>
21158
21159         * check/generic/states.c: (GST_START_TEST):
21160         remove old property.
21161
21162         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21163         (gst_ogg_demux_perform_seek):
21164         * ext/theora/theoradec.c: (theora_dec_sink_event):
21165         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21166         (vorbis_handle_data_packet):
21167         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21168         (gst_base_rtp_depayload_set_gst_timestamp):
21169         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21170         Update for newsegment API change.
21171
21172 2005-10-11  Michael Smith <msmith@fluendo.com>
21173
21174         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21175         (do_playbin_seek), (gst_play_bin_send_event):
21176           Override send_event differently, so that we can takes bits of
21177           functionality from GstPipeline (special handling for seeks,
21178           including pausing/resuming, and resetting stream time) and still get
21179           the appropriate behaviour of only forwarding event to a single sink,
21180           rather than all of them.
21181           Unfortunately requires a lot of code duplication, but the
21182           alternatives are equally ugly in the end.
21183
21184 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21185
21186         * check/elements/audioconvert.c: (setup_audioconvert),
21187         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21188         (GST_START_TEST), (audioconvert_suite):
21189           clean up tests a little, fix some leaks.
21190
21191 2005-10-10  Wim Taymans  <wim@fluendo.com>
21192
21193         * ext/alsa/gstalsasink.c:
21194         Also allow unsigned int.
21195
21196         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21197         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21198         Small cleanup
21199
21200 2005-10-10  Wim Taymans  <wim@fluendo.com>
21201
21202         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21203         Small update, use API as stated in design docs.
21204
21205         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21206         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21207         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21208         (message_received), (main):
21209         Updated seek example for GOption. Some usability improvements.
21210
21211 2005-10-10  Wim Taymans  <wim@fluendo.com>
21212
21213         * gst/audioconvert/audioconvert.h:
21214         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21215         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21216         Alloc temp storage somewhere else where we can do it more
21217         portable.
21218
21219 2005-10-10  Wim Taymans  <wim@fluendo.com>
21220
21221         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21222         (gst_tcpserversrc_start):
21223         Don't block in accept while doing the state change, move
21224         to poll and make cancellable.
21225
21226 2005-10-09  Philippe Khalaf <burger@speedy.org>
21227
21228         * gst-libs/gst/rtp/rtpbasedepayload.c:
21229         Set timestamp and add queue delay to timestamp
21230         * gst-libs/gst/rtp/rtpbuffer.h:
21231         Set correct payload type for h263
21232
21233 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21234
21235         * gst/audiotestsrc/gstaudiotestsrc.c:
21236         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21237         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21238         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21239         (gst_audiotestsrc_create_triangle),
21240         (gst_audiotestsrc_create_silence),
21241         (gst_audiotestsrc_create_white_noise),
21242         (gst_audiotestsrc_init_pink_noise),
21243         (gst_audiotestsrc_generate_pink_noise_value),
21244         (gst_audiotestsrc_create_pink_noise),
21245         (gst_audiotestsrc_change_wave):
21246         * gst/audiotestsrc/gstaudiotestsrc.h:
21247           fixed typo, added pink noise
21248
21249 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21250
21251         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21252         (plugin_init):
21253           Add wavpack and spc typefind functions from 0.8 branch.
21254
21255 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21256
21257         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21258         (ar_type_find), (msdos_type_find), (plugin_init):
21259           Add typefind functions for tar archives, ar archives,
21260           RAR archives, and msdos-executables (dlls, exe, etc.).
21261           Some of those would be wrongly identified as mpeg
21262           streams of some sort before (#315550).
21263
21264 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21265
21266         * configure.ac:
21267         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21268         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21269         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21270         * gst/audiotestsrc/Makefile.am:
21271         * gst/audiotestsrc/gstaudiotestsrc.c:
21272         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21273         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21274         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21275         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21276         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21277         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21278         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21279         (gst_audiotestsrc_create_silence),
21280         (gst_audiotestsrc_create_white_noise),
21281         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21282         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21283         (gst_audiotestsrc_start), (plugin_init):
21284         * gst/audiotestsrc/gstaudiotestsrc.h:
21285           add new plugin and element
21286         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21287           use gobject_class
21288
21289 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21290
21291         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21292         (gst_adder_init), (gst_adder_request_new_pad),
21293         (gst_adder_change_state):
21294           Add query function to source pad, so adder reports the correct
21295           time/sample position when queried (#315457); fix state change
21296           function; use GST_DEBUG_FUNCPTR() for pad functions.
21297
21298 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21299
21300         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21301           Fix leaks in typefind registration
21302           Clean up the gratuitous commenting and whitespacing a little
21303
21304 2005-10-08  Wim Taymans  <wim@fluendo.com>
21305
21306         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21307         Only actually wait for the thread to be stopped if it's 
21308         running.
21309
21310 2005-10-08  Wim Taymans  <wim@fluendo.com>
21311
21312         * gst-libs/gst/audio/gstbaseaudiosink.c:
21313         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21314         If we receive EOS we can start playback of what we had.
21315
21316 2005-10-08  Wim Taymans  <wim@fluendo.com>
21317
21318         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21319         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21320         (gst_multifdsink_stop):
21321         Fix crasher when going to NULL multiple times.
21322
21323 2005-10-06  Wim Taymans  <wim@fluendo.com>
21324
21325         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21326         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21327         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21328         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21329         patch from Edgard Lima <edgard.lima@indt.org.br>
21330         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21331
21332 2005-10-06  Wim Taymans  <wim@fluendo.com>
21333
21334         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21335         Report the FLOW_RETURN as string in the error message.
21336
21337         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21338         Don't assert when clearing an unnegotiated buffer.
21339
21340 2005-10-04  Michael Smith <msmith@fluendo.com>
21341
21342         * gst/playback/gstplaybasebin.c: (group_destroy),
21343         (gen_preroll_element), (remove_groups), (setup_source):
21344         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21345         (setup_sinks), (gst_play_bin_send_event),
21346         (gst_play_bin_change_state):
21347           Set state to NULL before removing from bin. Fix refcounting.
21348
21349 2005-10-04  Michael Smith <msmith@fluendo.com>
21350
21351         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21352           Correct refcounting in send_event() function. Previously was wrong
21353           if the first sink was unable to handle the event.
21354
21355 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21356
21357         * configure.ac:
21358           back to development
21359
21360 === release 0.9.3 ===
21361
21362 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21363
21364         * configure.ac:
21365           Releasing 0.9.3, "De Facto"
21366
21367 2005-10-03  Andy Wingo  <wingo@pobox.com>
21368
21369         * gst/playback/gstdecodebin.c (try_to_link_1)
21370         (remove_element_chain): set element to NULL before removing it.
21371
21372 2005-10-02  Johan Dahlin  <johan@gnome.org>
21373
21374         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21375         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21376         MT safe.
21377
21378 2005-10-02  Andy Wingo  <wingo@pobox.com>
21379
21380         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21381         (gst_ring_buffer_prepare_read): 
21382         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21383         Demote to LOG.
21384
21385 2005-09-29  Wim Taymans  <wim@fluendo.com>
21386
21387         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21388         * ext/theora/theoradec.c: (theora_handle_data_packet):
21389         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21390         Propagate error codes from alloc_buffer too.
21391
21392 2005-09-29  Wim Taymans  <wim@fluendo.com>
21393
21394         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21395         We use fixed caps.
21396
21397         * gst/playback/Makefile.am:
21398         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21399         (dump_element_stats), (main):
21400         Added example stream introspection code.
21401
21402 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21403
21404         * gst/adder/gstadder.c: (gst_adder_collected):
21405           fix adder for float elements
21406
21407 2005-09-28  Wim Taymans  <wim@fluendo.com>
21408
21409         * gst-libs/gst/audio/gstbaseaudiosink.c:
21410         (gst_base_audio_sink_class_init),
21411         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21412         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21413         (gst_base_audio_src_class_init),
21414         (gst_base_audio_src_provide_clock):
21415         get_clock -> provide_clock
21416
21417 2005-09-28  Andy Wingo  <wingo@pobox.com>
21418
21419         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21420         and unlocking.
21421
21422         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21423         unlocking.
21424
21425         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21426         Actually add the pad template.
21427         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21428
21429         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21430         I'm at it...
21431
21432         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21433         from fdsrc. Get caps in create() instead of start() so it can be
21434         interrupted. Interruption somewhat untested.
21435
21436         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21437         Proper EOS handling.
21438
21439 2005-09-27  Andy Wingo  <wingo@pobox.com>
21440
21441         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21442
21443         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21444
21445         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21446
21447         * gst/tcp/gsttcp.h: 
21448         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21449         out of tcpclientsrc.c. Cancellable.
21450         (gst_tcp_socket_read): Made private, cancellable, with better
21451         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21452         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21453         whole buffer, and better diagnostics.
21454         (gst_tcp_gdp_read_caps): Same.
21455
21456         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21457
21458 2005-09-26  Andy Wingo  <wingo@pobox.com>
21459
21460         * gst/sine/gstsinesrc.h:
21461         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21462         change the 'sync' property to 'is-live' and implement it halfway,
21463         update for controller api change.
21464
21465         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21466         controller api change.
21467
21468 2005-09-24  Wim Taymans  <wim@fluendo.com>
21469
21470         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21471         * gst-libs/gst/audio/gstaudiosink.c:
21472         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21473         (gst_audioringbuffer_stop):
21474         * gst-libs/gst/audio/gstbaseaudiosink.c:
21475         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21476         (gst_base_audio_sink_change_state):
21477         * gst-libs/gst/audio/gstbaseaudiosink.h:
21478         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21479         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21480         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21481         * gst-libs/gst/audio/gstringbuffer.h:
21482         Fix sync again. Moved sample alignment to basesink.
21483
21484 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21485
21486         * docs/plugins/Makefile.am:
21487         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21488         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21489         * gst/volume/gstvolume.c:
21490           add/fix docs
21491         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21492         * gst-libs/gst/audio/audio.h:
21493           add conversion macros for frames <-> clocktime
21494
21495 2005-09-23  David Schleef  <ds@schleef.org>
21496
21497         * gst/audioresample/Makefile.am:
21498         * gst/audioresample/debug.h:
21499         * gst/audioresample/gstaudioresample.c:
21500         * gst/audioresample/resample.c: Convert to using gst debugging
21501
21502 2005-09-22  Wim Taymans  <wim@fluendo.com>
21503
21504         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21505         (gst_play_bin_send_event):
21506         Only seek on one sink, the first one that succeeds.
21507
21508 2005-09-22  Michael Smith <msmith@fluendo.com>
21509
21510         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21511         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21512         Don't flush encoder state unless we have an initialised encoder.
21513         Clear out encoder state on PAUSED_TO_READY.
21514
21515 2005-09-22  Wim Taymans  <wim@fluendo.com>
21516
21517         * gst-libs/gst/rtp/gstbasertppayload.c:
21518         (gst_basertppayload_class_init), (gst_basertppayload_init),
21519         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21520         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21521         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21522         (gst_basertppayload_set_property),
21523         (gst_basertppayload_get_property),
21524         (gst_basertppayload_change_state):
21525         * gst-libs/gst/rtp/gstbasertppayload.h:
21526         Added max-ptime to control amount of data in the rtp packets.
21527
21528 2005-09-21  Andy Wingo  <wingo@pobox.com>
21529
21530         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21531         thingies.
21532
21533         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21534         can be called multiple times, dogs.
21535
21536 2005-09-21  Wim Taymans  <wim@fluendo.com>
21537
21538         * gst-libs/gst/rtp/gstbasertppayload.c:
21539         (gst_basertppayload_class_init), (gst_basertppayload_init),
21540         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21541         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21542         (gst_basertppayload_push), (gst_basertppayload_get_property),
21543         (gst_basertppayload_change_state):
21544         Allow 0 ssrc too.
21545
21546 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21547
21548         * docs/libs/compiling.sgml:
21549           fixing typos
21550
21551 2005-09-20  Wim Taymans  <wim@fluendo.com>
21552
21553         * gst-libs/gst/rtp/gstbasertppayload.c:
21554         (gst_basertppayload_class_init), (gst_basertppayload_init),
21555         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21556         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21557         (gst_basertppayload_push), (gst_basertppayload_set_property),
21558         (gst_basertppayload_get_property),
21559         (gst_basertppayload_change_state):
21560         * gst-libs/gst/rtp/gstbasertppayload.h:
21561         Added property to configure sequence number offsets.
21562
21563 2005-09-20  Wim Taymans  <wim@fluendo.com>
21564
21565         * gst-libs/gst/rtp/gstbasertppayload.c:
21566         (gst_basertppayload_class_init), (gst_basertppayload_init),
21567         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21568         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21569         (gst_basertppayload_push), (gst_basertppayload_set_property),
21570         (gst_basertppayload_get_property),
21571         (gst_basertppayload_change_state):
21572         * gst-libs/gst/rtp/gstbasertppayload.h:
21573         Make timestamp offset configurable.
21574
21575 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21576
21577         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21578           fix wrong pop/unref
21579
21580 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21581
21582         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21583
21584         * gst-libs/gst/interfaces/propertyprobe.c:
21585         (gst_property_probe_probe_property_name),
21586         (gst_property_probe_needs_probe_name),
21587         (gst_property_probe_get_values_name),
21588         (gst_property_probe_probe_and_get_values_name):
21589           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21590           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21591
21592 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21593
21594         * check/Makefile.am:
21595           have some tests be disabled for valgrinding
21596         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21597         (GST_START_TEST):
21598         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21599           Fix A Leak.  Chain To Parent Finalize.
21600
21601 2005-09-19  Wim Taymans  <wim@fluendo.com>
21602
21603         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21604         Fixed wav pipeline.
21605
21606 2005-09-19  Wim Taymans  <wim@fluendo.com>
21607
21608         * gst-libs/gst/rtp/gstbasertppayload.c:
21609         (gst_basertppayload_class_init), (gst_basertppayload_init),
21610         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21611         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21612         (gst_basertppayload_push), (gst_basertppayload_get_property),
21613         (gst_basertppayload_change_state):
21614         Posting ERROR and WARNING messages is good.
21615
21616 2005-09-19  Wim Taymans  <wim@fluendo.com>
21617
21618         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21619         (gst_base_rtp_depayload_add_to_queue),
21620         (gst_base_rtp_depayload_push),
21621         (gst_base_rtp_depayload_set_gst_timestamp),
21622         (gst_base_rtp_depayload_queue_release):
21623         This one was not supposed to go in.
21624
21625 2005-09-19  Wim Taymans  <wim@fluendo.com>
21626
21627         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21628         Fix for bus API.
21629
21630         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21631         (gst_base_rtp_depayload_chain),
21632         (gst_base_rtp_depayload_add_to_queue),
21633         (gst_base_rtp_depayload_push),
21634         (gst_base_rtp_depayload_set_gst_timestamp),
21635         (gst_base_rtp_depayload_queue_release):
21636         Some cleanups.
21637
21638         * gst-libs/gst/rtp/gstbasertppayload.c:
21639         (gst_basertppayload_class_init), (gst_basertppayload_init),
21640         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21641         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21642         (gst_basertppayload_get_property),
21643         (gst_basertppayload_change_state):
21644         Added debugging category.
21645
21646 2005-09-18  David Schleef  <ds@schleef.org>
21647
21648         * gst/playback/gstdecodebin.c: free plugin list correctly
21649         * gst/playback/gstplaybin.c: emit warning if autovideosink
21650           and autoaudiosink can't be found (instead of segfaulting)
21651
21652 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21653
21654         * check/elements/audioconvert.c: (GST_START_TEST):
21655           try out 24 bit conversion
21656
21657 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21658
21659         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21660         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21661         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21662         * ext/vorbis/vorbisenc.h:
21663           Fix EOS handling.  Still needs a fix in the ogg muxer to
21664           mark the last page as eos.
21665
21666 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21667
21668         * common/gtk-doc-plugins.mak:
21669         * docs/plugins/Makefile.am:
21670         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21671         * gst/ffmpegcolorspace/Makefile.am:
21672         * gst/ffmpegcolorspace/avcodec.h:
21673         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21674         * gst/tcp/gstmultifdsink.c:
21675           fix up ffmpegcolorspace docs; extract header
21676
21677 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21678
21679         * common/gtk-doc-plugins.mak:
21680         * docs/plugins/Makefile.am:
21681         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21682         * ext/theora/Makefile.am:
21683         * ext/theora/gsttheoraenc.h:
21684         * ext/theora/theoraenc.c:
21685         * ext/vorbis/vorbisenc.c:
21686           pick up signals and args for vorbis; add some docs for vorbis
21687
21688 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21689
21690         * common/gstdoc-scangobj:
21691         * common/gtk-doc-plugins.mak:
21692         * docs/libs/Makefile.am:
21693         * docs/plugins/gst-plugins-base-plugins.args:
21694         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21695         * docs/plugins/gst-plugins-base-plugins.interfaces:
21696         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21697         * docs/plugins/gst-plugins-base-plugins.signals:
21698           only scanobj stuff from our source module.  Not sure yet
21699           if that's correct, given the hierarchy stuff :)
21700
21701 2005-09-15  Wim Taymans  <wim@fluendo.com>
21702
21703         * gst/audioconvert/gstaudioconvert.c:
21704         And enable 24 bits mode as well..
21705
21706 2005-09-15  Wim Taymans  <wim@fluendo.com>
21707
21708         * gst-libs/gst/rtp/Makefile.am:
21709         * gst-libs/gst/rtp/gstbasertppayload.c:
21710         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21711         (gst_basertppayload_class_init), (gst_basertppayload_init),
21712         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21713         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21714         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21715         (gst_basertppayload_set_property),
21716         (gst_basertppayload_get_property),
21717         (gst_basertppayload_change_state):
21718         * gst-libs/gst/rtp/gstbasertppayload.h:
21719         Added rtp payloader base class.
21720
21721 2005-09-15  Andy Wingo  <wingo@pobox.com>
21722
21723         * configure.ac (plugindir): Remove the EOL matcher from the
21724         regexp, as it causes me problems. Libtool? Make? Who knows?
21725
21726 2005-09-14  David Schleef  <ds@schleef.org>
21727
21728         * check/generic/states.c: 
21729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21730         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21731           Fixes for changes in registry API.
21732
21733         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21734           to GST_PLUGIN_LDFLAGS.
21735         * ext/libvisual/visual.c: Make the library shut up.
21736         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21737         * gst-libs/gst/audio/gstaudiofilter.c: same
21738
21739 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21740
21741         * docs/plugins/Makefile.am:
21742         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21743         * docs/plugins/inspect/plugin-libvisual.xml:
21744         * docs/plugins/tmpl/element-tcpserversink.sgml:
21745         * ext/theora/theoraenc.c:
21746           add libvisual plugin and theoraenc element to docs
21747
21748 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21749
21750         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21751         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21752         * ext/theora/theoraenc.c:
21753           add theoraenc
21754
21755 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21756
21757         * gst/audioconvert/Makefile.am:
21758           Audioconvert derives from GstBaseTransform and should
21759           link to the library with our base elements to avoid
21760           unresolved symbols. Makes things work with MinGW (#316160)
21761
21762         * gst/playback/test4.c: (main):
21763           Fix MinGW build problem and use g_usleep() instead of 
21764           sleep() (#316162)
21765
21766 2005-09-12  Wim Taymans  <wim@fluendo.com>
21767
21768         * gst/audioconvert/audioconvert.c: (float),
21769         (audio_convert_prepare_context), (audio_convert_convert):
21770         * gst/audioconvert/audioconvert.h:
21771         Cleanups, speedups, simplifications, added back support
21772         for 24 bits.
21773
21774 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21775
21776         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21777         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21778         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21779         * docs/plugins/tmpl/element-tcpserversink.sgml:
21780         * gst/ffmpegcolorspace/gstffmpeg.c:
21781         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21782         * gst/videotestsrc/gstvideotestsrc.c:
21783         * gst/volume/gstvolume.c:
21784           add more elements to the docs
21785
21786 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21787
21788         * check/Makefile.am:
21789         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21790         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21791           Add extra tests for basetransform based components. 
21792           Comment out the test_element_negotiation test until we decide
21793           if it's testing correct behaviour.
21794         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21795         (gst_visual_chain), (gst_visual_change_state):
21796           Slightly more correct but still bogus timestamping.
21797           Fix state change function.
21798         * gst/audioconvert/gstaudioconvert.c:
21799         (gst_audio_convert_class_init):
21800         * gst/audioresample/gstaudioresample.c:
21801         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21802         (gst_ffmpegcsp_class_init):
21803         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21804         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21805         (gst_videoscale_prepare_image):
21806         * gst/volume/gstvolume.c: (gst_volume_class_init),
21807         (volume_transform_ip):
21808           Basetransform updates. Enable passthrough modes.
21809         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21810         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21811         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21812           Negotiation fix that allows the window to return to the original
21813           size and renegotiate passthrough upstream. Extra debug output.
21814
21815 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21816
21817         * gst/sine/gstsinesrc.c:
21818         * gst/volume/gstvolume.c:
21819           fix up header include
21820
21821 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21822
21823         * gst-libs/gst/audio/gstbaseaudiosink.c:
21824         (gst_base_audio_sink_render):
21825         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21826         * gst/volume/gstvolume.c: (gst_volume_class_init),
21827         (volume_transform):
21828           fixing lost sync, some more debugging
21829
21830 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
21831
21832         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21833         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21834         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21835         (gst_xvimagesink_check_xshm_calls):
21836           Fix compilation when XShm is not available.
21837
21838 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21839
21840         * ext/libvisual/visual.c: (gst_visual_dispose),
21841         (gst_visual_getcaps), (gst_visual_src_setcaps),
21842         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21843         (gst_visual_change_state):
21844           Finish fixing up libvisual plugin so that it runs. 
21845
21846 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21847
21848         * ext/vorbis/vorbisenc.c:
21849         * gst-libs/gst/tag/gstvorbistag.c:
21850           gsttaginterface.h -> gsttagsetter.h
21851
21852 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21853
21854         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
21855           added another test that failes for me (test is not active by default)
21856
21857 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21858
21859         * configure.ac:
21860           v4l2 is no longer in gst-plugins-base
21861
21862 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21863
21864         * configure.ac:
21865           In the output at the end, don't show the first plugin on the same
21866           line as "Core plug-ins, always built:".
21867           Indent the output as for other plugin categories
21868         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
21869           #define that can be used to not use peer buffer_alloc functions for
21870           test purposes.
21871         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21872         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
21873         (gst_ximagesink_show_frame):
21874         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21875         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
21876         (gst_xvimagesink_show_frame):
21877           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
21878           fails gracefully instead of XError aborting or deadlocking.
21879
21880 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21881
21882         * ext/libvisual/Makefile.am:
21883           link against gst-base-libs
21884
21885 2005-09-06  David Schleef  <ds@schleef.org>
21886
21887         * configure.ac: Enable libvisual plugin.
21888         * ext/libvisual/Makefile.am:
21889         * ext/libvisual/visual.c: Fixes to make it compile.
21890
21891 === release 0.9.2 ===
21892
21893 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21894
21895         * NEWS:
21896         * RELEASE:
21897         * configure.ac:
21898         * docs/random/ChangeLog-0.8:
21899           releasing 0.9.2, "Spoon"
21900
21901 2005-09-05  Michael Smith <msmith@fluendo.com>
21902
21903         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
21904           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
21905           that in the vorbisenc element.
21906
21907 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21908
21909         * common/gtk-doc-plugins.mak:
21910         * docs/plugins/Makefile.am:
21911           fix distcheck
21912         * gst/audioresample/resample.c:
21913           fix wrong docstring
21914
21915 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21916
21917         * common/gst-xmlinspect.py:
21918         * common/gtk-doc-plugins.mak:
21919           only inspect plugins for this given package
21920           require gst-python 0.9
21921
21922 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21923
21924         * Makefile.am:
21925         * autogen.sh:
21926         * common/gst-xmlinspect.py:
21927         * configure.ac:
21928         * docs/Makefile.am:
21929         * docs/plugins/inspect/plugin-alsa.xml:
21930         * docs/plugins/inspect/plugin-audioresample.xml:
21931         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21932         * docs/plugins/inspect/plugin-ogg.xml:
21933         * docs/plugins/tmpl/element-gnomevfssink.sgml:
21934         * docs/plugins/tmpl/element-multifdsink.sgml:
21935         * docs/plugins/tmpl/element-tcpserversink.sgml:
21936         * docs/plugins/tmpl/element-vorbisenc.sgml:
21937         * gst-plugins-base.spec.in:
21938           various doc-related updates
21939
21940 2005-08-31  Wim Taymans  <wim@fluendo.com>
21941
21942         * gst-libs/gst/audio/gstbaseaudiosink.c:
21943         (gst_base_audio_sink_render):
21944         Resync if the buffer timestamps drift more than a 10th 
21945         of a second.
21946
21947 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
21948
21949         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
21950         (gst_v4lsrc_get_property):
21951           The 'timestamp-offset' property is registered as an int64, so
21952           let's use g_value_{set|get}_int64() in our setter and getter
21953           functions (makes it work and fixes warnings with gst-inspect).
21954
21955 2005-08-30  Wim Taymans  <wim@fluendo.com>
21956
21957         * check/elements/audioconvert.c: (setup_audioconvert):
21958         * check/elements/audioresample.c: (setup_audioresample):
21959         * check/elements/volume.c: (setup_volume):
21960         Fix checks.
21961
21962 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21963
21964         * common/gtk-doc-plugins.mak:
21965         * common/plugins.xsl:
21966         * docs/plugins/Makefile.am:
21967           make module a param
21968
21969 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21970
21971         * examples/seeking/seek.c: (make_mp3_pipeline),
21972         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
21973         (play_cb), (pause_cb), (stop_cb):
21974           update the example
21975
21976 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21977
21978         * gst/volume/gstvolume.c: (gst_volume_class_init),
21979         (volume_transform):
21980           do not update controlled params, if buffer has no timestamp
21981
21982 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
21983
21984         * configure.ac:
21985         * gst/sine/Makefile.am:
21986         * gst/volume/Makefile.am:
21987           controllerized elements also need to link against controller-libs ;)
21988
21989 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
21990
21991         * docs/libs/tmpl/gstcolorbalance.sgml:
21992         * docs/libs/tmpl/gstgconf.sgml:
21993         * docs/libs/tmpl/gstmixer.sgml:
21994         * docs/libs/tmpl/gstringbuffer.sgml:
21995         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21996         (gst_sinesrc_create):
21997         * gst/volume/gstvolume.c: (gst_volume_class_init),
21998         (volume_transform):
21999           controllerized two audio plugins
22000
22001 2005-08-29  Andy Wingo  <wingo@pobox.com>
22002
22003         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
22004         (vorbis_handle_data_packet): Fix some int overflow errors.
22005
22006         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
22007         -1.
22008         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
22009         valid.
22010         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
22011         if it's valid. Fixed streaming-mode playback.
22012
22013         * check/elements/volume.c (cleanup_volume): Fix for running
22014         CK_FORK=no.
22015
22016         * check/elements/audioconvert.c: Convert from native endian, not
22017         little endian.
22018
22019 2005-08-29  Michael Smith <msmith@fluendo.com>
22020
22021         * ext/ogg/Makefile.am:
22022         * ext/ogg/gstogg.c: (plugin_init):
22023         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
22024         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
22025         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
22026         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
22027         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
22028         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
22029         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
22030         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
22031         Add an ogg parser element.
22032
22033 2005-08-28  Andy Wingo  <wingo@pobox.com>
22034
22035         * Updates for two-arg init from GST_BOILERPLATE_FULL.
22036
22037 2005-08-26  Wim Taymans  <wim@fluendo.com>
22038
22039         * gst/audioconvert/audioconvert.c: (if), (float),
22040         (audio_convert_get_func_index), (check_default),
22041         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22042         (audio_convert_clean_context), (audio_convert_get_sizes),
22043         (audio_convert_convert):
22044         Cleanups.
22045
22046 2005-08-26  Wim Taymans  <wim@fluendo.com>
22047
22048         * gst/audioconvert/audioconvert.c: (if), (float),
22049         (audio_convert_get_func_index), (check_default),
22050         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22051         (audio_convert_clean_context), (audio_convert_get_sizes),
22052         (audio_convert_convert):
22053         More elegant and working temp buffer selection algo.
22054
22055 2005-08-26  Wim Taymans  <wim@fluendo.com>
22056
22057         * gst/audioconvert/audioconvert.c: (if), (float),
22058         (audio_convert_get_func_index), (check_default),
22059         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22060         (audio_convert_clean_context), (audio_convert_get_sizes),
22061         (get_temp_buffer), (audio_convert_convert):
22062         Use realloc else we lose our original data.
22063
22064 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22065
22066         * gst/audioresample/gstaudioresample.c:
22067           use base class' newsegment to properly timestamp
22068
22069 2005-08-26  Wim Taymans  <wim@fluendo.com>
22070
22071         * gst/audioconvert/audioconvert.c: (if), (float),
22072         (audio_convert_get_func_index), (check_default),
22073         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22074         (audio_convert_clean_context), (audio_convert_get_sizes),
22075         (get_temp_buffer), (audio_convert_convert):
22076         * gst/audioconvert/gstaudioconvert.c:
22077         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22078         (gst_audio_convert_transform_caps),
22079         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22080         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22081         Oops, allocate enough space to perform the channel mix.
22082
22083 2005-08-26  Wim Taymans  <wim@fluendo.com>
22084
22085         * gst/audioconvert/Makefile.am:
22086         * gst/audioconvert/audioconvert.c: (if), (float),
22087         (audio_convert_get_func_index), (check_default),
22088         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22089         (audio_convert_clean_context), (audio_convert_get_sizes),
22090         (get_temp_buffer), (audio_convert_convert):
22091         * gst/audioconvert/audioconvert.h:
22092         * gst/audioconvert/gstaudioconvert.c:
22093         (gst_audio_convert_class_init), (gst_audio_convert_init),
22094         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22095         (gst_audio_convert_get_unit_size),
22096         (gst_audio_convert_transform_caps),
22097         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22098         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22099         * gst/audioconvert/gstaudioconvert.h:
22100         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22101         (gst_channel_mix_fill_identical),
22102         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22103         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22104         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22105         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22106         (gst_channel_mix_mix):
22107         * gst/audioconvert/gstchannelmix.h:
22108         Cleanups, librarify a bit, optimize, better negotiation and more.
22109
22110 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22111
22112         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22113         Another from MikeS:
22114         During typefinding, don't support negative offsets
22115         (offsets from the end of the stream) in our typefind->peek() function
22116         - nothing embedded in ogg ever needs them. However, we need to recognise
22117         those requests and reject them, otherwise we return invalid pointers.
22118
22119 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22120
22121         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22122         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22123         (vorbisdec_finalize), (vorbis_handle_type_packet):
22124           Big shout-out to MikeS for fixing this giant memory leak.
22125           Huzzah!
22126
22127 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22128
22129         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22130         (audio_convert_get_unit_size):
22131           plug some leaks
22132
22133 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22134
22135         * check/Makefile.am:
22136         * check/elements/audioconvert.c: (setup_audioconvert),
22137         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22138         (GST_START_TEST), (audioconvert_suite), (main):
22139           add a test for audioconvert
22140         * gst/audioresample/gstaudioresample.c:
22141         * gst/audioresample/gstaudioresample.h:
22142           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22143           note that for buffers of 1/3 sec this means DURATION(c) is 
22144           one nanosecond more than for a and b
22145
22146 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22147
22148         * check/Makefile.am:
22149         * check/elements/audioresample.c: (setup_audioresample),
22150         (cleanup_audioresample), (fail_unless_perfect_stream),
22151         (test_perfect_stream_instance), (GST_START_TEST),
22152           add a check for audioresample
22153         (audioresample_suite), (main):
22154         * check/elements/volume.c: (GST_START_TEST):
22155           remove unused method
22156         * gst/audioresample/gstaudioresample.c:
22157           set correct buffer parameters since we're changing them
22158         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22159           add some debug
22160
22161 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22162
22163         * gst/audioresample/debug.c:
22164         * gst/audioresample/gstaudioresample.c:
22165           add room for extra overlap samples when asked to transform size
22166           protect against possible mem corruption and check for discrepancies
22167           between written size and outbuffer's size so we can warn for
22168           potential problems
22169         * gst/audioresample/resample.c: (resample_init),
22170         (resample_get_output_size_for_input), (resample_get_output_size),
22171         (resample_set_n_channels), (resample_set_format):
22172           set debug level based on RESAMPLE_DEBUG env var
22173           make sure that get_output_size* returns a whole number of
22174           sample_size
22175           set sample_size each time either channel or format is set
22176         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22177         * gst/audioresample/resample_functable.c:
22178         (resample_scale_functable):
22179         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22180           remove r->sample_size, it's done in resample.c now
22181           add some debugging to the ref implementation
22182           make sure we only give back bytes that are wholes of the sample
22183           size
22184
22185 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22186         * gst/playback/gstplaybasebin.c: (fill_buffer):
22187         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22188
22189 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22190
22191         * gst/volume/gstvolume.c:
22192           made set_caps function static
22193
22194 2005-08-24  Wim Taymans  <wim@fluendo.com>
22195
22196         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22197         (gst_vorbisenc_change_state):
22198         Stop leaking taglists.
22199
22200 2005-08-24  Wim Taymans  <wim@fluendo.com>
22201
22202         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22203         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22204         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22205         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22206         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22207         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22208         Parse seeking events better.
22209         Unref static caps.
22210         Generate correct newsegment events, fixes seeking in live oggs.
22211
22212         * ext/theora/theoradec.c: (theora_dec_src_query),
22213         (theora_dec_src_event), (theora_dec_src_getcaps),
22214         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22215         Use newsegment values to report correct play time.
22216
22217         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22218         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22219         * ext/vorbis/vorbisdec.h:
22220         Parse and use newsegment values to report correct play time.
22221
22222         * gst-libs/gst/audio/gstbaseaudiosink.c:
22223         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22224         Clear ringbuffer on flush.
22225         Use newsegment values to calculate playback time.
22226
22227         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22229         Basesink does newsegment calculations for us now.
22230
22231 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22232
22233         * check/Makefile.am:
22234         * configure.ac:
22235           add core's plugins to the mix so that playbin works
22236         * check/generic/states.c: (GST_START_TEST):
22237           set a 0 timeout on pipelines, so they don't force the next
22238           state change
22239         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22240         (gst_play_base_bin_change_state):
22241           remove the crappy error handling and do GST error handling
22242
22243 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22244
22245         * check/Makefile.am:
22246         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22247           add same test as to core, it bitches out on playbin atm.
22248
22249 2005-08-24  Wim Taymans  <wim@fluendo.com>
22250
22251         * configure.ac:
22252         Remove audioscale.
22253
22254 2005-08-24  Wim Taymans  <wim@fluendo.com>
22255
22256         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22257         (gst_videoscale_prepare_size), (parse_caps),
22258         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22259         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22260         (gst_videoscale_transform):
22261         * gst/videoscale/gstvideoscale.h:
22262         Refactor, make use of BaseTranform really well.
22263
22264 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22265
22266         * configure.ac:
22267           compile audioresample
22268         * gst/audioresample/Makefile.am:
22269         * gst/audioresample/buffer.c:
22270         * gst/audioresample/functable.c:
22271         * gst/audioresample/gstaudioresample.c:
22272         * gst/audioresample/gstaudioresample.h:
22273         * gst/audioresample/resample.c:
22274         (resample_get_output_size_for_input):
22275         * gst/audioresample/resample.h:
22276         * gst/audioresample/resample_chunk.c:
22277         * gst/audioresample/resample_functable.c:
22278         * gst/audioresample/resample_ref.c:
22279           port to use basetransform; doesn't work in all cases yet
22280
22281 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22282
22283         * gst/audioconvert/gstaudioconvert.c:
22284         (gst_audio_convert_class_init), (gst_audio_convert_init),
22285         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22286         (audio_convert_fixate_caps), (audio_convert_set_caps),
22287         (audio_convert_transform),
22288         (gst_audio_convert_buffer_to_default_format),
22289         (gst_audio_convert_buffer_from_default_format),
22290         (gst_audio_convert_channels):
22291         * gst/audioconvert/gstchannelmix.c:
22292         * gst/audioconvert/gstchannelmix.h:
22293           port to basetransform
22294         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22295         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22296         (gst_ffmpegcsp_get_unit_size):
22297         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22298         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22299           fix for basetransform changes
22300
22301 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22302
22303         * check/Makefile.am:
22304           Add CHECK_CFLAGS and LDFLAGS
22305
22306         * gst/playback/gstplaybasebin.c: (fill_buffer):
22307           GST_MESSAGE_SRC became a GObject
22308
22309 2005-08-24  Wim Taymans  <wim@fluendo.com>
22310
22311         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22312         (gst_ring_buffer_clear_all):
22313         * gst-libs/gst/audio/gstringbuffer.h:
22314         Added function to clear the ringbuffer.
22315
22316 2005-08-24  Andy Wingo  <wingo@pobox.com>
22317
22318         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22319         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22320         of _open and _close.
22321
22322         * sys/v4l/gstv4lxoverlay.h:
22323         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22324         an Xv connection here, instead of all the time. Make Xv only be
22325         loaded if you axe for it. Kindof a workaround for buggy behaviour
22326         of Xv when using remote xservers (XvQueryExtension would block).
22327         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22328         replace the _open and _close public API. Only start the xv
22329         connection if necessary.
22330         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22331
22332 2005-08-23  David Schleef  <ds@schleef.org>
22333
22334         * gst/audioresample/Makefile.am: Leet audioresampling code
22335         * gst/audioresample/buffer.c:
22336         * gst/audioresample/buffer.h:
22337         * gst/audioresample/debug.c:
22338         * gst/audioresample/debug.h:
22339         * gst/audioresample/functable.c:
22340         * gst/audioresample/functable.h:
22341         * gst/audioresample/gstaudioresample.c:
22342         * gst/audioresample/gstaudioresample.h:
22343         * gst/audioresample/resample.c:
22344         * gst/audioresample/resample.h:
22345         * gst/audioresample/resample_chunk.c:
22346         * gst/audioresample/resample_functable.c:
22347         * gst/audioresample/resample_ref.c:
22348
22349 2005-08-23  Wim Taymans  <wim@fluendo.com>
22350
22351         * examples/seeking/seek.c: (make_vorbis_pipeline),
22352         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22353         Small seek updates.
22354
22355 2005-08-23  Andy Wingo  <wingo@pobox.com>
22356
22357         * gst-libs/gst/audio/gstbaseaudiosrc.c
22358         (gst_base_audio_src_fixate): Only fixate endianness if it is
22359         present in the caps.
22360
22361 2005-08-22  Andy Wingo  <wingo@pobox.com>
22362
22363         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22364         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22365         device-name property.
22366
22367         * gst-libs/gst/audio/gstaudiosrc.h:
22368         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22369         close_device in the ring buffer, like gstaudiosink.
22370
22371         * ext/alsa/gstalsamixer.h:
22372         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22373         macro to implement the interface without much code. Cleanups. 
22374
22375         * ext/alsa/gstalsasrc.h:
22376         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22377         READY.
22378
22379         * ext/alsa/Makefile.am: Add new files.
22380         * ext/alsa/gstalsamixerelement.c: 
22381         * ext/alsa/gstalsamixerelement.c: Split element code out from
22382         mixer code so that alsasrc can be a mixer too.
22383
22384 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22385
22386         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22387         (GST_START_TEST):
22388         * check/elements/vorbisdec.c: (setup_vorbisdec),
22389         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22390         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22391         (vorbis_handle_identification_packet),
22392         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22393         (vorbis_handle_header_packet), (vorbis_dec_push),
22394         (vorbis_dec_chain):
22395           use the setup/teardown methods to save code.  save code is good.
22396
22397 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22398
22399         * check/Makefile.am:
22400           add ext dir for plugins
22401           add vorbisdec test conditionally
22402         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22403         (GST_START_TEST), (volume_suite):
22404           add a test with wrong caps
22405         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22406         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22407           add a vorbisdec test
22408         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22409         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22410           clean up debug output
22411         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22412           yay, fix a segfault/security issue in vorbisdec
22413           gst-launch fakesrc ! vorbisdec wasn't happy
22414         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22415         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22416         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22417         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22418         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22419         (gst_vorbisenc_set_metadata), (get_constraints_string),
22420         (update_start_message), (gst_vorbisenc_setup),
22421         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22422         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22423         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22424         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22425         * ext/vorbis/vorbisenc.h:
22426           march in line
22427         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22428         (gst_ffmpegcsp_transform):
22429           have the kow come home
22430         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22431           debug my func ptr
22432         * gst/volume/gstvolume.c: (volume_set_caps):
22433           add a debug
22434
22435 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22436
22437         * Makefile.am:
22438         * check/.cvsignore:
22439         * check/Makefile.am:
22440         * check/elements/.cvsignore:
22441         * check/elements/volume.c: (chain_func), (event_func),
22442         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22443         (main):
22444         * configure.ac:
22445           add unit test structure for gst-plugins-base
22446           add a test for volume
22447         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22448         (gst_volume_set_volume), (gst_volume_get_volume),
22449         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22450         (volume_funcfind), (volume_process_float), (volume_process_int16),
22451         (volume_set_caps), (volume_transform), (volume_update_mute),
22452         (volume_update_volume), (volume_set_property),
22453         (volume_get_property):
22454           document a little; use basetransform vmethod _set_caps
22455
22456 2005-08-19  Andy Wingo  <wingo@pobox.com>
22457
22458         * ext/alsa/gstalsamixertrack.h:
22459         * ext/alsa/gstalsamixertrack.c:
22460         * ext/alsa/gstalsamixeroptions.h:
22461         * ext/alsa/gstalsamixeroptions.c:
22462         * ext/alsa/gstalsamixer.h:
22463         * ext/alsa/gstalsamixer.c: Port to 0.9.
22464
22465         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22466         Remove gstalsa.c and alsaclock. No more cruft here.
22467         
22468 2005-08-18  Wim Taymans  <wim@fluendo.com>
22469
22470         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22471         (gst_base_rtp_depayload_chain),
22472         (gst_base_rtp_depayload_add_to_queue),
22473         (gst_base_rtp_depayload_push),
22474         (gst_base_rtp_depayload_queue_release):
22475         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22476         Fix for RTPBuffer changes.
22477
22478         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22479         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22480         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22481         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22482         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22483         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22484         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22485         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22486         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22487         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22488         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22489         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22490         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22491         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22492         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22493         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22494         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22495         (gst_rtpbuffer_get_payload):
22496         * gst-libs/gst/rtp/gstrtpbuffer.h:
22497         Don't subclass GstBuffer but add methods and helper functions
22498         to construct and manipulate RTP packets in regular GstBuffers.
22499
22500 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22501
22502         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22503           moved statement below switch
22504         * gst/volume/gstvolume.c: (gst_volume_class_init):
22505           added debug ptr
22506
22507 2005-08-16  Wim Taymans  <wim@fluendo.com>
22508
22509         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22510         (gst_base_audio_src_change_state):
22511         Open and close device in READY<->NULL state change.
22512
22513 2005-08-16  Andy Wingo  <wingo@pobox.com>
22514
22515         * examples/seeking/Makefile.am: Don't compile non-compiling
22516         compiled objects with the compiler.
22517
22518         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22519         elements.
22520
22521 2005-08-12  Philippe Khalaf <burger@speedy.org>
22522         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22523         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22524           Made a thread to release the queue.
22525           Removed timestamp conversion for now.
22526
22527 2005-08-10  Philippe Khalaf <burger@speedy.org>
22528         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22529         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22530           Added rtp timestamp -> gst timestamp conversion.
22531           Fixed several problems with queue.
22532
22533 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22534
22535         * gst-libs/gst/audio/gstaudioclock.h:
22536         * gst-libs/gst/audio/gstaudiofilter.h:
22537         * gst-libs/gst/audio/gstaudiosink.h:
22538         * gst-libs/gst/audio/gstaudiosrc.h:
22539         * gst-libs/gst/audio/gstbaseaudiosink.h:
22540         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22541         * gst-libs/gst/audio/gstringbuffer.h:
22542         * gst-libs/gst/net/gstnetbuffer.h:
22543         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22544         * gst-libs/gst/rtp/gstrtpbuffer.h:
22545           Add padding (you will need to rebuild gst-plugins-base,
22546           gst-plugins and all applications afterwards!)
22547
22548 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22549
22550         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22551         (gst_riff_parse_chunk):
22552           Fix bug in debug message and add some more debug messages.
22553
22554 2005-08-08  Edward Hervey  <edward@fluendo.com>
22555
22556         * gst-libs/gst/riff/riff-media.c:
22557         backported updates since branch
22558
22559 2005-08-08  Andy Wingo  <wingo@pobox.com>
22560
22561         * gst-libs/gst/audio/gstbaseaudiosink.c
22562         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22563         like good elements should. Close on READY->NULL too.
22564
22565         * gst-libs/gst/audio/gstaudiosink.c
22566         (gst_audioringbuffer_open_device,
22567         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22568         (gst_audioringbuffer_release): Updates for new ring buffer API,
22569         hook into the new audio sink api.
22570
22571         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22572         (GstAudioSinkClass.close): Just open and close the device -- no
22573         resource allocation or configuration.
22574         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22575         vmethods, handle device setup and resource allocation.
22576
22577         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22578         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22579         base class API.
22580
22581         * gst-libs/gst/audio/gstringbuffer.h
22582         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22583         New vmethods.
22584
22585         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22586         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22587         New API functions. The device should be opened before acquiring
22588         and closed after releasing.
22589
22590 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22591
22592         * gst-libs/gst/interfaces/mixer.h:
22593           Reset padding to GST_PADDING.
22594
22595 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22596
22597         * gst/playback/gstplaybin.c: (remove_sinks):
22598           Remove visualization from parent explicitely; works around some
22599           apparent refcount issue that I haven't tracked down yet.
22600
22601 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22602
22603         * ext/alsa/gstalsasink.c: (set_hwparams):
22604           Assign debug category, add negotiation debug msgs.
22605
22606 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22607
22608         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22609           Fix error code for file-not-found to NOT_FOUND.
22610
22611 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22612
22613         * common/gtk-doc-plugins.mak:
22614         * docs/plugins/Makefile.am:
22615         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22616         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22617           renamed to actual element names, so much nicer to look at
22618         * docs/plugins/tmpl/gstmultifdsink.sgml:
22619           remove
22620         * docs/plugins/tmpl/multifdsink.sgml:
22621         * docs/plugins/tmpl/tcpserversink.sgml:
22622           add
22623         * ext/alsa/gstalsa.c:
22624         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22625         * ext/ogg/gstoggmux.c:
22626         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22627         * gst/playback/gstdecodebin.c:
22628         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22629         * gst/tcp/gsttcpserversink.c:
22630           various fixes and documentation additions
22631
22632 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22633
22634         * common/Makefile.am:
22635         * common/gstdoc-scangobj:
22636         * common/gtk-doc-plugins.mak:
22637         * common/gtk-doc.mak:
22638           add a custom scangobj that uses the registry
22639           add a custom gtk-doc-plugins.mak that uses it
22640           some doc build fixes
22641         * configure.ac:
22642         * docs/Makefile.am:
22643         * docs/plugins/Makefile.am:
22644         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22645         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22646         * docs/plugins/gst-plugins-base-plugins.types:
22647         * docs/plugins/tmpl/gstmultifdsink.sgml:
22648           add docs for one element, multifdsink
22649         * gst/adder/gstadder.h:
22650         * gst/volume/gstvolume.h:
22651           don't privatize enum
22652         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22653         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22654         (gst_sync_method_get_type), (gst_client_status_get_type),
22655         (gst_multifdsink_class_init),
22656         (gst_multifdsink_client_queue_buffer),
22657         (gst_multifdsink_handle_client_write):
22658         * gst/tcp/gstmultifdsink.h:
22659         * gst/tcp/gsttcp.h:
22660         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22661         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22662         (gst_tcpclientsink_render):
22663         * gst/tcp/gsttcpclientsink.h:
22664         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22665         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22666         (gst_tcpclientsrc_start):
22667         * gst/tcp/gsttcpclientsrc.h:
22668         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22669         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22670         * gst/tcp/gsttcpserversrc.h:
22671         * gst/typefind/gsttypefindfunctions.c:
22672           remove superfluous Type stuff
22673
22674 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22675
22676         * gst/playback/gstplaybin.c: (gen_video_element):
22677           Enable videoscale.
22678
22679 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22680
22681         * gst-libs/gst/gconf/gconf.c:
22682         * gst-libs/gst/gconf/gconf.h:
22683           Fix some Andy Problem [tm].
22684
22685 2005-08-04  Andy Wingo  <wingo@pobox.com>
22686
22687         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22688         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22689         (gst_ffmpegcsp_get_size): Adapt to API changes.
22690
22691         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22692         Implement an in-place do-nothing transform.
22693
22694 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22695
22696         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22697         (gst_ximagesink_renegotiate_size):
22698           Do not set new window sizes yet if we prepare a new buffer size
22699           for upstream renegotiation (software scaling) at some point in the
22700           future, because this new size waqs not actually accepted yet. Once
22701           accepted, renegotiation later on will set the new sizes just fine.
22702           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22703           embedding testcase.
22704
22705 2005-08-03  Andy Wingo  <wingo@pobox.com>
22706
22707         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22708         (gst_ximagesink_buffer_alloc): 
22709         Protect the height, width, and desired_caps with the pool_lock.
22710         Fixes videotestsrc ! queue ! ximagesink.
22711
22712 2005-08-02  Edward Hervey  <edward@fluendo.com>
22713
22714         * gst/volume/gstvolume.c:
22715         include left from controller cleanup
22716
22717 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22718         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22719           Stop collectpads before calling the parent state
22720           change function on PAUSED->READY.
22721
22722 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22723         * configure.ac:
22724           When testing for X libs, use the X CFlags 
22725         * gst/adder/gstadder.c: (gst_adder_change_state):
22726           Stop the collectpads before calling parent state change function
22727           on PAUSED->READY, otherwise we deadlock deactivating pads.
22728
22729 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22730
22731         * configure.ac:
22732         * docs/libs/tmpl/gstcolorbalance.sgml:
22733         * docs/libs/tmpl/gstmixer.sgml:
22734         * examples/Makefile.am:
22735         * gst/sine/Makefile.am:
22736         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22737         (gst_sinesrc_set_property), (plugin_init):
22738         * gst/sine/gstsinesrc.h:
22739         * gst/volume/Makefile.am:
22740         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22741         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22742         (volume_process_float), (volume_process_int16),
22743         (volume_set_property), (plugin_init):
22744         * gst/volume/gstvolume.h:
22745           deactivate and remove dparams (libgstcontrol)
22746
22747 2005-07-29  Wim Taymans  <wim@fluendo.com>
22748
22749         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22750         Convert me to BaseTransform!! help..
22751
22752 2005-07-29  Andy Wingo  <wingo@pobox.com>
22753
22754         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22755         sinks.
22756
22757         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22758         support of both endiannesses.
22759
22760 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22761
22762         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22763           Fix confusing debug message (s/event/query/)
22764
22765 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22766
22767         * gst/videotestsrc/videotestsrc.h:
22768           Use "_stdint.h" instead of <stdint.h>
22769
22770 2005-07-27  Wim Taymans  <wim@fluendo.com>
22771
22772         * ext/vorbis/Makefile.am:
22773         Revert wrong commit.
22774
22775 2005-07-27  Wim Taymans  <wim@fluendo.com>
22776
22777         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22778         More compilation fixen.
22779
22780 2005-07-27  Wim Taymans  <wim@fluendo.com>
22781
22782         * gst-libs/gst/audio/gstbaseaudiosink.c:
22783         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22784         (gst_base_audio_sink_create_ringbuffer),
22785         (gst_base_audio_sink_change_state):
22786         Fix compilation.
22787
22788 2005-07-27  Wim Taymans  <wim@fluendo.com>
22789
22790         * examples/seeking/seek.c: (setup_dynamic_link),
22791         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22792         (query_positions_elems), (query_positions_pads), (do_seek):
22793         Update seek example.
22794
22795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22796         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22797         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22798         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22799         (gst_ogg_demux_handle_event),
22800         (gst_ogg_demux_deactivate_current_chain),
22801         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22802         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22803         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22804         (gst_ogg_demux_loop):
22805         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22806         * ext/theora/theoradec.c: (theora_dec_src_event),
22807         (theora_dec_src_getcaps), (theora_dec_sink_event),
22808         (theora_dec_push), (theora_dec_chain):
22809         * ext/vorbis/Makefile.am:
22810         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22811         (vorbis_dec_sink_event), (vorbis_dec_push),
22812         (vorbis_handle_data_packet):
22813         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22814         (gst_vorbisenc_chain):
22815         * gst/playback/gststreaminfo.c: (cb_probe):
22816         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22817         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22818         * gst/videoscale/gstvideoscale.c:
22819         (gst_videoscale_handle_src_event):
22820         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22821         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22822         (gst_ximagesink_navigation_send_event):
22823         * sys/xvimage/xvimagesink.c:
22824         (gst_xvimagesink_navigation_send_event):
22825         Various event updates and cleanups
22826
22827 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22828
22829         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22830           Fix segfault for I420/YV12.
22831
22832 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22833
22834         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22835           Report bitrate.
22836
22837 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22838
22839         * gst/playback/gstplaybin.c: (gen_video_element),
22840         (gen_audio_element):
22841           Switch to auto*sink elements as default sinks; add volume element
22842           so that volume control in totem works.
22843
22844 2005-07-21  Wim Taymans  <wim@fluendo.com>
22845
22846         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22847         * gst/playback/gstplaybin.c: (setup_sinks),
22848         (gst_play_bin_change_state):
22849         Refcount fix and more comments.
22850
22851 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22852
22853         * sys/ximage/Makefile.am:
22854         * sys/ximage/ximage.c: (plugin_init):
22855         * sys/ximage/ximagesink.c:
22856         Prepare for adding ximagesrc, rename of plugin to ximage etc.
22857         
22858
22859 2005-07-21  Wim Taymans  <wim@fluendo.com>
22860
22861         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22862         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22863         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22864         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22865         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22866         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
22867         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
22868         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
22869         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
22870         Generate correct disconts for live chained oggs.
22871
22872         * gst-libs/gst/audio/gstbaseaudiosink.c:
22873         (gst_base_audio_sink_render),
22874         (gst_base_audio_sink_create_ringbuffer),
22875         (gst_base_audio_sink_change_state):
22876         Handle discont math correctly.
22877
22878         * gst/playback/gstplaybin.c: (add_sink):
22879         Some small debug cleanup.
22880
22881 2005-07-21  Wim Taymans  <wim@fluendo.com>
22882
22883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
22884         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22885         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22886         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22887         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22888         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
22889         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22890         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
22891         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22892         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
22893         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
22894         (gst_ogg_demux_change_state), (gst_ogg_print):
22895         Reorganize code to send the right disconts when in streaming
22896         mode.
22897
22898 2005-07-20  Andy Wingo  <wingo@pobox.com>
22899
22900         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
22901         fix (?), fixes a seggie mcfalterson (#310894).
22902
22903 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22904
22905         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
22906         (gst_ogg_mux_set_header_on_caps):
22907         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
22908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22909         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
22910         * gst-libs/gst/audio/multichannel.c:
22911         (gst_audio_set_channel_positions),
22912         (gst_audio_set_structure_channel_positions_list):
22913         * gst/playback/gstdecodebin.c: (dynamic_create):
22914         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
22915         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
22916           Fixes for API changes in core.
22917
22918 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22919
22920         * gst/playback/gstplaybasebin.c: (fill_buffer):
22921           Use _new_custom() so we can set custom message types for buffering
22922           messages.
22923
22924 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22925
22926         * configure.ac:
22927         * gst-libs/gst/Makefile.am:
22928         * gst-libs/gst/gconf/.cvsignore:
22929         * gst-libs/gst/gconf/Makefile.am:
22930         * gst-libs/gst/gconf/test-gconf.c:
22931         * pkgconfig/Makefile.am:
22932         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22933         * pkgconfig/gstreamer-gconf.pc.in:
22934           Remove gconf stuff, use gconf elements instead from now on.
22935
22936 2005-07-20  Wim Taymans  <wim@fluendo.com>
22937
22938         * gst-libs/gst/audio/TODO:
22939         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
22940         (gst_audio_clock_get_internal_time):
22941         * gst-libs/gst/audio/gstaudioclock.h:
22942         * gst-libs/gst/audio/gstbaseaudiosink.c:
22943         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
22944         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
22945         (gst_base_audio_sink_render),
22946         (gst_base_audio_sink_create_ringbuffer),
22947         (gst_base_audio_sink_change_state):
22948         Make sure the audio clock always returns an increasing value.
22949
22950 2005-07-19  Andy Wingo  <wingo@pobox.com>
22951
22952         * gst/videotestsrc/: Cleanups.
22953
22954 2005-07-19  Wim Taymans  <wim@fluendo.com>
22955
22956         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
22957         Better debugging.
22958
22959 2005-07-19  Wim Taymans  <wim@fluendo.com>
22960
22961         * examples/seeking/seek.c: (make_dv_pipeline),
22962         (make_vorbis_theora_pipeline), (query_rates),
22963         (query_positions_elems), (query_positions_pads), (do_seek):
22964         Make correct DV pipeline.
22965
22966 2005-07-18  Andy Wingo  <wingo@pobox.com>
22967
22968         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
22969         default. Also because it's the only thing that really works. (This
22970         is used in the GConf elements).
22971         Use AS_LIBTOOL_TAGS.
22972
22973 2005-07-18  Wim Taymans  <wim@fluendo.com>
22974
22975         * gst/playback/gstdecodebin.c: (remove_element_chain):
22976         * gst/playback/gstplaybin.c: (add_sink):
22977         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22978         (gst_stream_info_set_mute):
22979         * gst/playback/gststreamselector.c:
22980         (gst_stream_selector_get_linked_pad),
22981         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
22982         More leak and compile fixes.
22983
22984 2005-07-18  Wim Taymans  <wim@fluendo.com>
22985
22986         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22987         (query_rates), (query_positions_elems), (query_positions_pads),
22988         (do_seek), (seek_cb), (stop_seek):
22989         Updated seek example. 
22990
22991         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
22992         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
22993         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
22994         * gst/playback/gstplaybin.c: (add_sink):
22995         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22996         (gst_stream_info_set_mute):
22997         Some refcount leak fixes.
22998
22999 2005-07-16  Wim Taymans  <wim@fluendo.com>
23000
23001         * gst-libs/gst/audio/gstbaseaudiosink.c:
23002         (gst_base_audio_sink_render):
23003         Align samples even if we have roundoff errors in the 
23004         timestamp conversion.
23005
23006 2005-07-16  Wim Taymans  <wim@fluendo.com>
23007
23008         * docs/libs/tmpl/gstringbuffer.sgml:
23009         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23010         (query_rates), (query_positions_elems), (query_positions_pads),
23011         (update_scale), (do_seek):
23012         Updated seek example.
23013
23014         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23015         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
23016         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
23017         (gst_ogg_demux_loop):
23018         Push out correct discont values.
23019
23020         * ext/theora/theoradec.c: (theora_dec_src_convert),
23021         (theora_dec_sink_convert), (theora_dec_src_getcaps),
23022         (theora_dec_sink_event), (theora_handle_type_packet),
23023         (theora_handle_header_packet), (theora_dec_push),
23024         (theora_handle_data_packet), (theora_dec_chain),
23025         (theora_dec_change_state):
23026         Better timestamping.
23027
23028         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
23029         (vorbis_dec_sink_event), (vorbis_dec_push),
23030         (vorbis_handle_data_packet), (vorbis_dec_chain):
23031         * ext/vorbis/vorbisdec.h:
23032         Better timestamping.
23033
23034         * gst-libs/gst/audio/gstbaseaudiosink.c:
23035         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
23036         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
23037         Handle syncing on timestamps instead of sample offsets. Make
23038         use of DISCONT values as described in design docs.
23039
23040         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23041         (gst_base_audio_src_get_time):
23042         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23043         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23044         (gst_ring_buffer_read):
23045         * gst-libs/gst/audio/gstringbuffer.h:
23046         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23047         (gst_ximagesink_show_frame):
23048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23049         Correcly convert buffer timestamp to stream time.
23050
23051 2005-07-16  Wim Taymans  <wim@fluendo.com>
23052
23053         * gst/audioconvert/gstaudioconvert.c:
23054         (gst_audio_convert_get_buffer):
23055         Timestamp buffers correctly.
23056
23057         * gst/playback/gstplaybin.c: (gen_video_element):
23058         Make internal fakesink silent.
23059
23060 2005-07-15  Wim Taymans  <wim@fluendo.com>
23061
23062         * gst/ffmpegcolorspace/Makefile.am:
23063         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23064         (gst_ffmpegcsp_caps_remove_format_info),
23065         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23066         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23067         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23068         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23069         Ported ffmpegcolorspace to basetransform.
23070
23071         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23072         * gst/volume/gstvolume.c: (volume_transform):
23073         Ported to new API.
23074
23075 2005-07-14  Wim Taymans  <wim@fluendo.com>
23076
23077         * gst/videotestsrc/Makefile.am:
23078         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23079         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23080         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23081         (gst_videotestsrc_init), (gst_videotestsrc_event),
23082         (gst_videotestsrc_create), (gst_videotestsrc_start),
23083         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23084         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23085         (gst_videotestsrc_get_property):
23086         * gst/videotestsrc/gstvideotestsrc.h:
23087         Make videotestsrc a pushsrc.
23088
23089 2005-07-14  Wim Taymans  <wim@fluendo.com>
23090
23091         * gst/tcp/gstfdset.c: (gst_fdset_free):
23092         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23093         (gst_multifdsink_add), (gst_multifdsink_remove),
23094         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23095         (gst_multifdsink_remove_client_link),
23096         (gst_multifdsink_client_queue_data),
23097         (gst_multifdsink_client_queue_caps),
23098         (gst_multifdsink_client_queue_buffer),
23099         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23100         (gst_multifdsink_stop):
23101         * gst/tcp/gstmultifdsink.h:
23102         0.8 backporting.
23103
23104         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23105         Also draw image when not from a pool.
23106
23107 2005-07-14  Wim Taymans  <wim@fluendo.com>
23108
23109         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23110         (mute_stream), (silence_stream):
23111         Small debug additions.
23112
23113 2005-07-14  Wim Taymans  <wim@fluendo.com>
23114
23115         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23116         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23117         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23118         Better error recovery, ignore unconnected pads and
23119         non-fatal errors.
23120
23121 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23122
23123         * docs/libs/tmpl/gstaudio.sgml:
23124         * docs/libs/tmpl/gstcolorbalance.sgml:
23125         * docs/libs/tmpl/gstgconf.sgml:
23126         * docs/libs/tmpl/gstmixer.sgml:
23127         * docs/libs/tmpl/gstringbuffer.sgml:
23128         * docs/libs/tmpl/gsttuner.sgml:
23129         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23130         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23131         (gst_tcpclientsrc_class_init):
23132         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23133         (gst_tcpserversrc_class_init):
23134         * sys/v4l/gstv4lelement.c:
23135           more autistic cleanliness in functions/names/defines
23136
23137 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23138
23139         * configure.ac:
23140           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23141           added manually to each Makefile.am so we are sure it goes
23142           *last* and doesn't add -L flags before linking in libs of our
23143           own, like, say, internal .la libs, that then accidentally pick
23144           up the installed copy.
23145         * docs/libs/Makefile.am:
23146         * ext/alsa/Makefile.am:
23147         * ext/cdparanoia/Makefile.am:
23148         * ext/gnomevfs/Makefile.am:
23149         * ext/libvisual/Makefile.am:
23150         * ext/ogg/Makefile.am:
23151         * ext/theora/Makefile.am:
23152         * ext/vorbis/Makefile.am:
23153         * gst-libs/gst/video/Makefile.am:
23154         * gst/adder/Makefile.am:
23155         * gst/audioconvert/Makefile.am:
23156         * gst/audiorate/Makefile.am:
23157         * gst/audioscale/Makefile.am:
23158         * gst/ffmpegcolorspace/Makefile.am:
23159         * gst/playback/Makefile.am:
23160         * gst/sine/Makefile.am:
23161         * gst/subparse/Makefile.am:
23162         * gst/tags/Makefile.am:
23163         * gst/tcp/Makefile.am:
23164         * gst/typefind/Makefile.am:
23165         * gst/videorate/Makefile.am:
23166         * gst/videoscale/Makefile.am:
23167         * gst/videotestsrc/Makefile.am:
23168         * gst/volume/Makefile.am:
23169         * sys/v4l/Makefile.am:
23170         * sys/ximage/Makefile.am:
23171         * sys/xvimage/Makefile.am:
23172           adapt properly to this change. This should make sure that
23173           plugins and libs properly link to the as-yet-uninstalled
23174           copies of stuff like libgstinterfaces and libgstvideo
23175
23176 2005-07-13  Andy Wingo  <wingo@pobox.com>
23177
23178         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23179         (gst_v4lsrc_fixate): Fixate on format as well.
23180
23181         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23182         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23183         buffer points to it.
23184         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23185         rather just doing X calls ourselves. Also fixes a memleak.
23186
23187 2005-07-12  Andy Wingo  <wingo@pobox.com>
23188
23189         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23190         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23191         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23192         TRUE to avoid deadlocks if an element holds on to our buffers.
23193
23194 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23195
23196         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23197         (gst_sinesrc_init), (gst_sinesrc_create),
23198         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23199         (gst_sinesrc_start):
23200         * gst/sine/gstsinesrc.h:
23201           removing num-buffers property before moving it
23202
23203 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23204
23205         * configure.ac:
23206           use overridable ERROR_CFLAGS
23207         * docs/libs/gst-plugins-base-libs.types:
23208         * docs/libs/tmpl/gstringbuffer.sgml:
23209         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23210         (gst_alsasink_class_init):
23211         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23212         (gst_alsasrc_class_init):
23213         * gst-libs/gst/audio/audio.h:
23214         * gst-libs/gst/audio/gstaudioclock.h:
23215         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23216         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23217         (gst_audio_filter_link), (gst_audio_filter_init),
23218         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23219         (gst_audio_filter_get_property),
23220         (gst_audio_filter_class_add_pad_templates):
23221         * gst-libs/gst/audio/gstaudiofilter.h:
23222         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23223         (gst_audio_filter_template_get_type),
23224         (gst_audio_filter_template_base_init),
23225         (gst_audio_filter_template_class_init),
23226         (gst_audio_filter_template_init),
23227         (gst_audio_filter_template_set_property),
23228         (gst_audio_filter_template_get_property), (plugin_init),
23229         (gst_audio_filter_template_setup),
23230         (gst_audio_filter_template_filter),
23231         (gst_audio_filter_template_filter_inplace):
23232         * gst-libs/gst/audio/gstaudiosink.c:
23233         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23234         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23235         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23236         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23237         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23238         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23239         * gst-libs/gst/audio/gstaudiosink.h:
23240         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23241         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23242         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23243         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23244         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23245         (gst_audio_src_class_init), (gst_audio_src_init),
23246         (gst_audio_src_create_ringbuffer):
23247         * gst-libs/gst/audio/gstaudiosrc.h:
23248         * gst-libs/gst/audio/gstbaseaudiosink.c:
23249         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23250         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23251         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23252         (gst_base_audio_sink_set_property),
23253         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23254         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23255         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23256         (gst_base_audio_sink_create_ringbuffer),
23257         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23258         * gst-libs/gst/audio/gstbaseaudiosink.h:
23259         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23260         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23261         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23262         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23263         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23264         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23265         (gst_base_audio_src_event), (gst_base_audio_src_create),
23266         (gst_base_audio_src_create_ringbuffer),
23267         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23268         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23269         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23270         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23271         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23272         (gst_ring_buffer_debug_spec_caps),
23273         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23274         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23275         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23276         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23277         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23278         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23279         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23280         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23281         (gst_ring_buffer_clear):
23282         * gst-libs/gst/audio/gstringbuffer.h:
23283         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23284         (gst_video_sink_class_init), (gst_video_sink_get_type):
23285         * gst-libs/gst/video/videosink.h:
23286         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23287         (gst_multifdsink_class_init),
23288         (gst_multifdsink_handle_client_write),
23289         (gst_multifdsink_change_state):
23290         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23291         (gst_tcpclientsink_setcaps):
23292         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23293         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23294         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23295         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23296         (gst_ximagesink_send_pending_navigation),
23297         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23298         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23300         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23301         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23302         (gst_xvimagesink_send_pending_navigation),
23303         (gst_xvimagesink_navigation_send_event),
23304         (gst_xvimagesink_set_xwindow_id),
23305         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23306         (gst_xvimagesink_get_type):
23307         more macro splitting
23308
23309 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23310
23311         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23312           plug a memleak, allows me to import 1479 albums in one go
23313           in jamboree
23314         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23315         (vorbis_handle_type_packet), (vorbis_dec_chain),
23316         (vorbis_dec_change_state):
23317           fix some format strings
23318
23319 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23320
23321         * docs/libs/tmpl/gstcolorbalance.sgml:
23322         * docs/libs/tmpl/gstmixer.sgml:
23323         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23324         (gst_alsasink_set_property), (gst_alsasink_get_property):
23325         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23326         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23327           add device property
23328
23329 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23330
23331         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23332         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23333         (audiocast_register_listener), (audiocast_thread_run),
23334         (gst_gnomevfssrc_send_additional_headers_callback),
23335         (gst_gnomevfssrc_received_headers_callback),
23336         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23337         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23338         (gst_gnomevfssrc_get_size):
23339           add/clean up debugging
23340         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23341           cleanups
23342
23343 2005-07-07  Andy Wingo  <wingo@pobox.com>
23344
23345         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23346         framerate. Need to get a handle on when exactly this function is
23347         called, tho.
23348
23349         * sys/v4l/v4lsrc_calls.h:
23350         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23351         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23352         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23353
23354         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23355         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23356         v4lelements are sources.
23357
23358         * sys/v4l/gstv4lxoverlay.h:
23359         * sys/v4l/gstv4lxoverlay.c:
23360         * sys/v4l/gstv4ltuner.h:
23361         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23362         
23363         * sys/v4l/gstv4lsrc.h:
23364         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23365         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23366         or something should handle that. Made a live source.
23367
23368         * sys/v4l/gstv4lelement.h:
23369         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23370         signals. Some cleanups.
23371
23372         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23373
23374         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23375         stuff.
23376
23377         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23378         stuff.
23379
23380         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23381
23382 2005-07-07  Wim Taymans  <wim@fluendo.com>
23383
23384         * ext/theora/theoradec.c: (theora_get_query_types),
23385         (theora_dec_src_getcaps), (theora_dec_push):
23386         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23387         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23388         Remove deprecated/unused query types.
23389
23390 2005-07-06  Wim Taymans  <wim@fluendo.com>
23391
23392         * ext/alsa/Makefile.am:
23393         * ext/alsa/gstalsaplugin.c: (plugin_init):
23394         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23395         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23396         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23397         (gst_alsasrc_class_init), (gst_alsasrc_init),
23398         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23399         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23400         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23401         (gst_alsasrc_reset):
23402         * ext/alsa/gstalsasrc.h:
23403         * gst-libs/gst/audio/Makefile.am:
23404         * gst-libs/gst/audio/gstaudiosink.c:
23405         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23406         (gst_audioringbuffer_start):
23407         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23408         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23409         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23410         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23411         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23412         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23413         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23414         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23415         * gst-libs/gst/audio/gstaudiosrc.h:
23416         * gst-libs/gst/audio/gstbaseaudiosink.c:
23417         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23418         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23419         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23420         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23421         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23422         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23423         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23424         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23425         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23426         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23427         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23428         (gst_baseaudiosrc_change_state):
23429         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23430         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23431         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23432         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23433         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23434         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23435         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23436         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23437         * gst-libs/gst/audio/gstringbuffer.h:
23438         Added audiosource base classes.
23439         Ported alsasrc, still very basic.
23440
23441 2005-07-06  Wim Taymans  <wim@fluendo.com>
23442
23443         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23444         (theora_dec_push), (theora_handle_data_packet):
23445         Prepare for better timestamp fix later.
23446
23447         * gst/audioconvert/gstaudioconvert.c:
23448         List most accurate caps first
23449
23450         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23451         Use proper pad task function.
23452
23453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23454         (gst_xvimagesink_show_frame):
23455         Fix deadlock when alloc failed.
23456
23457 2005-07-05  Andy Wingo  <wingo@pobox.com>
23458
23459         * ext/gnomevfs/gstgnomevfssrc.c:
23460         * gst/sine/gstsinesrc.c:
23461         * gst/tcp/gsttcpserversrc.c:
23462         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23463
23464         * sys/v4l/: Port from 0.8.
23465
23466         * Many files: Null if we got it....
23467
23468 2005-07-05  Andy Wingo  <wingo@pobox.com>
23469
23470         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23471         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23472         Signedness fixes.
23473
23474 2005-07-05  Wim Taymans  <wim@fluendo.com>
23475
23476         * configure.ac:
23477         * gst/tcp/Makefile.am:
23478         * gst/tcp/README:
23479         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23480         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23481         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23482         (is_sync_frame), (gst_multifdsink_handle_client_write),
23483         (gst_multifdsink_render), (gst_multifdsink_start),
23484         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23485         * gst/tcp/gstmultifdsink.h:
23486         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23487         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23488         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23489         * gst/tcp/gsttcp.h:
23490         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23491         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23492         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23493         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23494         * gst/tcp/gsttcpclientsink.h:
23495         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23496         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23497         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23498         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23499         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23500         * gst/tcp/gsttcpclientsrc.h:
23501         * gst/tcp/gsttcpplugin.c: (plugin_init):
23502         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23503         * gst/tcp/gsttcpserversink.h:
23504         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23505         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23506         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23507         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23508         (gst_tcpserversrc_stop):
23509         * gst/tcp/gsttcpserversrc.h:
23510         * gst/tcp/gsttcpsink.c:
23511         * gst/tcp/gsttcpsink.h:
23512         * gst/tcp/gsttcpsrc.c:
23513         * gst/tcp/gsttcpsrc.h:
23514         Ported tcp plugins to 0.9. 
23515         
23516
23517 2005-07-05  Andy Wingo  <wingo@pobox.com>
23518
23519         * gst/playback/gstplaybasebin.c (fill_buffer):
23520         message_new_application fixen.
23521
23522         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23523         Style fix.
23524
23525 2005-07-04  Wim Taymans  <wim@fluendo.com>
23526
23527         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23528         Set caps on output buffer.
23529
23530 2005-07-04  Andy Wingo  <wingo@pobox.com>
23531
23532         * ext/gnomevfs/gstgnomevfssrc.c
23533         (gst_gnomevfssrc_received_headers_callback) 
23534         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23535         hopefully.
23536
23537         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23538         No refcount leakage.
23539
23540         * configure.ac: Enable -Werror.
23541         
23542         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23543         * gst/audioconvert/bufferframesconvert.c
23544         (buffer_frames_convert_fixate):
23545         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23546         (gst_audio_convert_fixate):
23547         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23548         (gst_sinesrc_create): Fixate func changes.
23549         
23550         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23551         (gst_ximagesink_buffer_alloc): Unused var.
23552
23553 2005-07-01  Andy Wingo  <wingo@pobox.com>
23554
23555         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23556         getcaps to do explicit caps. Needs to be done in all decoders,
23557         possibly via a base class.
23558
23559         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23560
23561         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23562         caps on the sink pad, just rely on the pad template. Also, setting
23563         ANY caps on a pad is not valid because the caps are not fixed.
23564
23565         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23566         caps on the buffer, and get the width from the desired_caps if
23567         they're set.
23568         (gst_ximagesink_renegotiate_size): Implement via setting the
23569         desired_caps on the ximagesink.
23570         (gst_ximagesink_setcaps): Only reset the width of the player if it
23571         wasn't already set. Not sure if this is right.
23572         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23573
23574         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23575         that the user wants. NULL unless the window has been resized.
23576
23577         * gst/volume/gstvolume.c (volume_transform): Adapt to
23578         basetransform refcount changes.
23579         
23580 2005-07-01  Andy Wingo  <wingo@pobox.com>
23581
23582         * gst/videoscale/gstvideoscale.c:
23583         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23584         from BaseTransform, implements a transform_caps. Removed dead code
23585         including some PAR stuff that was never reached -- should probably
23586         be added back somehow.
23587
23588 2005-07-01  Andy Wingo  <wingo@pobox.com>
23589
23590         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23591         come later.
23592
23593 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23594
23595         * configure.ac:
23596         * docs/libs/Makefile.am:
23597         * docs/libs/gst-plugins-libs.types:
23598         * ext/alsa/Makefile.am:
23599         * ext/alsa/gstalsamixer.h:
23600         * ext/alsa/gstalsamixeroptions.h:
23601         * ext/alsa/gstalsamixertrack.h:
23602         * gst-libs/gst/Makefile.am:
23603         * gst-libs/gst/colorbalance/.cvsignore:
23604         * gst-libs/gst/colorbalance/Makefile.am:
23605         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23606         * gst-libs/gst/colorbalance/colorbalance.c:
23607         * gst-libs/gst/colorbalance/colorbalance.h:
23608         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23609         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23610         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23611         * gst-libs/gst/interfaces/Makefile.am:
23612         * gst-libs/gst/interfaces/colorbalance.c:
23613         (gst_color_balance_class_init):
23614         * gst-libs/gst/interfaces/colorbalance.h:
23615         * gst-libs/gst/interfaces/interfaces-marshal.list:
23616         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23617         * gst-libs/gst/interfaces/mixer.h:
23618         * gst-libs/gst/interfaces/mixeroptions.h:
23619         * gst-libs/gst/interfaces/navigation.c:
23620         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23621         * gst-libs/gst/interfaces/tuner.h:
23622         * gst/volume/Makefile.am:
23623         * gst/volume/gstvolume.c:
23624         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23625         * sys/ximage/Makefile.am:
23626         * sys/ximage/ximagesink.c:
23627         * sys/xvimage/Makefile.am:
23628         * sys/xvimage/xvimagesink.c:
23629           fold in all interfaces into an interfaces dir, preserving CVS
23630           history
23631
23632 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23633
23634         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23635           Fix build after riff changes.
23636
23637 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23638
23639         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23640         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23641         (gst_riff_create_video_template_caps),
23642         (gst_riff_create_audio_template_caps),
23643         (gst_riff_create_iavs_template_caps):
23644         * gst-libs/gst/riff/riff-media.h:
23645         * gst-libs/gst/riff/riff-read.h:
23646         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23647           Add gst_riff_init() to initialize the debug category, instead
23648           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23649
23650 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23651
23652         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23653           Oops, I shouldn't apply hacks.
23654
23655 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23656
23657         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23658           Remove pad_loop function which doesn't work.
23659
23660 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23661
23662         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23663           Send EOS when deactivating.
23664         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23665         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23666         (gen_preroll_element), (probe_triggered), (mute_stream),
23667         (silence_stream), (new_decoded_pad), (setup_substreams),
23668         (set_active_source):
23669         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23670         (remove_sinks), (add_sink):
23671         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23672           Change for new probe API.
23673
23674 2005-06-29  Wim Taymans  <wim@fluendo.com>
23675
23676         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23677         * gst-libs/gst/audio/gstbaseaudiosink.c:
23678         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23679         (gst_baseaudiosink_change_state):
23680         * gst-libs/gst/audio/gstbaseaudiosink.h:
23681         * gst-libs/gst/audio/gstringbuffer.c:
23682         (gst_ringbuffer_set_callback):
23683         Fix compilation error.
23684         Ringbuffer starts out as not running.
23685         Free our clock in dispose.
23686         When releasing the ringbuffer we need to renegotiate so
23687         clear the pad caps.
23688
23689 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23690
23691         * autogen.sh:
23692         * configure.ac:
23693         * docs/Makefile.am:
23694         * docs/libs/Makefile.am:
23695         * docs/libs/gst-plugins-libs-docs.sgml:
23696         * docs/libs/gst-plugins-libs-sections.txt:
23697         * docs/libs/gst-plugins-libs.types:
23698         * docs/libs/tmpl/gstaudio.sgml:
23699         * docs/libs/tmpl/gstcolorbalance.sgml:
23700         * docs/libs/tmpl/gstringbuffer.sgml:
23701         * gst-libs/gst/audio/gstringbuffer.c:
23702         (gst_ringbuffer_set_callback):
23703           reinstate gtk-doc docs for plugin libs
23704
23705 2005-06-28  Wim Taymans  <wim@fluendo.com>
23706
23707         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23708         (gst_ogg_demux_init):
23709         Removed pad loop function.
23710
23711 2005-06-28  Wim Taymans  <wim@fluendo.com>
23712
23713         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23714         If we're building a chain we are not in an error case
23715         when we queue a buffer.
23716
23717 2005-06-28  Andy Wingo  <wingo@pobox.com>
23718
23719         * *.c: Don't cast to GstObject before reffing/unreffing.
23720
23721 2005-06-27  Andy Wingo  <wingo@pobox.com>
23722
23723         * gst/videotestsrc/gstvideotestsrc.c
23724         (gst_videotestsrc_activate_push): Activation API changes.
23725
23726         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23727         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23728         they have refs on the decodebin.
23729
23730         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23731         parent class.
23732         (gst_ogg_pad_typefind): Don't leak a pad ref.
23733         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23734         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23735         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23736
23737 2005-06-27  Edward Hervey  <edward@fluendo.com>
23738
23739         * ext/theora/theoradec.c: (theora_dec_change_state): 
23740         re-arranged call to parent's state change in order to avoid locks (or
23741         worse).
23742
23743 2005-06-26  Edward Hervey  <edward@fluendo.com>
23744
23745         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23746         2nd argument of 'unknow-type' signal is a GstCaps and not a
23747         GstMiniObject
23748
23749 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23750         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23751           Set the worker thread's running flag to TRUE before starting the
23752           thread.
23753         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23754           Catch a failure to add typefind to the bin.
23755
23756 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23757
23758         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23759         (gst_sinesrc_init), (gst_sinesrc_create),
23760         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23761         (gst_sinesrc_start):
23762         * gst/sine/gstsinesrc.h:
23763           add num-buffers and timestamp-offset properties
23764         * gst/videotestsrc/gstvideotestsrc.c:
23765         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23766         (gst_videotestsrc_get_property):
23767           add timestamp-offset property
23768
23769 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23770
23771         * configure.ac: add videorate
23772         * gst-plugins-base.spec.in: add videorate
23773
23774 2005-06-23  Wim Taymans  <wim@fluendo.com>
23775
23776         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23777         (gst_videorate_getcaps), (gst_videorate_setcaps),
23778         (gst_videorate_event), (gst_videorate_chain):
23779         Fixed videorate, fixating an already fixated caps is not
23780         an error.
23781
23782 2005-06-23  Wim Taymans  <wim@fluendo.com>
23783
23784         * ext/ogg/README:
23785         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23786         Buffer on caps is not boxed anymore.
23787
23788 2005-06-22  Wim Taymans  <wim@fluendo.com>
23789
23790         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23791         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23792         Set buffers on caps as miniobjects and not as boxed.
23793
23794 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23795
23796         * configure.ac:
23797           back to HEAD
23798
23799 === release 0.9.1 ===
23800
23801 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23802
23803         * .cvsignore:
23804         * NEWS:
23805         * README:
23806         * RELEASE:
23807         * configure.ac:
23808         * po/af.po:
23809         * po/az.po:
23810         * po/cs.po:
23811         * po/en_GB.po:
23812         * po/hu.po:
23813         * po/it.po:
23814         * po/nb.po:
23815         * po/nl.po:
23816         * po/or.po:
23817         * po/sq.po:
23818         * po/sr.po:
23819         * po/sv.po:
23820         * po/uk.po:
23821         * po/vi.po:
23822           updates for release
23823
23824 2005-06-09  Andy Wingo  <wingo@pobox.com>
23825
23826         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23827         
23828 2005-06-09  Andy Wingo  <wingo@pobox.com>
23829
23830         * configure.ac:
23831         * gst-libs/gst/Makefile.am:
23832         * gst-libs/gst/net/Makefile.am:
23833         Add gstnet to build.
23834
23835 2005-06-09  Andy Wingo  <wingo@pobox.com>
23836
23837         * gst-libs/gst/gconf/gconf.c:
23838         * gst/playback/test.c:
23839         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23840         fixes.
23841
23842         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23843
23844         * ext/theora/theoraenc.c (theora_enc_chain): 
23845         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
23846
23847         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
23848         RealPad.
23849
23850 2005-06-02  Wim Taymans  <wim@fluendo.com>
23851
23852         * gst-libs/gst/net/Makefile.am:
23853         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23854         * pkgconfig/gstreamer-libs.pc.in:
23855         Added net stuff, version net lib.
23856
23857 2005-06-02  Wim Taymans  <wim@fluendo.com>
23858
23859         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23860         (query_rates), (query_positions_elems), (query_positions_pads),
23861         (do_seek):
23862         Updated seek example.
23863
23864 2005-06-02  Andy Wingo  <wingo@pobox.com>
23865
23866         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
23867         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
23868         list.
23869
23870         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
23871         remove the typefind, the bin dispose will do it for us. When it's
23872         removed and unreffed, the signal handler will be disconnected,
23873         too.
23874         (unlinked): It's too difficult to disconnect from unlinked
23875         handlers, as they are on pads not elements. Just punt if the pads
23876         aren't grandkids of the bin.
23877
23878 2005-06-02  Wim Taymans  <wim@fluendo.com>
23879
23880         * ext/ogg/README:
23881         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23882         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
23883         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
23884         * ext/theora/theoradec.c: (theora_dec_src_query),
23885         (theora_handle_data_packet):
23886         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23887         (theora_enc_chain):
23888         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23889         (vorbis_handle_data_packet):
23890         * gst/audioconvert/bufferframesconvert.c:
23891         (buffer_frames_convert_chain):
23892         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23893         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23894         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23895         (gst_ffmpegcsp_chain):
23896         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23897         (gst_videorate_getcaps), (gst_videorate_setcaps),
23898         (gst_videorate_event), (gst_videorate_chain):
23899         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
23900         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
23901         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23902         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
23903         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23904         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23905         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23906         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23907         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
23908         Cleanups and buffer alloc.
23909
23910 2005-05-31  Wim Taymans  <wim@fluendo.com>
23911
23912         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
23913         Don't try to call the delay method when the device is not
23914         opened.
23915
23916 2005-05-31  Wim Taymans  <wim@fluendo.com>
23917
23918         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
23919         Get actual segment size and buffer size after opening
23920         the device.
23921
23922 2005-05-30  Wim Taymans  <wim@fluendo.com>
23923
23924         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
23925         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
23926         Also FLUSH upstream, makes the loop function exit faster.
23927         
23928         * ext/theora/theoradec.c: (theora_dec_src_query):
23929         Some more debug info in the query.
23930         
23931         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23932         (gst_ximagesink_setcaps):
23933         Release lock on par error, better error reporting.
23934
23935 2005-05-26  Wim Taymans  <wim@fluendo.com>
23936
23937         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23938         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
23939         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
23940         Clear chains in READY
23941         Queue packets until the chain is activated.
23942
23943 2005-05-25  Wim Taymans  <wim@fluendo.com>
23944
23945         * gst-libs/gst/audio/gstaudiosink.c:
23946         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23947         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23948         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23949         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23950         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23951         (gst_audiosink_create_ringbuffer):
23952         * gst-libs/gst/audio/gstbaseaudiosink.c:
23953         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23954         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23955         (gst_baseaudiosink_set_property), (build_linear_format),
23956         (debug_spec_caps), (debug_spec_buffer),
23957         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23958         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23959         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23960         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23961         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23962         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23963         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
23964         (gst_ringbuffer_play), (gst_ringbuffer_pause),
23965         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
23966         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
23967         (wait_segment), (gst_ringbuffer_commit),
23968         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
23969         (gst_ringbuffer_clear):
23970         Various small cleanups.
23971
23972         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23973         (gst_audio_convert_change_state):
23974         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
23975         No need to take the locks anymore.
23976
23977 2005-05-25  Wim Taymans  <wim@fluendo.com>
23978
23979         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23980         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
23981         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
23982         (type_found):
23983         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
23984         (group_destroy), (group_commit), (queue_overrun),
23985         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
23986         (mute_stream), (new_decoded_pad), (setup_substreams),
23987         (setup_source), (mute_group_type), (set_active_source),
23988         (gst_play_base_bin_change_state):
23989         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
23990         (gen_video_element), (gen_text_element), (gen_audio_element),
23991         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
23992         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
23993         (gst_stream_info_dispose), (gst_stream_info_set_mute):
23994         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
23995         Some playbin cleanups mostly refcounting sloppyness.
23996
23997 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23998
23999         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
24000           Work with streaming input.
24001
24002 2005-05-25  Wim Taymans  <wim@fluendo.com>
24003
24004         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24005         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24006         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24007         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
24008         No need to take the STREAM lock anymore.
24009
24010 2005-05-25  Wim Taymans  <wim@fluendo.com>
24011
24012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
24013         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
24014         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
24015         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
24016         (gst_ogg_demux_sink_activate):
24017         * ext/theora/theoradec.c: (theora_dec_src_event),
24018         (theora_handle_comment_packet), (theora_dec_chain),
24019         (theora_dec_change_state):
24020         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24021         (vorbis_handle_data_packet), (vorbis_dec_chain),
24022         (vorbis_dec_change_state):
24023         Remove STREAM locks as they are taken in core now.
24024         Never set bogus granulepos on vorbis/theora.
24025         Fix leaks in theoradec tag parsing.
24026
24027 2005-05-25  Wim Taymans  <wim@fluendo.com>
24028
24029         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
24030         Fix memleaks, GST_BUFFER_DATA() is not freed.
24031
24032 2005-05-25  Wim Taymans  <wim@fluendo.com>
24033
24034         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
24035         Open non-blocking, set to blocking mode afterwards to avoid
24036         lockups when audio device is busy.
24037
24038 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24039
24040         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
24041           This can't be good.
24042
24043 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24044
24045         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24046         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24047         (gst_audio_convert_setcaps):
24048           Implement instant setup switching.
24049
24050 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24051
24052         * gst/playback/gstplaybasebin.c: (probe_triggered):
24053           Fix missing unlock.
24054         * gst/playback/gstplaybin.c: (add_sink):
24055           First add, then link (otherwise pad link fails).
24056
24057 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24058
24059         * examples/Makefile.am:
24060         fix buildbot (make distcheck)
24061
24062 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24063
24064         * gst/playback/gstplaybin.c: (gen_vis_element):
24065           Remove some wrong code. Doesn't work yet.
24066
24067 2005-05-19  Wim Taymans  <wim@fluendo.com>
24068
24069         * gst-libs/gst/net/Makefile.am:
24070         * gst-libs/gst/net/README:
24071         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24072         (gst_netbuffer_class_init), (gst_netbuffer_init),
24073         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24074         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24075         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24076         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24077         * gst-libs/gst/net/gstnetbuffer.h:
24078         Added buffer subclass to store extra to/from addresses for
24079         network sources/sinks.
24080
24081 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24082
24083         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24084           Don't lock an unassigned variable.
24085
24086 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24087
24088         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24089           Increase buffer for video, decrease buffer for other media types.
24090         * gst/playback/gstplaybin.c: (gen_video_element),
24091         (gen_audio_element):
24092           Change names for debugging purposes.
24093
24094 2005-05-18  Wim Taymans  <wim@fluendo.com>
24095
24096         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24097         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24098         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24099         (gst_ffmpegcsp_chain):
24100         Enable buffer alloc passthrough if the source and dest
24101         formats are the same.
24102
24103 2005-05-17  Wim Taymans  <wim@fluendo.com>
24104
24105         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24106         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24107         (gst_ogg_demux_chain_unlocked):
24108         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24109         (gst_audio_convert_caps_remove_format_info),
24110         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24111         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24112         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24113         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24114         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24115         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24116         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24117         (gst_ffmpegcsp_get_property):
24118         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24119         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24120         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24121         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24122         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24123         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24124         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24125         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24126         Leak fixes in oggdemux.
24127         Some cleanups in audioconvert.
24128         Make passthrough work along with buffer_alloc etc.
24129         Make buffer_alloc and buffer recycling actually work in
24130         xvimagesink.
24131
24132 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24133
24134         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24135           make the compiler happy
24136
24137 2005-05-17  Wim Taymans  <wim@fluendo.com>
24138
24139         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24140         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24141         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24142         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24143         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24144         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24145         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24146         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24147         (gst_xvimagesink_set_xwindow_id):
24148         * sys/xvimage/xvimagesink.h:
24149         Port xvimagesink to new MiniObject.
24150
24151 2005-05-17  Wim Taymans  <wim@fluendo.com>
24152
24153         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24154         (gst_audiofilter_chain):
24155         * gst-libs/gst/audio/gstaudiosink.c:
24156         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24157         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24158         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24159         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24160         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24161         (gst_audiosink_create_ringbuffer):
24162         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24163         (gst_audio_convert_caps_remove_format_info),
24164         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24165         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24166         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24167         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24168         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24169         Fix passthrough in ffmpegcolorspace.
24170         Fix memset in audiosink on wrong memory.
24171
24172 2005-05-16  David Schleef  <ds@schleef.org>
24173
24174         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24175         to GstMiniObject.
24176
24177 2005-05-16  David Schleef  <ds@schleef.org>
24178
24179         Port from GstData to GstMiniObject.
24180         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24181         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24182         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24183         (gst_ogg_mux_collected):
24184         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24185         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24186         (theora_handle_data_packet):
24187         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24188         (theora_set_header_on_caps), (theora_enc_chain):
24189         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24190         (vorbis_handle_comment_packet):
24191         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24192         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24193         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24194         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24195         * gst/audioconvert/gstaudioconvert.c:
24196         (gst_audio_convert_get_buffer):
24197         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24198         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24199         (mute_stream), (silence_stream):
24200         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24201         * gst/volume/gstvolume.c: (volume_transform):
24202         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24203         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24204         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24205         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24206         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24207         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24208         (gst_ximagesink_buffer_alloc):
24209         * sys/ximage/ximagesink.h:
24210
24211 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24212
24213         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24214         (fill_buffer), (check_queue), (queue_threshold_reached),
24215         (queue_out_of_data):
24216         * gst/playback/gstplaybasebin.h:
24217           Post buffer-fullness on the bus.
24218
24219 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24220
24221         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24222         (try_to_link_1):
24223         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24224         (group_commit), (probe_triggered), (setup_source),
24225         (gst_play_base_bin_change_state):
24226         * gst/playback/gstplaybasebin.h:
24227         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24228         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24229         (gst_play_bin_change_state):
24230           Move setup_output_pads into a virtual function, remove
24231           group-switch (no longer needed) and redirect (handled by bus
24232           now) signals.
24233
24234 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24235
24236         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24237         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24238         (get_active_group), (get_building_group), (group_destroy),
24239         (group_commit), (check_queue), (queue_overrun),
24240         (queue_threshold_reached), (queue_out_of_data),
24241         (gen_preroll_element), (remove_groups), (unknown_type),
24242         (add_element_stream), (no_more_pads), (probe_triggered),
24243         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24244         (setup_substreams), (setup_source), (finish_source),
24245         (prepare_output), (muted_group_change_state),
24246         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24247         (gst_play_base_bin_change_state):
24248         * gst/playback/gstplaybasebin.h:
24249         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24250         (gst_play_bin_init), (gst_play_bin_set_property),
24251         (gen_video_element), (gen_text_element), (gen_audio_element),
24252         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24253         (gst_play_bin_change_state):
24254         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24255         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24256         (stream_info_change_state), (gst_stream_info_set_mute),
24257         (gst_stream_info_get_property):
24258         * gst/playback/gststreaminfo.h:
24259         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24260         (gst_stream_selector_get_linked_pad),
24261         (gst_stream_selector_getcaps),
24262         (gst_stream_selector_get_linked_pads),
24263         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24264         * gst/playback/gststreamselector.h:
24265           Rough port of playbin. Needs some more work, but is mostly done,
24266           and uses a few locks in important places, which should make stuff
24267           like chain-switches clean. Still uses GST_STATE() in a few places,
24268           which isn't all that good an idea, subtitles/elements disabled
24269           because no elements to test with and thus probably broken, query
24270           and event handling moved to GstBin, internal thread removed
24271           alltogether because the pipeline does that for us now. Can play
24272           Ogg/Vorbis files. Haven't tested anything else yet.
24273
24274 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24275
24276         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24277           Do no-more-pads (needed for autoplugging).
24278
24279 2005-05-10  Andy Wingo  <wingo@pobox.com>
24280
24281         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24282         message to the bus with the tags. Still not sent downstream tho.
24283
24284         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24285         get_parent.
24286         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24287         avoid refcounting hassles.
24288
24289 2005-05-09  Andy Wingo  <wingo@pobox.com>
24290
24291         * gst/volume/Makefile.am:
24292         * gst/volume/demo.c
24293         * gst/volume/gstvolume.h
24294         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24295         basetransform. Probably need an audio filter base class.
24296
24297 2005-05-09  Wim Taymans  <wim@fluendo.com>
24298
24299         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24300         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24301         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24302         (gst_vorbisenc_chain):
24303         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24304         (gst_audio_convert_caps_remove_format_info),
24305         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24306         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24307         Make caps writable before writing to it.
24308         Fix negotiation in audioconvert some more.
24309
24310 2005-05-09  Wim Taymans  <wim@fluendo.com>
24311
24312         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24313         (gst_videorate_getcaps), (gst_videorate_setcaps),
24314         (gst_videorate_event), (gst_videorate_chain):
24315         Better negotiation.
24316
24317 2005-05-09  Wim Taymans  <wim@fluendo.com>
24318
24319         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24320         (gst_videorate_getcaps), (gst_videorate_setcaps),
24321         (gst_videorate_blank_data), (gst_videorate_init),
24322         (gst_videorate_event), (gst_videorate_chain),
24323         (gst_videorate_change_state):
24324         Port videorate, do a better job at negotiation while we're at
24325         it.
24326
24327 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24328
24329         * configure.ac:
24330           Disable libvisual
24331
24332         * examples/Makefile.am:
24333         * gst-libs/gst/audio/Makefile.am:
24334         * gst-libs/gst/riff/Makefile.am:
24335         * gst-libs/gst/tag/Makefile.am:
24336         * gst-libs/gst/video/Makefile.am:
24337           Fixups for missing variables.
24338
24339 2005-05-09  Wim Taymans  <wim@fluendo.com>
24340
24341         * examples/seeking/seek.c: (make_theora_pipeline),
24342         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24343         (query_rates), (query_positions_elems), (query_positions_pads),
24344         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24345         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24346         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24347         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24348         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24349         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24350         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24351         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24352         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24353         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24354         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24355         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24356         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24357         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24358         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24359         (theora_dec_src_convert), (theora_dec_sink_convert),
24360         (theora_dec_src_query), (theora_dec_sink_query),
24361         (theora_dec_src_event), (theora_dec_sink_event),
24362         (theora_handle_comment_packet), (theora_handle_type_packet),
24363         (theora_handle_header_packet), (theora_handle_data_packet),
24364         (theora_dec_chain):
24365         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24366         (vorbis_dec_convert), (vorbis_dec_src_query),
24367         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24368         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24369         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24370         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24371         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24372         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24373         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24374         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24375         (gst_play_bin_query):
24376         * gst/playback/test3.c: (update_scale):
24377         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24378         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24379         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24380         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24381         (gst_videotestsrc_src_query):
24382         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24383         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24384         (paint_hline_YUV9):
24385         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24386         Port to new query API.
24387         Updated seek.
24388         Cleanups in x[v]imagesink
24389
24390 2005-05-09  Andy Wingo  <wingo@pobox.com>
24391
24392         * ext/alsa/gstalsasink.h:
24393         * ext/gnomevfs/gstgnomevfssrc.c:
24394         (gst_gnomevfssrc_get_icy_metadata):
24395         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24396         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24397         * ext/theora/theoradec.c (theora_dec_src_query)
24398         (theora_dec_src_event, theora_dec_sink_event)
24399         (theora_handle_comment_packet, theora_handle_data_packet):
24400         * ext/theora/theoraenc.c (theora_enc_chain):
24401         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24402         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24403         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24404         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24405         (qt_type_find):
24406         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24407         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24408         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24409         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24410         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24411         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24412         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24413         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24414         (paint_setup_RGB565, paint_setup_xRGB1555):
24415         * gst/videotestsrc/videotestsrc.h:
24416         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24417         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24418         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24419         GCC4 fixes.
24420         
24421         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24422         gst_pad_query_position. Fixes oggdemux.
24423
24424 2005-05-08  David Schleef  <ds@schleef.org>
24425
24426         * configure.ac: Require liboil.
24427         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24428         a few more.
24429         * gst/videotestsrc/videotestsrc.c:
24430         * gst/videotestsrc/videotestsrc.h:
24431
24432 2005-05-06  Wim Taymans  <wim@fluendo.com>
24433
24434         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24435         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24436         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24437         Well, unreffing a buffer right before pushing it is asking
24438         for trouble..
24439
24440 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24441
24442         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24443
24444 2005-05-06  Wim Taymans  <wim@fluendo.com>
24445
24446         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24447         (gst_audio_convert_caps_remove_format_info),
24448         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24449         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24450         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24451         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24452         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24453         * gst/sine/Makefile.am:
24454         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24455         (gst_sinesrc_class_init), (gst_sinesrc_init),
24456         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24457         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24458         (gst_sinesrc_update_freq):
24459         * gst/sine/gstsinesrc.h:
24460         * gst/tcp/gstmultifdsink.c:
24461         * sys/xvimage/xvimagesink.c:
24462         Fixed negotiation wrt _peer_get_caps()
24463         Some cleanups.
24464
24465
24466 2005-05-06  Wim Taymans  <wim@fluendo.com>
24467
24468         * gst-libs/gst/audio/gstaudiosink.c:
24469         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24470         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24471         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24472         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24473         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24474         (gst_audiosink_create_ringbuffer):
24475         * gst-libs/gst/audio/gstbaseaudiosink.c:
24476         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24477         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24478         (gst_baseaudiosink_set_property), (build_linear_format),
24479         (debug_spec_caps), (debug_spec_buffer),
24480         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24481         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24482         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24483         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24484         * gst-libs/gst/audio/gstbaseaudiosink.h:
24485         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24486         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24487         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24488         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24489         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24490         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24491         (wait_segment), (gst_ringbuffer_commit),
24492         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24493         (gst_ringbuffer_clear):
24494         * gst-libs/gst/audio/gstringbuffer.h:
24495         Make the base audiosink return an error when there is no
24496         audiobuffer negotiated.
24497
24498 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24499
24500         * ext/Makefile.am:
24501         Disable cdparanoia until someone ports it!
24502
24503 2005-05-06  Wim Taymans  <wim@fluendo.com>
24504
24505         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24506         (gst_ogg_demux_sink_activate):
24507         And revert after wingo's revert.. sigh..
24508
24509 2005-05-05  Andy Wingo  <wingo@pobox.com>
24510
24511         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24512         GObject.
24513         * configure.ac: Return audiorate and subparse from the ghetto.
24514         Re-enable -Wall -Werror.
24515         * gst/subparse/gstsubparse.c:
24516         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24517         or chain-based. Cleaned up a bit. Not tested.
24518         
24519 2005-05-05  Christian Schaller <christian@fluendo.com> 
24520
24521         * Makefile.am: remove stuff that is not building
24522         * configure.ac: remove stuff that is not building
24523         * examples/Makefile.am: remove stuff that is not building
24524         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24525         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24526         * sys/Makefile.am: remove stuff that is not building
24527         * testsuite/Makefile.am: remove stuff that is not building
24528
24529 2005-05-05  Andy Wingo  <wingo@pobox.com>
24530
24531         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24532         * gst-libs/gst/tag/gstvorbistag.c:
24533         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24534         * gst/adder/gstadder.h:
24535         * gst/audioconvert/gstchannelmix.c:
24536         (gst_audio_convert_fill_one_other):
24537         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24538         (gst_audiorate_init), (gst_audiorate_chain):
24539         * gst/playback/gstplaybasebin.c: (setup_source):
24540         * gst/playback/test3.c: (update_scale):
24541         Some GCC4 fixes
24542         
24543         * po/af.po:
24544         * po/az.po:
24545         * po/cs.po:
24546         * po/en_GB.po:
24547         * po/hu.po:
24548         * po/it.po:
24549         * po/nb.po:
24550         * po/nl.po:
24551         * po/or.po:
24552         * po/sq.po:
24553         * po/sr.po:
24554         * po/sv.po:
24555         * po/uk.po:
24556         * po/vi.po: Foo
24557
24558 2005-05-05  Wim Taymans  <wim@fluendo.com>
24559
24560         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24561         (gst_audio_convert_caps_remove_format_info),
24562         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24563         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24564         * gst/videotestsrc/gstvideotestsrc.c:
24565         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24566         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24567         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24568         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24569         Don't ignore _push() return values.
24570         Make sure no processing is done when shutting down.
24571         Videotestsrc pad activation fix.
24572
24573 2005-05-05  Wim Taymans  <wim@fluendo.com>
24574
24575         * gst/adder/Makefile.am:
24576         * gst/adder/gstadder.c: (gst_adder_setcaps),
24577         (gst_adder_class_init), (gst_adder_init),
24578         (gst_adder_request_new_pad), (gst_adder_collected),
24579         (gst_adder_change_state):
24580         * gst/adder/gstadder.h:
24581         Ported adder as an example of a mixer element using
24582         collect pads. Needs more negotiation work.
24583
24584 2005-05-05  Wim Taymans  <wim@fluendo.com>
24585
24586         * ext/theora/theoradec.c: (_inc_granulepos),
24587         (theora_dec_src_event), (theora_dec_sink_event),
24588         (theora_handle_comment_packet), (theora_handle_type_packet),
24589         (theora_handle_header_packet), (theora_handle_data_packet),
24590         (theora_dec_chain):
24591         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24592         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24593         (theora_push_buffer), (theora_push_packet),
24594         (theora_enc_sink_event), (theora_enc_chain),
24595         (theora_enc_change_state), (theora_enc_set_property),
24596         (theora_enc_get_property):
24597         Added stream lock to decoder so that we can serialize
24598         the discont event.
24599         More theoraenc porting, recover from errors, do clean
24600         shutdown.
24601
24602 2005-05-05  Wim Taymans  <wim@fluendo.com>
24603
24604         * ext/ogg/Makefile.am:
24605         * ext/ogg/README:
24606         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24607         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24608         (gst_ogg_print):
24609         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24610         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24611         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24612         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24613         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24614         (gst_ogg_mux_change_state):
24615         Ported ogg muxer.
24616
24617 2005-05-05  Wim Taymans  <wim@fluendo.com>
24618
24619         * docs/design-audiosinks.txt:
24620         * gst-libs/gst/audio/TODO:
24621         * gst-libs/gst/audio/gstaudiosink.c:
24622         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24623         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24624         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24625         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24626         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24627         (gst_audiosink_create_ringbuffer):
24628         * gst-libs/gst/audio/gstbaseaudiosink.c:
24629         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24630         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24631         (gst_baseaudiosink_set_property), (build_linear_format),
24632         (debug_spec_caps), (debug_spec_buffer),
24633         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24634         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24635         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24636         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24637         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24638         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24639         (gst_ringbuffer_release), (gst_ringbuffer_play),
24640         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24641         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24642         (gst_ringbuffer_set_sample), (wait_segment),
24643         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24644         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24645         More work on the audiosink, mostly debugging and a race in
24646         shutdown.
24647
24648 2005-04-28  Wim Taymans  <wim@fluendo.com>
24649
24650         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24651         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24652         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24653         (vorbis_dec_src_query), (vorbis_dec_src_event),
24654         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24655         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24656         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24657         Don't crap out when seeking back to position 0.
24658
24659 2005-04-28  Wim Taymans  <wim@fluendo.com>
24660
24661         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24662         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24663         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24664         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24665         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24666         Make audio sink configurable, use alsasink as default.
24667
24668 2005-04-28  Wim Taymans  <wim@fluendo.com>
24669
24670         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24671         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24672         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24673         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24674         (vorbis_dec_change_state):
24675         * ext/vorbis/vorbisdec.h:
24676         Refactor, use STREAM_LOCK.
24677
24678 2005-04-28  Wim Taymans  <wim@fluendo.com>
24679
24680         * ext/theora/theoradec.c: (_inc_granulepos),
24681         (theora_dec_sink_event), (theora_handle_comment_packet),
24682         (theora_handle_type_packet), (theora_handle_header_packet),
24683         (theora_handle_data_packet), (theora_dec_chain),
24684         (theora_dec_change_state):
24685         Refactor a bit, use STREAM_LOCK.
24686
24687 2005-04-28  Wim Taymans  <wim@fluendo.com>
24688
24689         * ext/alsa/Makefile.am:
24690         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24691         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24692         (gst_alsa_link), (gst_alsa_close_audio):
24693         * ext/alsa/gstalsaplugin.c: (plugin_init):
24694         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24695         (gst_alsasink_dispose), (gst_alsasink_base_init),
24696         (gst_alsasink_class_init), (gst_alsasink_init),
24697         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24698         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24699         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24700         (gst_alsasink_reset):
24701         * ext/alsa/gstalsasink.h:
24702         Implement alsasink with simple open/write/close API. 
24703         Make alsa dir build by disabling compilation of code.
24704
24705 2005-04-28  Wim Taymans  <wim@fluendo.com>
24706
24707         * gst-libs/gst/audio/Makefile.am:
24708         * gst-libs/gst/audio/audio.h:
24709         * gst-libs/gst/audio/audioclock.c:
24710         * gst-libs/gst/audio/audioclock.h:
24711         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24712         (gst_audio_clock_class_init), (gst_audio_clock_init),
24713         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24714         * gst-libs/gst/audio/gstaudioclock.h:
24715         * gst-libs/gst/audio/gstaudiosink.c:
24716         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24717         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24718         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24719         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24720         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24721         (gst_audiosink_create_ringbuffer):
24722         * gst-libs/gst/audio/gstbaseaudiosink.c:
24723         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24724         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24725         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24726         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24727         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24728         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24729         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24730         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24731         * gst-libs/gst/audio/gstbaseaudiosink.h:
24732         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24733         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24734         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24735         (gst_ringbuffer_release), (gst_ringbuffer_play),
24736         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24737         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24738         (gst_ringbuffer_set_sample), (wait_segment),
24739         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24740         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24741         * gst-libs/gst/audio/gstringbuffer.h:
24742         Make ringbuffer faster and more simple by removing the locks
24743         in the playback thread.
24744         Add sample accurate playback based on buffer sample offsets.
24745         Make the baseaudiosink provide a clock.
24746         Parse caps in the base class.
24747         Correctly handle seeking, flushing and state changes.
24748
24749 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24750
24751         * configure.ac:
24752         * gst/audioconvert/Makefile.am:
24753         * gst/audioscale/Makefile.am:
24754           Fix part of the build.  Come on guys, autogen didn't even work :)
24755
24756 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24757
24758         * configure.ac:
24759         * gst-libs/gst/Makefile.am:
24760         * gst-libs/gst/media-info/.cvsignore:
24761         * gst-libs/gst/media-info/Makefile.am:
24762         * gst-libs/gst/media-info/README:
24763         * gst-libs/gst/media-info/media-info-priv.c:
24764         * gst-libs/gst/media-info/media-info-priv.h:
24765         * gst-libs/gst/media-info/media-info-test.c:
24766         * gst-libs/gst/media-info/media-info.c:
24767         * gst-libs/gst/media-info/media-info.h:
24768         * gst-libs/gst/media-info/media-info.vcproj:
24769         * pkgconfig/Makefile.am:
24770         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24771         * pkgconfig/gstreamer-media-info.pc.in:
24772           Remove media-info, which is also successed by playbin (see Totem
24773           implementation).
24774
24775 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24776
24777         * configure.ac:
24778         * examples/Makefile.am:
24779         * examples/gstplay/.cvsignore:
24780         * examples/gstplay/Makefile.am:
24781         * examples/gstplay/player.c:
24782         * gst-libs/gst/Makefile.am:
24783         * gst-libs/gst/play/.cvsignore:
24784         * gst-libs/gst/play/Makefile.am:
24785         * gst-libs/gst/play/play.c:
24786         * gst-libs/gst/play/play.h:
24787         * gst-libs/gst/play/play.vcproj:
24788         * pkgconfig/Makefile.am:
24789         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24790         * pkgconfig/gstreamer-play.pc.in:
24791           Remove libgstplay, playbin is now the official successor.
24792
24793 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24794
24795         * configure.ac:
24796         * gst-libs/gst/Makefile.am:
24797         * gst-libs/gst/xwindowlistener/Makefile.am:
24798         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24799         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24800           Remove deprecated xwindowlistener (I've moved xwindowlistening
24801           in the v4l/v4l2 plugins over to serverside).
24802
24803 2005-04-25  David Schleef  <ds@schleef.org>
24804
24805         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24806         to examples/dynparams.  Examples do not belong interspersed with
24807         source code.
24808         * examples/dynparams/demo-dparams.c:
24809         * gst/sine/Makefile.am:
24810         * gst/sine/demo-dparams.c:
24811
24812 2005-04-25  David Schleef  <ds@schleef.org>
24813
24814         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24815         * gst-libs/gst/audio/Makefile.am:
24816         * gst-libs/gst/riff/Makefile.am:
24817         * gst-libs/gst/tag/Makefile.am:
24818         * gst-libs/gst/video/Makefile.am:
24819         * gst-libs/gst/xwindowlistener/Makefile.am:
24820
24821         Convert to 0.9 API, seems to work:
24822         * sys/ximage/Makefile.am:
24823         * sys/ximage/ximagesink.c:
24824
24825 2005-04-24  David Schleef  <ds@schleef.org>
24826
24827         Link plugins against libraries:
24828         * ext/alsa/Makefile.am:
24829         * gst/tcp/Makefile.am:
24830
24831         Remove asm code that should be in liboil
24832         * gst/videoscale/Makefile.am:
24833         * gst/videoscale/videoscale_x86_asm.s:
24834
24835         gettext wants these checked in:
24836         * po/af.po:
24837         * po/az.po:
24838         * po/cs.po:
24839         * po/en_GB.po:
24840         * po/hu.po:
24841         * po/it.po:
24842         * po/nb.po:
24843         * po/nl.po:
24844         * po/or.po:
24845         * po/sq.po:
24846         * po/sr.po:
24847         * po/sv.po:
24848         * po/uk.po:
24849         * po/vi.po:
24850
24851 2005-04-24  David Schleef  <ds@schleef.org>
24852
24853         Convert gst_main() to g_main_loop_run()
24854         * gst/playback/decodetest.c: (main):
24855         * gst/playback/test2.c: (main):
24856         * gst/playback/test3.c: (main):
24857         * gst/playback/test4.c: (main):
24858
24859         Link plugins against libraries:
24860         * ext/libvisual/Makefile.am:
24861         * sys/xvimage/Makefile.am:
24862
24863 2005-04-24  David Schleef  <ds@schleef.org>
24864
24865         * configure.ac: Remove idct and resample libs
24866         * gst-libs/gst/Makefile.am: same
24867
24868         Remove usage of gst_library_load():
24869         * ext/alsa/gstalsaplugin.c: (plugin_init):
24870         * ext/libvisual/visual.c: (plugin_init):
24871         * ext/ogg/gstogg.c: (plugin_init):
24872         * ext/theora/theora.c: (plugin_init):
24873         * ext/vorbis/vorbis.c: (plugin_init):
24874         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
24875         * gst/audioscale/gstaudioscale.c:
24876         * gst/adder/gstadder.c: (plugin_init):
24877         * gst/audioconvert/plugin.c: (plugin_init):
24878         * sys/ximage/ximagesink.c: (plugin_init):
24879         * sys/xvimage/xvimagesink.c: (plugin_init):
24880         * gst/tcp/gsttcpplugin.c: (plugin_init):
24881
24882         Link plugins against libraries:
24883         * ext/ogg/Makefile.am:
24884         * ext/theora/Makefile.am:
24885         * ext/vorbis/Makefile.am:
24886         * gst/audioconvert/Makefile.am:
24887
24888         Create proper libraries:
24889         * gst-libs/gst/riff/Makefile.am:
24890         * gst-libs/gst/audio/Makefile.am:
24891         * gst-libs/gst/video/Makefile.am:
24892
24893         Move resample library to audioscale plugin directory:
24894         * gst-libs/gst/resample/Makefile.am:
24895         * gst-libs/gst/resample/README:
24896         * gst-libs/gst/resample/dtof.c:
24897         * gst-libs/gst/resample/dtos.c:
24898         * gst-libs/gst/resample/functable.c:
24899         * gst-libs/gst/resample/private.h:
24900         * gst-libs/gst/resample/resample.c:
24901         * gst-libs/gst/resample/resample.h:
24902         * gst-libs/gst/resample/resample.vcproj:
24903         * gst-libs/gst/resample/test.c:
24904         * gst/audioscale/Makefile.am:
24905         * gst/audioscale/README:
24906         * gst/audioscale/dtof.c:
24907         * gst/audioscale/dtos.c:
24908         * gst/audioscale/functable.c:
24909         * gst/audioscale/private.h:
24910         * gst/audioscale/resample.c:
24911         * gst/audioscale/resample.h:
24912         * gst/audioscale/test.c:
24913
24914         Move tagedit library to gst-libs:
24915         * gst-libs/gst/tag/Makefile.am:
24916         * gst-libs/gst/tag/gstid3tag.c:
24917         * gst-libs/gst/tag/gsttagediting.c:
24918         * gst-libs/gst/tag/gsttageditingprivate.h:
24919         * gst-libs/gst/tag/gstvorbistag.c:
24920         * gst/tags/Makefile.am:
24921         * gst/tags/gstid3tag.c:
24922         * gst/tags/gstvorbistag.c:
24923
24924         Fix for core changes:
24925         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24926         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
24927         (gst_sinesrc_getrange):
24928
24929 2005-04-23  David Schleef  <ds@schleef.org>
24930
24931         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
24932         in gst-plugins in a long time, and properly belongs in liboil.
24933         * gst-libs/gst/idct/Makefile.am:
24934         * gst-libs/gst/idct/README:
24935         * gst-libs/gst/idct/dct.h:
24936         * gst-libs/gst/idct/doieee:
24937         * gst-libs/gst/idct/fastintidct.c:
24938         * gst-libs/gst/idct/floatidct.c:
24939         * gst-libs/gst/idct/idct.c:
24940         * gst-libs/gst/idct/idct.h:
24941         * gst-libs/gst/idct/idtc.vcproj:
24942         * gst-libs/gst/idct/ieeetest.c:
24943         * gst-libs/gst/idct/intidct.c:
24944
24945 2005-04-20  Wim Taymans  <wim@fluendo.com>
24946
24947         * docs/design-audiosinks.txt:
24948         * gst-libs/gst/audio/Makefile.am:
24949         * gst-libs/gst/audio/TODO:
24950         * gst-libs/gst/audio/gstaudiosink.c:
24951         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24952         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24953         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
24954         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24955         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24956         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
24957         (gst_audiosink_class_init), (gst_audiosink_init),
24958         (gst_audiosink_create_ringbuffer):
24959         * gst-libs/gst/audio/gstaudiosink.h:
24960         * gst-libs/gst/audio/gstbaseaudiosink.c:
24961         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
24962         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
24963         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
24964         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
24965         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
24966         (gst_baseaudiosink_create_ringbuffer),
24967         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24968         * gst-libs/gst/audio/gstbaseaudiosink.h:
24969         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24970         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
24971         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
24972         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24973         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
24974         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24975         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
24976         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
24977         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
24978         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
24979         * gst-libs/gst/audio/gstringbuffer.h:
24980         An attempt at a set of audio base classes together with some
24981         design docs.
24982
24983 2005-04-20  Wim Taymans  <wim@fluendo.com>
24984
24985         * gst/audioconvert/Makefile.am:
24986         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24987         (gst_audio_convert_caps_remove_format_info),
24988         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24989         (gst_audio_convert_channels):
24990         Link against audio libs.
24991         Fix audio convert plugin.
24992
24993 2005-04-20  Wim Taymans  <wim@fluendo.com>
24994
24995         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
24996         (gst_ogg_demux_sink_activate):
24997         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
24998         (theora_set_header_on_caps), (theora_enc_sink_event),
24999         (theora_enc_chain):
25000         Fix theora encoder.
25001
25002 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25003
25004         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
25005         * gst/playback/gstdecodebin.c: (find_compatibles):
25006           Work with staticpadtemplates in elementfactories.
25007
25008 2005-04-12  Wim Taymans  <wim@fluendo.com>
25009
25010         * gst/playback/README:
25011         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
25012         (compare_ranks), (print_feature), (gst_decode_bin_init),
25013         (dynamic_create), (dynamic_free), (find_compatibles),
25014         (mimetype_is_raw), (close_pad_link), (got_redirect),
25015         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
25016         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
25017         (gst_decode_bin_change_state):
25018         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
25019         (gst_play_base_bin_init), (group_destroy), (group_commit),
25020         (check_queue), (queue_overrun), (queue_threshold_reached),
25021         (queue_out_of_data), (gen_preroll_element), (unknown_type),
25022         (new_decoded_pad), (setup_subtitle), (gen_source_element),
25023         (got_redirect), (setup_source), (play_base_eos),
25024         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
25025         (gst_play_base_bin_remove_element):
25026         * gst/playback/gstplaybasebin.h:
25027         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
25028         (gst_play_bin_init), (gst_play_bin_dispose),
25029         (gst_play_bin_set_property), (gen_video_element),
25030         (gen_text_element), (gen_audio_element), (remove_sinks),
25031         (gst_play_bin_send_event):
25032         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
25033         (stream_info_change_state), (gst_stream_info_set_mute):
25034         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25035         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
25036         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
25037         (gst_stream_selector_chain):
25038         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
25039         (main):
25040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
25041         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
25042         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25043         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25044         Raw and crude port of decodebin. 
25045         Make playbin compile.
25046
25047 2005-04-06  Wim Taymans  <wim@fluendo.com>
25048
25049         * ext/gnomevfs/Makefile.am:
25050         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25051         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25052         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25053         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25054         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25055         (gst_gnomevfssrc_stop):
25056         * ext/ogg/Makefile.am:
25057         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25058         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25059         * ext/theora/Makefile.am:
25060         * ext/theora/theoradec.c: (_inc_granulepos),
25061         (theora_dec_sink_event), (theora_dec_chain):
25062         * ext/vorbis/Makefile.am:
25063         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25064         (vorbis_dec_sink_event), (vorbis_dec_chain):
25065         * gst-libs/gst/audio/Makefile.am:
25066         * sys/xvimage/Makefile.am:
25067         Make gnomevfssrc extend the source base class.
25068         Fix linking against libs in various plugins.
25069
25070 2005-04-06  Andy Wingo  <wingo@pobox.com>
25071
25072         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25073         GST_BASE_LIBS.
25074
25075         * configure.ac: Add check and AC_SUBST for libgstbase.
25076
25077 2005-03-31  Wim Taymans  <wim@fluendo.com>
25078
25079         * examples/seeking/Makefile.am:
25080         * examples/seeking/cdparanoia.c: (main):
25081         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25082         (play_cb), (pause_cb), (stop_cb), (main):
25083         * examples/seeking/playbin.c:
25084         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25085         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25086         (make_sid_pipeline), (make_vorbis_pipeline),
25087         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25088         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25089         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25090         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25091         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25092         (stop_cb), (main):
25093         * examples/seeking/spider_seek.c:
25094         * examples/seeking/vorbisfile.c:
25095         * ext/gnomevfs/Makefile.am:
25096         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25097         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25098         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25099         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25100         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25101         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25102         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25103         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25104         * ext/ogg/README:
25105         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25106         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25107         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25108         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25109         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25110         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25111         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25112         (gst_ogg_demux_factory_filter), (compare_ranks),
25113         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25114         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25115         (gst_ogg_chain_new), (gst_ogg_chain_free),
25116         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25117         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25118         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25119         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25120         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25121         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25122         (gst_ogg_demux_get_prev_page),
25123         (gst_ogg_demux_deactivate_current_chain),
25124         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25125         (gst_ogg_demux_bisect_forward_serialno),
25126         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25127         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25128         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25129         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25130         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25131         (gst_ogg_demux_change_state), (gst_ogg_print):
25132         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25133         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25134         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25135         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25136         (gst_ogg_mux_loop):
25137         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25138         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25139         (theora_dec_src_convert), (theora_dec_sink_convert),
25140         (theora_dec_src_query), (theora_dec_src_event),
25141         (theora_dec_sink_event), (theora_dec_chain),
25142         (theora_dec_change_state):
25143         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25144         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25145         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25146         (theora_enc_change_state):
25147         * ext/vorbis/Makefile.am:
25148         * ext/vorbis/oggvorbisenc.c:
25149         * ext/vorbis/oggvorbisenc.h:
25150         * ext/vorbis/vorbis.c: (plugin_init):
25151         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25152         (vorbis_dec_src_query), (vorbis_dec_src_event),
25153         (vorbis_dec_sink_event), (vorbis_dec_chain),
25154         (vorbis_dec_change_state):
25155         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25156         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25157         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25158         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25159         (gst_vorbisenc_change_state):
25160         * ext/vorbis/vorbisenc.h:
25161         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25162         * gst-libs/gst/audio/audioclock.c:
25163         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25164         (gst_audiofilter_init), (gst_audiofilter_chain):
25165         * gst-libs/gst/audio/testchannels.c: (main):
25166         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25167         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25168         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25169         (gmip_find_track_streaminfo), (gmip_find_track_format):
25170         * gst-libs/gst/media-info/media-info.c:
25171         (gst_media_info_read_idler):
25172         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25173         (gst_play_get_all_by_interface):
25174         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25175         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25176         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25177         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25178         (gst_riff_parse_info):
25179         * gst-libs/gst/riff/riff-read.h:
25180         * gst-libs/gst/riff/riff.c: (plugin_init):
25181         * gst-libs/gst/video/Makefile.am:
25182         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25183         (gst_videosink_class_init), (gst_videosink_get_type):
25184         * gst-libs/gst/video/videosink.h:
25185         * gst/audioconvert/bufferframesconvert.c:
25186         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25187         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25188         * gst/audioconvert/channelmixtest.c: (main):
25189         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25190         (gst_audio_convert_chain),
25191         (gst_audio_convert_caps_remove_format_info),
25192         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25193         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25194         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25195         (gst_audio_convert_buffer_to_default_format),
25196         (gst_audio_convert_buffer_from_default_format),
25197         (gst_audio_convert_channels):
25198         * gst/audioconvert/gstchannelmix.h:
25199         * gst/ffmpegcolorspace/avcodec.h:
25200         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25201         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25202         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25203         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25204         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25205         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25206         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25207         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25208         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25209         (dv_type_find):
25210         * gst/videotestsrc/gstvideotestsrc.c:
25211         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25212         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25213         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25214         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25215         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25216         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25217         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25218         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25219         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25220         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25221         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25222         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25223         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25224         (gst_xvimagesink_navigation_send_event),
25225         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25226         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25227         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25228         * sys/xvimage/xvimagesink.h:
25229         Plugin port to 0.9, ogg/theora playback should work in the seek
25230         example now.
25231         Removed old examples.
25232         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25233         explained in 0.9 TODO doc.
25234
25235
25236 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25237
25238         * autogen.sh:
25239         * configure.ac:
25240         * ext/Makefile.am:
25241         * gst/Makefile.am:
25242         * po/POTFILES.in:
25243         * po/af.po:
25244         * po/az.po:
25245         * po/cs.po:
25246         * po/en_GB.po:
25247         * po/hu.po:
25248         * po/it.po:
25249         * po/nb.po:
25250         * po/nl.po:
25251         * po/or.po:
25252         * po/sq.po:
25253         * po/sr.po:
25254         * po/sv.po:
25255         * po/uk.po:
25256         * po/vi.po:
25257         * sys/Makefile.am:
25258         * testsuite/Makefile.am:
25259           remove a whole bunch of plugins.  This module now contains a set
25260           of free reference plugins/elements as agreed.
25261
25262 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25263
25264         * configure.ac:
25265           hunting season on 0.9 is now OPEN
25266
25267 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25268
25269         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25270           Kick the hell out of gcc for not warning me about a symbol conflict.
25271
25272 2005-02-22  Luca Ognibene  <luogni@tin.it>
25273
25274         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25275
25276         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25277           Don't leak caps string (fixes #168134)
25278
25279         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25280         (gst_jpegenc_init), (gst_jpegenc_finalize),
25281         (gst_jpegenc_change_state):
25282           Don't leak line buffers and context struct (fixes #168133).
25283
25284 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25285
25286         * configure.ac:
25287         * ext/dirac/gstdiracdec.cc:
25288         (gst_diracdec_chain):
25289           Since dirac 0.5.0 the framerate in dirac is expressed as a
25290           rational number. Fix build and up requirement to 0.5.0, and
25291           also pass parameters to gst_diracdec_link in the right order
25292           (fixes #167959).
25293
25294 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25295
25296         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25297         * ext/faad/gstfaad.h:
25298         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25299         certain invalid muxed streams, where some packets will contain 
25300         junk after decoder data. Partially fixes #149158.
25301
25302 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25303         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25304           Make sure we only write to writable buffers
25305
25306 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25307
25308         * gst-libs/gst/riff/riff-media.c:
25309         (gst_riff_create_audio_caps_with_data):
25310           Do actually fix invalid RIFF fmt header values for alaw
25311           and mulaw audio instead of just saying so.
25312
25313         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25314           Give gst_riff_create_audio_caps_with_data() a chance to
25315           fix up broken format header fields before extracting any
25316           parameters from the header. (fixes #167633)
25317
25318 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25319
25320         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25321
25322         * gst/audioconvert/bufferframesconvert.c:
25323         (buffer_frames_convert_link):
25324           Don't leak othercaps. (fixes #167878)
25325
25326 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25327
25328         * configure.ac:
25329         * ext/libvisual/visual.c: (gst_visual_srclink),
25330         (gst_visual_change_state):
25331           Support libvisual 0.2.0.
25332
25333 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25334
25335         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25336         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25337           Use same rowstrides for I420 as used everywhere else.
25338
25339 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25340
25341         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25342           Declare variables at beginning of block and make gcc-2.95 happy
25343           (fixes # 167482, patch by Gergely Nagy).
25344           
25345         * gst/tcp/gsttcpclientsrc.c:
25346         * gst/tcp/gsttcpclientsrc.h:
25347           Move some includes into the header, so that struct sockaddr_in is
25348           defined when it should be defined on FreeBSD as well (fixes
25349           #167483).
25350           
25351         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25352           Don't pass uninitialised values to setsockopt() here either.
25353
25354 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25355
25356         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25357
25358         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25359           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25360
25361 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25362
25363         * gst/playback/gstplaybin.c: (add_sink):
25364           Invert bin_add/link order to workaround deadlock in opt.
25365
25366 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25367
25368         * gst/modplug/gstmodplug.cc:
25369           Add missing break causing position queries to fail.
25370
25371 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25372
25373         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25374           Granpos can apparently be -1, which screws up calculations...
25375
25376 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25377
25378         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25379         (gst_ximagesink_send_pending_navigation),
25380         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25381         (gst_ximagesink_init):
25382         * sys/ximage/ximagesink.h:
25383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25384         (gst_xvimagesink_send_pending_navigation),
25385         (gst_xvimagesink_navigation_send_event),
25386         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25387         * sys/xvimage/xvimagesink.h:
25388           Use a mutex protected list to marshal navigation
25389           events into the stream thread from whichever thread
25390           sends them.
25391
25392 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25393
25394         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25395           Display current position and track length; misc. clean-ups.
25396           
25397         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25398         (speed_init), (speed_chain):
25399           Add query function, so that the stream length and current position
25400           get adjusted when queried (note that current position queries may
25401           still be wrong if the audio sink returns values based on buffer
25402           timestamps instead of passing on the query).
25403
25404 2005-02-13  Benjamin Otte  <otte@gnome.org>
25405
25406         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25407         (gst_audio_convert_channels):
25408           create channel conversion matrix when linking
25409         * gst/audioconvert/.cvsignore:
25410         * gst/audioconvert/Makefile.am:
25411         * gst/audioconvert/channelmixtest.c: (main):
25412           add (ugly) test that ensures stereo <=> mono conversion works
25413           correctly
25414
25415 2005-02-13  Benjamin Otte  <otte@gnome.org>
25416
25417         * gst/audioconvert/gstchannelmix.h:
25418           include missing header file
25419         * gst/audioconvert/gstchannelmix.c:
25420         (gst_audio_convert_fill_compatible):
25421           use same sign for both channels when converting to/from compatible
25422           channel. Previously used different signs made the signals cancel
25423           each other out and appear like silence. (fixes #167269)
25424
25425 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25426
25427         * gst/ffmpegcolorspace/avcodec.h:
25428         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25429         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25430         (gst_ffmpegcsp_avpicture_fill):
25431         * gst/ffmpegcolorspace/imgconvert.c:
25432           Convert to and from YV12 (fixes #156379).
25433
25434 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25435
25436         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25437         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25438         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25439         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25440         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25441         methods from chain and negotiation and vice versa (Fixes #166142).
25442         * sys/ximage/ximagesink.h: Add stream_lock.
25443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25444         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25445         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25446         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25447
25448 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25449
25450         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25451           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25452           error message when we can't open the DVD device (when dvdnav_open()
25453           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25454           the above). Send something more useful instead (fixes #167117).
25455
25456 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25457
25458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25459         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25460         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25461         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25462         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25463         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25464         methods from chain and negotiation and vice versa (Fixes #166142).
25465         Fix a possible bug of images in the buffer pool being discarded because
25466         we are looking at the wrong geometry.
25467         * sys/xvimage/xvimagesink.h: Add stream_lock.
25468
25469 2005-02-11  David Schleef  <ds@schleef.org>
25470
25471         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25472         unsigned int. (fixes #167128)
25473
25474 2005-02-11  David Schleef  <ds@schleef.org>
25475
25476         * gst/librfb/Makefile.am: Testing stuff before committing is
25477           for wimps... and people with fast machines.  Fix stupid
25478           mistake.
25479
25480 2005-02-11  David Schleef  <ds@schleef.org>
25481
25482         * configure.ac: Pull in librfb from my CVS tree, because it is
25483           too small and annoying to be separate.  Move rfbsrc plugin
25484           to gst/.
25485         * ext/Makefile.am:
25486         * ext/librfb/Makefile.am:
25487         * ext/librfb/gstrfbsrc.c:
25488         * gst/librfb/Makefile.am:
25489         * gst/librfb/gstrfbsrc.c:
25490         * gst/librfb/rfb.c:
25491         * gst/librfb/rfb.h:
25492         * gst/librfb/rfbbuffer.c:
25493         * gst/librfb/rfbbuffer.h:
25494         * gst/librfb/rfbbytestream.c:
25495         * gst/librfb/rfbbytestream.h:
25496         * gst/librfb/rfbcontext.h:
25497         * gst/librfb/rfbdecoder.c:
25498         * gst/librfb/rfbdecoder.h:
25499         * gst/librfb/rfbutil.h:
25500
25501 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25502
25503         * gst/speed/Makefile.am:
25504         * gst/speed/demo-mp3.c: (main):
25505         * gst/speed/filter.func:
25506         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25507         (speed_class_init), (speed_init), (speed_chain_int16),
25508         (speed_chain_float32), (speed_chain), (speed_set_property),
25509         (speed_get_property), (speed_change_state):
25510         * gst/speed/gstspeed.h:
25511           Fix speed element and make it chain-based (fixes #156467),
25512           and make it handle more than one channel.
25513
25514 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25515
25516         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25517         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25518         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25519         * ext/dts/gstdtsdec.h:
25520           Don't clobber the stack constructing the channels array.
25521           Make the element chain-based. DTS tracks can now be played.
25522           
25523 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25524
25525         * gst-libs/gst/audio/multichannel.h:
25526         * gst-libs/gst/gconf/gconf.h:
25527         * gst-libs/gst/idct/idct.h:
25528         * gst-libs/gst/media-info/media-info-priv.h:
25529         * gst-libs/gst/play/play.h:
25530         * gst-libs/gst/resample/private.h:
25531         * gst-libs/gst/resample/resample.h:
25532         * gst-libs/gst/riff/riff-ids.h:
25533         * gst-libs/gst/video/video.h:
25534         * gst-libs/gst/video/videosink.h:
25535           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25536           missing, so that they work when included from C++ code.
25537
25538 2005-02-09  David Schleef  <ds@schleef.org>
25539
25540         * testsuite/gst-lint: Check for non-statically scoped
25541           parent_class variables.  This won't be a problem once
25542           plugins are loaded with RTLD_LOCAL.
25543
25544 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25545
25546         * ext/mplex/gstmplexibitstream.cc:
25547           gcc madness.
25548
25549 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25550
25551         * ext/ogg/gstogmparse.c:
25552         * gst/debug/gstnavigationtest.c:
25553           Die, thou faulty symbol pollutors (non-static parent_class).
25554
25555 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25556
25557         * ext/mplex/gstmplexibitstream.cc:
25558           Fix event handling (#165525).
25559
25560 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25561
25562         * ext/mikmod/gstmikmod.c:
25563         * gst/modplug/gstmodplug.cc:
25564           Add missing endianness to template (fixes #165509).
25565
25566 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25567
25568         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25569           Fix wrong order of reading of optional bytes (#165290).
25570
25571 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25572
25573         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25574           Implement FILLER event awareness.
25575
25576 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25577
25578         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25579           Fix track calculations (#166208).
25580
25581 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25582
25583         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25584
25585         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25586         * ext/libpng/gstpngenc.c:
25587           Fix byte-order, use proper fixed caps. Fixes #164197.
25588
25589 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25590
25591         * configure.ac:
25592           Add dvdlpcmdec 
25593
25594         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25595         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25596           Don't push buffers if the src pad isn't negotiated yet.
25597           
25598         * gst/audioconvert/gstaudioconvert.c:
25599         (gst_audio_convert_buffer_to_default_format),
25600         (gst_audio_convert_buffer_from_default_format):
25601           Add support for 24-bit width.
25602
25603         * gst/dvdlpcmdec/.cvsignore:
25604         * gst/dvdlpcmdec/Makefile.am:
25605         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25606         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25607         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25608         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25609         (plugin_init):
25610         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25611           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25612           format. Needs support for the channels maps if someone can find 
25613           a DVD LPCM track with > 2 channels.
25614
25615         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25616         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25617         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25618         * gst/mpegstream/gstdvddemux.h:
25619         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25620         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25621         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25622         * gst/mpegstream/gstmpegdemux.h:
25623         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25624         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25625         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25626         (gst_mpeg_parse_handle_src_query),
25627         (gst_mpeg_parse_handle_src_event):
25628           Use audio/x-dvd-lpcm for LPCM output.
25629           Add DTS output.
25630
25631 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25632
25633         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25634
25635         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25636         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25637           Add BGRA handling (#165736).
25638
25639 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25640
25641         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25642
25643         * gst/law/alaw-decode.c: (alawdec_link):
25644         * gst/law/alaw-encode.c: (alawenc_link):
25645         * gst/law/mulaw-decode.c: (mulawdec_link):
25646         * gst/law/mulaw-encode.c: (mulawenc_link):
25647           Fix caps memleaks (#166600).
25648
25649 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25650
25651         * ext/tarkin/mem.h:
25652         * ext/tarkin/wavelet.h:
25653         * ext/tarkin/yuv.h:
25654         * gst/ffmpegcolorspace/avcodec.h:
25655           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25656           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25657
25658 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25659
25660         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25662         (gst_xvimagesink_change_state):
25663           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25664           Xv video (and thereby regenerate Xv colourkey) in clear() so
25665           that PLAY -> READY -> PLAY works (fixes #162504).
25666
25667 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25668
25669         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25670           Switch to list instead of range, since MJPEG-devices really just
25671           support decimations, not any size.
25672
25673 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25674         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25675         (gst_mpeg2dec_reset), (free_all_buffers),
25676         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25677         * ext/mpeg2dec/gstmpeg2dec.h:
25678           The libmpeg2 user-allocated buffer management is awkward, 
25679           to say the least. Hopefully this fixes things.
25680
25681 2005-02-04  Andy Wingo  <wingo@pobox.com>
25682
25683         * gst/audioconvert/bufferframesconvert.c
25684         (buffer_frames_convert_fixate): New function, fixates to 256
25685         frames per buffer by default. (Much better than 1.)
25686         (buffer_frames_convert_init): Set the fixate function for both src
25687         and sink pad.
25688         (buffer_frames_convert_link): After success setting nonfixed caps,
25689         get the negotiated caps so we can know how many buffer-frames it
25690         will be. No idea how this worked at all before.
25691
25692 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25693
25694         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25695         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25696         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25697         (handle_sequence), (handle_picture):
25698         * ext/mpeg2dec/gstmpeg2dec.h:
25699           Rearrange buffer tracking and refcounting and refactor
25700           a little for readability. 
25701
25702 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25703         * sys/v4l/gstv4l.c: (plugin_init):
25704         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25705         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25706         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25707         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25708         * sys/v4l/gstv4ljpegsrc.h:
25709         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25710         * sys/v4l/v4l_calls.h:
25711         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25712         (gst_v4lsrc_get_fps):
25713         * sys/v4l/v4lsrc_calls.h:
25714           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25715           you jpeg inside rgb frames" driver.
25716           Don't error in the v4lsrc link function, just return 
25717           REFUSED.
25718
25719 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25720
25721         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25722         (gst_qcamsrc_open):
25723           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25724
25725 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25726
25727         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25728           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25729
25730 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25731
25732         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25733           Reset negotiated state on PAUSED->READY.
25734
25735 2005-02-02  David Schleef  <ds@schleef.org>
25736
25737         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25738         whereever possible.  (Fixes #165997)
25739         * examples/capsfilter/capsfilter1.c: (main):
25740         * examples/dynparams/filter.c: (create_ui):
25741         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25742         * examples/seeking/chained.c: (main):
25743         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25744         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25745         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25746         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25747         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25748         * examples/switch/switcher.c: (main):
25749         * ext/dv/demo-play.c: (main):
25750         * ext/faad/gstfaad.c: (gst_faad_change_state):
25751         * ext/mad/gstmad.c: (gst_mad_chain):
25752         * ext/smoothwave/demo-osssrc.c: (main):
25753         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25754         (gst_gconf_render_bin_from_description),
25755         (gst_gconf_get_default_audio_sink),
25756         (gst_gconf_get_default_video_sink),
25757         (gst_gconf_get_default_audio_src),
25758         (gst_gconf_get_default_video_src),
25759         (gst_gconf_get_default_visualization_element):
25760         * gst/level/demo.c: (main):
25761         * gst/level/plot.c: (main):
25762         * gst/playback/gstplaybin.c: (gen_video_element),
25763         (gen_audio_element):
25764         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25765         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25766         * gst/sine/demo-dparams.c: (main):
25767         * gst/spectrum/demo-osssrc.c: (main):
25768         * gst/speed/demo-mp3.c: (main):
25769         * gst/volume/demo.c: (main):
25770         * testsuite/embed/embed.c: (main):
25771
25772 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25773
25774         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25775         (gst_tcpclientsink_finalize):
25776         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25777         (gst_tcpclientsrc_finalize):
25778         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25779         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25780         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25781         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25782           Don't leak the hostname when shutting down.
25783           In tcpserversrc, take a copy of the default hostname.
25784
25785 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25786
25787         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25788           Set caps to systemstream=TRUE.
25789
25790 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25791
25792         * testsuite/Makefile.am:
25793           Fix more OSX buildbots.
25794
25795 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25796
25797         * ext/mpeg2dec/gstmpeg2dec.c:
25798           Don't send things to NULL PAD_PEERs
25799
25800         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25801           Copy-on-write the incoming buffer.
25802
25803         * gst/mpegstream/gstdvddemux.h:
25804         * gst/mpegstream/gstmpegclock.h:
25805         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25806         (normal_seek), (gst_mpeg_demux_handle_src_event):
25807         * gst/mpegstream/gstmpegdemux.h:
25808         * gst/mpegstream/gstmpegpacketize.h:
25809         * gst/mpegstream/gstmpegparse.c:
25810         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25811         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25812         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25813         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25814         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25815         * gst/mpegstream/gstmpegparse.h:
25816         * gst/mpegstream/gstrfc2250enc.h:
25817           Various changes to the way time is computed that make seeking and
25818           total time estimation much better here.
25819           Use G_BEGIN/END_DECLS instead of __cplusplus
25820
25821         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25822           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25823
25824 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25825
25826         * gst/subparse/gstsubparse.c:
25827           Fix OSX buildbot.
25828
25829 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25830
25831         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25832         (theora_enc_chain), (theora_enc_change_state):
25833         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25834         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25835         (gst_vorbisenc_change_state):
25836         * ext/vorbis/vorbisenc.h:
25837           Set granulepos and timestamp correctly for streams not
25838           starting at 0, taking into account the initial delay.
25839
25840 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25841
25842         * gst/mpegstream/gstdvddemux.c:
25843           Add audio/x-dts to audio pad template caps
25844
25845 2005-01-30  David Schleef  <ds@schleef.org>
25846
25847         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
25848         (create_context), (gst_polypsink_link): Fix silly endianness
25849         bug.  Add some debugging.  Remove float from caps; it doesn't
25850         work.  Attempt to get remote audio working.
25851
25852 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25853
25854         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25855           Add 3IV2 fourcc.
25856
25857 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25858
25859         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
25860         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
25861         (gst_avi_demux_stream_data):
25862         * gst/avi/gstavidemux.h:
25863           Invert DIB images. Fixes #132341.
25864
25865 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25866
25867         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25868         (gst_ffmpegcsp_chain):
25869           D'oh, reference the palette data, not the palette structure.
25870           Fixes color distortion in #132341.
25871
25872 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25873
25874         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25875           PAR can be non-fixed when not provided as argument (#162626).
25876
25877 2005-01-29  David Moore  <dcm@acm.org>
25878
25879         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25880
25881         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25882         (gst_qtdemux_loop_header):
25883           Re-apply patch from #142272 that allows non-seekable sources,
25884           re-proposed by Daniel Drake <dsd@gentoo.org>.
25885
25886 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25887
25888         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
25889           Use the src template for creating the src pad (#162330).
25890
25891 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25892
25893         * configure.ac:
25894         * ext/musepack/Makefile.am:
25895         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
25896         (gst_musepackdec_init), (gst_musepackdec_dispose),
25897         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
25898         (gst_musepack_stream_init), (gst_musepackdec_loop),
25899         (gst_musepackdec_change_state):
25900         * ext/musepack/gstmusepackdec.cpp:
25901         * ext/musepack/gstmusepackdec.h:
25902         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
25903         (gst_musepack_reader_read), (gst_musepack_reader_seek),
25904         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
25905         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
25906         * ext/musepack/gstmusepackreader.cpp:
25907         * ext/musepack/gstmusepackreader.h:
25908           Update to 1.1 API (#165446).
25909
25910 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25911
25912         * ext/Makefile.am:
25913           Unbreak buildbot.
25914
25915 2005-01-28  Andy Wingo  <wingo@pobox.com>
25916
25917         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
25918         to reflect a different dubious internet source. Add a reference
25919         and some commentary.
25920
25921 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25922
25923         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25924         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
25925         * gst/playback/gststreamselector.h:
25926           Be more selective when we're redoing caps negotiation from
25927           within the chain function on a stream change.
25928
25929 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25930
25931         * configure.ac:
25932         * ext/Makefile.am:
25933         * ext/amrnb/Makefile.am:
25934         * ext/amrnb/amrnb.c: (plugin_init):
25935         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
25936         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
25937         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
25938         (gst_amrnbdec_state_change):
25939         * ext/amrnb/amrnbdec.h:
25940         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
25941         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
25942         (gst_amrnbparse_init), (gst_amrnbparse_formats),
25943         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
25944         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
25945         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
25946         * ext/amrnb/amrnbparse.h:
25947           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
25948         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25949           Add AMR-NB/-WB raw formats.
25950         * ext/alsa/gstalsa.c: (gst_alsa_link):
25951           Keep valid time when changing format.
25952         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25953         (qtdemux_parse_trak):
25954           Add some more format-specific options (#140141, #143555, #155163).
25955
25956 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25957
25958         * gst/matroska/matroska-demux.c:
25959         (gst_matroska_demux_parse_blockgroup):
25960           Fix logic error in timing of subtitle stream synchronization.
25961         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25962           Add skip-chunk, which is found in kodak-camera streams.
25963
25964 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25965
25966         * po/LINGUAS:
25967         * po/vi.po:
25968           Adding Vietnamese translation (submitted by Clytie Siddall)
25969
25970 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25971
25972         * gst/playback/gstdecodebin.c: (try_to_link_1):
25973           Use realpad for signal.
25974
25975 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25976
25977         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
25978           Fix category so decodebin picks it up.
25979
25980 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25981
25982         * ext/mad/Makefile.am:
25983         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
25984         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
25985         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
25986         (found_type), (gst_id3demux_bin_change_state):
25987         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
25988         (gst_id3_tag_init), (gst_id3_tag_handle_event),
25989         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25990         (gst_id3_tag_change_state), (plugin_init):
25991         * ext/mad/gstmad.h:
25992           Add id3demuxbin (which is a simple bin consisting of id3demux
25993           and typefind), take over rank from id3demux, remove typefind
25994           code from id3demux. Makes all broken mp3s that I know of work,
25995           and thereby fixes #152688.
25996
25997 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
25998
25999         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26000
26001         * ext/mad/gstmad.c: (gst_mad_src_event):
26002         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
26003           Allow seeks on audio pad, make mad forward those (#164826).
26004         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26005           Set duration (#165335).
26006
26007 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26008
26009         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
26010         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
26011         (gst_asf_demux_process_ext_content_desc),
26012         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
26013         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
26014         * gst/asfdemux/gstasfdemux.h:
26015           Improve metadata display, e.g. if the metadata comes before the
26016           streams are loaded (which is perfectly valid).
26017
26018 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26019
26020         * tools/gst-launch-ext-m.m:
26021           Fix AVI/ASF pipelines (#165340).
26022
26023 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
26024         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
26025         build failure on amd64
26026
26027 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
26028
26029         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
26030         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
26031           Check environment variables GST_ID3V2_TAG_ENCODING,
26032           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26033           list of character encodings to force interpretation of non-unicode
26034           strings stored in an ID3v2 tag to a particular encoding. If none
26035           is specified, try to use current locale's encoding, then fall back
26036           to ISO-8859-1 (which will always succeed). (Resolves #149274)
26037         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
26038         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
26039           Check environment variables GST_ID3V1_TAG_ENCODING,
26040           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
26041           list of character encodings to use in case a string encountered
26042           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26043           specified, try to use the current locale's encoding, then fall
26044           back to ISO-8859-1 (which will always succeed).
26045
26046 2005-01-25  Benjamin Otte  <otte@gnome.org>
26047
26048         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26049           - on half framerate, compute the rate in advance so the comparisons
26050             don't compare wrong values
26051           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26052             behaviour
26053           - don't use mad_header_decode anymore, mad_frame_decode does that
26054             automatically
26055           - when getting rid of consumed bytes, reset the stream's skiplen
26056           (fixes #163867)
26057
26058 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26059
26060         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26061           Use 1/2 a second for default max_discont, as PES streams from DVB
26062           seem to have larger spacings in the SCR. 
26063           Fix a typo.
26064
26065 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26066
26067         * gst/playback/gstplaybasebin.c: (group_commit):
26068           Notify delayed stream-info availability.
26069
26070 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26071         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26072         (gst_a52dec_handle_event), (gst_a52dec_chain):
26073         Add some debug output. Check that a discont has a valid
26074         time associated.
26075         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26076         (gst_alsa_sink_loop):
26077         Ignore TAG events. A little extra debug for broken timestamps.
26078         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26079         (dvdnavsrc_change_state):
26080         Ensure we send a discont to engage the link before we send any
26081         other events.
26082         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26083         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26084         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26085         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26086         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26087         dvd://title works in totem because typefinding sends a seek that ends
26088         up going back to chapter 1 regardless.
26089         * ext/mpeg2dec/gstmpeg2dec.c:
26090         * ext/mpeg2dec/gstmpeg2dec.h:
26091         Output correct timestamps and handle disconts.
26092         * ext/ogg/gstoggdemux.c: (get_relative):
26093         Small guard against a null dereference.
26094         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26095         (gst_textoverlay_set_property):
26096         Free memory when done. Don't call gst_event_filler_get_duration on
26097         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26098         g_warning.
26099         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26100         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26101         (gst_sw_srclink), (gst_smoothwave_chain):
26102         Draw solid lines, prettier colours.
26103         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26104         Add a default palette that'll work for some movies.
26105         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26106         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26107         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26108         * gst/mpegstream/gstdvddemux.h:
26109         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26110         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26111         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26112         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26113         * gst/mpegstream/gstmpegparse.h:
26114         Use PTM/NAV events when for timestamp adjustment when connected to 
26115         dvdnavsrc. Don't use many discont events where one suffices.
26116         * gst/playback/gstplaybasebin.c: (group_destroy),
26117         (gen_preroll_element), (gst_play_base_bin_add_element):
26118         * gst/playback/gstplaybasebin.h:
26119         Make sure we remove subtitles from the same bin we put them in.
26120         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26121         (gst_subparse_buffer_format_autodetect),
26122         (gst_subparse_change_state):
26123         Fix some memleaks and invalid accesses.
26124         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26125         (oggskel_type_find), (cmml_type_find), (plugin_init):
26126         Some typefind functions for Annodex v3.0 files
26127         * gst/wavparse/gstwavparse.h:
26128         GstRiffReadClass is the correct parent class.
26129
26130 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26131
26132         * gst-libs/gst/riff/riff-media.c:
26133         (gst_riff_create_video_caps_with_data):
26134           Add extradata to huffyuv (fixes #165013).
26135         * gst-libs/gst/riff/riff-read.c:
26136         (gst_riff_read_strf_vids_with_data):
26137           Fix extradata extraction if it is in the chunk size.
26138
26139 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26140
26141         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26142
26143         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26144         (gst_quarktv_change_state), (gst_quarktv_dispose):
26145           Memory free'ing location fix (#164708).
26146
26147 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26148
26149         * gst/playback/gstplaybasebin.c: (group_commit),
26150         (gen_preroll_element), (probe_triggered), (gen_source_element),
26151         (setup_source), (gst_play_base_bin_change_state),
26152         (gst_play_base_bin_add_element):
26153           Don't block for streams.
26154         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26155         (gst_stream_info_set_mute):
26156           Use gst_pad_set_active_recursive.
26157
26158 2005-01-25  Andy Wingo  <wingo@pobox.com>
26159
26160         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26161         for #ifndef HAVE_XVIDEO.
26162
26163 2005-01-24  Jeffrey C. Ollie
26164
26165         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26166
26167         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26168         * ext/gsm/gstgsmdec.h:
26169         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26170         * ext/gsm/gstgsmenc.h:
26171         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26172         was given by property. Add proper buffer timestamps and offsets.
26173
26174 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26175
26176         * gst-libs/gst/riff/riff-media.c:
26177         (gst_riff_create_audio_caps_with_data):
26178           Audio can be <8000Hz.
26179
26180 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26181
26182         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26183           Explicit state change to workaround refcount bugs.
26184
26185 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26186
26187         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26188         (gst_avimux_riff_get_avi_header):
26189           Fix...
26190
26191 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26192
26193         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26194         (gst_riff_read_element_data):
26195         * gst-libs/gst/riff/riff-read.h:
26196           Add _peek version (req'ed in CDXA).
26197         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26198         (gst_cdxaparse_loop):
26199           Fix parsing in playbin.
26200         * gst/playback/gstdecodebin.c: (close_pad_link):
26201           Ignore current_ pads, they cause major annoyance.
26202
26203 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26204
26205         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26206           Safety guard.
26207
26208 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26209
26210         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26211           Fix padding...
26212
26213 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26214
26215         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26216           Allow for 0-sized buffers. Fixes length query problems in
26217           starwars.mkv from the testsuite.
26218
26219 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26220
26221         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26222         (gst_video_box_i420), (gst_video_box_chain):
26223           Fix row strides for I420 (fixes #163159)
26224           
26225 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26226
26227         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26228           MPEG2 has a useful rate property, so we can actually use that.
26229           For MPEG-1, continue using the bytes/time properties.
26230
26231 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26232
26233         * gst-libs/gst/riff/riff-media.c:
26234         (gst_riff_create_video_caps_with_data),
26235         (gst_riff_create_video_template_caps):
26236           Add intel-h263.
26237
26238 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26239
26240         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26241           Fail if caps negotiation fails. Should fix #162184, and should
26242           definately be in there regardless of it fixing the actual bug.
26243         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26244         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26245         (gst_avimux_riff_get_avix_header),
26246         (gst_avimux_riff_get_video_header),
26247         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26248         (gst_avimux_start_file), (gst_avimux_handle_event),
26249         (gst_avimux_change_state):
26250         * gst/avi/gstavimux.h:
26251           Refactor structure writing to use GST_WRITE_UINT macros, add
26252           metadata writing support.
26253
26254 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26255
26256         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26257           Elements may already be destroyed when this function is called.
26258
26259 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26260
26261         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26262         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26263           More memory leak fixes (#149162).
26264
26265 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26266
26267         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26268         (gst_qtdemux_add_stream):
26269           Fix two memleaks.
26270
26271 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26272
26273         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26274           Argh...
26275
26276 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26277
26278         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26279           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26280           when fixating to six channels in Totem.
26281
26282 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26283
26284         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26285           Fix compile warnings on Solaris 10 buildbot
26286
26287 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26288
26289         * ext/dvdread/dvdreadsrc.c: (_read):
26290           Don't read beyond the last cell in a chapter (fixes 
26291           invalid memory access)
26292
26293 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26294
26295         * ext/dvdread/stream_labels.c:
26296         (dvdreadsrc_get_audio_stream_labels):
26297           Use NULL for an empty GList instead of g_list_alloc(); fix 
26298           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26299           of GString (easier to bulk free later)
26300
26301 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26302
26303         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26304
26305         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26306         (gst_ffmpeg_pixfmt_to_caps):
26307           Fix BGRA32 caps (#164209).
26308
26309 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26310
26311         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26312
26313         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26314         (gst_ffmpeg_caps_to_pixfmt):
26315           alpha_mask can be RGBA/ABGR. Fixes #164265.
26316
26317 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26318
26319         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26320
26321         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26322         (gst_mpeg2dec_alloc_buffer):
26323         * ext/mpeg2dec/gstmpeg2dec.h:
26324           Crop if decoding size is not the actual image size (#163676).
26325
26326 2005-01-17  Steve Baker  <steve@stevebaker.org>
26327
26328         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26329
26330         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26331         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26332           Add libsndfile typefind functions (#163309).
26333
26334 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26335
26336         * tools/gst-launch-ext-m.m:
26337           Add .aac, fix .m1v/.m2v (#163891).
26338
26339 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26340
26341         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26342           Sanity check, don't wait endlessly since the clock might not
26343           actually run at this point (which is a deadlock). Fixes #164069.
26344
26345 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26346
26347         * gst/playback/gstplaybasebin.c: (probe_triggered):
26348           Of course, only pause if group is done...
26349
26350 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26351
26352         * gst/playback/gstplaybasebin.c: (probe_triggered):
26353           Thread safety.
26354
26355 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26356
26357         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26358           Don't return state change success when the parent
26359           failed.
26360
26361 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26362
26363         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26364           Free events (fix memleak in #162905).
26365
26366 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26367
26368         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26369
26370         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26371         (gst_ffmpeg_caps_to_pixfmt):
26372           Fix for depth = 15. Fixes #161675.
26373
26374 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26375
26376         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26377           Set FPS correctly, even for webcams and the like.
26378         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26379           Don error on setting while capturing.
26380
26381 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26382
26383         * ext/dv/gstdvdec.c:
26384         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26385         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26386           I'm a bad boy. using /1001. to force C to do float division
26387           and not integer division (as it did in my last commit)
26388           Thanks to David I. Lehn for pointing this mistake.
26389
26390 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26391
26392         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26393           Revert Johan's 1.35->1.36 since it breaks compat.
26394
26395 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26396
26397         * ext/dv/gstdvdec.c:
26398         * ext/libfame/gstlibfame.c:
26399         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26400         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26401           replace framerate aproximations by their real value
26402           (24000/1001, 30000/1001, 60000/1001)
26403           Finish fixing bug #164049
26404
26405 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26406
26407         * ext/ogg/gstoggmux.c:
26408           eos/bos debugging
26409         * gst/tcp/gstmultifdsink.c:
26410         * gst/tcp/gstmultifdsink.h:
26411         * gst/tcp/gsttcp.c:
26412         * gst/tcp/gsttcp.h:
26413         * gst/tcp/gsttcpclientsink.c:
26414         * gst/tcp/gsttcpclientsrc.c:
26415         * gst/tcp/gsttcpserversink.c:
26416         * gst/tcp/gsttcpserversrc.c:
26417           improve reusability of elements after state changes and errors
26418           make multifdsink throw away streamheaders when receiving new ones
26419
26420 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26421
26422         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26423           Fix for if items are already in list...
26424
26425 2005-01-12  Benjamin Otte  <otte@gnome.org>
26426
26427         * gst/adder/gstadder.c: (gst_adder_loop):
26428           fix adder a bit so it doesn't screw up with events as much anymore
26429
26430 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26431
26432         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26433         (pixbufscale_scale), (gst_pixbufscale_chain):
26434         * ext/gdk_pixbuf/pixbufscale.h:
26435           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26436           to ensure rowstrides are calculated the same way as 
26437           ffmpegcolorspace
26438           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26439           that we pick up duration and offset also.
26440
26441 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26442
26443         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26444         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26445           Reusability fixes.
26446
26447 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26448
26449         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26450         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26451         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26452         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26453           Update flags when requested.
26454
26455 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26456
26457         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26458           Fix dmix.
26459
26460 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26461
26462         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26463         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26464         (probe_triggered), (new_decoded_pad), (gen_source_element),
26465         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26466         * gst/playback/gstplaybasebin.h:
26467         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26468         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26469         (gst_play_bin_change_state):
26470           Implement group-switch signal for use in apps to clear metadata
26471           cache, clean up subtitle, add suburi property instead of # hack,
26472           some error-out fixes.
26473
26474 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26475
26476         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26477           Debug.
26478         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26479           If we got a state change in the _get handler, don't return success.
26480
26481 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26482
26483         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26484         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26485           Make jpegdec quiet on MJPEG decoding
26486         * gst/asfdemux/README:
26487           Fix mimetypes for MJPEG and H263
26488
26489 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26490
26491         * ext/theora/theoradec.c: (theora_dec_chain):
26492           Fix broken code generation by gcc by swapping arguments.
26493         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26494           Fix \n in debug.
26495
26496 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26497
26498         * TODO:
26499           delete this file, it is by far outdated
26500         * ext/alsa/gstalsa.1: remove
26501         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26502         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26503         (gst_alsa_get_caps):
26504           Add HW probing for supported sample rates. Fixes #161704
26505
26506 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26507
26508         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26509           Don't crash, biatch! :).
26510
26511 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26512
26513         * ext/musepack/gstmusepackreader.cpp:
26514         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26515           Some work on tags - still doesn't work in playbin...
26516         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26517           Handle events...
26518
26519 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26520
26521         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26522           Also shove tags on kid pads.
26523
26524 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26525
26526         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26527           Don't bail on unknown events.
26528         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26529           Don't crash on events before negotiation.
26530         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26531           Send tags on pads, too.
26532         * gst/playback/gststreamselector.c:
26533         (gst_stream_selector_request_new_pad):
26534           Forward events on first pad if no input was selected yet.
26535
26536 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26537
26538         * gst/playback/gstplaybasebin.c: (setup_substreams):
26539           Don't disable streamtype if the stream doesn't exist, since
26540           then playing a video after audio will disable both and nothing
26541           will happen. Fixes the testsuite.
26542
26543 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26544
26545         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26546         (gst_v4l_xoverlay_set_xwindow_id):
26547         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26548         (gst_v4l2_xoverlay_set_xwindow_id):
26549           Add debug categories, fix overlay disabling.
26550
26551 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26552
26553         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26554         * ext/alsa/gstalsa.h:
26555           Add HW probing for period_count/size and buffer_size MIX/MAX
26556           Adjust default/user defined value if out of bounds
26557           Should fix bug #162024
26558
26559 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26560
26561         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26562           Fix warning (#161191).
26563
26564 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26565
26566         * ext/dvdread/stream_labels.c:
26567         (dvdreadsrc_get_audio_stream_labels):
26568           Fix warning (init the good variable in switch default)
26569
26570 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26571
26572         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26573
26574         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26575           Fix gcc-2.95 compile (#163485).
26576
26577 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26578
26579         * configure.ac:
26580         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26581         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26582         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26583         (gst_flacenc_change_state):
26584         * ext/flac/gstflacenc.h:
26585           Update for API change in flac-1.1.1. Update requirement in
26586           configure.ac. Fixes #162974.
26587
26588 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26589
26590         * gst/playback/gstplaybasebin.c: (group_destroy):
26591           Remove hack to get rid of assert and get rid of unlinked
26592           signals properly.
26593
26594 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26595
26596         * gst/playback/gstplaybasebin.c: (setup_source):
26597           Set source to NULL so that resources are free'ed. Fixes issues
26598           with playback of CDDA and similar device-accessing things.
26599
26600 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26601
26602         * testsuite/embed/Makefile.am:
26603           test->noinst, fix make test in buildbot.
26604
26605 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26606
26607         * ext/dvdread/stream_labels.c: new file
26608         * ext/dvdread/stream_labels.h: new file
26609         * ext/dvdread/Makefile.am:
26610         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26611           Extract audio stream label from DVD IFO files.
26612           It only dump them on the console for now, still have to
26613           make playbin aware of them.
26614
26615 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26616
26617         * gst/playback/gstplaybasebin.c: (setup_source):
26618           Fix hanging subs.
26619
26620 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26621
26622         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26623         (gen_preroll_element), (remove_groups), (setup_subtitle),
26624         (gen_source_element), (setup_source):
26625         * gst/playback/gstplaybasebin.h:
26626           Multiple .sub files is just a stupid idea... Fix some threading
26627           mistakes. Interestingly, external .sub files cause playbin to
26628           hang, I don't know why... Parsing fixes contributed by Fran??ois
26629           Kooman <fkooman@tuxed.net>.
26630
26631 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26632
26633         * testsuite/embed/Makefile.am:
26634           Fix buildbot.
26635
26636 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26637
26638         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26639
26640         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26641         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26642         (gst_pngenc_set_property):
26643         * ext/libpng/gstpngenc.h:
26644           Add compression level property (#163323).
26645
26646 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26647
26648         * configure.ac:
26649         * examples/capsfilter/capsfilter1.c: (main):
26650         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26651         * ext/dvdread/Makefile.am:
26652         * ext/dvdread/demo-play:
26653         * ext/dvdread/demo-play.c:
26654         * gconf/gstreamer.schemas.in:
26655         * gst-libs/gst/gconf/gconf.c:
26656         * sys/v4l/TODO:
26657         * testsuite/Makefile.am:
26658         * testsuite/embed/Makefile.am:
26659         * testsuite/embed/embed.c: (cb_expose), (main):
26660           Remove all references to xvideosink, fix examples (#140845).
26661         * gst/playback/gstplaybasebin.c: (group_destroy):
26662           Apparently, disposal does not unlink - so do explicitely.
26663         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26664           Add debug.
26665
26666 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26667
26668         * README: fix PKG_CONFIG_PATH instructions, what was there
26669         previously was breaking default search path, not nice. 
26670         Fixes #163358
26671
26672 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26673
26674         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26675         (gst_audioscale_chain):
26676           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26677           when resampling - how the ^@$^!@^! is this possible?!?
26678
26679 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26680
26681         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26682           Reset variables on READY.
26683         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26684         (gst_matroska_mux_loop):
26685           Require data before writing header.
26686
26687 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26688
26689         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26690
26691         * ext/mad/gstmad.c: (gst_mad_chain):
26692           Don't call mad_stream_sync() directly after recovering sync.
26693           Fixes #151661.
26694
26695 2005-01-09  Martin Eikermann  <meiker@upb.de>
26696
26697         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26698
26699         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26700         (snapshot_handler), (gst_snapshot_sinkconnect),
26701         (gst_snapshot_chain):
26702           Allocate resources when required, fix recursive signal emission
26703           and fix caps. Fixes #161667.
26704
26705 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26706
26707         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26708
26709         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26710         (gst_pngdec_chain):
26711           Handle only 8-bppc (bits-per-pixel-component) images, better
26712           error handling and correct strides. Fixes #163177.
26713         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26714         (gst_pngenc_chain):
26715           Better error handling. Fixes #163348.
26716
26717 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26718
26719         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26720         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26721         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26722         (dvdnavsrc_uri_handler_init):
26723           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26724         * gst/playback/gstplaybasebin.c: (gen_source_element):
26725           Add MMS to streaming URIs.
26726
26727 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26728
26729         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26730         * sys/xvimage/xvimagesink.c:
26731         (gst_xvimagesink_navigation_send_event):
26732           Check for pad availability before sending event.
26733
26734 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26735
26736         * gst-plugins.spec.in:
26737           Add subparse.
26738
26739 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26740
26741         * configure.ac:
26742           Since we use functions from CVS, up requirement.
26743
26744 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26745
26746         * gst/playback/Makefile.am:
26747         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26748         (group_destroy), (group_commit), (group_is_muted),
26749         (gen_preroll_element), (add_stream), (unknown_type),
26750         (probe_triggered), (preroll_unlinked), (mute_stream),
26751         (silence_stream), (new_decoded_pad), (setup_substreams),
26752         (setup_source), (get_active_source), (mute_group_type),
26753         (muted_group_change_state), (set_active_source),
26754         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26755         (play_base_eos), (gst_play_base_bin_change_state):
26756         * gst/playback/gstplaybasebin.h:
26757         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26758         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26759         (gst_stream_info_dispose), (stream_info_mute_pad),
26760         (stream_info_change_state), (gst_stream_info_set_mute):
26761         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26762         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26763         (gst_stream_selector_init), (gst_stream_selector_dispose),
26764         (gst_stream_selector_get_linked_pad),
26765         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26766         (gst_stream_selector_get_linked_pads),
26767         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26768         * gst/playback/gststreamselector.h:
26769           Adding stream selection support plus required properties for
26770           applications to use this. Fully fixes #100931.
26771
26772 2005-01-08  Benjamin Otte  <otte@gnome.org>
26773
26774         * gst/games/gstpuzzle.c: (nav_event_handler):
26775           - handle nav events differently: forward every event no matter if it
26776             was handled or not.
26777           - translate events
26778           You can now cheat by using navigationtest ! puzzle and moving the
26779           mouse close to the edge of a tile. ;)
26780
26781 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26782
26783         * configure.ac:
26784         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26785         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26786         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26787         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26788         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26789         (gst_ogm_parse_plugin_init):
26790         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26791         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26792         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26793         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26794         * ext/pango/gsttextoverlay.h:
26795         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26796         (gst_matroska_demux_handle_seek_event),
26797         (gst_matroska_demux_sync_streams),
26798         (gst_matroska_demux_parse_blockgroup),
26799         (gst_matroska_demux_subtitle_caps),
26800         (gst_matroska_demux_plugin_init):
26801         * gst/matroska/matroska-ids.h:
26802         * gst/playback/gstdecodebin.c: (close_pad_link):
26803         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26804         (gen_preroll_element), (remove_groups), (add_stream),
26805         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26806         (setup_source):
26807         * gst/playback/gstplaybasebin.h:
26808         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26809         * gst/subparse/Makefile.am:
26810         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26811         (gst_subparse_base_init), (gst_subparse_class_init),
26812         (gst_subparse_init), (gst_subparse_formats),
26813         (gst_subparse_eventmask), (gst_subparse_event),
26814         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26815         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26816         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26817         (parse_mpsub_deinit), (parse_mpsub_init),
26818         (gst_subparse_buffer_format_autodetect),
26819         (gst_subparse_format_autodetect), (gst_subparse_loop),
26820         (gst_subparse_change_state), (gst_subparse_type_find),
26821         (plugin_init):
26822         * gst/subparse/gstsubparse.h:
26823         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26824         (plugin_init):
26825           Add subtitle support, .sub parser (supports SRT and MPsub),
26826           OGM text support, Matroska UTF-8 text support, deadlock fixes
26827           all over the place, subtitle awareness in decodebin/playbin
26828           and some fixes to textoverlay to handle subtitles in a stream
26829           correctly. Fixes #100931.
26830
26831 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26832
26833         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26834           Check for pad availability before doing a query on it.
26835
26836 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26837
26838         * ext/dv/gstdvdec.c:
26839           really fix bpp24/32 dvdec caps (classic rgba indeed)
26840         * gst/asfdemux/gstasfdemux.c:
26841         (gst_asf_demux_process_ext_content_desc):
26842           don't send text tags if they are empty (bis repetita)
26843
26844 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26845
26846         * ext/dv/gstdvdec.c:
26847          remove unneeded comment from dvdec
26848           (related to DV 4CC codes in AVI files)
26849           moved them in gstreamer/docs/random/mimetypes
26850         * gst/asfdemux/gstasfdemux.c:
26851         (gst_asf_demux_process_ext_content_desc):
26852          don't send text tags if they are empty
26853          fix mem leak on error path
26854         * gst/ffmpegcolorspace/avcodec.h:
26855         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26856         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26857         (gst_ffmpegcsp_avpicture_fill):
26858         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
26859         * gst/ffmpegcolorspace/imgconvert_template.h:
26860          adds BGR32 and BGRA32 to ffmpegcolorspace
26861           (still bad colors, fixing it on next commit)
26862           helps with dvdec outputing BGR32
26863
26864 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26865
26866         * ext/dv/gstdvdec.c:
26867          Fix audio caps i just broke (missing ',')
26868         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
26869         (gst_matroska_mux_reset):
26870          Fix typo + add FIXME about old "x-gst-metadata" crap
26871
26872 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26873
26874         * ext/dv/demo-play.c: (main):
26875          xvideosink -> xvimagesink
26876         * ext/dv/gstdvdec.c:
26877          change rgb 32/32 caps to 24/32 (no alpha)
26878          change nb of channels to be a list (2 or 4, not 2)
26879          change sample rate to be a list (32, 44.1, 48 kHz) not a range
26880         * gst/asfdemux/gstasfdemux.c:
26881         (gst_asf_demux_process_ext_content_desc):
26882          Add 'date/year' to extracted metadata list
26883
26884 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26885
26886         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
26887           The return value of fixate_to does not imply that the requested
26888           value was set, so don't assume.
26889
26890 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
26891
26892         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26893
26894         * ext/libpng/gstpngdec.c:
26895         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
26896         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
26897         * ext/libpng/gstpngenc.h:
26898           Alpha support (encoder; #163161), mime fixage.
26899
26900 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
26901
26902         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26903
26904         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
26905         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
26906         (gst_faac_set_property), (gst_faac_get_property):
26907         * ext/faac/gstfaac.h:
26908           Allow for ADTS output (#153434).
26909
26910 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26911
26912         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26913           Fix against template (#150576).
26914
26915 2005-01-06  Benjamin Otte  <otte@gnome.org>
26916
26917         * gst/games/gstpuzzle.c: (draw_puzzle):
26918           don't draw a puzzle if either width or height of tiles would be 0.
26919
26920 2005-01-06  Benjamin Otte  <otte@gnome.org>
26921
26922         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
26923         (gst_puzzle_class_init), (gst_puzzle_finalize):
26924           no memleaks, please
26925         (gst_puzzle_create), (gst_puzzle_init),
26926         (gst_puzzle_set_property), (gst_puzzle_setup):
26927           change initialization code around so we don't reshuffle on resize
26928         (draw_puzzle):
26929           fix another stupid typo
26930
26931 2005-01-06  Benjamin Otte  <otte@gnome.org>
26932
26933         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
26934           fix stupid typo that borked copying on YUY2
26935
26936 2005-01-06  Benjamin Otte  <otte@gnome.org>
26937
26938         * gst/games/gstpuzzle.c: (draw_puzzle):
26939           fix edges when image sizes aren't multiples of tile sizes
26940
26941 2005-01-06  Benjamin Otte  <otte@gnome.org>
26942
26943         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
26944           make RGB endianness work correctly
26945         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
26946           refactor and fix race with initial shuffling
26947         (nav_event_handler):
26948           allow using the mouse to puzzle
26949         (draw_puzzle):
26950           insist on tiles having width and height as multiples of 4 to get
26951           clean YUV image handling
26952         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26953         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
26954           s/DEBUG/LOG/ for common messages
26955         (gst_xvimagesink_navigation_send_event):
26956           fix mouse event translation to not include screen PAR
26957         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26958           fix mouse event translation to actually work
26959
26960 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26961
26962         * gst/asfdemux/gstasfdemux.c:
26963         (gst_asf_demux_process_ext_content_desc):
26964          Extract TrackNumber metadata + clean up code
26965         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
26966          Hope this is the good fix (var used unitialised)
26967
26968 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26969
26970         * ext/faad/gstfaad.c: (gst_faad_chain):
26971           Only increment timestamp if it's valid. Fixes raw AAC streams.
26972
26973 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26974
26975         * configure.ac:
26976         * gst/games/Makefile.am:
26977         * gst/games/gstpuzzle.c:
26978           add a puzzle game with...
26979         * gst/games/gstvideoimage.c:
26980         * gst/games/gstvideoimage.h:
26981           ... full colorspace support (that includes YUV9 and RGB16)) stolen
26982           from videotestsrc and made into something that would be a nice
26983           library for a lot of other plugins.
26984
26985 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26986
26987         * configure.ac:
26988          don't compile faad plugin if a RC of 2.0 is found
26989          Fixes #155346 (and FC1 buildbot)
26990         * gst/asfdemux/gstasfdemux.c:
26991         (gst_asf_demux_process_ext_content_desc):
26992          try to make Solaris compiler happier
26993
26994 2005-01-06  Paul Jack  <pjack@sfaf.org>
26995
26996         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26997
26998         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
26999           Fix segfault (#161667).
27000
27001 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27002
27003         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
27004           Fix framerate reporting.
27005
27006 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
27007
27008         * gst-libs/gst/riff/riff-ids.h:
27009         * gst/wavenc/riff.h:
27010          Add AMR (VBR and CBR) ids to riff.h audio codec list
27011         * gst/asfdemux/gstasfdemux.c:
27012         (gst_asf_demux_process_ext_content_desc),
27013         (gst_asf_demux_process_object):
27014           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
27015
27016 2005-01-05  Martin Eikermann  <meiker@upb.de>
27017
27018         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27019
27020         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27021         (gst_dvd_demux_handle_discont):
27022         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
27023         (gst_mpeg_demux_handle_discont):
27024           Recreate pads on new-media (#160730).
27025         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
27026           Send discont even if manager changes timestamps (#161929).
27027
27028 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
27029
27030         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27031
27032         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
27033           Fix invalid memory access (#159211).
27034
27035 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27036
27037         * examples/gstplay/player.c: (main):
27038           Don't iterate.
27039         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
27040           Add visualizations.
27041         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
27042         (gst_a52dec_handle_frame):
27043           Set duration.
27044         * ext/dvdnav/gst-dvd:
27045           Add audioconvert. Fixes #161325.
27046         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27047           Explicitely case to gint64. Possible valgrind error.
27048         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27049         (gst_play_tick_callback), (gst_play_change_state),
27050         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27051         (gst_play_set_location), (gst_play_get_location),
27052         (gst_play_seek_to_time), (gst_play_set_data_src),
27053         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27054         (gst_play_set_visualization), (gst_play_connect_visualization),
27055         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27056         (gst_play_new):
27057           Use playbin. Fixes #139749 and #147744.
27058         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27059           Add genre tag.
27060         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27061         (audioscale_get_type), (gst_audioscale_base_init),
27062         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27063         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27064         (gst_audioscale_link), (gst_audioscale_get_buffer),
27065         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27066         (gst_audioscale_init), (gst_audioscale_dispose),
27067         (gst_audioscale_chain), (gst_audioscale_set_property),
27068         (gst_audioscale_get_property), (plugin_init):
27069           Indent properly.
27070         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27071           Fix LPCM.
27072         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27073         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27074         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27075           Add more metadata (fixes #162656).
27076
27077 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27078
27079         * configure.ac:
27080           back to cvs
27081
27082 === release 0.8.7 ===
27083
27084 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27085
27086         * NEWS:
27087         * RELEASE:
27088         * configure.ac:
27089           releasing 0.8.7, "Hyperspace"
27090
27091 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27092
27093         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27094
27095         * gst/playback/gstplaybasebin.c:
27096          Fix for #162924 - free caps after use, not before
27097
27098 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27099
27100         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27101
27102         * gst/playback/gstplaybasebin.c:
27103         * gst/wavparse/gstwavparse.c:
27104           Fix for #154773 - fixes playback of small .wav files
27105
27106 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27107
27108         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27109
27110         * gst/audioscale/gstaudioscale.c:
27111           Fix for #162819 - make audioscale reusable
27112           Fixes playback of more than one file with playbin/totem
27113
27114 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27115
27116         * gst/ffmpegcolorspace/avcodec.h:
27117         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27118         * gst/ffmpegcolorspace/imgconvert.c:
27119           clean up the mess that made me cry and avoid needless duplication
27120
27121 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27122
27123         * gst/ffmpegcolorspace/imgconvert.c:
27124           give some indication of why we're segfaulting
27125
27126 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27127
27128         * configure.ac:
27129           Fix indentation, fix v4l2 plugin detection.
27130         * ext/Makefile.am:
27131           Fix libmms location (Maciej, use diff -u!).
27132         * ext/alsa/gstalsa.c: (gst_alsa_init):
27133           Initialize caps cache to NULL.
27134         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27135           Only change state on audiosink if it exists.
27136
27137 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27138
27139         * gst/matroska/matroska-demux.c:
27140         * gst/matroska/matroska-ids.h:
27141         * gst/matroska/matroska-demux.h:
27142         Fix Vorbis streams failing to decode in some files, where cluster_time
27143         isn't 0, because then it doesn't send codec_priv before actual data.
27144         Remove time-based test and replace it with marker set on beginning of
27145         new stream
27146
27147 2004-12-28  David Schleef  <ds@schleef.org>
27148
27149         Merge patch from Ronald fixing problems with streaming
27150         text.
27151         * ext/cairo/gstcairo.c: (plugin_init):
27152         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27153         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27154         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27155         (gst_textoverlay_font_init), (gst_textoverlay_init),
27156         (gst_textoverlay_set_property):
27157         * ext/cairo/gsttextoverlay.h:
27158
27159 2004-12-27  David Schleef  <ds@schleef.org>
27160
27161         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27162         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27163         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27164         (gst_textoverlay_font_init), (gst_textoverlay_init),
27165         (gst_textoverlay_set_property): Improvements to actually
27166         render text as white on black outline on video, including
27167         font selection and horizontal/vertical alignment.  (Ronald's
27168         christmas present)
27169         * ext/cairo/gsttextoverlay.h:
27170
27171 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27172
27173         * ext/ogg/gstogg.c:
27174         * ext/ogg/gstogmparse.c:
27175           fix ogm[audio/video]parse plugin registration
27176           (riff won't load if bytestream is already loaded)
27177
27178 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27179
27180         * gst/audioconvert/gstchannelmix.c:
27181           fix for GLIB < 2.4
27182
27183 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27184
27185         * Makefile.am:
27186         * configure.ac:
27187           disable docs again until it actually passes make distcheck.
27188
27189 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27190
27191         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27192         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27193         (plugin_init):
27194           Add 3GP (variables name Q3GP because they can't start with a
27195           number). Add samr audio fourcc (used in .3gp files), decoder
27196           is work in progress. Also do a GST_WARNING instead of ERROR
27197           in case of unknown nodes, to decrease output.
27198
27199 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27200
27201         * Makefile.am:
27202           really fix dist
27203
27204 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27205
27206         * configure.ac:
27207         * ext/speex/gstspeexdec.h:
27208         * ext/speex/gstspeexenc.h:
27209           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27210           Fix detection code in configure.ac
27211
27212 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27213
27214         * gst/matroska/matroska-demux.c:
27215         (gst_matroska_demux_parse_blockgroup):
27216           Save position, so that queries give proper return values. Don't
27217           know how this could ever have worked before...
27218
27219 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27220
27221         * configure.ac:
27222           Put additional LAME check inside the conditional.  Fixes #152339
27223
27224 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27225
27226         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27227         (gst_avi_demux_stream_scan):
27228           Add some more debug. Fix logic error when setting movi offset
27229           while reading index.
27230
27231 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27232
27233         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27234         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27235         (gst_avi_demux_process_next_entry):
27236           Add some debugging. Better detection of broken indexes and the
27237           accompanying index recovery. No infinite loops on state changes
27238           when we're still in our loopfunction.
27239
27240 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27241
27242         * configure.ac:
27243           Fix up.
27244
27245 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27246
27247         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27248
27249         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27250           Normalizing the value before setting
27251         (gst_sunaudiomixer_get_volume):
27252           Normalizing the value after getting. Fixes bug# 161980
27253
27254 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27255
27256         * Makefile.am: Make sure docs gets disted
27257         * docs/Makefile.am: Make sure all needed files get disted
27258         * gst-plugins.spec.in: latest updates
27259
27260 2004-12-22  Wim Taymans  <wim@fluendo.com>
27261
27262         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27263         Revert patch 1.38 as clock distribution over schedulers does
27264         not work correcly in the core yet.
27265
27266 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27267
27268         * sys/oss/README: remove this file, which predates my birth
27269           (and which content is by far outdated)
27270
27271 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27272
27273         * Makefile.am:
27274         * configure.ac:
27275         * docs/Makefile.am:
27276         * docs/libs/Makefile.am:
27277         * docs/libs/gst-plugins-libs-docs.sgml:
27278         * docs/libs/gst-plugins-libs-sections.txt:
27279         * docs/libs/tmpl/gstgconf.sgml:
27280         * docs/upload.mak:
27281         * docs/version.entities.in:
27282           Added boilerplate gtk-doc files for plugin-libs documentation.
27283
27284 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27285
27286         * gst/auparse/gstauparse.c: fix int and float audio caps
27287
27288 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27289
27290         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27291         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27292           g_assert() can be a macro, don't use #ifdef inside it.
27293
27294 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27295
27296         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27297
27298         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27299         (gst_videorate_init), (gst_videorate_chain),
27300         (gst_videorate_change_state):
27301           Event handling (fixes #159986).
27302
27303 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27304
27305         * gst-libs/gst/riff/riff-media.c:
27306         (gst_riff_create_video_caps_with_data):
27307           Add BLZ0 (Blizzard's version of DivX) fourcc.
27308
27309 2004-12-18  David Schleef  <ds@schleef.org>
27310
27311         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27312         portability fix.
27313
27314 2004-12-18  David Schleef  <ds@schleef.org>
27315
27316         * gst/tta/ttadec.h: Disable some header code that isn't used
27317         and clearly isn't portable.
27318
27319 2004-12-18  David Schleef  <ds@schleef.org>
27320
27321         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27322         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27323         (avcodec_get_pix_fmt), (avpicture_layout),
27324         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27325         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27326         Fix code to not use GCC extensions (and c99 extensions that
27327         Forte does not like.)
27328
27329 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27330
27331         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27332
27333         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27334         (gst_deinterlace_chain):
27335           Rowstride fixes. Fixes #161039.
27336         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27337         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27338         (gst_video_crop_getcaps), (gst_video_crop_link),
27339         (gst_video_crop_i420), (gst_video_crop_chain),
27340         (gst_video_crop_change_state):
27341           Rework of negotiation. Actually works now. Fixes #158650.
27342
27343 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27344
27345         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27346           That was very stupid.
27347
27348 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27349
27350         * gst/matroska/matroska-demux.c:
27351         (gst_matroska_demux_parse_blockgroup):
27352           Fix possible crasher.
27353
27354 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27355
27356         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27357         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27358           Lace sizes can be zero.
27359
27360 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27361
27362         * ext/musepack/gstmusepackdec.cpp:
27363           Fetch error return values. Fixes #161624.
27364         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27365           Really EOS.
27366
27367 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27368
27369         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27370           Work for truncated (unfinished download etc.) files. Fixes #160514.
27371
27372 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27373
27374         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27375           Fix for integer overflow. Makes #156001 not crash. Probably masks
27376           the real bug.
27377
27378 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27379
27380         * gst/ac3parse/gstac3parse.c: (plugin_init):
27381           Parsers never have ranks. Fixes #159651.
27382
27383 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27384
27385         * gst/playback/gstdecodebin.c: (compare_ranks):
27386           make sure the facotries are ordered the same every time even if they
27387           have the same rank by using the name
27388         * gst/playback/gstdecodebin.c: (find_compatibles):
27389           make sure we don't add factories to the list twice
27390
27391 2004-12-16  David Schleef  <ds@schleef.org>
27392
27393         * configure.ac: look for musepack headers as musepack/*.h
27394         (fixes #159847)
27395         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27396         * ext/musepack/gstmusepackreader.h: same
27397
27398 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27399
27400         * gst-libs/gst/riff/riff-read.c:
27401         (gst_riff_read_strf_auds_with_data):
27402           Read extradata correctly (fixes #155879).
27403
27404 2004-12-16  David Schleef  <ds@schleef.org>
27405
27406         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27407         audio.  does _not_ attempt or allow conversion unless channels
27408         is 1 or 2.
27409
27410 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27411
27412         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27413
27414 2004-12-16  David Schleef  <ds@schleef.org>
27415
27416         * gst/audioscale/gstaudioscale.c: the resample library only
27417         handles 1 or 2 channels.  Change caps to compensate.
27418
27419 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27420
27421         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27422         (gst_matroska_demux_audio_caps):
27423           Some MPEG-AAC hacks, because else it doesn't work...
27424
27425 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27426
27427         * gst-libs/gst/riff/riff-media.c:
27428         (gst_riff_create_video_caps_with_data),
27429         (gst_riff_create_video_template_caps):
27430           Add h264.
27431
27432 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27433
27434         * gst-libs/gst/audio/Makefile.am:
27435           Try to fix buildbot.
27436
27437 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27438
27439         * gst/tcp/gstmultifdsink.c:
27440           Clean up and uniformize debugging.
27441
27442 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27443
27444         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27445
27446         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27447         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27448         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27449         (gst_mpeg_demux_change_state):
27450           Reset on ready. Fixes 160276.
27451
27452 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27453
27454         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27455
27456         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27457         (gst_ffmpegcsp_pad_link):
27458           Fix memleak (#154815).
27459
27460 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27461
27462         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27463
27464         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27465         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27466         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27467         * ext/musicbrainz/gsttrm.h:
27468           Add support for using a proxy server when getting a trm id from
27469           the MusicBrainz database (#149613).
27470
27471 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27472
27473         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27474
27475         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27476         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27477           Fix memleaks (#157233).
27478
27479 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27480
27481         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27482
27483         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27484         * gst-libs/gst/resample/resample.h:
27485         * gst/audioscale/gstaudioscale.c:
27486           Fix memleak (#159215).
27487
27488 2004-12-16  Toni Willberg  <toniw@iki.fi>
27489
27490         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27491
27492         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27493         * sys/oss/oss_probe.c: (main):
27494           Check for mono/stereo support (similar to samplerate probing),
27495           fixes #159433. Also add missing copyright header to oss_probe.c.
27496
27497 2004-12-15  David Schleef  <ds@schleef.org>
27498
27499         * configure.ac: add audioresample and cairo plugins.  Remove
27500         HAVE_MMX stuff, because it's not used.
27501         * ext/Makefile.am: same
27502         * ext/audioresample/Makefile.am: You are not ready for an
27503         audio resampling element based on audioresample.
27504         * ext/audioresample/gstaudioresample.c:
27505         * ext/audioresample/gstaudioresample.h:
27506         * ext/cairo/Makefile.am: You are not ready for overlay elements
27507         based on cairo.  Don't look too closely, these elements kinda
27508         suck right now.
27509         * ext/cairo/gstcairo.c: new
27510         * ext/cairo/gsttextoverlay.c: new
27511         * ext/cairo/gsttextoverlay.h: new
27512         * ext/cairo/gsttimeoverlay.c: new
27513         * ext/cairo/gsttimeoverlay.h: new
27514         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27515         problem with compilers that don't support variadic macros.
27516
27517 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27518
27519         Reviewed by:  David Schleef  <ds@schleef.org>
27520
27521         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27522         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27523         bit.  Also ran indent-gst.
27524         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27525         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27526         (gst_sunaudiosrc_setparams):
27527
27528 2004-12-14  David Schleef  <ds@schleef.org>
27529
27530         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27531         output rate to 16000.  Should fix #160235.
27532
27533 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27534
27535         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27536         Add typefinding for mpeg2 pes streams
27537
27538 2004-12-13  David Schleef  <ds@schleef.org>
27539
27540         * configure.ac:  Applied patch from bug #143659, making default
27541         sources and sinks OS-dependent (for Solaris), and added code
27542         for OS/X.
27543         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27544
27545 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27546
27547         * gst-libs/gst/riff/riff-media.c:
27548           forgot to add h2.64 to avidemux template caps
27549
27550 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27551
27552         * gst/wavenc/riff.h:
27553         * gst-libs/gst/riff/riff-media.c:
27554         * gst-libs/gst/riff/riff-ids.h:
27555         * gst/avi/gstavimux.c
27556         add 4CC code for VideoSoft h264 in AVI (VSSH)
27557           fixes bug #160655
27558         remove s323 from riff, it's quicktime specific :(
27559
27560 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27561
27562         * gst/asfdemux/README
27563         * gst/wavenc/riff.h
27564         * gst-libs/gst/riff/riff-ids.h
27565         * gst-libs/gst/riff/riff-media.c
27566         * gst/qtdemux/qtdemux.c:
27567           add new 4CC codes for h263 related codecs
27568           fixes partially bug #155163
27569
27570 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27571
27572         * configure.ac: Update polyaudio requirement to 0.7
27573         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27574
27575 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27576
27577         * gst/interleave/deinterleave.c:
27578         fix my name's spelling! :)
27579
27580 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27581
27582         * AUTHORS ChangeLog
27583         * gst/auparse/gstauparse.c
27584         * gst/interleave/deinterleave.c
27585         * gst/law/:
27586                 alaw-decode.c alaw-encode.c
27587                 mulaw-decode.c mulaw-encode.c
27588         * gst/oneton/gstoneton.c
27589         * sys/osxaudio/:
27590                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27591         * sys/osxvideo/:
27592                 cocoawindow.h cocoawindow.m
27593                 osxvideosink.h osxvideosink.m
27594
27595         put the same mail address for Zaheer Abbas Merali everywhere
27596
27597 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27598
27599         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27600           Align by packetsize, and assert that we a packet available before
27601           playing. The first makes webstreams work (they often include
27602           trailing padding data in a packet), the second allows pausing a
27603           ASF stream in totem without getting demux errors afterwards.
27604
27605 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27606
27607         * ext/ogg/gstoggdemux.c: (get_relative):
27608           Check for non-NULL before accessing member (end-of-chain).
27609
27610 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27611
27612         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27613         (cdparanoia_set_property), (cdparanoia_get_property):
27614         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27615         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27616         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27617         (dvdreadsrc_init), (dvdreadsrc_set_property),
27618         (dvdreadsrc_get_property):
27619         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27620         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27621           Synchronize property names where not yet the case. Devices are
27622           now device=X, other versions are deprecated (but still exist).
27623           Also use g_free() unconditionally.
27624         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27625         (setup_source), (gst_play_base_bin_get_property):
27626           Expose source.
27627
27628 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27629
27630         * configure.ac: move GCONF macro outside conditional for the am
27631           conditional. Fixes #160439
27632
27633 2004-12-08  David Schleef  <ds@schleef.org>
27634
27635         * tools/gst-visualise-m.m: Switch to elements that currently
27636         exist.
27637
27638 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27639
27640         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27641           We love wrong commas.
27642
27643 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27644
27645         * gst/matroska/matroska-demux.c:
27646         (gst_matroska_demux_handle_src_query):
27647           Don't set DEFAULT, unsupported - makes length display incorrectly
27648           in some cases.
27649
27650 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27651
27652         * gst/monoscope/README: remove blurb about files being GPL
27653         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27654         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27655           monoscope is now effectively LGPL licensed
27656
27657 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27658
27659         * gst/monoscope/README: Update information to be more correct
27660         * gst/monoscope/convolve.c: Relicense to LGPL
27661         * gst/monoscope/convolve.h: Relicense to LGPL
27662
27663 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27664
27665         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27666           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27667         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27668           set default_duration for mpeg1 audio
27669
27670 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27671
27672         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27673         * ext/alsa/gstalsa.h:
27674           refactor big chunks of the core caps negotiation code to make it
27675           a lot faster, because people claim it's really slow
27676           (actually, just cache the getcaps when the device is opened)
27677
27678 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27679
27680         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27681         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27682         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27683         (gst_a52dec_change_state), (plugin_init):
27684         * ext/a52dec/gsta52dec.h:
27685           Do something useful with timestamps. Make chain-based (since
27686           there's really no reason to be loopbased).
27687         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27688           Update current_byte/frame correctly.
27689
27690 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27691
27692         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27693         (gst_ape_demux_stream_init):
27694           Forward tags, too.
27695
27696 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27697
27698         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27699           Let's make sure we're done typefinding when detecting tags.
27700
27701 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27702
27703         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27704         (gst_ebml_read_init), (gst_ebml_read_use_event),
27705         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27706         (gst_ebml_read_seek), (gst_ebml_read_skip),
27707         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27708         (gst_ebml_read_master):
27709         * gst/matroska/ebml-read.h:
27710         * gst/matroska/matroska-demux.c:
27711         (gst_matroska_demux_parse_contents),
27712         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27713           Disgustingly evil hack for working around INTERRUPT events and
27714           their extremely annoying habit of being a pain in the ass. We
27715           simply peek a cluster before reading any of it.
27716
27717 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27718
27719         * ext/musepack/gstmusepackdec.cpp:
27720           There's also floating point libmusepacks.
27721
27722 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27723
27724         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27725         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27726           Set DURATION even if source buffer didn't. Also use increasing
27727           timestamps.
27728         * gst-libs/gst/riff/riff-media.c:
27729         (gst_riff_create_audio_caps_with_data):
27730           Block_align can have larger values than 8192.
27731
27732 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27733
27734         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27735         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27736         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27737         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27738           Fix caps.
27739
27740 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27741
27742         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27743           Fix logic bug.
27744
27745 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27746
27747         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27748           Yay, another one.
27749
27750 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27751
27752         * ext/esd/esdsink.c: (gst_esdsink_chain):
27753           Make error actually say something useful (fixes #156798).
27754         * gst-libs/gst/riff/riff-media.c:
27755         (gst_riff_create_video_caps_with_data),
27756         (gst_riff_create_video_template_caps):
27757           Add Intel Video 5.0 fourcc (IV50).
27758
27759 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27760
27761         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27762         detection on mono and stereo mp3 files.
27763
27764 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27765
27766         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27767           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27768           the contained stream).
27769
27770 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27771
27772         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27773           Oops, remove debug.
27774
27775 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27776
27777         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27778
27779         * gst/law/alaw-decode.c: (alawdec_getcaps):
27780         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27781           Prevent warnings when negotiating caps (fixes #159338).
27782
27783 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27784
27785         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27786         (gst_ffmpegcsp_chain):
27787           Remove old leftover that shouldn't be there...
27788
27789 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27790
27791         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27792
27793         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27794           Don't forward DISCONT events (fixes #159684).
27795
27796 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27797
27798         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27799           Unlink manually since sometimes bin disposal (and therefore
27800           pad unlinking) is delayed, which will cause a new media file
27801           to not be able to start playing instantly.
27802
27803 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27804
27805         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27806           On mute of an unlinked stream, check for pad availability so
27807           we don't crash on unlinked pad.
27808
27809 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27810
27811         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27812         (gst_avi_demux_massage_index):
27813           Fix quite humiliating bug in omitting 0-sized index chunks but
27814           forgetting to count them for timestamps.
27815
27816 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27817
27818         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27819           Actually leave the loop if we failed to sync. Don't crash.
27820
27821 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27822
27823         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27824         (gst_dvd_demux_process_private):
27825         * gst/mpegstream/gstdvddemux.h:
27826           Fix crash (#159759). Doesn't work, though. :-(.
27827
27828 2004-11-28  Benjamin Otte  <otte@gnome.org>
27829
27830         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27831           more overwriting protection due to modifying channels one by one
27832           instead of all at once
27833
27834 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27835
27836         * gst/audioconvert/gstchannelmix.c:
27837         (gst_audio_convert_fill_normalize):
27838           Normalize using absolute values.
27839
27840 2004-11-28  Julien MOUTTE  <julien@moutte.net>
27841
27842         * configure.ac:
27843         * ext/Makefile.am:
27844         * ext/directfb/Makefile.am:
27845         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
27846         (gst_directfbvideosink_get_pixel_format),
27847         (gst_directfbvideosink_get_format_from_fourcc),
27848         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
27849         (gst_directfbvideosink_sink_link),
27850         (gst_directfbvideosink_change_state),
27851         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
27852         (gst_directfbvideosink_buffer_alloc),
27853         (gst_directfbvideosink_interface_supported),
27854         (gst_directfbvideosink_interface_init),
27855         (gst_directfbvideosink_navigation_send_event),
27856         (gst_directfbvideosink_navigation_init),
27857         (gst_directfbvideosink_set_property),
27858         (gst_directfbvideosink_get_property),
27859         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
27860         (gst_directfbvideosink_base_init),
27861         (gst_directfbvideosink_class_init),
27862         (gst_directfbvideosink_get_type), (plugin_init):
27863         * ext/directfb/directfbvideosink.h: Adding a first version of
27864         directfbvideosink.
27865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
27866         more.
27867
27868 2004-11-28  Benjamin Otte  <otte@gnome.org>
27869
27870         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27871           walk the samples backwards if out_channels > in_channels so we don't
27872           overwrite data
27873
27874 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27875
27876         * gst/audioconvert/Makefile.am:
27877         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
27878         (gst_audio_convert_link), (gst_audio_convert_change_state),
27879         (gst_audio_convert_channels):
27880         * gst/audioconvert/gstchannelmix.c:
27881         (gst_audio_convert_unset_matrix),
27882         (gst_audio_convert_fill_identical),
27883         (gst_audio_convert_fill_compatible),
27884         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
27885         (gst_audio_convert_fill_others),
27886         (gst_audio_convert_fill_normalize),
27887         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
27888         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
27889         * gst/audioconvert/gstchannelmix.h:
27890           Implement a channel mixer.
27891
27892 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
27893
27894         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
27895         * ext/alsa/gstalsa.h:
27896         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
27897         Make alsasink actually honor gst_element_set_clock and use that
27898         clock instead of its internal one.
27899
27900 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27901
27902         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
27903         (gst_play_base_bin_change_state): nullify source and decoder when
27904         going from READY to NULL so that we don't try to do weird stuff with
27905         them when going from NULL to READY
27906         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
27907         instead of g_object_unref
27908         (gen_video_element), (gen_audio_element): more refcounting fixes, now
27909         it should be correct
27910         (gst_play_bin_change_state): don't call remove_sinks if we are
27911         currently disposing the object
27912
27913 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27914
27915         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27916           Don't forget bass if it's there. Else left channel is silent...
27917
27918 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27919
27920         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
27921         (gst_a52dec_change_state):
27922           Don't do sample adjusting anymore, we use float audio now.
27923         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27924           Don't fixate to non-existing properties.
27925
27926 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27927
27928         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
27929         (gst_a52dec_change_state):
27930           Advertise that we can do surround sound.
27931
27932 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27933
27934         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
27935           Add buffer-frames=0.
27936         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
27937         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
27938         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
27939         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
27940         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
27941         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
27942         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
27943         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
27944         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
27945         * ext/dvdread/dvdreadsrc.h:
27946           Add seeking, querying for bytes, sectors, title, angle and
27947           chapter. Handle multiple chapters. Relicense to LGPL because
27948           Billy agreed on that (thanks Billy!).
27949
27950 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27951
27952         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
27953         call parent dispose method
27954
27955 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
27956
27957         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
27958         (gst_audio_clock_get_internal_time):
27959         Fix active <-> inactive transitions: ensure time value always
27960         grows and avoid abrupt value changes.
27961
27962 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
27963
27964         * configure.ac:
27965         * gst/tta/Makefile.am:
27966         * gst/tta/crc32.h:
27967         * gst/tta/filters.h:
27968         * gst/tta/gsttta.c:
27969         * gst/tta/gstttadec.c:
27970         * gst/tta/gstttadec.h:
27971         * gst/tta/gstttaparse.c:
27972         * gst/tta/gstttaparse.h:
27973         * gst/tta/ttadec.h:
27974           added TTA parser and decoder
27975
27976 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27977
27978         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27979         (probe_triggered), (check_queue), (buffer_underrun),
27980         (buffer_running), (buffer_overrun), (gen_source_element),
27981         (setup_source):
27982         * gst/playback/gstplaybasebin.h:
27983           Implement buffering. Needs some more work.
27984
27985 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27986
27987         * ext/theora/theoradec.c: (theora_dec_chain):
27988           Fix ilog mask range overflow.
27989
27990 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27991
27992         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27993           Don't omit the last (which in case of dmix is the only :) )
27994           channel count. Don't set channels if <= 2.
27995
27996 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
27997
27998         * gst/playback/gstplaybin.c: (gen_video_element),
27999         (gen_audio_element): Removed 2 obsolete comments
28000
28001 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
28002
28003         * ext/vorbis/oggvorbisenc.c
28004         * ext/vorbis/vorbisenc.c :
28005           change description fields of those plugins to differentiate them
28006           (pitivi show Encoders by description, they had the same one)
28007
28008 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
28009
28010         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28011
28012         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
28013         (gst_play_bin_set_property), (gen_video_element),
28014         (gen_audio_element):
28015           Refcounting fixes for provided audio-/videosinks.
28016
28017 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28018
28019         * gst/playback/gstplaybin.c: (gen_video_element),
28020         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
28021           Don't reference all sinks, but only the video- and audiosinks.
28022           The vis. element should be disposed when we're done with it.
28023           We don't have any reason to keep it around. This fixes warnings
28024           when reusing playbin for playing multiple audio files with
28025           vis. enabled. Also release audio device on pause - idea stolen
28026           from Rhythmbox.
28027
28028 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28029
28030         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
28031         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
28032         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
28033         * ext/alsa/gstalsaplugin.c: (plugin_init):
28034         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
28035         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
28036         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
28037         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
28038         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
28039         (gst_faad_change_state), (plugin_init):
28040         * ext/faad/gstfaad.h:
28041         * ext/vorbis/vorbis.c: (plugin_init):
28042         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28043         * gst-libs/gst/audio/Makefile.am:
28044         * gst-libs/gst/audio/audio.c: (plugin_init):
28045         * gst-libs/gst/audio/multichannel.c:
28046         (gst_audio_check_channel_positions),
28047         (gst_audio_get_channel_positions),
28048         (gst_audio_set_channel_positions),
28049         (gst_audio_set_structure_channel_positions_list),
28050         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28051         (gst_audio_fixate_channel_positions):
28052         * gst-libs/gst/audio/multichannel.h:
28053         * gst-libs/gst/audio/testchannels.c: (main):
28054         * gst/audioconvert/gstaudioconvert.c:
28055         (gst_audio_convert_class_init), (gst_audio_convert_init),
28056         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28057         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28058         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28059         * gst/audioconvert/plugin.c: (plugin_init):
28060           Surround sound support.
28061
28062 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28063
28064         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28065           Fix position for discont if we're close as well. Nitpicking, but
28066           saves a few milliseconds of extra waiting or skipping.
28067
28068 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28069
28070         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28071           We sometimes need parsers for playback, so add those too.
28072
28073 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28074
28075         * configure.ac:
28076         * gst/apetag/Makefile.am:
28077         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28078         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28079         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28080         (gst_ape_demux_get_src_query_types),
28081         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28082         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28083         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28084         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28085         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28086         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28087         (gst_ape_demux_change_state):
28088         * gst/apetag/apedemux.h:
28089         * gst/apetag/apetag.c: (plugin_init):
28090         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28091         (plugin_init):
28092           APE v1/2 tag reader plus typefind function.
28093
28094 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28095
28096         * configure.ac:
28097         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28098         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28099           Remove hacks for older core. Require newer core version
28100           accordingly.
28101
28102 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28103
28104         * gst/cdxaparse/Makefile.am:
28105         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28106         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28107         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28108         * gst/cdxaparse/gstcdxaparse.h:
28109         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28110         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28111         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28112         (gst_cdxastrip_get_src_query_types),
28113         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28114         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28115         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28116         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28117         * gst/cdxaparse/gstcdxastrip.h:
28118           SVCD/VCD header stripping separated from CDXA image parsing.
28119         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28120         (plugin_init):
28121           Add VCD/SVCD header typefinding for VCD/SVCD.
28122         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28123         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28124         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28125         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28126         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28127         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28128         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28129         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28130         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28131         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28132         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28133         * sys/vcd/vcdsrc.h:
28134           Fix up, add seeking, querying, URI interface. Works in totem now.
28135
28136 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28137
28138         * configure.ac:
28139           back to CVS
28140
28141 === release 0.8.6 ===
28142
28143 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28144
28145         * NEWS:
28146         * RELEASE:
28147         * configure.ac:
28148         * po/af.po:
28149         * po/az.po:
28150         * po/cs.po:
28151         * po/en_GB.po:
28152         * po/hu.po:
28153         * po/it.po:
28154         * po/nb.po:
28155         * po/nl.po:
28156         * po/or.po:
28157         * po/sq.po:
28158         * po/sr.po:
28159         * po/sv.po:
28160         * po/uk.po:
28161           releasing 0.8.6, "IOU Love"
28162
28163 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28164
28165         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28166
28167         * gst/playback/gstplaybasebin.c:
28168           Fix unplayable files error handling.  Fixes #158365
28169
28170 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28171
28172         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28173
28174         * gst/typefind/gsttypefindfunctions.c:
28175           Fix broken mp3 typefinding.  Fixes #158375
28176
28177 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28178
28179         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28180
28181         * ext/ogg/gstoggdemux.c:
28182           Fix sync on broken files.  Fixes #158976
28183
28184 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28185
28186         patch by: Edward Hervey <bilboed@bilboed.com>
28187
28188         * ext/libpng/gstpngenc.c:
28189           Copy over buffer properties.  Fixes #158832
28190
28191 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28192
28193         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28194
28195         * ext/dvdread/dvdreadsrc.c:
28196           Fixes invalid reads (#158462)
28197
28198 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28199
28200         * sys/v4l/gstv4lsrc.c:
28201         * sys/v4l/gstv4lsrc.h:
28202         * sys/v4l/v4lsrc_calls.c:
28203           Probe less and cache it.  Fixes #159187.
28204
28205 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28206
28207         * gst/videorate/gstvideorate.c:
28208           Handle all video formats. Fixes #159186.
28209
28210 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28211         * gst/synaesthesia/gstsynaesthesia.c:
28212         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28213         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28214         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28215         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28216         (gst_synaesthesia_change_state), (plugin_init):
28217         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28218         Force 320x200 output, as that's the only thing the underlying
28219         synaesthesia implementation supports. Still needs to be made
28220         re-entrant.
28221
28222 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28223
28224         * configure.ac:
28225           Fix mpeg2enc configure check (similar to mplex check below).
28226
28227 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28228
28229         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28230
28231         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28232           Fix for gcc-2.95 (fixes #158221).
28233
28234 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28235
28236         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28237           Re-add clock distribution hack (until new core is released).
28238           Fixes #158125.
28239
28240 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28241         * configure.ac:
28242           fix mplex configure check segfaulting on some systems (bug #140994)
28243
28244 2004-11-13  Benjamin Otte  <otte@gnome.org>
28245
28246         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28247           add debugging
28248         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28249           do a wait when we enter the loop func with no data available to
28250           write instead of getting into an 100% CPU loop by just returning and
28251           being called again by the scheduler
28252
28253 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28254
28255         * configure.ac:
28256         * ext/libvisual/visual.c: (gst_visual_get_type),
28257         (libvisual_log_handler), (gst_visual_getcaps),
28258         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28259         (plugin_init):
28260           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28261         * ext/smoothwave/Makefile.am:
28262         * ext/smoothwave/demo-osssrc.c: (main):
28263         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28264         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28265         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28266         (plugin_init):
28267         * ext/smoothwave/gstsmoothwave.h:
28268           Make gstsmoothwave a working element in the 20th century.
28269
28270         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28271           Fix incorrect link function
28272
28273 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28274
28275         * gst/volume/gstvolume.c:
28276           Allow buffer-frames=0.
28277
28278 2004-11-12 Iain <iaingnome@gmail.com>
28279
28280         * configure.ac: Check for polypaudio
28281
28282         * ext/Makefile.am: Build the polyp dir
28283
28284         * ext/polyp: The polypsink sources.
28285
28286 2004-10-30 Iain <iaingnome@gmail.com>
28287
28288         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28289         caps to reflect the new number of channels.
28290
28291 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28292
28293         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28294           Fix for negotiation order problem. This would show when the
28295           ALSA loopfuction was called before any other function. ALSA
28296           wouldn't do anything because we're not negotiated yet, leading
28297           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28298
28299 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28300
28301         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28302
28303         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28304           No warnings (#157986).
28305
28306 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28307
28308         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28309           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28310
28311 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28312
28313         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28314           Signal no-more-pads (so it works in playbin).
28315
28316 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28317
28318         * ext/musepack/gstmusepackreader.cpp:
28319           Workaround for older core.
28320
28321 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28322
28323         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28324           Actually test for odd width/height rather than testing whether
28325           a temporary variable that was 0 before we subtracted 1 is now
28326           not equal to zero (which it always is).
28327
28328 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28329
28330         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28331         Fix compilation if HAVE_XVIDEO is not defined
28332
28333 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28334
28335         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28336         Fix compilation if HAVE_XVIDEO is not defined
28337
28338 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28339
28340         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28341         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28342         (gst_goom_change_state), (plugin_init):
28343         Use the bytestream adapter so goom doesn't depend on the input
28344         buffer size.
28345         Add a debug category
28346
28347 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28348
28349         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28350           Only set hardware parameters *after* negotiation. Before
28351           negotiation, it will set ANY and that seems to cause crashes
28352           (see e.g. #151288, #153227).
28353
28354 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28355
28356         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28357           This seems to be antique leftover. It needs to pass error
28358           checking.
28359         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28360         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28361         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28362         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28363           Fix GstXOverlay implementation (#151059).
28364
28365 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28366
28367         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28368           Don't assert (#157853).
28369
28370 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28371
28372         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28373           Fix bytes/samples confustion.
28374         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28375           Fix for underrun (#144389).
28376
28377 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28378
28379         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28380           Disable halfway-seek for pending release (since it needs a new
28381           core release).
28382
28383 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28384
28385         * sys/v4l/gstv4lsrc.c:
28386         * sys/v4l/gstv4lsrc.h:
28387         * sys/v4l/v4lsrc_calls.c:
28388           add autoprobe-fps property so we can separate autoprobing parts
28389
28390 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28391
28392         * sys/v4l/gstv4lsrc.c:
28393         * sys/v4l/v4lsrc_calls.c:
28394         initialise fourcc to catch unset fourcc's, and debug
28395
28396 2004-11-09  Wim Taymans  <wim@fluendo.com>
28397
28398         * gst/playback/README:
28399         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28400         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28401         (gst_play_bin_dispose), (gst_play_bin_set_property),
28402         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28403         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28404         (gst_play_bin_get_formats), (gst_play_bin_convert),
28405         (gst_play_bin_get_query_types), (gst_play_bin_query):
28406         Cleanups and some more documentation.
28407
28408 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28409
28410         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28411         (gst_cacasink_init), (gst_cacasink_chain):
28412         * ext/libcaca/gstcacasink.h:
28413         Cacasink inherits from VideoSink, so let that store the clock.
28414
28415 2004-11-09  Wim Taymans  <wim@fluendo.com>
28416
28417         * gst/playback/README:
28418         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28419         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28420         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28421         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28422         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28423         (setup_sinks):
28424         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28425         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28426         * gst/playback/gststreaminfo.h:
28427         Updated README.
28428         Only switch groups if all streams have muted (EOSed).
28429         Send Tags in sync with the stream playback instead of in
28430         the playback/preroll phase.
28431         Some cleanups, free the fakesrc elements.
28432
28433 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28434
28435         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28436           buffer-frames property was missing
28437         * ext/arts/gst_arts.c:
28438           rate missing from sinkcaps
28439         * ext/audiofile/gstafparse.c:
28440         * ext/audiofile/gstafsink.c:
28441         * ext/audiofile/gstafsrc.c:
28442         * ext/swfdec/gstswfdec.c:
28443           int audio doesn't know buffer-frames
28444         * ext/cdparanoia/gstcdparanoia.c:
28445           int audio doesn't know chunksize either
28446         * ext/nas/nassink.c:
28447           it's endianness, not endianess
28448         * gst-libs/gst/audio/audio.h:
28449           make float standard pad template caps really describe float
28450         * gst/law/mulaw.c: (linear_factory):
28451           signed only, please
28452         * gst/mpegstream/gstdvddemux.c:
28453           widths of 20 are not valid
28454
28455 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28456
28457         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28458
28459         * po/LINGUAS:
28460         * po/it.po:
28461           Add Italian
28462
28463 2004-11-08  Wim Taymans  <wim@fluendo.com>
28464
28465         * gst/playback/README:
28466         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28467         * gst/playback/gstplaybasebin.c: (probe_triggered),
28468         (gst_play_base_bin_change_state):
28469         Updated README, added more comments for fixmes etc..
28470
28471 2004-11-08  Wim Taymans  <wim@fluendo.com>
28472
28473         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28474         We can remove this hack now.
28475
28476 2004-11-08  Wim Taymans  <wim@fluendo.com>
28477
28478         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28479         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28480         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28481         Only mix AYUV for maximum quality.
28482
28483 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28484
28485         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28486         (gst_ogg_demux_push), (gst_ogg_pad_push):
28487           Let's act as if we're synchronized now! :).
28488         * ext/theora/theoradec.c: (theora_dec_chain):
28489           Add some debug.
28490
28491 2004-11-08  Wim Taymans  <wim@fluendo.com>
28492
28493         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28494         (gst_alpha_set_property), (gst_alpha_sink_link),
28495         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28496         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28497         (gst_alpha_init_params), (gst_alpha_chain):
28498         Implement alpha functions for AYUV too, this increases
28499         accuracy quite a bit.
28500
28501 2004-11-08  Wim Taymans  <wim@fluendo.com>
28502
28503         * gst/ffmpegcolorspace/avcodec.h:
28504         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28505         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28506         (gst_ffmpegcsp_avpicture_fill):
28507         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28508         (gst_ffmpegcsp_caps_remove_format_info):
28509         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28510         (shrink12), (img_get_alpha_info), (deinterlace_line),
28511         (deinterlace_line_inplace):
28512         * gst/ffmpegcolorspace/imgconvert_template.h:
28513         Added AYUV colorspace and handle RGBA a bit more respectful.
28514
28515 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28516
28517         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28518           Actually always send a discont (cornercase when resending the
28519           same serial-tagged chain twice).
28520
28521 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28522
28523         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28524         (gst_ximagesink_finalize):
28525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28526         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28527
28528 2004-11-08  Wim Taymans  <wim@fluendo.com>
28529
28530         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28531         Don't segfault on NULL data.
28532
28533 2004-11-08  Wim Taymans  <wim@fluendo.com>
28534
28535         * gst/playback/gstdecodebin.c: (unlinked):
28536         * gst/playback/gstplay-marshal.list:
28537         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28538         (gst_play_base_bin_init), (group_create), (get_active_group),
28539         (get_building_group), (group_destroy), (group_commit),
28540         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28541         (add_element_stream), (no_more_pads), (probe_triggered),
28542         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28543         (state_change), (setup_source), (gst_play_base_bin_get_property),
28544         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28545         (gst_play_base_bin_link_stream),
28546         (gst_play_base_bin_get_streaminfo):
28547         * gst/playback/gstplaybasebin.h:
28548         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28549         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28550         Add support for chained ogg files. Prepare for playlist
28551         support. This patch introduces the concept of pad groups, which
28552         together compose one playable media file.
28553
28554 2004-11-07  David Schleef  <ds@schleef.org>
28555
28556         * testsuite/gst-lint: Check for pad templates that aren't statically
28557         scoped.
28558
28559 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28560
28561         * configure.ac:
28562         * ext/Makefile.am:
28563         * ext/musepack/Makefile.am:
28564         * ext/musepack/gstmusepackdec.cpp:
28565         * ext/musepack/gstmusepackdec.h:
28566         * ext/musepack/gstmusepackreader.cpp:
28567         * ext/musepack/gstmusepackreader.h:
28568           Add musepack decoder.
28569         * ext/faad/gstfaad.c: (gst_faad_base_init):
28570           Make pad templates static.
28571         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28572         (plugin_init):
28573           Add musepack typefinder, make mp3 typefinding work halfway stream,
28574           which doesn't actually work yet because id3demux doesn't implement
28575           _get_length().
28576
28577 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28578
28579         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28580         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28581           Fix interrupt event handling (#144436).
28582
28583 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28584
28585         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28586           Hide unused glory.
28587
28588 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28589
28590         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28591
28592         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28593           Fix weird caps (#157548).
28594
28595 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28596
28597         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28598
28599         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28600           Add missing NULL terminator (#157543).
28601
28602 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28603
28604         * gst/tcp/gsttcp.h:
28605         * gst/tcp/gsttcpclientsink.c:
28606         * gst/tcp/gsttcpclientsrc.c:
28607         * gst/tcp/gsttcpserversink.c:
28608         * gst/tcp/gsttcpserversrc.c:
28609           ports can go up to 65535.  Move common defines to gsttcp.h
28610
28611 2004-11-05  Wim Taymans  <wim@fluendo.com>
28612
28613         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28614         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28615         Added two more colorspaces.
28616
28617 2004-11-05  Wim Taymans  <wim@fluendo.com>
28618
28619         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28620         (gst_ffmpegcsp_avpicture_fill):
28621         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28622         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28623         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28624         More stride fixes.
28625
28626 2004-11-05  Wim Taymans  <wim@fluendo.com>
28627
28628         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28629         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28630         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28631         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28632         (gst_videomixer_loop):
28633         More stride fixes.
28634
28635 2004-11-05  Benjamin Otte  <otte@gnome.org>
28636
28637         * ext/mad/gstmad.c: (gst_mad_chain):
28638           don't overflow data buffer. Flush not needed sync data when syncing
28639           failed.
28640
28641 2004-11-04  Wim Taymans  <wim@fluendo.com>
28642
28643         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28644         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28645         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28646         (gst_alpha_init_params), (gst_alpha_chain),
28647         (gst_alpha_change_state):
28648         Updated the chroma keying algorithm with something more
28649         sophisticated.
28650
28651 2004-11-03  Wim Taymans  <wim@fluendo.com>
28652
28653         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28654         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28655         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28656         Fix stride issues. Does not completely work for odd
28657         heights.
28658
28659 2004-11-03  Wim Taymans  <wim@fluendo.com>
28660
28661         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28662         (gst_alpha_chroma_key), (gst_alpha_chain):
28663         Fix stride issues. Does not completely work for odd
28664         heights.
28665
28666 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28667
28668         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28669         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28670         leak fixes
28671
28672 2004-11-03  Wim Taymans  <wim@fluendo.com>
28673
28674         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28675         (gst_ffmpegcsp_avpicture_fill):
28676         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28677         (avpicture_alloc):
28678         * gst/ffmpegcolorspace/imgconvert_template.h:
28679         Use correct _fill function to get correct strides.
28680
28681 2004-11-02  David Schleef  <ds@schleef.org>
28682
28683         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28684         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28685         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28686         Change all g_print()s to debugging.  Add a bunch of consistency
28687         checks.
28688
28689 2004-11-02  Wim Taymans  <wim@fluendo.com>
28690
28691         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28692         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28693         (unlinked), (no_more_pads), (close_link):
28694         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28695         (unknown_type), (add_element_stream), (new_decoded_pad),
28696         (removed_decoded_pad), (setup_source):
28697         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28698         (gst_stream_info_class_init), (gst_stream_info_init),
28699         (gst_stream_info_new), (gst_stream_info_dispose),
28700         (stream_info_mute_pad), (gst_stream_info_set_property),
28701         (gst_stream_info_get_property):
28702         * gst/playback/gststreaminfo.h:
28703         Fix playback of multiple files.
28704         a slightly different approach to handling dynamic pad removals.
28705         This one only looks at pads that we have linked.
28706
28707 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28708
28709         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28710         free" warning from libc.
28711
28712 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28713
28714         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28715         (get_unconnected_element), (remove_starting_from), (pad_removed),
28716         (close_link):
28717           Implement support for dynamic pad changing. We listen to "live"
28718           pad removals (i.e. while playing) and re-setup autoplugging
28719           after that. Playbasebin/playbin need some more work for this
28720           to finally work, but decodebin supports (and replugs) chained
28721           ogg now.
28722
28723 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28724
28725         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28726         (gst_alsa_finalize):
28727         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28728         (gst_cdaudio_finalize):
28729         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28730         (cdparanoia_finalize):
28731         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28732         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28733         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28734         (dvdreadsrc_finalize):
28735         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28736         (gst_flacdec_finalize):
28737         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28738         (gst_flacenc_finalize):
28739         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28740         (gst_gnomevfssink_finalize):
28741         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28742         (gst_gnomevfssrc_finalize):
28743         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28744         (gst_fameenc_finalize):
28745         * ext/nas/nassink.c: (gst_nassink_class_init),
28746         (gst_nassink_finalize):
28747         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28748         (gst_sdlvideosink_class_init):
28749         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28750         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28751         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28752         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28753         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28754         (gst_x_window_listener_dispose):
28755         * gst/audioscale/gstaudioscale.c:
28756         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28757         (play_on_demand_finalize):
28758         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28759         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28760         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28761         (cdplayer_finalize):
28762         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28763         (gst_glimagesink_class_init):
28764         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28765         (gst_osselement_finalize):
28766         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28767         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28768         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28769           Fixes a bunch of problems with finalize and dispose functions,
28770           either assumptions that dispose is only called once, or not calling
28771           the parent class dispose/finalize function
28772
28773 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28774
28775         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28776           added two api precondition guards
28777           use g_strdup with getenv to fix crash when using ENVVAR
28778
28779 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28780         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28781         (gst_esdsink_finalize):
28782         Use a finalize function, not dispose, and more importantly,
28783         call the parent class finalize function too
28784
28785 2004-11-01  Johan Dahlin  <johan@gnome.org>
28786
28787         * ext/ogg/gstoggdemux.c:
28788         * gst/tags/gstvorbistag.c:
28789         Plug leaks.
28790
28791 2004-10-31  Benjamin Otte  <otte@gnome.org>
28792
28793         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28794           lotsa memleaks today. But they're all small...
28795
28796 2004-10-31  Benjamin Otte  <otte@gnome.org>
28797
28798         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28799           another memleak crushed
28800
28801 2004-10-31  Benjamin Otte  <otte@gnome.org>
28802
28803         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28804           fix memleak
28805
28806 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28807
28808         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28809           Hack to prevent crash when going to READY inside signal handler
28810           while this function is active.
28811
28812 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28813
28814         * gst/ffmpegcolorspace/Makefile.am:
28815         * gst/ffmpegcolorspace/avcodec.h:
28816         * gst/ffmpegcolorspace/common.h:
28817         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28818         * gst/ffmpegcolorspace/dsputil.h:
28819         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28820         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28821         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28822         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28823         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28824         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28825         (gst_ffmpegcsp_avpicture_fill):
28826         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28827         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28828         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28829         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28830         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28831         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28832         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28833         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28834         * gst/ffmpegcolorspace/imgconvert.c:
28835         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28836         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28837         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28838         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28839         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28840         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28841         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28842         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28843         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
28844         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
28845         (grow21), (grow22), (grow41), (grow44), (conv411),
28846         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
28847         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
28848         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
28849         (avpicture_free), (is_yuv_planar), (img_convert),
28850         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
28851         (deinterlace_line_inplace), (deinterlace_bottom_field),
28852         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
28853         * gst/ffmpegcolorspace/imgconvert_template.h:
28854         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
28855         * gst/ffmpegcolorspace/mmx.h:
28856         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
28857         (av_fast_realloc), (av_mallocz_static), (av_free_static),
28858         (av_freep), (avcodec_get_context_defaults),
28859         (avcodec_alloc_context), (avcodec_init):
28860           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
28861           handling plus update from ffmpeg CVS. Large clean-up.
28862
28863 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28864
28865         * gst/playback/Makefile.am:
28866           We need the marshallers for decodebin, too.
28867
28868 2004-10-30  David Schleef  <ds@schleef.org>
28869
28870         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
28871           quicktime typefinding work with 64-bit offsets.
28872
28873 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
28874
28875         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
28876           Set EOS on the element when processing an EOS event.
28877         * ext/speex/gstspeexdec.h:
28878         * ext/speex/gstspeexenc.h:
28879           Only keep a const ptr to the mode
28880         * gst-libs/gst/riff/riff-media.c:
28881         (gst_riff_create_audio_caps_with_data),
28882         (gst_riff_create_audio_template_caps):
28883           Allow WMAV3, with up to 6 channels.
28884         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
28885           Don't call gst_pad_set_event_function on a sink pad.
28886         * gst/mpegstream/gstdvddemux.c:
28887         (gst_dvd_demux_get_subpicture_stream),
28888         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
28889           Copy the explicit caps that were set across to the cur_* pads,
28890           instead of trying to use a possibly non-existent negotiated caps.
28891           Reset the type of subpicture pads to UNKNOWN after calling
28892           init_stream, so that the caps get set.
28893
28894 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
28895
28896         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28897
28898         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28899           Don't touch buffer if it is of size 0 (fixes #151064).
28900
28901 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28902
28903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
28904           Synchronized discont handling.
28905
28906 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28907
28908         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28909         (gst_ogg_demux_push):
28910           Make seeking sort-of exact again (fixes #156387).
28911
28912 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28913
28914         * gst/playback/gstplaybasebin.c: (unknown_type),
28915         (add_element_stream), (new_decoded_pad),
28916         (gst_play_base_bin_change_state):
28917         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
28918         (gst_stream_info_init), (gst_stream_info_new),
28919         (gst_stream_info_dispose), (gst_stream_info_get_property):
28920         * gst/playback/gststreaminfo.h:
28921           Make caps explicitely available. Makes testing for unsupported
28922           types possible. Improves error reporting.
28923
28924 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28925
28926         * gst/audioconvert/gstaudioconvert.c:
28927         (gst_audio_convert_buffer_to_default_format):
28928           Really don't touch read-only buffers (#156563).
28929
28930 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
28931
28932         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28933
28934         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
28935           Fix memleak (#155223).
28936
28937 2004-10-29  Wim Taymans  <wim@fluendo.com>
28938
28939         * gst/tcp/.cvsignore:
28940         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
28941         (gst_multifdsink_class_init), (gst_multifdsink_init),
28942         (gst_multifdsink_add), (gst_multifdsink_remove),
28943         (gst_multifdsink_remove_client_link), (is_sync_frame),
28944         (gst_multifdsink_new_client),
28945         (gst_multifdsink_handle_client_write),
28946         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28947         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
28948         (gst_multifdsink_get_property):
28949         * gst/tcp/gstmultifdsink.h:
28950         Added burst on connect sync_method, deprecated sync_clients,
28951         streamlined the sync code some more.
28952
28953 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28954
28955         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
28956         (gst_play_base_bin_change_state):
28957           Improve error reporting.
28958
28959 2004-10-28  Wim Taymans  <wim@fluendo.com>
28960
28961         * gst/tcp/Makefile.am:
28962         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
28963         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
28964         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
28965         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
28966         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
28967         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
28968         (gst_fdset_wait):
28969         Added more locks around fdset structures. Fixed/reworked
28970         the poll array resizing code.
28971         Added stress test for fdset.
28972
28973 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28974
28975         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28976         fix build
28977
28978 2004-10-28  Benjamin Otte  <otte@gnome.org>
28979
28980         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28981           fix link function to always query channels and query width for
28982           floats
28983         * configure.ac:
28984           add equalizer dir
28985         * gst/equalizer/Makefile.am:
28986         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
28987         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
28988         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
28989         (arg_to_scale), (setup_filter),
28990         (gst_iir_equalizer_compute_frequencies),
28991         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
28992         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
28993         (plugin_init):
28994           add an equalizer
28995
28996 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28997
28998         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
28999
29000         * po/LINGUAS:
29001         * po/nb.po:
29002           Added Norwegian Bokmaal translation
29003
29004 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29005
29006         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29007           Don't break on options (fixes #156488).
29008
29009 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
29010
29011         * configure.ac:
29012         * ext/cdaudio/Makefile.am:
29013         * sys/Makefile.am:
29014           fix build on older automake
29015
29016 2004-10-26  Wim Taymans  <wim@fluendo.com>
29017
29018         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29019         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29020         Allow a little margin when negotiating the framerate.
29021
29022 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
29023
29024         * gst/level/gstlevel.c:
29025           synchonised naming of pads and pad-templates
29026
29027 2004-10-26  Wim Taymans  <wim@fluendo.com>
29028
29029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29030         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
29031         (_find_streams_check), (gst_ogg_demux_push):
29032         Fix EOS again. Needs to be done in a better way. We should not
29033         remove the pad if there is no new chained stream.
29034
29035 2004-10-26 Iain <iaingnome@gmail.com>
29036
29037         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
29038         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
29039         of the caps.
29040         * gst/interleave/interleave.c (interleave_class_init): Hook up release
29041         pad.
29042         (interleave_release_pad): Remove the pad.
29043         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29044         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29045         the set device.
29046         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29047         attrs
29048         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29049         (gst_xvimagesink_finalize): Free the par.
29050
29051 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29052
29053         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29054         (gst_avimux_stop_file):
29055           First calculate the rate, and only then use it. Hdr.rate is a
29056           multiple and not a derivative of hdr.scale. Scale is not the
29057           same as blockalign but is solely related to rate.
29058
29059 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29060
29061         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29062         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29063           Implement seeking.
29064
29065 2004-10-25  James Henstridge  <james@jamesh.id.au>
29066
29067         Reviewed by:  David Schleef  <ds@schleef.org>
29068
29069         * examples/gstplay/player.c: (got_stream_length), (main):
29070         * examples/seeking/cdplayer.c: (update_scale):
29071         * examples/seeking/seek.c: (format_value), (update_scale):
29072         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29073         (stop_seek):
29074         Build fixes on AMD64.
29075
29076 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29077
29078         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29079
29080         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29081         Fix for some v4l cards which hang in v4lsrc
29082
29083 2004-10-25  Wim Taymans  <wim@fluendo.com>
29084
29085         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29086         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29087         Make sure to remove the pad when a new chain is
29088         encountered. Set some vars to NULL so we don't try
29089         to reference freed memory.
29090
29091 2004-10-25  Wim Taymans  <wim@fluendo.com>
29092
29093         * examples/seeking/Makefile.am:
29094         * examples/seeking/cdplayer.c: (update_scale):
29095         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29096         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29097         (format_value), (update_scale), (iterate), (start_seek),
29098         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29099         (print_usage), (main):
29100         Added some more examples, update others.
29101
29102 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29103
29104         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29105         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29106         * ext/theora/theoradec.c: (theora_dec_chain):
29107         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29108           Add codec-name metadata.
29109
29110 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29111
29112         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29113
29114         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29115         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29116         * ext/alsa/gstalsamixertrack.h:
29117         * po/POTFILES.in:
29118           ALSA mixer track label internationalization (#154054).
29119
29120 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29121
29122         * ext/theora/theoradec.c: (theora_dec_chain):
29123           Export bitrate as metadata.
29124
29125 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29126
29127         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29128         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29129         * ext/alsa/gstalsamixertrack.h:
29130           Fix names, fix loop.
29131
29132 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29133
29134         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29135         (speex_dec_convert):
29136           sinkconvert function so oggdemux can get the file length (totem).
29137
29138 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29139
29140         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29141
29142         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29143           Don't push incomplete packets.
29144         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29145           Fix MPEG-4 audio typefinding.
29146
29147 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29148
29149         * sys/v4l/Makefile.am:
29150         * sys/v4l/gstv4l.c: (plugin_init):
29151         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29152         (gst_v4lelement_init), (gst_v4lelement_dispose),
29153         (gst_v4lelement_change_state):
29154         * sys/v4l/gstv4lelement.h:
29155         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29156         (gst_v4l_xoverlay_close), (idle_refresh),
29157         (gst_v4l_xoverlay_set_xwindow_id):
29158         * sys/v4l/gstv4lxoverlay.h:
29159         * sys/v4l/v4l-overlay_calls.c:
29160         * sys/v4l/v4l_calls.h:
29161         * sys/v4l2/Makefile.am:
29162         * sys/v4l2/gstv4l2.c: (plugin_init):
29163         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29164         (gst_v4l2element_init), (gst_v4l2element_dispose),
29165         (gst_v4l2element_change_state):
29166         * sys/v4l2/gstv4l2element.h:
29167         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29168         (gst_v4l2_xoverlay_close), (idle_refresh),
29169         (gst_v4l2_xoverlay_set_xwindow_id):
29170         * sys/v4l2/gstv4l2xoverlay.h:
29171         * sys/v4l2/v4l2-overlay_calls.c:
29172         * sys/v4l2/v4l2_calls.h:
29173           Remove client-side overlay handling, use the X-server v4l plugin
29174           for that. Nicer overlay, less code. Also make the plugin
29175           compileable without X (but then without overlay, obviously).
29176           Makes xwindowlistener obsolete, should we remove that?
29177
29178 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29179
29180         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29181         (gst_osssrc_src_query):
29182         * sys/oss/gstosssrc.h:
29183           OK, so people want offset in DEFAULT. This time, actually fix all
29184           cases.
29185         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29186           Add FPS properly.
29187
29188 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29189
29190         * gst/asfdemux/gstasfmux.c:
29191         * gst/avi/gstavimux.c:
29192           Framerate.
29193
29194 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29195
29196         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29197           Fix properties (channel, norm, frequency).
29198
29199 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29200
29201         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29202           Flag typo.
29203         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29204           No warnings.
29205
29206 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29207
29208         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29209           Fix hang.
29210
29211 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29212
29213         * sys/v4l2/gstv4l2element.h:
29214           Yet Another Hack (tm) for kernel header borkedness.
29215         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29216         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29217         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29218         (gst_v4l2src_change_state):
29219         * sys/v4l2/gstv4l2src.h:
29220         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29221         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29222           Fix caps, keep track of state, work.
29223
29224 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29225
29226         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29227           Quiet.
29228
29229 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29230
29231         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29232           Don't mix bytes and samples.
29233
29234 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29235
29236         * ext/ogg/gstoggmux.c:
29237           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29238           and theora. Any is incorrect.
29239         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29240           Fix caps.
29241         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29242         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29243         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29244         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29245         * sys/v4l/gstv4lmjpegsrc.h:
29246         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29247         (gst_v4lsrc_change_state):
29248         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29249         (gst_v4lmjpegsrc_capture_stop):
29250           Fix caps. Keep track of internal state. Work.
29251
29252 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29253
29254         * ext/Makefile.am:
29255           Fix the build fixes.
29256
29257 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29258
29259         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29260         (gst_ogg_demux_src_event), (_find_chain_seek),
29261         (gst_ogg_pad_push):
29262           Check for pad availability before using it.
29263         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29264           Fix parsing of chained ogg. Needs more work on the decoder side.
29265
29266 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29267
29268         * gst/spectrum/Makefile.am:
29269         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29270         (idle_func):
29271           Fix demo and reenable it. Yes, I'm currently playing with audio
29272           analysis tools
29273
29274 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29275
29276         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29277           We love it if files that start at zero work too...
29278
29279 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29280
29281         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29282           Handle files with missing EOS headers.
29283
29284 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29285
29286         * gst/tcp/gsttcpserversink.c:
29287         (gst_tcpserversink_handle_server_read),
29288         (gst_tcpserversink_init_send):
29289         Zero some variables first (need for accept not to return EINVAL)
29290
29291 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29292
29293         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29294         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29295         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29296         (theora_dec_chain):
29297         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29298         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29299           Seeking and querying finetune.
29300
29301 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29302
29303         * configure.ac:
29304         * ext/Makefile.am:
29305         * ext/raw1394/Makefile.am:
29306           fix the build
29307
29308 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29309
29310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29311           Wrong return.
29312         * gst/playback/Makefile.am:
29313         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29314         * gst/playback/gstplay-marshal.list:
29315         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29316           Fix marshallers.
29317
29318 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29319
29320         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29321           Silence.
29322
29323 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29324
29325         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29326         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29327         (gst_ogg_pad_push):
29328           Yay for non-lineair granulepos in theora.
29329
29330 2004-10-18  Wim Taymans  <wim@fluendo.com>
29331
29332         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29333         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29334         * ext/dv/gstdvdec.h:
29335         Make sure we renegotiate aspect ratio when the camera switches.
29336
29337 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29338
29339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29340         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29341           Start at zero.
29342         * ext/theora/theoradec.c: (theora_dec_chain):
29343           Skip headers. Bad idea for chained ogg, but fixes seeking.
29344
29345 2004-10-18  Wim Taymans  <wim@fluendo.com>
29346
29347         * configure.ac:
29348         I swear, this is the last time I touch this.
29349
29350 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29351
29352         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29353         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29354         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29355           Faster seeking.
29356         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29357           Time-to-default conversion.
29358         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29359           Don't error on unknown packets, just skip. We should probably
29360           read them if we want to support chained ogg.
29361
29362 2004-10-18  Wim Taymans  <wim@fluendo.com>
29363
29364         * configure.ac:
29365         Added cdaudio to wrong list.
29366
29367 2004-10-18  Wim Taymans  <wim@fluendo.com>
29368
29369         * configure.ac:
29370         Revive cdaudio.
29371
29372 2004-10-18  Wim Taymans  <wim@fluendo.com>
29373
29374         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29375         (gst_dvdec_video_link), (gst_dvdec_push):
29376         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29377         (gst_smokeenc_resync), (gst_smokeenc_chain):
29378         Fix mimetype on smoke encoder.
29379         Add aspect ratio to dvdec. Not sure if these
29380         values are correct though....
29381
29382 2004-10-18  Wim Taymans  <wim@fluendo.com>
29383
29384         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29385         Fix vorbis property descriptions and ranges.
29386
29387 2004-10-18  Wim Taymans  <wim@fluendo.com>
29388
29389         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29390         Really do nothing when no data is available.
29391         Go to the playing state when the stream is not seekable
29392         instead of failing.
29393
29394 2004-10-18  Wim Taymans  <wim@fluendo.com>
29395
29396         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29397         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29398         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29399         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29400         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29401         Added uri handler for cd://
29402         Port to new API.
29403
29404 2004-10-18  Wim Taymans  <wim@fluendo.com>
29405
29406         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29407         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29408         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29409         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29410         (remove_prerolls), (unknown_type), (add_element_stream),
29411         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29412         (gst_play_base_bin_remove_element),
29413         (gst_play_base_bin_link_stream):
29414         * gst/playback/gstplaybin.c: (gen_video_element),
29415         (gen_vis_element), (remove_sinks), (setup_sinks):
29416         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29417         (gst_stream_info_get_type), (gst_stream_info_class_init),
29418         (gst_stream_info_init), (gst_stream_info_new),
29419         (gst_stream_info_dispose), (stream_info_mute_pad),
29420         (gst_stream_info_set_property), (gst_stream_info_get_property):
29421         * gst/playback/gststreaminfo.h:
29422         Add sink padtemplate to decodebin.
29423         Added some more comments.
29424         Make queue size configurable in playbasebin.
29425         Added possibility to use elements as sinks (ex cdaudio).
29426
29427 2004-10-15  Wim Taymans  <wim@fluendo.com>
29428
29429         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29430         (gst_speexenc_chain):
29431         Fix speex timestamps so that it gets muxed properly.
29432
29433 2004-10-15  Wim Taymans  <wim@fluendo.com>
29434
29435         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29436         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29437         (gst_dv1394src_init), (gst_dv1394src_dispose),
29438         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29439         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29440         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29441         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29442         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29443         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29444         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29445         * ext/raw1394/gstdv1394src.h:
29446         Added conversion/query functions.
29447         Update buffer timestamps,
29448         Added signals.
29449         Added uri dv:// so it might play from the firewire in playbin.
29450         Fix a possible leak.
29451         Added debugging.
29452
29453 2004-10-15  Wim Taymans  <wim@fluendo.com>
29454
29455         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29456         (gst_dv1394src_init), (gst_dv1394src_set_property),
29457         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29458         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29459         * ext/raw1394/gstdv1394src.h:
29460         Added AV/C VTR control support needed for some cameras.
29461         Added automatic port detection.
29462         Added properties for selecting the channel.
29463         The configure.ac script is not yet updated to reflect the
29464         new libavc1394 and librom1394 dependencies.
29465
29466 2004-10-15  Wim Taymans  <wim@fluendo.com>
29467
29468         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29469         (qtdemux_parse), (gst_qtdemux_handle_esds):
29470         An esds box is not a container.
29471         Fix parsing of mp4v boxes.
29472         Do not try to renegotiate fps for each frame. Need to
29473         find a better method. This should fix mp4 playback.
29474
29475 2004-10-14  David Schleef  <ds@schleef.org>
29476
29477         * configure.ac: update for swfdec-0.3 and liboil-0.2
29478         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29479         * ext/swfdec/gstswfdec.h: same
29480         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29481         * gst/videotestsrc/videotestsrc.c: same
29482
29483 2004-10-14  Wim Taymans  <wim@fluendo.com>
29484
29485         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29486         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29487         (is_sync_frame), (gst_multifdsink_new_client),
29488         (gst_multifdsink_handle_client_write),
29489         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29490         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29491         Turn warnings into info.
29492         Don't allow a state change in the streaming thread.
29493
29494 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29495
29496         * ext/vorbis/oggvorbisenc.c:
29497         * ext/vorbis/vorbisdec.c:
29498           fix template sample rate
29499
29500 2004-10-13  Wim Taymans  <wim@fluendo.com>
29501
29502         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29503         Decoding the header first fixes some problems in resyncing
29504         in more mp3s.
29505
29506 2004-10-12  Wim Taymans  <wim@fluendo.com>
29507
29508         * gst/playback/gstplaybin.c: (gen_video_element),
29509         (gen_vis_element), (remove_sinks), (setup_sinks):
29510         Added vis plugin support, need to configure the vis
29511         element to activate it.
29512
29513 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29514
29515         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29516         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29517           Some debug.
29518         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29519         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29520         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29521         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29522         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29523         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29524         * gst/avi/gstavidemux.h:
29525           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29526           recovery (where, if part of the index is broken, we will still read
29527           the rest of the index and recover the broken part by stream
29528           scanning). More broken media support. EOS workarounds. General AVI
29529           braindamage headache recovery. Aspirin included.
29530
29531 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29532
29533         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29534         (cdparanoia_event), (cdparanoia_query):
29535           Get rid of hideous lead-in.
29536
29537 2004-10-11  Wim Taymans  <wim@fluendo.com>
29538
29539         * gst/playback/gstplaybasebin.c: (setup_source):
29540         Wrong var used to get g_list_next.
29541
29542 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29543
29544         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29545         (cdparanoia_get), (cdparanoia_open):
29546           Report discid as metadata, add duration.
29547
29548 2004-10-11  Wim Taymans  <wim@fluendo.com>
29549
29550         * gst/playback/gstplaybasebin.c: (setup_source):
29551         Cleanup the previous pipeline a little earlier for the
29552         case that a source element provides raw data.
29553
29554 2004-10-11  Benjamin Otte  <otte@gnome.org>
29555
29556         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29557           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29558           consuming the last 128 bytes, even though it was valid mp3 data.
29559
29560 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29561
29562         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29563         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29564         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29565         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29566
29567 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29568
29569         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29570         Fix for webcams that support only specific width or height
29571
29572 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29573
29574         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29575
29576         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29577           Fix wrong discont event setup (fixes #154967).
29578
29579 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29580
29581         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29582
29583         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29584           Error out on invalid data (fixes #154807).
29585
29586 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29587
29588         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29589
29590         * ext/dvdread/dvdreadsrc.c: (_read):
29591           Make titles > 0 work again (fixes #154834).
29592
29593 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29594
29595         * gst-libs/gst/riff/riff-media.c:
29596         (gst_riff_create_video_template_caps):
29597           WMV3 missing in template caps.
29598
29599 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29600
29601         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29602           OK, so the original code was too strict. It makes random AVI files
29603           hang for seconds upon opening, which is unacceptable and is far
29604           beyond the original goal of getting multiple chunks for one-chunk
29605           sounc stream files. So now do just that.
29606
29607 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29608
29609         * gst/playback/gstplaybasebin.c: (setup_source),
29610         (gst_play_base_bin_change_state):
29611           Actually clean up streaminfo if output fails. This would trigger
29612           if, for example, there was no CD in the drive. No preroll, so
29613           a streaminfo structure is created, but the subsequent state change
29614           of the thread fails.
29615         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29616           Don't change state if parent failed.
29617
29618 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29619
29620         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29621         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29622         (gen_video_element), (remove_sinks):
29623           Add small bits of code for screenshot handling.
29624
29625 2004-10-08  Wim Taymans  <wim@fluendo.com>
29626
29627         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29628         (gen_video_element), (gen_audio_element), (setup_sinks):
29629         Don't assume the user provided sinks are named "sink"...
29630
29631 2004-10-08  Wim Taymans  <wim@fluendo.com>
29632
29633         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29634         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29635         (gst_play_base_bin_link_stream):
29636         Do not try to autoplug sources that generate raw streams like
29637         cdparanoia.
29638         disconnect the preroll overrun signal when we don't need it anymore.
29639
29640 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29641
29642         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29643         Added reworked patch from #154903 from milosz derezynski (deadchip).
29644
29645 2004-10-08  Wim Taymans  <wim@fluendo.com>
29646
29647         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29648         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29649         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29650         (cdparanoia_convert), (cdparanoia_uri_get_type),
29651         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29652         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29653         * ext/cdparanoia/gstcdparanoia.h:
29654         This adds the cdda://<tracknum> uri.
29655
29656 2004-10-08  Wim Taymans  <wim@fluendo.com>
29657
29658         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29659         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29660         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29661         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29662         (unknown_type), (gst_play_base_bin_remove_element),
29663         (gst_play_base_bin_link_stream):
29664         * gst/playback/gstplaybasebin.h:
29665         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29666         (gst_play_bin_set_property), (gen_video_element),
29667         (gen_audio_element), (setup_sinks):
29668         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29669         (gst_stream_info_get_type), (gst_stream_info_class_init),
29670         (gst_stream_info_init), (gst_stream_info_new),
29671         (gst_stream_info_dispose), (stream_info_mute_pad),
29672         (gst_stream_info_set_property), (gst_stream_info_get_property):
29673         * gst/playback/gststreaminfo.h:
29674         Reuse the audio and video bins.
29675         Some internal cleanups in the stream selection code.
29676
29677 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29678
29679         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29680         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29681         * sys/ximage/ximagesink.h:
29682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29683         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29684         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29685         not coming from those elements. Moreover these elements should not keep
29686         the xid they have been given when in NULL state.
29687
29688 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29689
29690         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29691         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29692         * sys/ximage/ximagesink.h:
29693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29694         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29695         * sys/xvimage/xvimagesink.h:
29696           Actually only create a new toplevel window if we're not gonna
29697           embed it right after.
29698
29699 2004-10-07  Wim Taymans  <wim@fluendo.com>
29700
29701         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29702         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29703         * gst/playback/gstplaybin.c: (setup_sinks):
29704         Implement muting/unmuting of streams, mute streams that are not
29705         used.
29706
29707 2004-10-07  Wim Taymans  <wim@fluendo.com>
29708
29709         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29710         (plugin_init):
29711         Added lame audio/x-ac3 typefind function.
29712
29713 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29714
29715         * configure.ac:
29716           bump nano to cvs
29717
29718 === release 0.8.5 ===
29719
29720 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29721
29722         * NEWS:
29723         * RELEASE:
29724         * configure.ac:
29725           releasing 0.8.5, "Take You On"
29726
29727 2004-10-06  Wim Taymans  <wim@fluendo.com>
29728
29729         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29730         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29731         (no_more_pads), (close_link), (type_found):
29732         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29733         * gst/playback/gstplaybin.c: (gen_video_element):
29734         Do not signal the no_more_pads after the first pad when
29735         we are plugging a non dynamic element with multiple
29736         output pads (like swfdec, dvdec, ...).
29737
29738 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29739
29740         * configure.ac:
29741           bump for prerelease
29742
29743 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29744
29745         * gst/wavparse/gstwavparse.c:
29746           add ATRAC3 to STATIC CAPS to fix a warning
29747
29748         * gst/matroska/ebml-read.c:
29749         * gst-libs/gst/riff/riff-read.c:
29750           fix typos
29751
29752 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29753
29754         * gst-libs/gst/riff/riff-media.c:
29755           generate caps for ATRAC3 audio streams
29756
29757         * gst/realmedia/rmdemux.c:
29758           generate caps for ATRAC3 audio streams
29759
29760 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29761
29762         * gst/wavparse/Makefile.am
29763         * gst/wavparse/riff.h
29764         * gst/wavparse/wavparse.vcproj
29765           riff.h removal (unused and duplication with riff-ids.h)
29766
29767 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29768
29769         * gst/wavparse/gstwavparse.h
29770           remove duplicated defines for audio codec codes
29771
29772         * gst-libs/gst/riff/riff-ids.h
29773         * gst/wavenc/riff.h:
29774           add "4CC" code for ATRAC3 audio streams
29775           add "4CC" code for ITU_G721_ADPCM (unused for now)
29776
29777 2004-10-06  Wim Taymans  <wim@fluendo.com>
29778
29779         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29780         Actually _do_ negotiation. Pass gdouble as arg instead
29781         of guint64 for the framerate.
29782
29783 2004-10-06  Wim Taymans  <wim@fluendo.com>
29784
29785         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29786         (find_compatibles), (close_pad_link), (try_to_link_1),
29787         (no_more_pads), (close_link), (type_found):
29788         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29789         * gst/playback/gstplaybin.c: (gen_video_element),
29790         (gen_audio_element):
29791         Set state on newly added element to READY so that negotiation
29792         can happen ASAP.
29793         Addes some more debug info.
29794         Do not try to plug pads with multiple caps structures or ANY
29795         because it is too dangerous since we do not do dynamic
29796         replugging.
29797
29798 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29799
29800         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29801
29802         * po/LINGUAS:
29803         * po/or.po:
29804           add Oriya translation
29805
29806 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29807
29808         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29809           Prevent overwrite of size member. Makes audio sound crappy.
29810
29811 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29812
29813         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29814         Add rmvb to the list of known RealMedia extensions
29815
29816 2004-10-05  Wim Taymans  <wim@fluendo.com>
29817
29818         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29819         (mngdec_openstream), (mngdec_closestream),
29820         (mngdec_handle_sink_event), (mngdec_readdata),
29821         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29822         (mngdec_getcanvasline), (mngdec_refresh),
29823         (gst_mngdec_change_state):
29824         Set the framerate correctly.
29825
29826 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29827
29828         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29829           There was something wrong with the index massaging.
29830
29831 2004-10-04  Wim Taymans  <wim@fluendo.com>
29832
29833         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29834         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29835         (gst_smokedec_chain):
29836         * ext/jpeg/gstsmokedec.h:
29837         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29838         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29839         * ext/jpeg/gstsmokeenc.h:
29840         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29841         (smokecodec_decode_new), (smokecodec_info_free),
29842         (smokecodec_set_quality), (smokecodec_get_quality),
29843         (smokecodec_set_threshold), (smokecodec_get_threshold),
29844         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29845         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
29846         (smokecodec_encode), (smokecodec_parse_id),
29847         (smokecodec_parse_header), (smokecodec_decode):
29848         * ext/jpeg/smokecodec.h:
29849         * ext/jpeg/smokeformat.h:
29850         Updated smoke, new bitstream, allows embedding in ogg.
29851
29852 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29853
29854         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
29855           Fix seeking in some files. All this code is no longer needed (and
29856           actually breaks stuff) because we now synchronize the full index
29857           right when reading the header.
29858
29859 2004-10-04  Wim Taymans  <wim@fluendo.com>
29860
29861         * configure.ac:
29862         configure update for libmng.
29863
29864 2004-10-04  Wim Taymans  <wim@fluendo.com>
29865
29866         * ext/libmng/Makefile.am:
29867         * ext/libmng/gstmng.c: (plugin_init):
29868         * ext/libmng/gstmng.h:
29869         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
29870         (gst_mngdec_base_init), (gst_mngdec_class_init),
29871         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
29872         (gst_mngdec_loop), (gst_mngdec_get_property),
29873         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
29874         (mngdec_closestream), (mngdec_handle_sink_event),
29875         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
29876         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
29877         (gst_mngdec_change_state):
29878         * ext/libmng/gstmngdec.h:
29879         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
29880         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
29881         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
29882         (gst_mngenc_chain), (gst_mngenc_get_property),
29883         (gst_mngenc_set_property):
29884         * ext/libmng/gstmngenc.h:
29885         Added basic MNG decoder. Needs more work. The encoder does
29886         not work yet.
29887
29888 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29889
29890         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
29891         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
29892         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
29893           Don't hang on length=0 chunks. Some negotiation fixes. Signal
29894           no-more-pads.
29895
29896 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29897
29898         * configure.ac:
29899           you need at least 1.0.4 of speex
29900
29901 2004-10-04 Iain <iaingnome@gmail.com>
29902
29903         * ext/speex/gstspeexdec.h: Revert the includes changes.
29904
29905         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
29906
29907 2004-09-30 Iain <iaingnome@gmail.com>
29908
29909         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
29910         found during init or set as a property instead of hardcoding /dev/audio
29911
29912 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29913
29914         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
29915         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
29916         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
29917         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
29918         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
29919         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
29920         (gst_rmdemux_dump_data):
29921           Use debug category, fix EOS handling. filesrc ! rmdemux now
29922           works.
29923
29924 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29925
29926         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29927         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
29928         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
29929           Improve allocation, cutting and sorting of the index. How takes a
29930           few seconds instead of minutes.
29931
29932 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
29933
29934         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
29935           fixed compilation
29936
29937 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29938
29939         * gst-libs/gst/riff/riff-media.c:
29940         (gst_riff_create_video_caps_with_data),
29941         (gst_riff_create_video_template_caps):
29942           Add wing commander format mimetype/fourccs.
29943         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29944           Don't crash if some value is 0.
29945
29946 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29947
29948         * gst-libs/gst/riff/riff-media.c:
29949         (gst_riff_create_video_caps_with_data),
29950         (gst_riff_create_video_template_caps):
29951           Add DIB fourcc (raw, palettized 8-bit RGB).
29952         * gst-libs/gst/riff/riff-read.c:
29953         (gst_riff_read_strf_vids_with_data):
29954           Oops, fix strf_data reading bug.
29955         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29956           Use a non-NULL tag.
29957         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29958           Time for hacks. Sorry Dave. At least one quicktime movie (a
29959           trailer) that I've encountered contains multiple video tracks.
29960           One of those is the actual video track, the other are one-frame
29961           tracks (images). Unfortunately, the number of frames according
29962           to the trak header is 1 for each, so that doesn't help. So
29963           instead, I look at the duration and discard tracks with a
29964           duration shorter than 20% of the length of the stream. Better
29965           than nothing.
29966
29967 2004-10-01  Christian Schaller <christian@fluendo.com>
29968
29969         * ext/ivorbis/vorbis.c:
29970           Patch from Phil Blundell (Bug 152341)
29971
29972 2004-10-01  Wim Taymans  <wim@fluendo.com>
29973
29974         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
29975         (speex_dec_get_formats), (speex_dec_convert),
29976         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
29977         (speex_dec_chain), (gst_speexdec_get_property),
29978         (gst_speexdec_set_property):
29979         Small cleanups.
29980
29981 2004-10-01  Wim Taymans  <wim@fluendo.com>
29982
29983         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
29984         (gst_wavparse_stream_init), (gst_wavparse_fmt),
29985         (gst_wavparse_other), (gst_wavparse_loop),
29986         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
29987         (gst_wavparse_srcpad_event):
29988         * gst/wavparse/gstwavparse.h:
29989         Added some more debugging info.
29990         Fix the case where the length of the file is 0.
29991         Make sure we seek to sample borders.
29992
29993 2004-10-01  Wim Taymans  <wim@fluendo.com>
29994
29995         * gst/playback/README:
29996         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
29997         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29998         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29999         Add some debug info to decodebin, update README
30000
30001 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30002
30003         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
30004           Don't use g_print(); use GST_DEBUG().
30005
30006 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30007
30008         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30009         (gst_ogg_mux_queue_pads):
30010           Handle EOS properly.
30011
30012 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30013
30014         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30015
30016         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
30017         (gst_faad_chain), (gst_faad_change_state):
30018         * ext/faad/gstfaad.h:
30019           Allow playback of raw (unframed) MPEG AAC files (#148993).
30020
30021 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
30022
30023         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30024
30025         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30026           Throw error if we didn't recognize the stream. Fixes #152289.
30027
30028 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30029
30030         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
30031           Fix negotiation.
30032
30033 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
30034
30035         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30036
30037         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
30038           Fix memleak.
30039
30040 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
30041
30042         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30043
30044         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30045           Solve #152805.
30046         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30047           Solve 152806.
30048
30049 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30050
30051         * gst-libs/gst/riff/riff-media.c:
30052         (gst_riff_create_video_caps_with_data),
30053         (gst_riff_create_audio_caps_with_data):
30054           Add codec_data handling (like asfdemux used to do).
30055         * gst/asfdemux/gstasf.c: (plugin_init):
30056         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30057         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30058           Use riff-media for caps creation instead of our own (mostly
30059           broken) copy of its functions.
30060
30061 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30062
30063         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30064           Don't actually error out if we get another return value than
30065           -EINVAL. Opposite to what I first thought, drivers have random
30066           return values for this, although -EINVAL is the expected return
30067           value. Since this is not fatal, we shouldn't use
30068           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30069
30070 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30071
30072         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30073         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30074         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30075         (dvdreadsrc_get), (dvdreadsrc_open_file),
30076         (dvdreadsrc_change_state):
30077           Fix. Don't do one big huge loop around the whole DVD, that will
30078           cache all data and thus eat sizeof(dvd) (several GB) before we
30079           see something.
30080         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30081           Actually NULL'ify event after using it.
30082         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30083         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30084         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30085         (gst_ebml_read_seek), (gst_ebml_read_skip):
30086           Handle events.
30087         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30088         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30089         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30090           Fix timing (this will probably break if I seek using menus, but
30091           I didn't get there yet). VOBs and normal DVDs should now work.
30092           Add a mpeg2-only pad with high rank so this get autoplugged for
30093           MPEG-2 movies.
30094         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30095         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30096         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30097         (gst_mpeg_demux_get_audio_stream),
30098         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30099         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30100           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30101           MPEG-1 but use dvddemux for MPEG-2.
30102         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30103         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30104         (gst_mpeg_parse_parse_packhead):
30105           Timing. Only add pad template if it exists. Add sink template from
30106           class and not from ourselves. This means we will always use the
30107           correct sink template even if it is not the one defined in this
30108           file.
30109
30110 2004-09-29  Wim Taymans  <wim@fluendo.com>
30111
30112         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30113         (gst_mpeg_demux_parse_pes):
30114         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30115         Fix playback of mpeg again, timestamps where screwed up by
30116         patch 1.61.
30117
30118 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30119
30120         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30121           Only return true if we actually filled something in. Prevents
30122           player applications from showing a random length for flac files.
30123         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30124         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30125         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30126         (gst_riff_read_strf_vids_with_data),
30127         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30128           OK, ok, so I implemented event handling. Apparently it's normal
30129           that we receive random events at random points without asking
30130           for it.
30131         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30132         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30133         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30134         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30135         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30136         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30137         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30138         * gst/avi/gstavidemux.h:
30139           Implement non-lineair chunk handling and subchunk processing.
30140           The first solves playback of AVI files where the audio and video
30141           data of individual buffers that we read are not synchronized.
30142           This should not happen according to the wonderful AVI specs, but
30143           of course it does happen in reality. It is also a prerequisite for
30144           the second. Subchunk processing allows us to cut chunks in small
30145           pieces and process each of these pieces separately. This is
30146           required because I've seen several AVI files with incredibly large
30147           audio chunks, even some files with only one audio chunk for the
30148           whole file. This allows for proper playback including seeking.
30149           This patch is supposed to fix all AVI A/V sync issues.
30150         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30151         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30152           Work.
30153         * gst/modplug/gstmodplug.cc:
30154           Proper return value setting for the query() function.
30155         * gst/playback/gstplaybasebin.c: (setup_source):
30156           Being in non-playing state (after, e.g., EOS) is not necessarily
30157           a bad thing. Allow for that. This fixes playback of short files.
30158           They don't actually playback fully now, because the clock already
30159           runs. This means that small files (<500kB) with a small length
30160           (<2sec) will still not or barely play. Other files, such as mod
30161           or flx, will work correctly, however.
30162
30163 2004-09-28  Wim Taymans  <wim@fluendo.com>
30164
30165         * ext/speex/gstspeex.c: (plugin_init):
30166         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30167         (gst_speex_dec_class_init), (speex_dec_get_formats),
30168         (speex_get_event_masks), (speex_get_query_types),
30169         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30170         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30171         (gst_speexdec_get_property), (gst_speexdec_set_property),
30172         (speex_dec_change_state):
30173         * ext/speex/gstspeexdec.h:
30174         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30175         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30176         (gst_speexenc_base_init), (gst_speexenc_class_init),
30177         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30178         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30179         (gst_speexenc_src_query), (gst_speexenc_init),
30180         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30181         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30182         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30183         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30184         (gst_speexenc_chain), (gst_speexenc_get_property),
30185         (gst_speexenc_set_property), (gst_speexenc_change_state):
30186         * ext/speex/gstspeexenc.h:
30187         Rewrote speex encoder, make sure it can be embedded in ogg.
30188         Implemented speex decoder.
30189
30190 2004-09-28  Christian Schaller <christian@fluendo.com>
30191
30192         * configure.ac:
30193         Remove kioslave plugin. Markey is brewing a new working one
30194         * ext/Makefile.am: Remove kioslave plugin
30195         * ext/kio: remove
30196         * gst-plugins.spec.in: remove kio plugin from spec
30197
30198 2004-09-27  Wim Taymans  <wim@fluendo.com>
30199
30200         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30201         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30202         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30203         (gst_multifdsink_new_client),
30204         (gst_multifdsink_handle_client_write),
30205         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30206         (gst_multifdsink_handle_clients):
30207         * gst/tcp/gstmultifdsink.h:
30208         Make syncing to keyframes actually work for new clients and lagging
30209         clients.
30210
30211 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30212
30213         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30214         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30215         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30216         * gst/debug/gstnavigationtest.h:
30217           make navigationtest display button-press and button-release events
30218
30219 2004-09-26 Iain <iaingnome@gmail.com>
30220
30221         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30222         the channels have received a new media event.
30223         (interleave_buffered_loop): Compresses a new media event on all
30224         channels into one.
30225
30226 2004-09-26 Iain <iaingnome@gmail.com>
30227
30228         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30229         call the sinkpad's default event handler and not the srcpads. He also
30230         says this is confusing :)
30231         (gst_wavenc_stop_file): Company says that seek events only go upstream
30232         we should send a discontinuous downstream instead.
30233
30234 2004-09-25  Christian Schaller <christian@fluendo.com>
30235
30236         * Update SPEC file to be usable in conjunction with Fedora Core,
30237           Fedora.us and freshrpms packages
30238         * Fix typo in multifilesrc test Makefile
30239
30240 2004-09-24  Wim Taymans  <wim@fluendo.com>
30241
30242         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30243         Only signal the no_more_pads signal when we have
30244         added the stream to our list.
30245
30246 2004-09-24  Wim Taymans  <wim@fluendo.com>
30247
30248         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30249         (new_decoded_pad):
30250         * gst/playback/gstplaybasebin.h:
30251         * gst/playback/gstplaybin.c: (setup_sinks):
30252         Don't try to preroll or decode more than one audio/video
30253         track.
30254
30255 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30256
30257         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30258           Throw error if we failed to find a suitable output. This should
30259           throw an error if we successfully set up a pipeline (e.g. because
30260           we recognized a media file) but found no decodable streams in it
30261           (e.g. because it contains only media stream types for which we
30262           have no decoders, or because it's not a media type).
30263
30264 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30265
30266         * ext/dirac/Makefile.am:
30267         * ext/dirac/gstdirac.cc:
30268         * ext/dirac/gstdiracdec.cc:
30269         * ext/dirac/gstdiracdec.h:
30270           Do something. Don't actually know if this works because I don't
30271           have a demuxer yet.
30272         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30273           Add channels=1 to caps returned from _getcaps().
30274         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30275         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30276         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30277         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30278         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30279         (gst_ogm_parse_change_state):
30280           Separate between audio/video so ogmaudioparse actually uses the
30281           audio pad templates. Both audio and video work now, including
30282           autoplugging. Also use sometimes-srcpad hack.
30283         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30284           Handle events better. Don't hang on infinite loops.
30285         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30286         (gst_avi_demux_init), (gst_avi_demux_reset),
30287         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30288         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30289         (gst_avi_demux_change_state):
30290         * gst/avi/gstavidemux.h:
30291           Improve A/V sync. Still not perfect.
30292         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30293         (gst_ebml_read_skip):
30294           Handle events better.
30295         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30296         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30297         (qtdemux_audio_caps):
30298           Add IMA4. Improve event handling. Save offset after a seek when
30299           the headers are at the end of the file so that we don't end up in
30300           an infinite loop.
30301         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30302           Add low-priority typefind support for files with no length.
30303
30304 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30305
30306         * testsuite/multifilesink/Makefile.am:
30307         fix typo
30308
30309 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30310
30311         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30313         mistakes from thaytan's patches.
30314
30315 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30316
30317         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30318           For completeness, XSync in the destroy function as xvimage does.
30319
30320 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30321
30322         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30323            Correct caps negotiation
30324         * gst/volume/gstvolume.c: (volume_chain_float),
30325         (volume_chain_int16):
30326            Modify debug output to be little more informative
30327         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30329         (gst_xvimagesink_xvimage_destroy):
30330           Add XSync calls after detaching from the shared memory segment to
30331           avoid a crash.
30332
30333 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30334
30335         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30336         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30337         * ext/vorbis/vorbis.c: (plugin_init):
30338         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30339         (gst_vorbisenc_chain):
30340         * ext/vorbis/vorbisenc.h:
30341         remove explicit newmedia support from oggmux and vorbisenc
30342         add debug category to vorbisenc
30343         * gst/multifilesink/gstmultifilesink.c:
30344         (gst_multifilesink_class_init), (gst_multifilesink_init),
30345         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30346         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30347         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30348         (plugin_init):
30349         * gst/multifilesink/gstmultifilesink.h:
30350         add support for streamheader in multifilesink
30351
30352 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30353
30354         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30355         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30356         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30357           Prevent infinite loops. More correct error reporting.
30358         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30359           Error out if negotiation fails.
30360         * gst/playback/gstplaybasebin.c: (setup_source),
30361         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30362         (gst_play_base_bin_found_tag):
30363           Error/tag forwarding. Pre-roll fixes for source errors on state
30364           changes (e.g. "file does not exist") to prevent hangs.
30365
30366 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30367
30368         * testsuite/multifilesink/Makefile.am:
30369         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30370         (gst_newmedia_class_init), (gst_newmedia_init),
30371         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30372         (newfile_signal), (test_signal), (main):
30373         * testsuite/multifilesink/multifilesrc_test.c: (main):
30374         * testsuite/multifilesink/oggtheora_test.c:
30375         (gst_newmedia_base_init), (gst_newmedia_class_init),
30376         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30377         (test_format), (newfile_signal), (test_signal), (main):
30378         * testsuite/multifilesink/oggvorbis_test.c:
30379         (gst_newmedia_base_init), (gst_newmedia_class_init),
30380         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30381         (test_format), (newfile_signal), (test_signal), (main):
30382         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30383         (gst_newmedia_class_init), (gst_newmedia_init),
30384         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30385         (newfile_signal), (test_signal), (main):
30386         New media tests
30387
30388 2004-09-20  Christian Schaller <christian@fluendo.com>
30389
30390         * Fix mikmod license to LGPL as they have relicensed
30391         * Move Dirac and Effectv into LGPL section of README_license
30392
30393 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30394
30395         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30396         (gst_mad_change_state):
30397           Allow for mp3 rate/channels changes. However, only very
30398           conservatively. Reason that we *have* to enable this is smiply
30399           because the mad find_sync() function is not good enough, it will
30400           regularly sync on random data as valid frames and therefore make
30401           us provide random caps as *final* caps of the stream. The best fix
30402           I could think of is to simply require several of the same stream
30403           changes in a row before we change caps.
30404           The actual testcase that works now is #
30405         * ext/ogg/Makefile.am:
30406         * ext/ogg/gstogg.c: (plugin_init):
30407         * ext/ogg/gstogmparse.c:
30408           OGM support (video only for now; I need an audio sample file).
30409         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30410         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30411         (gst_asf_demux_add_video_stream):
30412           WMV extradata.
30413         * gst/playback/gstplaybasebin.c: (unknown_type):
30414           Don't error out on single unknown-types after all. It's wrong.
30415           If we found type of video and audio but not of a subtitle stream,
30416           it will still error out (which is unwanted). Will find a better fix
30417           later on.
30418         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30419         (ogmaudio_type_find), (plugin_init):
30420           OGM support.
30421
30422 2004-09-20  Johan Dahlin  <johan@gnome.org>
30423
30424         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30425         after setting caps.
30426
30427 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30428
30429         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30430         * gst/wavenc/gstwavenc.h:
30431         Added newmedia support to wavenc
30432
30433 2004-09-17  Wim Taymans  <wim@fluendo.com>
30434
30435         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30436         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30437         (gst_fdset_fd_can_write), (gst_fdset_wait):
30438         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30439         (gst_multifdsink_init), (gst_multifdsink_add),
30440         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30441         (gst_multifdsink_remove_client_link),
30442         (gst_multifdsink_client_queue_buffer),
30443         (gst_multifdsink_handle_client_write),
30444         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30445         (gst_multifdsink_close), (gst_multifdsink_change_state):
30446         * gst/tcp/gstmultifdsink.h:
30447         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30448         (gst_tcpserversink_removed):
30449         Small cleanups in fdset.c
30450         Use a hastable to map fd to the client structure for faster
30451         lookup in _remove and get_stats.
30452         Added virtual function to close the fds.
30453         Handle clients even when the select/poll call was unblocked because
30454         of a command.
30455         Implement syncing to keyframe in the recovery procedure.
30456
30457 2004-09-16 Iain <iaingnome@gmail.com>
30458
30459         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30460         try caps.
30461
30462 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30463
30464         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30465           Caps are only set if the type of the stream is unknown, but this
30466           is initialized in ->init_stream(), so set to UNKNOWN after calling
30467           ->init_stream() so that capsnego starts.
30468
30469 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30470
30471         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30472         (gst_avi_demux_stream_data):
30473           Just hardcode for raw audio then. AVI audio sucks.
30474
30475 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30476
30477         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30478         * gst/matroska/matroska-mux.c: (audiosink_templ),
30479         (gst_matroska_mux_audio_pad_link):
30480         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30481         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30482
30483 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30484
30485         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30486         (gst_avi_demux_stream_data):
30487           Try to fix a/v sync issues.
30488
30489 2004-09-15  David Schleef  <ds@schleef.org>
30490
30491         * configure.ac: remove NASM check, since we don't use it.  Update
30492         dirac check to 0.4
30493         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30494         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30495         Initialized variables.
30496         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30497         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30498         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30499         SVQ3 format
30500
30501 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30502
30503         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30504         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30505         * gst/avi/gstavidemux.h:
30506           Fix for compressed audio (mp3) timestamp generation. How did this
30507           ever work?
30508
30509 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30510
30511         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30512           Volume is a double not a float.
30513
30514 2004-09-15  Wim Taymans  <wim@fluendo.com>
30515
30516         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30517         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30518         Don't close the fd in multifdsink as we didn't open it in the
30519         first place. Some cleanups.
30520
30521 2004-09-15  Wim Taymans  <wim@fluendo.com>
30522
30523         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30524         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30525         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30526         Fix the case where the muxer would mark pages as delta
30527         frames when they are not (vorbis only ogg).
30528
30529 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30530
30531         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30532         (gst_play_base_bin_change_state):
30533           Handle the case where we failed to setup a clear pipeline. This
30534           will throw an error (or EOS, another nice case) and if you don't
30535           catch that, the app will wait for the signal forever (and thus
30536           hang).
30537
30538 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30539
30540         * ext/gnomevfs/gstgnomevfssink.c:
30541         (gst_gnomevfssink_uri_get_protocols):
30542         * ext/gnomevfs/gstgnomevfssrc.c:
30543         (gst_gnomevfssrc_uri_get_protocols):
30544         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30545         * ext/gnomevfs/gstgnomevfsuri.h:
30546           Use _uri_new() instead of _open(), so it doesn't take as long and
30547           Christophe's computer won't hang.
30548         * gst/playback/gstplaybasebin.c: (unknown_type):
30549           Throw error on unknown media type, so apps actually display it.
30550
30551 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30552
30553         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30554           this script to work on Solaris since bash shell handles echo
30555           differenly than bash.
30556
30557 2004-09-17  Wim Taymans  <wim@fluendo.com>
30558
30559         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30560         (setup_source), (gst_play_base_bin_set_property),
30561         (gst_play_base_bin_add_element):
30562         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30563         Some more work on making sure seeking pauses the pipeline and
30564         that changing the uri actually does something.
30565
30566 2004-09-17  Wim Taymans  <wim@fluendo.com>
30567
30568         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30569         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30570         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30571         (gst_tcpserversink_close):
30572         Be a bit more paranoid when freeing memory.
30573
30574 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30575
30576         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30577         (qtdemux_parse_trak):
30578           Don't crash by dividing by zero (see sample movie in #126922).
30579
30580 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30581
30582         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30583           Don't touch non-existing data (fixes crash on file in #140147).
30584
30585 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30586
30587         * gst/playback/gstplaybasebin.c:
30588         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30589           Handle double disposals, and proper change of URIs.
30590
30591 2004-09-13  Martin Eikermann <meiker@upb.de>
30592
30593         * gst/mpegstream/gstmpegparse.c:
30594           fix synchronistation for streams recorded from digital PCR
30595           fixes bug #119376
30596
30597 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30598
30599         * ext/gnomevfs/Makefile.am:
30600         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30601         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30602         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30603         (gst_gnomevfssink_uri_get_type),
30604         (gst_gnomevfssink_uri_get_protocols),
30605         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30606         (gst_gnomevfssink_uri_handler_init),
30607         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30608         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30609         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30610         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30611         (gst_gnomevfssrc_uri_get_type),
30612         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30613         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30614         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30615         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30616         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30617         * ext/gnomevfs/gstgnomevfsuri.h:
30618           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30619           of fake URIs to see which this version of Gnome-VFS likes, and
30620           uses that for the Gst-URI interface. Makes playbin support http://
30621           streams. Also fix up some stupid behaviour in gnomevfssrc.
30622
30623 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30624
30625         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30626         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30627         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30628         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30629           Update mixer (to sync with other sessions) if we try to obtain
30630           a new value. This makes alsamixer work accross applications.
30631         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30632           Only call sync functions if we're running, else alsalib asserts.
30633         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30634           Sometimes fails to compile. Possibly a gcc bug.
30635         * gst/playback/gstplaybin.c: (gen_video_element),
30636         (gen_audio_element):
30637           Add a reference to an application-provided object, because we lose
30638           this same reference if we add it to the bin. If we don't do this,
30639           we can only use this object once and thus crash if we go from
30640           ready to playing, back to ready and back to playing again.
30641           Also add an audioscale element because several cheap soundcards -
30642           like mine - don't support all samplerates.
30643         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30644         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30645           Fix wrong order or PAR calls. Makes automatically obtained PAR
30646           from the X server atually being used.
30647
30648 2004-09-12  David Schleef  <ds@schleef.org>
30649
30650         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30651         #151887, #152102, #152247.
30652         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30653         * examples/seeking/cdparanoia.c: same
30654         * examples/seeking/cdplayer.c: same
30655         * examples/seeking/seek.c: same
30656         * examples/seeking/spider_seek.c: same
30657         * examples/seeking/vorbisfile.c: same
30658         * examples/stats/mp2ogg.c: same
30659         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30660         (gst_esdsink_dispose): Dispose of element properly.
30661         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30662         fixes.
30663         * ext/nas/nassink.c: (gst_nassink_class_init),
30664         (gst_nassink_dispose): Dispose of element correctly.
30665         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30666         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30667         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30668         Fix 64-bit warning.
30669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30670         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30671         Fix 64-bit warning.
30672
30673 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30674
30675         * configure.ac : change speex detection as 1.1.6 now uses
30676           .pc/pkg-config and they changed their headers location.
30677
30678 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30679
30680         * gst/matroska/matroska-mux.h:
30681         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30682         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30683         (gst_matroska_mux_write_data):
30684           Write multiple blocks/frames per cluster.
30685                 Write meta-seek information (seek heads).
30686
30687 2004-09-09  Scott Wheeler <wheeler@kde.org>
30688
30689         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30690         (gst_play_bin_set_property), (gst_play_bin_get_property),
30691         (gen_audio_element), (gen_audio_element):
30692           Add a volume element / property to the pipeline.
30693
30694 2004-09-07  Wim Taymans  <wim@fluendo.com>
30695
30696         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30697         Copy timestamps from the master pad to the output buffers.
30698
30699 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30700
30701         * ext/raw1394/gstdv1394src.c:
30702           throw errors when applicable
30703
30704 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30705
30706         * gst/matroska/ebml-ids.h:
30707         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30708         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30709         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30710           automatically convert unix time <-> ebml time when reading/writing
30711           a date, use gst_ebml_write_uint to write CUETIME,
30712           not gst_ebml_write_date.
30713         * gst/matroska/matroska-ids.h:
30714         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30715         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30716         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30717         (gst_matroska_mux_write_data):
30718           Write track and segment UIDs, write muxing date, write
30719           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30720           Create cues for audio only files.
30721
30722 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30723
30724         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30725         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30726           Re-commit ALSA switches.
30727         * gst/adder/gstadder.c: (gst_adder_loop):
30728           64-bit fix (#151416).
30729         * gst/debug/progressreport.c: (gst_progressreport_report):
30730           64-bit fix (#151419).
30731         * gst/matroska/matroska-demux.c:
30732         (gst_matroska_demux_parse_contents):
30733           64-bit fix (#151420).
30734         * gst/playback/test3.c: (update_scale):
30735           64-bit fix (#151421).
30736
30737 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30738
30739         * configure.ac:
30740           bump nano to cvs
30741
30742 === release 0.8.4 ===
30743
30744 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30745
30746         * configure.ac: releasing 0.8.4, "Alias"
30747
30748 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30749
30750         * ext/theora/Makefile.am:
30751           fix makefile.  Fixes #151462.
30752
30753 2004-08-30  Wim Taymans  <wim@fluendo.com>
30754
30755         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30756         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30757         (gst_multifdsink_remove_client_link),
30758         (gst_multifdsink_client_queue_buffer),
30759         (gst_multifdsink_handle_client_write):
30760         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30761         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30762         Fix some memory leaks.
30763
30764 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30765
30766         Patch by: David Schleef
30767
30768         * configure.ac:
30769         * sys/Makefile.am:
30770           rename our detection macro for V4L2.  Fixes #151236.
30771
30772 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30773
30774         Patch by: David Schleef
30775
30776         * configure.ac:
30777           check to define LAMEPRESET.  Fixes #151232.
30778
30779 2004-08-27  David Schleef  <ds@schleef.org>
30780
30781         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30782         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30783         (gst_glimagesink_fixate):  Move local variable declarations to
30784         make gcc-2.95 happy.
30785
30786 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30787
30788         * configure.ac:
30789           bump nano for prerelease
30790
30791 2004-08-27  David Schleef  <ds@schleef.org>
30792
30793         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30794         * sys/sunaudio/gstsunaudiosrc.c:
30795         * sys/sunaudio/gstsunaudiosrc.h:
30796
30797 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30798
30799         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30800         handle EOS correctly
30801         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30802         * gst/matroska/matroska-mux.h:
30803         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30804         VFW compatibility mode
30805
30806 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30807
30808         patch by: Zaheer Abbas Merali
30809
30810         * ext/ogg/gstoggmux.c:
30811         * ext/vorbis/vorbisenc.c:
30812         * ext/vorbis/vorbisenc.h:
30813           handle NEWMEDIA
30814
30815 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30816
30817         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30818         fix byte order reversion on little endian machines.
30819         * gst/matroska/matroska-mux.c: (audiosink_templ),
30820         (gst_matroska_mux_audio_pad_link):
30821         add TTA codec to the list of supported codecs.
30822         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30823         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30824         (gst_matroska_mux_write_data):
30825         * gst/matroska/matroska-mux.h:
30826         write segment duration correctly, write muxing app string, fixes bugs
30827         #140897 and #140898.
30828         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30829         wait for all pads to be negotiated before starting to mux.
30830
30831 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30832
30833         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30834         * ext/lame/gstlame.h:
30835         Added new media support to lame
30836
30837 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30838
30839         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30840         send vorbis headers at the beginning of a stream, fixes bug #141554.
30841         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30842         bug #148950.
30843         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
30844         (gst_matroska_demux_plugin_init):
30845         * gst/matroska/matroska-ids.h:
30846         enable demuxing of TTA audio streams, fixes bug #148951.
30847         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
30848         enable typefinding for TTA audio files, fixes bug #148711.
30849         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
30850         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
30851         fixes playback of packed bitstream and xvid with bframes, bug #135407.
30852
30853 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
30854
30855         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30856         (gst_riff_read_element_data), (gst_riff_read_seek),
30857         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
30858         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
30859         <teuf@gnome.org>
30860
30861 2004-08-23 Iain <iaingnome@gmail.com>
30862
30863         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
30864         tags. They appear to be handled differently to normal.
30865         (tag_list_to_id3_tag_foreach): Ditto.
30866
30867 2004-08-22  Wim Taymans  <wim@fluendo.com>
30868
30869         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30870         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30871         Make sure we never send -1 granulepos.
30872
30873 2004-08-20  Wim Taymans  <wim@fluendo.com>
30874
30875         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30876         (gst_ogg_mux_loop):
30877         I will accept bitchslappings with non sharp objects.
30878
30879 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30880
30881         * configure.ac:
30882         Clean up the test for lame presets
30883
30884 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30885
30886         * configure.ac:
30887         * ext/lame/Makefile.am:
30888         * ext/lame/gstlame.c: (gst_lame_class_init),
30889         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30890         Only enable lame presets if version of lame has presets in API
30891
30892 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
30893         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
30894         * gst/udp/gstudpsrc.h:
30895           Don't call gst_pad_push in a get function. Fixes #150449
30896
30897 2004-08-18  Wim Taymans  <wim@fluendo.com>
30898
30899         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
30900         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
30901         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30902         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30903         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30904         (gst_fdset_wait):
30905         * gst/tcp/gstfdset.h:
30906         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30907         (gst_multifdsink_client_queue_buffer),
30908         (gst_multifdsink_handle_client_write):
30909         * gst/tcp/gstmultifdsink.h:
30910         Some extra checks in gstfdset.
30911         Only use send() when the fd is a socket. Don't try to
30912         read from write only fds.
30913
30914 2004-08-18  Wim Taymans  <wim@fluendo.com>
30915
30916         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
30917         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30918         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30919         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30920         (gst_fdset_wait):
30921         Add more locking and bounds checking.
30922
30923 2004-08-18  Wim Taymans  <wim@fluendo.com>
30924
30925         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
30926         Realloc test fdset in the lock and right before starting
30927         the poll call. Bump the limit to 4096.
30928
30929 2004-08-17  David Schleef  <ds@schleef.org>
30930
30931         * sys/sunaudio/Makefile.am:
30932         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
30933         of rates and channels.  Make debugging less obnoxious.
30934
30935         Patch from Balamurali Viswanathan implementing a mixer for
30936         Sun audio.  (bug #144091):
30937         * sys/sunaudio/gstsunelement.c:
30938         * sys/sunaudio/gstsunelement.h:
30939         * sys/sunaudio/gstsunmixer.c:
30940         * sys/sunaudio/gstsunmixer.h:
30941
30942 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30943
30944         * gst/audioscale/gstaudioscale.c:
30945         * gst/audioscale/gstaudioscale.h:
30946         made audioscale resample from any sample rate to any sample rate
30947
30948 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30949
30950         * ext/libpng/gstpngdec.c:
30951           error out on unsupported types
30952
30953 2004-08-17  Iain <iaingnome@gmail.com>
30954
30955         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
30956         mid_side and loose_mid_side properties if its a stereo stream.
30957
30958 2004-08-17  Wim Taymans  <wim@fluendo.com>
30959
30960         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30961         (theora_get_formats), (theora_dec_src_convert),
30962         (theora_dec_sink_convert), (theora_dec_src_query),
30963         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
30964         Add a debug line.
30965
30966 2004-08-17  Wim Taymans  <wim@fluendo.com>
30967
30968         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
30969         (gst_ogg_pad_push):
30970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30971         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
30972         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
30973         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30974         Mark delta units in the muxer.
30975         Try to decode the packet after an out-of-sync error from
30976         libogg.
30977
30978 2004-08-17  Wim Taymans  <wim@fluendo.com>
30979
30980         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30981         (gst_multifdsink_init), (gst_multifdsink_add),
30982         (gst_multifdsink_client_queue_buffer),
30983         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
30984         * gst/tcp/gstmultifdsink.h:
30985         Added option to send a keyframe to clients as the first buffer.
30986         Make timeout property writable.
30987
30988 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30989
30990         patch by: Wim Taymans
30991
30992         * gst/tcp/gstfdset.c:
30993         * gst/tcp/gstmultifdsink.c:
30994           fix index comparison, should include 0
30995
30996 2004-08-16  Wim Taymans  <wim@fluendo.com>
30997
30998         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
30999         (gst_fdset_add_fd), (gst_fdset_remove_fd),
31000         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
31001         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
31002         (gst_fdset_wait):
31003           copy when reallocing for poll so the select arguments don't get
31004           changed during the call
31005
31006 2004-08-16  Wim Taymans  <wim@fluendo.com>
31007
31008         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31009         (gst_theora_enc_class_init), (theora_enc_sink_link),
31010         (theora_buffer_from_packet), (theora_enc_chain):
31011         Fix bug where buffers were not marked as keyframes
31012         correctly.
31013
31014 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31015
31016         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31017         (gst_lame_preset_get_type), (gst_lame_class_init):
31018         describe the enum values for vbr mode and presets more verbosely
31019
31020 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31021
31022         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
31023         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
31024         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
31025         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
31026         * ext/lame/gstlame.h:
31027         add preset property to lame so it can use lame presets
31028
31029 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31030
31031         * ext/lame/gstlame.c: (gst_lame_get_property):
31032         whoops forgot break, thanks teuf
31033
31034 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31035
31036         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
31037         (gst_lame_class_init), (gst_lame_src_getcaps),
31038         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
31039         (gst_lame_get_property), (gst_lame_setup):
31040         * ext/lame/gstlame.h:
31041         fix lame's broken vbr stuff, allow it to resample if need be, and also
31042         make xing header optional
31043
31044 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31045
31046         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31047         added getcaps function so samplerate doesnt get fixated to silly values
31048
31049 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31050
31051         * ext/lame/gstlame.c: (gst_lame_src_link):
31052         revert previous fix
31053
31054 2004-08-12  Johan Dahlin  <johan@gnome.org>
31055
31056         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31057         checks. Doesn't matter what state we are in. Interfaces are a
31058         compile time thing, not runtime. It also broke the python bindings.
31059
31060 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31061
31062         * ext/lame/gstlame.c: (gst_lame_src_link):
31063         made source pad link function check if sinkpad is ok..fixes the problem
31064         where core fixates the output rate of lame stupidly
31065
31066 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31067
31068         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31069         * sys/v4l/v4l_calls.c:
31070         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31071           fix fixate function to handle nonsimple caps.
31072           remove bogus check in _link
31073           cleanups
31074
31075 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31076
31077         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31078         set default compression ratio parameter to 0.0 so bitrate parameter
31079         works :)
31080
31081 2004-08-11  David Schleef  <ds@schleef.org>
31082
31083         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31084
31085 2004-08-11  David Schleef  <ds@schleef.org>
31086
31087         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31088         before.
31089
31090 2004-08-11  David Schleef  <ds@schleef.org>
31091
31092         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31093
31094 2004-08-11  David Schleef  <ds@schleef.org>
31095
31096         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31097           license field
31098         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31099         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31100           LGPL.
31101         * gst/auparse/gstauparse.c: Fix plugin license field.
31102         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31103         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31104         * gst/rtp/gstrtp.c: Fix plugin license field.
31105
31106 2004-08-11  Wim Taymans  <wim@fluendo.com>
31107
31108         * gst/tcp/Makefile.am:
31109         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31110         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31111         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31112         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31113         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31114         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31115         (gst_fdset_fd_can_write), (gst_fdset_wait):
31116         * gst/tcp/gstfdset.h:
31117         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31118         (gst_multifdsink_class_init), (gst_multifdsink_init),
31119         (gst_multifdsink_add), (gst_multifdsink_remove),
31120         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31121         (gst_multifdsink_remove_client_link),
31122         (gst_multifdsink_handle_client_read),
31123         (gst_multifdsink_client_queue_data),
31124         (gst_multifdsink_client_queue_caps),
31125         (gst_multifdsink_client_queue_buffer),
31126         (gst_multifdsink_handle_client_write),
31127         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31128         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31129         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31130         (gst_multifdsink_close):
31131         * gst/tcp/gstmultifdsink.h:
31132         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31133         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31134         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31135         (gst_tcpserversink_close):
31136         * gst/tcp/gsttcpserversink.h:
31137         Abstracted away the select call, implemented poll (yes we ran into
31138         the 1024 limit in production).
31139
31140 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31141
31142         * gst/tcp/gsttcp.c:
31143         * gst/tcp/gsttcpplugin.c:
31144           improve debuggging, remove assert
31145
31146 2004-08-10  Wim Taymans  <wim@fluendo.com>
31147
31148         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31149         (gst_client_status_get_type), (gst_multifdsink_class_init),
31150         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31151         (gst_multifdsink_handle_client_read),
31152         (gst_multifdsink_handle_client_write),
31153         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31154         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31155         (gst_multifdsink_get_property):
31156         * gst/tcp/gstmultifdsink.h:
31157         * gst/tcp/gsttcp-marshal.list:
31158         Starting to prepare for specifying buffer time in other units
31159         than buffers. Expose remove reason in signal.
31160
31161 2004-08-10  Wim Taymans  <wim@fluendo.com>
31162
31163         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31164         (gst_multifdsink_remove), (gst_multifdsink_clear),
31165         (gst_multifdsink_remove_client_link),
31166         (gst_multifdsink_handle_client_read),
31167         (gst_multifdsink_client_queue_data),
31168         (gst_multifdsink_client_queue_buffer),
31169         (gst_multifdsink_handle_client_write),
31170         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31171         (gst_multifdsink_chain), (gst_multifdsink_close):
31172         * gst/tcp/gstmultifdsink.h:
31173         Added more debugging info. Changed the way clients are
31174         removed from the lists. Fixed a bug where a bad file descriptor
31175         could cause many clients to be removed.
31176
31177 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31178
31179         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31180           allow all pixel-aspect-ratios, not just 1:1
31181
31182 2004-08-09  David Schleef  <ds@schleef.org>
31183
31184         * sys/glsink/ARB_multitexture.h:  Remove old files.
31185         * sys/glsink/EXT_paletted_texture.h:
31186         * sys/glsink/NV_register_combiners.h:
31187         * sys/glsink/gstgl_nvimage.c:
31188         * sys/glsink/gstgl_pdrimage.c:
31189         * sys/glsink/gstgl_rgbimage.c:
31190         * sys/glsink/gstglsink.c:
31191         * sys/glsink/gstglsink.h:
31192         * sys/glsink/gstglxwindow.c:
31193         * sys/glsink/regcomb_yuvrgb.c:
31194
31195 2004-08-09  David Schleef  <ds@schleef.org>
31196
31197         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31198         GL sink plugin.  (Bug #147302)
31199
31200         * configure.ac: Test for OpenGL
31201         * sys/Makefile.am: Use test for OpenGL
31202         * sys/glsink/Makefile.am:
31203         * sys/glsink/glimagesink.c: rewrite
31204         * sys/glsink/glimagesink.h: rewrite
31205
31206 2004-08-09  David Schleef  <ds@schleef.org>
31207
31208         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31209         sane framerates.
31210         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31212         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31213
31214 2004-08-09  Wim Taymans  <wim@fluendo.com>
31215
31216         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31217         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31218         (gst_multifdsink_client_remove),
31219         (gst_multifdsink_handle_client_read),
31220         (gst_multifdsink_handle_client_write),
31221         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31222         Do a bit more logging, make the client_read code more robust.
31223
31224 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31225
31226         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31227         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31228         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31229         (gst_jpegdec_init), (gst_jpegdec_chain):
31230         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31231         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31232           cleanups, debugging fixes and memleak plugging
31233
31234 2004-08-09  Wim Taymans  <wim@fluendo.com>
31235
31236         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31237         (theora_get_formats), (theora_dec_src_convert),
31238         (theora_dec_sink_convert), (theora_dec_src_query),
31239         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31240         (theora_dec_change_state):
31241         Don't crash on missing header packets.
31242
31243 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31244
31245         * po/LINGUAS:
31246         * po/sq.po:
31247           Added Albanian translation (Laurent Dhima)
31248         * po/cs.po:
31249           updated
31250
31251 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31252
31253         * ext/lame/gstlame.c:
31254           fix/add debugging
31255
31256 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31257
31258         * sys/ximage/ximagesink.c:
31259         * sys/xvimage/xvimagesink.c:
31260           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31261
31262 2004-08-06  Wim Taymans  <wim@fluendo.com>
31263
31264         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31265         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31266         (gst_multifdsink_client_remove),
31267         (gst_multifdsink_handle_client_read),
31268         (gst_multifdsink_handle_client_write),
31269         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31270         Make sure we don't try to read more from a client that what
31271         ioctl says us or we deadlock.
31272
31273 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31274
31275         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31276         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31277         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31278           decouple running_time and n_frames so it can handle changing
31279           framerate while running
31280
31281 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31282
31283         * po/nl.po:
31284         * po/sv.po:
31285           updated translations
31286
31287 2004-08-04  Benjamin Otte  <otte@gnome.org>
31288
31289         * gst/videotestsrc/gstvideotestsrc.c:
31290         (gst_videotestsrc_get_capslist), (generate_capslist),
31291         (plugin_init):
31292           generate the list of supported caps at startup and reuse it instead
31293           of always generating it
31294
31295 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31296
31297         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31298           whoops, last checkin broke normal build
31299
31300 2004-08-03  Benjamin Otte  <otte@gnome.org>
31301
31302         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31303         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31304         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31305         (gst_alsa_mixer_get_option):
31306         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31307         (dvdnavsrc_print_event):
31308         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31309         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31310         (gst_ogg_mux_pad_unlink):
31311         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31312         (gst_multipart_mux_pad_unlink):
31313         * gst/videofilter/gstvideobalance.c:
31314         (gst_videobalance_colorbalance_set_value):
31315         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31316         (gst_videomixer_pad_unlink):
31317         * po/uk.po:
31318         * sys/oss/gstossmixer.c:
31319         * sys/v4l/gstv4lcolorbalance.c:
31320         * sys/v4l/gstv4ltuner.c:
31321         * sys/v4l/v4lsrc_calls.c:
31322         * sys/v4l2/gstv4l2colorbalance.c:
31323         * sys/v4l2/gstv4l2tuner.c:
31324           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31325
31326 2004-08-03  Benjamin Otte  <otte@gnome.org>
31327
31328         * examples/dynparams/filter.c: (ui_control_create):
31329         * examples/gstplay/player.c: (print_tag):
31330         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31331         * ext/gdk_pixbuf/gstgdkanimation.c:
31332         (gst_gdk_animation_iter_may_advance):
31333         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31334         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31335         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31336         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31337         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31338         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31339         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31340         * gst/sine/demo-dparams.c: (main):
31341         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31342         * testsuite/alsa/formats.c: (create_pipeline):
31343         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31344           fixes for G_DISABLE_ASSERT and friends
31345         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31346         (mp3_type_frame_length_from_header), (mp3_type_find),
31347         (plugin_init):
31348           require mp3 typefinding to have at least MIN_HEADERS valid headers
31349           add typefinding for AAC adts files
31350
31351 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31352
31353         * sys/ximage/ximagesink.c:
31354         (gst_ximagesink_calculate_pixel_aspect_ratio):
31355         * sys/xvimage/xvimagesink.c:
31356         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31357         Make sure we calculate pixel-aspect-ratio using floating point maths
31358
31359 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31360
31361         * po/uk.po:
31362           updated translation
31363
31364 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31365
31366         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31368           add debugging for display PAR calculation
31369
31370 2004-08-02  David Schleef  <ds@schleef.org>
31371
31372         * configure.ac: Fix mikmod CFLAGS.
31373
31374 2004-07-27  Benjamin Otte  <otte@gnome.org>
31375
31376         * gst/audioscale/gstaudioscale.c:
31377         - fix templates to only support S16, it's the only format that works
31378         - make caps nego code use try_set_caps_nonfixed and fixation instead
31379         of try_set_caps twice, which is not nice for autopluggers
31380         - change rank to secondary, so autopluggers can pick it up after
31381         audioconvert
31382
31383 2004-08-02  Iain <iain@prettypeople.org>
31384
31385         * gst/interleave/interleave.c (interleave_init),
31386         (interleave_request_new_pad),
31387         (interleave_pad_removed),
31388         (interleave_buffered_loop): Use the real pad count, not the artificial
31389         one.
31390
31391 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31392
31393         * configure.ac: bump nano back to development
31394
31395 === release 0.8.3 ===
31396
31397 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31398
31399         * configure.ac: releasing 0.8.3, "Water"
31400
31401 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31402
31403         * sys/xvimage/xvimagesink.c:
31404         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31405         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31406         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31407         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31408         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31409         * sys/xvimage/xvimagesink.h:
31410           apply similar PAR fixes as to ximagesink
31411
31412 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31413
31414         patch from: Benjamin Otte
31415
31416         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31417           add link function to lame.  Fixes #148986.
31418
31419 2004-08-02  Johan Dahlin  <johan@gnome.org>
31420
31421         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31422         fix debugging log
31423
31424 2004-07-30  David Schleef  <ds@schleef.org>
31425
31426         * gst/videomixer/Makefile.am: Fix things that should have been
31427         fixed in the last checkin.
31428
31429 2004-07-30  David Schleef  <ds@schleef.org>
31430
31431         * gst/multipart/Makefile.am: Fix things that should have been
31432         fixed in the last checkin.
31433
31434 2004-07-30  David Schleef  <ds@schleef.org>
31435
31436         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31437
31438 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31439
31440         * configure.ac:
31441           bump nano for prerelease
31442         * po/af.po:
31443         * po/az.po:
31444         * po/cs.po:
31445         * po/en_GB.po:
31446         * po/hu.po:
31447         * po/nl.po:
31448         * po/sr.po:
31449         * po/sv.po:
31450         * po/uk.po:
31451           updates
31452
31453 2004-07-30  Wim Taymans  <wim@fluendo.com>
31454
31455         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31456         (gst_multifdsink_add), (gst_multifdsink_remove),
31457         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31458         (gst_multifdsink_client_remove),
31459         (gst_multifdsink_handle_client_write),
31460         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31461         * gst/tcp/gstmultifdsink.h:
31462         Recover from a select with a bad file descriptor by removing
31463         the client.
31464
31465 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31466
31467         * configure.ac:
31468           fix requirement of core
31469         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31470         (gst_play_pipeline_setup):
31471           don't use colorspace element.  do use hermescolorspace element.
31472           make macro to get a colorspace element.
31473           mark strings for translation.
31474         * po/POTFILES.in:
31475           add play.c
31476         * po/af.po:
31477         * po/az.po:
31478         * po/cs.po:
31479         * po/en_GB.po:
31480         * po/hu.po:
31481         * po/nl.po:
31482         * po/sr.po:
31483         * po/sv.po:
31484         * po/uk.po:
31485           update translations
31486
31487 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31488
31489         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31490         fix default for newmedia flag
31491
31492 2004-07-30  Wim Taymans  <wim@fluendo.com>
31493
31494         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31495         (gst_theora_dec_init), (theora_get_formats),
31496         (theora_dec_src_convert), (theora_dec_sink_convert),
31497         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31498         (theora_dec_chain), (theora_dec_set_property),
31499         (theora_dec_get_property):
31500         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31501         (gst_theora_enc_class_init), (gst_theora_enc_init),
31502         (theora_enc_sink_link), (theora_enc_chain),
31503         (theora_enc_set_property), (theora_enc_get_property):
31504         Added cropping option to theora decoder.
31505         Added border option to theora encoder.
31506
31507 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31508
31509         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31510         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31511         (gst_pngenc_set_property):
31512         * ext/libpng/gstpngenc.h:
31513         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
31514
31515 2004-07-30  Wim Taymans  <wim@fluendo.com>
31516
31517         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31518         (theora_enc_sink_link), (theora_enc_chain),
31519         (theora_enc_set_property), (theora_enc_get_property):
31520         Fix encoding of non-multiple-of-16 video.
31521
31522 2004-07-29  David Schleef  <ds@schleef.org>
31523
31524         * configure.ac: make test for audiofile more strict
31525
31526 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31527
31528         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31529           give different names to typefind functions
31530
31531 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31532
31533         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31534         (gst_ximagesink_calculate_pixel_aspect_ratio),
31535         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31536         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31537         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31538         (gst_ximagesink_get_property), (gst_ximagesink_init):
31539         * sys/ximage/ximagesink.h:
31540           allocate PAR's dynamically.
31541           use autodetected PAR if no object-set PAR is given.
31542           add workaround for directfb's X not setting physical size.
31543           fix to xvimagesink will follow tomorrow.
31544
31545 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31546
31547         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31548         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31549         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31550         (gst_shout2send_class_init), (gst_shout2send_init),
31551         (set_shout_metadata), (gst_shout2send_set_metadata),
31552         (gst_shout2send_chain), (gst_shout2send_set_property),
31553         (gst_shout2send_get_property), (gst_shout2send_connect),
31554         (gst_shout2send_change_state):
31555         * ext/shout2/gstshout2.h:
31556         - fix for sending mp3 audio to icecast2 server, if pad link function not
31557         called before PAUSED state
31558         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31559         - added tagging support for mp3 audio broadcasted
31560         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31561         debug info
31562
31563 2004-07-28  Wim Taymans  <wim@fluendo.com>
31564
31565         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31566         (gst_ogg_demux_push):
31567         Return query failure when we don't know the length of
31568         an ogg stream insteda of returning TRUE with a bogus value.
31569
31570 2004-07-28  Wim Taymans  <wim@fluendo.com>
31571
31572         * ext/theora/theoradec.c: (theora_get_formats),
31573         (theora_dec_src_convert), (theora_dec_sink_convert),
31574         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31575         (theora_dec_chain):
31576         Don't screw up the 1 Chroma for 1 luma sample situation when we
31577         have an odd offset/width by adding a black border in those cases.
31578
31579 2004-07-28  Wim Taymans  <wim@fluendo.com>
31580
31581         * ext/theora/theoradec.c: (theora_get_formats),
31582         (theora_dec_src_convert), (theora_dec_sink_convert),
31583         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31584         (theora_dec_chain):
31585         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31586         Added first attempt at cropping of the image as required by the
31587         theora spec. We need more properties in the caps (offset_x,
31588         offset_y,stride) to implement this correctly.
31589
31590 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31591
31592         * ext/dvdnav/README:
31593           Update the README to use dvddemux
31594         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31595           Ensure getcaps returns a subset of the template caps
31596         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31597         (gst_mpeg2subt_init):
31598           Ensure getcaps returns a subset of the template caps
31599         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31600         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31601         (gst_dvd_demux_get_subpicture_stream),
31602         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31603         * gst/mpegstream/gstdvddemux.h:
31604           Set the explicit caps on the current_video pad before pushing
31605           anything
31606         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31607         (gst_mpeg_demux_get_audio_stream):
31608           Free caps used to gst_pad_set_explicit_caps, which takes a const
31609           GstCaps *
31610
31611 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31612
31613         * configure.ac: update GStreamer requirement to 0.8.4 because of
31614           GstFraction.
31615
31616 2004-07-28  Wim Taymans  <wim@fluendo.com>
31617
31618         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31619         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31620         Add the pad to the element after setting up the caps. This
31621         makes it a lot easier to autoplug.
31622
31623 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31624
31625         * gst/median/gstmedian.c:
31626         * gst/mpeg2subt/gstmpeg2subt.c:
31627         * gst/mpegaudioparse/gstmpegaudioparse.c:
31628         * gst/mpegstream/gstdvddemux.c:
31629         * gst/mpegstream/gstmpegdemux.c:
31630         * gst/mpegstream/gstmpegpacketize.c:
31631         * gst/rtjpeg/gstrtjpeg.c:
31632         * gst/rtjpeg/gstrtjpegdec.c:
31633         * gst/rtjpeg/gstrtjpegenc.c:
31634         * gst/sine/gstsinesrc.c:
31635         * gst/smooth/gstsmooth.c:
31636         * gst/smpte/gstsmpte.c:
31637         * gst/smpte/gstsmpte.h:
31638         * gst/stereo/gststereo.c:
31639         * gst/videofilter/gstgamma.c:
31640         * gst/videofilter/gstvideobalance.c:
31641         * gst/videofilter/gstvideofilter.c:
31642         * gst/videofilter/gstvideoflip.c:
31643         * gst/videoscale/gstvideoscale.c:
31644         * gst/videoscale/videoscale.c:
31645         * gst/videotestsrc/gstvideotestsrc.c:
31646         * gst/videotestsrc/videotestsrc.c:
31647         * gst/wavenc/gstwavenc.c:
31648         * gst/wavparse/gstwavparse.c:
31649           fix local includes and 64 bits constants
31650
31651 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31652
31653         * win32/gst.sln:
31654         * gst-libs/gst/*/*.vcproj:
31655         * gst/*/*.vcproj:
31656           more working plugins
31657
31658 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31659
31660         * testsuite/alsa/Makefile.am:
31661         * testsuite/alsa/srcstate.c:
31662         add test for alsasrc changing state
31663
31664 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31665
31666         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31667         (gst_silence_get):
31668         * gst/silence/gstsilence.h:
31669         fix silence generation for 16bit raw audio
31670
31671 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31672
31673         * gst/matroska/matroska-demux.c:
31674         (gst_matroska_demux_parse_metadata),
31675         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31676         * gst/mpegaudio/common.c:
31677         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31678         (gst_videoscale_getcaps), (gst_videoscale_link),
31679         (gst_videoscale_src_fixate), (gst_videoscale_init),
31680         (gst_videoscale_finalize):
31681         * gst/videoscale/gstvideoscale.h:
31682         * gst/videotestsrc/gstvideotestsrc.c:
31683         (gst_videotestsrc_get_capslist):
31684         * gst/wavenc/gstwavenc.c:
31685         * sys/oss/gstossmixer.c: (fill_labels):
31686         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31687         (gst_ximagesink_handle_xevents),
31688         (gst_ximagesink_calculate_pixel_aspect_ratio),
31689         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31690         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31691         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31692         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31693         (gst_ximagesink_init), (gst_ximagesink_class_init):
31694         * sys/ximage/ximagesink.h:
31695         * sys/xvimage/xvimagesink.c:
31696         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31697         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31698         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31699         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31700         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31701         * sys/xvimage/xvimagesink.h:
31702           first batch of pixel aspect ratio commits.
31703
31704 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31705
31706         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31707         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31708         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31709           handle stride, needs work if we want to move stride handling
31710           upstream, but works correctly for our purposes.
31711
31712 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31713
31714         * gst/videoscale/README:
31715           add testing examples
31716         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31717         (gst_videoscale_chain):
31718         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31719         (gst_videoscale_get_size):
31720           add get_size function that handles stride like videotestsrc.
31721           fixes conversion for YUV formats for as much as I can test them.
31722
31723 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31724
31725         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31726         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31728         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31729         (gst_xvimagesink_xvimage_put):
31730           further cleanups, logging, error handling and synchronizing
31731
31732 2004-07-27  Wim Taymans  <wim@fluendo.com>
31733
31734         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31735         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31736         (gst_videomixer_pad_set_property),
31737         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31738         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31739         (gst_videomixer_class_init), (gst_videomixer_init),
31740         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31741         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31742         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31743         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31744         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31745         (gst_videomixer_loop), (plugin_init):
31746         Be a nicer negotiation citizen and provide a getcaps function on
31747         the srcpad. This also fixes a crash when resizing.
31748
31749 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31750
31751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31752         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31753
31754 2004-07-27  Wim Taymans  <wim@fluendo.com>
31755
31756         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31757         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31758         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31759         (gst_pngenc_set_property):
31760         * ext/libpng/gstpngenc.h:
31761         Added snapshot property to pngenc.
31762         removed g_print from pngdec
31763
31764 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31765
31766         * gst/ac3parse/ac3parse.vcproj
31767         * gst/adder/adder.vcproj
31768         * gst/alpha/alpha.vcproj
31769         * gst/alpha/alphacolor.vcproj
31770         * gst/asfdemux/asf.vcproj
31771         * gst/audioconvert/audioconvert.vcproj
31772         * gst/audiorate/audiorate.vcproj
31773         * gst/audioscale/audioscale.vcproj
31774         * gst/auparse/auparse.vcproj
31775         * gst/avi/avi.vcproj
31776         * gst/cdxaparse/cdxaparse.vcproj
31777         * gst/chart/chart.vcproj
31778         * gst/colorspace/colorspace.vcproj
31779         * gst/cutter/cutter.vcproj
31780         * gst/debug/debug.vcproj
31781         * gst/debug/efence.vcproj
31782         * gst/debug/navigationtest.vcproj
31783         * gst/deinterlace/deinterlace.vcproj
31784         * gst/effectv/effectv.vcproj
31785         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31786         * gst/filter/filter.vcproj
31787         * gst/flx/flxdec.vcproj
31788         * gst/goom/goom.vcproj
31789         * gst/interleave/interleave.vcproj
31790         * gst/law/alaw.vcproj
31791         * gst/law/mulaw.vcproj
31792         * gst/matroska/matroska.vcproj
31793         * gst/median/median.vcproj
31794         * gst/mixmatrix/mixmatrix.vcproj
31795         * gst/mpeg1sys/mpeg1systemencode.vcproj
31796         * gst/mpeg1videoparse/mp1videoparse.vcproj
31797         * gst/mpeg2sub/mpeg2subt.vcproj
31798         * gst/mpegaudio/mpegaudio.vcproj
31799         * gst/mpegaudioparse/mpegaudioparse.vcproj
31800         * gst/mpegstream/mpegstream.vcproj
31801         * gst/multifilesink/multifilesink.vcproj
31802         * gst/multipart/multipart.vcproj
31803         * gst/oneton/oneton.vcproj
31804         * gst/overlay/overlay.vcproj
31805         * gst/passthrough/passthrough.vcproj
31806         * gst/qtdemux/qtdemux.vcproj
31807         * gst/realmedia/rmdemux.vcproj
31808         * gst/rtjpeg/rtjpeg.vcproj
31809         * gst/rtp/rtp.vcproj
31810         * gst/silence/silence.vcproj
31811         * gst/sine/sinesrc.vcproj
31812         * gst/smooth/smooth.vcproj
31813         * gst/smpte/smpte.vcproj
31814         * gst/spectrum/spectrum.vcproj
31815         * gst/speed/speed.vcproj
31816         * gst/stereo/stereo.vcproj
31817         * gst/switch/switch.vcproj
31818         * gst/tags/tagedit.vcproj
31819         * gst/tcp/tcp.vcproj
31820         * gst/typefind/typefindfunctions.vcproj
31821         * gst/udp/udp.vcproj
31822         * gst/videobox/videobox.vcproj
31823         * gst/videocrop/videocrop.vcproj
31824         * gst/videodrop/videodrop.vcproj
31825         * gst/videofilter/gamma.vcproj
31826         * gst/videofilter/videobalance.vcproj
31827         * gst/videofilter/videofilter.vcproj
31828         * gst/videofilter/videoflip.vcproj
31829         * gst/videoflip/videoflip.vcproj
31830         * gst/videomixer/videomixer.vcproj
31831         * gst/videorate/videorate.vcproj
31832         * gst/videoscale/videoscale.vcproj
31833         * gst/videotestsrc/videotestsrc.vcproj
31834         * gst/virtualdub/virtualdub.vcproj
31835         * gst/volenv/volenv.vcproj
31836         * gst/volume/volume.vcproj
31837         * gst/wavenc/wavenc.vcproj
31838         * gst/wavparse/wavparse.vcproj
31839         * gst/y4m/y4menc.vcproj
31840         * gst-libs/gst/audio/audio.vcproj
31841         * gst-libs/gst/audio/audiofilter.vcproj
31842         * gst-libs/gst/colorbalance/colorbalance.vcproj
31843         * gst-libs/gst/idct/idtc.vcproj
31844         * gst-libs/gst/media-info/media-info.vcproj
31845         * gst-libs/gst/mixer/mixer.vcproj
31846         * gst-libs/gst/navigation/navigation.vcproj
31847         * gst-libs/gst/play/play.vcproj
31848         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
31849         * gst-libs/gst/resample/resample.vcproj
31850         * gst-libs/gst/riff/riff.vcproj
31851         * gst-libs/gst/tuner/tuner.vcproj
31852         * gst-libs/gst/video/video.vcproj
31853         * gst-libs/gst/xoverlay/xoverlay.vcproj
31854           avoid problems with math.h, fix release dependancy
31855           rename GStreamer-0.8.lib to libgstreamer.lib
31856
31857 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31858
31859         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31860         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
31861         the atom is not available we have to unlock the mutex. Fixes #148023
31862
31863 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31864
31865         * gst-libs/gst/media-info/media-info.h:
31866           issue for a vararg macro with MSVC
31867
31868 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31869
31870         * gst/effectv/effectv.vcproj
31871         * gst-libs/gst/idct/idct.vcproj:
31872         * gst-libs/gst/media-info/media-info.vcproj:
31873         * gst-libs/gst/navigation/navigation.vcproj:
31874         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31875         * gst-libs/gst/video/video.vcproj:
31876         * gst-libs/gst/xoverlay/xoverlay.vcproj:
31877           fixes for build problems
31878
31879 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31880
31881         * gst-libs/gst/audio/audio.def:
31882         * gst-libs/gst/audio/riff.def:
31883           add some definitions needed by plugins
31884
31885 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31886
31887         * gst/asfdemux/gstasfmux.c
31888           Fix some 64 bits constants to be glib friendly
31889
31890 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31891
31892         * gst/ac3parse/gstac3parse.c
31893         * gst/audioscale/gstaudioscale.c
31894         * gst/auparse/gstauparse.c
31895         * gst/colorspace/gstcolorspace.c
31896         * gst/colorspace/yuv2rgb.h
31897           local include fixes
31898
31899 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31900
31901         * win32/gst.sln
31902           add more plugins to the build
31903
31904 2004-07-26  Julien MOUTTE  <julien@moutte.net>
31905
31906         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31907         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
31908
31909 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31910
31911         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
31912         (gst_level_set_property), (gst_level_get_property),
31913         (gst_level_base_init), (gst_level_class_init):
31914           add debugging categories.  cleanups.
31915
31916 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31917
31918         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31919         (gst_videoscale_planar411), (gst_videoscale_planar400),
31920         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
31921         (gst_videoscale_scale_nearest_str1),
31922         (gst_videoscale_scale_nearest_str2),
31923         (gst_videoscale_scale_nearest_str4),
31924         (gst_videoscale_scale_nearest_16bit),
31925         (gst_videoscale_scale_nearest_24bit):
31926           fixed stride issues
31927           tested with 320x240 -> 321, 322, 324 x240
31928           tested with YV12, I420, YUY2, UYVY
31929           fixed packed422rev (don't think it could have worked before)
31930           by testing with UYVY
31931
31932 2004-07-26  Benjamin Otte  <otte@gnome.org>
31933
31934         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
31935         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
31936         (plugin_init):
31937           add debugging category, add error checks like checking return values
31938           of setup calls, make sure it still works after
31939           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
31940
31941 2004-07-26  Wim Taymans  <wim@fluendo.com>
31942
31943         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31944         (gst_mpeg_demux_get_audio_stream),
31945         (gst_mpeg_demux_process_private):
31946         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
31947         Check for error codes from the negotiation functions. Make sure
31948         we really set the pad caps when a new pad is created.
31949
31950 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31951
31952         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31953         (gst_ffmpeg_caps_to_pix_fmt):
31954         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31955         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31956         (gst_ffmpegcolorspace_pad_link):
31957           don't make function do two things at the same time without reason.
31958
31959 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31960
31961         * gst/ac3parse/ac3parse.vcproj
31962         * gst/adder/adder.vcproj
31963         * gst/alpha/alpha.vcproj
31964         * gst/alpha/alphacolor.vcproj
31965         * gst/asfdemux/asf.vcproj
31966         * gst/audioconvert/audioconvert.vcproj
31967         * gst/audiorate/audiorate.vcproj
31968         * gst/audioscale/audioscale.vcproj
31969         * gst/auparse/auparse.vcproj
31970         * gst/avi/avi.vcproj
31971         * gst/cdxaparse/cdxaparse.vcproj
31972         * gst/chart/chart.vcproj
31973         * gst/colorspace/colorspace.vcproj
31974         * gst/cutter/cutter.vcproj
31975         * gst/debug/debug.vcproj
31976         * gst/debug/efence.vcproj
31977         * gst/debug/navigationtest.vcproj
31978         * gst/deinterlace/deinterlace.vcproj
31979         * gst/effectv/effectv.vcproj
31980         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31981         * gst/filter/filter.vcproj
31982         * gst/flx/flxdec.vcproj
31983         * gst/goom/goom.vcproj
31984         * gst/interleave/interleave.vcproj
31985         * gst/law/alaw.vcproj
31986         * gst/law/mulaw.vcproj
31987         * gst/matroska/matroska.vcproj
31988         * gst/median/median.vcproj
31989         * gst/mixmatrix/mixmatrix.vcproj
31990         * gst/mpeg1sys/mpeg1systemencode.vcproj
31991         * gst/mpeg1videoparse/mp1videoparse.vcproj
31992         * gst/mpeg2sub/mpeg2subt.vcproj
31993         * gst/mpegaudio/mpegaudio.vcproj
31994         * gst/mpegaudioparse/mpegaudioparse.vcproj
31995         * gst/mpegstream/mpegstream.vcproj
31996         * gst/multifilesink/multifilesink.vcproj
31997         * gst/multipart/multipart.vcproj
31998         * gst/oneton/oneton.vcproj
31999         * gst/overlay/overlay.vcproj
32000         * gst/passthrough/passthrough.vcproj
32001         * gst/qtdemux/qtdemux.vcproj
32002         * gst/realmedia/rmdemux.vcproj
32003         * gst/rtjpeg/rtjpeg.vcproj
32004         * gst/rtp/rtp.vcproj
32005         * gst/silence/silence.vcproj
32006         * gst/sine/sinesrc.vcproj
32007         * gst/smooth/smooth.vcproj
32008         * gst/smpte/smpte.vcproj
32009         * gst/spectrum/spectrum.vcproj
32010         * gst/speed/speed.vcproj
32011         * gst/stereo/stereo.vcproj
32012         * gst/switch/switch.vcproj
32013         * gst/tags/tagedit.vcproj
32014         * gst/tcp/tcp.vcproj
32015         * gst/typefind/typefindfunctions.vcproj
32016         * gst/udp/udp.vcproj
32017         * gst/videobox/videobox.vcproj
32018         * gst/videocrop/videocrop.vcproj
32019         * gst/videodrop/videodrop.vcproj
32020         * gst/videofilter/gamma.vcproj
32021         * gst/videofilter/videobalance.vcproj
32022         * gst/videofilter/videofilter.vcproj
32023         * gst/videofilter/videoflip.vcproj
32024         * gst/videoflip/videoflip.vcproj
32025         * gst/videomixer/videomixer.vcproj
32026         * gst/videorate/videorate.vcproj
32027         * gst/videoscale/videoscale.vcproj
32028         * gst/videotestsrc/videotestsrc.vcproj
32029         * gst/virtualdub/virtualdub.vcproj
32030         * gst/volenv/volenv.vcproj
32031         * gst/volume/volume.vcproj
32032         * gst/wavenc/wavenc.vcproj
32033         * gst/wavparse/wavparse.vcproj
32034         * gst/y4m/y4menc.vcproj
32035           more plugins supported under windows
32036
32037 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
32038
32039         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32040         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
32041         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
32042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32043         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32044           Add debugging statements.  Use the sizes as returned by the
32045           *CreateImage calls.
32046
32047 2004-07-26  Johan Dahlin  <johan@gnome.org>
32048
32049         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32050         the pad is negotiated.
32051
32052         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32053
32054 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32055
32056         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32057         * gst-libs/gst/idct/idct.vcproj:
32058         * gst-libs/gst/media-info/media-info.vcproj:
32059         * gst-libs/gst/mixer/mixer.vcproj:
32060         * gst-libs/gst/navigation/navigation.vcproj:
32061         * gst-libs/gst/play/play.vcproj:
32062         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32063         * gst-libs/gst/resample/resample.vcproj:
32064         * gst-libs/gst/tuner/tuner.vcproj:
32065         * gst-libs/gst/video/video.vcproj:
32066         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32067           more plugins supported under windows
32068
32069 2004-07-25 Iain <iain@prettypeople.org>
32070
32071         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32072         pad now rather than when the pad is created because state changes wipe
32073         explicit caps (fixes #148043).
32074
32075 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32076
32077         reviewed by Benjamin Otte  <otte@gnome.org>
32078
32079         * ext/mad/gstmad.c:
32080           fix mad plugin crashing on Sun (fixes #148289)
32081
32082 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32083
32084         * gst/avi/avi.def:
32085         * gst/avi/avi.vcproj:
32086         * gst/matroska/matroska.def:
32087         * gst/matroska/matroska.vcproj:
32088           remove unused .def files
32089
32090 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32091
32092         * gst-libs/gst/audio/gstaudiofilter.c:
32093           Clean the local include
32094
32095 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32096
32097         * win32/gst.sln:
32098         * gst-libs/gst/audio/audio.def:
32099         * gst-libs/gst/audio/audio.vcproj:
32100         * gst-libs/gst/audio/audiofilter.vcproj:
32101         * gst-libs/gst/audio/riff.def:
32102         * gst-libs/gst/audio/riff.vcproj:
32103         * gst-libs/gst/gst-libs.def:
32104         * gst-libs/gst/gst-libs.vcproj:
32105         * gst/avi/avi.vcproj:
32106         * gst/avi/avi.vcproj:
32107           Copy the files where needed after building, cleaner projects
32108
32109 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32110
32111         * gst/matroska/ebml-write.c:
32112           Fix some 64 bits constants to be glib friendly
32113
32114 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32115
32116         * win32/gst.sln:
32117         * gst-libs/gst/gst-libs.def:
32118         * gst-libs/gst/gst-libs.vcproj:
32119         * gst/matroska/matroska.def:
32120         * gst/matroska/matroska.vcproj:
32121           Add the preliminary canvas to build plugins on Win32
32122
32123 2004-07-23  Benjamin Otte  <otte@gnome.org>
32124
32125         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32126           don't enfore negotiation from source side, it breaks
32127           sinesrc ! audioconvert ! osssink
32128
32129 2004-07-22  David Schleef  <ds@schleef.org>
32130
32131         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32132         for ELF files, since they can easily be recognized as audio/mpeg.
32133         (bug #147441)
32134
32135 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32136
32137         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32138         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32139         (gst_videoscale_scale_nearest_24bit),
32140         (gst_videoscale_scale_nearest_16bit):
32141           fix 16bit and 24bit for stride (24bit might need testing)
32142           don't pretend we do more than one algorithm
32143
32144 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32145
32146         * configure.ac:
32147         * gst/Makefile.am:
32148         * gst/multifilesink/Makefile.am:
32149         * gst/multifilesink/gstmultifilesink.c:
32150         (gst_multifilesink_get_formats),
32151         (gst_multifilesink_get_query_types), (_do_init),
32152         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32153         (gst_multifilesink_init), (gst_multifilesink_dispose),
32154         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32155         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32156         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32157         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32158         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32159         (gst_multifilesink_uri_get_type),
32160         (gst_multifilesink_uri_get_protocols),
32161         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32162         (gst_multifilesink_uri_handler_init), (plugin_init):
32163         * gst/multifilesink/gstmultifilesink.h:
32164         * testsuite/Makefile.am:
32165         * testsuite/multifilesink/Makefile.am:
32166         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32167         (gst_newmedia_class_init), (gst_newmedia_init),
32168         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32169         (newfile_signal), (test_signal), (main):
32170         multifilesink plugin for creating new files every time a new media
32171         discontinuity event occurs
32172
32173 2004-07-22  Wim Taymans  <wim@fluendo.com>
32174
32175         * gst/alpha/Makefile.am:
32176         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32177         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32178         (gst_alpha_color_init), (gst_alpha_color_set_property),
32179         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32180         (transform), (gst_alpha_color_chain),
32181         (gst_alpha_color_change_state), (plugin_init):
32182         Stupid plugin to to RGBA to AYUV conversion because none of
32183         the colorspace plugins can handle that yet.
32184
32185 2004-07-22  Wim Taymans  <wim@fluendo.com>
32186
32187         * examples/seeking/seek.c: (update_scale), (main):
32188         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32189         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32190         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32191         (gst_decode_bin_init), (gst_decode_bin_dispose),
32192         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32193         (no_more_pads), (close_link), (type_found),
32194         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32195         (plugin_init):
32196         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32197         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32198         (gst_play_base_bin_dispose), (queue_overrun),
32199         (gen_preroll_element), (remove_prerolls), (unknown_type),
32200         (no_more_pads), (new_stream), (setup_source),
32201         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32202         (play_base_eos), (gst_play_base_bin_change_state),
32203         (gst_play_base_bin_add_element),
32204         (gst_play_base_bin_remove_element),
32205         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32206         (gst_play_base_bin_unlink_stream),
32207         (gst_play_base_bin_get_streaminfo):
32208         * gst/playback/gstplaybin.c: (gen_video_element),
32209         (gen_audio_element):
32210         * gst/playback/gststreaminfo.h:
32211         More playback updates, attempt to fix things after the state change
32212         breakage.
32213
32214 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32215
32216         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32217         (gst_videoscale_scale_nearest_16bit):
32218           comment algorithm
32219
32220 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32221
32222         * gst/videotestsrc/gstvideotestsrc.c:
32223         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32224         (gst_videotestsrc_init), (gst_videotestsrc_get),
32225         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32226         (gst_videotestsrc_get_property):
32227         * gst/videotestsrc/gstvideotestsrc.h:
32228         * gst/videotestsrc/videotestsrc.c:
32229         * gst/videotestsrc/videotestsrc.h:
32230           cleanup and commenting
32231
32232 2004-07-21  Wim Taymans  <wim@fluendo.com>
32233
32234         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32235         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32236         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32237         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32238         (_find_chain_get_unknown_part), (_find_streams_check),
32239         (gst_ogg_demux_push), (gst_ogg_pad_push):
32240         * ext/theora/theoradec.c: (theora_get_formats),
32241         (theora_dec_src_convert), (theora_dec_sink_convert),
32242         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32243         (theora_dec_chain):
32244         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32245         (vorbis_dec_convert), (vorbis_dec_src_query),
32246         (vorbis_dec_src_event), (vorbis_dec_event):
32247         More seeking fixes, oggdemux now supports seeking to time and
32248         uses the downstream element to convert granulepos to time.
32249         Seeking in theora-only ogg files now works.
32250
32251 2004-07-21  Wim Taymans  <wim@fluendo.com>
32252
32253         * ext/theora/theoradec.c: (gst_theora_dec_init),
32254         (theora_get_formats), (theora_get_event_masks),
32255         (theora_get_query_types), (theora_dec_src_convert),
32256         (theora_dec_sink_convert), (theora_dec_src_query),
32257         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32258         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32259         (vorbis_get_event_masks), (vorbis_get_query_types),
32260         (gst_vorbis_dec_init), (vorbis_dec_convert),
32261         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32262         Added query/convert/formats functions to vorbis and theora decoders
32263         so that the outside world can use them too. Fixed seeking on an
32264         ogg/theora/vorbis file by disabling the seeking seeking on the
32265         theora srcpad.
32266
32267 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32268
32269         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32270         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32271         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32272         images creation for both elements. We don't create the image on caps
32273         nego or renego, we just destroy the internal one if present if it does
32274         not match the needs. The chain function takes care of creating a new
32275         image when needed.
32276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32277         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32278         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32279         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32280         the image format information. The buffer pool checks for the context
32281         image format and discard images with different formats.
32282         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32283
32284 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32285
32286         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32287         (gst_ffmpegcolorspace_chain):
32288           no point in doing any chaining if the pad we want to push from
32289           isn't usable.
32290
32291 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32292
32293         * gst-libs/gst/riff/riff-media.c:
32294         (gst_riff_create_audio_caps_with_data):
32295           Fix double end-to-native symbol conversion (#148021).
32296
32297 2004-07-20  David Schleef  <ds@schleef.org>
32298
32299         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32300         Don't use an Atom that doesn't exist.
32301
32302 2004-07-20  Wim Taymans  <wim@fluendo.com>
32303
32304         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32305         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32306         (gst_multifdsink_client_remove),
32307         (gst_multifdsink_handle_client_write),
32308         (gst_multifdsink_queue_buffer):
32309         * gst/tcp/gstmultifdsink.h:
32310         More multifdsink stats. Avoid deadlock by releasing locks
32311         before sending out a signal.
32312
32313 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32314
32315         * po/LINGUAS:
32316         * po/hu.po:
32317           added Hungarian translation (Laszlo Dvornik)
32318
32319 2004-07-20  Wim Taymans  <wim@fluendo.com>
32320
32321         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32322         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32323         (gst_multifdsink_handle_client_write),
32324         (gst_multifdsink_queue_buffer):
32325         * gst/tcp/gsttcp-marshal.list:
32326         Fixed the stupid marshal definition.
32327
32328 2004-07-20  Wim Taymans  <wim@fluendo.com>
32329
32330         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32331         (gst_multifdsink_init), (gst_multifdsink_add),
32332         (gst_multifdsink_client_remove),
32333         (gst_multifdsink_handle_client_write),
32334         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32335         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32336         (gst_multifdsink_init_send):
32337         * gst/tcp/gstmultifdsink.h:
32338         Added more stats, added timeout for a client, fixed some typos
32339         and added some comments.
32340
32341 2004-07-20  Wim Taymans  <wim@fluendo.com>
32342
32343         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32344         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32345         (gst_multifdsink_client_remove),
32346         (gst_multifdsink_handle_client_write):
32347         * gst/tcp/gstmultifdsink.h:
32348         * gst/tcp/gsttcp-marshal.list:
32349         Added get_stats method that returns a GValueArray of
32350         stats values.
32351
32352 2004-07-19  Benjamin Otte  <otte@gnome.org>
32353
32354         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32355           make sure longname, description and author are valid UTF-8
32356
32357 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32358
32359         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32360         (gst_ximagesink_set_property):
32361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32362         (gst_xvimagesink_set_property):
32363           make sure SYNCHRONOUS is respected after getting the X context
32364
32365 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32366
32367         * gst/matroska/matroska-demux.c:
32368         (gst_matroska_demux_handle_src_event),
32369         (gst_matroska_demux_parse_blockgroup):
32370         * gst/matroska/matroska-ids.h:
32371           add BlockReference tag and ignore it to clear out log.
32372           ignore NAVIGATION events to clear out log.
32373
32374 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32375
32376         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32377         (gst_matroska_demux_add_stream):
32378         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32379           add debug categories
32380
32381 2004-07-16  Wim Taymans  <wim@fluendo.com>
32382
32383         * ext/libpng/Makefile.am:
32384         * ext/libpng/gstpng.c: (plugin_init):
32385         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32386         (gst_pngdec_get_type), (gst_pngdec_base_init),
32387         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32388         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32389         * ext/libpng/gstpngdec.h:
32390         Added png decoder.
32391
32392 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32393
32394         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32395         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32396         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32397         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32398         (gst_ximagesink_buffer_alloc):
32399         * sys/ximage/ximagesink.h:
32400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32401         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32402         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32403         (gst_xvimagesink_buffer_alloc):
32404         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32405         again. Using internal data pointer of the x(v)image to store image's
32406         data to be coherent with the buffer alloc mechanism. Investigated the
32407         image destruction code to be sure that everything gets freed correctly.
32408
32409 2004-07-16  Wim Taymans  <wim@fluendo.com>
32410
32411         * gst-libs/gst/riff/riff-read.c:
32412         (gst_riff_read_strf_vids_with_data),
32413         (gst_riff_read_strf_auds_with_data):
32414         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32415         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32416         Make sure we don't create 0 sized subbuffers in riff-read.
32417         Signal the no more pads signal after reading the avi header.
32418
32419 2004-07-16  Wim Taymans  <wim@fluendo.com>
32420
32421         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32422         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32423         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32424         (gst_decode_bin_init), (gst_decode_bin_dispose),
32425         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32426         (no_more_pads), (close_link), (type_found),
32427         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32428         (gst_decode_bin_change_state), (plugin_init):
32429         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32430         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32431         (gst_play_base_bin_dispose), (queue_overrun),
32432         (gen_preroll_element), (remove_prerolls), (unknown_type),
32433         (no_more_pads), (new_stream), (setup_source),
32434         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32435         (play_base_eos), (gst_play_base_bin_change_state),
32436         (gst_play_base_bin_add_element),
32437         (gst_play_base_bin_remove_element),
32438         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32439         (gst_play_base_bin_unlink_stream),
32440         (gst_play_base_bin_get_streaminfo):
32441         * gst/playback/gstplaybasebin.h:
32442         Better error recovery. Added configurable preroll queue size. Faster
32443         detection of no-more-pads.
32444
32445 2004-07-16  Wim Taymans  <wim@fluendo.com>
32446
32447         * gst-libs/gst/video/video.h:
32448         Added 32 bits RGBA. Not sure if we should use another mime-type
32449         for alpha rgb. Currently the presence of the alpha_mask property
32450         signals an alpha channel.
32451
32452 2004-07-16  Wim Taymans  <wim@fluendo.com>
32453
32454         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32456         FPS seems to be 0.0 to MAX everywhere else.
32457
32458 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32459
32460         * gst-libs/gst/riff/riff-media.c:
32461         (gst_riff_create_video_caps_with_data):
32462           mp42/mp43 (no caps) exist too.
32463         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32464           Set pixel_width/height; we've got them in-caps.
32465         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32466         * gst/wavparse/gstwavparse.c: (plugin_init):
32467           Both are valid primary.
32468         * sys/oss/gstossmixer.c:
32469           Remove i18n hack and enable translations.
32470
32471 2004-07-15  Benjamin Otte  <otte@gnome.org>
32472
32473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32474         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32475           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32476
32477 2004-07-15  Benjamin Otte  <otte@gnome.org>
32478
32479         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32480         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32481         (gst_alsa_close_audio):
32482           disable some of the debugging code for now. Writing debugging to a
32483           buffer is broken in current alsalib releases.
32484
32485 2004-07-12  Benjamin Otte  <otte@gnome.org>
32486
32487         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32488           use bufferpools
32489
32490 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32491
32492         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32493         (theora_dec_src_query), (theora_dec_event):
32494         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32495           add debugging categories.  Remove \n's.
32496
32497 2004-07-13  Johan Dahlin  <johan@gnome.org>
32498
32499         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32500         (gst_play_bin_get_property): Impl.
32501
32502 2004-07-13  Wim Taymans  <wim@fluendo.com>
32503
32504         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32505         When trying to find the stream length, seek back N pages
32506         instead of just one, where N is the number of streams in
32507         the current chain.
32508
32509 2004-07-13  Wim Taymans  <wim@fluendo.com>
32510
32511         * gst-libs/gst/riff/riff-media.c:
32512         (gst_riff_create_audio_caps_with_data),
32513         (gst_riff_create_audio_caps),
32514         (gst_riff_create_audio_template_caps):
32515         * gst-libs/gst/riff/riff-media.h:
32516         * gst-libs/gst/riff/riff-read.c:
32517         (gst_riff_read_strf_vids_with_data),
32518         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32519         * gst-libs/gst/riff/riff-read.h:
32520         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32521         (gst_avi_demux_add_stream):
32522         Set codec_data on caps for avidemuxer.
32523
32524 2004-07-12  David Schleef  <ds@schleef.org>
32525
32526         * configure.ac: Fix test for Objective C
32527
32528 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32529         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32530         (gst_gdk_pixbuf_chain):
32531           Add svg and pcx to template caps, and ensure that getcaps returns a
32532           subset of the template caps.
32533           Copy each row manually for output, as gdkpixbuf may pad the
32534           rowstride to a 32-bit word boundary.
32535
32536 2004-07-12  Wim Taymans  <wim@fluendo.com>
32537
32538         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32539         (gst_riff_create_video_template_caps):
32540         Fix the template caps to include some more media types.
32541
32542 2004-07-12  Wim Taymans  <wim@fluendo.com>
32543
32544         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32545         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32546         (compare_ranks), (print_feature), (gst_decode_bin_init),
32547         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32548         (try_to_link_1), (new_pad), (close_link), (type_found),
32549         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32550         (gst_decode_bin_change_state), (plugin_init):
32551         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32552         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32553         (gst_play_base_bin_dispose), (queue_overrun),
32554         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32555         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32556         (gst_play_base_bin_get_property), (play_base_eos),
32557         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32558         (gst_play_base_bin_remove_element),
32559         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32560         (gst_play_base_bin_unlink_stream),
32561         (gst_play_base_bin_get_streaminfo):
32562         * gst/playback/gstplaybasebin.h:
32563         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32564         (gst_play_bin_class_init), (gst_play_bin_init),
32565         (gst_play_bin_dispose), (gst_play_bin_set_property),
32566         (gst_play_bin_get_property), (gen_video_element),
32567         (gen_audio_element), (remove_sinks), (setup_sinks),
32568         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32569         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32570         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32571         (gst_play_bin_query), (plugin_init):
32572         * gst/playback/test4.c: (main):
32573         More fixes on reusing of the element.
32574
32575 2004-07-11  Benjamin Otte  <otte@gnome.org>
32576
32577         * ext/mad/gstmad.c: (normal_seek):
32578           allow seeking for other methods than just SET
32579
32580 2004-07-11  Andy Wingo  <wingo@pobox.com>
32581
32582         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32583         float, "any" caps -> buffer_frames=[0,MAX].
32584
32585         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32586         doesn't intersect our caps with the template any more. Do it
32587         ourselves.
32588         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32589
32590 2004-07-09  Wim Taymans  <wim@fluendo.com>
32591
32592         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32593         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32594         (compare_ranks), (print_feature), (gst_decode_bin_init),
32595         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32596         (try_to_link_1), (new_pad), (close_link), (type_found),
32597         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32598         (gst_decode_bin_change_state), (plugin_init):
32599         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32600         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32601         (gst_play_base_bin_dispose), (queue_overrun),
32602         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32603         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32604         (gst_play_base_bin_get_property), (play_base_eos),
32605         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32606         (gst_play_base_bin_remove_element),
32607         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32608         (gst_play_base_bin_unlink_stream),
32609         (gst_play_base_bin_get_streaminfo):
32610         * gst/playback/gstplaybasebin.h:
32611         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32612         (gst_play_bin_class_init), (gst_play_bin_init),
32613         (gst_play_bin_dispose), (gst_play_bin_set_property),
32614         (gst_play_bin_get_property), (gen_video_element),
32615         (gen_audio_element), (remove_sinks), (setup_sinks),
32616         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32617         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32618         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32619         (gst_play_bin_query), (plugin_init):
32620         * gst/playback/test4.c: (main):
32621         Work on object reuse and seeking.
32622
32623 2004-07-09  Wim Taymans  <wim@fluendo.com>
32624
32625         * examples/seeking/seek.c: (iterate):
32626         Don't consume all CPU in the idle loop.
32627
32628 2004-07-09  Wim Taymans  <wim@fluendo.com>
32629
32630         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32631         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32632         Add pad to element *after* setting the pad functions so that
32633         the scheduler can use the correct ones.
32634
32635 2004-07-09  Wim Taymans  <wim@fluendo.com>
32636
32637         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32638         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32639         Sync to keyframe after seek
32640
32641 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32642
32643         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32644         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32645         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32646         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32647         * ext/libvisual/visual.c: (gst_visual_change_state):
32648         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32649         * ext/theora/theoradec.c: (theora_dec_change_state):
32650         * ext/theora/theoraenc.c: (theora_enc_change_state):
32651         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32652         * gst-libs/gst/navigation/navigation.c:
32653         * gst/adder/gstadder.c: (gst_adder_change_state):
32654         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32655         (gst_audio_convert_get_buffer):
32656         * gst/multipart/multipartdemux.c:
32657         (gst_multipart_demux_change_state):
32658         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32659         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32660         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32661         * gst/videoscale/gstvideoscale.c:
32662         (gst_videoscale_handle_src_event):
32663         * gst/volume/gstvolume.c: (volume_chain_int16):
32664           don't assert in state change, this should be done by the base
32665           GstElement class.
32666           various debugging fixes.
32667
32668 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32669
32670         * configure.ac:
32671         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32672         (gst_play_dispose), (gst_play_set_location),
32673         (gst_play_set_data_src), (gst_play_set_video_sink),
32674         (gst_play_set_audio_sink), (gst_play_set_visualization),
32675         (gst_play_connect_visualization), (gst_play_get_sink_element),
32676         (gst_play_get_all_by_interface):
32677         * gst-libs/gst/play/play.h:
32678           add new method to get elements implementing an interface.
32679           add various error logging
32680
32681 2004-07-08  Wim Taymans  <wim@fluendo.com>
32682
32683         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32684         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32685         (make_playerbin_pipeline), (query_durations_elems),
32686         (query_durations_pads), (query_positions_elems),
32687         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32688         (main):
32689         Added playbin seeking example.
32690
32691 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32692
32693         * gst-libs/gst/play/play.c: (gst_play_set_location),
32694         (gst_play_set_data_src), (gst_play_set_video_sink),
32695         (gst_play_set_audio_sink), (gst_play_set_visualization),
32696         (gst_play_connect_visualization), (gst_play_get_framerate):
32697           use a macro to look up elements from hash table
32698
32699 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32700
32701         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32702         (gst_play_get_length_callback), (gst_play_set_location),
32703         (gst_play_seek_to_time), (gst_play_set_data_src),
32704         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32705         (gst_play_set_visualization), (gst_play_connect_visualization),
32706         (gst_play_get_sink_element):
32707         - add debugging info
32708         - fix looking up sink elements by iterating over complete caps
32709         - put everything except for source and autoplugger in a complete bin
32710
32711 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32712
32713         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32714         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32715         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32716         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32717         * ext/alsa/gstalsasink.h:
32718         - add debugging info
32719         - clean up schizophrenia of data/buffer/event
32720         - fix double event unref error
32721
32722 2004-07-08  Wim Taymans  <wim@fluendo.com>
32723
32724         * gst/playback/Makefile.am:
32725         Add headers to noinst
32726
32727 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32728
32729         * tools/gst-launch-ext-m.m:
32730         * tools/gst-launch-ext.1.in:
32731           convert to the third millenium
32732
32733 2004-07-07  David Schleef  <ds@schleef.org>
32734
32735         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32736
32737 2004-07-07  Wim Taymans  <wim@fluendo.com>
32738
32739         * gst/playback/Makefile.am:
32740         * gst/playback/README:
32741         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32742         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32743         (compare_ranks), (print_feature), (gst_decode_bin_init),
32744         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32745         (try_to_link_1), (new_pad), (close_link), (type_found),
32746         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32747         (plugin_init):
32748         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32749         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32750         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32751         (gen_preroll_element), (no_more_pads), (new_stream),
32752         (setup_source), (gst_play_base_bin_set_property),
32753         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32754         (gst_play_base_bin_add_element),
32755         (gst_play_base_bin_remove_element),
32756         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32757         (gst_play_base_bin_unlink_stream),
32758         (gst_play_base_bin_get_streaminfo):
32759         * gst/playback/gstplaybasebin.h:
32760         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32761         (gst_play_bin_class_init), (gst_play_bin_init),
32762         (gst_play_bin_dispose), (gst_play_bin_set_property),
32763         (gst_play_bin_get_property), (gen_video_element),
32764         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32765         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32766         (gst_play_bin_get_formats), (gst_play_bin_convert),
32767         (gst_play_bin_get_query_types), (gst_play_bin_query),
32768         (plugin_init):
32769         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32770         (gst_stream_info_get_type), (gst_stream_info_class_init),
32771         (gst_stream_info_init), (gst_stream_info_new),
32772         (gst_stream_info_dispose), (gst_stream_info_set_property),
32773         (gst_stream_info_get_property):
32774         * gst/playback/gststreaminfo.h:
32775         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32776         (main):
32777         * gst/playback/test2.c: (main):
32778         * gst/playback/test3.c: (update_scale), (main):
32779         More playbin fixes. Added README. Do better element filtering.
32780         Added base class to preroll media. Added test apps.
32781
32782 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32783
32784         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32785         * ext/mpeg2dec/gstmpeg2dec.h:
32786           various debugging improvements.  Reset stream to next picture
32787           instead of sequence header, otherwise seeks cannot work.
32788
32789 2004-07-07  Wim Taymans  <wim@fluendo.com>
32790
32791         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32792         (gst_video_box_class_init), (gst_video_box_set_property),
32793         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32794         Use pad_alloc where possible.
32795
32796 2004-07-07  Wim Taymans  <wim@fluendo.com>
32797
32798         * sys/oss/gstosselement.c: (gst_osselement_reset),
32799         (gst_osselement_parse_caps):
32800         * sys/oss/gstosselement.h:
32801         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32802         Fix offset on osssrc.
32803
32804 2004-07-07  Wim Taymans  <wim@fluendo.com>
32805
32806         * ext/theora/theora.c: (plugin_init):
32807         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32808         (theora_dec_src_query), (theora_dec_chain):
32809         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32810         (theora_enc_sink_link), (theora_buffer_from_packet),
32811         (theora_push_packet), (theora_enc_chain):
32812         Fix theora granulepos calculation.
32813         Fix overflow in duration/position calculation.
32814         Bump rank to PRIMARY for theoradec.
32815         Use granulepos of last packet to calculate position.
32816         Set keyframe flag on buffers when needed.
32817
32818 2004-07-06  David Schleef  <ds@schleef.org>
32819
32820         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32821         serious?  (Fixed, obviously.)
32822
32823 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32824
32825         * po/LINGUAS:
32826         * po/cs.po:
32827           added Czech translation (Miloslav Trmac)
32828
32829 2004-07-05  Wim Taymans  <wim@fluendo.com>
32830
32831         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32832         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32833         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32834         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32835         (close_link), (type_found), (gst_decode_bin_set_property),
32836         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
32837         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32838         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32839         (gst_decode_bin_query), (plugin_init):
32840         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32841         (gst_play_bin_class_init), (gst_play_bin_init),
32842         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32843         (get_video_element), (new_pad), (setup_source),
32844         (gst_play_bin_set_property), (gst_play_bin_get_property),
32845         (gst_play_bin_change_state), (gst_play_bin_add_element),
32846         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32847         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32848         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32849         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32850         * gst/playback/test.c: (main):
32851         More fixes, cleaned up playbin, make it use decodebin. Added
32852         threaded property to playbin.
32853
32854 2004-07-05  Wim Taymans  <wim@fluendo.com>
32855
32856         * configure.ac:
32857         * gst/playback/Makefile.am:
32858         * gst/playback/decodetest.c: (main):
32859         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32860         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32861         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32862         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32863         (close_link), (type_found), (gst_decode_bin_set_property),
32864         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
32865         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
32866         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
32867         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
32868         (plugin_init):
32869         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32870         (gst_play_bin_class_init), (gst_play_bin_init),
32871         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
32872         (collect_sink_pads), (find_compatibles), (close_pad_link),
32873         (try_to_link_1), (new_pad), (close_link), (type_found),
32874         (setup_source), (gst_play_bin_set_property),
32875         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
32876         (compare_ranks), (gst_play_bin_collect_factories),
32877         (gst_play_bin_change_state), (gst_play_bin_add_element),
32878         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32879         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32880         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32881         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32882         * gst/playback/test.c: (main):
32883         Added some playback helper elements and some test apps, very alpha
32884         still.
32885
32886 2004-07-04  Benjamin Otte  <otte@gnome.org>
32887
32888         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32889           only restart audio when we indeed have an xrun to fix repeated
32890           xruns. Fix suggested by Giuliano Pochini.
32891
32892 2004-07-03  David Schleef  <ds@schleef.org>
32893
32894         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
32895         call to gst_debug_log() if debugging is disabled (bug #145118)
32896
32897 2004-07-03  Benjamin Otte  <otte@gnome.org>
32898
32899         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32900           use our own functions for restarting the alsa device.
32901         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32902           I should apply patches myself - use MIN for the third argument, not
32903           the second, this fixes seeking
32904
32905 2004-07-02  David Schleef  <ds@schleef.org>
32906
32907         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
32908         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
32909         do with the logic.
32910
32911 2004-07-02  David Schleef  <ds@schleef.org>
32912
32913         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
32914         output buffers.  Fix logic mistake.  (bug #144866)
32915
32916 2004-07-02  David Schleef  <ds@schleef.org>
32917
32918         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
32919         on X.  (bug #144753)
32920
32921 2004-07-02  David Schleef  <ds@schleef.org>
32922
32923         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
32924         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
32925         (bug #144624)
32926         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
32927         (gst_osselement_rate_probe_check): Add another workaround for
32928         buggy drivers (bug #145336)
32929
32930 2004-07-02  David Schleef  <ds@schleef.org>
32931
32932         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
32933         Most systems don't have MSG_NOSIGNAL.
32934
32935 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32936
32937         * Makefile.am:
32938         * gst-libs/gst/colorbalance/Makefile.am:
32939         * gst-libs/gst/mixer/Makefile.am:
32940         * gst-libs/gst/play/Makefile.am:
32941         * gst-libs/gst/tuner/Makefile.am:
32942           (hopefully) fix both install and dist and make error message useful.
32943           needs testing across automakes.
32944
32945 2004-07-02  Benjamin Otte  <otte@gnome.org>
32946
32947         * ext/ogg/gstogg.c: (plugin_init):
32948           we require bytestream now
32949         * ext/ogg/gstoggdemux.c:
32950           huge diff to implement chain setup in a fast and generic way. This
32951           improves tag reading and startup of huge files (read: Theora videos)
32952           quite a bit. It probably contains bugs, too, so please test.
32953           Seeking is not improved to the fast method.
32954
32955 2004-06-29  Wim Taymans  <wim@fluendo.com>
32956
32957         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
32958         * ext/ogg/gstoggmux.c:
32959         Fix memleak in oggdemux when running unconnected pads.
32960         doc update in mux, start working on keyframe mode.
32961
32962 2004-06-29  Benjamin Otte  <otte@gnome.org>
32963
32964         * sys/oss/gstosssink.c:
32965         * sys/oss/gstosssrc.c:
32966           advertise correct template caps - we indeed do non-native endianness
32967           and 8bit audio has no endianness
32968         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
32969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
32970           avoid (wrong) duplications in getcaps function and return
32971           template caps
32972
32973 2004-06-29  Wim Taymans  <wim@fluendo.com>
32974
32975         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32976         (gst_multifdsink_class_init), (gst_multifdsink_add),
32977         (gst_multifdsink_remove), (gst_multifdsink_clear),
32978         (gst_multifdsink_client_remove),
32979         (gst_multifdsink_handle_client_read),
32980         (gst_multifdsink_client_queue_data),
32981         (gst_multifdsink_client_queue_caps),
32982         (gst_multifdsink_client_queue_buffer),
32983         (gst_multifdsink_handle_client_write),
32984         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32985         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32986         (gst_multifdsink_init_send), (gst_multifdsink_close):
32987         Fix wrong GList iteration that could crash the server when
32988         more then 2 clients disconnect at the same time. Read all the
32989         pending commands in one batch to recover from command storms under
32990         very heavy load.
32991
32992 2004-06-28  Wim Taymans  <wim@fluendo.com>
32993
32994         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32995         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32996         (gst_videomixer_pad_set_property),
32997         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32998         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32999         (gst_videomixer_class_init), (gst_videomixer_init),
33000         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
33001         (pad_zorder_compare), (gst_videomixer_sort_pads),
33002         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
33003         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
33004         (gst_videomixer_update_queues), (gst_videomixer_loop),
33005         (plugin_init):
33006         Avoid divide by zero, choose masterpad as the pad with the highest
33007         framerate.
33008
33009 2004-06-27  Julien Moutte  <julien@moutte.net>
33010
33011         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33012         (gst_ximagesink_xwindow_new):
33013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33014         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
33015         function directly. We might want to call it from somewhere else one day.
33016
33017 2004-06-27  Julien Moutte  <julien@moutte.net>
33018
33019         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
33020         (gst_ximagesink_xwindow_new):
33021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
33022         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
33023         window decorations.
33024
33025 2004-06-27  Wim Taymans  <wim@fluendo.com>
33026
33027         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
33028         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
33029         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
33030         (gst_dvdec_set_property), (gst_dvdec_get_property):
33031         * ext/dv/gstdvdec.h:
33032         Implement drop_factor property to lower the framerate with
33033         a factor.
33034
33035 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33036
33037         * gst-libs/gst/colorbalance/Makefile.am:
33038         * gst-libs/gst/mixer/Makefile.am:
33039         * gst-libs/gst/play/Makefile.am:
33040         * gst-libs/gst/tuner/Makefile.am:
33041           unbreak Company's fix that didn't install the -enum.h files
33042
33043 2004-06-27  Wim Taymans  <wim@fluendo.com>
33044
33045         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33046         (gst_dvdec_change_state):
33047         * ext/dv/gstdvdec.h:
33048         Fix timestamp, duration and offset of the buffers.
33049
33050 2004-06-27  Wim Taymans  <wim@fluendo.com>
33051
33052         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33053         (gst_multifdsink_class_init), (gst_multifdsink_add),
33054         (gst_multifdsink_remove), (gst_multifdsink_clear),
33055         (gst_multifdsink_client_remove),
33056         (gst_multifdsink_handle_client_read),
33057         (gst_multifdsink_client_queue_data),
33058         (gst_multifdsink_client_queue_caps),
33059         (gst_multifdsink_client_queue_buffer),
33060         (gst_multifdsink_handle_client_write),
33061         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33062         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33063         (gst_multifdsink_init_send), (gst_multifdsink_close):
33064         * gst/tcp/gstmultifdsink.h:
33065         * gst/tcp/gsttcpserversink.c:
33066         (gst_tcpserversink_handle_server_read),
33067         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33068         More multifdsink fixes, more recovery policy fixes.
33069         Removed stupid g_print
33070
33071 2004-06-26  Wim Taymans  <wim@fluendo.com>
33072
33073         * gst/tcp/Makefile.am:
33074         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33075         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33076         (gst_multifdsink_class_init), (gst_multifdsink_init),
33077         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33078         (gst_multifdsink_handle_client_read),
33079         (gst_multifdsink_client_queue_data),
33080         (gst_multifdsink_client_queue_caps),
33081         (gst_multifdsink_client_queue_buffer),
33082         (gst_multifdsink_handle_client_write),
33083         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33084         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33085         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33086         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33087         (gst_multifdsink_close), (gst_multifdsink_change_state):
33088         * gst/tcp/gstmultifdsink.h:
33089         * gst/tcp/gsttcpplugin.c: (plugin_init):
33090         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33091         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33092         (gst_tcpserversink_handle_server_read),
33093         (gst_tcpserversink_handle_select),
33094         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33095         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33096         * gst/tcp/gsttcpserversink.h:
33097         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33098         one of the locks, added recovery policy to multifdsink.
33099
33100 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33101
33102         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33103           fix decision for when getting frames with same timestamp
33104         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33105         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33106         (gst_v4lsrc_get_property):
33107         * sys/v4l/gstv4lsrc.h:
33108           add latency offset property
33109
33110 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33111
33112         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33113         (plugin_init):
33114           fix debugging. add category.
33115
33116 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33117
33118         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33119           fix wrong offsets
33120
33121 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33122
33123         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33124         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33125         (gst_alsa_src_change_state):
33126           return a time that is in sync with the element's processing
33127
33128 2004-06-25  Wim Taymans  <wim@fluendo.com>
33129
33130         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33131         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33132         (gst_tcpserversink_client_remove),
33133         (gst_tcpserversink_handle_client_read),
33134         (gst_tcpserversink_client_queue_data),
33135         (gst_tcpserversink_client_queue_caps),
33136         (gst_tcpserversink_client_queue_buffer),
33137         (gst_tcpserversink_handle_client_write),
33138         (gst_tcpserversink_queue_buffer),
33139         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33140         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33141         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33142         (gst_tcpserversink_close):
33143         * gst/tcp/gsttcpserversink.h:
33144         Serversink rewrite. Really do non blocking writes to clients and
33145         maintain an internal queue to handle slower clients while not
33146         disturbing fast clients.
33147
33148 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33149
33150         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33151           better debug, don't override OFFSET and OFFSET_END
33152
33153 2004-06-25  Iain <iain@prettypeople.org>
33154
33155         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33156         name=source for the wavparse pipeline.
33157
33158 2004-06-24  Johan Dahlin  <johan@gnome.org>
33159
33160         * ext/theora/theoraenc.c (theora_enc_chain): Call
33161         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33162         streamheader caps are set correctly.
33163
33164 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33165
33166         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33167         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33168           respect minimum bitrate; same could be done for max bitrate
33169
33170 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33171
33172         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33173         (gst_vorbisenc_setup):
33174           fix sample rate range
33175
33176 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33177
33178         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33179         (gst_oggvorbisenc_setup):
33180         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33181         (gst_vorbisenc_setup):
33182           resolve ambiguities in code and description
33183
33184 2004-06-24  Wim Taymans  <wim@fluendo.com>
33185
33186         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33187         * ext/alsa/gstalsa.h:
33188         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33189         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33190         Use alsa trigger_tstamp to get the timestamp of the first
33191         sample in the buffer for more precise sync. Some cleanups.
33192
33193 2004-06-24  Wim Taymans  <wim@fluendo.com>
33194
33195         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33196         (gst_audiorate_init), (gst_audiorate_chain),
33197         (gst_audiorate_set_property), (gst_audiorate_get_property):
33198         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33199         (gst_videorate_chain):
33200         Added some logging, fixed an overflow bug in videorate.
33201
33202 2004-06-24  Benjamin Otte  <otte@gnome.org>
33203
33204         * ext/kio/Makefile.am:
33205           fix for builddir != srcdir and distcheck
33206
33207 2004-06-24  Benjamin Otte  <otte@gnome.org>
33208
33209         * gst-libs/gst/colorbalance/Makefile.am:
33210         * gst-libs/gst/mixer/Makefile.am:
33211         * gst-libs/gst/play/Makefile.am:
33212         * gst-libs/gst/tuner/Makefile.am:
33213         * gst/tcp/Makefile.am:
33214         * sys/dxr3/Makefile.am:
33215           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33216           tarball.
33217           Also add all *.list files that were missing.
33218         * Makefile.am:
33219           add a distcheck hook to ensure the above doesn't happen again.
33220
33221 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33222
33223         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33224
33225 2004-06-23  Colin Walters  <walters@redhat.com>
33226
33227         * m4/Makefile.am: Distribute gst-fionread.m4.
33228
33229 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33230
33231         * configure.ac: back to dev
33232
33233 2004-06-23  Wim Taymans  <wim@fluendo.com>
33234
33235         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33236         (gst_alsa_xrun_recovery):
33237         * ext/alsa/gstalsa.h:
33238         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33239         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33240         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33241         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33242         (gst_alsa_src_loop):
33243         Add clock to alsasrc. Take new capture timestamp when
33244         restarting after an overrun. Split up some functions between
33245         alsasrc and alsasink.
33246
33247 === release 0.8.2 ===
33248
33249 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33250
33251         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33252         (gst_alsa_change_state), (gst_alsa_update_avail),
33253         (gst_alsa_xrun_recovery):
33254         * ext/alsa/gstalsa.h:
33255         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33256           merge back changes from release
33257
33258 2004-06-23  Wim Taymans  <wim@fluendo.com>
33259
33260         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33261         (gst_audiorate_init), (gst_audiorate_chain),
33262         (gst_audiorate_set_property), (gst_audiorate_get_property):
33263         Implement sample dropping and notify
33264
33265 2004-06-22  Wim Taymans  <wim@fluendo.com>
33266
33267         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33268         (theora_enc_sink_link), (theora_buffer_from_packet),
33269         (theora_push_packet), (theora_enc_chain):
33270         Some cleanups, make sure the timestamps are correct.
33271
33272 2004-06-22  Wim Taymans  <wim@fluendo.com>
33273
33274         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33275         (gst_alsa_change_state), (gst_alsa_update_avail),
33276         (gst_alsa_xrun_recovery):
33277         * ext/alsa/gstalsa.h:
33278         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33279         Cleanups, take queued samples into account when reporting
33280         the time.
33281
33282 2004-06-22  Wim Taymans  <wim@fluendo.com>
33283
33284         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33285         (gst_videorate_init):
33286         Initialize the property as well.
33287
33288 2004-06-22  Wim Taymans  <wim@fluendo.com>
33289
33290         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33291         (gst_videorate_init), (gst_videorate_chain),
33292         (gst_videorate_set_property), (gst_videorate_get_property):
33293         Add property to make videorate silent.
33294         Add property to prefer new frames over old ones.
33295
33296 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33297
33298         * sys/osxvideo/Makefile.am:
33299         Workaround so that the osxvideo .so file gets linked with the
33300         Cocoa, OpenGL and QuickTime frameworks
33301
33302 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33303
33304         * sys/osxaudio/Makefile.am:
33305         Workaround so that the osxaudio .so file gets linked with the
33306         CoreAudio framework
33307
33308 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33309
33310         * configure.ac:
33311         Whoops, my fault...fixed build issues
33312
33313 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33314
33315         * configure.ac:
33316         Add objective-c support if running in Darwin/Mac OS X
33317         * sys/Makefile.am:
33318         * sys/osxvideo:
33319         * sys/osxvideo/Makefile.am:
33320         * sys/osxvideo/osxvideosink.h:
33321         * sys/osxvideo/osxvideosink.m:
33322         * sys/osxvideo/cocoawindow.h:
33323         * sys/osxvideo/cocoawindow.m:
33324         Add osxvideosink, a cocoa-based osx video sink
33325
33326
33327 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33328         * ext/dvdnav/gst-dvd:
33329         Grab the gconf key from the right spot
33330         * gst/debug/gstnavseek.c: (gst_navseek_init),
33331         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33332         (gst_navseek_chain):
33333         * gst/debug/gstnavseek.h:
33334           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33335           and loop parameters of a segment seek.
33336         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33337         (gst_videotestsrc_get_event_masks),
33338         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33339         * gst/videotestsrc/gstvideotestsrc.h:
33340           Add seeking support to videotestsrc
33341           Initialise the timestamp_offset variable.
33342
33343 2004-06-18  Wim Taymans  <wim@fluendo.com>
33344
33345         * ext/sidplay/gstsiddec.cc:
33346         Fix negotiation and set correct end offset.
33347
33348 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33349
33350         * configure.ac: branch and prerelease
33351
33352 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33353
33354         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33355         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33356         (gst_tcpclientsrc_init_receive):
33357         * gst/tcp/gsttcpclientsrc.h:
33358           read caps when connecting to server for GDP so we set them correctly
33359
33360 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33361
33362         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33363           notify drops and duplicates
33364         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33365           no good reason to limit ourselves to 100x100
33366
33367 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33368
33369         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33370         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33371         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33372         (gst_v4lsrc_get_property):
33373         * sys/v4l/gstv4lsrc.h:
33374         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33375         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33376         (gst_v4l_set_audio):
33377         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33378         (gst_v4lsrc_try_capture):
33379         * sys/v4l/v4lsrc_calls.h:
33380           change try_palette to more general try_capture
33381           add autoprobe option so we can turn off autoprobing
33382           various fixes
33383
33384 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33385
33386         * configure.ac:
33387           add videorate
33388         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33389         (gst_ximagesink_class_init):
33390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33391         (gst_xvimagesink_class_init):
33392           run them as finalize, not dispose, since dispose can be invoked
33393           multiple times
33394
33395 2004-06-17  Wim Taymans  <wim@fluendo.com>
33396
33397         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33398         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33399         * ext/alsa/gstalsa.h:
33400         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33401         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33402         (gst_alsa_src_change_state):
33403         * ext/alsa/gstalsasrc.h:
33404         Make the xrun code timestamp and offset the buffers correctly.
33405         moved the clock to the base class, use alsa methods to get time.
33406         Do correct timestamping on outgoing buffers.
33407
33408 2004-06-17  Wim Taymans  <wim@fluendo.com>
33409
33410         * gst/audiorate/Makefile.am:
33411         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33412         (gst_audiorate_base_init), (gst_audiorate_class_init),
33413         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33414         (gst_audiorate_set_property), (gst_audiorate_get_property),
33415         (gst_audiorate_change_state), (plugin_init):
33416         Added an audiorate converter that fills in gaps.
33417
33418 2004-06-17  Johan Dahlin  <johan@gnome.org>
33419
33420         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33421
33422 2004-06-16  Wim Taymans  <wim@fluendo.com>
33423
33424         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33425         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33426         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33427         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33428         (gst_v4lsrc_get_property):
33429         * sys/v4l/gstv4lsrc.h:
33430         Added a copy mode to v4lsrc where it will output a copied version
33431         of its internal hardware buffer.
33432         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33433         can't | them.
33434
33435 2004-06-16  Wim Taymans  <wim@fluendo.com>
33436
33437         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33438         Timestamp fixes.
33439
33440 2004-06-16  Wim Taymans  <wim@fluendo.com>
33441
33442         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33443         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33444         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33445         (gst_v4lsrc_get_property):
33446         * sys/v4l/gstv4lsrc.h:
33447         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33448         Added a sync mode enum property to control v4lsrc timestamp method
33449         Removed the use-fixed-fps property and moved functionality in
33450         the enum.
33451         Don't error on an error value from v4l-conf, it might not always
33452         be a real error.
33453
33454 2004-06-16  Wim Taymans  <wim@fluendo.com>
33455
33456         * gst/videorate/Makefile.am:
33457         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33458         (gst_videorate_base_init), (gst_videorate_class_init),
33459         (gst_videorate_getcaps), (gst_videorate_link),
33460         (gst_videorate_init), (gst_videorate_chain),
33461         (gst_videorate_set_property), (gst_videorate_get_property),
33462         (gst_videorate_change_state), (plugin_init):
33463         Added a video timestamp corrector.
33464
33465 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33466
33467         fixed a potential leak with previous commit
33468
33469         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33470
33471 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33472
33473         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33474         Added missing refcount, fixes bug #144425
33475         Cheers Tim for finding the bug
33476
33477 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33478
33479         * sys/v4l/gstv4l.c: (plugin_init):
33480         * sys/v4l/gstv4lcolorbalance.c:
33481         * sys/v4l/gstv4lcolorbalance.h:
33482         * sys/v4l/gstv4lelement.c:
33483         * sys/v4l/gstv4lelement.h:
33484         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33485         * sys/v4l/gstv4lmjpegsink.h:
33486         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33487         * sys/v4l/gstv4lmjpegsrc.h:
33488         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33489         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33490         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33491         * sys/v4l/gstv4lsrc.h:
33492         * sys/v4l/gstv4ltuner.c:
33493         * sys/v4l/gstv4ltuner.h:
33494         * sys/v4l/gstv4lxoverlay.c:
33495         * sys/v4l/gstv4lxoverlay.h:
33496         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33497         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33498         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33499         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33500         (gst_v4l_set_audio):
33501         * sys/v4l/v4l_calls.h:
33502         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33503         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33504         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33505         (gst_v4lmjpegsink_playback_init),
33506         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33507         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33508         (gst_v4lmjpegsink_playback_stop),
33509         (gst_v4lmjpegsink_playback_deinit):
33510         * sys/v4l/v4lmjpegsink_calls.h:
33511         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33512         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33513         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33514         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33515         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33516         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33517         * sys/v4l/v4lmjpegsrc_calls.h:
33518         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33519         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33520         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33521         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33522         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33523         (gst_v4lsrc_try_palette):
33524         * sys/v4l/v4lsrc_calls.h:
33525           bunch of paranoia cleanups
33526
33527 2004-06-14  David Schleef  <ds@schleef.org>
33528
33529         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33530         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33531         Send discont events and change timestamps appropriately when
33532         we get a seek event.  (bug #144240)
33533         * ext/cdparanoia/gstcdparanoia.h:
33534
33535 2004-06-14  Benjamin Otte  <otte@gnome.org>
33536
33537         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33538           snd_pcm_hw_params_set_rate  since the latter fails for no good
33539           reason on some setups.
33540
33541 2004-06-14  David Schleef  <ds@schleef.org>
33542
33543         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33544         standard.  Thank you for playing.
33545
33546 2004-06-14  Wim Taymans  <wim@fluendo.com>
33547
33548         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33549         Patch 1.3 broke the ordering of the colorspace info and
33550         made the plugin basically work by coincidence, reordered
33551         the info.
33552
33553 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33554
33555         * ext/lame/gstlame.c:
33556         * ext/mad/gstmad.c:
33557           sync caps.  Make sure mad can only output a list of rates, not
33558           a full range.  In the future, have three caps lists for each of the
33559           mpeg versions.  Change mpegversion to a double as well.
33560
33561 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33562
33563         * gst/volume/.cvsignore:
33564         * gst/volume/Makefile.am:
33565         * gst/volume/demo.c: (value_changed_callback), (idler),
33566         (setup_gui), (main):
33567           added small demo app
33568
33569 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33570         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33571         * ext/esd/esdsink.h:
33572         Close the esd connection on pause, because esd will just wait -
33573         blocking all other esd clients indefinitely.
33574
33575 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33576
33577         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33578           previous commit with GST_DEBUG
33579
33580 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33581
33582         * configure.ac:
33583           add a header check for a dvdread header in dvdnav.  Fixes #133002
33584
33585 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33586
33587         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33588         * gst/tcp/gsttcpclientsink.h:
33589         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33590         * gst/tcp/gsttcpclientsrc.h:
33591         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33592         (gst_tcpserversink_handle_server_read),
33593         (gst_tcpserversink_init_send):
33594         * gst/tcp/gsttcpserversink.h:
33595         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33596         * gst/tcp/gsttcpserversrc.h:
33597         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33598         version of IP)
33599
33600 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33601
33602         * configure.ac:
33603         Added ogg library so that OSX detects libtheora properly
33604
33605 2004-06-11  Wim Taymans  <wim@fluendo.com>
33606
33607         * ext/theora/theoradec.c: (theora_dec_chain),
33608         (theora_dec_change_state):
33609         Don't try to decode frames before we received a keyframe.
33610
33611 2004-06-11  Wim Taymans  <wim@fluendo.com>
33612
33613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33614         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33615         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33616         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33617         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33618         Added property to set the maximum delay of a page.
33619
33620 2004-06-10  Wim Taymans  <wim@fluendo.com>
33621
33622         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33623         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33624         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33625         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33626         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33627         Added max-delay property to control the maximum amount
33628         of data to put in one page.
33629
33630 2004-06-10  Wim Taymans  <wim@fluendo.com>
33631
33632         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33633         (gst_theora_enc_init), (theora_enc_sink_link),
33634         (theora_buffer_from_packet), (theora_enc_set_property),
33635         (theora_enc_get_property):
33636         Set duration on encoded buffer, added some more properties
33637
33638 2004-06-10  Wim Taymans  <wim@fluendo.com>
33639
33640         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33641         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33642         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33643         * ext/theora/theoraenc.c: (theora_enc_chain):
33644         Fix refcounting bugs
33645
33646 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33647
33648         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33649         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33650         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33651         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33652         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33653         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33654         (gst_asf_demux_change_state):
33655         * gst/asfdemux/gstasfdemux.h:
33656           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33657           feels like. I think we should set a new requirement for demuxers
33658           from now on to implement sane loop functions, data loops, query
33659           and seek functions before first commit into CVS. And this commit
33660           fixes all of the above.
33661
33662 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33663
33664         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33665           vorbis comments are properly encoded in UTF-8 before adding them
33666           to a GstTagList
33667
33668 2004-06-09  Benjamin Otte  <otte@gnome.org>
33669
33670         * ext/alsa/gstalsa.c: (add_channels):
33671           handle min <= max correctly
33672         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33673         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33674           add fixation functions so we fixate correctly. No preferring of alaw
33675           anymore because it's the first structure.
33676         * ext/alsa/gstalsa.h:
33677         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33678         (gst_alsa_hw_params_dump):
33679           add functions to ease debugging in alsalib
33680         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33681         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33682         (gst_alsa_start_audio):
33683           only specify hw params if we really setup a format (fixes #134007 -
33684           or at least works around it)
33685
33686 2004-06-09  Wim Taymans  <wim@fluendo.com>
33687
33688         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33689         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33690         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33691         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33692         (gst_ogg_mux_loop):
33693         Use stream caps to setup the initial pages in the ogg stream.
33694         Correctly set the streamheader caps on the srcpad.
33695
33696 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33697
33698         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33699         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33700         (gst_v4lsrc_getcaps):
33701         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33702         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33703           add querying of fps lists for webcams.  Negotiating to a framerate
33704           now works.
33705
33706 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33707
33708         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33709         (theora_push_buffer), (theora_push_packet),
33710         (theora_set_header_on_caps), (theora_enc_chain):
33711           mark buffers and put on streamheader, raw theora streaming
33712           now works too, whee
33713
33714 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33715
33716         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33717         (gst_tcp_gdp_read_caps):
33718           do a looping read for caps and GDP headers too
33719
33720 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33721
33722         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33723         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33724           return EOS instead of NULL in _get
33725
33726 2004-06-08  Wim Taymans  <wim@fluendo.com>
33727
33728         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33729         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33730         (gst_tcp_gdp_write_caps):
33731         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33732         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33733         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33734         Memory leak fixes
33735
33736 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33737
33738         * ext/vorbis/Makefile.am:
33739         * ext/vorbis/vorbis.c: (plugin_init):
33740         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33741         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33742         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33743         (vorbis_parse_change_state):
33744         * ext/vorbis/vorbisparse.h:
33745           adding a vorbisparse element that marks the buffers, streaming
33746           raw vorbis using GDP now works, whee
33747
33748 2004-06-08  Wim Taymans  <wim@fluendo.com>
33749
33750         * ext/jpeg/Makefile.am:
33751         * ext/jpeg/README:
33752         * ext/jpeg/gstjpeg.c: (plugin_init):
33753         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33754         (gst_smokedec_base_init), (gst_smokedec_class_init),
33755         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33756         * ext/jpeg/gstsmokedec.h:
33757         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33758         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33759         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33760         (gst_smokeenc_resync), (gst_smokeenc_chain),
33761         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33762         * ext/jpeg/gstsmokeenc.h:
33763         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33764         (smokecodec_flush_destination), (smokecodec_term_destination),
33765         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33766         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33767         (smokecodec_term_source), (smokecodec_encode_new),
33768         (smokecodec_decode_new), (smokecodec_info_free),
33769         (smokecodec_set_quality), (smokecodec_get_quality),
33770         (smokecodec_set_threshold), (smokecodec_get_threshold),
33771         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33772         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33773         (smokecodec_parse_header), (smokecodec_decode):
33774         * ext/jpeg/smokecodec.h:
33775         Added a new simple jpeg based codec
33776
33777 2004-06-08  Wim Taymans  <wim@fluendo.com>
33778
33779         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33780         (gst_multipart_mux_loop):
33781         Fix memory leak
33782
33783 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33784
33785         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33786         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33787         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33788         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33789         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33790         * gst/tcp/gsttcpserversink.h:
33791           take streamheader into account
33792
33793 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33794
33795         * gst/level/Makefile.am:
33796         * gst/level/gstlevel.c: (gst_level_class_init):
33797           clean up marshal generation
33798
33799 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33800
33801         * gst/tcp/Makefile.am:
33802         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33803         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33804         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33805         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33806         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33807         (gst_tcpclientsrc_get_property):
33808         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33809         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33810         (gst_tcpserversink_handle_client_read),
33811         (gst_tcpserversink_handle_client_write),
33812         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33813         * gst/tcp/gsttcpserversink.h:
33814           add signals client-added and client-removed
33815         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33816         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33817         (gst_tcpserversrc_get_property):
33818         uniformized, change default protocol to NONE
33819         * gst/tcp/gsttcp-marshal.list: added
33820 2004-06-07  Benjamin Otte  <otte@gnome.org>
33821
33822         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33823           handle discont events if they happen before caps nego
33824
33825 2004-06-07  Wim Taymans  <wim@fluendo.com>
33826
33827         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33828         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33829         (gst_multipart_demux_plugin_init):
33830         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33831         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33832         (gst_multipart_mux_change_state):
33833         Small updates, fix a memleak
33834
33835 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33836
33837         * configure.ac: OSS portability
33838         * ext/arts/gst_arts.c: idem
33839         * sys/oss/gstosselement.c: idem
33840         * sys/oss/gstossmixer.c: idem
33841         * sys/oss/gstosssink.c: idem
33842         * sys/oss/gstosssrc.c: idem
33843         * sys/oss/oss_probe.c: idem
33844           - check for soundcard.h in different places for some BSD
33845
33846 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
33847
33848         * AUTHORS:
33849         Add me to the authors file
33850         * configure.ac:
33851         Increase the libdv requirement to >= version 0.100
33852         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33853         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
33854         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
33855         * ext/dv/gstdvdec.h:
33856         Add support for the new_media flag when sending DISCONT events
33857         Make the querying work when video pad is not linked
33858
33859 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33860
33861         reviewed by Benjamin Otte  <otte@gnome.org>
33862
33863         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
33864           create a NULL-initialized array of pads, so we don't think they
33865           exist already. (fixes #143130)
33866
33867 2004-06-07  Benjamin Otte  <otte@gnome.org>
33868
33869         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
33870         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
33871         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
33872           don't use // coments
33873
33874 2004-06-07  Benjamin Otte  <otte@gnome.org>
33875
33876         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
33877           cast to GstClockTime to get higher granularity
33878         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33879           use gst_element_set_time_delay to get the exact time
33880         * ext/mad/gstmad.c: (gst_mad_chain):
33881           use the negotiated rate instead of the current frame's rate which
33882           might be wrong because of bit errors. This avoids emitting totally
33883           bogus timestamps and screwing sync.
33884         (fixes #143454)
33885
33886 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33887
33888         reviewed by Benjamin Otte  <otte@gnome.org>
33889
33890         * gst/adder/gstadder.c: (gst_adder_loop):
33891           properly error out when no negotiation has happened yet. (fixes
33892           #143032)
33893
33894 2004-06-06  Benjamin Otte  <otte@gnome.org>
33895
33896         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33897           forward correctly transformed offset in discont events. Based on
33898           patch by Arwed v. Merkatz. (fixes #142851)
33899
33900 2004-06-06  David Schleef  <ds@schleef.org>
33901
33902         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
33903         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
33904         problems on several systems.
33905
33906 2004-06-06  Benjamin Otte  <otte@gnome.org>
33907
33908         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
33909           use explicit caps on the srcpad
33910         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33911           properly error out if caps couldn't be set (fixes #142764)
33912
33913 2004-06-06  Benjamin Otte  <otte@gnome.org>
33914
33915         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33916         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33917         (gst_alsa_start_audio):
33918           - don't call set_periods_integer anymore, it breaks the
33919           configuration randomly
33920           - call snd_pcm_hw_params_set_access directly instead of using masks
33921           - don't fail if the sw_params can't be set, just use the default
33922           params and hope it works. Alsalib has weird issues when you touch
33923           sw_params and does no proper error reporting about what failed.
33924         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33925         (gst_alsa_close_audio):
33926           make our alsa debugging go via gst debugging and not conditionally
33927           defined
33928         * ext/alsa/gstalsa.h:
33929           add ALSA_DEBUG_FLUSH macro
33930         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
33931         (plugin_init):
33932           wrap alsa errors to be printed via the gst debugging system and not
33933           spammed to stderr
33934
33935 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33936
33937         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
33938         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
33939         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
33940         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
33941         (qtdemux_parse_trak):
33942         * gst/qtdemux/qtdemux.h:
33943           Bitch. Also known as seeking, querying & co.
33944         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33945         (gst_osssink_change_state):
33946         * sys/oss/gstosssink.h:
33947           Resyncing is for weenies, this hack is no longer needed and was
33948           broken anyway (since it - unintendedly - always leaves resync to
33949           TRUE).
33950
33951 2004-06-05  Andrew Turner <zxombie@hotpop.com>
33952
33953         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
33954         * gst/tcp/gsttcpclientsrc.h: idem
33955           - define MSG_NOSIGNAL if not done
33956           - include unistd.h for off_t
33957           (fixes #143749)
33958
33959 2004-06-05  Benjamin Otte  <otte@gnome.org>
33960
33961         * configure.ac:
33962         * ext/kio/Makefile.am:
33963           check for qt's moc preprocessor explicitly and use it
33964
33965 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33966
33967         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
33968           don't get a signal for EPIPE on socket writes
33969           (somebody check if this works on other platforms)
33970
33971 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33972
33973         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33974         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33975           check error condition on available samples correctly
33976
33977 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33978
33979         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
33980           avoid a segfault
33981         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
33982         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
33983         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33984         (gst_tcpserversrc_gdp_read_header):
33985          use ssize_t over size_t since the former is signed and thus the
33986          check for error codes can work
33987
33988 2004-06-02  Wim Taymans  <wim@fluendo.com>
33989
33990         reviewed by: Johan
33991
33992         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33993         (gst_multipart_mux_loop):
33994         Oops
33995
33996 2004-06-02  Wim Taymans  <wim@fluendo.com>
33997
33998         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33999         (gst_multipart_mux_init), (gst_multipart_mux_loop),
34000         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34001         (gst_multipart_mux_change_state):
34002         Added configurable boundary specifier, added the value as a
34003         caps field as well.
34004
34005 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34006
34007         * gst/tcp/gsttcp.c:
34008         * gst/tcp/gsttcpclientsrc.c:
34009         * gst/tcp/gsttcpclientsrc.h:
34010         * gst/tcp/gsttcpserversrc.c:
34011           - portability fix, to compile on OSX
34012             (fixes #143146)
34013
34014         * sys/osxaudio/gstosxaudioelement.c:
34015         * sys/osxaudio/gstosxaudiosink.c:
34016         * sys/osxaudio/gstosxaudiosrc.c:
34017           - compilation warnings on OSX
34018             (fixes #143153)
34019
34020 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34021
34022         * ext/vorbis/vorbisdec.c : sign warning fixes
34023
34024         * gst-libs/gst/mixer/mixertrack.c :
34025           do no use defines which are glib 2.4 specific
34026
34027 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
34028
34029         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
34030           buffer since libflac doesn't expect it (reports a sync error when
34031           it encounters that)
34032
34033
34034 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
34035
34036         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
34037         * gst-libs/gst/mixer/mixertrack.c:
34038         (gst_mixer_track_get_property), (get_mixer_track_init),
34039         (get_mixer_track_get_property): Added property accessors
34040         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
34041         * gst-libs/gst/mixer/mixeroptions.c:
34042         (gst_mixer_options_get_values): Added
34043         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34044         * gst-libs/gst/mixer/mixer.c: Fixed comment
34045
34046
34047 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34048
34049         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34050           improve error messages on open
34051
34052
34053 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34054
34055         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34056           check if v4l-conf is in path
34057
34058 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34059
34060         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34061           change assert to a more readable error message
34062
34063 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34064
34065         * gst-libs/gst/tuner/tunerchannel.h:
34066           - add a freq_multiplicator field to make the conversion
34067             between internal frequency unit and Hz
34068         * sys/v4l/gstv4lelement.c:
34069         * sys/v4l2/gstv4l2element.c:
34070           - change default video device to /dev/video0
34071         * sys/v4l/v4l_calls.c:
34072         * sys/v4l2/v4l2_calls.c:
34073           - we only expose frequency to the user in Hz instead of
34074             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34075
34076 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34077         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34078           Initialise b_o_s and e_o_s variables
34079         * gst-libs/gst/riff/riff-media.c:
34080         (gst_riff_create_video_caps_with_data):
34081           Add some unusual fourcc's from mplayer avi's
34082         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34083           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34084           autoplugging.
34085
34086 2004-05-28  Wim Taymans  <wim@fluendo.com>
34087
34088         * configure.ac:
34089         * gst/alpha/Makefile.am:
34090         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34091         (gst_alpha_get_type), (gst_alpha_base_init),
34092         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34093         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34094         (gst_alpha_chroma_key), (gst_alpha_chain),
34095         (gst_alpha_change_state), (plugin_init):
34096         A plugin to add an alpha channel to I420 video. Can optionally do
34097         chroma keying.
34098         * gst/multipart/Makefile.am:
34099         * gst/multipart/multipart.c: (plugin_init):
34100         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34101         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34102         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34103         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34104         (gst_multipart_demux_change_state),
34105         (gst_multipart_demux_plugin_init):
34106         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34107         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34108         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34109         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34110         (gst_multipart_mux_pad_unlink),
34111         (gst_multipart_mux_request_new_pad),
34112         (gst_multipart_mux_handle_src_event),
34113         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34114         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34115         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34116         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34117         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34118         send multipart jpeg images to a browser.
34119         * gst/videobox/Makefile.am:
34120         * gst/videobox/README:
34121         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34122         (gst_video_box_get_type), (gst_video_box_base_init),
34123         (gst_video_box_class_init), (gst_video_box_init),
34124         (gst_video_box_set_property), (gst_video_box_get_property),
34125         (gst_video_box_sink_link), (gst_video_box_i420),
34126         (gst_video_box_ayuv), (gst_video_box_chain),
34127         (gst_video_box_change_state), (plugin_init):
34128         Crops or adds borders around an image. can do alpha channel
34129         borders as well.
34130         * gst/videomixer/Makefile.am:
34131         * gst/videomixer/README:
34132         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34133         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34134         (gst_videomixer_pad_get_sink_event_masks),
34135         (gst_videomixer_pad_get_property),
34136         (gst_videomixer_pad_set_property),
34137         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34138         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34139         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34140         (gst_videomixer_base_init), (gst_videomixer_class_init),
34141         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34142         (gst_videomixer_handle_src_event),
34143         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34144         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34145         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34146         (gst_videomixer_loop), (gst_videomixer_get_property),
34147         (gst_videomixer_set_property), (gst_videomixer_change_state),
34148         (plugin_init):
34149         Generic video mixer plugin, can handle multiple inputs all with
34150         different framerates and video sizes. Is fully alpha channel
34151         aware.
34152
34153 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34154
34155         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34156           Select first track as master track. Not sure how else to handle
34157           that...
34158         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34159           Discard discont events. Should fix #142962.
34160
34161 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34162
34163         * ext/alsa/Makefile.am:
34164         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34165         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34166         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34167         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34168         (gst_alsa_mixer_get_option):
34169         * ext/alsa/gstalsamixer.h:
34170         * ext/alsa/gstalsamixeroptions.c:
34171         (gst_alsa_mixer_options_get_type),
34172         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34173         (gst_alsa_mixer_options_new):
34174         * ext/alsa/gstalsamixeroptions.h:
34175         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34176         * ext/alsa/gstalsamixertrack.h:
34177           Add enumerations (as GstMixerOptions). Make correct distinction
34178           between input/output tracks. Add capture/playback private flag.
34179           Use flag to decide on whether to set capture or playback volumes
34180           or switches. Use playback and record switches.
34181         * gst-libs/gst/mixer/Makefile.am:
34182         * gst-libs/gst/mixer/mixer-marshal.list:
34183         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34184         (gst_mixer_set_option), (gst_mixer_get_option),
34185         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34186         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34187         * gst-libs/gst/mixer/mixer.h:
34188         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34189         (gst_mixer_options_class_init), (gst_mixer_options_init),
34190         (gst_mixer_options_dispose):
34191         * gst-libs/gst/mixer/mixeroptions.h:
34192           Add GstMixerOptions.
34193         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34194           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34195           broken device detection on computers with multiple OSS sound
34196           cards.
34197
34198 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34199
34200         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34201           fixate nicely even when the peer is not negotiating
34202
34203 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34204
34205         * gst/audioconvert/gstaudioconvert.c:
34206         (gst_audio_convert_parse_caps):
34207           make sure we don't allow depth > width
34208         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34209           fixate endianness to G_BYTE_ORDER as default
34210         * gst/audioscale/gstaudioscale.c:
34211           we don't handle another endianness as host-endianness
34212
34213 2004-05-25  David Schleef  <ds@schleef.org>
34214
34215         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34216
34217 2004-05-24  Benjamin Otte  <otte@gnome.org>
34218
34219         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34220         (gst_oggvorbisenc_setup):
34221           properly fail when we can't setup the vorbis encoder due to
34222           unsupported settings
34223         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34224         (gst_vorbisenc_setup):
34225           same
34226         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34227           fix case where warnings occured when one pad was unlinked while the
34228           other's link function was called
34229
34230 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34231
34232         * gst/tcp/Makefile.am:
34233           use GST_ENABLE_NEW
34234
34235 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34236
34237         * gst-libs/gst/resample/private.h:
34238           don't use optimizations that are #if 0'ed
34239
34240 2004-05-24  Wim Taymans  <wim@fluendo.com>
34241
34242         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34243         Fix potential division by zero error and hopefully get
34244         the position query right to get correct timestamps on avi
34245         audio.
34246
34247 2004-05-24  Wim Taymans  <wim@fluendo.com>
34248
34249         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34250         (gst_videoscale_scale_nearest_str2),
34251         (gst_videoscale_scale_nearest_str4),
34252         (gst_videoscale_scale_nearest_32bit),
34253         (gst_videoscale_scale_nearest_24bit),
34254         (gst_videoscale_scale_nearest_16bit):
34255         Fix the scaling algorithm and avoid a buffer overflow.
34256         removed the while loop in the scaling function as it
34257         was used for point sampling only.
34258
34259 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34260
34261         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34262         (gst_id3_tag_class_init), (gst_id3_tag_init),
34263         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34264         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34265         (gst_id3_tag_send_tag_event):
34266           lots of fixes to make id3mux work and id3demux work correctly
34267
34268 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34269
34270         * ext/Makefile.am:
34271           add rules to build shout2send (was removed by accident
34272           when this module was no more marked experimental/broken)
34273
34274 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34275
34276         * ext/shout2/gstshout2.c:
34277         * ext/shout2/gstshout2.h:
34278           adding a "connection problem" signal to shout2send
34279           (fixes #142954)
34280
34281 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34282
34283         * ext/kio/kioreceiver.cpp:
34284         * ext/kio/kioreceiver.h:
34285           fix sign comparison issues
34286
34287 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34288
34289         * gst/cdxaparse/gstcdxaparse.c:
34290         * gst/cdxaparse/gstcdxaparse.h:
34291           some renaming
34292           add some checks/sanity
34293           prepare for seek addition
34294
34295         * sys/sunaudio/gstsunaudio.c:
34296           remove exported dupe init function
34297
34298 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34299
34300         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34301         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34302           Fix format conversion and position querying.
34303         * gst/debug/progressreport.c: (gst_progressreport_report):
34304           Don't output a bogus total value that we didn't query.
34305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34306           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34307           only a blank window after xine has been used.
34308
34309 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34310
34311         * m4/as-arts.m4:
34312           sync with upstream version to fix test on FC2
34313           readd with -ko to preserve Id header
34314
34315 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34316
34317         * configure.ac:
34318           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34319         * gst/tcp/gsttcpclientsrc.c: idem
34320         * gst/tcp/gsttcpserversink.c: idem
34321         * gst/tcp/gsttcpserversrc.c: idem
34322         * m4/gst-fionread.m4: idem
34323
34324         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34325
34326         * configure.ac: enable speex plugin for speex 1.1.5+
34327         * ext/speex/gstspeexenc.c: fix cast warning
34328
34329         * ext/esd/README: fix typo
34330
34331 2004-05-20  David Schleef  <ds@schleef.org>
34332
34333         * configure.ac: Minor cosmetic change to convince the buildbot to
34334         reautogen.
34335         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34336         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34337         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34338         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34339         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34340         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34341         More hacking.  Plays audio now.
34342
34343 2004-05-20  David Schleef  <ds@schleef.org>
34344
34345         * configure.ac:
34346         * sys/Makefile.am:
34347
34348 2004-05-20  David Schleef  <ds@schleef.org>
34349
34350         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34351         * sys/osxaudio/gstosxaudio.c:
34352         * sys/osxaudio/gstosxaudioelement.c:
34353         * sys/osxaudio/gstosxaudioelement.h:
34354         * sys/osxaudio/gstosxaudiosink.c:
34355         * sys/osxaudio/gstosxaudiosink.h:
34356         * sys/osxaudio/gstosxaudiosrc.c:
34357         * sys/osxaudio/gstosxaudiosrc.h:
34358
34359 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34360
34361         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34362         (gst_vorbisenc_chain):
34363           put the codec headers on the caps as streamheader as well as
34364           pushing them out
34365
34366 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34367
34368         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34369         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34370         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34371         split up push_packet into two functions
34372
34373 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34374
34375         * gst/tcp/.cvsignore:
34376           ignore enums
34377         * gst/tcp/Makefile.am:
34378         * gst/tcp/README:
34379         * gst/tcp/gsttcp.c:
34380         * gst/tcp/gsttcp.h:
34381         * gst/tcp/gsttcpclientsink.c:
34382         * gst/tcp/gsttcpclientsink.h:
34383         * gst/tcp/gsttcpclientsrc.c:
34384         * gst/tcp/gsttcpclientsrc.h:
34385         * gst/tcp/gsttcpplugin.c:
34386         * gst/tcp/gsttcpserversink.c:
34387         * gst/tcp/gsttcpserversink.h:
34388         * gst/tcp/gsttcpserversrc.c:
34389         * gst/tcp/gsttcpserversrc.h:
34390           add new tcp elements
34391
34392 2004-05-19  Wim Taymans  <wim@fluendo.com>
34393
34394         * gst/law/mulaw-conversion.c: (mulaw_encode):
34395         Fix overflow bug in ulaw encoding.
34396
34397 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34398
34399         * ext/mad/gstmad.c: (gst_mad_handle_event):
34400           don't unref the event twice
34401
34402 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34403
34404         * configure.ac:
34405           remove -Wno-sign-compare
34406
34407 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34408
34409         * configure.ac:
34410           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34411           if you want to work against glib 2.2 and 2.4
34412
34413 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34414
34415         * gst/tcp/Makefile.am:
34416         * gst/tcp/gsttcp.c:
34417         * gst/tcp/gsttcp.h:
34418         * gst/tcp/gsttcpsink.h:
34419         * gst/tcp/gsttcpsrc.h:
34420           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34421
34422 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34423
34424         * gst/debug/tests.c: (md5_get_value):
34425           fix segfault on gst-inspect
34426
34427 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34428
34429         * gst/debug/testplugin.c:
34430         * gst/debug/tests.c:
34431         * gst/debug/tests.h:
34432           add new extensible and configurable testing element. Current tests
34433           include buffer count, stream length, timestamp/duration matching and
34434           md5.
34435         * gst/debug/Makefile.am:
34436         * gst/debug/gstdebug.c: (plugin_init):
34437           add infrastructure for new element
34438
34439 2004-05-19  Johan Dahlin  <johan@gnome.org>
34440
34441         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34442         ending of the array. Fixes gst-inspect segfault on ppc.
34443
34444 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34445
34446         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34447
34448         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34449
34450 2004-05-18  David Schleef  <ds@schleef.org>
34451
34452         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34453         warnings (bugs, actually) noticed by gcc but not forte.
34454
34455 2004-05-18  David Schleef  <ds@schleef.org>
34456
34457         * sys/sunaudio/Makefile.am:
34458         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34459
34460 2004-05-18  David Schleef  <ds@schleef.org>
34461
34462         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34463         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34464         to allow qtdemux to use non-seekable streams. (bug #142272)
34465
34466 2004-05-18  David Schleef  <ds@schleef.org>
34467
34468         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34469         (gst_resample_sinc_ft_float): Remove use of static temporary
34470         buffer.  This code was obviously not supposed to last long, but
34471         it's stuck in our ABI, so it required a little hack to make it
34472         ABI-compatible.  Fixes #142585.
34473         * gst-libs/gst/resample/resample.h: same.
34474
34475 2004-05-18  David Schleef  <ds@schleef.org>
34476
34477         * configure.ac: Add sunaudio
34478         * examples/Makefile.am: make gstplay depend on gconf
34479         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34480         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34481         (convert_table_lookup), (img_convert): remove c99-isms
34482         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34483           unsigned, to fix a warning on Solaris
34484         * gst/mpeg1sys/systems.c: bcopy->memcpy
34485         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34486         * sys/Makefile.am: Add sunaudio
34487
34488 2004-05-18  Wim Taymans  <wim@fluendo.com>
34489
34490         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34491         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34492         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34493         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34494         (gst_ogg_mux_loop):
34495         Fix an ugly memleak where the muxer didn't flush enough ogg
34496         pages. This also resulted in badly muxed ogg files.
34497
34498 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34499
34500         * gst/asfdemux/asfheaders.c :
34501         * gst/asfdemux/asfheaders.h :
34502         * gst/asfdemux/gstasfdemux.c :
34503           - fix ASF_OBJ_PADDING guid
34504           - add 3 new object guids (language list, metadata,
34505             extended stream properties)
34506           - add a function to parse extended header objects
34507
34508 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34509
34510         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34511           remove leftover debugging g_print
34512
34513 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34514
34515         * ext/mad/gstmad.c: (gst_mad_handle_event):
34516           Fix for when the first format in a discont event is not a
34517           byte-based one. Should fix #137710.
34518
34519 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34520
34521         * m4/a52.m4 : fix compilation with -Wall -Werror
34522         * m4/libfame.m4 : idem
34523         * m4/libmikmod.m4 : idem
34524
34525 2004-05-17  Benjamin Otte  <otte@gnome.org>
34526
34527         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34528           signal the new tags before giving up the reference
34529
34530 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34531
34532         * ext/shout2/gstshout2.c:
34533           use application/ogg instead of application/x-ogg (patch by Patrick
34534           Guimond, fixes #142432)
34535         * sys/oss/gstosselement.c: (gst_osselement_reset),
34536         (gst_osselement_sync_parms):
34537           don't set fragment size unless specified (fixes #142493)
34538
34539 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34540
34541         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34542           fixes #142664
34543
34544 2004-05-17  Benjamin Otte  <otte@gnome.org>
34545
34546         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34547           compute offsets correctly for internal buffers so timestamps are set
34548           correctly when we can't seek. Also handle cases where there are no
34549           offsets. (based on a patch by David Moore, fixes #142507)
34550
34551 2004-05-17  Benjamin Otte  <otte@gnome.org>
34552
34553         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34554           use correct variable when determining amount of data to skip so we
34555           don't skip into the void and segfault
34556
34557 2004-05-16  Benjamin Otte  <otte@gnome.org>
34558
34559         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34560           Hi, I'm a memleak
34561
34562 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34563
34564         * gst/asfdemux/gstasfdemux.c:
34565           - fix a mem leak and always propagate tags
34566           - add WMV3 to known video codecs (but no decoder yet)
34567           - replace "surplus data" at end of audio header for what
34568             it is : codec specific data
34569           - fix a typo
34570
34571 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34572
34573         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34574
34575         * gst-libs/gst/audio/audioclock.c:
34576           Fix wrong return type (#142205).
34577
34578 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34579
34580         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34581           Ignore CRCs by default (fixes #142566).
34582
34583 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34584
34585         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34586         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34587         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34588         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34589         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34590         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34591           Fix for cases where we fail to attach to a mixer.
34592
34593 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34594
34595         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34596           Don't touch events after not owning them anymore.
34597         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34598         (gst_wavparse_fmt), (gst_wavparse_other),
34599         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34600         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34601         (gst_wavparse_srcpad_event):
34602         * gst/wavparse/gstwavparse.h:
34603           Add seeking, fix querying.
34604
34605 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34606
34607         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34608           - process comments even if they don't end with \0\0
34609             g_convert would ignore them if present and works well without them
34610
34611 2004-05-16  Benjamin Otte  <otte@gnome.org>
34612
34613         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34614           simplify caps
34615
34616 2004-05-16  Benjamin Otte  <otte@gnome.org>
34617
34618         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34619           don't write to memory we might not write to - g_convert does that
34620           for us anyway (fixes #142613)
34621         (gst_asf_demux_audio_caps):
34622           comment out gst_util_dump_mem
34623
34624 2004-05-16  Benjamin Otte  <otte@gnome.org>
34625
34626         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34627           compute correct expected timestamps after seek (broken since
34628           last commit)
34629         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34630           rename element and debugging category to gdkpixbufscale
34631
34632 2004-05-16  Benjamin Otte  <otte@gnome.org>
34633
34634         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34635           add error checking to snd_pcm_delay and remove duplicate call to
34636           snd_pcm_delay that caused issues (see inline code comments)
34637         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34638           make more readable and fix return value when snd_pcm_delay fails
34639         (fixes #142586)
34640
34641 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34642         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34643         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34644         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34645         (gst_pixbufscale_link), (gst_pixbufscale_init),
34646         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34647         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34648         (gst_pixbufscale_get_property), (pixbufscale_init):
34649         * ext/gdk_pixbuf/pixbufscale.h:
34650         Add these files I forgot earlier
34651
34652 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34653         * ext/gdk_pixbuf/Makefile.am:
34654         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34655         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34656         Add new pixbufscale element to scale RGB video
34657         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34658         and HYPER interpolation correctly.
34659         * ext/theora/theoraenc.c: (theora_enc_chain),
34660         Discard buffer and return if explicit caps could not be set
34661         (theora_enc_get_property):
34662         Make _get return kbps for the bitrate consistent with
34663         the _set function.
34664
34665
34666 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34667
34668         * ext/libvisual/visual.c: (gst_visual_chain):
34669           add missing visual_audio_analyze
34670
34671 2004-05-14  David Schleef  <ds@schleef.org>
34672
34673         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34674         is killed while we're playing.
34675         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34676         gst_element_no_more_pads().
34677
34678 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34679
34680         * gst-libs/gst/riff/riff-read.c :
34681           - fix INFO tag extraction in RIFF/AVI files
34682             because gst_event_unref (event) also freed taglist
34683           - avoid a mem leak
34684
34685 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34686
34687         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34688         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34689
34690         * gst/auparse/gstauparse.c :
34691           - add code (commented for now) to support audio/x-adpcm on src pad
34692             (we have no decoder for those layout yet)
34693
34694         * gst/cdxaparse/gstcdxaparse.c :
34695         * gst/cdxaparse/gstcdxaparse.h :
34696           - partial rewrite using RiffRead (ripped iain's wavparse code)
34697
34698         * gst/rtp/gstrtpL16enc.c : typo
34699         * gst/rtp/gstrtpgsmenc.c : typo
34700
34701 2004-05-13  Benjamin Otte  <otte@gnome.org>
34702
34703         * configure.ac:
34704           check for exact version of libvisual, it's not supposed to be
34705           API/ABI stable yet
34706
34707 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34708
34709         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34710           signal no-more-pads
34711
34712 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34713
34714         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34715         Report which format was used for GST_FORMAT_DEFAULT
34716         * gst/debug/Makefile.am:
34717         * gst/debug/gstdebug.c: (plugin_init):
34718         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34719         (gst_progressreport_class_init), (gst_progressreport_init),
34720         (gst_progressreport_report), (gst_progressreport_set_property),
34721         (gst_progressreport_get_property), (gst_progressreport_chain),
34722         (gst_progressreport_plugin_init):
34723         Add progressreport element for testing.
34724
34725 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34726
34727         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34728         * sys/v4l/gstv4lsrc.h:
34729         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34730         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34731         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34732         (gst_v4lsrc_grab_frame):
34733           add more debugging
34734           send a discont at start
34735
34736 2004-05-12  Colin Walters  <walters@redhat.com>
34737
34738         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34739         inflooping if we can't find a chunk.  Or in other words, don't blow
34740         chunks if we don't have a chunk to blow.
34741
34742 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34743         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34744         Remove old debug output
34745         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34746         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34747         (gst_dvdec_set_property), (gst_dvdec_get_property):
34748         Change the quality setting to an enum, so it works from gst-launch
34749         Don't renegotiate a non-linked pad. Allows audio only decoding.
34750         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34751         (gst_deinterlace_link), (gst_deinterlace_init):
34752         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34753         (gst_videodrop_link):
34754         Some caps negotiation fixes
34755
34756 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34757
34758         * ext/tarkin/gsttarkin.c :
34759           - Change RANK from NONE to PRIMARY
34760         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34761           - Change RANK from NONE to MARGINAL
34762         * ext/divx/gstdivxenc.c :
34763           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34764
34765 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34766
34767         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34768         (gst_vorbisenc_push_packet):
34769           copy a function that was added between 1.0 and 1.0.1 until we
34770           depend on worthwhile features of post-1.0
34771
34772 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34773
34774         * configure.ac:
34775           enable shout2 by default
34776         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34777         (gst_shout2send_base_init), (gst_shout2send_init),
34778         (gst_shout2send_connect), (gst_shout2send_change_state):
34779         * ext/shout2/gstshout2.h:
34780           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34781           #142262)
34782         * ext/theora/theora.c: (plugin_init):
34783           don't set rank on encoders
34784
34785 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34786
34787         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34788           Use codec_data property instead of flag1 and flag2 for wma
34789
34790 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34791
34792         * gst/cdxaparse/gstcdxaparse.c :
34793           - Add mpegversion to CAPS to make it link
34794           - Rank is as GST_RANK_SECONDARY instead of NONE
34795         * gst/auparse/gstauparse.c :
34796           - Document all audio encoding we can encounter from Solaris 9
34797             headers and libsndfile information.
34798           - Increase max. rate from 48000 to 192000 (to match other elements)
34799           - Don't try to play junk data between header and samples
34800
34801 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34802
34803         * ext/libvisual/visual.c: (gst_visual_getcaps):
34804           use the right caps depending on endianness (I hope)
34805         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34806           use GST_RANK_NONE for all non-decoding elements or spider gets
34807           mighty confused
34808
34809 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34810
34811         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34812           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34813
34814 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34815
34816         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34817         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34818         (gst_switch_loop), (gst_switch_get_type):
34819           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34820           HEADERS. Had to be said.
34821
34822 2004-05-10  David Schleef  <ds@schleef.org>
34823
34824         * configure.ac: Add prototype Dirac support.
34825         * ext/Makefile.am:
34826         * ext/dirac/Makefile.am:
34827         * ext/dirac/gstdirac.cc:
34828         * ext/dirac/gstdiracdec.cc:
34829
34830 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34831
34832         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34833         (gst_auparse_init), (gst_auparse_chain),
34834         (gst_auparse_change_state):
34835           Hack around spider. Remove me some day please.
34836
34837 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34838
34839         * gst/auparse/gstauparse.c: (gst_auparse_chain):
34840           Fix for some uninitialized variables in previous patch, also
34841           makes it work. Fixes #142286 while we're at it.
34842
34843 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34844
34845         * gst/auparse/gstauparse.c:
34846                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
34847                 only unsupported formats are ADPCM/CCITT G.72x
34848                 reviewed by Ronald
34849         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
34850
34851 2004-05-10  Wim Taymans  <wim@fluendo.com>
34852
34853         * ext/vorbis/Makefile.am:
34854         * ext/vorbis/README:
34855         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
34856         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
34857         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
34858         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
34859         (gst_oggvorbisenc_convert_sink),
34860         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
34861         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
34862         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
34863         (get_constraints_string), (update_start_message),
34864         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
34865         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
34866         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
34867         * ext/vorbis/oggvorbisenc.h:
34868         * ext/vorbis/vorbis.c: (plugin_init):
34869         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
34870         (raw_caps_factory), (gst_vorbisenc_class_init),
34871         (gst_vorbisenc_init), (gst_vorbisenc_setup),
34872         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
34873         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
34874         * ext/vorbis/vorbisenc.h:
34875         Added a raw vorbis encoder to be used with the oggmuxer.
34876         We still need the old encoder for some gnome applications,
34877         read the README to find out how that works.
34878         The raw encoder is called "rawvorbisenc" until 0.9.
34879
34880 2004-05-10  Wim Taymans  <wim@fluendo.com>
34881
34882         * ext/ogg/gstogg.c: (plugin_init):
34883         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
34884         (gst_ogg_print):
34885         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
34886         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
34887         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
34888         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
34889         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
34890         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
34891         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
34892         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
34893         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
34894         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
34895         Added an ogg muxer.
34896         Small typo fixes in the demuxer.
34897
34898 2004-05-10  Wim Taymans  <wim@fluendo.com>
34899
34900         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34901         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34902         (theora_enc_change_state), (theora_enc_set_property),
34903         (theora_enc_get_property):
34904         Mark the last packet with an EOS flag which is not really needed
34905         in gstreamer.
34906         Do some better video framerate initialisation.
34907         Update the buffer timestamp.
34908
34909 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
34910
34911         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
34912         Return the result of the parent state change call
34913
34914 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34915
34916         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
34917         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
34918         * gst/law/alaw-encode.c : (idem)
34919         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
34920         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
34921         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
34922
34923 2004-05-09  Benjamin Otte  <otte@gnome.org>
34924
34925         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34926           don't use a fixed buffer size when writing variable length data to
34927           it. Fixes memory corruption and makes alsasrc work
34928
34929 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34930
34931         * ext/gnomevfs/gstgnomevfssink.c:
34932         (_gst_boolean_allow_overwrite_accumulator),
34933         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
34934           Run glib's default signal handler (??) in RUN_CLEANUP rather than
34935           RUN_LAST, and don't use that to set the accumulator value because
34936           then it's always FALSE.
34937
34938 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34939
34940         * gst-libs/gst/riff/riff-media.c:
34941         (gst_riff_create_video_caps_with_data),
34942         (gst_riff_create_audio_caps),
34943         (gst_riff_create_audio_template_caps):
34944         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34945           Fix for unaligned RIFF files (i.e. where all the chunks together
34946           in a LIST chunk are not of the same size as the size given in
34947           the LIST chunk header). Fixes several odd WAVE files. Also fix
34948           ADPCM (block_align property) in audio, so that wavparse based
34949           on this works now as it used to stand-alone.
34950
34951 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
34952
34953         reviewed by Benjamin Otte  <otte@gnome.org>
34954
34955         * ext/a52dec/gsta52dec.c:
34956         * ext/divx/gstdivxdec.c:
34957         * ext/divx/gstdivxenc.c:
34958         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
34959         * ext/faac/gstfaac.c: (gst_faac_base_init):
34960         * ext/faad/gstfaad.c: (gst_faad_base_init):
34961         * ext/ivorbis/vorbisfile.c:
34962         * ext/lame/gstlame.c:
34963         * ext/libfame/gstlibfame.c:
34964         * ext/mpeg2enc/gstmpeg2enc.cc:
34965         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
34966         * ext/sidplay/gstsiddec.cc:
34967         * ext/speex/gstspeexdec.c:
34968         * ext/speex/gstspeexenc.c:
34969         * ext/xvid/gstxviddec.c:
34970         * ext/xvid/gstxvidenc.c:
34971           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
34972           (fixes #142193)
34973
34974 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34975
34976         * ext/alsa/gstalsa.c: (device_list),
34977         (gst_alsa_class_probe_devices):
34978         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
34979           Fix alsa oddness in mixer after the combination of using mixer
34980           in source/sink elements and using hw:x,y instead of just hw:x.
34981
34982 2004-05-09  Benjamin Otte  <otte@gnome.org>
34983
34984         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
34985         (gst_wavparse_create_sourcepad):
34986           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
34987           sourcepads
34988
34989 2004-05-09  Benjamin Otte  <otte@gnome.org>
34990
34991         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34992           allow discont events before caps nego
34993
34994 2004-05-08  Benjamin Otte  <otte@gnome.org>
34995
34996         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34997           don't leak events
34998
34999 2004-05-08  Benjamin Otte  <otte@gnome.org>
35000
35001         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
35002         (gst_level_change_state), (gst_level_init):
35003         * gst/level/gstlevel.h:
35004           figure out if we're initialized directly instead of keeping a
35005           variable that's wrong in 90% of cases
35006           don't initialize pads and then leak them and use a new unitialized
35007           pad. (fixes #142084)
35008           these were bugs so n00bish I didn't find them for an hour :/
35009
35010 2004-05-08 Iain <iain@prettypeople.org>
35011
35012         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
35013         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
35014         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
35015         return the length that was read.
35016         (gst_riff_read_strf_auds): Allow fmt tags as well.
35017
35018 2004-05-07  David Schleef  <ds@schleef.org>
35019
35020         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
35021         signed char assumption in faad.h.
35022
35023 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35024
35025         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
35026           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
35027
35028 2004-05-07  Colin Walters  <walters@redhat.com>
35029
35030         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
35031         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
35032         function.
35033         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
35034         Add dispose function.
35035
35036 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
35037         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
35038           Fix caps nego and pad templates. RGB mode caps should
35039           work now.
35040         * ext/dvdnav/gst-dvd:
35041           Move mpeg2dec inside the thread because otherwise the
35042           queue rejects cap changes mid-stream
35043         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35044         (gst_mpeg2dec_flush_decoder):
35045           For mpeg2dec > 0.4.0, call the flush function instead of
35046           manually extracting all in-flight frames.
35047         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35048         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35049           Change mime type video/dv go video/x-dv to match the
35050           rest of gst-plugins
35051
35052 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35053
35054         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35055         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35056         (gst_alsa_sink_class_init):
35057         * ext/alsa/gstalsasink.h:
35058         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35059         (gst_alsa_src_class_init):
35060         * ext/alsa/gstalsasrc.h:
35061           Make alsasink/src a subclass of alsamixer so that mixer stuff
35062           shows up in gst-rec. Needs some finetuning.
35063
35064 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35065
35066         * ext/lame/gstlame.c: (gst_lame_chain):
35067           simplify
35068         * ext/mad/gstmad.c: (gst_mad_handle_event):
35069           fix event leak
35070         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35071           be able to detect mp3 files < 4096 bytes
35072
35073 2004-05-06  Wim Taymans  <wim@fluendo.com>
35074
35075         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35076         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35077         (theora_enc_set_property), (theora_enc_get_property):
35078         Also encode the first frame, cleanup some code.
35079
35080 2004-05-06  Wim Taymans  <wim@fluendo.com>
35081
35082         * ext/mpeg2enc/gstmpeg2enc.cc:
35083         Forward events first before deciding that negotiation was
35084         not performed.
35085
35086 2004-05-06  Wim Taymans  <wim@fluendo.com>
35087
35088         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35089         First process the events before deciding that negotiation
35090         was not performed.
35091
35092 2004-05-06  Wim Taymans  <wim@fluendo.com>
35093
35094         * ext/theora/Makefile.am:
35095         * ext/theora/theora.c: (plugin_init):
35096         * ext/theora/theoradec.c: (theora_dec_change_state):
35097         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35098         (gst_theora_enc_class_init), (gst_theora_enc_init),
35099         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35100         (theora_enc_chain), (theora_enc_change_state),
35101         (theora_enc_set_property), (theora_enc_get_property):
35102         Added a theora encoder, grouped the encoder and decoder into the
35103         same plugin.
35104
35105 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35106
35107         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35108         (gst_jpegenc_chain):
35109         fix DURATION on outgoing buffers
35110         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35111         debug using time formats
35112         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35114         (gst_xvimagesink_sink_link):
35115         windows with width/height 0 generate X errors, so don't allow them
35116
35117 2004-05-05  Wim Taymans  <wim@fluendo.com>
35118
35119         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35120         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35121         (gst_mpeg2dec_negotiate_format):
35122         * ext/mpeg2dec/gstmpeg2dec.h:
35123           removed the static pad template so that we can add the
35124           more accurate framerate value to the caps.
35125
35126
35127 2004-05-04  Benjamin Otte  <otte@gnome.org>
35128
35129         * configure.ac:
35130           check for kdemacros.h, too (should fix #141821)
35131         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35132           don't crash if no header was sent, but nicely error out (fixes part
35133           of #141554)
35134
35135 2004-05-04  Wim Taymans  <wim@fluendo.com>
35136
35137         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35138         parent dispose function to avoid segfault on destroy.
35139
35140 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35141
35142         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35143         (plugin_init):
35144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35145         (gst_xvimagesink_sink_link):
35146         clean up debugging caps
35147         also recreate xvimage when format has changed
35148
35149 2004-05-04  Benjamin Otte  <otte@gnome.org>
35150
35151         * ext/libvisual/Makefile.am:
35152         * ext/libvisual/visual.c: (gst_visual_class_init),
35153         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35154         (gst_visual_srclink), (gst_visual_chain),
35155         (gst_visual_change_state), (plugin_init):
35156           use a GstAdapter to correctly adapt buffer sizes - allows using a
35157           framerate
35158
35159 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35160
35161         * sys/v4l/gstv4lelement.h:
35162         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35163         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35164         (gst_v4lsrc_buffer_free):
35165         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35166         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35167         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35168         (gst_v4lsrc_requeue_frame):
35169         move some debugging categories around
35170         query for fps index and set accordingly if found
35171
35172 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35173
35174         * ext/lame/gstlame.c:
35175         correct defaults that lame_init puts out of range
35176
35177 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35178
35179         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35180         (gst_divxenc_class_init):
35181         fix range since -1 is the default
35182         * gst/mpeg1sys/gstmpeg1systemencode.c:
35183         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35184         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35185         (gst_rtjpegdec_chain):
35186         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35187         (gst_rtjpegenc_chain):
35188         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35189         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35190         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35191         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35192         * sys/v4l/gstv4lsrc.c:
35193         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35194         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35195         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35196         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35197         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35198           remove gst_info calls
35199
35200 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35201
35202         * Makefile.am:
35203         * po/af.po:
35204         * po/az.po:
35205         * po/en_GB.po:
35206         * po/nl.po:
35207         * po/sr.po:
35208         * po/sv.po:
35209           Updated translations
35210
35211 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35212
35213         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35214           refactor/comment code
35215
35216 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35217
35218         * gst/asfdemux/Makefile.am:
35219         * gst/asfdemux/asfheaders.c:
35220         * gst/asfdemux/asfheaders.h:
35221         * gst/asfdemux/gstasf.c: (plugin_init):
35222         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35223         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35224         (gst_asf_demux_setup_pad):
35225         * gst/asfdemux/gstasfdemux.h:
35226         * gst/asfdemux/gstasfmux.c:
35227         * gst/asfdemux/gstasfmux.h:
35228           Add tagging support to demuxer, split out registration in its own
35229           file instead of in demux (hacky), and prevent having some tables
35230           in our memory multiple times (in asfheaders.h).
35231
35232 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35233
35234         * gst/matroska/matroska-demux.c:
35235         (gst_matroska_demux_parse_metadata):
35236         * gst/matroska/matroska-ids.h:
35237           Basic tag reading support.
35238
35239 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35240
35241         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35242           Really detect ac-3 audio.
35243         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35244           really detect matroska files (off-by-1).
35245
35246 2004-04-30  David Schleef  <ds@schleef.org>
35247
35248         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35249         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35250         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35251         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35252         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35253         hackage -- parse a lot more atoms, extract a few tags.  One might even
35254         mistake this for tag support.  Maybe it is.
35255         * gst/qtdemux/qtdemux.h:
35256
35257 2004-04-30  Colin Walters  <walters@verbum.org>
35258
35259         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35260
35261 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35262
35263         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35264         (gst_ffmpegcolorspace_getcaps):
35265           remove broken nego fix
35266
35267 2004-04-30  Benjamin Otte  <otte@gnome.org>
35268
35269         * configure.ac:
35270         * ext/Makefile.am:
35271         * ext/libvisual/Makefile.am:
35272         * ext/libvisual/visual.c:
35273           add initial support for libvisual (http://libvisual.sourceforge.net)
35274           libvisual is still quite alpha, so expect crashes in there :)
35275
35276 2004-04-29  David Schleef  <ds@schleef.org>
35277
35278         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35279         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35280         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35281         code; you will no longer respect me.
35282
35283 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35284
35285         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35286         * ext/alsa/gstalsa.h :
35287         change alsa pcm device discovery to find more than 1 device
35288         per card. code review by Ronald.
35289
35290 2004-04-29  David Schleef  <ds@schleef.org>
35291
35292         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35293         Add a check for a driver bug on FreeBSD.  (bug #140565)
35294
35295 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35296
35297         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35298         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35299         (gst_jpegenc_getcaps):
35300           move format setting to inner loop
35301         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35302         (gst_ffmpegcolorspace_getcaps):
35303           use GST_PAD_CAPS if available so that we use already negotiated
35304           caps
35305         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35306         (qtdemux_parse_moov), (qtdemux_parse):
35307           extra debugging
35308         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35309         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35310           move hardcoded path to DEFINE
35311
35312 2004-04-28  David Schleef  <ds@schleef.org>
35313
35314         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35315         (bug #140064)
35316
35317 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35318
35319         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35320           Don't probe for playback device if we're a source element. Fixes
35321           #139658.
35322
35323 2004-04-29  Benjamin Otte  <otte@gnome.org>
35324
35325         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35326         (gst_id3_tag_chain):
35327           rewrite buffer offset
35328
35329 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35330
35331         * configure.ac:
35332         * ext/Makefile.am:
35333         * ext/dts/Makefile.am:
35334         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35335         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35336         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35337         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35338         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35339         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35340         (plugin_init):
35341         * ext/dts/gstdtsdec.h:
35342           New DTS decoder.
35343         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35344         (gst_faad_srcconnect):
35345           Add ESDS atom handling (.m4a).
35346
35347 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35348
35349         * ext/divx/gstdivxdec.c: (plugin_init):
35350           Remove comment that makes no sense.
35351         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35352           Fix for obvious typo that resulted in warnings during gst-register.
35353         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35354         (gst_xviddec_sink_link):
35355           Fix caps negotiation a bit better.
35356         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35357           We call this 'codec_data', not 'esds'.
35358
35359 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35360
35361         * gst/monoscope/gstmonoscope.c:
35362           make sure we only provide 256x128
35363         * gst/monoscope/monoscope.c: (monoscope_init):
35364           assert size of 256x128
35365
35366 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35367
35368         * Makefile.am:
35369         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35370         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35371           fixate to max width and height of device
35372
35373 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35374
35375         * Makefile.am:
35376         * sys/v4l/gstv4l.c:
35377         * sys/v4l/gstv4lsrc.c:
35378         * sys/v4l/v4l_calls.c:
35379         * sys/v4l/v4lsrc_calls.c:
35380           fix for qc-usb driver which fakes having more than one buffer
35381           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35382           buffer_free override
35383           add debugging
35384
35385 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35386
35387         * Makefile.am:
35388         * gst/videotestsrc/gstvideotestsrc.c:
35389         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35390         (gst_videotestsrc_init), (gst_videotestsrc_get),
35391         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35392         * gst/videotestsrc/gstvideotestsrc.h:
35393           add num-buffers property
35394
35395         2004-04-26  Benjamin Otte  <otte@gnome.org>
35396
35397         * ext/mad/gstid3tag.c: (plugin_init):
35398           set id3mux rank to NONE so it doesn't confuse spider
35399           require audio/mpeg,mpegversion=1 in id3mux
35400
35401 2004-04-26  Benjamin Otte  <otte@gnome.org>
35402
35403         * configure.ac:
35404           detect faad correctly as non-working if it's indeed non-working
35405
35406 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35407
35408         * Makefile.am:
35409         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35410         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35411         fix _getcaps so it only negotiates to its supported format
35412
35413 2004-04-25  Benjamin Otte  <otte@gnome.org>
35414
35415         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35416           fix memleak
35417
35418 2004-04-23  Benjamin Otte  <otte@gnome.org>
35419
35420         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35421           audio/x-raw-int with height rules! not. Now it's depth.
35422
35423 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35424
35425         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35426         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35427         (gst_wavparse_loop):
35428           Missing variable initialization. Add handling of DVI ADPCM. Fix
35429           mis-parsing of LIST chunks. This works around a bug where we mis-
35430           parse non-aligning LIST chunks (so LIST chunks where the contents
35431           don't align with the actual LIST size). The correct fix is to use
35432           rifflib, I'm not going to fix wavparse - too much work. All this
35433           fixes #104878.
35434
35435 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35436
35437         reviewed by Benjamin Otte  <otte@gnome.org>
35438
35439         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35440           fix shoutcast not working (fixes #140844)
35441
35442 2004-04-22  Benjamin Otte  <otte@gnome.org>
35443
35444         * ext/hermes/gsthermescolorspace.c:
35445         (gst_hermes_colorspace_caps_remove_format_info):
35446         * gst/colorspace/gstcolorspace.c:
35447         (gst_colorspace_caps_remove_format_info):
35448         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35449         (gst_ffmpegcolorspace_caps_remove_format_info):
35450           s/gst_caps_simplify/gst_caps_do_simplify/
35451
35452 2004-04-22  Benjamin Otte  <otte@gnome.org>
35453
35454         * gst-libs/gst/riff/riff-media.c:
35455         (gst_riff_create_video_caps_with_data):
35456           mpegversion is an int
35457         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35458           don't try to create pad templates with NULL caps, use any caps
35459           instead.
35460
35461 2004-04-20  David Schleef  <ds@schleef.org>
35462
35463         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35464         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35465         (bug #140384)
35466
35467 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35468
35469         reviewed by David Schleef
35470
35471         * ext/mad/gstid3tag.c: Add stdlib.h
35472         * gst/rtp/gstrtpgsmenc.c: same
35473         * gst/tags/gstid3tag.c: same
35474         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35475         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35476         GST_DISABLE_LOADSAVE use.
35477         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35478         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35479         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35480         atol(3)).
35481         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35482         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35483         strtoul(3)).
35484         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35485         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35486         $(ID3_CFLAGS).
35487         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35488         $(LIBFAME_CFLAGS).
35489
35490 2004-04-20  David Schleef  <ds@schleef.org>
35491
35492         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35493         last checkin.  Same idea.
35494
35495 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35496
35497         reviewed by David Schleef
35498
35499         * configure.ac: bump required gstreamer version to 0.8.1.1
35500         because of following changes [--ds]
35501
35502         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35503         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35504         (gst_riff_read_header):  Use GST_READ_UINT*
35505         macros to access possibly unaligned memory.
35506
35507         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35508         (mp3_type_find):  Use GST_READ_UINT*
35509         macros to access possibly unaligned memory.
35510         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35511         (speex_type_find): Likewise
35512
35513         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35514
35515         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35516         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35517         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35518         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35519         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35520         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35521         macros to access possibly unaligned memory.
35522
35523         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35524         Likewise.
35525
35526         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35527         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35528
35529         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35530         Likewise.
35531
35532         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35533         (gst_mpeg2subt_chain_subtitle): Likewise.
35534
35535         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35536         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35537         Likewise.
35538
35539         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35540         Likewise.
35541
35542         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35543         Likewise.
35544
35545         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35546         Likewise.
35547
35548 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35549
35550         * configure.ac:
35551           update required version of GStreamer because of GST_TIME_FORMAT
35552
35553 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35554
35555         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35556           remove leftover g_print
35557         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35558           don't try setting only a subset of the caps. We don't want to kill
35559           autoplugging on purpose
35560
35561 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35562
35563         * sys/ximage/ximagesink.c: (plugin_init):
35564         * sys/xvimage/xvimagesink.c: (plugin_init):
35565           add debugging categories
35566
35567 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35568
35569         * po/en_GB.po:
35570         * po/LINGUAS:
35571           Adding en_GB translation (Gareth Owen)
35572
35573 2004-04-20  David Schleef  <ds@schleef.org>
35574
35575         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35576         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35577         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35578         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35579         A number of new features and hacks to extract the esds atom and
35580         put it into the caps.  (bug #137724)
35581
35582 2004-04-19  David Schleef  <ds@schleef.org>
35583
35584         * gconf/Makefile.am: Fix for non-GNU make
35585         * gst-libs/gst/Makefile.am: Change directory order to handle
35586         GstPlay linking with gstinterfaces
35587         * gst-libs/gst/audio/make_filter: make use of tr portable
35588         * gst-libs/gst/play/Makefile.am: Add intended \
35589         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35590         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35591         function prototype instead of void *.
35592         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35593         macro.
35594         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35595         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35596         * gst/videofilter/make_filter: make use of tr portable
35597         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35598
35599 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35600
35601         * po/LINGUAS:
35602         * po/uk.po:
35603           Added Ukrainian translation (Maxim V. Dziumanenko)
35604
35605 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35606
35607         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35608         (gst_gsmdec_link), (gst_gsmdec_chain):
35609           Fix capsnego, simplify chain function slightly.
35610         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35611           Add GSM.
35612
35613 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35614
35615         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35616         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35617         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35618           Hack to make wavparse work with spider (always -> sometimes pad).
35619           Fixes #135862 && #140411.
35620
35621 2004-04-18  Benjamin Otte  <otte@gnome.org>
35622
35623         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35624         (gst_osselement_rate_probe_check),
35625         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35626           get rid of \n in debug output
35627
35628 2004-04-17  Iain <iain@prettypeople.org>
35629
35630         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35631         not just EOS.
35632
35633 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35634
35635         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35636         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35637         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35638         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35639         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35640         (gst_id3_tag_change_state), (plugin_init):
35641           deprecate id3tag element and replace with id3demux/id3mux.
35642           great side effect: this ugly file is now even uglier, yay!
35643         * ext/mad/gstmad.h:
35644           remove non-available function
35645           update for new get_type
35646
35647 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35648
35649         * configure.ac:
35650           require mpeg2dec >= 0.4.0
35651
35652 2004-04-17  Benjamin Otte  <otte@gnome.org>
35653
35654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35655         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35656         (gst_xvimagesink_set_xwindow_id):
35657           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35658           assorted cleanup fixes.
35659
35660 2004-04-16  David Schleef  <ds@schleef.org>
35661
35662         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35663         * sys/xvimage/xvimagesink.h: same
35664
35665 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35666
35667         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35668           Fix GST_ELEMENT_ERROR with (NULL)
35669
35670 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35671
35672         * gst-libs/gst/riff/riff-media.c:
35673         (gst_riff_create_video_caps_with_data):
35674           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35675
35676 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35677
35678         * gst-libs/gst/riff/riff-media.c:
35679         (gst_riff_create_video_caps_with_data),
35680         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35681         (gst_riff_create_video_template_caps),
35682         (gst_riff_create_audio_template_caps):
35683         * gst-libs/gst/riff/riff-media.h:
35684         * gst-libs/gst/riff/riff-read.c:
35685         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35686         * gst-libs/gst/riff/riff-read.h:
35687         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35688           Add MS RLE support. I added some functions to read out strf chunks
35689           into strf chunks and the data behind it. This is usually color
35690           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35691           caps creation. Lastly, add ADPCM (similar to wavparse - which
35692           should eventually be rifflib based).
35693         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35694         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35695         * gst/matroska/matroska-demux.h:
35696           Remove placeholders for some prehistoric tagging system. Didn't add
35697           support for any tag system really anyway.
35698         * gst/qtdemux/qtdemux.c:
35699           Add support for audio/x-m4a (MPEG-4) through spider.
35700         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35701         (gst_wavparse_loop):
35702           ADPCM support (#135862). Increase max. buffer size because we
35703           cannot split buffers for ADPCM (screws references) and I've seen
35704           files with 2048 byte chunks. 4096 seems safe for now.
35705
35706 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35707
35708         * configure.ac: bump nano to 1
35709
35710 === release 0.8.1 ===
35711
35712 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35713
35714         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35715
35716 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35717
35718         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35719           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35720           Fixes #140058
35721
35722 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35723
35724         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35725           lower rank of dvddemux so that it's not used for mpeg playback.
35726
35727 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35728
35729         * configure.ac:
35730           save libs correctly when checking mad
35731
35732 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35733
35734         * ext/mad/gstid3tag.c: (plugin_init):
35735           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35736
35737 2004-04-13  David Schleef  <ds@schleef.org>
35738
35739         * common/m4/gst-feature.m4: Call -config scripts with
35740         --plugin-libs if it is supported.
35741         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35742         JPEG images are image/jpeg.
35743         * gst/debug/Makefile.am:
35744         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35745         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35746         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35747         (gst_negotiation_plugin_init): Add a property that acts like
35748         filter caps.
35749         * testsuite/gst-lint:  Move license checking to be a standard
35750         test.
35751
35752 2004-04-13  David Schleef  <ds@schleef.org>
35753
35754         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35755         patch from Sebastien Cote (bug #139958)
35756
35757 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35758
35759         * examples/gstplay/Makefile.am:
35760         * examples/gstplay/player.c: (main):
35761           make the commandline player example use gconf settings
35762
35763 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35764
35765         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35766         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35767         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35768           init/end library during state transition, not object
35769           creation/disposal.  get rid of custom dispose handler.
35770
35771
35772 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35773
35774         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35775         be a symlink
35776
35777 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35778
35779         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35780           Handle JUNK chunks inside data section. Prevents warnings.
35781
35782 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35783
35784         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35785         (gst_riff_create_video_template_caps):
35786           Add MS video v1.
35787         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35788         (gst_avi_demux_stream_data):
35789           Add support for "rec-list" chunks.
35790
35791 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35792
35793         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35794           Fix another codecname mismatch.
35795
35796 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35797
35798         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35799           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35800           so that MJPEG plays back.
35801
35802 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35803
35804         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35805         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35806         * gst/mpeg1videoparse/gstmp1videoparse.h:
35807           Fix for some slight mis-cuts in buffer parsing, and for some
35808           potential overflows or faults-causers. Adds disconts. Also fixes
35809           #139105 while we're at it.
35810
35811 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35812
35813         * configure.ac:
35814         * sys/v4l2/gstv4l2element.h:
35815           Workaround for missing struct v4l2_buffer declaration in Suse 9
35816           and Mandrake 10 linux/videodev2.h header file (#135919).
35817
35818 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35819
35820         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35821           Bail out if no filename was given.
35822
35823 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35824
35825         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35826         (gst_v4l2_fourcc_from_structure):
35827           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35828           Y41B somewhere).
35829
35830 2004-04-09  Benjamin Otte  <otte@gnome.org>
35831
35832         * ext/gnomevfs/gstgnomevfssink.c:
35833         (_gst_boolean_allow_overwrite_accumulator),
35834         (gst_gnomevfssink_class_init):
35835           fix erase signal - if any handler returns false the file will not be
35836           overwritten. If no handler is connected, the file will not be
35837           overwritten either.
35838           renamed signal to "allow-overwrite"
35839         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35840           free string when adding it to ID3 failed
35841         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35842           unref event when done
35843         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35844           free caps
35845         * gst/typefind/gsttypefindfunctions.c:
35846         (mpeg_video_stream_type_find):
35847           fix invalid read
35848
35849 2004-04-08  David Schleef  <ds@schleef.org>
35850
35851         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35852         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
35853
35854 2004-04-08  David Schleef  <ds@schleef.org>
35855
35856         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
35857         we don't support (bug #139532)
35858
35859 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35860
35861         * ext/mad/gstmad.c: (gst_mad_handle_event),
35862         (gst_mad_check_caps_reset), (gst_mad_chain),
35863         (gst_mad_change_state):
35864           only set explicit caps if they haven't been set before for
35865           this stream.  MPEG-audio sample rate/channels aren't allowed
35866           to change in-stream.
35867           Fixes #139382
35868
35869 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35870
35871         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
35872         (_gst_boolean_did_something_accumulator),
35873         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
35874         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
35875         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
35876         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
35877         (gst_gnomevfssink_change_state):
35878           Fix erase signal. Don't erase by default. Remove handoff signal.
35879           Remove erase property. Don't segfault. General cleanup.
35880
35881 2004-04-07  Benjamin Otte  <otte@gnome.org>
35882
35883         * gst-libs/gst/gconf/test-gconf.c: (main):
35884           add missing gst_init
35885
35886 2004-04-07  Benjamin Otte  <otte@gnome.org>
35887
35888         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35889           free the mutexes, too
35890
35891 2004-04-07  Benjamin Otte  <otte@gnome.org>
35892
35893         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35894           actually free the URI string
35895         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
35896           compute offset correctly when passing discont events
35897         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35898           don't leak discont events
35899         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35900           add some missing breaks so caps aren't copied randomly
35901         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
35902           if we realloc memory, we better use it
35903
35904 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35905
35906         * ext/mad/gstmad.c: (normal_seek):
35907           fix GST_FORMAT_TIME usage
35908
35909 2004-04-05  David Schleef  <ds@schleef.org>
35910
35911         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
35912         a deprecated function (hack!)
35913
35914 2004-04-05  Benjamin Otte  <otte@gnome.org>
35915
35916         * ext/esd/esdmon.c: (gst_esdmon_get):
35917           fix nonterminated vararg and memleak
35918
35919 2004-04-05  Benjamin Otte  <otte@gnome.org>
35920
35921         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
35922         (gst_ladspa_init), (gst_ladspa_force_src_caps),
35923         (gst_ladspa_set_property), (gst_ladspa_get_property),
35924         (gst_ladspa_instantiate), (gst_ladspa_activate),
35925         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
35926           clean up debugging
35927
35928 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
35929
35930         reviewed by Benjamin Otte  <otte@gnome.org>
35931
35932         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
35933           check for broken LADSPA parameters (fixes #138635)
35934
35935 2004-04-05  Benjamin Otte  <otte@gnome.org>
35936
35937         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
35938           advertise buffer-frames correctly on sinkpads
35939
35940 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35941
35942         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
35943         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
35944         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
35945         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
35946         (gst_mad_check_caps_reset), (gst_mad_chain):
35947         add more debugging, only reset caps when we're not in error state
35948
35949 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35950
35951         * ext/mad/gstmad.c: add debugging category, comment + cleanups
35952
35953 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35954
35955         reviewed by Benjamin Otte  <otte@gnome.org>
35956
35957         * configure.ac:
35958           fix == in test(1) operator
35959
35960 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35961
35962         reviewed by Benjamin Otte  <otte@gnome.org>
35963
35964         * configure.ac:
35965           fix --export-symblos-regex to a working regex.
35966
35967 2004-04-04  Benjamin Otte  <otte@gnome.org>
35968
35969         * sys/oss/.cvsignore:
35970           add for oss_probe
35971
35972 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
35973
35974         reviewed by Benjamin Otte  <otte@gnome.org>
35975
35976         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35977           add missing 'new_media' argument (fixes #138168)
35978         * gst/matroska/matroska-demux.c:
35979         (gst_matroska_demux_handle_seek_event):
35980           add vararg terminator (fixes #138169)
35981
35982 2004-04-02  David Schleef  <ds@schleef.org>
35983
35984         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
35985         disted (bug #138914)
35986
35987 2004-04-01  Benjamin Otte  <otte@gnome.org>
35988
35989         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
35990         (gst_alsa_close_audio):
35991           handle case better where a soundcard can't pause
35992         * ext/ogg/gstoggdemux.c:
35993           don't crash when we get events but don't have pads yet
35994
35995 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35996
35997         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
35998           throw an error if we couldn't probe any caps.
35999
36000 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36001
36002         * ext/dvdnav/gst-dvd:
36003         Add a really simple sample DVD player
36004
36005 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
36006
36007         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
36008         (gst_a52dec_push), (gst_a52dec_handle_event),
36009         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
36010         (gst_a52dec_change_state):
36011         * ext/a52dec/gsta52dec.h:
36012           Use a debug category, Output timestamps correctly
36013           Emit tag info, Handle events, tell liba52dec about cpu
36014           capabilities so it can use MMX etc.
36015         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
36016           Fix a crasher accessing invalid memory
36017         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
36018         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
36019         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
36020         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
36021         (dvdnavsrc_query):
36022           Some support for byte-format seeking.
36023           Small fixes for still frames and menu button overlays
36024         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
36025         (gst_mpeg2dec_alloc_buffer):
36026           Use a debug category. Adjust the report level of several items to
36027           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
36028           so it doesn't lose the GstBuffer pointer
36029         * gst/debug/Makefile.am:
36030         * gst/debug/gstdebug.c: (plugin_init):
36031         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
36032         (gst_navseek_base_init), (gst_navseek_class_init),
36033         (gst_navseek_init), (gst_navseek_seek),
36034         (gst_navseek_handle_src_event), (gst_navseek_set_property),
36035         (gst_navseek_get_property), (gst_navseek_chain),
36036         (gst_navseek_plugin_init):
36037         * gst/debug/gstnavseek.h:
36038           Add the navseek debug element for seeking back and forth in a
36039           video stream using arrow keys.
36040         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
36041         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
36042         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36043         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36044         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36045         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36046         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36047         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36048         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36049         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36050         * gst/mpeg2sub/gstmpeg2subt.h:
36051           Pretty much a complete rewrite. Now a loopbased element. May still
36052           require work to properly synchronise subtitle buffers.
36053         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36054         (gst_dvd_demux_send_subbuffer):
36055         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36056           Don't attempt to create subbuffers of size 0
36057           Reduce a couple of error outputs to warnings.
36058         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36059         (gst_y4mencode_chain):
36060         Output the y4m frame header correctly.
36061
36062 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36063
36064         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36065           throw errors instead of allowing SIGFPE
36066
36067 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36068
36069         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36070         (gst_gconf_render_bin_from_key):
36071           leak plugging and style fixing
36072
36073 2004-03-31  David Schleef  <ds@schleef.org>
36074
36075         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36076         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36077         (bug #138225)
36078         * gst/debug/Makefile.am:
36079         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36080         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36081         plugin.
36082         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36083         (gst_negotiation_base_init), (gst_negotiation_class_init),
36084         (gst_negotiation_init), (gst_negotiation_getcaps),
36085         (gst_negotiation_pad_link), (gst_negotiation_chain),
36086         (gst_negotiation_set_property), (gst_negotiation_get_property),
36087         (gst_negotiation_plugin_init):  New element to talk about random
36088         negotiation things happening in a pipeline.
36089
36090 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36091
36092         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36093           fix integer addition with help of Stefan Kost
36094
36095 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36096
36097         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36098
36099 2004-03-30  David Schleef  <ds@schleef.org>
36100
36101         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36102         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36103         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36104         (bug #137504)
36105         * ext/mpeg2dec/gstmpeg2dec.h:
36106
36107 2004-03-30  David Schleef  <ds@schleef.org>
36108
36109         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36110
36111 2004-03-30  David Schleef  <ds@schleef.org>
36112
36113         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36114         Michael Petullo) to handle .mov
36115
36116 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36117
36118         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36119         (gst_osselement_rate_check_rate):
36120           probe caps correctly for sound cards that only support one format
36121
36122 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36123
36124         * ext/kio/kiosrc.cpp: (process_events):
36125           update handling event processing if inside KDE - untested
36126
36127 2004-03-29  David Schleef  <ds@schleef.org>
36128
36129         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36130         by 2 to not interfere with other colorspaces.
36131         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36132         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36133         one to not interfere with ffmpeg_colorspace.
36134
36135 2004-03-29  David Schleef  <ds@schleef.org>
36136
36137         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36138         aren't in the caps.
36139         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36140         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36141
36142 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36143
36144         * gst-libs/gst/riff/riff-media.c:
36145           fail on error, don't try to set stuff on NULL caps
36146
36147 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36148
36149         * configure.ac:
36150         * ext/Makefile.am:
36151         * ext/kio/Makefile.am:
36152         * ext/kio/kioreceiver.cpp:
36153         * ext/kio/kioreceiver.h:
36154         * ext/kio/kiosrc.cpp:
36155         * ext/kio/kiosrc.h:
36156           add experimental kiosrc plugin
36157         * ext/alsa/gstalsaplugin.c: (plugin_init):
36158           initialize debugging category only when we're sure registering the
36159           plugins worked.
36160
36161 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36162
36163         * examples/gstplay/player.c: (main):
36164         * gst-libs/gst/play/play.c: (gst_play_class_init),
36165         (gst_play_set_location), (gst_play_set_data_src),
36166         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36167         (gst_play_set_visualization), (gst_play_connect_visualization):
36168           check return values of element_set_state and return FALSE where
36169           failed
36170
36171 2004-03-29  Benjamin Otte  <otte@gnome.org>
36172
36173         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36174           try harder to check if an event is really a discont
36175
36176 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36177
36178         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36179         * po/az.po:
36180
36181 2004-03-28  Benjamin Otte  <otte@gnome.org>
36182
36183         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36184         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36185         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36186           get rid of non-standard "..." ranges in case statements.
36187
36188 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36189
36190         * gst/mpegstream/gstmpegdemux.c:
36191         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36192         specific functionality split to the new dvddemux element.
36193         * gst/mpegstream/gstdvddemux.c:
36194         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36195         streams, derived from mpegdemux.
36196         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36197         up. SCR based timestamp rewriting can be turned off (will probably
36198         completely disappear soon).
36199         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36200         hacking. General cleanup. All printf statements replaced by
36201         debugging messages. Almost complete libdvdnav support.
36202         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36203         by events. New properties for audio and subpicture languages.
36204         (dvdnavsrc_update_highlight): Now uses events.
36205         (dvdnavsrc_user_op): Cleaned up.
36206         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36207         based). Lots of cleanup, and propper support for most libdvdnav
36208         events.
36209         (dvdnavsrc_make_dvd_event): New function.
36210         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36211         (dvdnavsrc_make_clut_change_event): New function.
36212
36213 2004-03-26  Benjamin Otte  <otte@gnome.org>
36214
36215         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36216           fix bug where typefinding would claim it's theora whenever less then
36217           7 bytes of data were available
36218
36219 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36220
36221         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36222         (gst_alawdec_base_init), (gst_alawdec_class_init),
36223         (gst_alawdec_init), (gst_alawdec_chain):
36224         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36225         (gst_alawenc_base_init), (gst_alawenc_class_init),
36226         (gst_alawenc_init), (gst_alawenc_chain):
36227         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36228         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36229         (gst_mulawdec_init), (gst_mulawdec_chain):
36230         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36231         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36232         (gst_mulawenc_init), (gst_mulawenc_chain):
36233           Fix capsnego in all four, remove the unused property functions and
36234           simplify the chain functions slightly. I guess we could use macros
36235           or something similar for those, since the code is so similar, but
36236           I'm currently too lazy...
36237
36238 2004-03-24  David Schleef  <ds@schleef.org>
36239
36240         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36241         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36242         (gst_osselement_get_format_structure),
36243         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36244         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36245         (gst_osselement_rate_int_compare): Add code to handle rate probing
36246         (bug #120883)
36247         * sys/oss/gstosselement.h: same
36248         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36249         Use rate probing provided by osselement.
36250         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36251
36252 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36253
36254         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36255         (gst_xvidenc_get_property):
36256           ulong/int mess-up.
36257
36258 2004-03-24  David Schleef  <ds@schleef.org>
36259
36260         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36261         (gst_speexdec_init):
36262         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36263         (gst_speexenc_init):  Create the pad template correctly (from
36264         the static pad template, not a NULL pointer.)
36265
36266 2004-03-25  Benjamin Otte  <otte@gnome.org>
36267
36268         * gst/debug/Makefile.am:
36269         * gst/debug/breakmydata.c:
36270           add element that quasi-randomly changes bytes in the stream.
36271           Intended use is robustness checking of demuxers and decoders in
36272           media tests.
36273
36274 2004-03-24  Benjamin Otte  <otte@gnome.org>
36275
36276         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36277         (gst_alsa_probe_hw_params):
36278         * ext/alsa/gstalsa.h:
36279           debugging output fixes
36280
36281 2004-03-24  Benjamin Otte  <otte@gnome.org>
36282
36283         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36284           don't g_return_if_fail if element is PLAYING, fail silently as every
36285           other element.
36286         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36287           only fix needed for cast lvalue issues in gst-plugins
36288         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36289           add proxy_getcaps
36290
36291 2004-03-24  Benjamin Otte  <otte@gnome.org>
36292
36293         * gst/level/gstlevel.c: (gst_level_init):
36294           add proxying getcaps function, so level doesn't advertise impossible
36295           caps
36296
36297 2004-03-24  David Schleef  <ds@schleef.org>
36298
36299         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36300         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36301         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36302         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36303         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36304         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36305         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36306         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36307         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36308         messages.  Divide the chunk size by the compression ratio
36309         (needed for MACE audio)
36310
36311 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36312
36313         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36314           Fix buffer overflow read error.
36315
36316 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36317
36318         * ext/alsa/gstalsa.h:
36319           Remove unused entry.
36320         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36321           Add cinepak.
36322         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36323         (gst_videodrop_link), (gst_videodrop_chain):
36324           Fix, sort of. Was horribly broken with new capsnego. Bah...
36325
36326 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36327
36328         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36329         (plugin_init):
36330         Add a monkeysaudio typefind function
36331
36332 2004-03-23  Johan Dahlin  <johan@gnome.org>
36333
36334         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36335         (gst_play_video_fixate): Check so the structure has the field
36336         before trying to fixate them, this makes it possible to have
36337         fakesinks for video and audio output without printing errors on
36338         the output console.
36339
36340 2004-03-22  David Schleef  <ds@schleef.org>
36341
36342         * sys/oss/Makefile.am:
36343         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36344         (check_rate), (add_rate):  Rate probing test app.
36345
36346 2004-03-21  Benjamin Otte  <otte@gnome.org>
36347
36348         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36349         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36350           add a fixation function that pretty much does the right thing (fixes
36351           #137556)
36352
36353 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36354
36355         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36356
36357 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36358
36359         reviewed by: Benjamin Otte  <otte@gnome.org>
36360
36361         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36362           terminate gst_event_new_discontinuous correctly (fixes parts of
36363           #137711)
36364
36365 2004-03-19  David Schleef  <ds@schleef.org>
36366
36367         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36368         since it doesn't depend on X, and it's part of our ABI.
36369
36370 2004-03-19  Iain <iain@prettypeople.org>
36371
36372         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36373         is_int in the structure, not the local variable.
36374
36375 2004-03-19  David Schleef  <ds@schleef.org>
36376
36377         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36378         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36379         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36380         Improvements in caps negotiation.
36381
36382 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36383
36384         * po/LINGUAS:
36385         * po/af.po:
36386           adding Afrikaans (Petri Jooste)
36387
36388 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36389
36390         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36391         (gst_ffmpegcolorspace_chain):
36392         throw error instead of g_critical (#137588)
36393
36394 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36395
36396         * Makefile.am:
36397         * configure.ac:
36398           dist common and m4 correctly
36399         * po/sv.po:
36400
36401 2004-03-17  David Schleef  <ds@schleef.org>
36402
36403         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36404         (bug #137348)
36405
36406 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36407
36408         * po/LINGUAS:
36409         * po/sv.po:
36410           adding Swedish translation (Christian Rose)
36411
36412 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36413
36414         * Makefile.am: use release.mak
36415
36416 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36417
36418         * common/ChangeLog:
36419         * common/gst-autogen.sh:
36420           add some explanation about the version detection
36421         * configure.ac:
36422           fix X check
36423
36424 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36425
36426         * configure.ac: bump nano to 1
36427
36428 === release 0.8.0 ===
36429
36430 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36431
36432         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36433
36434 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36435
36436         * configure.ac:
36437           update libtool version
36438         * gst-libs/gst/media-info/Makefile.am:
36439           actually use libtool version
36440
36441 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36442
36443         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36444
36445 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36446
36447         * configure.ac:
36448         * gst-plugins.spec.in:
36449         * pkgconfig/Makefile.am:
36450         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36451         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36452         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36453         * pkgconfig/gstreamer-libs.pc.in:
36454         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36455         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36456         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36457         * pkgconfig/gstreamer-plugins.pc.in:
36458           remove @VERSION@ from some of the pc files since core and plugins
36459           are decoupled.
36460           created gstreamer-plugins.pc as it's a better name, but keeping
36461           -libs around for now to get fixes upstream done first.
36462
36463 2004-03-15  Julien MOUTTE <julien@moutte.net>
36464
36465         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36466         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36467         * gst-libs/gst/play/play.h:
36468
36469 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36470
36471         * *.c, *.cc: don't mix tabs and spaces
36472
36473 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36474
36475         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36476           use the new ffmpegcolorspace
36477         * gst-plugins.spec.in:
36478           package new colorspace and media-info
36479         * configure.ac:
36480         * pkgconfig/Makefile.am:
36481           fix some more disting issues
36482         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36483         * pkgconfig/gstreamer-media-info.pc.in:
36484           generate media-info pc files
36485
36486 2004-03-15  Johan Dahlin  <johan@gnome.org>
36487
36488         * *.h: Revert indenting
36489
36490 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36491
36492         * configure.ac:
36493           adding ffmpegcolorspace element
36494         * gst/ffmpegcolorspace/Makefile.am:
36495         * gst/ffmpegcolorspace/avcodec.h:
36496         * gst/ffmpegcolorspace/common.h:
36497         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36498         * gst/ffmpegcolorspace/dsputil.h:
36499         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36500         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36501         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36502         (gst_ffmpeg_caps_to_pix_fmt):
36503         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36504         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36505         (gst_ffmpegcolorspace_caps_remove_format_info),
36506         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36507         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36508         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36509         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36510         (gst_ffmpegcolorspace_set_property),
36511         (gst_ffmpegcolorspace_get_property),
36512         (gst_ffmpegcolorspace_register):
36513         * gst/ffmpegcolorspace/imgconvert.c:
36514         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36515         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36516         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36517         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36518         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36519         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36520         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36521         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36522         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36523         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36524         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36525         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36526         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36527         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36528         (img_get_alpha_info), (deinterlace_line),
36529         (deinterlace_line_inplace), (deinterlace_bottom_field),
36530         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36531         * gst/ffmpegcolorspace/imgconvert_template.h:
36532         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36533         * gst/ffmpegcolorspace/mmx.h:
36534         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36535           adding ffmpegcolorspace element supplied by Ronald after cleaning
36536           up and pulling in the right bits of upstream source.
36537           I'm sure a better C/compiler wizard could do some cleaning up (for
36538           example use GLIB's malloc stuff), but as a first pass this
36539           works very well
36540
36541 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36542
36543         * ext/alsa/gstalsa.h:
36544           I assume Ronald forgot to commit the change to have cardname
36545           as a struct member.  Expect some public spanking at the next
36546           opportunity.
36547
36548 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36549
36550         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36551         (gst_alsa_open_audio), (gst_alsa_close_audio):
36552         * ext/alsa/gstalsa.c:
36553           Don't open the device if we're a mixer (= padless).
36554         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36555         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36556         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36557           Open mixer during state change rather than during object
36558           initialization. Also, get a device name. Currently in a somewhat
36559           hackish fashion, but I didn't really find something better.
36560
36561 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36562
36563         * *.c, *.h: run gst-indent
36564
36565 2004-03-14  Benjamin Otte  <otte@gnome.org>
36566
36567         * gst/modplug/gstmodplug.cc:
36568         * gst/modplug/gstmodplug.h:
36569           set correct timestamps on outgoing buffers
36570
36571 2004-03-14  Benjamin Otte  <otte@gnome.org>
36572
36573         * gst/modplug/gstmodplug.cc:
36574           handle events - don't do crap when a discont arrives that's not
36575           necessary
36576           This allows correct loading and playback of mods in Rhythmbox
36577
36578 2004-03-14  Benjamin Otte  <otte@gnome.org>
36579
36580         * configure.ac:
36581         * gst-libs/gst/gconf/Makefile.am:
36582         * pkgconfig/Makefile.am:
36583           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36584           they get rebuilt properly
36585         * configure.ac:
36586           when checking for vorbis, try pkgconfig first.
36587         * gst/modplug/gstmodplug.cc:
36588           add fixate function
36589
36590 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36591
36592         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36593           Fix for obvious mistake, where we first shift the offset and then
36594           read a samplesize element assuming the old offset. Note that this
36595           part still has something weird, i.e. my movies containing those
36596           don't actually play well, but at least there's something that looks
36597           like sound now.
36598
36599 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36600         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36601         (plugin_init):
36602         Add a typefind function for speex format
36603
36604 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36605
36606         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36607         (gst_asf_demux_setup_pad):
36608           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36609           instead of 0. Reason is simple: some elements have a fps range
36610           of 1-max instead of 0-max. So now ASF video actually works.
36611
36612 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36613
36614         * po/LINGUAS:
36615         * po/sr.po:
36616           adding serbian as a language
36617
36618 2004-03-13  Benjamin Otte  <otte@gnome.org>
36619
36620         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36621           return taglist correctly from _get function, don't gst_pad_push it.
36622           (fixes #137042)
36623
36624 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36625         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36626
36627 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36628
36629         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36630         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36631         (gst_alsa_mixer_track_new):
36632         * ext/alsa/gstalsamixertrack.h:
36633           Fix ancient leftovers... MixerTrack is a GObject.
36634
36635 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36636
36637         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36638         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36639           Don't block during probing...
36640
36641 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36642
36643         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36644         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36645         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36646         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36647         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36648         (gst_alsa_open_audio), (gst_alsa_close_audio):
36649         * ext/alsa/gstalsa.h:
36650           Add propertyprobe interface implementation, add some device-name
36651           property, all this so that it looks good in gnome-volume-control.
36652
36653 2004-03-12  David Schleef  <ds@schleef.org>
36654
36655         * configure.ac: the Hermes library controls hermescolorspace, not
36656         colorspace.
36657         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36658         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36659         not /* */
36660         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36661         * ext/sdl/sdlvideosink.h: ditto.
36662         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36663
36664 2004-03-12  Benjamin Otte  <otte@gnome.org>
36665
36666         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36667         (gst_x_overlay_got_xwindow_id):
36668         * gst-libs/gst/xoverlay/xoverlay.h:
36669           replace XID with unsigned long to get rid of the xlibs dependency in
36670           XOverlay (fixes #137004)
36671
36672 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36673         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36674         (gst_agingtv_setup):
36675         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36676         (gst_dicetv_base_init), (gst_dicetv_class_init),
36677         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36678         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36679         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36680         (gst_edgetv_setup), (gst_edgetv_rgb32):
36681         * gst/effectv/gsteffectv.c:
36682         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36683         (gst_quarktv_set_property):
36684         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36685         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36686         (gst_revtv_setup), (gst_revtv_rgb32):
36687         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36688         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36689         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36690         (gst_shagadelictv_rgb32):
36691         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36692         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36693         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36694         * gst/effectv/gstwarp.c:
36695         Port everything that can be ported to videofilter and fix up the caps.
36696         Can someone with a big-endian machine please check these?
36697
36698 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36699
36700         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36701         (gst_osssink_chain), (gst_osssink_change_state):
36702           Latest fixes for A/V sync, audio playback and such. This is about
36703           all... MPEG playback issues are mostly related to the async build-
36704           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36705
36706 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36707
36708         patch from: Stephane Loeuillet
36709
36710         * configure.ac:
36711           use pkg-config for some libraries, falling back to the old .m4 way
36712           (fixes #131270)
36713         * m4/libdv.m4:
36714           removed
36715
36716 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36717
36718         * configure.ac:
36719         * tools/Makefile.am:
36720         * tools/Makefile.in:
36721         * tools/gst-launch-ext-m.m:
36722         * tools/gst-launch-ext.1.in:
36723         * tools/gst-visualise-m.m:
36724         * tools/gst-visualise.1:
36725         * tools/gst-visualise.1.in:
36726           reorganizing generation of script tools
36727
36728 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36729
36730         * ext/divx/gstdivxdec.c:
36731           Downgrade priority. We prefer ffdec_mpeg4.
36732         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36733         (gst_faad_chain), (gst_faad_change_state):
36734           Fix capsnego. Doesn't work for some sounds because we don't have
36735           a 5:1 to stereo element.
36736         * ext/xvid/gstxvid.c: (plugin_init):
36737           Add priority.
36738         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36739         (gst_osssink_change_state):
36740           Add discont handling.
36741
36742 2004-03-09  Colin Walters  <walters@verbum.org>
36743
36744         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36745         conversion.
36746
36747 2004-03-09  Benjamin Otte  <otte@gnome.org>
36748
36749         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36750           the signals take 2 arguments
36751
36752 2004-03-09  David Schleef  <ds@schleef.org>
36753
36754         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36755         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36756         * ext/alsa/gstalsa.h:
36757         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36758
36759 2004-03-09  Benjamin Otte  <otte@gnome.org>
36760
36761         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36762         (gst_mikmod_change_state):
36763         * ext/mikmod/gstmikmod.h:
36764           make mikmod's loop function not loop infinitely and call
36765           gst_element_yield anymore
36766         * gst/modplug/gstmodplug.cc:
36767           fix pad negotiation (fixes #136590)
36768
36769 2004-03-09  David Schleef  <ds@schleef.org>
36770
36771         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36772         doesn't conflict with the internal colorspace plugin.
36773         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36774         satisfy the crappy-ass shell shipped by a certain vendor.
36775         * gst/videofilter/make_filter: same (bug #135299)
36776
36777 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36778
36779         * configure.ac: bump nano to 1
36780
36781 === release 0.7.6 ===
36782
36783 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36784
36785         * configure.in: releasing 0.7.6, "There"
36786
36787 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36788
36789         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36790         * pkgconfig/gstreamer-play.pc.in:
36791           synchronize the two
36792
36793 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36794
36795         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36796         (cdparanoia_open), (cdparanoia_event):
36797           fix/add error handling
36798         * po/POTFILES.in:
36799           add cdparanoia source
36800         * tools/Makefile.am:
36801           make scripts executable
36802
36803 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36804
36805         * configure.ac:
36806         * ext/vorbis/Makefile.am:
36807         * sys/Makefile.am:
36808           remove id3types, vorbisfile and xvideosink from the build (#133783)
36809
36810 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36811
36812         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36813           Fix metadata read crash (#136537).
36814
36815 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36816
36817         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36818         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36819           adding mime types, fixing the one-stop function
36820
36821 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36822
36823         * ext/nas/nassink.c and /ext/nas/nassink.h:
36824         More NAS love from Arwed von Merkatz
36825         So lets all sing 'Can you feel the NAS tonight'
36826
36827 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36828
36829         * tools/gst-launch-ext.in:
36830         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36831
36832 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36833
36834         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36835         (gst_mpeg2dec_init):
36836         remove the user_data pad for now, because it is being used in
36837         fixating causing MPEG playback to fixate on 1000 Hz for playback.
36838         If someone knows how to fix this properly, please do.
36839
36840 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36841
36842         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36843         (gst_osssink_get_time):
36844         add a warning, IMO this won't get triggered anymore, remove later
36845
36846 2004-03-07  David Schleef  <ds@schleef.org>
36847
36848         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
36849         format (bug #136470)
36850
36851 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36852
36853         * gst-libs/Makefile.am:
36854         * gst-libs/gst/media-info/Makefile.am:
36855         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
36856         (error_callback), (gst_media_info_error_create),
36857         (gst_media_info_error_element), (gmip_init), (gmip_reset),
36858         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
36859         * gst-libs/gst/media-info/media-info-priv.h:
36860         * gst-libs/gst/media-info/media-info-test.c: (main):
36861         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
36862         (gst_media_info_class_init), (gst_media_info_instance_init),
36863         (gst_media_info_set_source), (gst_media_info_read_with_idler),
36864         (gst_media_info_read_idler), (gst_media_info_read):
36865         * gst-libs/gst/media-info/media-info.h:
36866         fixed, should work now
36867
36868 2004-03-07  Christian Schaller <Uraeus@gnome.org>
36869
36870         * ext/nas/nassink.c:
36871         A bunch of NAS fixes from Arwed von Merkatz
36872
36873 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36874
36875         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
36876         (qtdemux_parse_trak):
36877           Fix crash (j might be greater than n_samples, in which case we're
36878           writing outside the allocated space for the array) and memleak.
36879
36880 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36881
36882         * sys/oss/gstosssink.c: (gst_osssink_chain):
36883           And another caller that couldn't handle delay < 0 (unsigned
36884           integer overflow). Video now continues playing on an audio
36885           buffer underrun, and the clock continues working. Audio still
36886           stalls.
36887
36888 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36889
36890         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36891         (gst_osssink_get_time):
36892           get_delay() may return values lower than 0. In those cases, we
36893           should not actually cast to *unsigned* int64, that will break
36894           stuff horribly. In my case, it screwed up A/V sync in movies
36895           in totem rather badly.
36896
36897 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36898
36899         * ext/faac/gstfaac.c: (gst_faac_chain):
36900         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36901         * ext/libpng/gstpngenc.c: (user_write_data):
36902         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36903         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
36904         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
36905         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36906         Fix several misuse of gst_buffer_merge (it doesn't take ownership
36907         of any buffer), should fix some leaks. I hope I didn't unref buffers
36908         that shouldn't be...
36909
36910 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36911
36912         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
36913         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
36914         (error_callback), (gmi_reset), (gmi_seek_to_track),
36915         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
36916         (gmip_find_type_post), (gmip_find_stream_post),
36917         (gmip_find_track_streaminfo_post):
36918         * gst-libs/gst/media-info/media-info-priv.h:
36919         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
36920         (info_print), (main):
36921         * gst-libs/gst/media-info/media-info.c:
36922         (gst_media_info_error_create), (gst_media_info_error_element),
36923         (gst_media_info_instance_init), (gst_media_info_get_property),
36924         (gst_media_info_new), (gst_media_info_set_source),
36925         (gst_media_info_read_idler), (gst_media_info_read):
36926         * gst-libs/gst/media-info/media-info.h:
36927           first pass at making this work again.  This seems to work on
36928           tagged ogg/vorbis and mp3 files.
36929
36930 2004-03-06  Benjamin Otte  <otte@gnome.org>
36931
36932         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
36933           fix huge leak: gst_buffer_merge doesn't unref the first argument
36934           itself.
36935
36936 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36937
36938         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
36939           report layer/mode/emphasis
36940
36941 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36942
36943         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
36944
36945 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36946
36947         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
36948           signal serial
36949
36950 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36951
36952         * ext/vorbis/vorbis.c: (plugin_init):
36953         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
36954         (gst_vorbis_dec_init), (vorbis_dec_event):
36955         add debug category
36956         make vorbisdec handle _BYTE and _TIME queries
36957
36958 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36959
36960         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
36961           from the xing header
36962
36963 2004-03-06  Benjamin Otte  <otte@gnome.org>
36964
36965         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
36966         (gst_audio_convert_link), (gst_audio_convert_change_state),
36967         (gst_audio_convert_buffer_from_default_format):
36968           do conversions from/to float correctly, fix some caps nego errors,
36969           export correct supported caps in template and getcaps, use correct
36970           caps in try_set_caps functions
36971
36972 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36973
36974         For some reason, I only committed a ChangeLog entry yesterday and
36975         not the corresponding code...
36976         * ext/mad/gstmad.c: Fix detection of Xing headers
36977         * gst/tags/gstid3tag.c: Changes to support TLEN tags
36978
36979 2004-03-06  Benjamin Otte  <otte@gnome.org>
36980
36981         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
36982         (gst_ogg_demux_src_query):
36983           make sure to handle the case where there's no current chain
36984           gracefully.
36985
36986 2004-03-05  David Schleef  <ds@schleef.org>
36987
36988         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
36989         Add fixate function. (bug #131128)
36990         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
36991         (gst_sdlvideosink_fixate):  Add fixate function.
36992         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36993         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
36994         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
36995         Fix missing break that was causing ulaw to be interpreted as
36996         raw int.
36997
36998 2004-03-05  David Schleef  <ds@schleef.org>
36999
37000         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
37001         Fix code that ignores return value of gst_buffer_merge().
37002         (bug #114560)
37003         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
37004         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
37005         * testsuite/gst-lint:  Check for above.
37006
37007 2004-03-05  David Schleef  <ds@schleef.org>
37008
37009         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
37010         caps and throw an element error.  (bug #136334)
37011
37012 2004-03-05  David Schleef  <ds@schleef.org>
37013
37014         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
37015         (gst_faad_chain): Fix negotiation.
37016         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
37017         key and button events.
37018         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
37019         dung heap of code.
37020         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
37021         depends on gconf
37022         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
37023         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
37024         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
37025         function to encourage better negotiation, particularly between
37026         audioconvert and osssink.
37027         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37028         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
37029         more important.
37030         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
37031         typefinding.
37032         * gst/vbidec/vbiscreen.c:  Add glib header
37033         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
37034
37035 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
37036
37037         * ext/mad/gstmad.c: Fix detection of Xing headers
37038         * gst/tags/gstid3tag.c: Changes to support TLEN tags
37039
37040 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37041
37042         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37043         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37044           debug updates
37045
37046 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37047
37048         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37049         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37050         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37051         files, and report the parsed length as a GST_TAG_DURATION tag.
37052         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37053
37054 2004-03-05  Benjamin Otte  <otte@gnome.org>
37055
37056         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37057           convert channels correctly. convert correctly to unsigned.
37058
37059 2004-03-05  Julien MOUTTE <julien@moutte.net>
37060
37061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37062         we have a window before clearing it.
37063
37064 2004-03-05  Julien MOUTTE <julien@moutte.net>
37065
37066         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37067         have a window before clearing it.
37068
37069 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37070
37071         * gconf/gstreamer.schemas.in:
37072         * gst-libs/gst/gconf/Makefile.am:
37073           version installation path the same way as for 0.6
37074         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37075         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37076         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37077           remove comment that was fixed
37078
37079 2004-03-05  David Schleef  <ds@schleef.org>
37080
37081         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37082         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37083         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37084         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37085         Add prototype code for handling seeking and querying.
37086
37087 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37088
37089         * examples/gstplay/player.c: (main):
37090           Initialize variables to NULL. Prevents a segfault because the
37091           (uninitialized) variable is not NULL, resulting in a crash on
37092           trying to reach error->message.
37093
37094 2004-03-05  Benjamin Otte  <otte@gnome.org>
37095
37096         * gst/audioconvert/gstaudioconvert.c:
37097         (gst_audio_convert_buffer_to_default_format):
37098         make float=>int conversion work correctly even in cornercases.
37099
37100 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37101
37102         * debian/README.Debian:
37103         * debian/build-deps:
37104         * debian/changelog:
37105         * debian/control:
37106         * debian/control.in:
37107         * debian/copyright:
37108         * debian/gstreamer-a52dec.files:
37109         * debian/gstreamer-aa.files:
37110         * debian/gstreamer-alsa.files:
37111         * debian/gstreamer-alsa.manpages:
37112         * debian/gstreamer-arts.files:
37113         * debian/gstreamer-artsd.files:
37114         * debian/gstreamer-audiofile.files:
37115         * debian/gstreamer-avifile.files:
37116         * debian/gstreamer-cdparanoia.files:
37117         * debian/gstreamer-colorspace.files:
37118         * debian/gstreamer-doc.files:
37119         * debian/gstreamer-dv.files:
37120         * debian/gstreamer-dvd.files:
37121         * debian/gstreamer-esd.files:
37122         * debian/gstreamer-festival.files:
37123         * debian/gstreamer-flac.files:
37124         * debian/gstreamer-gconf.conffiles:
37125         * debian/gstreamer-gconf.files:
37126         * debian/gstreamer-gconf.postinst:
37127         * debian/gstreamer-gnomevfs.files:
37128         * debian/gstreamer-gsm.files:
37129         * debian/gstreamer-http.files:
37130         * debian/gstreamer-jack.files:
37131         * debian/gstreamer-jpeg.files:
37132         * debian/gstreamer-mad.files:
37133         * debian/gstreamer-mikmod.files:
37134         * debian/gstreamer-misc.files:
37135         * debian/gstreamer-mpeg2dec.files:
37136         * debian/gstreamer-oss.files:
37137         * debian/gstreamer-plugin-apps.files:
37138         * debian/gstreamer-plugin-apps.manpages:
37139         * debian/gstreamer-plugin-libs-dev.files:
37140         * debian/gstreamer-plugin-libs.files:
37141         * debian/gstreamer-plugin-template.postinst:
37142         * debian/gstreamer-plugin-template.postrm:
37143         * debian/gstreamer-sdl.files:
37144         * debian/gstreamer-sid.files:
37145         * debian/gstreamer-vorbis.files:
37146         * debian/gstreamer-x.files:
37147         * debian/mk.control:
37148         * debian/rules:
37149         Debian package info not maintained here.
37150
37151 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37152
37153         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37154         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37155         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37156         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37157         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37158         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37159         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37160         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37161         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37162         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37163         * gst-libs/gst/colorbalance/colorbalance.c:
37164         (gst_color_balance_class_init):
37165         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37166         (gst_color_balance_channel_class_init):
37167         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37168         * gst-libs/gst/play/play.c: (gst_play_class_init):
37169         * gst-libs/gst/propertyprobe/propertyprobe.c:
37170         (gst_property_probe_iface_init):
37171         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37172         * gst-libs/gst/tuner/tunerchannel.c:
37173         (gst_tuner_channel_class_init):
37174         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37175         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37176         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37177         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37178         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37179         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37180         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37181         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37182         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37183           fix signals to use - instead of _
37184         * ext/libcaca/gstcacasink.h:
37185         * ext/sdl/sdlvideosink.h:
37186           fix header rename
37187
37188 2004-03-04  David Schleef  <ds@schleef.org>
37189
37190         * testsuite/gst-lint:  Add a check for bad signal names.
37191
37192 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37193
37194         reviewed by David Schleef
37195
37196         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37197         modified the alpha channel and caused a warning. (bug #136192)
37198
37199 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37200
37201         * gst-plugins.spec.in:
37202         Change names of plugins to actually be correct. Try to keep things
37203         alphabetical to avoid getting beat up by Thomas
37204
37205 2004-03-03  Julien MOUTTE <julien@moutte.net>
37206
37207         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37208         Using ximagesink as a default if no gconf key found. We should
37209         probably consider using alsasink instead of osssink for the audio
37210         part.
37211
37212 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37213
37214         * configure.ac:
37215           fix --with-plugins, don't think it ever worked before
37216         * gst-plugins.spec.in:
37217           even more updates
37218
37219 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37220
37221         * ext/sdl/sdlvideosink.h:
37222         * sys/ximage/ximagesink.h:
37223         * sys/xvideo/xvideosink.h:
37224         * sys/xvimage/xvimagesink.h:
37225           Fix for move of gstvideosink.h -> videosink.h.
37226
37227 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37228
37229         * gst-libs/gst/xwindowlistener/Makefile.am:
37230           this is a plugin library, not a library
37231
37232 2004-03-01  David Schleef  <ds@schleef.org>
37233
37234         * AUTHORS:  Added some names.  Add yourself if you're still
37235         missing.
37236
37237 2004-03-01  David Schleef  <ds@schleef.org>
37238
37239         * MAINTAINERS: Add
37240
37241 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37242
37243         * gst-plugins.spec.in: clean up spec file
37244
37245 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37246
37247         * gst-libs/gst/video/Makefile.am:
37248         * gst-libs/gst/video/gstvideosink.c:
37249         * gst-libs/gst/video/gstvideosink.h:
37250           rename gstvideosink.h to videosink.h to match other headers
37251         * gst/mixmatrix/Makefile.am:
37252           fix plugin filename
37253         * gst/tags/Makefile.am: fix plugin filename
37254
37255 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37256
37257         * gst/tags/Makefile.am: fix plugin filename
37258
37259 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37260
37261         * examples/gstplay/player.c: (got_time_tick), (main):
37262           add error handler
37263           display time_tick more readably
37264         * gst/mixmatrix/Makefile.am:
37265           fix plugin file name
37266
37267 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37268
37269         * sys/oss/gstosselement.c: (gst_osselement_probe),
37270         (device_combination_append), (gst_osselement_class_probe_devices):
37271         * sys/oss/gstosselement.h:
37272           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37273           on my system using alsa oss emulation, fixes bug #135597
37274
37275 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37276
37277         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37278         (gst_videodrop_chain), (gst_videodrop_change_state):
37279         * gst/videodrop/gstvideodrop.h:
37280           Work based on timestamp of input data, not based on the expected
37281           framerate from the input. The consequence is that this element now
37282           not only scales framerates, but also functions as a framerate
37283           corrector or framerate stabilizer/constantizer.
37284
37285 2004-02-27  David Schleef  <ds@schleef.org>
37286
37287         patches from jmmv@menta.net (Julio M. Merino Vidal)
37288
37289         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37290         GST_ELEMENT_ERROR call (bug #135634)
37291         * gst/interleave/interleave.c: (interleave_buffered_loop),
37292         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37293         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37294         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37295         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37296         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37297         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37298         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37299         Fix GST_ELEMENT_ERROR call.
37300         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37301         GST_ELEMENT_ERROR call.
37302
37303 2004-02-27  Benjamin Otte  <otte@gnome.org>
37304
37305         * gst-libs/gst/audio/audio.h:
37306           add macro to make sure header isn't included twice
37307         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37308           don't use gst_buffer_free
37309         * gst/playondemand/filter.func:
37310           don't use gst_data_free. Free data only once.
37311
37312 2004-02-26  David Schleef  <ds@schleef.org>
37313
37314         * gst-libs/gst/colorbalance/Makefile.am:
37315         * gst-libs/gst/mixer/Makefile.am:
37316         * gst-libs/gst/tuner/Makefile.am:
37317         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37318         should not be disted, -marshal.h files should not be installed,
37319         and -enum.h files _should_ be installed.  Fix to make this the
37320         case.
37321
37322 === release 0.7.5 ===
37323
37324 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37325
37326         * configure.ac: release 0.7.5, "Under The Sea"
37327
37328 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37329
37330         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37331         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37332         * gst/videoscale/gstvideoscale.c:
37333         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37334           assorted debug/warning fixes
37335
37336 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37337
37338         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37339         (gst_videoscale_init), (gst_videoscale_chain),
37340         (gst_videoscale_set_property), (plugin_init):
37341         * gst/videoscale/gstvideoscale.h:
37342         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37343         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37344         (gst_videoscale_planar400), (gst_videoscale_packed422),
37345         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37346         (gst_videoscale_24bit), (gst_videoscale_16bit),
37347         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37348         (gst_videoscale_scale_plane_slow),
37349         (gst_videoscale_scale_point_sample),
37350         (gst_videoscale_scale_nearest),
37351         (gst_videoscale_scale_nearest_str2),
37352         (gst_videoscale_scale_nearest_str4),
37353         (gst_videoscale_scale_nearest_32bit),
37354         (gst_videoscale_scale_nearest_24bit),
37355         (gst_videoscale_scale_nearest_16bit):
37356         add debugging category and use it properly
37357         fix use of GST_PTR_FORMAT
37358
37359 2004-02-25  Andy Wingo  <wingo@pobox.com>
37360
37361         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37362         push only when channel->buffer is NULL. Prevents segfaults doing
37363         the state change after a nonlocal exit, like a scheme exception.
37364
37365         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37366         Handle the case where the intersected caps is empty.
37367
37368 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37369
37370         * gst/law/mulaw-decode.c: (mulawdec_link):
37371         * gst/law/mulaw.c: (plugin_init):
37372           fix mulawdec so it actually works again
37373
37374 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37375
37376         reviewed by: David Schleef  <ds@schleef.org>
37377
37378         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37379         (gst_gamma_init), (gst_gamma_set_property),
37380         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37381         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37382         for RGB, with separate r g and b correction factors. (#131167)
37383
37384 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37385
37386         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37387           only signal tags for bitrate if they're > 0 (#134894)
37388
37389 2004-02-24  David Schleef  <ds@schleef.org>
37390
37391         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37392         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37393         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37394         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37395         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37396         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37397         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37398         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37399         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37400         category.  Attempt to fix timestamp calculation.
37401
37402 2004-02-24  Johan Dahlin  <johan@gnome.org>
37403
37404         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37405
37406 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37407
37408         * configure.ac:
37409         * gconf/Makefile.am:
37410         * gconf/gstreamer.schemas:
37411         * gst-libs/gst/gconf/Makefile.am:
37412         * gst-libs/gst/gconf/gconf.c:
37413           version gconf schemas and install locations
37414
37415 2004-02-23  Benjamin Otte  <otte@gnome.org>
37416
37417         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37418         (gst_xine_input_subclass_init):
37419           call parent dispose.
37420           change pad template for CD reader correctly
37421         * ext/xine/Makefile.am:
37422         * ext/xine/gstxine.h:
37423         * ext/xine/xine.c: (plugin_init):
37424         * ext/xine/xineaudiosink.c:
37425           wrap audio sinks, too
37426         * gst-libs/gst/resample/private.h:
37427         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37428         (gst_resample_reinit), (gst_resample_scale),
37429         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37430         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37431         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37432         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37433         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37434         * gst-libs/gst/resample/resample.h:
37435         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37436         (gst_audioscale_class_init), (gst_audioscale_link),
37437         (gst_audioscale_get_buffer), (gst_audioscale_init),
37438         (gst_audioscale_chain), (gst_audioscale_set_property),
37439         (gst_audioscale_get_property):
37440         * gst/audioscale/gstaudioscale.h:
37441           s/resample_*/gst_resample_*/i to not clobber namespaces
37442
37443 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37444
37445         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37446         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37447         (gst_riff_create_video_template_caps),
37448         (gst_riff_create_audio_template_caps),
37449         (gst_riff_create_iavs_template_caps):
37450         * gst-libs/gst/riff/riff-media.h:
37451         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37452         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37453         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37454         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37455         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37456         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37457         (gst_matroska_demux_plugin_init): First batch implementing audio and
37458         video codec tags in demuxers.
37459
37460 2004-02-22  Benjamin Otte  <otte@gnome.org>
37461
37462         * ext/xine/Makefile.am:
37463         * ext/xine/gstxine.h:
37464         * ext/xine/xine.c: (plugin_init):
37465         * ext/xine/xineinput.c:
37466           add input plugin wrapper. Playback from files, http, mms and cdda
37467           works.
37468         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37469           remove leftover G_GNUC_UNUSED
37470         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37471         (gst_asf_demux_identify_guid):
37472           improve debugging output
37473
37474 2004-02-22  Benjamin Otte  <otte@gnome.org>
37475
37476         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37477
37478         * autogen.sh:
37479           replace test -e with test -x for mkinstalldirs to be more portable.
37480           (fixes #134816)
37481
37482 2004-02-22  Benjamin Otte  <otte@gnome.org>
37483
37484         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37485
37486         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37487           set rank to PRIMARY
37488         * gst/volume/gstvolume.c: (plugin_init):
37489           set rank to NONE
37490         fixes #134960
37491
37492 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37493
37494         reviewed by Benjamin Otte  <otte@gnome.org>
37495
37496         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37497           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37498
37499 2004-02-22  Benjamin Otte  <otte@gnome.org>
37500
37501         * configure.ac:
37502           export [_]*{gst,Gst,GST}.* symbols from plugins
37503
37504 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37505
37506         reviewed by: Benjamin Otte  <otte@gnome.org>
37507
37508         * ext/lame/gstlame.c: (add_one_tag):
37509         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37510         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37511         (gst_vorbisenc_metadata_set1):
37512         * gst/tags/gstid3tag.c:
37513         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37514           apply fixes from bugs #135042 (lame can't write tags) and #133817
37515           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37516
37517 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37518
37519         * configure.ac: Export only gst_plugin_desc from plugins.
37520          Note that this change only makes any effect with Linux using libtool
37521          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37522          fine. And don't try to have several versions of libtool in different
37523          directories.
37524
37525 2004-02-20  Andy Wingo  <wingo@pobox.com>
37526
37527         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37528         interleave respectively.
37529
37530         * gst/interleave/deinterleave.c: New plugin: deinterleave
37531         (replaces on oneton).
37532         * gst/interleave/interleave.c: New plugin: interleave.
37533         * gst/interleave/plugin.h: Support file.
37534         * gst/interleave/plugin.c: Support file.
37535
37536         * configure.ac: Remove intfloat and oneton, add interleave.
37537
37538         * ext/sndfile/gstsf.c: Handle events better.
37539
37540         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37541         and float2int operation. int2float has scheduling problems as
37542         noted in in2float_chain.
37543
37544 2004-02-20  Benjamin Otte  <otte@gnome.org>
37545
37546         * ext/xine/Makefile.am:
37547         * ext/xine/gstxine.h:
37548         * ext/xine/xine.c:
37549         * ext/xine/xineaudiodec.c:
37550         * ext/xine/xinecaps.c:
37551           add first version of xine plugin wrapper. Currently only wraps the
37552           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37553         * configure.ac:
37554         * ext/Makefile.am:
37555           add xine plugin wrapper, disabled by default. Use --enable-xine to
37556           build. Note that it'll segfault on gst-register if you don't remove
37557           the goom and tvtime post plugins from xine.
37558         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37559         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37560           add extradata parsing for QDM2.
37561           change around debugging prints.
37562
37563 2004-02-19  Benjamin Otte  <otte@gnome.org>
37564
37565         * ext/lame/gstlame.c: (gst_lame_chain):
37566         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37567           use gst_tag_list_insert when you want to insert tags
37568
37569 2004-02-18  David Schleef  <ds@schleef.org>
37570
37571         * configure.ac:  Move massink to gst-rotten
37572         * ext/Makefile.am:
37573         * ext/mas/Makefile.am:
37574         * ext/mas/massink.c:
37575         * ext/mas/massink.h:
37576
37577 2004-02-18  David Schleef  <ds@schleef.org>
37578
37579         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37580         typefinding, since it seems to be worse than nothing.
37581         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37582         atom to recognize .mp4 and .m4a files as video/quicktime.
37583
37584 2004-02-18  David Schleef  <ds@schleef.org>
37585
37586         * gst/sine/demo-dparams.c: (quit_live),
37587         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37588         Use double dparams, not float.
37589         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37590         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37591         sync'd elements don't really work correctly.
37592         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37593         (volume_update_volume), (volume_get_property):  Change dparam
37594         to double.
37595
37596 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37597
37598         * sys/ximage/ximagesink.c:
37599         (gst_ximagesink_xwindow_update_geometry),
37600         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37601         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37602         (gst_ximagesink_init): Rework the way software video scaling works. So
37603         now we check on each chain call if the video frames are feeling the
37604         window. If not we try to renegotiate caps. On failure we memorize that
37605         and we won't try again for that PLAYING sessions.
37606         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37607         failure.
37608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37609         synchronous flag.
37610
37611 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37612
37613         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37614           break up _link so we can give a better debug message for errors
37615
37616 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37617
37618         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37619           set up debug category
37620
37621 2004-02-18  Julien MOUTTE <julien@moutte.net>
37622
37623         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37624         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37625         the way renegotiation work. The event handling function is not taking
37626         care of external windows and renegotiate method check for pad flags
37627         NEGOTIATING. Should fix : #133209
37628
37629 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37630
37631         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37632         pad is negotiating before trying renegotiation.
37633
37634 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37635
37636         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37637           pass on all possible mime types as typefind hints
37638
37639 2004-02-17  Julien MOUTTE <julien@moutte.net>
37640
37641         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37643         possible SHM leak if we crash. All other apps using XShm are doing
37644         that.
37645
37646 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37647
37648         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37649         (gst_ximagesink_expose): Renegotiate size on expose.
37650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37651         size on expose.
37652
37653 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37654
37655         * testsuite/alsa/sinesrc.c:
37656           cosmetic fix to fix compile issue with gcc 2.95.4
37657
37658 2004-02-16  Julien MOUTTE <julien@moutte.net>
37659
37660         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37661         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37662         failed opening the audio device.
37663         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37664         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37665         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37666         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37667         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37668         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37669         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37670         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37671         Removing some useless g_return_if_fail like wingo suggested.
37672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37673         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37674         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37675         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37676         (gst_xvimagesink_update_colorbalance),
37677         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37678         (gst_xvimagesink_xcontext_clear),
37679         (gst_xvimagesink_get_fourcc_from_caps),
37680         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37681         (gst_xvimagesink_set_xwindow_id),
37682         (gst_xvimagesink_colorbalance_list_channels),
37683         (gst_xvimagesink_colorbalance_set_value),
37684         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37685         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37686
37687 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37688
37689         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37690           throw error when not negotiated instead of asserting
37691
37692 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37693
37694         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37695         correct data refcounting.
37696
37697 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37698
37699         * gst/switch/gstswitch.c: (gst_switch_change_state),
37700         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37701         change, mostly the EOS flag.
37702
37703 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37704
37705         * examples/gstplay/player.c: (got_eos), (main): Adding some
37706         output for debugging.
37707         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37708         timeouts if we go to any state different from PLAYING.
37709         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37710         more EOS bugs in riff lib.
37711
37712 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37713
37714         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37715         visualization until i find a way to fix switch correctly.
37716         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37717         EOS arrives.
37718         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37719         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37720         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37721         Reworked switch to get a more correct behaviour with events and refing
37722         of data stored in sinkpads.
37723         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37724         we don't pull from a pad in EOS.
37725
37726 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37727
37728         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37729           remove v1 tag even if we can't read it (makes sure we don't detect
37730           it again)
37731
37732 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37733
37734         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37735         (gst_alsa_xrun_recovery):
37736         * ext/alsa/gstalsa.h:
37737           try xrun recovery when wait failed. Make xrun recovery function
37738           return TRUE/FALSE to indicate success. (might fix #134354)
37739
37740 2004-02-13  David Schleef  <ds@schleef.org>
37741
37742         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37743         (dynparm_value_changed), (main): Convert from float to double.
37744         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37745
37746 2004-02-13  David Schleef  <ds@schleef.org>
37747
37748         * gst/silence/gstsilence.c: (gst_silence_class_init),
37749         (gst_silence_set_clock), (gst_silence_get),
37750         (gst_silence_set_property), (gst_silence_get_property):
37751         * gst/silence/gstsilence.h: Add sync property.
37752         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37753         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37754         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37755         * gst/sine/gstsinesrc.h: Add sync property.
37756
37757 2004-02-13  David Schleef  <ds@schleef.org>
37758
37759         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37760         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37761
37762 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37763
37764         * configure.ac:
37765         * ext/Makefile.am:
37766         * gst-libs/ext/Makefile.am:
37767           move ffmpeg plugin to gst-ffmpeg module
37768
37769 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37770
37771         * configure.ac: use GST_ARCH to detect architecture
37772
37773 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37774
37775         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37776
37777 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37778
37779         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37780           classify LADSPA plugins based on number of src/sink pads
37781           (#133663, Stefan Kost)
37782         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37783           fix dparams registration
37784           (#133528, Stefan Kost)
37785         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37786           fix use of isprint and use g_ascii_isprint instead
37787           (#133316, Stefan Kost)
37788
37789 2004-02-11  David Schleef  <ds@schleef.org>
37790
37791         Convert a few inner loops to use liboil.  This is currently
37792         optional, and is only enabled if liboil is present (duh!).
37793         * configure.ac: Check for liboil-0.1
37794         * gst/intfloat/Makefile.am:
37795         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37796         (gst_int2float_chain_gint16):
37797         * gst/videofilter/Makefile.am:
37798         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37799         (tablelookup_u8), (gst_videobalance_planar411):
37800         * gst/videotestsrc/Makefile.am:
37801         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37802         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37803         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37804         (paint_hline_RGB565), (paint_hline_xRGB1555):
37805
37806 2004-02-11  David Schleef  <ds@schleef.org>
37807
37808         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37809         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37810         (gst_colorspace_getcaps), (gst_colorspace_link),
37811         (gst_colorspace_base_init), (gst_colorspace_init),
37812         (gst_colorspace_chain), (gst_colorspace_change_state),
37813         (plugin_init): Merge Ronald's patch (bug #117897) and update
37814         for new caps and negotiation.  Seems to work, although it
37815         shows off bugs in lcs.
37816
37817 2004-02-11  David Schleef  <ds@schleef.org>
37818
37819         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37820         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37821
37822 2004-02-11  David Schleef  <ds@schleef.org>
37823
37824         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37825         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37826         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37827         Add server and port properties
37828
37829 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37830
37831         * m4/a52.m4:
37832         * m4/aalib.m4:
37833         * m4/as-ffmpeg.m4:
37834         * m4/as-liblame.m4:
37835         * m4/as-slurp-ffmpeg.m4:
37836         * m4/check-libheader.m4:
37837         * m4/esd.m4:
37838         * m4/freetype2.m4:
37839         * m4/gconf-2.m4:
37840         * m4/glib.m4:
37841         * m4/gst-alsa.m4:
37842         * m4/gst-artsc.m4:
37843         * m4/gst-ivorbis.m4:
37844         * m4/gst-matroska.m4:
37845         * m4/gst-sdl.m4:
37846         * m4/gst-shout2.m4:
37847         * m4/gst-sid.m4:
37848         * m4/gtk.m4:
37849         * m4/libdv.m4:
37850         * m4/libfame.m4:
37851         * m4/libmikmod.m4:
37852         * m4/ogg.m4:
37853         * m4/vorbis.m4:
37854           fix underquotedness of macros (#133800)
37855         * m4/as-avifile.m4:
37856         * m4/xmms.m4:
37857           removed because no longer used
37858
37859 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37860
37861         * configure.ac:
37862           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
37863           by autopoint (fixes #132996)
37864
37865 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37866
37867         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
37868         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
37869         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
37870         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
37871           fix memleaks
37872
37873 2004-02-11  David Schleef  <ds@schleef.org>
37874
37875         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
37876         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
37877         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
37878         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
37879         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
37880         (gst_jpegenc_class_init), (gst_jpegenc_init),
37881         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
37882         (gst_jpegenc_chain), (gst_jpegenc_set_property),
37883         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
37884         * ext/jpeg/gstjpegenc.h: Fix negotiation.
37885
37886 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37887
37888         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
37889         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
37890         * ext/mikmod/gstmikmod.h:
37891           fix caps negotiation in mikmod
37892         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
37893           output debug information
37894
37895 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37896
37897         * gst-libs/gst/colorbalance/Makefile.am:
37898         * gst-libs/gst/navigation/Makefile.am:
37899         * gst-libs/gst/xoverlay/Makefile.am:
37900           remove unused GST_OPT_CFLAGS from Makefiles
37901           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
37902
37903 2004-02-07  David Schleef  <ds@schleef.org>
37904
37905         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
37906         push events to pads that haven't been created (#133508)
37907
37908 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
37909
37910         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
37911         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
37912         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
37913         (gst_dvdec_loop), (gst_dvdec_change_state):
37914         Second attempt at committing a working dvdec element.
37915
37916 2004-02-06  David Schleef  <ds@schleef.org>
37917
37918         Build fixes for OS X: (see #129600)
37919         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
37920         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
37921         (gst_riff_read_strf_iavs):
37922         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
37923         (gst_avi_demux_stream_odml):
37924         * gst/playondemand/Makefile.am:
37925         * gst/rtp/rtp-packet.c:
37926
37927 2004-02-05  David Schleef  <ds@schleef.org>
37928
37929         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
37930         last change, because it Just Doesn't Compile.
37931
37932 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37933
37934         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37935           skip undecodable id3v2 tag instead of keeping it
37936
37937 2004-02-05  David Schleef  <ds@schleef.org>
37938
37939         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37940         Unref leaked buffer.  (Noticed by Ronald)
37941
37942 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
37943
37944         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37945         Sync requires with other checks.  >= vs =.
37946
37947 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
37948
37949         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
37950         (gst_dvdec_video_link), (gst_dvdec_loop):
37951         * ext/dv/gstdvdec.h:
37952           rework the caps negotiation so that dvdec works again instead
37953           of just segfaulting.
37954
37955 === release 0.7.4 ===
37956
37957 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37958
37959         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
37960         * configure.ac: changed for release
37961
37962 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37963
37964         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
37965         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37966         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37967         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37968           reworked patch by David Lehn to fix libdir and includedir for
37969           uninstalled libraries
37970           removed play and gconf from gstreamer-libs since they have their
37971           own pkgconfig files
37972
37973 2004-02-04  David Schleef  <ds@schleef.org>
37974
37975         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
37976         memleak.
37977
37978 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37979
37980         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37981           use correct GST_TAG_ENCODER tag
37982
37983 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37984
37985         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
37986           be sure to stop the clock when going to paused
37987         * sys/oss/gstosssink.c: (gst_osssink_change_state):
37988           reset number of transmitted when going to ready.
37989         fixes #132935
37990
37991 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
37992
37993         reviewed by Benjamin Otte
37994
37995         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37996           extract track count (fixes #133410)
37997
37998 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37999
38000         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
38001           that should be !=, not == (fixes #132519)
38002
38003 2004-02-04  David Schleef  <ds@schleef.org>
38004
38005         Make sure set_explicit_caps() is called before adding pad.
38006         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38007         * gst/id3/gstid3types.c: (gst_id3types_loop):
38008         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38009         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38010
38011 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38012
38013         * configure.ac:
38014           bump nano to 2, first prerelease
38015           put back AM_PROG_LIBTOOL
38016
38017 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
38018
38019         * testsuite/alsa/Makefile.am:
38020           these are user test apps, not automatic testsuite tests
38021
38022 2004-02-04  David Schleef  <ds@schleef.org>
38023
38024         Convert GST_DEBUG_CAPS() to GST_DEBUG():
38025         * gst/mpeg1videoparse/gstmp1videoparse.c:
38026         (mp1videoparse_parse_seq):
38027         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
38028         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
38029         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
38030         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
38031         (gst_xvideosink_getcaps):
38032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
38033         * testsuite/gst-lint: more tests
38034
38035 2004-02-04  David Schleef  <ds@schleef.org>
38036
38037         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
38038         with the code that they would expand to.
38039         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
38040         (gst_flacdec_get_src_query_types),
38041         (gst_flacdec_get_src_event_masks):
38042         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38043         (gst_gnomevfssrc_get_query_types),
38044         (gst_gnomevfssrc_get_event_mask):
38045
38046 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38047
38048         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38049         (gst_sinesrc_dispose):
38050           fix memleak by properly disposing sinesrc
38051
38052 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38053
38054         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38055         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38056         an overlay to redraw the image because it has been exposed.
38057         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38058         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38059         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38060         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38061         interface
38062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38063         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38064         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38065         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38066         interface
38067
38068 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38069
38070         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38071           more memleak fixage
38072
38073 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38074
38075         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38076         * gst/typefind/gsttypefindfunctions.c:
38077           fix memleaks shown by gst-typefind
38078
38079 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38080
38081         * common/glib-gen.mak:
38082           add hack rule to touch .Plo files
38083         * gst-libs/gst/colorbalance/Makefile.am:
38084         * gst-libs/gst/mixer/Makefile.am:
38085         * gst-libs/gst/play/Makefile.am:
38086         * gst-libs/gst/tuner/Makefile.am:
38087           remove glib_root variable
38088
38089 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38090
38091         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38092           set explicit caps before adding the element, so the autopluggers can
38093           plug correctly.
38094         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38095         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38096         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38097         (dv_type_find):
38098           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38099           argument.
38100
38101 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38102
38103         * gst-libs/gst/colorbalance/Makefile.am:
38104         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38105         * gst-libs/gst/colorbalance/colorbalance.c:
38106         * gst-libs/gst/colorbalance/colorbalance.h:
38107         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38108         * gst-libs/gst/mixer/Makefile.am:
38109         * gst-libs/gst/mixer/mixer-marshal.list:
38110         * gst-libs/gst/mixer/mixer.c:
38111         * gst-libs/gst/mixer/mixer.h:
38112         * gst-libs/gst/mixer/mixermarshal.list:
38113         * gst-libs/gst/play/Makefile.am:
38114         * gst-libs/gst/play/play.h:
38115         * gst-libs/gst/tuner/Makefile.am:
38116         * gst-libs/gst/tuner/tuner-marshal.list:
38117         * gst-libs/gst/tuner/tuner.c:
38118         * gst-libs/gst/tuner/tuner.h:
38119         * gst-libs/gst/tuner/tunermarshal.list:
38120           use new glib-gen.mak snippet to clean up Makefile.am
38121           fix various bugs in Makefile.am's
38122
38123 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38124
38125         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38126           handle chain parsing correctly in the multichain case
38127         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38128         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38129         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38130         (theora_dec_chain):
38131           handle events and queries correctly
38132
38133 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38134
38135         * .cvsignore:
38136         Ignore generated file _stdint.h.
38137
38138 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38139
38140         * gst-libs/gst/colorbalance/Makefile.am:
38141         * gst-libs/gst/colorbalance/colorbalance.h:
38142         * gst-libs/gst/mixer/Makefile.am:
38143         * gst-libs/gst/mixer/mixer.h:
38144         * gst-libs/gst/play/Makefile.am:
38145         * gst-libs/gst/play/play.h:
38146         * gst-libs/gst/tuner/Makefile.am:
38147         * gst-libs/gst/tuner/tuner.h:
38148         Generate enum type code with glib-mkenums.
38149         * gst-libs/gst/colorbalance/.cvsignore:
38150         * gst-libs/gst/mixer/.cvsignore:
38151         * gst-libs/gst/play/.cvsignore:
38152         * gst-libs/gst/tuner/.cvsignore:
38153         Ignore generated files.
38154
38155 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38156
38157         * gst-libs/gst/audio/.cvsignore:
38158         Ignore generated file.
38159         * gst-libs/gst/audio/Makefile.am:
38160         Do not install example filter.
38161
38162 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38163
38164         * examples/switch/.cvsignore:
38165         Ignore generated file.
38166
38167 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38168
38169         * common/m4/ax_create_stdint_h.m4:
38170         * configure.ac:
38171           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38172           _stdint.h.
38173         * Makefile.am:
38174           remove generated _stdint.h in DISTCLEANFILES
38175         * ext/a52dec/gsta52dec.c:
38176           include _stdint.h for a52dec. (should fix #133064)
38177
38178 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38179
38180         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38181         (gst_tag_to_vorbis_comments):
38182         Add replaygain support to vorbistag
38183
38184 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38185         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38186         (gst_ffmpeg_caps_to_extradata):
38187           Fix SVQ3 caps flag properties
38188           Use glib macro for bytes swap
38189
38190 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38191
38192         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38193         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38194         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38195         * ext/sndfile/gstsf.c: (plugin_init):
38196         * gst/avi/gstavi.c: (plugin_init):
38197         * sys/dxr3/dxr3init.c: (plugin_init):
38198         * sys/oss/gstossaudio.c: (plugin_init):
38199         * sys/v4l/gstv4l.c: (plugin_init):
38200         * sys/v4l2/gstv4l2.c: (plugin_init):
38201           remove textdomain calls
38202         * po/nl.po:
38203           update Dutch translation
38204
38205 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38206
38207         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38208         (gst_play_set_audio_sink): Moving volume in the audio thread for
38209         instantaneous volume change. Maybe i will add another volume in front
38210         of visualization later, not sure yet though.
38211
38212 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38213
38214         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38215         (gst_ximagesink_handle_xevents): Better X events handling, only take
38216         the latest events for configure and motion.
38217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38218
38219 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38220
38221         reviewed by: David Schleef  <ds@schleef.org>
38222
38223         Fix memory leaks:
38224         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38225         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38226
38227 2004-02-02  David Schleef  <ds@schleef.org>
38228
38229         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38230         of lines.
38231         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38232         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38233         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38234         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38235         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38236         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38237         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38238         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38239         (gst_float2_2_int_link):
38240         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38241         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38242         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38243         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38244         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38245         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38246         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38247         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38248         * testsuite/gst-lint: Add tests for bzero and ;;
38249
38250 2004-02-02  David Schleef  <ds@schleef.org>
38251
38252         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38253
38254 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38255
38256         * ext/aalib/gstaasink.c: (gst_aasink_open):
38257         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38258         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38259         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38260         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38261         (gst_afsink_close_file):
38262         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38263         (gst_afsrc_close_file):
38264         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38265         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38266         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38267         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38268         * ext/esd/esdmon.c: (gst_esdmon_get):
38269         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38270         * ext/faac/gstfaac.c: (gst_faac_chain):
38271         * ext/faad/gstfaad.c: (gst_faad_chain):
38272         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38273         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38274         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38275         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38276         (gst_flacdec_loop):
38277         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38278         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38279         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38280         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38281         (gst_gnomevfssink_close_file):
38282         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38283         (gst_gnomevfssrc_open_file):
38284         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38285         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38286         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38287         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38288         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38289         * ext/mad/gstmad.c: (gst_mad_chain):
38290         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38291         * ext/mpeg2dec/gstmpeg2dec.c:
38292         * ext/mpeg2enc/gstmpeg2enc.cc:
38293         * ext/mplex/gstmplex.cc:
38294         * ext/mplex/gstmplexibitstream.cc:
38295         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38296         (gst_ogg_demux_push):
38297         * ext/raw1394/gstdv1394src.c:
38298         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38299         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38300         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38301         (gst_sf_loop):
38302         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38303         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38304         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38305         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38306         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38307         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38308         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38309         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38310         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38311         (gst_riff_read_element_data), (gst_riff_read_seek),
38312         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38313         * gst/adder/gstadder.c: (gst_adder_loop):
38314         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38315         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38316         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38317         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38318         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38319         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38320         * gst/goom/gstgoom.c: (gst_goom_chain):
38321         * gst/id3/gstid3types.c: (gst_id3types_loop):
38322         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38323         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38324         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38325         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38326         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38327         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38328         (gst_ebml_read_float), (gst_ebml_read_header):
38329         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38330         (gst_matroska_demux_parse_blockgroup):
38331         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38332         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38333         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38334         * gst/silence/gstsilence.c: (gst_silence_get):
38335         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38336         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38337         * gst/speed/gstspeed.c: (speed_loop):
38338         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38339         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38340         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38341         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38342         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38343         (gst_wavparse_loop):
38344         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38345         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38346         (dxr3audiosink_close):
38347         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38348         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38349         (dxr3videosink_close), (dxr3videosink_write_data):
38350         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38351         * sys/oss/gstosssink.c: (gst_osssink_chain):
38352         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38353         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38354         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38355         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38356         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38357         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38358         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38359         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38360         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38361         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38362         (gst_v4l_set_audio):
38363         * sys/v4l/v4l_calls.h:
38364         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38365         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38366         (gst_v4lmjpegsink_playback_init),
38367         (gst_v4lmjpegsink_playback_start):
38368         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38369         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38370         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38371         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38372         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38373         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38374         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38375         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38376         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38377         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38378         (gst_v4l2_get_output), (gst_v4l2_set_output),
38379         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38380         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38381         (gst_v4l2_set_attribute):
38382         * sys/v4l2/v4l2_calls.h:
38383         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38384         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38385         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38386         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38387         (gst_v4l2src_capture_stop):
38388         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38389         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38390         (gst_ximagesink_chain):
38391         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38392         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38393         (gst_xvideosink_xwindow_new):
38394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38395         (gst_xvimagesink_chain):
38396
38397 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38398
38399         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38400         (gst_volume_get_volume), (volume_class_init), (volume_init),
38401         (volume_chain_int16), (volume_update_volume):
38402         * gst/volume/gstvolume.h:
38403           make code more readable by removing magic numbers
38404           make mixer interface export 0-100 range
38405           make it internally map to 0.0-1.0 range so users don't distort
38406           output by putting the sliders at full volume
38407
38408 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38409
38410         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38411         (gst_play_state_change), (gst_play_seek_to_time):
38412         block the tick callback for 0.5 secs after doing a seek
38413
38414 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38415
38416         * gst-libs/gst/play/play.c: (gst_play_new):
38417           check for GError
38418
38419 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38420
38421         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38422         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38423         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38424         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38426         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38427
38428 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38429
38430         * configure.ac:
38431         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38432           check for a function added in vorbis 1.1
38433
38434 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38435
38436         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38437         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38438           really start/stop clock only on PLAYING <=> PAUSED
38439         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38440           remove \n from debugging lines
38441         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38442           make it work when seeking does not
38443         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38444           reset on DISCONT
38445
38446 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38447
38448         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38449           start clock on PAUSED=>PLAYING, not later
38450         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38451           extract correct time for different discont formats
38452         (gst_alsa_sink_get_time):
38453           don't segfault when no format is negotiated yet, just return 0
38454         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38455         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38456         (gst_ogg_pad_push):
38457           handle flush and discont events correctly
38458         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38459           handle discont events correctly
38460
38461 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38462
38463         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38464         (gst_play_error_create), (gst_play_error_plugin),
38465         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38466         * gst-libs/gst/play/play.h:
38467           add error handling during creation
38468         * examples/gstplay/player.c: (main):
38469           use new gst_play_new
38470
38471
38472 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38473
38474         * ext/theora/theoradec.c: (theora_dec_chain):
38475           make comments work
38476         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38477         (vorbis_dec_src_event), (vorbis_dec_chain):
38478           add encoder tag, fix tag reading to be more error tolerant, change
38479           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38480           gst_pad_event_default.
38481         * gst/tags/gstvorbistag.c:
38482         (gst_tag_list_from_vorbiscomment_buffer):
38483           undefine function specific define at end of function
38484
38485 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38486
38487         * ext/flac/gstflac.c: (plugin_init):
38488         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38489         * ext/flac/gstflacdec.h:
38490         * ext/flac/gstflacenc.h:
38491           Fix typos
38492
38493 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38494
38495         * examples/gstplay/player.c: s/gstplay.h/play.h/
38496
38497 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38498
38499         * gst-libs/gst/play/Makefile.am:
38500         * gst-libs/gst/play/gstplay.c:
38501         * gst-libs/gst/play/gstplay.h:
38502         * gst-libs/gst/play/play.c:
38503           more surgery, operation complete
38504
38505 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38506
38507         * gst-libs/gst/play/play.old.c:
38508         * gst-libs/gst/play/play.old.h:
38509           after CVS surgery by moving, remove
38510         * gst-libs/gst/play/playpipelines.c:
38511           remove
38512
38513         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38514           add negotiation error
38515
38516 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38517
38518         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38519         (gst_ogg_demux_push):
38520           add some seeking debug info
38521           send a flush when seeking
38522
38523 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38524
38525         * configure.ac:
38526           use AC_C_INLINE
38527         * configure.ac:
38528         * ext/Makefile.am:
38529         * ext/theora/Makefile.am:
38530         * ext/theora/theoradec.c:
38531           add theora video decoder. Does just do simple decoding for now and
38532           has been tested against Theora cvs only. It only works when theora
38533           is compiled with --enable-static.
38534         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38535           always reset packetno on DISCONT
38536
38537 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38538
38539         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38540           Fix audio.
38541
38542 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38543
38544         * gst/mpegaudioparse/gstmpegaudioparse.c:
38545         (mp3_type_frame_length_from_header):
38546           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38547
38548 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38549
38550         * ext/esd/esdsink.c: (gst_esdsink_init):
38551           Since we have static pad template caps, we don't need to negotiate;
38552           either the core errors out or we know the format.
38553
38554 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38555
38556         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38557         (gst_riff_read_seek):
38558         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38559         (gst_ebml_read_seek):
38560           Fix event handling.
38561
38562 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38563
38564         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38565           removee video/x-theora from vp3 decoder, it doesn't handle raw
38566           theora streams
38567         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38568           fix bug with finalizing element that never went to PAUSED
38569         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38570           length and position queries were swapped
38571         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38572         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38573         (vorbis_dec_src_event):
38574           implement querying time and bytes
38575
38576 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38577
38578         * just about every source file:
38579           gst_element_error -> GST_ELEMENT_ERROR
38580
38581 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38582
38583         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38584         emiting FLUSH and even before DISCONT.
38585         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38586         get the best instant seeking as possible yay!
38587
38588 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38589
38590         * gst/mpeg1videoparse/gstmp1videoparse.c:
38591         (gst_mp1videoparse_real_chain):
38592           Committed wrong version last week... Grr... Didn't notice until now.
38593
38594 2004-01-29  Julien MOUTTE <julien@moutte.net>
38595
38596         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38598         have_xwindow_id signal in xwindow_create.
38599
38600 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38601
38602         * ext/ogg/gstoggdemux.c:
38603           lots of changes - mainly support for chained bitstreams, seeking,
38604           querying and bugfixes of course
38605         * ext/vorbis/Makefile.am:
38606         * ext/vorbis/vorbisdec.c:
38607         * ext/vorbis/vorbisdec.h:
38608           add vorbisdec raw vorbis decoder
38609         * ext/vorbis/vorbis.c: (plugin_init):
38610           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38611         * gst/intfloat/Makefile.am:
38612         * gst/intfloat/float22int.c:
38613         * gst/intfloat/float22int.h:
38614         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38615           add float2intnew plugin. It converts multichannel interleaved float to
38616           multichannel interleaved int. The name should probably be changed.
38617         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38618         (plugin_init):
38619           add typefinding for raw theora video so oggdemux can detect it.
38620
38621 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38622
38623         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38624         sink element first.
38625         * gst/videoscale/gstvideoscale.c:
38626         (gst_videoscale_handle_src_event): Fixing src event handler.
38627
38628 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38629
38630         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38631         (gst_v4lsrc_open), (gst_v4lsrc_close),
38632         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38633         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38634         * sys/v4l/gstv4lsrc.h:
38635         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38636         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38637           Implement resizing... Hack. But that's why v4l is b0rked...
38638
38639 2004-01-28  Julien MOUTTE <julien@moutte.net>
38640
38641         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38642         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38643         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38644         (gst_ximagesink_xwindow_destroy):
38645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38646         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38647         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38648         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38649         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38650         correctly cleaning the image created to check xshm calls on succes,
38651         added a lot of XSync calls in X11 functions, and fixed a segfault when
38652         no image format was defined before negotiation happened.
38653
38654 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38655
38656         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38657           use gst_element_get_time to get correct time
38658
38659 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38660
38661         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38662         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38663         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38665         (gst_xvimagesink_check_xshm_calls),
38666         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38667         X plugins are now able to detect that XShm calls will fail even if the
38668         server claims that it has XShm support (remote displays most of the
38669         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38670         so that we use non XShm functions. This feature is almost useless for
38671         xvimagesink as Xv is not supported on remote displays anyway, but
38672         it might happen than even on the local display XShm calls fail.
38673
38674 2004-01-27  David Schleef  <ds@schleef.org>
38675
38676         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38677         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38678         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38679         changed esdsink to only use 44100,16,2, since esd sucks at rate
38680         conversion and esdsink has had difficulty negotiating.
38681
38682 2004-01-27  Julien MOUTTE <julien@moutte.net>
38683
38684         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38685         (gst_play_seek_to_time): Fixing the way to get current position.
38686
38687 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38688
38689         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38690           use gst_element_get_time to get correct time
38691
38692 2004-01-27  Julien MOUTTE <julien@moutte.net>
38693
38694         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38695         fix ever... Inverting 2 lines of code make spider autoplug correctly
38696         tagged mp3 !
38697
38698 2004-01-27  David Schleef  <ds@schleef.org>
38699
38700         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38701         Use gst_pad_try_set_caps_nonfixed().
38702
38703 2004-01-27  David Schleef  <ds@schleef.org>
38704
38705         * gst/ac3parse/gstac3parse.c: update to checklist 5
38706         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38707         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38708         * gst/audioscale/gstaudioscale.c: same
38709         * gst/auparse/gstauparse.c: same
38710         * gst/avi/gstavidemux.c: same
38711
38712 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38713
38714         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38715           stop processing after EOS
38716
38717 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38718
38719         * gst/asfdemux/asfheaders.h:
38720         * gst/asfdemux/gstasfdemux.c:
38721         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38722         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38723         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38724           lot's of fixes to make data extraction simpler and get the code
38725           architecture and compiler independant. Add debugging category
38726         * gst/goom/gstgoom.c: (gst_goom_change_state):
38727           reset channel count on PAUSED=>READY, not READY=>PAUSED
38728
38729 2004-01-26  Colin Walters  <walters@verbum.org>
38730
38731         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38732         code to pull a bigger buffer in iradio mode.  This as a side effect
38733         makes typefinding work.
38734
38735 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38736
38737         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38738         Fix SVQ3 decoding on PPC
38739
38740 2004-01-26  Julien MOUTTE <julien@moutte.net>
38741
38742         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38743         that one managed to stay there... Fixed.
38744
38745 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38746
38747         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38748         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38749         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38750         (qtdemux_video_caps):
38751         * gst/qtdemux/qtdemux.h:
38752         Add SVQ3 specific flags to qtdemux and ffmpeg
38753
38754 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38755
38756         * gst-libs/gst/audio/audio.h:
38757           remove buffer-frames from audio caps
38758         * gst/audioconvert/gstaudioconvert.c:
38759           fix plugin to really work.
38760
38761 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38762
38763         * gst-libs/gst/mixer/mixer.c:
38764         * gst-libs/gst/propertyprobe/propertyprobe.c:
38765         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38766         (gst_tuner_find_channel_by_name):
38767         * gst-libs/gst/tuner/tuner.h:
38768           Add gtk-doc style comments. Also fix a function name.
38769
38770 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38771
38772         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38773         (gst_divxdec_negotiate):
38774           Fix for new capsnego - also fixes gst-player with divxdec.
38775
38776 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38777
38778         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38779         (gst_play_identity_handoff), (gst_play_set_location),
38780         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38781         try in visualization implementation. Still have an issue with switch
38782         blocking when pulling from video_queue and only audio comes out of
38783         spider.
38784         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38785         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38786         release method. And check if the pad is usable before pulling.
38787
38788 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38789
38790         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38791         (gst_videobalance_init),
38792         (gst_videobalance_colorbalance_list_channels),
38793         (gst_videobalance_colorbalance_set_value),
38794         (gst_videobalance_colorbalance_get_value),
38795         (gst_videobalance_update_properties),
38796         (gst_videobalance_update_tables_planar411),
38797         (gst_videobalance_planar411):
38798         * gst/videofilter/gstvideobalance.h:
38799           Implement lookup-tables. +/- 10x faster.
38800
38801 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38802
38803         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38804         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38805           The index reading was broken. The rest worked fine, but the whole
38806           goal of my rewrite was to make avidemux readable, and this was
38807           not at all readable. Please use typed variables.
38808
38809 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38810
38811         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38812           Additional pad usability check.
38813         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38814         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38815         (gst_mp1videoparse_real_chain):
38816           Fix MPEG video stream parsing. The original plugin had several
38817           issues, including not timestamping streams where the source was
38818           not timestamped (this happens with PTS values in mpeg system
38819           streams, but MPEG video is also a valid stream on its own so
38820           that needs timestamps too). We use the display time code for that
38821           for now. Also, if one incoming buffer contains multiple valid
38822           frames, we push them all on correctly now, including proper EOS
38823           handling. Lastly, several potential segfaults were fixed, and we
38824           properly sync on new sequence/gop headers to include them in next,
38825           not previous frames (since they're header for the next frame, not
38826           the previous). Also see #119206.
38827         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38828         (bpf_from_header):
38829           Move caps setting so we only do it after finding several valid
38830           MPEG-1 fraes sequentially, not right after the first one (which
38831           might be coincidental).
38832         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38833         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38834         (plugin_init):
38835           Add unsynced MPEG video stream typefinding, and change some
38836           probability values so we detect streams rightly. The idea is as
38837           follows: I can have an unsynced system stream which contains
38838           video. In the current code, I would randomly get a type for either
38839           system or video stream type found, because the probabilities are
38840           being calculated rather randomly. I now use fixed values, so we
38841           always prefer system stream if that was found (and that is how it
38842           should be). If no system stream was found, we can still identity                the stream as video-only.
38843
38844 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38845
38846         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38847         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38848           don't write to buffer. Extract data without the need of
38849           __attribute__ ((packed))
38850
38851 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38852
38853         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
38854         (mpeg1_sys_type_find):
38855           Fix MPEG-1 stream typefinding.
38856
38857 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38858
38859         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
38860           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
38861
38862 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38863
38864         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
38865         * ext/esd/gstesd.c: (plugin_init):
38866           private debugging, better error reporting
38867
38868 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38869
38870         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
38871         (gst_riff_read_init), (gst_riff_read_change_state):
38872         * gst-libs/gst/riff/riff-read.h:
38873           Remove stuff fromold metadata system.
38874
38875 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38876
38877         * ext/ogg/gstoggdemux.c:
38878           Fix wrong file comment.
38879         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38880         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
38881           Add metadata reading properly.
38882
38883 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38884
38885         * ext/Makefile.am:
38886           Fix nas DIST_SUBDIRS
38887           Uraeus:
38888           Fix bug where make distcheck doesn't get run on adding stuff to
38889           the build.
38890
38891 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38892
38893         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
38894         * ext/divx/gstdivxdec.h:
38895           Fix divx3 ("msmpeg4") playback using divxdec.
38896
38897 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38898
38899         * gst/typefind/gsttypefindfunctions.c:
38900         (mp3_type_frame_length_from_header): fix bug in length computation
38901         (mp3_type_find): improve debugging output
38902
38903 2004-01-23  Julien MOUTTE  <julien@moutte.net>
38904
38905         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38906         (gst_play_set_location), (gst_play_seek_to_time),
38907         (gst_play_set_audio_sink), (gst_play_set_visualization),
38908         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
38909         the pipeline from scratch. Visualization is back and switch went out as
38910         i realized it was not possible to use the way i wanted.
38911         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
38912         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
38913         clearing in state change from READY to NULL. So that one can clean the
38914         X ressources keeping the element.
38915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38916         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
38917         (gst_xvimagesink_colorbalance_set_value),
38918         (gst_xvimagesink_colorbalance_get_value),
38919         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
38920         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
38921         change from READY to NULL and fixed some stupid bugs in colorbalance
38922         get/set values. Also added the following feature : when nobody tries to
38923         set some values to the colorbalance levels before the xcontext is
38924         grabbed, then when creating channels list from Xv attributes we set the
38925         internal values to the Xv defaults. This way we handle buggy Xv drivers
38926         that set default hue values far from the middle of the range (Thanks
38927         to Jon Trowbridge for pointing that issue).
38928         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
38929         colorbalance levels have been set before xcontext is grabbed.
38930
38931 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38932
38933         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
38934           Fix the ossmixer case where we shouldn't open /dev/dsp* because
38935           it might block operations (which is bad for a mixer).
38936
38937 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38938
38939         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
38940         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
38941         (gmip_find_type_pre):
38942         * gst-libs/gst/media-info/media-info-priv.h:
38943         * gst-libs/gst/media-info/media-info.c:
38944         (gst_media_info_instance_init), (gst_media_info_read_idler):
38945         add fakesink to get caps on decoder src pad again
38946         fix callback prototype to match new have_type signal signature
38947
38948 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38949
38950         * gst/adder/gstadder.c: (gst_adder_link):
38951           fix non-compile and cut-n-paste code
38952
38953 2004-01-21  David Schleef  <ds@schleef.org>
38954
38955         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
38956         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
38957         (gst_swfdec_init), (gst_swfdec_change_state):
38958         * ext/swfdec/gstswfdec.h:
38959         Fix negotiation.
38960         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
38961         (gst_adder_request_new_pad): Fix negotiation.
38962         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
38963         Add a fixate function.
38964         * gst/intfloat/gstfloat2int.c:
38965         * gst/intfloat/gstfloat2int.h:
38966         * gst/intfloat/gstint2float.c:
38967         * gst/intfloat/gstint2float.h:
38968         Completely rewrite the negotiation.  Doesn't quite work yet,
38969         due to some buffer-frames problem.
38970
38971 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
38972
38973         * ext/gnomevfs/gstgnomevfssrc.c:
38974         * sys/v4l2/v4l2_calls.h:
38975           fix includes for distcheck
38976
38977 2004-01-21  Christian Schaller <uraeus@gnome.org>
38978
38979         * ext/nas/
38980         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
38981         based on earlier patch from Laurent Vivier
38982
38983 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
38984
38985         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38986         Fix wma caps property
38987         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
38988         Fix typo (flags1 and flags2)
38989
38990 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38991
38992         * gst-libs/gst/media-info/media-info-priv.c:
38993         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
38994         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
38995         (gmip_find_stream), (gmip_find_track_metadata),
38996         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
38997         (gmip_find_track_format):
38998         * gst-libs/gst/media-info/media-info-priv.h:
38999         * gst-libs/gst/media-info/media-info-test.c: (main):
39000         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
39001         (gst_media_info_read_idler), (gst_media_info_read):
39002         * gst-libs/gst/media-info/media-info.h:
39003           register debugging category and use it for debugging
39004
39005 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39006
39007         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
39008         (gst_vorbisfile_new_link):
39009           signal streaminfo through tags
39010
39011 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39012
39013         * ext/mplex/gstmplex.cc:
39014         * ext/mplex/gstmplexibitstream.cc:
39015           g++ doesn't like NULL in our i18n/error macros, should be
39016           either (NULL) or ("").
39017
39018 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39019
39020         * sys/dxr3/dxr3audiosink.c:
39021         * sys/dxr3/dxr3init.c:
39022         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
39023         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
39024           Fix more error error error errors (missing includes here).
39025
39026 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39027
39028         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39029           fix thomas' error errors.
39030
39031 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39032
39033         * ext/mpeg2enc/gstmpeg2enc.cc:
39034           fix error errors.
39035
39036 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39037
39038         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39039         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39040           Fix for new error system.
39041
39042 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39043
39044         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39045           fix for new error reporting
39046
39047 2004-01-20  David Schleef  <ds@schleef.org>
39048
39049         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39050         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39051         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39052         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39053         and neither is 100+, most likely.
39054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39055         (gst_xvimagesink_getcaps): same
39056
39057 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39058
39059         * configure.ac:
39060           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39061           clashes with ffmpeg.
39062
39063 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39064
39065         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39066         (gst_switch_init): Fixed switch element : proxying link and setting
39067         caps from src to sink on request.
39068
39069 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39070
39071         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39072         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39073         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39074         fix element_error
39075
39076 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39077
39078         * sys/v4l/v4l_calls.h:
39079         * sys/v4l2/v4l2_calls.h:
39080           element_error fixes
39081
39082 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39083
39084         * gst-libs/gst/gst-i18n-plugin.h:
39085           add locale.h
39086           remove config.h inclusion
39087
39088 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39089
39090         * autogen.sh:
39091           adding autopoint invocation
39092         * Makefile.am:
39093         * configure.ac:
39094         * gst-libs/gst/gettext.h:
39095           adding gettext bits
39096         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39097         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39098         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39099         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39100         (gst_gnomevfssink_close_file):
39101         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39102         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39103         * gst-libs/gst/gst-i18n-plugin.h:
39104         * gst/avi/gstavi.c: (plugin_init):
39105         * sys/dxr3/dxr3init.c: (plugin_init):
39106         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39107         * sys/oss/gstossaudio.c: (plugin_init):
39108         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39109         * sys/v4l/gstv4l.c: (plugin_init):
39110         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39111         * sys/v4l2/gstv4l2.c: (plugin_init):
39112         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39113         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39114         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39115         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39116         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39117         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39118           make sure locale and translation domain are set
39119           fix translated strings
39120         * po/.cvsignore:
39121         * po/LINGUAS:
39122         * po/Makevars:
39123         * po/POTFILES.in:
39124         * po/nl.po:
39125           put translation files into place
39126         * sys/xvideo/imagetest.c: (main):
39127         * ext/dv/demo-play.c: (main):
39128           fix unnecessary translations
39129
39130 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39131
39132         * ext/sndfile/gstsf.c:
39133         * gst/avi/gstavimux.c:
39134         * ext/audiofile/gstafsink.c:
39135         * ext/audiofile/gstafsrc.c:
39136         * ext/gnomevfs/gstgnomevfssink.c:
39137         * ext/gnomevfs/gstgnomevfssrc.c:
39138         * sys/oss/gstosselement.c:
39139         * sys/v4l/v4l_calls.h:
39140           fix i18n include
39141
39142 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39143
39144         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39145         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39146         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39147         (gst_v4l2_get_output), (gst_v4l2_set_output),
39148         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39149         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39150         (gst_v4l2_set_attribute):
39151         update to new error handling
39152
39153 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39154
39155         * ext/sidplay/gstsiddec.cc:
39156         * gst/modplug/gstmodplug.cc:
39157           parenthese NULL because C++ seems angry about it
39158
39159 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39160
39161         * gst-libs/gst/gst-i18n-plugin.h:
39162           add skeleton i18n stuff, but needs to be further implemented
39163
39164 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39165
39166         * examples/gstplay/player.c: (main):
39167         * ext/aalib/gstaasink.c: (gst_aasink_open):
39168         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39169         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39170         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39171         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39172         (gst_afsink_close_file):
39173         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39174         (gst_afsrc_close_file):
39175         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39176         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39177         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39178         * ext/esd/esdmon.c: (gst_esdmon_get):
39179         * ext/esd/esdsink.c: (gst_esdsink_chain):
39180         * ext/faac/gstfaac.c: (gst_faac_chain):
39181         * ext/faad/gstfaad.c: (gst_faad_chain):
39182         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39183         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39184         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39185         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39186         (gst_flacdec_loop):
39187         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39188         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39189         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39190         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39191         (gst_gnomevfssink_close_file):
39192         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39193         (gst_gnomevfssrc_open_file):
39194         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39195         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39196         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39197         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39198         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39199         * ext/mad/gstmad.c: (gst_mad_chain):
39200         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39201         * ext/mpeg2dec/gstmpeg2dec.c:
39202         * ext/mpeg2enc/gstmpeg2enc.cc:
39203         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39204         * ext/mplex/gstmplex.cc:
39205         * ext/mplex/gstmplexibitstream.cc:
39206         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39207         (gst_ogg_demux_push), (gst_ogg_pad_push):
39208         * ext/raw1394/gstdv1394src.c:
39209         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39210         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39211         * ext/sidplay/gstsiddec.cc:
39212         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39213         (gst_sf_loop):
39214         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39215         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39216         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39217         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39218         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39219         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39220         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39221         * gst-libs/gst/Makefile.am:
39222         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39223         (gst_riff_read_element_data), (gst_riff_read_seek),
39224         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39225         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39226         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39227         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39228         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39229         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39230         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39231         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39232         * gst/goom/gstgoom.c: (gst_goom_chain):
39233         * gst/id3/gstid3types.c: (gst_id3types_loop):
39234         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39235         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39236         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39237         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39238         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39239         (gst_ebml_read_float), (gst_ebml_read_header):
39240         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39241         (gst_matroska_demux_parse_blockgroup):
39242         * gst/modplug/gstmodplug.cc:
39243         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39244         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39245         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39246         * gst/silence/gstsilence.c: (gst_silence_get):
39247         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39248         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39249         * gst/speed/gstspeed.c: (speed_loop):
39250         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39251         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39252         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39253         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39254         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39255         (gst_wavparse_loop):
39256         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39257         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39258         (dxr3audiosink_close):
39259         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39260         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39261         (dxr3videosink_close), (dxr3videosink_write_data):
39262         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39263         * sys/oss/gstosselement.h:
39264         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39265         (gst_osssink_chain):
39266         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39267         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39268         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39269         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39270         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39271         (gst_v4l_enable_overlay):
39272         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39273         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39274         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39275         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39276         (gst_v4l_set_audio):
39277         * sys/v4l/v4l_calls.h:
39278         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39279         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39280         (gst_v4lmjpegsink_playback_init),
39281         (gst_v4lmjpegsink_playback_start):
39282         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39283         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39284         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39285         (gst_v4lmjpegsrc_requeue_frame):
39286         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39287         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39288         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39289         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39290         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39291         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39292         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39293         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39294         (gst_v4l2src_capture_stop):
39295         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39296         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39297         (gst_ximagesink_chain):
39298         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39299         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39300         (gst_xvideosink_xwindow_new):
39301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39302         (gst_xvimagesink_chain):
39303         use new error signal, function and categories
39304
39305 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39306
39307         * configure.ac:
39308         * ext/Makefile.am:
39309         * ext/musicbrainz/gsttrm.c:
39310         * ext/musicbrainz/gsttrm.h:
39311         * ext/musicbrainz/Makefile.am:
39312         Add a trm plugin
39313
39314 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39315
39316         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39317         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39318         synchronous property for debugging.
39319         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39321         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39322         smaller block, fixing indent.
39323
39324 2004-01-16  David Schleef  <ds@schleef.org>
39325
39326         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39327         property affects the video stream.
39328         * sys/xvimage/xvimagesink.c:
39329         * sys/xvimage/xvimagesink.h:
39330         Add synchronous property for debugging.  Should probably be
39331         disabled in non-CVS builds.  Make sure that the Xv attribute
39332         exists before we set it (crash!).  Fix a silly float bug that
39333         caused colorbalance to just not work.
39334
39335 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39336
39337         * tools/gst-launch-ext.in - update for new plugins
39338
39339 2004-01-16  David Schleef  <ds@schleef.org>
39340
39341         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39342         already-freed caps.
39343
39344 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39345
39346         * Update spec for new colorspace plugin and libcaca plugin
39347         * Fix compilation of libcaca plugin (clock -> id)
39348
39349 2004-01-16  Julien MOUTTE <julien@moutte.net>
39350
39351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39352         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39353         (gst_xvimagesink_set_xwindow_id),
39354         (gst_xvimagesink_colorbalance_set_value),
39355         (gst_xvimagesink_colorbalance_get_value),
39356         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39357         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39358         correct colorbalance properties. They can now be set when the element
39359         is still in NULL state. The values will be committed to the Xv Port
39360         when xcontext is initialized.
39361         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39362         brightness int values in the GstXvImagesink structure.
39363
39364 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39365
39366         * gst-libs/gst/Makefile.am:
39367           restructure so having local patches works easier.
39368
39369 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39370
39371         * ext/mpeg2enc/Makefile.am:
39372         * ext/mpeg2enc/gstmpeg2enc.cc:
39373         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39374           Bugfix with respect to EOS handling.
39375
39376 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39377
39378         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39379           Link with right caps (else, it segfaults).
39380         * ext/mplex/gstmplexjob.cc:
39381           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39382
39383 2004-01-15  David Schleef  <ds@schleef.org>
39384
39385         * gst-libs/gst/audio/Makefile.am:
39386         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39387         from the template.
39388         * gst-libs/gst/audio/gstaudiofilter.c:
39389         * gst-libs/gst/audio/gstaudiofilter.h:
39390         Add bytes_per_sample and size and n_samples calculation.
39391         * gst-libs/gst/audio/gstaudiofilterexample.c:
39392         Remove, now autogenerated.
39393         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39394         Moved from gstaudiofilterexample, object name changed, code added
39395         so that it actually works.
39396         * gst-libs/gst/audio/make_filter:
39397         Script to build an audiofilter subclass from the template.
39398         * gst/colorspace/Makefile.am:
39399         * gst/colorspace/yuv2yuv.c:
39400         Remove file, since it's GPL, and we don't use it.
39401
39402 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39403
39404         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39406         them use the buffer free function to test how the buffer was allocated.
39407
39408 2004-01-15  David Schleef  <ds@schleef.org>
39409
39410         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39411         that handles osssink fallback.
39412         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39413         (gst_audio_convert_getcaps):
39414         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39415         Add audio/x-qdm2 for QDM2 audio.
39416         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39417         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39418         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39419         Decrease minimum size to 16x16.
39420         * gst/wavparse/gstwavparse.c:
39421         Convert disabled pad template caps to new caps.
39422         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39424         (gst_xvimagesink_chain): Throw element error when display cannot
39425         be opened.  Increase minimum framerate to 1.0.  Check the data
39426         free function on a buffer to make sure it is the type we expect
39427         before manipulating it.
39428
39429 2004-01-15  Julien MOUTTE <julien@moutte.net>
39430
39431         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39432         (gst_videobalance_colorbalance_set_value): Implement passthru if
39433         settings are in the middle.
39434         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39435
39436 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39437
39438         * gst/videofilter/Makefile.am:
39439         * gst/volume/Makefile.am:
39440           Since we use videofilter symbols, link to it.
39441
39442 2004-01-15  Julien MOUTTE <julien@moutte.net>
39443
39444         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39445         mixer interface type to HARDWARE.
39446         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39447         type to SOFTWARE.
39448         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39449         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39450         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39451         (gst_volume_interface_init), (gst_volume_list_tracks),
39452         (gst_volume_set_volume), (gst_volume_get_volume),
39453         (gst_volume_set_mute), (gst_volume_mixer_init),
39454         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39455         (volume_init): Implementing mixer interface.
39456         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39457         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39458         (gst_osselement_change_state): Removing some trailing commas in
39459         structures.
39460         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39461         interface type to HARDWARE.
39462         * sys/v4l/gstv4lcolorbalance.c:
39463         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39464         type to HARDWARE.
39465         * sys/v4l2/gstv4l2colorbalance.c:
39466         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39467         interface type to HARDWARE.
39468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39469         same code than ximagesink for event handling.
39470
39471 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39472
39473         * ext/snapshot/Makefile.am:
39474         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39475         (gst_snapshot_chain):
39476         * ext/snapshot/gstsnapshot.h:
39477           This has to be a joke... Snapshot should be connected to a tee,
39478           colorspace element before it and EOS after that, where the other
39479           src of the tee receives normal data.
39480           The current way is *wrong*.
39481
39482 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39483
39484         * ext/hermes/gsthermescolorspace.c:
39485           Fix another compile error. Same as below.
39486
39487 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39488
39489         * gst/colorspace/gstcolorspace.c:
39490         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39491         (gst_colorspace_i420_to_yv12):
39492           Fix compiling... Didn't test if it actually works.
39493
39494 2004-01-15  David Schleef  <ds@schleef.org>
39495
39496         * configure.ac:
39497         * gst/colorspace/Makefile.am:
39498         * gst/colorspace/gstcolorspace.c:
39499         * gst/colorspace/gstcolorspace.h:
39500         * gst/colorspace/yuv2rgb.c:
39501         * gst/colorspace/yuv2rgb.h:
39502         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39503         code and GPL code.  Fix for new caps negotiation.  Rewrite
39504         much of the format handling code, and some of the conversion
39505         code.  Basically, rewrote almost everything.  This element
39506         handles I420, YV12 to RGB conversions.
39507         * ext/hermes/Makefile.am:
39508         * ext/hermes/gsthermescolorspace.c:
39509         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39510         Remove non-Hermes related code.  This element handles lots of
39511         RGB to RGB conversions, but no YUV.
39512         * ext/hermes/gstcolorspace.c:
39513         * ext/hermes/gstcolorspace.h:
39514         * ext/hermes/rgb2yuv.c:
39515         * ext/hermes/yuv2rgb.c:
39516         * ext/hermes/yuv2rgb.h:
39517         * ext/hermes/yuv2rgb_mmx16.s:
39518         * ext/hermes/yuv2yuv.c:
39519         * ext/hermes/yuv2yuv.h:
39520         Remove old code.
39521
39522 2004-01-14  Colin Walters  <walters@verbum.org>
39523
39524         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39525         they've already been.
39526
39527 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39528
39529         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39530           assume tag mode when pad is not connected
39531
39532 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39533
39534         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39535           Don't update the time of the clock
39536         (gst_alsa_sink_loop):
39537           sync to the clock given to alsasink, not the own clock
39538         * sys/oss/gstosssink.c: (gst_osssink_chain):
39539           sync to the clock
39540         (gst_osssink_change_state):
39541           activate the clock
39542         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39544           remove bogus code that made DISCONT events unhandled
39545         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39546           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39547           #131502)
39548         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39549         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39550         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39551           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39552           2nd warning in bug #131502)
39553
39554 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39555
39556         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39557         (gst_videobalance_colorbalance_set_value),
39558         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39559         for colorbalance interface implementation.
39560         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39561         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39562         (gst_ximagesink_dispose), (gst_ximagesink_init),
39563         (gst_ximagesink_class_init): Adding DISPLAY property.
39564         * sys/ximage/ximagesink.h: Adding display_name to store display.
39565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39566         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39567         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39568         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39569         properties (they still need polishing though for gst-launch use : no
39570         xcontext yet, i ll do that tomorrow).
39571         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39572
39573 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39574
39575         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39576         (gst_play_set_location), (gst_play_set_visualization): Preparing
39577         switch integration, adding videobalance in the pipeline.
39578
39579 2004-01-14  Julien MOUTTE <julien@moutte.net>
39580
39581         * gst-libs/gst/colorbalance/colorbalance.c:
39582         (gst_color_balance_class_init): Adding a default type.
39583         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39584         the type.
39585         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39586         (gst_videobalance_dispose), (gst_videobalance_class_init),
39587         (gst_videobalance_init), (gst_videobalance_interface_supported),
39588         (gst_videobalance_interface_init),
39589         (gst_videobalance_colorbalance_list_channels),
39590         (gst_videobalance_colorbalance_set_value),
39591         (gst_videobalance_colorbalance_get_value),
39592         (gst_videobalance_colorbalance_init): Implementing colorbalance
39593         interface.
39594         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39595         list.
39596         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39597         bug which was triggering a BadAccess X error when setting an overlay
39598         before pad was really negotiated.
39599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39600         Using the colorbalance type macro.
39601
39602 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39603
39604         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39605         (gst_flacenc_chain):
39606           handle tags correctly
39607         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39608           extract ID3v1 tags correctly
39609
39610 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39611
39612         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39613         (plugin_init):
39614           Improve matroska typefinding for odd-typed headers...
39615
39616 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39617
39618         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39619           Fix for using incremental number on padnames.
39620
39621 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39622
39623         * ext/divx/gstdivxdec.c:
39624         * ext/divx/gstdivxenc.c:
39625           Set category to divx4linux instead of divx (too generic).
39626         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39627         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39628         (gst_wavparse_loop), (gst_wavparse_change_state):
39629         * gst/wavparse/gstwavparse.h:
39630           fix parsing of WAV files with non-standard fmt-tag size and fix
39631           skipping of unrecognized chunks... Someone please fix this thing
39632           to use rifflib so all this is automated.
39633         * sys/v4l/Makefile.am:
39634         * sys/v4l2/Makefile.am:
39635           Add X_CFLAGS because we depend on X (for overlay).
39636
39637 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39638
39639         * ext/mpeg2dec/gstmpeg2dec.c:
39640           Don't issue a timestamp unless we tagged the frame
39641           with a PTS.
39642
39643 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39644
39645         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39646           Query the audio element to get the time, not the clock. We're
39647           interested in the element's time here.
39648
39649 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39650
39651         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39652         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39653         * ext/esd/esdsink.c: (gst_esdsink_chain):
39654         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39655         * ext/mas/massink.c: (gst_massink_chain):
39656         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39657         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39658         (gst_matroska_demux_parse_metadata):
39659         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39660         (gst_mpeg_parse_release_locks):
39661         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39662         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39663         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39664         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39665         (gst_osssink_change_state):
39666         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39667         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39668         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39669         (gst_xvideosink_release_locks):
39670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39671           use element time.
39672         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39673         (gst_alsa_clock_stop):
39674         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39675         (gst_audio_clock_get_internal_time):
39676           simplify for use with new clocking code.
39677         * testsuite/alsa/Makefile.am:
39678         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39679           fix testsuite for new caps system
39680
39681 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39682
39683         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39684         * ext/flac/gstflacenc.c: (add_one_tag):
39685           length is already host endian, no need to convert. Fixes playback of
39686           tagged files on PPC. (bug #128384)
39687
39688 2004-01-13  Julien MOUTTE <julien@moutte.net>
39689
39690         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39691         colorbalance interface stating if it is hardware based or software
39692         based.
39693         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39694         Removing a trailing comma.
39695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39696         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39697         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39698         the documentation seems to be wrong on the -1000 to 1000 interval.
39699
39700 2004-01-12  David Schleef  <ds@schleef.org>
39701
39702         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39703         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39704         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39705         Fix negotiation.  Add a bufferalloc function for the sink pad,
39706         and generally clean up some of the code.
39707
39708 2004-01-12  Julien MOUTTE <julien@moutte.net>
39709
39710         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39711         (gst_color_balance_channel_dispose): Adding safety check in dispose
39712         method.
39713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39714         (gst_xvimagesink_xcontext_clear),
39715         (gst_xvimagesink_interface_supported),
39716         (gst_xvimagesink_colorbalance_list_channels),
39717         (gst_xvimagesink_colorbalance_set_value),
39718         (gst_xvimagesink_colorbalance_get_value),
39719         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39720         Adding colorbalance interface support to set XV parameters such as
39721         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39722         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39723         interface.
39724
39725 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39726
39727         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39728         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39729         (gst_audio_convert_init), (gst_audio_convert_set_property),
39730         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39731         (gst_audio_convert_link),
39732         (gst_audio_convert_buffer_to_default_format),
39733         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39734           - implement _getcaps and use it
39735           - improve linking
39736           - remove float caps since no float conversion is actually done
39737           - remove properties and arguments that were to be used for rate
39738             conversion
39739
39740 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39741
39742         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39743         (gst_audio_structure_set_int):
39744         * gst-libs/gst/audio/audio.h:
39745           add helper functions for _getcaps matching the standard audio
39746           templates
39747
39748 2004-01-12  David Schleef  <ds@schleef.org>
39749
39750         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39751         Test that pad is negotiated before getting its caps.
39752
39753 2004-01-12  Julien MOUTTE <julien@moutte.net>
39754
39755         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39756         analyzing the pads of an element the bin is mostly in READY state so
39757         no caps were negotiated. This helper function needs to work with
39758         _get_caps directly then. I was not freeing them though, added that to
39759         fix the mem leak.
39760
39761 2004-01-12  Julien MOUTTE <julien@moutte.net>
39762
39763         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39765         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39766         than the free_func.
39767
39768 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39769
39770         * sys/oss/gstossaudio.c: (plugin_init):
39771         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39772         * sys/oss/gstosselement.h:
39773           make an oss debugging category
39774           make failure more descriptive
39775
39776 2004-01-11  David Schleef  <ds@schleef.org>
39777
39778         * ext/ffmpeg/gstffmpeg.c:
39779         * ext/ffmpeg/gstffmpegcodecmap.c:
39780         * ext/ffmpeg/gstffmpegdec.c:
39781         * ext/ffmpeg/gstffmpegenc.c:
39782         * ext/ffmpeg/gstffmpegprotocol.c:
39783         * ext/gdk_pixbuf/gstgdkanimation.c:
39784         * ext/jpeg/gstjpeg.c:
39785         * ext/libpng/gstpng.c:
39786         * ext/mpeg2dec/perftest.c:
39787         * ext/speex/gstspeex.c:
39788         * gst-libs/gst/resample/dtos.c:
39789         * gst/intfloat/gstintfloatconvert.c:
39790         * gst/oneton/gstoneton.c:
39791         * gst/rtjpeg/RTjpeg.c:
39792         * gst/rtp/gstrtp.c:
39793         * sys/dxr3/dxr3init.c:
39794         * sys/glsink/gstgl_nvimage.c:
39795         * sys/glsink/gstgl_pdrimage.c:
39796         * sys/glsink/gstglsink.c:
39797         * testsuite/gst-lint:
39798         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39799
39800 2004-01-11  David Schleef  <ds@schleef.org>
39801
39802         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39803         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39804         * ext/gdk_pixbuf/gstgdkanimation.c:
39805         (gst_gdk_animation_iter_create_pixbuf):
39806         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39807         (gst_gdk_pixbuf_chain):
39808         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39809         * ext/jack/gstjack.c: (gst_jack_change_state):
39810         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39811         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39812         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39813         * gst/videofilter/gstvideofilter.c:
39814         (gst_videofilter_set_output_size):
39815         Remove all usage of gst_pad_get_caps(), and replace it with
39816         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39817
39818 2004-01-11  David Schleef  <ds@schleef.org>
39819
39820         * configure.ac:
39821         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39822         * ext/divx/gstdivxdec.c:
39823         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39824         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39825         handle images that span multiple buffers.  Now work with both
39826         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39827         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39828         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39829         video/video.h changes
39830         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39831         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39832         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39833         of GstData free function.
39834         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39835         same.
39836
39837 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39838
39839         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39840         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39841         (gst_v4l2element_get_property):
39842         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39843           add norm, channel and frequency properties.
39844         * sys/v4l2/gstv4l2tuner.c:
39845           fixes for tuner interface changes
39846         * sys/v4l2/gstv4l2element.h:
39847         * sys/v4l2/gstv4l2src.c:
39848         * sys/v4l2/gstv4l2src.h:
39849         * sys/v4l2/v4l2src_calls.c:
39850         * sys/v4l2/v4l2src_calls.h:
39851           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
39852
39853 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39854
39855         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
39856         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
39857         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
39858         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
39859         * gst-libs/gst/tuner/tuner.h:
39860           GObjects aren't const.
39861           Add find_by_name functions.
39862           Add checks to _changed functions.
39863         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
39864         (gst_v4l_tuner_get_norm):
39865           Fixes for above.
39866
39867 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39868
39869         * gst-libs/gst/video/video.h:
39870           Fix caps template names to be understandable.
39871           Prefix everything with GST_VIDEO.
39872         * ext/aalib/gstaasink.c:
39873         * ext/divx/gstdivxdec.c:
39874         * ext/divx/gstdivxenc.c:
39875         * ext/gdk_pixbuf/gstgdkpixbuf.c:
39876         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
39877         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
39878         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
39879         * ext/libcaca/gstcacasink.c:
39880         * ext/libpng/gstpngenc.c: (raw_caps_factory):
39881         * ext/snapshot/gstsnapshot.c:
39882         * ext/swfdec/gstswfdec.c:
39883         * ext/xvid/gstxviddec.c:
39884         * ext/xvid/gstxvidenc.c:
39885         * gst/chart/gstchart.c:
39886         * gst/deinterlace/gstdeinterlace.c:
39887         * gst/effectv/gsteffectv.c:
39888         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39889         * gst/goom/gstgoom.c:
39890         * gst/median/gstmedian.c:
39891         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
39892         (gst_monoscope_srcconnect), (gst_monoscope_chain):
39893         * gst/overlay/gstoverlay.c:
39894         * gst/smooth/gstsmooth.c:
39895         * gst/smpte/gstsmpte.c:
39896         * gst/synaesthesia/gstsynaesthesia.c:
39897         * gst/videocrop/gstvideocrop.c:
39898         * gst/videodrop/gstvideodrop.c:
39899         * gst/y4m/gsty4mencode.c:
39900         * sys/qcam/gstqcamsrc.c:
39901         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
39902           Make them work with new video.h file.
39903         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39904         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39906         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39907           Make it work with new buffer allocation system.
39908
39909 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39910
39911         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
39912         pad_alloc_buffer implementation to use ->srcpad
39913         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
39914         pad_alloc_buffer implementation to use ->srcpad
39915         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
39916         pad_alloc_buffer implementation to use ->srcpad
39917         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
39918         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
39919         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39920         a reference to everything we need.
39921         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
39922         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
39923         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
39924         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39925         a reference to everything we need.
39926         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
39927
39928 2004-01-11  David Schleef  <ds@schleef.org>
39929
39930         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
39931         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
39932         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
39933         structure members.
39934         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
39935         value during a resize/renegotiation.
39936         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
39937         gst_pad_alloc_buffer();
39938         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39939         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
39940         structure members.
39941         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39942         Fix for rename of buffer private structure members.
39943         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39944         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39945         Fix for rename of buffer private structure members.
39946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39947         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39948         Fix for rename of buffer private structure members.
39949
39950 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
39951
39952         reviewed by: David Schleef <ds@schleef.org>
39953
39954         * gst/videofilter/Makefile.am:
39955         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
39956         from the patch by ds to fit in with recent make_filter changes.
39957
39958 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39959
39960         * configure.ac: Adding examples/switch/Makefile
39961         * examples/Makefile.am: Adding examples/switch
39962         * examples/switch/Makefile.am: Adding switcher example.
39963         * examples/switch/switcher.c: (got_eos), (idle_iterate),
39964         (switch_timer), (main): Adding an example demonstrating switch usage
39965         with 2 videotestsrc showing different patterns.
39966         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39967         (gst_switch_init): Fixing switch with the new caps system.
39968
39969 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39970
39971         * gst-libs/gst/video/video.h:
39972           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
39973           They should probably be like
39974           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
39975
39976 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39977
39978         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
39979         (qtdemux_parse_trak):
39980           fix audio chunk size/timestamp calculation
39981
39982 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39983
39984         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39985           fix SVQ3 caps
39986
39987 2004-01-11  Steve Baker  <steve@stevebaker.org>
39988
39989         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
39990         (gst_agingtv_base_init), (gst_agingtv_class_init),
39991         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
39992         (gst_agingtv_set_property), (gst_agingtv_get_property):
39993         Port agingTV to videofilter
39994
39995 2004-01-09  Julien MOUTTE <julien@moutte.net>
39996
39997         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
39998         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39999
40000 2004-01-09  Julien MOUTTE <julien@moutte.net>
40001
40002         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
40003         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40004         * gst-libs/gst/xoverlay/xoverlay.c:
40005         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
40006         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
40007         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40008         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40009         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
40010         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
40011         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
40012         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
40013         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40014         interface implementation to handle xid being 0 and fix some bugs
40015         triggered by Benjamin's testcase.
40016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
40017         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
40018         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
40019         the bufferalloc_function to replace bufferpools, fixing the XOverlay
40020         interface implementation to handle xid being 0 and fix some bugs
40021         triggered by Benjamin's testcase.
40022
40023 2004-01-09  David Schleef  <ds@schleef.org>
40024
40025         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
40026         mouse pointer events.  It works.
40027
40028 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40029
40030         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
40031           Use explicit caps - fix capsnego.
40032         * ext/xvid/gstxviddec.c:
40033         * ext/xvid/gstxvidenc.c:
40034           Remove macro-inside-macro which caused compile errors.
40035         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
40036           Error out if it's not a RIFF file. Else we error out without
40037           gst_element_error() which is not good...
40038
40039 2004-01-08  David Schleef  <ds@schleef.org>
40040
40041         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
40042         Fix pad_link function to handle formats that ffmpeg returns
40043         as multiple caps structures.
40044         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40045         Only complain if source buffer is _smaller_ than expected.
40046         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40047         (gst_videoscale_handle_src_event): Resize navigation events
40048         when passing them upstream.
40049         * gst/videotestsrc/gstvideotestsrc.c:
40050         * gst/videotestsrc/gstvideotestsrc.h:
40051         * gst/videotestsrc/videotestsrc.c:
40052         * gst/videotestsrc/videotestsrc.h:
40053         Rewrite many of the buffer painting functions to handle odd
40054         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40055         been verified to work with my video card.
40056         * testsuite/gst-lint:  Add check for elements calling
40057         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40058
40059 2004-01-08  David Schleef  <ds@schleef.org>
40060
40061         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40062         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40063
40064 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40065
40066         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40067         configure event is not emiting the desired size signal. That fixes
40068         aspect ratio issues with gst-player.
40069
40070 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40071
40072         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40073           Fix capsnego.
40074
40075 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40076
40077         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40078         public method to fire size signal.
40079
40080 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40081
40082         * examples/gstplay/Makefile.am: Adding the interface library.
40083         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40084         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40085         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40086         GST_IS_X_OVERLAY before signal connect.
40087         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40088         Removing the have_video_size signal.
40089         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40090         and associated public method.
40091         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40092         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40093         signal.
40094         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40095         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40096         signal.
40097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40098         Using XOverlay public method to fire size signal.
40099
40100 2004-01-07  David Schleef  <ds@schleef.org>
40101
40102         * gst/videofilter/Makefile.am:
40103         * gst/videofilter/gstvideotemplate.c:
40104         * gst/videofilter/make_filter:
40105         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40106         Convert make_filter to /bin/sh script.
40107
40108 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40109
40110         * gst/modplug/gstmodplug.cc: fix element description
40111
40112 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40113
40114         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40115         (got_video_size): Adding some new lines in g_print calls.
40116         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40117         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40118         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40119         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40120         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40121         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40122         Complete code review, reverting some stuff i disagree with, adding
40123         some fixes : time synchronization on invalid timestamps, renegotiation
40124         of private window.
40125         * sys/ximage/ximagesink.h:
40126         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40127         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40128         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40129         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40130         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40131         (gst_xvimagesink_buffer_new),
40132         (gst_xvimagesink_navigation_send_event),
40133         (gst_xvimagesink_set_xwindow_id),
40134         (gst_xvimagesink_get_desired_size),
40135         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40136         stuff i disagree with, adding some fixes : Renegotiation of private
40137         window, implementing get_desired_size.
40138
40139 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40140
40141         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40142         (gst_afsink_handle_event):
40143         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40144         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40145         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40146         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40147         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40148           Fix for instantiate-test (see core). Also remove dead code from
40149           jpegenc (which still needs fixing, but that's lower on my TODO
40150           list...).
40151         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40152           Never return NULL as caps.
40153
40154 2004-01-07  David Schleef  <ds@schleef.org>
40155
40156         * configure.ac:
40157         * ext/Makefile.am:
40158         * ext/librfb/Makefile.am:
40159         * ext/librfb/gstrfbsrc.c:
40160         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40161         is the protocol used by VNC.
40162
40163 2004-01-07  David Schleef  <ds@schleef.org>
40164
40165         * gst/videofilter/gstvideotemplate.c:
40166         * gst/videofilter/gstvideotemplate.h:
40167         * gst/videofilter/make_filter:
40168         Merge videotemplate header into source file.
40169         * gst/effectv/Makefile.am:
40170         * gst/effectv/gsteffectv.c: (plugin_init):
40171         * gst/effectv/gstwarp.c:
40172         Make warpTV a subclass of videofilter.
40173
40174 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40175
40176         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40177           Add guard against invalid utf-8 conversions in mad. Just in case.
40178
40179 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40180
40181         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40182           Fix for bug shown by poisoning
40183
40184 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40185
40186         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40187         (gst_v4lmjpegsrc_buffer_free):
40188         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40189         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40190         (gst_v4lsrc_buffer_free):
40191           Fix for removed bufferpools.
40192
40193 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40194
40195         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40196         Fix caps negotiation.
40197
40198         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40199         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40200         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40201         (dvdnavsrc_event):
40202         * ext/mpeg2dec/gstmpeg2dec.c:
40203         * gst-libs/gst/navigation/navigation.c:
40204         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40205         * gst-libs/gst/navigation/navigation.h:
40206         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40207         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40209         Super-simple first version of mouse and keyboard events. Clicking
40210         on a DVD menu now works, although it may not take you where you
40211         expected.
40212
40213         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40214         * gst/videotestsrc/gstvideotestsrc.c:
40215         (gst_videotestsrc_src_fixate):
40216         These fixate functions were broken - they never actually
40217         fixated :)
40218
40219 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40220
40221         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40222         (gst_icecastsend_init):
40223           fix for new caps system.
40224         * gst-libs/gst/mixer/mixertrack.h:
40225         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40226           Add 'master track' flag (for tools like ACME that only want to
40227           change the main volume).
40228
40229 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40230
40231         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40232         (gst_xvid_csp_to_caps):
40233         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40234         * ext/xvid/gstxvidenc.c:
40235         ifdef out ARGB type when it isn't available
40236         in xvidcore 1.0.0beta2
40237
40238 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40239
40240         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40241           When we have received a new SCR right in the first buffer after
40242           a seek (so in the same cycle that handles the discont), we should
40243           handle the buffer instead of unreffing it, else we lose data.
40244
40245 2004-01-06  Iain <iain@prettypeople.org>
40246
40247         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40248           buffer-frames caps too.
40249
40250         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40251           caps that we need, don't destroy them all and rebuild them. And when
40252           creating src pads, use the src pad template rather than the sink...
40253
40254 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40255
40256         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40257           Add pad to element *after* setting functions such as event handler.
40258           Without this, the scheduler (opt) will link pads, set the event
40259           handler from the default event function (dispatcher in gstpad.c)
40260           and *after* that, we will set our own event function, which will
40261           thus never be used (and thus mpegdemux doesn't handle events).
40262
40263 2004-01-04  David Schleef  <ds@schleef.org>
40264
40265         Fix the fixate functions to handle new prototype:
40266         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40267         * gst/videotestsrc/gstvideotestsrc.c:
40268         (gst_videotestsrc_src_fixate):
40269         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40270         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40272
40273 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40274
40275         * sys/ximage/ximagesink.h:
40276         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40277         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40278         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40279         (gst_ximagesink_xoverlay_init):
40280           assorted fixes to make (re)embedding work
40281         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40282         (gst_ximagesink_get_desired_size):
40283           implement desired size additions to XOverlay
40284
40285 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40286
40287         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40288         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40289         (gst_x_overlay_got_desired_size):
40290         * gst-libs/gst/xoverlay/xoverlay.h:
40291           Add optional "desired size" signal and querying.
40292
40293 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40294
40295         * gst/matroska/matroska-demux.c:
40296         (gst_matroska_demux_parse_blockgroup):
40297           Fix EBML-laced block parsing. Diffs are relative to previous
40298           lace, not the first lace. Thanks to Mosu from the Matroska
40299           team for detecting this.
40300         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40301         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40302         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40303         (gst_wavparse_change_state):
40304         * gst/wavparse/gstwavparse.h:
40305           Quickfix for capsnego.
40306
40307 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40308
40309         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40310           Fix indenting, fix pad creation.
40311
40312 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40313
40314         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40315         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40316         (gst_xviddec_sink_link):
40317           Implement src_getcaps() so proper size caps is negotiated.
40318
40319 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40320
40321         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40322           Finish flac decoder on EOS. See #116178.
40323
40324 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40325
40326         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40327         (gst_matroska_demux_add_stream):
40328         * gst/matroska/matroska-ids.h:
40329           Add getcaps() function to fix capsnego...
40330
40331 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40332
40333         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40334         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40335         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40336           Fix more integer overflows. Again, see #126967.
40337
40338 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40339
40340         * ext/mpeg2dec/gstmpeg2dec.c:
40341           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40342           #130416.
40343
40344 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40345
40346         * configure.ac:
40347         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40348         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40349         * ext/xvid/gstxvid.h:
40350         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40351         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40352         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40353         (gst_xviddec_change_state):
40354         * ext/xvid/gstxviddec.h:
40355         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40356         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40357         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40358         (gst_xvidenc_link), (gst_xvidenc_set_property),
40359         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40360         * ext/xvid/gstxvidenc.h:
40361           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40362
40363 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40364
40365         * gst/rtp/rtp-packet.c:
40366           Add sys/types.h include, since OS X doesn't define in_addr_t
40367           in netinet/in.h, like it does on Linux (see #129600).
40368
40369 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40370
40371         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40372
40373         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40374           Correct logic of dispose function (see #129306).
40375
40376 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40377
40378         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40379         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40380         (gst_mpeg_parse_init):
40381         * gst/mpegstream/gstmpegparse.h:
40382           Remove clock (which was never provided, i.e. dead code), and
40383           also fix integer overflows at high PTS values (see #126967).
40384
40385 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40386
40387         * ext/flac/gstflacdec.c:
40388         * ext/libpng/gstpngenc.h:
40389         * ext/mikmod/gstmikmod.h:
40390           OS X fixes (see #126628).
40391
40392 2004-01-02  David Schleef  <ds@schleef.org>
40393
40394         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40395         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40396         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40397         (gst_mpeg_parse_class_init): Move pad template registration
40398         to class_init, since the derived class (mpegdemux) doesn't
40399         want them.
40400
40401 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40402
40403         * sys/ximage/Makefile.am:
40404         * sys/xvideo/Makefile.am:
40405         * sys/xvimage/Makefile.am:
40406           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40407           after installation (see #127664).
40408
40409 2004-01-02  David Schleef  <ds@schleef.org>
40410
40411         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40412         (gst_ffmpegenc_connect):  Negotiation fixes.
40413         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40414         Remove inappropriate gst_caps_free().
40415         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40416         Reenable Ronald's internal resize code, since the core handles
40417         it correctly now.
40418
40419 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40420
40421         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40422         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40423         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40424           Fix pad template stuff.
40425
40426 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40427
40428         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40429         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40430           fix signed integer reading/writing.
40431
40432 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40433
40434         * ext/alsa/README:
40435           Remove outdated document
40436
40437 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40438
40439         * gst/cutter/gstcutter.c: (gst_cutter_init):
40440           src pad was being created twice - oops.
40441
40442 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40443
40444         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40445           Comment out internal resize. It doesn't handle the resulting
40446           XEvent internally, does another try_set_caps() which leads to
40447           a really nice loop.
40448           Real fix will come when Julien and Dave are awake. ;).
40449
40450 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40451
40452         * ext/mpeg2enc/gstmpeg2enc.cc:
40453           fix const/nonconst compile issue.
40454
40455 2004-01-02  David Schleef  <ds@schleef.org>
40456
40457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40458         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40459         Add fixate function and a check for bad formats.
40460
40461 2004-01-01  David Schleef  <ds@schleef.org>
40462
40463         Negotiation fixes:
40464         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40465         (gst_audiofilter_init):
40466         * gst/debug/efence.c: (gst_efence_init):
40467         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40468         (gst_deinterlace_init):
40469         * gst/volume/gstvolume.c: (volume_connect):
40470
40471 2004-01-01  David Schleef  <ds@schleef.org>
40472
40473         Convert elements to use gst_pad_use_explicit_caps() where
40474         appropriate:
40475         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40476         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40477         (gst_afparse_open_file):
40478         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40479         (gst_afsrc_open_file):
40480         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40481         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40482         (gst_ffmpegdec_chain):
40483         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40484         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40485         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40486         (gst_gdk_pixbuf_chain):
40487         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40488         (gst_jpegdec_chain):
40489         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40490         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40491         (gst_mikmod_negotiate):
40492         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40493         (gst_mpeg2dec_negotiate_format):
40494         * ext/mpeg2enc/gstmpeg2enc.cc:
40495         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40496         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40497         (gst_speexdec_sinkconnect):
40498         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40499         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40500         (gst_vorbisfile_new_link):
40501         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40502         (gst_ac3parse_chain):
40503         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40504         (gst_asf_demux_setup_pad):
40505         * gst/auparse/gstauparse.c: (gst_auparse_init),
40506         (gst_auparse_chain):
40507         * gst/id3/gstid3types.c: (gst_id3types_loop):
40508         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40509         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40510         (mp1videoparse_parse_seq):
40511         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40512         (bpf_from_header):
40513         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40514         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40515         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40516         (gst_mpeg_parse_send_data):
40517         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40518         (gst_qtdemux_add_stream):
40519         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40520         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40521         (gst_wavparse_parse_fmt):
40522
40523 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40524
40525         * configure.ac:
40526           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40527           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40528           it therefore uses the wrong include paths. Too bad... Note
40529           that 1.6.1.93 is not release yet. ;).
40530           Also add a check for mplex, which is now using the lib'ified
40531           mplex from mjpegtools, too.
40532         * ext/ffmpeg/gstffmpegcodecmap.c:
40533           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40534           issues. I don't think ffmpeg handles 3ivx correctly, so this
40535           probably won't work. But it won't hurt either.
40536         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40537         (gst_ffmpegdec_chain):
40538         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40539         (gst_ffmpegenc_chain_audio):
40540           Fix memleak in audio encoding. Close codec if open fails, this
40541           calls the cleanup routines so we can re-use the context.
40542         * ext/mpeg2enc/gstmpeg2enc.cc:
40543           Fix pad template names/types, fix memory issue with getcaps().
40544         * ext/mpeg2enc/gstmpeg2encoder.cc:
40545         * ext/mpeg2enc/gstmpeg2encoder.hh:
40546           Fix compile issue with new caps system (const thingy).
40547         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40548         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40549           We read a first frame right on initing, so that we have a caps
40550           when we init the output. This caps is cached in padprivate and
40551           read as first frame.
40552         * ext/mplex/Makefile.am:
40553         * ext/mplex/gstmplex.cc:
40554         * ext/mplex/gstmplex.h:
40555         * ext/mplex/gstmplex.hh:
40556         * ext/mplex/gstmplexibitstream.cc:
40557         * ext/mplex/gstmplexibitstream.hh:
40558         * ext/mplex/gstmplexjob.cc:
40559         * ext/mplex/gstmplexjob.hh:
40560         * ext/mplex/gstmplexoutputstream.cc:
40561         * ext/mplex/gstmplexoutputstream.hh:
40562           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40563           had issues, didn't do capsnego, supported only a subset of the
40564           mplex features and required a mplex fork in our local CVS. Plus
40565           that it worked agaist a very old mplex version. Rewriting was
40566           faster than updating it.
40567         * gst-libs/ext/Makefile.am:
40568         * gst-libs/ext/mplex/INSTRUCT:
40569         * gst-libs/ext/mplex/Makefile.am:
40570         * gst-libs/ext/mplex/README:
40571         * gst-libs/ext/mplex/TODO:
40572         * gst-libs/ext/mplex/ac3strm_in.cc:
40573         * gst-libs/ext/mplex/audiostrm.hh:
40574         * gst-libs/ext/mplex/audiostrm_out.cc:
40575         * gst-libs/ext/mplex/aunit.hh:
40576         * gst-libs/ext/mplex/bits.cc:
40577         * gst-libs/ext/mplex/bits.hh:
40578         * gst-libs/ext/mplex/buffer.cc:
40579         * gst-libs/ext/mplex/buffer.hh:
40580         * gst-libs/ext/mplex/fastintfns.h:
40581         * gst-libs/ext/mplex/format_codes.h:
40582         * gst-libs/ext/mplex/inputstrm.cc:
40583         * gst-libs/ext/mplex/inputstrm.hh:
40584         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40585         * gst-libs/ext/mplex/mjpeg_logging.cc:
40586         * gst-libs/ext/mplex/mjpeg_logging.h:
40587         * gst-libs/ext/mplex/mjpeg_types.h:
40588         * gst-libs/ext/mplex/mpastrm_in.cc:
40589         * gst-libs/ext/mplex/mpegconsts.cc:
40590         * gst-libs/ext/mplex/mpegconsts.h:
40591         * gst-libs/ext/mplex/mplexconsts.hh:
40592         * gst-libs/ext/mplex/multplex.cc:
40593         * gst-libs/ext/mplex/outputstream.hh:
40594         * gst-libs/ext/mplex/padstrm.cc:
40595         * gst-libs/ext/mplex/padstrm.hh:
40596         * gst-libs/ext/mplex/stillsstream.cc:
40597         * gst-libs/ext/mplex/stillsstream.hh:
40598         * gst-libs/ext/mplex/systems.cc:
40599         * gst-libs/ext/mplex/systems.hh:
40600         * gst-libs/ext/mplex/vector.cc:
40601         * gst-libs/ext/mplex/vector.hh:
40602         * gst-libs/ext/mplex/videostrm.hh:
40603         * gst-libs/ext/mplex/videostrm_in.cc:
40604         * gst-libs/ext/mplex/videostrm_out.cc:
40605         * gst-libs/ext/mplex/yuv4mpeg.cc:
40606         * gst-libs/ext/mplex/yuv4mpeg.h:
40607         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40608         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40609           We don't fork mjpegtools' mplex in our CVS anymore.
40610         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40611         (gst_avi_demux_add_stream):
40612         * gst/avi/gstavidemux.h:
40613           Add getcaps() function for proper caps nego. This makes some
40614           parts of AVI playback/reading work.
40615         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40616           Resize window on new capsnego. This is probably wrong, but
40617           I'm still committing it because with current capsnego, the
40618           first successfull capsnego is auto-fixated, therefore rounded
40619           down to the lowest values in the caps. this results in a 16x16
40620           XWindow that is not reized when real capsnego finishes.
40621           Dave, I see more cases of this, do you know a proper solution?
40622         * tools/gst-launch-ext.in:
40623           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40624
40625 2003-12-31  David Schleef  <ds@schleef.org>
40626
40627         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40628         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40629           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40630
40631 2003-12-30  David Schleef  <ds@schleef.org>
40632
40633         * ext/ffmpeg/gstffmpegcolorspace.c:
40634         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40635         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40636         (gst_ffmpegcsp_chain): Negotiation fixes
40637         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40638         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40639         (gst_audio_convert_link), (gst_audio_convert_channels):
40640         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40641         (gst_audioscale_link), (gst_audioscale_get_buffer),
40642         (gst_audioscale_chain): Negotiation fixes
40643         * gst/audioscale/gstaudioscale.h:
40644         * gst/videofilter/gstvideofilter.c:
40645         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40646         (gst_videofilter_link), (gst_videofilter_init),
40647         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40648         (gst_videofilter_find_format_by_structure):
40649         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40650         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40651         (gst_videoscale_link):
40652         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40653         (videoscale_find_by_structure), (gst_videoscale_setup):
40654         * gst/videoscale/videoscale.h: Negotiation fixes
40655         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40656         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40657         function, restrict resizing to a multiple of 4 (hack until
40658         everyone supports odd sizes correctly).
40659
40660 2003-12-29  Colin Walters  <walters@verbum.org>
40661
40662         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40663         signed.
40664
40665 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40666
40667         * ext/sndfile/gstsf.c: (gst_sf_loop):
40668           Fix warning about discarding const qualifier
40669
40670 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40671
40672         * gst/cutter/gstcutter.c:
40673         * gst/videoscale/gstvideoscale.c:
40674         * gst/volenv/gstvolenv.c:
40675         * gst-libs/gst/audio/audio.c:
40676         * gst-libs/gst/video/video.c:
40677           Fix warnings
40678
40679 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40680
40681         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40682           Don't send ALSA debugging to stderr.
40683         * ext/alsa/gstalsa.h:
40684           Use GST_WARNING instead of g_warning when ALSA functions fail.
40685
40686 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40687
40688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40689           Free XVAdapterInfo correctly.
40690
40691 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40692
40693         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40694         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40695           Make id3tag use correct caps nego.
40696
40697 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40698
40699         * ext/ivorbis/vorbis.c:
40700         * ext/ivorbis/vorbisenc.h:
40701         * ext/ivorbis/vorbisfile.c:
40702           Modify so that it uses the new caps things
40703
40704 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40705
40706         * testsuite/spider/spider1.c: (main):
40707         * testsuite/spider/spider2.c: (main):
40708         * testsuite/spider/spider3.c: (main):
40709           Make tests compile again. They probably don't work.
40710
40711 2003-12-24  Colin Walters  <walters@verbum.org>
40712
40713         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40714         we can't fixate the caps anymore.
40715
40716 2003-12-23  David Schleef  <ds@schleef.org>
40717
40718         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40719         * sys/oss/gstosssink.c: (gst_osssink_init),
40720         (gst_osssink_sink_fixate): Add fixate function.
40721
40722 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40723
40724         * ext/ffmpeg/gstffmpegcodecmap.c:
40725         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40726         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40727         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40728         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40729         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40730         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40731         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40732           fix typo in RGB masks, and move back to "old" colorspace
40733           capsnego code until whoever wrote this new crap has actually
40734           tested it so that it works.
40735           And yes, this works, keep it that way please.
40736
40737 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40738
40739         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40740         (gst_divxdec_init), (gst_divxdec_negotiate):
40741         * ext/divx/gstdivxdec.h:
40742         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40743         (gst_divxenc_init):
40744         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40745         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40746         * ext/mpeg2enc/gstmpeg2enc.cc:
40747         * ext/mpeg2enc/gstmpeg2encoder.cc:
40748         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40749         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40750         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40751         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40752         (dxr3spusink_init):
40753         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40754         (dxr3videosink_init):
40755           Fix caps breakage after Dave's caps branch merge.
40756
40757 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40758
40759         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40760           Fix for 24bpp display.
40761
40762 2003-12-23  Colin Walters  <walters@verbum.org>
40763
40764         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40765         a GnomeVFSHandle directly.
40766
40767 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40768
40769         * gst/volume/Makefile.am:
40770         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40771         (volume_base_init), (volume_init):
40772           Reenable volume element and fix to work with new caps stuff.
40773           Rhythmbox needs this.
40774
40775 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40776
40777         * gst/qtdemux/qtdemux.c: (plugin_init):
40778           qtdemux requires bytestream
40779
40780 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40781
40782         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40783           Fix remaining caps handling errors due to CAPS merge.
40784
40785 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40786
40787         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40788         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40789         (gst_faad_srcconnect):
40790           Port to new caps system.
40791
40792 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40793
40794         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40795         (got_video_size), (main): using g_print instead of g_message.
40796         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40797         signal which was not emitted because of "switch" element added to the
40798         bin but not connected. (Removing from the bin temporarily)
40799
40800 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40801
40802         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40803         find X development files. I don't understand the previous tests and
40804         they fail on my debian/ppc unstable. This one works.
40805         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40806         exiting.
40807         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40808         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40809         (gst_play_set_visualization): Add some safety checks in set_ methods
40810         and state_change. This was throwing some ugly CRITICAL messages when
40811         pipeline was getting disposed and casts were failing.
40812
40813 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40814
40815         * configure.ac:
40816           Improve mpeg2enc detection. This is for distributions that do
40817           ship mjpegtools, but without mpeg2enc. Also does object check
40818           for might there ever be ABI incompatibility.
40819         * ext/mpeg2enc/gstmpeg2enc.cc:
40820           Add Andrew as second maintainer (he's helping me), and also add
40821           an error if no caps was set. This happens if I pull before capsnego
40822           and that's something I should solve sometime else.
40823         * gst/matroska/matroska-demux.c:
40824         (gst_matroska_demux_parse_blockgroup):
40825           Fix time parsing.
40826         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40827         (gst_matroska_mux_track_header):
40828           Add caps to templates.
40829         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40830           Add mpegversion=1 to prevent confusion with MPEG/AAC.
40831         * gst/mpegstream/gstmpegdemux.c:
40832           Remove layer since it causes warnings about unfixed caps.
40833         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40834           Fix obvious typo (we error out if caps were set, we should of
40835           course error out if *no* caps were set).
40836         * sys/oss/gstosselement.c: (gst_osselement_convert):
40837           Fix format conversion, we confused bits/bytes.
40838         * sys/oss/gstosselement.h:
40839           Improve documentation for 'bps'.
40840         * sys/v4l/TODO:
40841           Remove stuff about plugins that need removing - this was done
40842           ages ago.
40843         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
40844         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
40845         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
40846         (gst_v4lsrc_src_query):
40847         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
40848         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
40849           Add get_query_types(), get_formats() and query() functions.
40850
40851 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
40852
40853         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
40854           * moved CVS to freedesktop.org